commit acbdb5612acddf998188fc268116508105b44d90 Author: Alexander Minges Date: Fri May 15 16:17:25 2020 +0200 Initial commit diff --git a/assets/minecraft/blockstates/acacia_fence.json b/assets/minecraft/blockstates/acacia_fence.json new file mode 100644 index 0000000..868497c --- /dev/null +++ b/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/assets/minecraft/blockstates/acacia_leaves.json b/assets/minecraft/blockstates/acacia_leaves.json new file mode 100644 index 0000000..6b9046c --- /dev/null +++ b/assets/minecraft/blockstates/acacia_leaves.json @@ -0,0 +1,8 @@ +{ + "variants": { + "": [ + { "model": "block/acacia_leaves" }, + { "model": "block/leaves/acacia/1" } + ] + } +} diff --git a/assets/minecraft/blockstates/acacia_log.json b/assets/minecraft/blockstates/acacia_log.json new file mode 100644 index 0000000..57a91c6 --- /dev/null +++ b/assets/minecraft/blockstates/acacia_log.json @@ -0,0 +1,17 @@ +{ + "variants": { + "axis=y": [ + { "model": "block/acacia_log" }, + { "model": "block/logs/acacia/1" } + ], + "axis=z": [ + { "model": "block/acacia_log", "x": 90 }, + { "model": "block/logs/acacia/1", "x": 90 } + ], + "axis=x": [ + { "model": "block/acacia_log", "x": 90, "y": 90 }, + { "model": "block/logs/acacia/1", "x": 90, "y": 90 } + ], + "axis=none": { "model": "block/acacia_bark" } + } +} \ No newline at end of file diff --git a/assets/minecraft/blockstates/acacia_planks.json b/assets/minecraft/blockstates/acacia_planks.json new file mode 100644 index 0000000..7d8f7e5 --- /dev/null +++ b/assets/minecraft/blockstates/acacia_planks.json @@ -0,0 +1,9 @@ +{ + "variants": { + "": [ + { "model": "block/acacia_planks" }, + { "model": "block/planks/acacia/1" }, + { "model": "block/planks/acacia/2" } + ] + } +} diff --git a/assets/minecraft/blockstates/acacia_slab.json b/assets/minecraft/blockstates/acacia_slab.json new file mode 100644 index 0000000..dbb6cbd --- /dev/null +++ b/assets/minecraft/blockstates/acacia_slab.json @@ -0,0 +1,19 @@ +{ + "variants": { + "type=bottom": [ + { "model": "block/acacia_slab" }, + { "model": "block/planks/acacia/slab/l1" }, + { "model": "block/planks/acacia/slab/l2" } + ], + "type=top": [ + { "model": "block/acacia_slab_top" }, + { "model": "block/planks/acacia/slab/u1" }, + { "model": "block/planks/acacia/slab/u2" } + ], + "type=double": [ + { "model": "block/acacia_planks" }, + { "model": "block/planks/acacia/1" }, + { "model": "block/planks/acacia/2" } + ] + } +} diff --git a/assets/minecraft/blockstates/acacia_stairs.json b/assets/minecraft/blockstates/acacia_stairs.json new file mode 100644 index 0000000..5532bba --- /dev/null +++ b/assets/minecraft/blockstates/acacia_stairs.json @@ -0,0 +1,204 @@ +{ + "variants": { + "facing=east,half=bottom,shape=straight": [ + { "model": "block/acacia_stairs" }, + { "model": "block/planks/acacia/stairs/1" }, + { "model": "block/planks/acacia/stairs/2" } + ], + "facing=west,half=bottom,shape=straight": [ + { "model": "block/acacia_stairs", "y": 180, "uvlock": true }, + { "model": "block/planks/acacia/stairs/1", "y": 180, "uvlock": true }, + { "model": "block/planks/acacia/stairs/2", "y": 180, "uvlock": true } + ], + "facing=south,half=bottom,shape=straight": [ + { "model": "block/acacia_stairs", "y": 90, "uvlock": true }, + { "model": "block/planks/acacia/stairs/1", "y": 90, "uvlock": true }, + { "model": "block/planks/acacia/stairs/2", "y": 90, "uvlock": true } + ], + "facing=north,half=bottom,shape=straight": [ + { "model": "block/acacia_stairs", "y": 270, "uvlock": true }, + { "model": "block/planks/acacia/stairs/1", "y": 270, "uvlock": true }, + { "model": "block/planks/acacia/stairs/2", "y": 270, "uvlock": true } + ], + "facing=east,half=bottom,shape=outer_right": [ + { "model": "block/acacia_stairs_outer" }, + { "model": "block/planks/acacia/stairs/o1" }, + { "model": "block/planks/acacia/stairs/o2" } + ], + "facing=west,half=bottom,shape=outer_right": [ + { "model": "block/acacia_stairs_outer", "y": 180, "uvlock": true }, + { "model": "block/planks/acacia/stairs/o1", "y": 180, "uvlock": true }, + { "model": "block/planks/acacia/stairs/o2", "y": 180, "uvlock": true } + ], + "facing=south,half=bottom,shape=outer_right": [ + { "model": "block/acacia_stairs_outer", "y": 90, "uvlock": true }, + { "model": "block/planks/acacia/stairs/o1", "y": 90, "uvlock": true }, + { "model": "block/planks/acacia/stairs/o2", "y": 90, "uvlock": true } + ], + "facing=north,half=bottom,shape=outer_right": [ + { "model": "block/acacia_stairs_outer", "y": 270, "uvlock": true }, + { "model": "block/planks/acacia/stairs/o1", "y": 270, "uvlock": true }, + { "model": "block/planks/acacia/stairs/o2", "y": 270, "uvlock": true } + ], + "facing=east,half=bottom,shape=outer_left": [ + { "model": "block/acacia_stairs_outer", "y": 270, "uvlock": true }, + { "model": "block/planks/acacia/stairs/o1", "y": 270, "uvlock": true }, + { "model": "block/planks/acacia/stairs/o2", "y": 270, "uvlock": true } + ], + "facing=west,half=bottom,shape=outer_left": [ + { "model": "block/acacia_stairs_outer", "y": 90, "uvlock": true }, + { "model": "block/planks/acacia/stairs/o1", "y": 90, "uvlock": true }, + { "model": "block/planks/acacia/stairs/o2", "y": 90, "uvlock": true } + ], + "facing=south,half=bottom,shape=outer_left": [ + { "model": "block/acacia_stairs_outer" }, + { "model": "block/planks/acacia/stairs/o1" }, + { "model": "block/planks/acacia/stairs/o2" } + ], + "facing=north,half=bottom,shape=outer_left": [ + { "model": "block/acacia_stairs_outer", "y": 180, "uvlock": true }, + { "model": "block/planks/acacia/stairs/o1", "y": 180, "uvlock": true }, + { "model": "block/planks/acacia/stairs/o2", "y": 180, "uvlock": true } + ], + "facing=east,half=bottom,shape=inner_right": [ + { "model": "block/acacia_stairs_inner" }, + { "model": "block/planks/acacia/stairs/i1" }, + { "model": "block/planks/acacia/stairs/i2" } + ], + "facing=west,half=bottom,shape=inner_right": [ + { "model": "block/acacia_stairs_inner", "y": 180, "uvlock": true }, + { "model": "block/planks/acacia/stairs/i1", "y": 180, "uvlock": true }, + { "model": "block/planks/acacia/stairs/i2", "y": 180, "uvlock": true } + ], + "facing=south,half=bottom,shape=inner_right": [ + { "model": "block/acacia_stairs_inner", "y": 90, "uvlock": true }, + { "model": "block/planks/acacia/stairs/i1", "y": 90, "uvlock": true }, + { "model": "block/planks/acacia/stairs/i2", "y": 90, "uvlock": true } + ], + "facing=north,half=bottom,shape=inner_right": [ + { "model": "block/acacia_stairs_inner", "y": 270, "uvlock": true }, + { "model": "block/planks/acacia/stairs/i1", "y": 270, "uvlock": true }, + { "model": "block/planks/acacia/stairs/i2", "y": 270, "uvlock": true } + ], + "facing=east,half=bottom,shape=inner_left": [ + { "model": "block/acacia_stairs_inner", "y": 270, "uvlock": true }, + { "model": "block/planks/acacia/stairs/i1", "y": 270, "uvlock": true }, + { "model": "block/planks/acacia/stairs/i2", "y": 270, "uvlock": true } + ], + "facing=west,half=bottom,shape=inner_left": [ + { "model": "block/acacia_stairs_inner", "y": 90, "uvlock": true }, + { "model": "block/planks/acacia/stairs/i1", "y": 90, "uvlock": true }, + { "model": "block/planks/acacia/stairs/i2", "y": 90, "uvlock": true } + ], + "facing=south,half=bottom,shape=inner_left": [ + { "model": "block/acacia_stairs_inner" }, + { "model": "block/planks/acacia/stairs/i1" }, + { "model": "block/planks/acacia/stairs/i2" } + ], + "facing=north,half=bottom,shape=inner_left": [ + { "model": "block/acacia_stairs_inner", "y": 180, "uvlock": true }, + { "model": "block/planks/acacia/stairs/i1", "y": 180, "uvlock": true }, + { "model": "block/planks/acacia/stairs/i2", "y": 180, "uvlock": true } + ], + "facing=east,half=top,shape=straight": [ + { "model": "block/acacia_stairs", "x": 180, "uvlock": true }, + { "model": "block/planks/acacia/stairs/1", "x": 180, "uvlock": true }, + { "model": "block/planks/acacia/stairs/2", "x": 180, "uvlock": true } + ], + "facing=west,half=top,shape=straight": [ + { "model": "block/acacia_stairs", "x": 180, "y": 180, "uvlock": true }, + { "model": "block/planks/acacia/stairs/1", "x": 180, "y": 180, "uvlock": true }, + { "model": "block/planks/acacia/stairs/2", "x": 180, "y": 180, "uvlock": true } + ], + "facing=south,half=top,shape=straight": [ + { "model": "block/acacia_stairs", "x": 180, "y": 90, "uvlock": true }, + { "model": "block/planks/acacia/stairs/1", "x": 180, "y": 90, "uvlock": true }, + { "model": "block/planks/acacia/stairs/2", "x": 180, "y": 90, "uvlock": true } + ], + "facing=north,half=top,shape=straight": [ + { "model": "block/acacia_stairs", "x": 180, "y": 270, "uvlock": true }, + { "model": "block/planks/acacia/stairs/1", "x": 180, "y": 270, "uvlock": true }, + { "model": "block/planks/acacia/stairs/2", "x": 180, "y": 270, "uvlock": true } + ], + "facing=east,half=top,shape=outer_right": [ + { "model": "block/acacia_stairs_outer", "x": 180, "y": 90, "uvlock": true }, + { "model": "block/planks/acacia/stairs/o1", "x": 180, "y": 90, "uvlock": true }, + { "model": "block/planks/acacia/stairs/o2", "x": 180, "y": 90, "uvlock": true } + ], + "facing=west,half=top,shape=outer_right": [ + { "model": "block/acacia_stairs_outer", "x": 180, "y": 270, "uvlock": true }, + { "model": "block/planks/acacia/stairs/o1", "x": 180, "y": 270, "uvlock": true }, + { "model": "block/planks/acacia/stairs/o2", "x": 180, "y": 270, "uvlock": true } + ], + "facing=south,half=top,shape=outer_right": [ + { "model": "block/acacia_stairs_outer", "x": 180, "y": 180, "uvlock": true }, + { "model": "block/planks/acacia/stairs/o1", "x": 180, "y": 180, "uvlock": true }, + { "model": "block/planks/acacia/stairs/o2", "x": 180, "y": 180, "uvlock": true } + ], + "facing=north,half=top,shape=outer_right": [ + { "model": "block/acacia_stairs_outer", "x": 180, "uvlock": true }, + { "model": "block/planks/acacia/stairs/o1", "x": 180, "uvlock": true }, + { "model": "block/planks/acacia/stairs/o2", "x": 180, "uvlock": true } + ], + "facing=east,half=top,shape=outer_left": [ + { "model": "block/acacia_stairs_outer", "x": 180, "uvlock": true }, + { "model": "block/planks/acacia/stairs/o1", "x": 180, "uvlock": true }, + { "model": "block/planks/acacia/stairs/o2", "x": 180, "uvlock": true } + ], + "facing=west,half=top,shape=outer_left": [ + { "model": "block/acacia_stairs_outer", "x": 180, "y": 180, "uvlock": true }, + { "model": "block/planks/acacia/stairs/o1", "x": 180, "y": 180, "uvlock": true }, + { "model": "block/planks/acacia/stairs/o2", "x": 180, "y": 180, "uvlock": true } + ], + "facing=south,half=top,shape=outer_left": [ + { "model": "block/acacia_stairs_outer", "x": 180, "y": 90, "uvlock": true }, + { "model": "block/planks/acacia/stairs/o1", "x": 180, "y": 90, "uvlock": true }, + { "model": "block/planks/acacia/stairs/o2", "x": 180, "y": 90, "uvlock": true } + ], + "facing=north,half=top,shape=outer_left": [ + { "model": "block/acacia_stairs_outer", "x": 180, "y": 270, "uvlock": true }, + { "model": "block/planks/acacia/stairs/o1", "x": 180, "y": 270, "uvlock": true }, + { "model": "block/planks/acacia/stairs/o2", "x": 180, "y": 270, "uvlock": true } + ], + "facing=east,half=top,shape=inner_right": [ + { "model": "block/acacia_stairs_inner", "x": 180, "y": 90, "uvlock": true }, + { "model": "block/planks/acacia/stairs/i1", "x": 180, "y": 90, "uvlock": true }, + { "model": "block/planks/acacia/stairs/i2", "x": 180, "y": 90, "uvlock": true } + ], + "facing=west,half=top,shape=inner_right": [ + { "model": "block/acacia_stairs_inner", "x": 180, "y": 270, "uvlock": true }, + { "model": "block/planks/acacia/stairs/i1", "x": 180, "y": 270, "uvlock": true }, + { "model": "block/planks/acacia/stairs/i2", "x": 180, "y": 270, "uvlock": true } + ], + "facing=south,half=top,shape=inner_right": [ + { "model": "block/acacia_stairs_inner", "x": 180, "y": 180, "uvlock": true }, + { "model": "block/planks/acacia/stairs/i1", "x": 180, "y": 180, "uvlock": true }, + { "model": "block/planks/acacia/stairs/i2", "x": 180, "y": 180, "uvlock": true } + ], + "facing=north,half=top,shape=inner_right": [ + { "model": "block/acacia_stairs_inner", "x": 180, "uvlock": true }, + { "model": "block/planks/acacia/stairs/i1", "x": 180, "uvlock": true }, + { "model": "block/planks/acacia/stairs/i2", "x": 180, "uvlock": true } + ], + "facing=east,half=top,shape=inner_left": [ + { "model": "block/acacia_stairs_inner", "x": 180, "uvlock": true }, + { "model": "block/planks/acacia/stairs/i1", "x": 180, "uvlock": true }, + { "model": "block/planks/acacia/stairs/i2", "x": 180, "uvlock": true } + ], + "facing=west,half=top,shape=inner_left": [ + { "model": "block/acacia_stairs_inner", "x": 180, "y": 180, "uvlock": true }, + { "model": "block/planks/acacia/stairs/i1", "x": 180, "y": 180, "uvlock": true }, + { "model": "block/planks/acacia/stairs/i2", "x": 180, "y": 180, "uvlock": true } + ], + "facing=south,half=top,shape=inner_left": [ + { "model": "block/acacia_stairs_inner", "x": 180, "y": 90, "uvlock": true }, + { "model": "block/planks/acacia/stairs/i1", "x": 180, "y": 90, "uvlock": true }, + { "model": "block/planks/acacia/stairs/i2", "x": 180, "y": 90, "uvlock": true } + ], + "facing=north,half=top,shape=inner_left": [ + { "model": "block/acacia_stairs_inner", "x": 180, "y": 270, "uvlock": true }, + { "model": "block/planks/acacia/stairs/i1", "x": 180, "y": 270, "uvlock": true }, + { "model": "block/planks/acacia/stairs/i2", "x": 180, "y": 270, "uvlock": true } + ] + } +} diff --git a/assets/minecraft/blockstates/andesite.json b/assets/minecraft/blockstates/andesite.json new file mode 100644 index 0000000..870e027 --- /dev/null +++ b/assets/minecraft/blockstates/andesite.json @@ -0,0 +1,8 @@ +{ + "variants": { + "": [ + { "model": "block/andesite" }, + { "model": "block/andesite/1" } + ] + } +} diff --git a/assets/minecraft/blockstates/birch_fence.json b/assets/minecraft/blockstates/birch_fence.json new file mode 100644 index 0000000..8333ce9 --- /dev/null +++ b/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/assets/minecraft/blockstates/birch_leaves.json b/assets/minecraft/blockstates/birch_leaves.json new file mode 100644 index 0000000..b857188 --- /dev/null +++ b/assets/minecraft/blockstates/birch_leaves.json @@ -0,0 +1,8 @@ +{ + "variants": { + "": [ + { "model": "block/birch_leaves" }, + { "model": "block/leaves/birch/1" } + ] + } +} diff --git a/assets/minecraft/blockstates/birch_log.json b/assets/minecraft/blockstates/birch_log.json new file mode 100644 index 0000000..c0034f8 --- /dev/null +++ b/assets/minecraft/blockstates/birch_log.json @@ -0,0 +1,17 @@ +{ + "variants": { + "axis=y": [ + { "model": "block/birch_log" }, + { "model": "block/logs/birch/1" } + ], + "axis=z": [ + { "model": "block/birch_log", "x": 90 }, + { "model": "block/logs/birch/1", "x": 90 } + ], + "axis=x": [ + { "model": "block/birch_log", "x": 90, "y": 90 }, + { "model": "block/logs/birch/1", "x": 90, "y": 90 } + ], + "axis=none": { "model": "block/birch_bark" } + } +} \ No newline at end of file diff --git a/assets/minecraft/blockstates/birch_planks.json b/assets/minecraft/blockstates/birch_planks.json new file mode 100644 index 0000000..46afa55 --- /dev/null +++ b/assets/minecraft/blockstates/birch_planks.json @@ -0,0 +1,9 @@ +{ + "variants": { + "": [ + { "model": "block/birch_planks" }, + { "model": "block/planks/birch/1" }, + { "model": "block/planks/birch/2" } + ] + } +} diff --git a/assets/minecraft/blockstates/birch_slab.json b/assets/minecraft/blockstates/birch_slab.json new file mode 100644 index 0000000..eb100e5 --- /dev/null +++ b/assets/minecraft/blockstates/birch_slab.json @@ -0,0 +1,19 @@ +{ + "variants": { + "type=bottom": [ + { "model": "block/birch_slab" }, + { "model": "block/planks/birch/slab/l1" }, + { "model": "block/planks/birch/slab/l2" } + ], + "type=top": [ + { "model": "block/birch_slab_top" }, + { "model": "block/planks/birch/slab/u1" }, + { "model": "block/planks/birch/slab/u2" } + ], + "type=double": [ + { "model": "block/birch_planks" }, + { "model": "block/planks/birch/1" }, + { "model": "block/planks/birch/2" } + ] + } +} diff --git a/assets/minecraft/blockstates/birch_stairs.json b/assets/minecraft/blockstates/birch_stairs.json new file mode 100644 index 0000000..0d27e8c --- /dev/null +++ b/assets/minecraft/blockstates/birch_stairs.json @@ -0,0 +1,204 @@ +{ + "variants": { + "facing=east,half=bottom,shape=straight": [ + { "model": "block/birch_stairs" }, + { "model": "block/planks/birch/stairs/1" }, + { "model": "block/planks/birch/stairs/2" } + ], + "facing=west,half=bottom,shape=straight": [ + { "model": "block/birch_stairs", "y": 180, "uvlock": true }, + { "model": "block/planks/birch/stairs/1", "y": 180, "uvlock": true }, + { "model": "block/planks/birch/stairs/2", "y": 180, "uvlock": true } + ], + "facing=south,half=bottom,shape=straight": [ + { "model": "block/birch_stairs", "y": 90, "uvlock": true }, + { "model": "block/planks/birch/stairs/1", "y": 90, "uvlock": true }, + { "model": "block/planks/birch/stairs/2", "y": 90, "uvlock": true } + ], + "facing=north,half=bottom,shape=straight": [ + { "model": "block/birch_stairs", "y": 270, "uvlock": true }, + { "model": "block/planks/birch/stairs/1", "y": 270, "uvlock": true }, + { "model": "block/planks/birch/stairs/2", "y": 270, "uvlock": true } + ], + "facing=east,half=bottom,shape=outer_right": [ + { "model": "block/birch_stairs_outer" }, + { "model": "block/planks/birch/stairs/o1" }, + { "model": "block/planks/birch/stairs/o2" } + ], + "facing=west,half=bottom,shape=outer_right": [ + { "model": "block/birch_stairs_outer", "y": 180, "uvlock": true }, + { "model": "block/planks/birch/stairs/o1", "y": 180, "uvlock": true }, + { "model": "block/planks/birch/stairs/o2", "y": 180, "uvlock": true } + ], + "facing=south,half=bottom,shape=outer_right": [ + { "model": "block/birch_stairs_outer", "y": 90, "uvlock": true }, + { "model": "block/planks/birch/stairs/o1", "y": 90, "uvlock": true }, + { "model": "block/planks/birch/stairs/o2", "y": 90, "uvlock": true } + ], + "facing=north,half=bottom,shape=outer_right": [ + { "model": "block/birch_stairs_outer", "y": 270, "uvlock": true }, + { "model": "block/planks/birch/stairs/o1", "y": 270, "uvlock": true }, + { "model": "block/planks/birch/stairs/o2", "y": 270, "uvlock": true } + ], + "facing=east,half=bottom,shape=outer_left": [ + { "model": "block/birch_stairs_outer", "y": 270, "uvlock": true }, + { "model": "block/planks/birch/stairs/o1", "y": 270, "uvlock": true }, + { "model": "block/planks/birch/stairs/o2", "y": 270, "uvlock": true } + ], + "facing=west,half=bottom,shape=outer_left": [ + { "model": "block/birch_stairs_outer", "y": 90, "uvlock": true }, + { "model": "block/planks/birch/stairs/o1", "y": 90, "uvlock": true }, + { "model": "block/planks/birch/stairs/o2", "y": 90, "uvlock": true } + ], + "facing=south,half=bottom,shape=outer_left": [ + { "model": "block/birch_stairs_outer" }, + { "model": "block/planks/birch/stairs/o1" }, + { "model": "block/planks/birch/stairs/o2" } + ], + "facing=north,half=bottom,shape=outer_left": [ + { "model": "block/birch_stairs_outer", "y": 180, "uvlock": true }, + { "model": "block/planks/birch/stairs/o1", "y": 180, "uvlock": true }, + { "model": "block/planks/birch/stairs/o2", "y": 180, "uvlock": true } + ], + "facing=east,half=bottom,shape=inner_right": [ + { "model": "block/birch_stairs_inner" }, + { "model": "block/planks/birch/stairs/i1" }, + { "model": "block/planks/birch/stairs/i2" } + ], + "facing=west,half=bottom,shape=inner_right": [ + { "model": "block/birch_stairs_inner", "y": 180, "uvlock": true }, + { "model": "block/planks/birch/stairs/i1", "y": 180, "uvlock": true }, + { "model": "block/planks/birch/stairs/i2", "y": 180, "uvlock": true } + ], + "facing=south,half=bottom,shape=inner_right": [ + { "model": "block/birch_stairs_inner", "y": 90, "uvlock": true }, + { "model": "block/planks/birch/stairs/i1", "y": 90, "uvlock": true }, + { "model": "block/planks/birch/stairs/i2", "y": 90, "uvlock": true } + ], + "facing=north,half=bottom,shape=inner_right": [ + { "model": "block/birch_stairs_inner", "y": 270, "uvlock": true }, + { "model": "block/planks/birch/stairs/i1", "y": 270, "uvlock": true }, + { "model": "block/planks/birch/stairs/i2", "y": 270, "uvlock": true } + ], + "facing=east,half=bottom,shape=inner_left": [ + { "model": "block/birch_stairs_inner", "y": 270, "uvlock": true }, + { "model": "block/planks/birch/stairs/i1", "y": 270, "uvlock": true }, + { "model": "block/planks/birch/stairs/i2", "y": 270, "uvlock": true } + ], + "facing=west,half=bottom,shape=inner_left": [ + { "model": "block/birch_stairs_inner", "y": 90, "uvlock": true }, + { "model": "block/planks/birch/stairs/i1", "y": 90, "uvlock": true }, + { "model": "block/planks/birch/stairs/i2", "y": 90, "uvlock": true } + ], + "facing=south,half=bottom,shape=inner_left": [ + { "model": "block/birch_stairs_inner" }, + { "model": "block/planks/birch/stairs/i1" }, + { "model": "block/planks/birch/stairs/i2" } + ], + "facing=north,half=bottom,shape=inner_left": [ + { "model": "block/birch_stairs_inner", "y": 180, "uvlock": true }, + { "model": "block/planks/birch/stairs/i1", "y": 180, "uvlock": true }, + { "model": "block/planks/birch/stairs/i2", "y": 180, "uvlock": true } + ], + "facing=east,half=top,shape=straight": [ + { "model": "block/birch_stairs", "x": 180, "uvlock": true }, + { "model": "block/planks/birch/stairs/1", "x": 180, "uvlock": true }, + { "model": "block/planks/birch/stairs/2", "x": 180, "uvlock": true } + ], + "facing=west,half=top,shape=straight": [ + { "model": "block/birch_stairs", "x": 180, "y": 180, "uvlock": true }, + { "model": "block/planks/birch/stairs/1", "x": 180, "y": 180, "uvlock": true }, + { "model": "block/planks/birch/stairs/2", "x": 180, "y": 180, "uvlock": true } + ], + "facing=south,half=top,shape=straight": [ + { "model": "block/birch_stairs", "x": 180, "y": 90, "uvlock": true }, + { "model": "block/planks/birch/stairs/1", "x": 180, "y": 90, "uvlock": true }, + { "model": "block/planks/birch/stairs/2", "x": 180, "y": 90, "uvlock": true } + ], + "facing=north,half=top,shape=straight": [ + { "model": "block/birch_stairs", "x": 180, "y": 270, "uvlock": true }, + { "model": "block/planks/birch/stairs/1", "x": 180, "y": 270, "uvlock": true }, + { "model": "block/planks/birch/stairs/2", "x": 180, "y": 270, "uvlock": true } + ], + "facing=east,half=top,shape=outer_right": [ + { "model": "block/birch_stairs_outer", "x": 180, "y": 90, "uvlock": true }, + { "model": "block/planks/birch/stairs/o1", "x": 180, "y": 90, "uvlock": true }, + { "model": "block/planks/birch/stairs/o2", "x": 180, "y": 90, "uvlock": true } + ], + "facing=west,half=top,shape=outer_right": [ + { "model": "block/birch_stairs_outer", "x": 180, "y": 270, "uvlock": true }, + { "model": "block/planks/birch/stairs/o1", "x": 180, "y": 270, "uvlock": true }, + { "model": "block/planks/birch/stairs/o2", "x": 180, "y": 270, "uvlock": true } + ], + "facing=south,half=top,shape=outer_right": [ + { "model": "block/birch_stairs_outer", "x": 180, "y": 180, "uvlock": true }, + { "model": "block/planks/birch/stairs/o1", "x": 180, "y": 180, "uvlock": true }, + { "model": "block/planks/birch/stairs/o2", "x": 180, "y": 180, "uvlock": true } + ], + "facing=north,half=top,shape=outer_right": [ + { "model": "block/birch_stairs_outer", "x": 180, "uvlock": true }, + { "model": "block/planks/birch/stairs/o1", "x": 180, "uvlock": true }, + { "model": "block/planks/birch/stairs/o2", "x": 180, "uvlock": true } + ], + "facing=east,half=top,shape=outer_left": [ + { "model": "block/birch_stairs_outer", "x": 180, "uvlock": true }, + { "model": "block/planks/birch/stairs/o1", "x": 180, "uvlock": true }, + { "model": "block/planks/birch/stairs/o2", "x": 180, "uvlock": true } + ], + "facing=west,half=top,shape=outer_left": [ + { "model": "block/birch_stairs_outer", "x": 180, "y": 180, "uvlock": true }, + { "model": "block/planks/birch/stairs/o1", "x": 180, "y": 180, "uvlock": true }, + { "model": "block/planks/birch/stairs/o2", "x": 180, "y": 180, "uvlock": true } + ], + "facing=south,half=top,shape=outer_left": [ + { "model": "block/birch_stairs_outer", "x": 180, "y": 90, "uvlock": true }, + { "model": "block/planks/birch/stairs/o1", "x": 180, "y": 90, "uvlock": true }, + { "model": "block/planks/birch/stairs/o2", "x": 180, "y": 90, "uvlock": true } + ], + "facing=north,half=top,shape=outer_left": [ + { "model": "block/birch_stairs_outer", "x": 180, "y": 270, "uvlock": true }, + { "model": "block/planks/birch/stairs/o1", "x": 180, "y": 270, "uvlock": true }, + { "model": "block/planks/birch/stairs/o2", "x": 180, "y": 270, "uvlock": true } + ], + "facing=east,half=top,shape=inner_right": [ + { "model": "block/birch_stairs_inner", "x": 180, "y": 90, "uvlock": true }, + { "model": "block/planks/birch/stairs/i1", "x": 180, "y": 90, "uvlock": true }, + { "model": "block/planks/birch/stairs/i2", "x": 180, "y": 90, "uvlock": true } + ], + "facing=west,half=top,shape=inner_right": [ + { "model": "block/birch_stairs_inner", "x": 180, "y": 270, "uvlock": true }, + { "model": "block/planks/birch/stairs/i1", "x": 180, "y": 270, "uvlock": true }, + { "model": "block/planks/birch/stairs/i2", "x": 180, "y": 270, "uvlock": true } + ], + "facing=south,half=top,shape=inner_right": [ + { "model": "block/birch_stairs_inner", "x": 180, "y": 180, "uvlock": true }, + { "model": "block/planks/birch/stairs/i1", "x": 180, "y": 180, "uvlock": true }, + { "model": "block/planks/birch/stairs/i2", "x": 180, "y": 180, "uvlock": true } + ], + "facing=north,half=top,shape=inner_right": [ + { "model": "block/birch_stairs_inner", "x": 180, "uvlock": true }, + { "model": "block/planks/birch/stairs/i1", "x": 180, "uvlock": true }, + { "model": "block/planks/birch/stairs/i2", "x": 180, "uvlock": true } + ], + "facing=east,half=top,shape=inner_left": [ + { "model": "block/birch_stairs_inner", "x": 180, "uvlock": true }, + { "model": "block/planks/birch/stairs/i1", "x": 180, "uvlock": true }, + { "model": "block/planks/birch/stairs/i2", "x": 180, "uvlock": true } + ], + "facing=west,half=top,shape=inner_left": [ + { "model": "block/birch_stairs_inner", "x": 180, "y": 180, "uvlock": true }, + { "model": "block/planks/birch/stairs/i1", "x": 180, "y": 180, "uvlock": true }, + { "model": "block/planks/birch/stairs/i2", "x": 180, "y": 180, "uvlock": true } + ], + "facing=south,half=top,shape=inner_left": [ + { "model": "block/birch_stairs_inner", "x": 180, "y": 90, "uvlock": true }, + { "model": "block/planks/birch/stairs/i1", "x": 180, "y": 90, "uvlock": true }, + { "model": "block/planks/birch/stairs/i2", "x": 180, "y": 90, "uvlock": true } + ], + "facing=north,half=top,shape=inner_left": [ + { "model": "block/birch_stairs_inner", "x": 180, "y": 270, "uvlock": true }, + { "model": "block/planks/birch/stairs/i1", "x": 180, "y": 270, "uvlock": true }, + { "model": "block/planks/birch/stairs/i2", "x": 180, "y": 270, "uvlock": true } + ] + } +} diff --git a/assets/minecraft/blockstates/bookshelf.json b/assets/minecraft/blockstates/bookshelf.json new file mode 100644 index 0000000..45d9e8c --- /dev/null +++ b/assets/minecraft/blockstates/bookshelf.json @@ -0,0 +1,9 @@ +{ + "variants": { + "": [ + { "model": "block/bookshelf" }, + { "model": "block/bookshelf/1" }, + { "model": "block/bookshelf/2" } + ] + } +} diff --git a/assets/minecraft/blockstates/brick_slab.json b/assets/minecraft/blockstates/brick_slab.json new file mode 100644 index 0000000..a5216b4 --- /dev/null +++ b/assets/minecraft/blockstates/brick_slab.json @@ -0,0 +1,19 @@ +{ + "variants": { + "type=bottom": [ + { "model": "block/brick_slab" }, + { "model": "block/bricks/slab/l1" }, + { "model": "block/bricks/slab/l2" } + ], + "type=top": [ + { "model": "block/brick_slab_top" }, + { "model": "block/bricks/slab/u1" }, + { "model": "block/bricks/slab/u2" } + ], + "type=double": [ + { "model": "block/bricks" }, + { "model": "block/bricks/1" }, + { "model": "block/bricks/2" } + ] + } +} diff --git a/assets/minecraft/blockstates/brick_stairs.json b/assets/minecraft/blockstates/brick_stairs.json new file mode 100644 index 0000000..f5be00a --- /dev/null +++ b/assets/minecraft/blockstates/brick_stairs.json @@ -0,0 +1,204 @@ +{ + "variants": { + "facing=east,half=bottom,shape=straight": [ + { "model": "block/brick_stairs" }, + { "model": "block/bricks/stairs/1" }, + { "model": "block/bricks/stairs/2" } + ], + "facing=west,half=bottom,shape=straight": [ + { "model": "block/brick_stairs", "y": 180, "uvlock": true }, + { "model": "block/bricks/stairs/1", "y": 180, "uvlock": true }, + { "model": "block/bricks/stairs/2", "y": 180, "uvlock": true } + ], + "facing=south,half=bottom,shape=straight": [ + { "model": "block/brick_stairs", "y": 90, "uvlock": true }, + { "model": "block/bricks/stairs/1", "y": 90, "uvlock": true }, + { "model": "block/bricks/stairs/2", "y": 90, "uvlock": true } + ], + "facing=north,half=bottom,shape=straight": [ + { "model": "block/brick_stairs", "y": 270, "uvlock": true }, + { "model": "block/bricks/stairs/1", "y": 270, "uvlock": true }, + { "model": "block/bricks/stairs/2", "y": 270, "uvlock": true } + ], + "facing=east,half=bottom,shape=outer_right": [ + { "model": "block/brick_stairs_outer" }, + { "model": "block/bricks/stairs/o1" }, + { "model": "block/bricks/stairs/o2" } + ], + "facing=west,half=bottom,shape=outer_right": [ + { "model": "block/brick_stairs_outer", "y": 180, "uvlock": true }, + { "model": "block/bricks/stairs/o1", "y": 180, "uvlock": true }, + { "model": "block/bricks/stairs/o2", "y": 180, "uvlock": true } + ], + "facing=south,half=bottom,shape=outer_right": [ + { "model": "block/brick_stairs_outer", "y": 90, "uvlock": true }, + { "model": "block/bricks/stairs/o1", "y": 90, "uvlock": true }, + { "model": "block/bricks/stairs/o2", "y": 90, "uvlock": true } + ], + "facing=north,half=bottom,shape=outer_right": [ + { "model": "block/brick_stairs_outer", "y": 270, "uvlock": true }, + { "model": "block/bricks/stairs/o1", "y": 270, "uvlock": true }, + { "model": "block/bricks/stairs/o2", "y": 270, "uvlock": true } + ], + "facing=east,half=bottom,shape=outer_left": [ + { "model": "block/brick_stairs_outer", "y": 270, "uvlock": true }, + { "model": "block/bricks/stairs/o1", "y": 270, "uvlock": true }, + { "model": "block/bricks/stairs/o2", "y": 270, "uvlock": true } + ], + "facing=west,half=bottom,shape=outer_left": [ + { "model": "block/brick_stairs_outer", "y": 90, "uvlock": true }, + { "model": "block/bricks/stairs/o1", "y": 90, "uvlock": true }, + { "model": "block/bricks/stairs/o2", "y": 90, "uvlock": true } + ], + "facing=south,half=bottom,shape=outer_left": [ + { "model": "block/brick_stairs_outer" }, + { "model": "block/bricks/stairs/o1" }, + { "model": "block/bricks/stairs/o2" } + ], + "facing=north,half=bottom,shape=outer_left": [ + { "model": "block/brick_stairs_outer", "y": 180, "uvlock": true }, + { "model": "block/bricks/stairs/o1", "y": 180, "uvlock": true }, + { "model": "block/bricks/stairs/o2", "y": 180, "uvlock": true } + ], + "facing=east,half=bottom,shape=inner_right": [ + { "model": "block/brick_stairs_inner" }, + { "model": "block/bricks/stairs/i1" }, + { "model": "block/bricks/stairs/i2" } + ], + "facing=west,half=bottom,shape=inner_right": [ + { "model": "block/brick_stairs_inner", "y": 180, "uvlock": true }, + { "model": "block/bricks/stairs/i1", "y": 180, "uvlock": true }, + { "model": "block/bricks/stairs/i2", "y": 180, "uvlock": true } + ], + "facing=south,half=bottom,shape=inner_right": [ + { "model": "block/brick_stairs_inner", "y": 90, "uvlock": true }, + { "model": "block/bricks/stairs/i1", "y": 90, "uvlock": true }, + { "model": "block/bricks/stairs/i2", "y": 90, "uvlock": true } + ], + "facing=north,half=bottom,shape=inner_right": [ + { "model": "block/brick_stairs_inner", "y": 270, "uvlock": true }, + { "model": "block/bricks/stairs/i1", "y": 270, "uvlock": true }, + { "model": "block/bricks/stairs/i2", "y": 270, "uvlock": true } + ], + "facing=east,half=bottom,shape=inner_left": [ + { "model": "block/brick_stairs_inner", "y": 270, "uvlock": true }, + { "model": "block/bricks/stairs/i1", "y": 270, "uvlock": true }, + { "model": "block/bricks/stairs/i2", "y": 270, "uvlock": true } + ], + "facing=west,half=bottom,shape=inner_left": [ + { "model": "block/brick_stairs_inner", "y": 90, "uvlock": true }, + { "model": "block/bricks/stairs/i1", "y": 90, "uvlock": true }, + { "model": "block/bricks/stairs/i2", "y": 90, "uvlock": true } + ], + "facing=south,half=bottom,shape=inner_left": [ + { "model": "block/brick_stairs_inner" }, + { "model": "block/bricks/stairs/i1" }, + { "model": "block/bricks/stairs/i2" } + ], + "facing=north,half=bottom,shape=inner_left": [ + { "model": "block/brick_stairs_inner", "y": 180, "uvlock": true }, + { "model": "block/bricks/stairs/i1", "y": 180, "uvlock": true }, + { "model": "block/bricks/stairs/i2", "y": 180, "uvlock": true } + ], + "facing=east,half=top,shape=straight": [ + { "model": "block/brick_stairs", "x": 180, "uvlock": true }, + { "model": "block/bricks/stairs/1", "x": 180, "uvlock": true }, + { "model": "block/bricks/stairs/2", "x": 180, "uvlock": true } + ], + "facing=west,half=top,shape=straight": [ + { "model": "block/brick_stairs", "x": 180, "y": 180, "uvlock": true }, + { "model": "block/bricks/stairs/1", "x": 180, "y": 180, "uvlock": true }, + { "model": "block/bricks/stairs/2", "x": 180, "y": 180, "uvlock": true } + ], + "facing=south,half=top,shape=straight": [ + { "model": "block/brick_stairs", "x": 180, "y": 90, "uvlock": true }, + { "model": "block/bricks/stairs/1", "x": 180, "y": 90, "uvlock": true }, + { "model": "block/bricks/stairs/2", "x": 180, "y": 90, "uvlock": true } + ], + "facing=north,half=top,shape=straight": [ + { "model": "block/brick_stairs", "x": 180, "y": 270, "uvlock": true }, + { "model": "block/bricks/stairs/1", "x": 180, "y": 270, "uvlock": true }, + { "model": "block/bricks/stairs/2", "x": 180, "y": 270, "uvlock": true } + ], + "facing=east,half=top,shape=outer_right": [ + { "model": "block/brick_stairs_outer", "x": 180, "y": 90, "uvlock": true }, + { "model": "block/bricks/stairs/o1", "x": 180, "y": 90, "uvlock": true }, + { "model": "block/bricks/stairs/o2", "x": 180, "y": 90, "uvlock": true } + ], + "facing=west,half=top,shape=outer_right": [ + { "model": "block/brick_stairs_outer", "x": 180, "y": 270, "uvlock": true }, + { "model": "block/bricks/stairs/o1", "x": 180, "y": 270, "uvlock": true }, + { "model": "block/bricks/stairs/o2", "x": 180, "y": 270, "uvlock": true } + ], + "facing=south,half=top,shape=outer_right": [ + { "model": "block/brick_stairs_outer", "x": 180, "y": 180, "uvlock": true }, + { "model": "block/bricks/stairs/o1", "x": 180, "y": 180, "uvlock": true }, + { "model": "block/bricks/stairs/o2", "x": 180, "y": 180, "uvlock": true } + ], + "facing=north,half=top,shape=outer_right": [ + { "model": "block/brick_stairs_outer", "x": 180, "uvlock": true }, + { "model": "block/bricks/stairs/o1", "x": 180, "uvlock": true }, + { "model": "block/bricks/stairs/o2", "x": 180, "uvlock": true } + ], + "facing=east,half=top,shape=outer_left": [ + { "model": "block/brick_stairs_outer", "x": 180, "uvlock": true }, + { "model": "block/bricks/stairs/o1", "x": 180, "uvlock": true }, + { "model": "block/bricks/stairs/o2", "x": 180, "uvlock": true } + ], + "facing=west,half=top,shape=outer_left": [ + { "model": "block/brick_stairs_outer", "x": 180, "y": 180, "uvlock": true }, + { "model": "block/bricks/stairs/o1", "x": 180, "y": 180, "uvlock": true }, + { "model": "block/bricks/stairs/o2", "x": 180, "y": 180, "uvlock": true } + ], + "facing=south,half=top,shape=outer_left": [ + { "model": "block/brick_stairs_outer", "x": 180, "y": 90, "uvlock": true }, + { "model": "block/bricks/stairs/o1", "x": 180, "y": 90, "uvlock": true }, + { "model": "block/bricks/stairs/o2", "x": 180, "y": 90, "uvlock": true } + ], + "facing=north,half=top,shape=outer_left": [ + { "model": "block/brick_stairs_outer", "x": 180, "y": 270, "uvlock": true }, + { "model": "block/bricks/stairs/o1", "x": 180, "y": 270, "uvlock": true }, + { "model": "block/bricks/stairs/o2", "x": 180, "y": 270, "uvlock": true } + ], + "facing=east,half=top,shape=inner_right": [ + { "model": "block/brick_stairs_inner", "x": 180, "y": 90, "uvlock": true }, + { "model": "block/bricks/stairs/i1", "x": 180, "y": 90, "uvlock": true }, + { "model": "block/bricks/stairs/i2", "x": 180, "y": 90, "uvlock": true } + ], + "facing=west,half=top,shape=inner_right": [ + { "model": "block/brick_stairs_inner", "x": 180, "y": 270, "uvlock": true }, + { "model": "block/bricks/stairs/i1", "x": 180, "y": 270, "uvlock": true }, + { "model": "block/bricks/stairs/i2", "x": 180, "y": 270, "uvlock": true } + ], + "facing=south,half=top,shape=inner_right": [ + { "model": "block/brick_stairs_inner", "x": 180, "y": 180, "uvlock": true }, + { "model": "block/bricks/stairs/i1", "x": 180, "y": 180, "uvlock": true }, + { "model": "block/bricks/stairs/i2", "x": 180, "y": 180, "uvlock": true } + ], + "facing=north,half=top,shape=inner_right": [ + { "model": "block/brick_stairs_inner", "x": 180, "uvlock": true }, + { "model": "block/bricks/stairs/i1", "x": 180, "uvlock": true }, + { "model": "block/bricks/stairs/i2", "x": 180, "uvlock": true } + ], + "facing=east,half=top,shape=inner_left": [ + { "model": "block/brick_stairs_inner", "x": 180, "uvlock": true }, + { "model": "block/bricks/stairs/i1", "x": 180, "uvlock": true }, + { "model": "block/bricks/stairs/i2", "x": 180, "uvlock": true } + ], + "facing=west,half=top,shape=inner_left": [ + { "model": "block/brick_stairs_inner", "x": 180, "y": 180, "uvlock": true }, + { "model": "block/bricks/stairs/i1", "x": 180, "y": 180, "uvlock": true }, + { "model": "block/bricks/stairs/i2", "x": 180, "y": 180, "uvlock": true } + ], + "facing=south,half=top,shape=inner_left": [ + { "model": "block/brick_stairs_inner", "x": 180, "y": 90, "uvlock": true }, + { "model": "block/bricks/stairs/i1", "x": 180, "y": 90, "uvlock": true }, + { "model": "block/bricks/stairs/i2", "x": 180, "y": 90, "uvlock": true } + ], + "facing=north,half=top,shape=inner_left": [ + { "model": "block/brick_stairs_inner", "x": 180, "y": 270, "uvlock": true }, + { "model": "block/bricks/stairs/i1", "x": 180, "y": 270, "uvlock": true }, + { "model": "block/bricks/stairs/i2", "x": 180, "y": 270, "uvlock": true } + ] + } +} diff --git a/assets/minecraft/blockstates/bricks.json b/assets/minecraft/blockstates/bricks.json new file mode 100644 index 0000000..ea0abdf --- /dev/null +++ b/assets/minecraft/blockstates/bricks.json @@ -0,0 +1,9 @@ +{ + "variants": { + "": [ + { "model": "block/bricks" }, + { "model": "block/bricks/1" }, + { "model": "block/bricks/2" } + ] + } +} diff --git a/assets/minecraft/blockstates/chiseled_red_sandstone.json b/assets/minecraft/blockstates/chiseled_red_sandstone.json new file mode 100644 index 0000000..2c628a7 --- /dev/null +++ b/assets/minecraft/blockstates/chiseled_red_sandstone.json @@ -0,0 +1,8 @@ +{ + "variants": { + "": [ + { "model": "block/chiseled_red_sandstone" }, + { "model": "block/sandstone/chiseled/red/1" } + ] + } +} diff --git a/assets/minecraft/blockstates/chiseled_sandstone.json b/assets/minecraft/blockstates/chiseled_sandstone.json new file mode 100644 index 0000000..4e13d3d --- /dev/null +++ b/assets/minecraft/blockstates/chiseled_sandstone.json @@ -0,0 +1,8 @@ +{ + "variants": { + "": [ + { "model": "block/chiseled_sandstone" }, + { "model": "block/sandstone/chiseled/normal/1" } + ] + } +} diff --git a/assets/minecraft/blockstates/coal_ore.json b/assets/minecraft/blockstates/coal_ore.json new file mode 100644 index 0000000..1c8dde6 --- /dev/null +++ b/assets/minecraft/blockstates/coal_ore.json @@ -0,0 +1,9 @@ +{ + "variants": { + "": [ + { "model": "block/coal_ore" }, + { "model": "block/ore/coal/1"}, + { "model": "block/ore/coal/2"} + ] + } +} diff --git a/assets/minecraft/blockstates/cobblestone.json b/assets/minecraft/blockstates/cobblestone.json new file mode 100644 index 0000000..4a831a1 --- /dev/null +++ b/assets/minecraft/blockstates/cobblestone.json @@ -0,0 +1,9 @@ +{ + "variants": { + "": [ + { "model": "block/cobblestone" }, + { "model": "block/cobblestone/1" }, + { "model": "block/cobblestone/2" } + ] + } +} diff --git a/assets/minecraft/blockstates/cobblestone_monster_egg.json b/assets/minecraft/blockstates/cobblestone_monster_egg.json new file mode 100644 index 0000000..4a831a1 --- /dev/null +++ b/assets/minecraft/blockstates/cobblestone_monster_egg.json @@ -0,0 +1,9 @@ +{ + "variants": { + "": [ + { "model": "block/cobblestone" }, + { "model": "block/cobblestone/1" }, + { "model": "block/cobblestone/2" } + ] + } +} diff --git a/assets/minecraft/blockstates/cobblestone_slab.json b/assets/minecraft/blockstates/cobblestone_slab.json new file mode 100644 index 0000000..865874f --- /dev/null +++ b/assets/minecraft/blockstates/cobblestone_slab.json @@ -0,0 +1,19 @@ +{ + "variants": { + "type=bottom": [ + { "model": "block/cobblestone_slab" }, + { "model": "block/cobblestone/slab/l1" }, + { "model": "block/cobblestone/slab/l2" } + ], + "type=top": [ + { "model": "block/cobblestone_slab_top" }, + { "model": "block/cobblestone/slab/u1" }, + { "model": "block/cobblestone/slab/u2" } + ], + "type=double": [ + { "model": "block/cobblestone" }, + { "model": "block/cobblestone/1" }, + { "model": "block/cobblestone/2" } + ] + } +} \ No newline at end of file diff --git a/assets/minecraft/blockstates/cobblestone_stairs.json b/assets/minecraft/blockstates/cobblestone_stairs.json new file mode 100644 index 0000000..e32ba22 --- /dev/null +++ b/assets/minecraft/blockstates/cobblestone_stairs.json @@ -0,0 +1,204 @@ +{ + "variants": { + "facing=east,half=bottom,shape=straight": [ + { "model": "block/cobblestone_stairs" }, + { "model": "block/cobblestone/stairs/1" }, + { "model": "block/cobblestone/stairs/2" } + ], + "facing=west,half=bottom,shape=straight": [ + { "model": "block/cobblestone_stairs", "y": 180, "uvlock": true }, + { "model": "block/cobblestone/stairs/1", "y": 180, "uvlock": true }, + { "model": "block/cobblestone/stairs/2", "y": 180, "uvlock": true } + ], + "facing=south,half=bottom,shape=straight": [ + { "model": "block/cobblestone_stairs", "y": 90, "uvlock": true }, + { "model": "block/cobblestone/stairs/1", "y": 90, "uvlock": true }, + { "model": "block/cobblestone/stairs/2", "y": 90, "uvlock": true } + ], + "facing=north,half=bottom,shape=straight": [ + { "model": "block/cobblestone_stairs", "y": 270, "uvlock": true }, + { "model": "block/cobblestone/stairs/1", "y": 270, "uvlock": true }, + { "model": "block/cobblestone/stairs/2", "y": 270, "uvlock": true } + ], + "facing=east,half=bottom,shape=outer_right": [ + { "model": "block/cobblestone_stairs_outer" }, + { "model": "block/cobblestone/stairs/o1" }, + { "model": "block/cobblestone/stairs/o2" } + ], + "facing=west,half=bottom,shape=outer_right": [ + { "model": "block/cobblestone_stairs_outer", "y": 180, "uvlock": true }, + { "model": "block/cobblestone/stairs/o1", "y": 180, "uvlock": true }, + { "model": "block/cobblestone/stairs/o2", "y": 180, "uvlock": true } + ], + "facing=south,half=bottom,shape=outer_right": [ + { "model": "block/cobblestone_stairs_outer", "y": 90, "uvlock": true }, + { "model": "block/cobblestone/stairs/o1", "y": 90, "uvlock": true }, + { "model": "block/cobblestone/stairs/o2", "y": 90, "uvlock": true } + ], + "facing=north,half=bottom,shape=outer_right": [ + { "model": "block/cobblestone_stairs_outer", "y": 270, "uvlock": true }, + { "model": "block/cobblestone/stairs/o1", "y": 270, "uvlock": true }, + { "model": "block/cobblestone/stairs/o2", "y": 270, "uvlock": true } + ], + "facing=east,half=bottom,shape=outer_left": [ + { "model": "block/cobblestone_stairs_outer", "y": 270, "uvlock": true }, + { "model": "block/cobblestone/stairs/o1", "y": 270, "uvlock": true }, + { "model": "block/cobblestone/stairs/o2", "y": 270, "uvlock": true } + ], + "facing=west,half=bottom,shape=outer_left": [ + { "model": "block/cobblestone_stairs_outer", "y": 90, "uvlock": true }, + { "model": "block/cobblestone/stairs/o1", "y": 90, "uvlock": true }, + { "model": "block/cobblestone/stairs/o2", "y": 90, "uvlock": true } + ], + "facing=south,half=bottom,shape=outer_left": [ + { "model": "block/cobblestone_stairs_outer" }, + { "model": "block/cobblestone/stairs/o1" }, + { "model": "block/cobblestone/stairs/o2" } + ], + "facing=north,half=bottom,shape=outer_left": [ + { "model": "block/cobblestone_stairs_outer", "y": 180, "uvlock": true }, + { "model": "block/cobblestone/stairs/o1", "y": 180, "uvlock": true }, + { "model": "block/cobblestone/stairs/o2", "y": 180, "uvlock": true } + ], + "facing=east,half=bottom,shape=inner_right": [ + { "model": "block/cobblestone_stairs_inner" }, + { "model": "block/cobblestone/stairs/i1" }, + { "model": "block/cobblestone/stairs/i2" } + ], + "facing=west,half=bottom,shape=inner_right": [ + { "model": "block/cobblestone_stairs_inner", "y": 180, "uvlock": true }, + { "model": "block/cobblestone/stairs/i1", "y": 180, "uvlock": true }, + { "model": "block/cobblestone/stairs/i2", "y": 180, "uvlock": true } + ], + "facing=south,half=bottom,shape=inner_right": [ + { "model": "block/cobblestone_stairs_inner", "y": 90, "uvlock": true }, + { "model": "block/cobblestone/stairs/i1", "y": 90, "uvlock": true }, + { "model": "block/cobblestone/stairs/i2", "y": 90, "uvlock": true } + ], + "facing=north,half=bottom,shape=inner_right": [ + { "model": "block/cobblestone_stairs_inner", "y": 270, "uvlock": true }, + { "model": "block/cobblestone/stairs/i1", "y": 270, "uvlock": true }, + { "model": "block/cobblestone/stairs/i2", "y": 270, "uvlock": true } + ], + "facing=east,half=bottom,shape=inner_left": [ + { "model": "block/cobblestone_stairs_inner", "y": 270, "uvlock": true }, + { "model": "block/cobblestone/stairs/i1", "y": 270, "uvlock": true }, + { "model": "block/cobblestone/stairs/i2", "y": 270, "uvlock": true } + ], + "facing=west,half=bottom,shape=inner_left": [ + { "model": "block/cobblestone_stairs_inner", "y": 90, "uvlock": true }, + { "model": "block/cobblestone/stairs/i1", "y": 90, "uvlock": true }, + { "model": "block/cobblestone/stairs/i2", "y": 90, "uvlock": true } + ], + "facing=south,half=bottom,shape=inner_left": [ + { "model": "block/cobblestone_stairs_inner" }, + { "model": "block/cobblestone/stairs/i1" }, + { "model": "block/cobblestone/stairs/i2" } + ], + "facing=north,half=bottom,shape=inner_left": [ + { "model": "block/cobblestone_stairs_inner", "y": 180, "uvlock": true }, + { "model": "block/cobblestone/stairs/i1", "y": 180, "uvlock": true }, + { "model": "block/cobblestone/stairs/i2", "y": 180, "uvlock": true } + ], + "facing=east,half=top,shape=straight": [ + { "model": "block/cobblestone_stairs", "x": 180, "uvlock": true }, + { "model": "block/cobblestone/stairs/1", "x": 180, "uvlock": true }, + { "model": "block/cobblestone/stairs/2", "x": 180, "uvlock": true } + ], + "facing=west,half=top,shape=straight": [ + { "model": "block/cobblestone_stairs", "x": 180, "y": 180, "uvlock": true }, + { "model": "block/cobblestone/stairs/1", "x": 180, "y": 180, "uvlock": true }, + { "model": "block/cobblestone/stairs/2", "x": 180, "y": 180, "uvlock": true } + ], + "facing=south,half=top,shape=straight": [ + { "model": "block/cobblestone_stairs", "x": 180, "y": 90, "uvlock": true }, + { "model": "block/cobblestone/stairs/1", "x": 180, "y": 90, "uvlock": true }, + { "model": "block/cobblestone/stairs/2", "x": 180, "y": 90, "uvlock": true } + ], + "facing=north,half=top,shape=straight": [ + { "model": "block/cobblestone_stairs", "x": 180, "y": 270, "uvlock": true }, + { "model": "block/cobblestone/stairs/1", "x": 180, "y": 270, "uvlock": true }, + { "model": "block/cobblestone/stairs/2", "x": 180, "y": 270, "uvlock": true } + ], + "facing=east,half=top,shape=outer_right": [ + { "model": "block/cobblestone_stairs_outer", "x": 180, "y": 90, "uvlock": true }, + { "model": "block/cobblestone/stairs/o1", "x": 180, "y": 90, "uvlock": true }, + { "model": "block/cobblestone/stairs/o2", "x": 180, "y": 90, "uvlock": true } + ], + "facing=west,half=top,shape=outer_right": [ + { "model": "block/cobblestone_stairs_outer", "x": 180, "y": 270, "uvlock": true }, + { "model": "block/cobblestone/stairs/o1", "x": 180, "y": 270, "uvlock": true }, + { "model": "block/cobblestone/stairs/o2", "x": 180, "y": 270, "uvlock": true } + ], + "facing=south,half=top,shape=outer_right": [ + { "model": "block/cobblestone_stairs_outer", "x": 180, "y": 180, "uvlock": true }, + { "model": "block/cobblestone/stairs/o1", "x": 180, "y": 180, "uvlock": true }, + { "model": "block/cobblestone/stairs/o2", "x": 180, "y": 180, "uvlock": true } + ], + "facing=north,half=top,shape=outer_right": [ + { "model": "block/cobblestone_stairs_outer", "x": 180, "uvlock": true }, + { "model": "block/cobblestone/stairs/o1", "x": 180, "uvlock": true }, + { "model": "block/cobblestone/stairs/o2", "x": 180, "uvlock": true } + ], + "facing=east,half=top,shape=outer_left": [ + { "model": "block/cobblestone_stairs_outer", "x": 180, "uvlock": true }, + { "model": "block/cobblestone/stairs/o1", "x": 180, "uvlock": true }, + { "model": "block/cobblestone/stairs/o2", "x": 180, "uvlock": true } + ], + "facing=west,half=top,shape=outer_left": [ + { "model": "block/cobblestone_stairs_outer", "x": 180, "y": 180, "uvlock": true }, + { "model": "block/cobblestone/stairs/o1", "x": 180, "y": 180, "uvlock": true }, + { "model": "block/cobblestone/stairs/o2", "x": 180, "y": 180, "uvlock": true } + ], + "facing=south,half=top,shape=outer_left": [ + { "model": "block/cobblestone_stairs_outer", "x": 180, "y": 90, "uvlock": true }, + { "model": "block/cobblestone/stairs/o1", "x": 180, "y": 90, "uvlock": true }, + { "model": "block/cobblestone/stairs/o2", "x": 180, "y": 90, "uvlock": true } + ], + "facing=north,half=top,shape=outer_left": [ + { "model": "block/cobblestone_stairs_outer", "x": 180, "y": 270, "uvlock": true }, + { "model": "block/cobblestone/stairs/o1", "x": 180, "y": 270, "uvlock": true }, + { "model": "block/cobblestone/stairs/o2", "x": 180, "y": 270, "uvlock": true } + ], + "facing=east,half=top,shape=inner_right": [ + { "model": "block/cobblestone_stairs_inner", "x": 180, "y": 90, "uvlock": true }, + { "model": "block/cobblestone/stairs/i1", "x": 180, "y": 90, "uvlock": true }, + { "model": "block/cobblestone/stairs/i2", "x": 180, "y": 90, "uvlock": true } + ], + "facing=west,half=top,shape=inner_right": [ + { "model": "block/cobblestone_stairs_inner", "x": 180, "y": 270, "uvlock": true }, + { "model": "block/cobblestone/stairs/i1", "x": 180, "y": 270, "uvlock": true }, + { "model": "block/cobblestone/stairs/i2", "x": 180, "y": 270, "uvlock": true } + ], + "facing=south,half=top,shape=inner_right": [ + { "model": "block/cobblestone_stairs_inner", "x": 180, "y": 180, "uvlock": true }, + { "model": "block/cobblestone/stairs/i1", "x": 180, "y": 180, "uvlock": true }, + { "model": "block/cobblestone/stairs/i2", "x": 180, "y": 180, "uvlock": true } + ], + "facing=north,half=top,shape=inner_right": [ + { "model": "block/cobblestone_stairs_inner", "x": 180, "uvlock": true }, + { "model": "block/cobblestone/stairs/i1", "x": 180, "uvlock": true }, + { "model": "block/cobblestone/stairs/i2", "x": 180, "uvlock": true } + ], + "facing=east,half=top,shape=inner_left": [ + { "model": "block/cobblestone_stairs_inner", "x": 180, "uvlock": true }, + { "model": "block/cobblestone/stairs/i1", "x": 180, "uvlock": true }, + { "model": "block/cobblestone/stairs/i2", "x": 180, "uvlock": true } + ], + "facing=west,half=top,shape=inner_left": [ + { "model": "block/cobblestone_stairs_inner", "x": 180, "y": 180, "uvlock": true }, + { "model": "block/cobblestone/stairs/i1", "x": 180, "y": 180, "uvlock": true }, + { "model": "block/cobblestone/stairs/i2", "x": 180, "y": 180, "uvlock": true } + ], + "facing=south,half=top,shape=inner_left": [ + { "model": "block/cobblestone_stairs_inner", "x": 180, "y": 90, "uvlock": true }, + { "model": "block/cobblestone/stairs/i1", "x": 180, "y": 90, "uvlock": true }, + { "model": "block/cobblestone/stairs/i2", "x": 180, "y": 90, "uvlock": true } + ], + "facing=north,half=top,shape=inner_left": [ + { "model": "block/cobblestone_stairs_inner", "x": 180, "y": 270, "uvlock": true }, + { "model": "block/cobblestone/stairs/i1", "x": 180, "y": 270, "uvlock": true }, + { "model": "block/cobblestone/stairs/i2", "x": 180, "y": 270, "uvlock": true } + ] + } +} diff --git a/assets/minecraft/blockstates/dark_oak_fence.json b/assets/minecraft/blockstates/dark_oak_fence.json new file mode 100644 index 0000000..03c4923 --- /dev/null +++ b/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/assets/minecraft/blockstates/dark_oak_leaves.json b/assets/minecraft/blockstates/dark_oak_leaves.json new file mode 100644 index 0000000..6e4db27 --- /dev/null +++ b/assets/minecraft/blockstates/dark_oak_leaves.json @@ -0,0 +1,8 @@ +{ + "variants": { + "": [ + { "model": "block/dark_oak_leaves" }, + { "model": "block/leaves/dark_oak/1" } + ] + } +} diff --git a/assets/minecraft/blockstates/dark_oak_log.json b/assets/minecraft/blockstates/dark_oak_log.json new file mode 100644 index 0000000..a0aa921 --- /dev/null +++ b/assets/minecraft/blockstates/dark_oak_log.json @@ -0,0 +1,17 @@ +{ + "variants": { + "axis=y": [ + { "model": "block/dark_oak_log" }, + { "model": "block/logs/dark_oak/1" } + ], + "axis=z": [ + { "model": "block/dark_oak_log", "x": 90 }, + { "model": "block/logs/dark_oak/1", "x": 90 } + ], + "axis=x": [ + { "model": "block/dark_oak_log", "x": 90, "y": 90 }, + { "model": "block/logs/dark_oak/1", "x": 90, "y": 90 } + ], + "axis=none": { "model": "block/dark_oak_bark" } + } +} \ No newline at end of file diff --git a/assets/minecraft/blockstates/dark_oak_planks.json b/assets/minecraft/blockstates/dark_oak_planks.json new file mode 100644 index 0000000..47da2fb --- /dev/null +++ b/assets/minecraft/blockstates/dark_oak_planks.json @@ -0,0 +1,9 @@ +{ + "variants": { + "": [ + { "model": "block/dark_oak_planks" }, + { "model": "block/planks/dark_oak/1" }, + { "model": "block/planks/dark_oak/2" } + ] + } +} diff --git a/assets/minecraft/blockstates/dark_oak_slab.json b/assets/minecraft/blockstates/dark_oak_slab.json new file mode 100644 index 0000000..e955920 --- /dev/null +++ b/assets/minecraft/blockstates/dark_oak_slab.json @@ -0,0 +1,19 @@ +{ + "variants": { + "type=bottom": [ + { "model": "block/dark_oak_slab" }, + { "model": "block/planks/dark_oak/slab/l1" }, + { "model": "block/planks/dark_oak/slab/l2" } + ], + "type=top": [ + { "model": "block/dark_oak_slab_top" }, + { "model": "block/planks/dark_oak/slab/u1" }, + { "model": "block/planks/dark_oak/slab/u2" } + ], + "type=double": [ + { "model": "block/dark_oak_planks" }, + { "model": "block/planks/dark_oak/1" }, + { "model": "block/planks/dark_oak/2" } + ] + } +} diff --git a/assets/minecraft/blockstates/dark_oak_stairs.json b/assets/minecraft/blockstates/dark_oak_stairs.json new file mode 100644 index 0000000..c9e2096 --- /dev/null +++ b/assets/minecraft/blockstates/dark_oak_stairs.json @@ -0,0 +1,204 @@ +{ + "variants": { + "facing=east,half=bottom,shape=straight": [ + { "model": "block/dark_oak_stairs" }, + { "model": "block/planks/dark_oak/stairs/1" }, + { "model": "block/planks/dark_oak/stairs/2" } + ], + "facing=west,half=bottom,shape=straight": [ + { "model": "block/dark_oak_stairs", "y": 180, "uvlock": true }, + { "model": "block/planks/dark_oak/stairs/1", "y": 180, "uvlock": true }, + { "model": "block/planks/dark_oak/stairs/2", "y": 180, "uvlock": true } + ], + "facing=south,half=bottom,shape=straight": [ + { "model": "block/dark_oak_stairs", "y": 90, "uvlock": true }, + { "model": "block/planks/dark_oak/stairs/1", "y": 90, "uvlock": true }, + { "model": "block/planks/dark_oak/stairs/2", "y": 90, "uvlock": true } + ], + "facing=north,half=bottom,shape=straight": [ + { "model": "block/dark_oak_stairs", "y": 270, "uvlock": true }, + { "model": "block/planks/dark_oak/stairs/1", "y": 270, "uvlock": true }, + { "model": "block/planks/dark_oak/stairs/2", "y": 270, "uvlock": true } + ], + "facing=east,half=bottom,shape=outer_right": [ + { "model": "block/dark_oak_stairs_outer" }, + { "model": "block/planks/dark_oak/stairs/o1" }, + { "model": "block/planks/dark_oak/stairs/o2" } + ], + "facing=west,half=bottom,shape=outer_right": [ + { "model": "block/dark_oak_stairs_outer", "y": 180, "uvlock": true }, + { "model": "block/planks/dark_oak/stairs/o1", "y": 180, "uvlock": true }, + { "model": "block/planks/dark_oak/stairs/o2", "y": 180, "uvlock": true } + ], + "facing=south,half=bottom,shape=outer_right": [ + { "model": "block/dark_oak_stairs_outer", "y": 90, "uvlock": true }, + { "model": "block/planks/dark_oak/stairs/o1", "y": 90, "uvlock": true }, + { "model": "block/planks/dark_oak/stairs/o2", "y": 90, "uvlock": true } + ], + "facing=north,half=bottom,shape=outer_right": [ + { "model": "block/dark_oak_stairs_outer", "y": 270, "uvlock": true }, + { "model": "block/planks/dark_oak/stairs/o1", "y": 270, "uvlock": true }, + { "model": "block/planks/dark_oak/stairs/o2", "y": 270, "uvlock": true } + ], + "facing=east,half=bottom,shape=outer_left": [ + { "model": "block/dark_oak_stairs_outer", "y": 270, "uvlock": true }, + { "model": "block/planks/dark_oak/stairs/o1", "y": 270, "uvlock": true }, + { "model": "block/planks/dark_oak/stairs/o2", "y": 270, "uvlock": true } + ], + "facing=west,half=bottom,shape=outer_left": [ + { "model": "block/dark_oak_stairs_outer", "y": 90, "uvlock": true }, + { "model": "block/planks/dark_oak/stairs/o1", "y": 90, "uvlock": true }, + { "model": "block/planks/dark_oak/stairs/o2", "y": 90, "uvlock": true } + ], + "facing=south,half=bottom,shape=outer_left": [ + { "model": "block/dark_oak_stairs_outer" }, + { "model": "block/planks/dark_oak/stairs/o1" }, + { "model": "block/planks/dark_oak/stairs/o2" } + ], + "facing=north,half=bottom,shape=outer_left": [ + { "model": "block/dark_oak_stairs_outer", "y": 180, "uvlock": true }, + { "model": "block/planks/dark_oak/stairs/o1", "y": 180, "uvlock": true }, + { "model": "block/planks/dark_oak/stairs/o2", "y": 180, "uvlock": true } + ], + "facing=east,half=bottom,shape=inner_right": [ + { "model": "block/dark_oak_stairs_inner" }, + { "model": "block/planks/dark_oak/stairs/i1" }, + { "model": "block/planks/dark_oak/stairs/i2" } + ], + "facing=west,half=bottom,shape=inner_right": [ + { "model": "block/dark_oak_stairs_inner", "y": 180, "uvlock": true }, + { "model": "block/planks/dark_oak/stairs/i1", "y": 180, "uvlock": true }, + { "model": "block/planks/dark_oak/stairs/i2", "y": 180, "uvlock": true } + ], + "facing=south,half=bottom,shape=inner_right": [ + { "model": "block/dark_oak_stairs_inner", "y": 90, "uvlock": true }, + { "model": "block/planks/dark_oak/stairs/i1", "y": 90, "uvlock": true }, + { "model": "block/planks/dark_oak/stairs/i2", "y": 90, "uvlock": true } + ], + "facing=north,half=bottom,shape=inner_right": [ + { "model": "block/dark_oak_stairs_inner", "y": 270, "uvlock": true }, + { "model": "block/planks/dark_oak/stairs/i1", "y": 270, "uvlock": true }, + { "model": "block/planks/dark_oak/stairs/i2", "y": 270, "uvlock": true } + ], + "facing=east,half=bottom,shape=inner_left": [ + { "model": "block/dark_oak_stairs_inner", "y": 270, "uvlock": true }, + { "model": "block/planks/dark_oak/stairs/i1", "y": 270, "uvlock": true }, + { "model": "block/planks/dark_oak/stairs/i2", "y": 270, "uvlock": true } + ], + "facing=west,half=bottom,shape=inner_left": [ + { "model": "block/dark_oak_stairs_inner", "y": 90, "uvlock": true }, + { "model": "block/planks/dark_oak/stairs/i1", "y": 90, "uvlock": true }, + { "model": "block/planks/dark_oak/stairs/i2", "y": 90, "uvlock": true } + ], + "facing=south,half=bottom,shape=inner_left": [ + { "model": "block/dark_oak_stairs_inner" }, + { "model": "block/planks/dark_oak/stairs/i1" }, + { "model": "block/planks/dark_oak/stairs/i2" } + ], + "facing=north,half=bottom,shape=inner_left": [ + { "model": "block/dark_oak_stairs_inner", "y": 180, "uvlock": true }, + { "model": "block/planks/dark_oak/stairs/i1", "y": 180, "uvlock": true }, + { "model": "block/planks/dark_oak/stairs/i2", "y": 180, "uvlock": true } + ], + "facing=east,half=top,shape=straight": [ + { "model": "block/dark_oak_stairs", "x": 180, "uvlock": true }, + { "model": "block/planks/dark_oak/stairs/1", "x": 180, "uvlock": true }, + { "model": "block/planks/dark_oak/stairs/2", "x": 180, "uvlock": true } + ], + "facing=west,half=top,shape=straight": [ + { "model": "block/dark_oak_stairs", "x": 180, "y": 180, "uvlock": true }, + { "model": "block/planks/dark_oak/stairs/1", "x": 180, "y": 180, "uvlock": true }, + { "model": "block/planks/dark_oak/stairs/2", "x": 180, "y": 180, "uvlock": true } + ], + "facing=south,half=top,shape=straight": [ + { "model": "block/dark_oak_stairs", "x": 180, "y": 90, "uvlock": true }, + { "model": "block/planks/dark_oak/stairs/1", "x": 180, "y": 90, "uvlock": true }, + { "model": "block/planks/dark_oak/stairs/2", "x": 180, "y": 90, "uvlock": true } + ], + "facing=north,half=top,shape=straight": [ + { "model": "block/dark_oak_stairs", "x": 180, "y": 270, "uvlock": true }, + { "model": "block/planks/dark_oak/stairs/1", "x": 180, "y": 270, "uvlock": true }, + { "model": "block/planks/dark_oak/stairs/2", "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 }, + { "model": "block/planks/dark_oak/stairs/o1", "x": 180, "y": 90, "uvlock": true }, + { "model": "block/planks/dark_oak/stairs/o2", "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 }, + { "model": "block/planks/dark_oak/stairs/o1", "x": 180, "y": 270, "uvlock": true }, + { "model": "block/planks/dark_oak/stairs/o2", "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 }, + { "model": "block/planks/dark_oak/stairs/o1", "x": 180, "y": 180, "uvlock": true }, + { "model": "block/planks/dark_oak/stairs/o2", "x": 180, "y": 180, "uvlock": true } + ], + "facing=north,half=top,shape=outer_right": [ + { "model": "block/dark_oak_stairs_outer", "x": 180, "uvlock": true }, + { "model": "block/planks/dark_oak/stairs/o1", "x": 180, "uvlock": true }, + { "model": "block/planks/dark_oak/stairs/o2", "x": 180, "uvlock": true } + ], + "facing=east,half=top,shape=outer_left": [ + { "model": "block/dark_oak_stairs_outer", "x": 180, "uvlock": true }, + { "model": "block/planks/dark_oak/stairs/o1", "x": 180, "uvlock": true }, + { "model": "block/planks/dark_oak/stairs/o2", "x": 180, "uvlock": true } + ], + "facing=west,half=top,shape=outer_left": [ + { "model": "block/dark_oak_stairs_outer", "x": 180, "y": 180, "uvlock": true }, + { "model": "block/planks/dark_oak/stairs/o1", "x": 180, "y": 180, "uvlock": true }, + { "model": "block/planks/dark_oak/stairs/o2", "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 }, + { "model": "block/planks/dark_oak/stairs/o1", "x": 180, "y": 90, "uvlock": true }, + { "model": "block/planks/dark_oak/stairs/o2", "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 }, + { "model": "block/planks/dark_oak/stairs/o1", "x": 180, "y": 270, "uvlock": true }, + { "model": "block/planks/dark_oak/stairs/o2", "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 }, + { "model": "block/planks/dark_oak/stairs/i1", "x": 180, "y": 90, "uvlock": true }, + { "model": "block/planks/dark_oak/stairs/i2", "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 }, + { "model": "block/planks/dark_oak/stairs/i1", "x": 180, "y": 270, "uvlock": true }, + { "model": "block/planks/dark_oak/stairs/i2", "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 }, + { "model": "block/planks/dark_oak/stairs/i1", "x": 180, "y": 180, "uvlock": true }, + { "model": "block/planks/dark_oak/stairs/i2", "x": 180, "y": 180, "uvlock": true } + ], + "facing=north,half=top,shape=inner_right": [ + { "model": "block/dark_oak_stairs_inner", "x": 180, "uvlock": true }, + { "model": "block/planks/dark_oak/stairs/i1", "x": 180, "uvlock": true }, + { "model": "block/planks/dark_oak/stairs/i2", "x": 180, "uvlock": true } + ], + "facing=east,half=top,shape=inner_left": [ + { "model": "block/dark_oak_stairs_inner", "x": 180, "uvlock": true }, + { "model": "block/planks/dark_oak/stairs/i1", "x": 180, "uvlock": true }, + { "model": "block/planks/dark_oak/stairs/i2", "x": 180, "uvlock": true } + ], + "facing=west,half=top,shape=inner_left": [ + { "model": "block/dark_oak_stairs_inner", "x": 180, "y": 180, "uvlock": true }, + { "model": "block/planks/dark_oak/stairs/i1", "x": 180, "y": 180, "uvlock": true }, + { "model": "block/planks/dark_oak/stairs/i2", "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 }, + { "model": "block/planks/dark_oak/stairs/i1", "x": 180, "y": 90, "uvlock": true }, + { "model": "block/planks/dark_oak/stairs/i2", "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 }, + { "model": "block/planks/dark_oak/stairs/i1", "x": 180, "y": 270, "uvlock": true }, + { "model": "block/planks/dark_oak/stairs/i2", "x": 180, "y": 270, "uvlock": true } + ] + } +} diff --git a/assets/minecraft/blockstates/diamond_ore.json b/assets/minecraft/blockstates/diamond_ore.json new file mode 100644 index 0000000..687ceed --- /dev/null +++ b/assets/minecraft/blockstates/diamond_ore.json @@ -0,0 +1,8 @@ +{ + "variants": { + "": [ + { "model": "block/diamond_ore" }, + { "model": "block/ore/diamond/1"} + ] + } +} diff --git a/assets/minecraft/blockstates/diorite.json b/assets/minecraft/blockstates/diorite.json new file mode 100644 index 0000000..1378a55 --- /dev/null +++ b/assets/minecraft/blockstates/diorite.json @@ -0,0 +1,8 @@ +{ + "variants": { + "": [ + { "model": "block/diorite" }, + { "model": "block/diorite/1"} + ] + } +} diff --git a/assets/minecraft/blockstates/dirt.json b/assets/minecraft/blockstates/dirt.json new file mode 100644 index 0000000..9a07740 --- /dev/null +++ b/assets/minecraft/blockstates/dirt.json @@ -0,0 +1,11 @@ +{ + "variants": { + "": [ + { "model": "block/dirt", "weight": 60 }, + { "model": "block/dirt/1", "weight": 15 }, + { "model": "block/dirt/2", "weight": 15 }, + { "model": "block/dirt/3", "weight": 10 }, + { "model": "block/dirt/4", "weight": 30 } + ] + } +} diff --git a/assets/minecraft/blockstates/emerald_ore.json b/assets/minecraft/blockstates/emerald_ore.json new file mode 100644 index 0000000..197c72c --- /dev/null +++ b/assets/minecraft/blockstates/emerald_ore.json @@ -0,0 +1,8 @@ +{ + "variants": { + "": [ + { "model": "block/emerald_ore" }, + { "model": "block/ore/emerald/1"} + ] + } +} diff --git a/assets/minecraft/blockstates/fern.json b/assets/minecraft/blockstates/fern.json new file mode 100644 index 0000000..fc117ad --- /dev/null +++ b/assets/minecraft/blockstates/fern.json @@ -0,0 +1,8 @@ +{ + "variants": { + "": [ + { "model": "block/fern" }, + { "model": "block/fern/1" } + ] + } +} diff --git a/assets/minecraft/blockstates/gold_ore.json b/assets/minecraft/blockstates/gold_ore.json new file mode 100644 index 0000000..4b470df --- /dev/null +++ b/assets/minecraft/blockstates/gold_ore.json @@ -0,0 +1,8 @@ +{ + "variants": { + "": [ + { "model": "block/gold_ore" }, + { "model": "block/ore/gold/1"} + ] + } +} diff --git a/assets/minecraft/blockstates/granite.json b/assets/minecraft/blockstates/granite.json new file mode 100644 index 0000000..7268d7d --- /dev/null +++ b/assets/minecraft/blockstates/granite.json @@ -0,0 +1,8 @@ +{ + "variants": { + "": [ + { "model": "block/granite" }, + { "model": "block/granite/1" } + ] + } +} diff --git a/assets/minecraft/blockstates/grass.json b/assets/minecraft/blockstates/grass.json new file mode 100644 index 0000000..5268731 --- /dev/null +++ b/assets/minecraft/blockstates/grass.json @@ -0,0 +1,9 @@ +{ + "variants": { + "": [ + { "model": "block/grass", "weight": 50 }, + { "model": "block/grass/1", "weight": 40 }, + { "model": "block/grass/2", "weight": 15 } + ] + } +} diff --git a/assets/minecraft/blockstates/grass_block.json b/assets/minecraft/blockstates/grass_block.json new file mode 100644 index 0000000..e6c75af --- /dev/null +++ b/assets/minecraft/blockstates/grass_block.json @@ -0,0 +1,17 @@ +{ + "variants": { + "snowy=false": [ + { "model": "block/grass_block", "weight": 40 }, + { "model": "block/grass_block", "y": 90, "weight": 15 }, + { "model": "block/grass_block/1", "weight": 50 }, + { "model": "block/grass_block/2", "weight": 1 }, + { "model": "block/grass_block/2", "y": 180, "weight": 1 }, + { "model": "block/grass_block/3", "weight": 2 }, + { "model": "block/grass_block/3", "y": 180, "weight": 2 }, + { "model": "block/grass_block/4", "weight": 1 }, + { "model": "block/grass_block/4", "y": 180, "weight": 1 }, + { "model": "block/grass_block/5", "weight": 20 } + ], + "snowy=true": { "model": "block/grass_block_snow" } + } +} diff --git a/assets/minecraft/blockstates/grass_path.json b/assets/minecraft/blockstates/grass_path.json new file mode 100644 index 0000000..5ac1f05 --- /dev/null +++ b/assets/minecraft/blockstates/grass_path.json @@ -0,0 +1,8 @@ +{ + "variants": { + "": [ + { "model": "block/grass_path" }, + { "model": "block/path/1" } + ] + } +} diff --git a/assets/minecraft/blockstates/gravel.json b/assets/minecraft/blockstates/gravel.json new file mode 100644 index 0000000..fb0b3ab --- /dev/null +++ b/assets/minecraft/blockstates/gravel.json @@ -0,0 +1,10 @@ +{ + "variants": { + "": [ + { "model": "block/gravel" }, + { "model": "block/gravel", "y": 90 }, + { "model": "block/gravel", "y": 180 }, + { "model": "block/gravel", "y": 270 } + ] + } +} diff --git a/assets/minecraft/blockstates/infested_stone_bricks.json b/assets/minecraft/blockstates/infested_stone_bricks.json new file mode 100644 index 0000000..e9a633e --- /dev/null +++ b/assets/minecraft/blockstates/infested_stone_bricks.json @@ -0,0 +1,11 @@ +{ + "variants": { + "": [ + { "model": "block/stone_bricks", "weight": 30 }, + { "model": "block/stone_bricks/1", "weight": 15 }, + { "model": "block/stone_bricks/2", "weight": 15 }, + { "model": "block/stone_bricks/3", "weight": 10 }, + { "model": "block/stone_bricks/4", "weight": 10 } + ] + } +} diff --git a/assets/minecraft/blockstates/iron_ore.json b/assets/minecraft/blockstates/iron_ore.json new file mode 100644 index 0000000..984ffc0 --- /dev/null +++ b/assets/minecraft/blockstates/iron_ore.json @@ -0,0 +1,8 @@ +{ + "variants": { + "": [ + { "model": "block/iron_ore" }, + { "model": "block/ore/iron/1"} + ] + } +} diff --git a/assets/minecraft/blockstates/jungle_fence.json b/assets/minecraft/blockstates/jungle_fence.json new file mode 100644 index 0000000..6c4af9b --- /dev/null +++ b/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/assets/minecraft/blockstates/jungle_leaves.json b/assets/minecraft/blockstates/jungle_leaves.json new file mode 100644 index 0000000..d1bafd4 --- /dev/null +++ b/assets/minecraft/blockstates/jungle_leaves.json @@ -0,0 +1,8 @@ +{ + "variants": { + "": [ + { "model": "block/jungle_leaves" }, + { "model": "block/leaves/jungle/1" } + ] + } +} diff --git a/assets/minecraft/blockstates/jungle_log.json b/assets/minecraft/blockstates/jungle_log.json new file mode 100644 index 0000000..b48f5d9 --- /dev/null +++ b/assets/minecraft/blockstates/jungle_log.json @@ -0,0 +1,17 @@ +{ + "variants": { + "axis=y": [ + { "model": "block/jungle_log" }, + { "model": "block/logs/jungle/1" } + ], + "axis=z": [ + { "model": "block/jungle_log", "x": 90 }, + { "model": "block/logs/jungle/1", "x": 90 } + ], + "axis=x": [ + { "model": "block/jungle_log", "x": 90, "y": 90 }, + { "model": "block/logs/jungle/1", "x": 90, "y": 90 } + ], + "axis=none": { "model": "block/jungle_bark" } + } +} \ No newline at end of file diff --git a/assets/minecraft/blockstates/jungle_planks.json b/assets/minecraft/blockstates/jungle_planks.json new file mode 100644 index 0000000..f3ca969 --- /dev/null +++ b/assets/minecraft/blockstates/jungle_planks.json @@ -0,0 +1,9 @@ +{ + "variants": { + "": [ + { "model": "block/jungle_planks" }, + { "model": "block/planks/jungle/1" }, + { "model": "block/planks/jungle/2" } + ] + } +} diff --git a/assets/minecraft/blockstates/jungle_slab.json b/assets/minecraft/blockstates/jungle_slab.json new file mode 100644 index 0000000..7e7be48 --- /dev/null +++ b/assets/minecraft/blockstates/jungle_slab.json @@ -0,0 +1,19 @@ +{ + "variants": { + "type=bottom": [ + { "model": "block/jungle_slab" }, + { "model": "block/planks/jungle/slab/l1" }, + { "model": "block/planks/jungle/slab/l2" } + ], + "type=top": [ + { "model": "block/jungle_slab_top" }, + { "model": "block/planks/jungle/slab/u1" }, + { "model": "block/planks/jungle/slab/u2" } + ], + "type=double": [ + { "model": "block/jungle_planks" }, + { "model": "block/planks/jungle/1" }, + { "model": "block/planks/jungle/2" } + ] + } +} diff --git a/assets/minecraft/blockstates/jungle_stairs.json b/assets/minecraft/blockstates/jungle_stairs.json new file mode 100644 index 0000000..2ff35e8 --- /dev/null +++ b/assets/minecraft/blockstates/jungle_stairs.json @@ -0,0 +1,204 @@ +{ + "variants": { + "facing=east,half=bottom,shape=straight": [ + { "model": "block/jungle_stairs" }, + { "model": "block/planks/jungle/stairs/1" }, + { "model": "block/planks/jungle/stairs/2" } + ], + "facing=west,half=bottom,shape=straight": [ + { "model": "block/jungle_stairs", "y": 180, "uvlock": true }, + { "model": "block/planks/jungle/stairs/1", "y": 180, "uvlock": true }, + { "model": "block/planks/jungle/stairs/2", "y": 180, "uvlock": true } + ], + "facing=south,half=bottom,shape=straight": [ + { "model": "block/jungle_stairs", "y": 90, "uvlock": true }, + { "model": "block/planks/jungle/stairs/1", "y": 90, "uvlock": true }, + { "model": "block/planks/jungle/stairs/2", "y": 90, "uvlock": true } + ], + "facing=north,half=bottom,shape=straight": [ + { "model": "block/jungle_stairs", "y": 270, "uvlock": true }, + { "model": "block/planks/jungle/stairs/1", "y": 270, "uvlock": true }, + { "model": "block/planks/jungle/stairs/2", "y": 270, "uvlock": true } + ], + "facing=east,half=bottom,shape=outer_right": [ + { "model": "block/jungle_stairs_outer" }, + { "model": "block/planks/jungle/stairs/o1" }, + { "model": "block/planks/jungle/stairs/o2" } + ], + "facing=west,half=bottom,shape=outer_right": [ + { "model": "block/jungle_stairs_outer", "y": 180, "uvlock": true }, + { "model": "block/planks/jungle/stairs/o1", "y": 180, "uvlock": true }, + { "model": "block/planks/jungle/stairs/o2", "y": 180, "uvlock": true } + ], + "facing=south,half=bottom,shape=outer_right": [ + { "model": "block/jungle_stairs_outer", "y": 90, "uvlock": true }, + { "model": "block/planks/jungle/stairs/o1", "y": 90, "uvlock": true }, + { "model": "block/planks/jungle/stairs/o2", "y": 90, "uvlock": true } + ], + "facing=north,half=bottom,shape=outer_right": [ + { "model": "block/jungle_stairs_outer", "y": 270, "uvlock": true }, + { "model": "block/planks/jungle/stairs/o1", "y": 270, "uvlock": true }, + { "model": "block/planks/jungle/stairs/o2", "y": 270, "uvlock": true } + ], + "facing=east,half=bottom,shape=outer_left": [ + { "model": "block/jungle_stairs_outer", "y": 270, "uvlock": true }, + { "model": "block/planks/jungle/stairs/o1", "y": 270, "uvlock": true }, + { "model": "block/planks/jungle/stairs/o2", "y": 270, "uvlock": true } + ], + "facing=west,half=bottom,shape=outer_left": [ + { "model": "block/jungle_stairs_outer", "y": 90, "uvlock": true }, + { "model": "block/planks/jungle/stairs/o1", "y": 90, "uvlock": true }, + { "model": "block/planks/jungle/stairs/o2", "y": 90, "uvlock": true } + ], + "facing=south,half=bottom,shape=outer_left": [ + { "model": "block/jungle_stairs_outer" }, + { "model": "block/planks/jungle/stairs/o1" }, + { "model": "block/planks/jungle/stairs/o2" } + ], + "facing=north,half=bottom,shape=outer_left": [ + { "model": "block/jungle_stairs_outer", "y": 180, "uvlock": true }, + { "model": "block/planks/jungle/stairs/o1", "y": 180, "uvlock": true }, + { "model": "block/planks/jungle/stairs/o2", "y": 180, "uvlock": true } + ], + "facing=east,half=bottom,shape=inner_right": [ + { "model": "block/jungle_stairs_inner" }, + { "model": "block/planks/jungle/stairs/i1" }, + { "model": "block/planks/jungle/stairs/i2" } + ], + "facing=west,half=bottom,shape=inner_right": [ + { "model": "block/jungle_stairs_inner", "y": 180, "uvlock": true }, + { "model": "block/planks/jungle/stairs/i1", "y": 180, "uvlock": true }, + { "model": "block/planks/jungle/stairs/i2", "y": 180, "uvlock": true } + ], + "facing=south,half=bottom,shape=inner_right": [ + { "model": "block/jungle_stairs_inner", "y": 90, "uvlock": true }, + { "model": "block/planks/jungle/stairs/i1", "y": 90, "uvlock": true }, + { "model": "block/planks/jungle/stairs/i2", "y": 90, "uvlock": true } + ], + "facing=north,half=bottom,shape=inner_right": [ + { "model": "block/jungle_stairs_inner", "y": 270, "uvlock": true }, + { "model": "block/planks/jungle/stairs/i1", "y": 270, "uvlock": true }, + { "model": "block/planks/jungle/stairs/i2", "y": 270, "uvlock": true } + ], + "facing=east,half=bottom,shape=inner_left": [ + { "model": "block/jungle_stairs_inner", "y": 270, "uvlock": true }, + { "model": "block/planks/jungle/stairs/i1", "y": 270, "uvlock": true }, + { "model": "block/planks/jungle/stairs/i2", "y": 270, "uvlock": true } + ], + "facing=west,half=bottom,shape=inner_left": [ + { "model": "block/jungle_stairs_inner", "y": 90, "uvlock": true }, + { "model": "block/planks/jungle/stairs/i1", "y": 90, "uvlock": true }, + { "model": "block/planks/jungle/stairs/i2", "y": 90, "uvlock": true } + ], + "facing=south,half=bottom,shape=inner_left": [ + { "model": "block/jungle_stairs_inner" }, + { "model": "block/planks/jungle/stairs/i1" }, + { "model": "block/planks/jungle/stairs/i2" } + ], + "facing=north,half=bottom,shape=inner_left": [ + { "model": "block/jungle_stairs_inner", "y": 180, "uvlock": true }, + { "model": "block/planks/jungle/stairs/i1", "y": 180, "uvlock": true }, + { "model": "block/planks/jungle/stairs/i2", "y": 180, "uvlock": true } + ], + "facing=east,half=top,shape=straight": [ + { "model": "block/jungle_stairs", "x": 180, "uvlock": true }, + { "model": "block/planks/jungle/stairs/1", "x": 180, "uvlock": true }, + { "model": "block/planks/jungle/stairs/2", "x": 180, "uvlock": true } + ], + "facing=west,half=top,shape=straight": [ + { "model": "block/jungle_stairs", "x": 180, "y": 180, "uvlock": true }, + { "model": "block/planks/jungle/stairs/1", "x": 180, "y": 180, "uvlock": true }, + { "model": "block/planks/jungle/stairs/2", "x": 180, "y": 180, "uvlock": true } + ], + "facing=south,half=top,shape=straight": [ + { "model": "block/jungle_stairs", "x": 180, "y": 90, "uvlock": true }, + { "model": "block/planks/jungle/stairs/1", "x": 180, "y": 90, "uvlock": true }, + { "model": "block/planks/jungle/stairs/2", "x": 180, "y": 90, "uvlock": true } + ], + "facing=north,half=top,shape=straight": [ + { "model": "block/jungle_stairs", "x": 180, "y": 270, "uvlock": true }, + { "model": "block/planks/jungle/stairs/1", "x": 180, "y": 270, "uvlock": true }, + { "model": "block/planks/jungle/stairs/2", "x": 180, "y": 270, "uvlock": true } + ], + "facing=east,half=top,shape=outer_right": [ + { "model": "block/jungle_stairs_outer", "x": 180, "y": 90, "uvlock": true }, + { "model": "block/planks/jungle/stairs/o1", "x": 180, "y": 90, "uvlock": true }, + { "model": "block/planks/jungle/stairs/o2", "x": 180, "y": 90, "uvlock": true } + ], + "facing=west,half=top,shape=outer_right": [ + { "model": "block/jungle_stairs_outer", "x": 180, "y": 270, "uvlock": true }, + { "model": "block/planks/jungle/stairs/o1", "x": 180, "y": 270, "uvlock": true }, + { "model": "block/planks/jungle/stairs/o2", "x": 180, "y": 270, "uvlock": true } + ], + "facing=south,half=top,shape=outer_right": [ + { "model": "block/jungle_stairs_outer", "x": 180, "y": 180, "uvlock": true }, + { "model": "block/planks/jungle/stairs/o1", "x": 180, "y": 180, "uvlock": true }, + { "model": "block/planks/jungle/stairs/o2", "x": 180, "y": 180, "uvlock": true } + ], + "facing=north,half=top,shape=outer_right": [ + { "model": "block/jungle_stairs_outer", "x": 180, "uvlock": true }, + { "model": "block/planks/jungle/stairs/o1", "x": 180, "uvlock": true }, + { "model": "block/planks/jungle/stairs/o2", "x": 180, "uvlock": true } + ], + "facing=east,half=top,shape=outer_left": [ + { "model": "block/jungle_stairs_outer", "x": 180, "uvlock": true }, + { "model": "block/planks/jungle/stairs/o1", "x": 180, "uvlock": true }, + { "model": "block/planks/jungle/stairs/o2", "x": 180, "uvlock": true } + ], + "facing=west,half=top,shape=outer_left": [ + { "model": "block/jungle_stairs_outer", "x": 180, "y": 180, "uvlock": true }, + { "model": "block/planks/jungle/stairs/o1", "x": 180, "y": 180, "uvlock": true }, + { "model": "block/planks/jungle/stairs/o2", "x": 180, "y": 180, "uvlock": true } + ], + "facing=south,half=top,shape=outer_left": [ + { "model": "block/jungle_stairs_outer", "x": 180, "y": 90, "uvlock": true }, + { "model": "block/planks/jungle/stairs/o1", "x": 180, "y": 90, "uvlock": true }, + { "model": "block/planks/jungle/stairs/o2", "x": 180, "y": 90, "uvlock": true } + ], + "facing=north,half=top,shape=outer_left": [ + { "model": "block/jungle_stairs_outer", "x": 180, "y": 270, "uvlock": true }, + { "model": "block/planks/jungle/stairs/o1", "x": 180, "y": 270, "uvlock": true }, + { "model": "block/planks/jungle/stairs/o2", "x": 180, "y": 270, "uvlock": true } + ], + "facing=east,half=top,shape=inner_right": [ + { "model": "block/jungle_stairs_inner", "x": 180, "y": 90, "uvlock": true }, + { "model": "block/planks/jungle/stairs/i1", "x": 180, "y": 90, "uvlock": true }, + { "model": "block/planks/jungle/stairs/i2", "x": 180, "y": 90, "uvlock": true } + ], + "facing=west,half=top,shape=inner_right": [ + { "model": "block/jungle_stairs_inner", "x": 180, "y": 270, "uvlock": true }, + { "model": "block/planks/jungle/stairs/i1", "x": 180, "y": 270, "uvlock": true }, + { "model": "block/planks/jungle/stairs/i2", "x": 180, "y": 270, "uvlock": true } + ], + "facing=south,half=top,shape=inner_right": [ + { "model": "block/jungle_stairs_inner", "x": 180, "y": 180, "uvlock": true }, + { "model": "block/planks/jungle/stairs/i1", "x": 180, "y": 180, "uvlock": true }, + { "model": "block/planks/jungle/stairs/i2", "x": 180, "y": 180, "uvlock": true } + ], + "facing=north,half=top,shape=inner_right": [ + { "model": "block/jungle_stairs_inner", "x": 180, "uvlock": true }, + { "model": "block/planks/jungle/stairs/i1", "x": 180, "uvlock": true }, + { "model": "block/planks/jungle/stairs/i2", "x": 180, "uvlock": true } + ], + "facing=east,half=top,shape=inner_left": [ + { "model": "block/jungle_stairs_inner", "x": 180, "uvlock": true }, + { "model": "block/planks/jungle/stairs/i1", "x": 180, "uvlock": true }, + { "model": "block/planks/jungle/stairs/i2", "x": 180, "uvlock": true } + ], + "facing=west,half=top,shape=inner_left": [ + { "model": "block/jungle_stairs_inner", "x": 180, "y": 180, "uvlock": true }, + { "model": "block/planks/jungle/stairs/i1", "x": 180, "y": 180, "uvlock": true }, + { "model": "block/planks/jungle/stairs/i2", "x": 180, "y": 180, "uvlock": true } + ], + "facing=south,half=top,shape=inner_left": [ + { "model": "block/jungle_stairs_inner", "x": 180, "y": 90, "uvlock": true }, + { "model": "block/planks/jungle/stairs/i1", "x": 180, "y": 90, "uvlock": true }, + { "model": "block/planks/jungle/stairs/i2", "x": 180, "y": 90, "uvlock": true } + ], + "facing=north,half=top,shape=inner_left": [ + { "model": "block/jungle_stairs_inner", "x": 180, "y": 270, "uvlock": true }, + { "model": "block/planks/jungle/stairs/i1", "x": 180, "y": 270, "uvlock": true }, + { "model": "block/planks/jungle/stairs/i2", "x": 180, "y": 270, "uvlock": true } + ] + } +} diff --git a/assets/minecraft/blockstates/lapis_ore.json b/assets/minecraft/blockstates/lapis_ore.json new file mode 100644 index 0000000..b2cceb9 --- /dev/null +++ b/assets/minecraft/blockstates/lapis_ore.json @@ -0,0 +1,8 @@ +{ + "variants": { + "": [ + { "model": "block/lapis_ore" }, + { "model": "block/ore/lapis/1"} + ] + } +} diff --git a/assets/minecraft/blockstates/lily_pad.json b/assets/minecraft/blockstates/lily_pad.json new file mode 100644 index 0000000..a0fa0ca --- /dev/null +++ b/assets/minecraft/blockstates/lily_pad.json @@ -0,0 +1,18 @@ +{ + "variants": { + "": [ + { "model": "block/lily_pad", "weight": 60 }, + { "model": "block/lily_pad", "y": 90, "weight": 60 }, + { "model": "block/lily_pad", "y": 180, "weight": 60 }, + { "model": "block/lily_pad", "y": 270, "weight": 60 }, + { "model": "block/lily_pad/1", "weight": 20 }, + { "model": "block/lily_pad/1", "y": 90, "weight": 10 }, + { "model": "block/lily_pad/1", "y": 180, "weight": 20 }, + { "model": "block/lily_pad/1", "y": 270, "weight": 10 }, + { "model": "block/lily_pad/2", "weight": 10 }, + { "model": "block/lily_pad/2", "y": 90, "weight": 20 }, + { "model": "block/lily_pad/2", "y": 180, "weight": 10 }, + { "model": "block/lily_pad/2", "y": 270, "weight": 20 } + ] + } +} diff --git a/assets/minecraft/blockstates/lit_redstone_ore.json b/assets/minecraft/blockstates/lit_redstone_ore.json new file mode 100644 index 0000000..fca3ebf --- /dev/null +++ b/assets/minecraft/blockstates/lit_redstone_ore.json @@ -0,0 +1,8 @@ +{ + "variants": { + "": [ + { "model": "block/lit_redstone_ore" }, + { "model": "block/ore/redstone/1"} + ] + } +} diff --git a/assets/minecraft/blockstates/oak_fence.json b/assets/minecraft/blockstates/oak_fence.json new file mode 100644 index 0000000..4279ba0 --- /dev/null +++ b/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/assets/minecraft/blockstates/oak_leaves.json b/assets/minecraft/blockstates/oak_leaves.json new file mode 100644 index 0000000..161d2f9 --- /dev/null +++ b/assets/minecraft/blockstates/oak_leaves.json @@ -0,0 +1,8 @@ +{ + "variants": { + "": [ + { "model": "block/oak_leaves" }, + { "model": "block/leaves/oak/1" } + ] + } +} diff --git a/assets/minecraft/blockstates/oak_log.json b/assets/minecraft/blockstates/oak_log.json new file mode 100644 index 0000000..f62a2ca --- /dev/null +++ b/assets/minecraft/blockstates/oak_log.json @@ -0,0 +1,17 @@ +{ + "variants": { + "axis=y": [ + { "model": "block/oak_log" }, + { "model": "block/logs/oak/1" } + ], + "axis=z": [ + { "model": "block/oak_log", "x": 90 }, + { "model": "block/logs/oak/1", "x": 90 } + ], + "axis=x": [ + { "model": "block/oak_log", "x": 90, "y": 90 }, + { "model": "block/logs/oak/1", "x": 90, "y": 90 } + ], + "axis=none": { "model": "block/oak_bark" } + } +} diff --git a/assets/minecraft/blockstates/oak_planks.json b/assets/minecraft/blockstates/oak_planks.json new file mode 100644 index 0000000..698b672 --- /dev/null +++ b/assets/minecraft/blockstates/oak_planks.json @@ -0,0 +1,9 @@ +{ + "variants": { + "": [ + { "model": "block/oak_planks" }, + { "model": "block/planks/oak/1" }, + { "model": "block/planks/oak/2" } + ] + } +} diff --git a/assets/minecraft/blockstates/oak_slab.json b/assets/minecraft/blockstates/oak_slab.json new file mode 100644 index 0000000..106b2fa --- /dev/null +++ b/assets/minecraft/blockstates/oak_slab.json @@ -0,0 +1,19 @@ +{ + "variants": { + "type=bottom": [ + { "model": "block/oak_slab" }, + { "model": "block/planks/oak/slab/l1" }, + { "model": "block/planks/oak/slab/l2" } + ], + "type=top": [ + { "model": "block/oak_slab_top" }, + { "model": "block/planks/oak/slab/u1" }, + { "model": "block/planks/oak/slab/u2" } + ], + "type=double": [ + { "model": "block/oak_planks" }, + { "model": "block/planks/oak/1" }, + { "model": "block/planks/oak/2" } + ] + } +} diff --git a/assets/minecraft/blockstates/oak_stairs.json b/assets/minecraft/blockstates/oak_stairs.json new file mode 100644 index 0000000..a52c768 --- /dev/null +++ b/assets/minecraft/blockstates/oak_stairs.json @@ -0,0 +1,204 @@ +{ + "variants": { + "facing=east,half=bottom,shape=straight": [ + { "model": "block/oak_stairs" }, + { "model": "block/planks/oak/stairs/1" }, + { "model": "block/planks/oak/stairs/2" } + ], + "facing=west,half=bottom,shape=straight": [ + { "model": "block/oak_stairs", "y": 180, "uvlock": true }, + { "model": "block/planks/oak/stairs/1", "y": 180, "uvlock": true }, + { "model": "block/planks/oak/stairs/2", "y": 180, "uvlock": true } + ], + "facing=south,half=bottom,shape=straight": [ + { "model": "block/oak_stairs", "y": 90, "uvlock": true }, + { "model": "block/planks/oak/stairs/1", "y": 90, "uvlock": true }, + { "model": "block/planks/oak/stairs/2", "y": 90, "uvlock": true } + ], + "facing=north,half=bottom,shape=straight": [ + { "model": "block/oak_stairs", "y": 270, "uvlock": true }, + { "model": "block/planks/oak/stairs/1", "y": 270, "uvlock": true }, + { "model": "block/planks/oak/stairs/2", "y": 270, "uvlock": true } + ], + "facing=east,half=bottom,shape=outer_right": [ + { "model": "block/oak_stairs_outer" }, + { "model": "block/planks/oak/stairs/o1" }, + { "model": "block/planks/oak/stairs/o2" } + ], + "facing=west,half=bottom,shape=outer_right": [ + { "model": "block/oak_stairs_outer", "y": 180, "uvlock": true }, + { "model": "block/planks/oak/stairs/o1", "y": 180, "uvlock": true }, + { "model": "block/planks/oak/stairs/o2", "y": 180, "uvlock": true } + ], + "facing=south,half=bottom,shape=outer_right": [ + { "model": "block/oak_stairs_outer", "y": 90, "uvlock": true }, + { "model": "block/planks/oak/stairs/o1", "y": 90, "uvlock": true }, + { "model": "block/planks/oak/stairs/o2", "y": 90, "uvlock": true } + ], + "facing=north,half=bottom,shape=outer_right": [ + { "model": "block/oak_stairs_outer", "y": 270, "uvlock": true }, + { "model": "block/planks/oak/stairs/o1", "y": 270, "uvlock": true }, + { "model": "block/planks/oak/stairs/o2", "y": 270, "uvlock": true } + ], + "facing=east,half=bottom,shape=outer_left": [ + { "model": "block/oak_stairs_outer", "y": 270, "uvlock": true }, + { "model": "block/planks/oak/stairs/o1", "y": 270, "uvlock": true }, + { "model": "block/planks/oak/stairs/o2", "y": 270, "uvlock": true } + ], + "facing=west,half=bottom,shape=outer_left": [ + { "model": "block/oak_stairs_outer", "y": 90, "uvlock": true }, + { "model": "block/planks/oak/stairs/o1", "y": 90, "uvlock": true }, + { "model": "block/planks/oak/stairs/o2", "y": 90, "uvlock": true } + ], + "facing=south,half=bottom,shape=outer_left": [ + { "model": "block/oak_stairs_outer" }, + { "model": "block/planks/oak/stairs/o1" }, + { "model": "block/planks/oak/stairs/o2" } + ], + "facing=north,half=bottom,shape=outer_left": [ + { "model": "block/oak_stairs_outer", "y": 180, "uvlock": true }, + { "model": "block/planks/oak/stairs/o1", "y": 180, "uvlock": true }, + { "model": "block/planks/oak/stairs/o2", "y": 180, "uvlock": true } + ], + "facing=east,half=bottom,shape=inner_right": [ + { "model": "block/oak_stairs_inner" }, + { "model": "block/planks/oak/stairs/i1" }, + { "model": "block/planks/oak/stairs/i2" } + ], + "facing=west,half=bottom,shape=inner_right": [ + { "model": "block/oak_stairs_inner", "y": 180, "uvlock": true }, + { "model": "block/planks/oak/stairs/i1", "y": 180, "uvlock": true }, + { "model": "block/planks/oak/stairs/i2", "y": 180, "uvlock": true } + ], + "facing=south,half=bottom,shape=inner_right": [ + { "model": "block/oak_stairs_inner", "y": 90, "uvlock": true }, + { "model": "block/planks/oak/stairs/i1", "y": 90, "uvlock": true }, + { "model": "block/planks/oak/stairs/i2", "y": 90, "uvlock": true } + ], + "facing=north,half=bottom,shape=inner_right": [ + { "model": "block/oak_stairs_inner", "y": 270, "uvlock": true }, + { "model": "block/planks/oak/stairs/i1", "y": 270, "uvlock": true }, + { "model": "block/planks/oak/stairs/i2", "y": 270, "uvlock": true } + ], + "facing=east,half=bottom,shape=inner_left": [ + { "model": "block/oak_stairs_inner", "y": 270, "uvlock": true }, + { "model": "block/planks/oak/stairs/i1", "y": 270, "uvlock": true }, + { "model": "block/planks/oak/stairs/i2", "y": 270, "uvlock": true } + ], + "facing=west,half=bottom,shape=inner_left": [ + { "model": "block/oak_stairs_inner", "y": 90, "uvlock": true }, + { "model": "block/planks/oak/stairs/i1", "y": 90, "uvlock": true }, + { "model": "block/planks/oak/stairs/i2", "y": 90, "uvlock": true } + ], + "facing=south,half=bottom,shape=inner_left": [ + { "model": "block/oak_stairs_inner" }, + { "model": "block/planks/oak/stairs/i1" }, + { "model": "block/planks/oak/stairs/i2" } + ], + "facing=north,half=bottom,shape=inner_left": [ + { "model": "block/oak_stairs_inner", "y": 180, "uvlock": true }, + { "model": "block/planks/oak/stairs/i1", "y": 180, "uvlock": true }, + { "model": "block/planks/oak/stairs/i2", "y": 180, "uvlock": true } + ], + "facing=east,half=top,shape=straight": [ + { "model": "block/oak_stairs", "x": 180, "uvlock": true }, + { "model": "block/planks/oak/stairs/1", "x": 180, "uvlock": true }, + { "model": "block/planks/oak/stairs/2", "x": 180, "uvlock": true } + ], + "facing=west,half=top,shape=straight": [ + { "model": "block/oak_stairs", "x": 180, "y": 180, "uvlock": true }, + { "model": "block/planks/oak/stairs/1", "x": 180, "y": 180, "uvlock": true }, + { "model": "block/planks/oak/stairs/2", "x": 180, "y": 180, "uvlock": true } + ], + "facing=south,half=top,shape=straight": [ + { "model": "block/oak_stairs", "x": 180, "y": 90, "uvlock": true }, + { "model": "block/planks/oak/stairs/1", "x": 180, "y": 90, "uvlock": true }, + { "model": "block/planks/oak/stairs/2", "x": 180, "y": 90, "uvlock": true } + ], + "facing=north,half=top,shape=straight": [ + { "model": "block/oak_stairs", "x": 180, "y": 270, "uvlock": true }, + { "model": "block/planks/oak/stairs/1", "x": 180, "y": 270, "uvlock": true }, + { "model": "block/planks/oak/stairs/2", "x": 180, "y": 270, "uvlock": true } + ], + "facing=east,half=top,shape=outer_right": [ + { "model": "block/oak_stairs_outer", "x": 180, "y": 90, "uvlock": true }, + { "model": "block/planks/oak/stairs/o1", "x": 180, "y": 90, "uvlock": true }, + { "model": "block/planks/oak/stairs/o2", "x": 180, "y": 90, "uvlock": true } + ], + "facing=west,half=top,shape=outer_right": [ + { "model": "block/oak_stairs_outer", "x": 180, "y": 270, "uvlock": true }, + { "model": "block/planks/oak/stairs/o1", "x": 180, "y": 270, "uvlock": true }, + { "model": "block/planks/oak/stairs/o2", "x": 180, "y": 270, "uvlock": true } + ], + "facing=south,half=top,shape=outer_right": [ + { "model": "block/oak_stairs_outer", "x": 180, "y": 180, "uvlock": true }, + { "model": "block/planks/oak/stairs/o1", "x": 180, "y": 180, "uvlock": true }, + { "model": "block/planks/oak/stairs/o2", "x": 180, "y": 180, "uvlock": true } + ], + "facing=north,half=top,shape=outer_right": [ + { "model": "block/oak_stairs_outer", "x": 180, "uvlock": true }, + { "model": "block/planks/oak/stairs/o1", "x": 180, "uvlock": true }, + { "model": "block/planks/oak/stairs/o2", "x": 180, "uvlock": true } + ], + "facing=east,half=top,shape=outer_left": [ + { "model": "block/oak_stairs_outer", "x": 180, "uvlock": true }, + { "model": "block/planks/oak/stairs/o1", "x": 180, "uvlock": true }, + { "model": "block/planks/oak/stairs/o2", "x": 180, "uvlock": true } + ], + "facing=west,half=top,shape=outer_left": [ + { "model": "block/oak_stairs_outer", "x": 180, "y": 180, "uvlock": true }, + { "model": "block/planks/oak/stairs/o1", "x": 180, "y": 180, "uvlock": true }, + { "model": "block/planks/oak/stairs/o2", "x": 180, "y": 180, "uvlock": true } + ], + "facing=south,half=top,shape=outer_left": [ + { "model": "block/oak_stairs_outer", "x": 180, "y": 90, "uvlock": true }, + { "model": "block/planks/oak/stairs/o1", "x": 180, "y": 90, "uvlock": true }, + { "model": "block/planks/oak/stairs/o2", "x": 180, "y": 90, "uvlock": true } + ], + "facing=north,half=top,shape=outer_left": [ + { "model": "block/oak_stairs_outer", "x": 180, "y": 270, "uvlock": true }, + { "model": "block/planks/oak/stairs/o1", "x": 180, "y": 270, "uvlock": true }, + { "model": "block/planks/oak/stairs/o2", "x": 180, "y": 270, "uvlock": true } + ], + "facing=east,half=top,shape=inner_right": [ + { "model": "block/oak_stairs_inner", "x": 180, "y": 90, "uvlock": true }, + { "model": "block/planks/oak/stairs/i1", "x": 180, "y": 90, "uvlock": true }, + { "model": "block/planks/oak/stairs/i2", "x": 180, "y": 90, "uvlock": true } + ], + "facing=west,half=top,shape=inner_right": [ + { "model": "block/oak_stairs_inner", "x": 180, "y": 270, "uvlock": true }, + { "model": "block/planks/oak/stairs/i1", "x": 180, "y": 270, "uvlock": true }, + { "model": "block/planks/oak/stairs/i2", "x": 180, "y": 270, "uvlock": true } + ], + "facing=south,half=top,shape=inner_right": [ + { "model": "block/oak_stairs_inner", "x": 180, "y": 180, "uvlock": true }, + { "model": "block/planks/oak/stairs/i1", "x": 180, "y": 180, "uvlock": true }, + { "model": "block/planks/oak/stairs/i2", "x": 180, "y": 180, "uvlock": true } + ], + "facing=north,half=top,shape=inner_right": [ + { "model": "block/oak_stairs_inner", "x": 180, "uvlock": true }, + { "model": "block/planks/oak/stairs/i1", "x": 180, "uvlock": true }, + { "model": "block/planks/oak/stairs/i2", "x": 180, "uvlock": true } + ], + "facing=east,half=top,shape=inner_left": [ + { "model": "block/oak_stairs_inner", "x": 180, "uvlock": true }, + { "model": "block/planks/oak/stairs/i1", "x": 180, "uvlock": true }, + { "model": "block/planks/oak/stairs/i2", "x": 180, "uvlock": true } + ], + "facing=west,half=top,shape=inner_left": [ + { "model": "block/oak_stairs_inner", "x": 180, "y": 180, "uvlock": true }, + { "model": "block/planks/oak/stairs/i1", "x": 180, "y": 180, "uvlock": true }, + { "model": "block/planks/oak/stairs/i2", "x": 180, "y": 180, "uvlock": true } + ], + "facing=south,half=top,shape=inner_left": [ + { "model": "block/oak_stairs_inner", "x": 180, "y": 90, "uvlock": true }, + { "model": "block/planks/oak/stairs/i1", "x": 180, "y": 90, "uvlock": true }, + { "model": "block/planks/oak/stairs/i2", "x": 180, "y": 90, "uvlock": true } + ], + "facing=north,half=top,shape=inner_left": [ + { "model": "block/oak_stairs_inner", "x": 180, "y": 270, "uvlock": true }, + { "model": "block/planks/oak/stairs/i1", "x": 180, "y": 270, "uvlock": true }, + { "model": "block/planks/oak/stairs/i2", "x": 180, "y": 270, "uvlock": true } + ] + } +} diff --git a/assets/minecraft/blockstates/red_sand.json b/assets/minecraft/blockstates/red_sand.json new file mode 100644 index 0000000..1804bca --- /dev/null +++ b/assets/minecraft/blockstates/red_sand.json @@ -0,0 +1,9 @@ +{ + "variants": { + "": [ + { "model": "block/red_sand" }, + { "model": "block/red_sand/1" }, + { "model": "block/red_sand/2" } + ] + } +} diff --git a/assets/minecraft/blockstates/red_sandstone.json b/assets/minecraft/blockstates/red_sandstone.json new file mode 100644 index 0000000..af5ffda --- /dev/null +++ b/assets/minecraft/blockstates/red_sandstone.json @@ -0,0 +1,9 @@ +{ + "variants": { + "": [ + { "model": "block/red_sandstone" }, + { "model": "block/sandstone/normal/red/1" }, + { "model": "block/sandstone/normal/red/2" } + ] + } +} diff --git a/assets/minecraft/blockstates/red_sandstone_slab.json b/assets/minecraft/blockstates/red_sandstone_slab.json new file mode 100644 index 0000000..aaa2564 --- /dev/null +++ b/assets/minecraft/blockstates/red_sandstone_slab.json @@ -0,0 +1,19 @@ +{ + "variants": { + "type=bottom": [ + { "model": "block/red_sandstone_slab" }, + { "model": "block/sandstone/normal/red/slab/l1" }, + { "model": "block/sandstone/normal/red/slab/l2" } + ], + "type=top": [ + { "model": "block/red_sandstone_slab_top" }, + { "model": "block/sandstone/normal/red/slab/u1" }, + { "model": "block/sandstone/normal/red/slab/u2" } + ], + "type=double": [ + { "model": "block/red_sandstone" }, + { "model": "block/sandstone/normal/red/1" }, + { "model": "block/sandstone/normal/red/2" } + ] + } +} diff --git a/assets/minecraft/blockstates/red_sandstone_stairs.json b/assets/minecraft/blockstates/red_sandstone_stairs.json new file mode 100644 index 0000000..c3dec7f --- /dev/null +++ b/assets/minecraft/blockstates/red_sandstone_stairs.json @@ -0,0 +1,204 @@ +{ + "variants": { + "facing=east,half=bottom,shape=straight": [ + { "model": "block/red_sandstone_stairs" }, + { "model": "block/sandstone/normal/red/stairs/1" }, + { "model": "block/sandstone/normal/red/stairs/2" } + ], + "facing=west,half=bottom,shape=straight": [ + { "model": "block/red_sandstone_stairs", "y": 180, "uvlock": true }, + { "model": "block/sandstone/normal/red/stairs/1", "y": 180, "uvlock": true }, + { "model": "block/sandstone/normal/red/stairs/2", "y": 180, "uvlock": true } + ], + "facing=south,half=bottom,shape=straight": [ + { "model": "block/red_sandstone_stairs", "y": 90, "uvlock": true }, + { "model": "block/sandstone/normal/red/stairs/1", "y": 90, "uvlock": true }, + { "model": "block/sandstone/normal/red/stairs/2", "y": 90, "uvlock": true } + ], + "facing=north,half=bottom,shape=straight": [ + { "model": "block/red_sandstone_stairs", "y": 270, "uvlock": true }, + { "model": "block/sandstone/normal/red/stairs/1", "y": 270, "uvlock": true }, + { "model": "block/sandstone/normal/red/stairs/2", "y": 270, "uvlock": true } + ], + "facing=east,half=bottom,shape=outer_right": [ + { "model": "block/red_sandstone_stairs_outer" }, + { "model": "block/sandstone/normal/red/stairs/o1" }, + { "model": "block/sandstone/normal/red/stairs/o2" } + ], + "facing=west,half=bottom,shape=outer_right": [ + { "model": "block/red_sandstone_stairs_outer", "y": 180, "uvlock": true }, + { "model": "block/sandstone/normal/red/stairs/o1", "y": 180, "uvlock": true }, + { "model": "block/sandstone/normal/red/stairs/o2", "y": 180, "uvlock": true } + ], + "facing=south,half=bottom,shape=outer_right": [ + { "model": "block/red_sandstone_stairs_outer", "y": 90, "uvlock": true }, + { "model": "block/sandstone/normal/red/stairs/o1", "y": 90, "uvlock": true }, + { "model": "block/sandstone/normal/red/stairs/o2", "y": 90, "uvlock": true } + ], + "facing=north,half=bottom,shape=outer_right": [ + { "model": "block/red_sandstone_stairs_outer", "y": 270, "uvlock": true }, + { "model": "block/sandstone/normal/red/stairs/o1", "y": 270, "uvlock": true }, + { "model": "block/sandstone/normal/red/stairs/o2", "y": 270, "uvlock": true } + ], + "facing=east,half=bottom,shape=outer_left": [ + { "model": "block/red_sandstone_stairs_outer", "y": 270, "uvlock": true }, + { "model": "block/sandstone/normal/red/stairs/o1", "y": 270, "uvlock": true }, + { "model": "block/sandstone/normal/red/stairs/o2", "y": 270, "uvlock": true } + ], + "facing=west,half=bottom,shape=outer_left": [ + { "model": "block/red_sandstone_stairs_outer", "y": 90, "uvlock": true }, + { "model": "block/sandstone/normal/red/stairs/o1", "y": 90, "uvlock": true }, + { "model": "block/sandstone/normal/red/stairs/o2", "y": 90, "uvlock": true } + ], + "facing=south,half=bottom,shape=outer_left": [ + { "model": "block/red_sandstone_stairs_outer" }, + { "model": "block/sandstone/normal/red/stairs/o1" }, + { "model": "block/sandstone/normal/red/stairs/o2" } + ], + "facing=north,half=bottom,shape=outer_left": [ + { "model": "block/red_sandstone_stairs_outer", "y": 180, "uvlock": true }, + { "model": "block/sandstone/normal/red/stairs/o1", "y": 180, "uvlock": true }, + { "model": "block/sandstone/normal/red/stairs/o2", "y": 180, "uvlock": true } + ], + "facing=east,half=bottom,shape=inner_right": [ + { "model": "block/red_sandstone_stairs_inner" }, + { "model": "block/sandstone/normal/red/stairs/i1" }, + { "model": "block/sandstone/normal/red/stairs/i2" } + ], + "facing=west,half=bottom,shape=inner_right": [ + { "model": "block/red_sandstone_stairs_inner", "y": 180, "uvlock": true }, + { "model": "block/sandstone/normal/red/stairs/i1", "y": 180, "uvlock": true }, + { "model": "block/sandstone/normal/red/stairs/i2", "y": 180, "uvlock": true } + ], + "facing=south,half=bottom,shape=inner_right": [ + { "model": "block/red_sandstone_stairs_inner", "y": 90, "uvlock": true }, + { "model": "block/sandstone/normal/red/stairs/i1", "y": 90, "uvlock": true }, + { "model": "block/sandstone/normal/red/stairs/i2", "y": 90, "uvlock": true } + ], + "facing=north,half=bottom,shape=inner_right": [ + { "model": "block/red_sandstone_stairs_inner", "y": 270, "uvlock": true }, + { "model": "block/sandstone/normal/red/stairs/i1", "y": 270, "uvlock": true }, + { "model": "block/sandstone/normal/red/stairs/i2", "y": 270, "uvlock": true } + ], + "facing=east,half=bottom,shape=inner_left": [ + { "model": "block/red_sandstone_stairs_inner", "y": 270, "uvlock": true }, + { "model": "block/sandstone/normal/red/stairs/i1", "y": 270, "uvlock": true }, + { "model": "block/sandstone/normal/red/stairs/i2", "y": 270, "uvlock": true } + ], + "facing=west,half=bottom,shape=inner_left": [ + { "model": "block/red_sandstone_stairs_inner", "y": 90, "uvlock": true }, + { "model": "block/sandstone/normal/red/stairs/i1", "y": 90, "uvlock": true }, + { "model": "block/sandstone/normal/red/stairs/i2", "y": 90, "uvlock": true } + ], + "facing=south,half=bottom,shape=inner_left": [ + { "model": "block/red_sandstone_stairs_inner" }, + { "model": "block/sandstone/normal/red/stairs/i1" }, + { "model": "block/sandstone/normal/red/stairs/i2" } + ], + "facing=north,half=bottom,shape=inner_left": [ + { "model": "block/red_sandstone_stairs_inner", "y": 180, "uvlock": true }, + { "model": "block/sandstone/normal/red/stairs/i1", "y": 180, "uvlock": true }, + { "model": "block/sandstone/normal/red/stairs/i2", "y": 180, "uvlock": true } + ], + "facing=east,half=top,shape=straight": [ + { "model": "block/red_sandstone_stairs", "x": 180, "uvlock": true }, + { "model": "block/sandstone/normal/red/stairs/1", "x": 180, "uvlock": true }, + { "model": "block/sandstone/normal/red/stairs/2", "x": 180, "uvlock": true } + ], + "facing=west,half=top,shape=straight": [ + { "model": "block/red_sandstone_stairs", "x": 180, "y": 180, "uvlock": true }, + { "model": "block/sandstone/normal/red/stairs/1", "x": 180, "y": 180, "uvlock": true }, + { "model": "block/sandstone/normal/red/stairs/2", "x": 180, "y": 180, "uvlock": true } + ], + "facing=south,half=top,shape=straight": [ + { "model": "block/red_sandstone_stairs", "x": 180, "y": 90, "uvlock": true }, + { "model": "block/sandstone/normal/red/stairs/1", "x": 180, "y": 90, "uvlock": true }, + { "model": "block/sandstone/normal/red/stairs/2", "x": 180, "y": 90, "uvlock": true } + ], + "facing=north,half=top,shape=straight": [ + { "model": "block/red_sandstone_stairs", "x": 180, "y": 270, "uvlock": true }, + { "model": "block/sandstone/normal/red/stairs/1", "x": 180, "y": 270, "uvlock": true }, + { "model": "block/sandstone/normal/red/stairs/2", "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 }, + { "model": "block/sandstone/normal/red/stairs/o1", "x": 180, "y": 90, "uvlock": true }, + { "model": "block/sandstone/normal/red/stairs/o2", "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 }, + { "model": "block/sandstone/normal/red/stairs/o1", "x": 180, "y": 270, "uvlock": true }, + { "model": "block/sandstone/normal/red/stairs/o2", "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 }, + { "model": "block/sandstone/normal/red/stairs/o1", "x": 180, "y": 180, "uvlock": true }, + { "model": "block/sandstone/normal/red/stairs/o2", "x": 180, "y": 180, "uvlock": true } + ], + "facing=north,half=top,shape=outer_right": [ + { "model": "block/red_sandstone_stairs_outer", "x": 180, "uvlock": true }, + { "model": "block/sandstone/normal/red/stairs/o1", "x": 180, "uvlock": true }, + { "model": "block/sandstone/normal/red/stairs/o2", "x": 180, "uvlock": true } + ], + "facing=east,half=top,shape=outer_left": [ + { "model": "block/red_sandstone_stairs_outer", "x": 180, "uvlock": true }, + { "model": "block/sandstone/normal/red/stairs/o1", "x": 180, "uvlock": true }, + { "model": "block/sandstone/normal/red/stairs/o2", "x": 180, "uvlock": true } + ], + "facing=west,half=top,shape=outer_left": [ + { "model": "block/red_sandstone_stairs_outer", "x": 180, "y": 180, "uvlock": true }, + { "model": "block/sandstone/normal/red/stairs/o1", "x": 180, "y": 180, "uvlock": true }, + { "model": "block/sandstone/normal/red/stairs/o2", "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 }, + { "model": "block/sandstone/normal/red/stairs/o1", "x": 180, "y": 90, "uvlock": true }, + { "model": "block/sandstone/normal/red/stairs/o2", "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 }, + { "model": "block/sandstone/normal/red/stairs/o1", "x": 180, "y": 270, "uvlock": true }, + { "model": "block/sandstone/normal/red/stairs/o2", "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 }, + { "model": "block/sandstone/normal/red/stairs/i1", "x": 180, "y": 90, "uvlock": true }, + { "model": "block/sandstone/normal/red/stairs/i2", "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 }, + { "model": "block/sandstone/normal/red/stairs/i1", "x": 180, "y": 270, "uvlock": true }, + { "model": "block/sandstone/normal/red/stairs/i2", "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 }, + { "model": "block/sandstone/normal/red/stairs/i1", "x": 180, "y": 180, "uvlock": true }, + { "model": "block/sandstone/normal/red/stairs/i2", "x": 180, "y": 180, "uvlock": true } + ], + "facing=north,half=top,shape=inner_right": [ + { "model": "block/red_sandstone_stairs_inner", "x": 180, "uvlock": true }, + { "model": "block/sandstone/normal/red/stairs/i1", "x": 180, "uvlock": true }, + { "model": "block/sandstone/normal/red/stairs/i2", "x": 180, "uvlock": true } + ], + "facing=east,half=top,shape=inner_left": [ + { "model": "block/red_sandstone_stairs_inner", "x": 180, "uvlock": true }, + { "model": "block/sandstone/normal/red/stairs/i1", "x": 180, "uvlock": true }, + { "model": "block/sandstone/normal/red/stairs/i2", "x": 180, "uvlock": true } + ], + "facing=west,half=top,shape=inner_left": [ + { "model": "block/red_sandstone_stairs_inner", "x": 180, "y": 180, "uvlock": true }, + { "model": "block/sandstone/normal/red/stairs/i1", "x": 180, "y": 180, "uvlock": true }, + { "model": "block/sandstone/normal/red/stairs/i2", "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 }, + { "model": "block/sandstone/normal/red/stairs/i1", "x": 180, "y": 90, "uvlock": true }, + { "model": "block/sandstone/normal/red/stairs/i2", "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 }, + { "model": "block/sandstone/normal/red/stairs/i1", "x": 180, "y": 270, "uvlock": true }, + { "model": "block/sandstone/normal/red/stairs/i2", "x": 180, "y": 270, "uvlock": true } + ] + } +} diff --git a/assets/minecraft/blockstates/sand.json b/assets/minecraft/blockstates/sand.json new file mode 100644 index 0000000..de0acbc --- /dev/null +++ b/assets/minecraft/blockstates/sand.json @@ -0,0 +1,10 @@ +{ + "variants": { + "": [ + { "model": "block/sand", "weight": 240 }, + { "model": "block/sand/1", "weight": 180 }, + { "model": "block/sand/2", "weight": 10 }, + { "model": "block/sand/3", "weight": 200 } + ] + } +} diff --git a/assets/minecraft/blockstates/sandstone.json b/assets/minecraft/blockstates/sandstone.json new file mode 100644 index 0000000..1a9eb28 --- /dev/null +++ b/assets/minecraft/blockstates/sandstone.json @@ -0,0 +1,9 @@ +{ + "variants": { + "": [ + { "model": "block/sandstone" }, + { "model": "block/sandstone/normal/normal/1" }, + { "model": "block/sandstone/normal/normal/2" } + ] + } +} diff --git a/assets/minecraft/blockstates/sandstone_slab.json b/assets/minecraft/blockstates/sandstone_slab.json new file mode 100644 index 0000000..3516da9 --- /dev/null +++ b/assets/minecraft/blockstates/sandstone_slab.json @@ -0,0 +1,19 @@ +{ + "variants": { + "type=bottom": [ + { "model": "block/sandstone_slab" }, + { "model": "block/sandstone/normal/normal/slab/l1" }, + { "model": "block/sandstone/normal/normal/slab/l2" } + ], + "type=top": [ + { "model": "block/sandstone_slab_top" }, + { "model": "block/sandstone/normal/normal/slab/u1" }, + { "model": "block/sandstone/normal/normal/slab/u2" } + ], + "type=double": [ + { "model": "block/sandstone" }, + { "model": "block/sandstone/normal/normal/1" }, + { "model": "block/sandstone/normal/normal/2" } + ] + } +} diff --git a/assets/minecraft/blockstates/sandstone_stairs.json b/assets/minecraft/blockstates/sandstone_stairs.json new file mode 100644 index 0000000..1f7a45b --- /dev/null +++ b/assets/minecraft/blockstates/sandstone_stairs.json @@ -0,0 +1,204 @@ +{ + "variants": { + "facing=east,half=bottom,shape=straight": [ + { "model": "block/sandstone_stairs" }, + { "model": "block/sandstone/normal/normal/stairs/1" }, + { "model": "block/sandstone/normal/normal/stairs/2" } + ], + "facing=west,half=bottom,shape=straight": [ + { "model": "block/sandstone_stairs", "y": 180, "uvlock": true }, + { "model": "block/sandstone/normal/normal/stairs/1", "y": 180, "uvlock": true }, + { "model": "block/sandstone/normal/normal/stairs/2", "y": 180, "uvlock": true } + ], + "facing=south,half=bottom,shape=straight": [ + { "model": "block/sandstone_stairs", "y": 90, "uvlock": true }, + { "model": "block/sandstone/normal/normal/stairs/1", "y": 90, "uvlock": true }, + { "model": "block/sandstone/normal/normal/stairs/2", "y": 90, "uvlock": true } + ], + "facing=north,half=bottom,shape=straight": [ + { "model": "block/sandstone_stairs", "y": 270, "uvlock": true }, + { "model": "block/sandstone/normal/normal/stairs/1", "y": 270, "uvlock": true }, + { "model": "block/sandstone/normal/normal/stairs/2", "y": 270, "uvlock": true } + ], + "facing=east,half=bottom,shape=outer_right": [ + { "model": "block/sandstone_stairs_outer" }, + { "model": "block/sandstone/normal/normal/stairs/o1" }, + { "model": "block/sandstone/normal/normal/stairs/o2" } + ], + "facing=west,half=bottom,shape=outer_right": [ + { "model": "block/sandstone_stairs_outer", "y": 180, "uvlock": true }, + { "model": "block/sandstone/normal/normal/stairs/o1", "y": 180, "uvlock": true }, + { "model": "block/sandstone/normal/normal/stairs/o2", "y": 180, "uvlock": true } + ], + "facing=south,half=bottom,shape=outer_right": [ + { "model": "block/sandstone_stairs_outer", "y": 90, "uvlock": true }, + { "model": "block/sandstone/normal/normal/stairs/o1", "y": 90, "uvlock": true }, + { "model": "block/sandstone/normal/normal/stairs/o2", "y": 90, "uvlock": true } + ], + "facing=north,half=bottom,shape=outer_right": [ + { "model": "block/sandstone_stairs_outer", "y": 270, "uvlock": true }, + { "model": "block/sandstone/normal/normal/stairs/o1", "y": 270, "uvlock": true }, + { "model": "block/sandstone/normal/normal/stairs/o2", "y": 270, "uvlock": true } + ], + "facing=east,half=bottom,shape=outer_left": [ + { "model": "block/sandstone_stairs_outer", "y": 270, "uvlock": true }, + { "model": "block/sandstone/normal/normal/stairs/o1", "y": 270, "uvlock": true }, + { "model": "block/sandstone/normal/normal/stairs/o2", "y": 270, "uvlock": true } + ], + "facing=west,half=bottom,shape=outer_left": [ + { "model": "block/sandstone_stairs_outer", "y": 90, "uvlock": true }, + { "model": "block/sandstone/normal/normal/stairs/o1", "y": 90, "uvlock": true }, + { "model": "block/sandstone/normal/normal/stairs/o2", "y": 90, "uvlock": true } + ], + "facing=south,half=bottom,shape=outer_left": [ + { "model": "block/sandstone_stairs_outer" }, + { "model": "block/sandstone/normal/normal/stairs/o1" }, + { "model": "block/sandstone/normal/normal/stairs/o2" } + ], + "facing=north,half=bottom,shape=outer_left": [ + { "model": "block/sandstone_stairs_outer", "y": 180, "uvlock": true }, + { "model": "block/sandstone/normal/normal/stairs/o1", "y": 180, "uvlock": true }, + { "model": "block/sandstone/normal/normal/stairs/o2", "y": 180, "uvlock": true } + ], + "facing=east,half=bottom,shape=inner_right": [ + { "model": "block/sandstone_stairs_inner" }, + { "model": "block/sandstone/normal/normal/stairs/i1" }, + { "model": "block/sandstone/normal/normal/stairs/i2" } + ], + "facing=west,half=bottom,shape=inner_right": [ + { "model": "block/sandstone_stairs_inner", "y": 180, "uvlock": true }, + { "model": "block/sandstone/normal/normal/stairs/i1", "y": 180, "uvlock": true }, + { "model": "block/sandstone/normal/normal/stairs/i2", "y": 180, "uvlock": true } + ], + "facing=south,half=bottom,shape=inner_right": [ + { "model": "block/sandstone_stairs_inner", "y": 90, "uvlock": true }, + { "model": "block/sandstone/normal/normal/stairs/i1", "y": 90, "uvlock": true }, + { "model": "block/sandstone/normal/normal/stairs/i2", "y": 90, "uvlock": true } + ], + "facing=north,half=bottom,shape=inner_right": [ + { "model": "block/sandstone_stairs_inner", "y": 270, "uvlock": true }, + { "model": "block/sandstone/normal/normal/stairs/i1", "y": 270, "uvlock": true }, + { "model": "block/sandstone/normal/normal/stairs/i2", "y": 270, "uvlock": true } + ], + "facing=east,half=bottom,shape=inner_left": [ + { "model": "block/sandstone_stairs_inner", "y": 270, "uvlock": true }, + { "model": "block/sandstone/normal/normal/stairs/i1", "y": 270, "uvlock": true }, + { "model": "block/sandstone/normal/normal/stairs/i2", "y": 270, "uvlock": true } + ], + "facing=west,half=bottom,shape=inner_left": [ + { "model": "block/sandstone_stairs_inner", "y": 90, "uvlock": true }, + { "model": "block/sandstone/normal/normal/stairs/i1", "y": 90, "uvlock": true }, + { "model": "block/sandstone/normal/normal/stairs/i2", "y": 90, "uvlock": true } + ], + "facing=south,half=bottom,shape=inner_left": [ + { "model": "block/sandstone_stairs_inner" }, + { "model": "block/sandstone/normal/normal/stairs/i1" }, + { "model": "block/sandstone/normal/normal/stairs/i2" } + ], + "facing=north,half=bottom,shape=inner_left": [ + { "model": "block/sandstone_stairs_inner", "y": 180, "uvlock": true }, + { "model": "block/sandstone/normal/normal/stairs/i1", "y": 180, "uvlock": true }, + { "model": "block/sandstone/normal/normal/stairs/i2", "y": 180, "uvlock": true } + ], + "facing=east,half=top,shape=straight": [ + { "model": "block/sandstone_stairs", "x": 180, "uvlock": true }, + { "model": "block/sandstone/normal/normal/stairs/1", "x": 180, "uvlock": true }, + { "model": "block/sandstone/normal/normal/stairs/2", "x": 180, "uvlock": true } + ], + "facing=west,half=top,shape=straight": [ + { "model": "block/sandstone_stairs", "x": 180, "y": 180, "uvlock": true }, + { "model": "block/sandstone/normal/normal/stairs/1", "x": 180, "y": 180, "uvlock": true }, + { "model": "block/sandstone/normal/normal/stairs/2", "x": 180, "y": 180, "uvlock": true } + ], + "facing=south,half=top,shape=straight": [ + { "model": "block/sandstone_stairs", "x": 180, "y": 90, "uvlock": true }, + { "model": "block/sandstone/normal/normal/stairs/1", "x": 180, "y": 90, "uvlock": true }, + { "model": "block/sandstone/normal/normal/stairs/2", "x": 180, "y": 90, "uvlock": true } + ], + "facing=north,half=top,shape=straight": [ + { "model": "block/sandstone_stairs", "x": 180, "y": 270, "uvlock": true }, + { "model": "block/sandstone/normal/normal/stairs/1", "x": 180, "y": 270, "uvlock": true }, + { "model": "block/sandstone/normal/normal/stairs/2", "x": 180, "y": 270, "uvlock": true } + ], + "facing=east,half=top,shape=outer_right": [ + { "model": "block/sandstone_stairs_outer", "x": 180, "y": 90, "uvlock": true }, + { "model": "block/sandstone/normal/normal/stairs/o1", "x": 180, "y": 90, "uvlock": true }, + { "model": "block/sandstone/normal/normal/stairs/o2", "x": 180, "y": 90, "uvlock": true } + ], + "facing=west,half=top,shape=outer_right": [ + { "model": "block/sandstone_stairs_outer", "x": 180, "y": 270, "uvlock": true }, + { "model": "block/sandstone/normal/normal/stairs/o1", "x": 180, "y": 270, "uvlock": true }, + { "model": "block/sandstone/normal/normal/stairs/o2", "x": 180, "y": 270, "uvlock": true } + ], + "facing=south,half=top,shape=outer_right": [ + { "model": "block/sandstone_stairs_outer", "x": 180, "y": 180, "uvlock": true }, + { "model": "block/sandstone/normal/normal/stairs/o1", "x": 180, "y": 180, "uvlock": true }, + { "model": "block/sandstone/normal/normal/stairs/o2", "x": 180, "y": 180, "uvlock": true } + ], + "facing=north,half=top,shape=outer_right": [ + { "model": "block/sandstone_stairs_outer", "x": 180, "uvlock": true }, + { "model": "block/sandstone/normal/normal/stairs/o1", "x": 180, "uvlock": true }, + { "model": "block/sandstone/normal/normal/stairs/o2", "x": 180, "uvlock": true } + ], + "facing=east,half=top,shape=outer_left": [ + { "model": "block/sandstone_stairs_outer", "x": 180, "uvlock": true }, + { "model": "block/sandstone/normal/normal/stairs/o1", "x": 180, "uvlock": true }, + { "model": "block/sandstone/normal/normal/stairs/o2", "x": 180, "uvlock": true } + ], + "facing=west,half=top,shape=outer_left": [ + { "model": "block/sandstone_stairs_outer", "x": 180, "y": 180, "uvlock": true }, + { "model": "block/sandstone/normal/normal/stairs/o1", "x": 180, "y": 180, "uvlock": true }, + { "model": "block/sandstone/normal/normal/stairs/o2", "x": 180, "y": 180, "uvlock": true } + ], + "facing=south,half=top,shape=outer_left": [ + { "model": "block/sandstone_stairs_outer", "x": 180, "y": 90, "uvlock": true }, + { "model": "block/sandstone/normal/normal/stairs/o1", "x": 180, "y": 90, "uvlock": true }, + { "model": "block/sandstone/normal/normal/stairs/o2", "x": 180, "y": 90, "uvlock": true } + ], + "facing=north,half=top,shape=outer_left": [ + { "model": "block/sandstone_stairs_outer", "x": 180, "y": 270, "uvlock": true }, + { "model": "block/sandstone/normal/normal/stairs/o1", "x": 180, "y": 270, "uvlock": true }, + { "model": "block/sandstone/normal/normal/stairs/o2", "x": 180, "y": 270, "uvlock": true } + ], + "facing=east,half=top,shape=inner_right": [ + { "model": "block/sandstone_stairs_inner", "x": 180, "y": 90, "uvlock": true }, + { "model": "block/sandstone/normal/normal/stairs/i1", "x": 180, "y": 90, "uvlock": true }, + { "model": "block/sandstone/normal/normal/stairs/i2", "x": 180, "y": 90, "uvlock": true } + ], + "facing=west,half=top,shape=inner_right": [ + { "model": "block/sandstone_stairs_inner", "x": 180, "y": 270, "uvlock": true }, + { "model": "block/sandstone/normal/normal/stairs/i1", "x": 180, "y": 270, "uvlock": true }, + { "model": "block/sandstone/normal/normal/stairs/i2", "x": 180, "y": 270, "uvlock": true } + ], + "facing=south,half=top,shape=inner_right": [ + { "model": "block/sandstone_stairs_inner", "x": 180, "y": 180, "uvlock": true }, + { "model": "block/sandstone/normal/normal/stairs/i1", "x": 180, "y": 180, "uvlock": true }, + { "model": "block/sandstone/normal/normal/stairs/i2", "x": 180, "y": 180, "uvlock": true } + ], + "facing=north,half=top,shape=inner_right": [ + { "model": "block/sandstone_stairs_inner", "x": 180, "uvlock": true }, + { "model": "block/sandstone/normal/normal/stairs/i1", "x": 180, "uvlock": true }, + { "model": "block/sandstone/normal/normal/stairs/i2", "x": 180, "uvlock": true } + ], + "facing=east,half=top,shape=inner_left": [ + { "model": "block/sandstone_stairs_inner", "x": 180, "uvlock": true }, + { "model": "block/sandstone/normal/normal/stairs/i1", "x": 180, "uvlock": true }, + { "model": "block/sandstone/normal/normal/stairs/i2", "x": 180, "uvlock": true } + ], + "facing=west,half=top,shape=inner_left": [ + { "model": "block/sandstone_stairs_inner", "x": 180, "y": 180, "uvlock": true }, + { "model": "block/sandstone/normal/normal/stairs/i1", "x": 180, "y": 180, "uvlock": true }, + { "model": "block/sandstone/normal/normal/stairs/i2", "x": 180, "y": 180, "uvlock": true } + ], + "facing=south,half=top,shape=inner_left": [ + { "model": "block/sandstone_stairs_inner", "x": 180, "y": 90, "uvlock": true }, + { "model": "block/sandstone/normal/normal/stairs/i1", "x": 180, "y": 90, "uvlock": true }, + { "model": "block/sandstone/normal/normal/stairs/i2", "x": 180, "y": 90, "uvlock": true } + ], + "facing=north,half=top,shape=inner_left": [ + { "model": "block/sandstone_stairs_inner", "x": 180, "y": 270, "uvlock": true }, + { "model": "block/sandstone/normal/normal/stairs/i1", "x": 180, "y": 270, "uvlock": true }, + { "model": "block/sandstone/normal/normal/stairs/i2", "x": 180, "y": 270, "uvlock": true } + ] + } +} diff --git a/assets/minecraft/blockstates/sea_lantern.json b/assets/minecraft/blockstates/sea_lantern.json new file mode 100644 index 0000000..eb08884 --- /dev/null +++ b/assets/minecraft/blockstates/sea_lantern.json @@ -0,0 +1,5 @@ +{ + "variants": { + "": { "model": "block/sea_lantern" } + } +} diff --git a/assets/minecraft/blockstates/slime_block.json b/assets/minecraft/blockstates/slime_block.json new file mode 100644 index 0000000..c39d95a --- /dev/null +++ b/assets/minecraft/blockstates/slime_block.json @@ -0,0 +1,11 @@ +{ + "variants": { + "": [ + { "model": "block/slime_block" }, + { "model": "block/slime_block/1" }, + { "model": "block/slime_block/2" }, + { "model": "block/slime_block/3" }, + { "model": "block/slime_block/4" } + ] + } +} diff --git a/assets/minecraft/blockstates/spruce_fence.json b/assets/minecraft/blockstates/spruce_fence.json new file mode 100644 index 0000000..2f9215a --- /dev/null +++ b/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/assets/minecraft/blockstates/spruce_leaves.json b/assets/minecraft/blockstates/spruce_leaves.json new file mode 100644 index 0000000..3977002 --- /dev/null +++ b/assets/minecraft/blockstates/spruce_leaves.json @@ -0,0 +1,8 @@ +{ + "variants": { + "": [ + { "model": "block/spruce_leaves" }, + { "model": "block/leaves/spruce/1" } + ] + } +} diff --git a/assets/minecraft/blockstates/spruce_log.json b/assets/minecraft/blockstates/spruce_log.json new file mode 100644 index 0000000..fd7e2ee --- /dev/null +++ b/assets/minecraft/blockstates/spruce_log.json @@ -0,0 +1,17 @@ +{ + "variants": { + "axis=y": [ + { "model": "block/spruce_log" }, + { "model": "block/logs/spruce/1" } + ], + "axis=z": [ + { "model": "block/spruce_log", "x": 90 }, + { "model": "block/logs/spruce/1", "x": 90 } + ], + "axis=x": [ + { "model": "block/spruce_log", "x": 90, "y": 90 }, + { "model": "block/logs/spruce/1", "x": 90, "y": 90 } + ], + "axis=none": { "model": "block/spruce_bark" } + } +} \ No newline at end of file diff --git a/assets/minecraft/blockstates/spruce_planks.json b/assets/minecraft/blockstates/spruce_planks.json new file mode 100644 index 0000000..b206450 --- /dev/null +++ b/assets/minecraft/blockstates/spruce_planks.json @@ -0,0 +1,9 @@ +{ + "variants": { + "": [ + { "model": "block/spruce_planks" }, + { "model": "block/planks/spruce/1" }, + { "model": "block/planks/spruce/2" } + ] + } +} diff --git a/assets/minecraft/blockstates/spruce_slab.json b/assets/minecraft/blockstates/spruce_slab.json new file mode 100644 index 0000000..bc0c60c --- /dev/null +++ b/assets/minecraft/blockstates/spruce_slab.json @@ -0,0 +1,19 @@ +{ + "variants": { + "type=bottom": [ + { "model": "block/spruce_slab" }, + { "model": "block/planks/spruce/slab/l1" }, + { "model": "block/planks/spruce/slab/l2" } + ], + "type=top": [ + { "model": "block/spruce_slab_top" }, + { "model": "block/planks/spruce/slab/u1" }, + { "model": "block/planks/spruce/slab/u2" } + ], + "type=double": [ + { "model": "block/spruce_planks" }, + { "model": "block/planks/spruce/1" }, + { "model": "block/planks/spruce/2" } + ] + } +} diff --git a/assets/minecraft/blockstates/spruce_stairs.json b/assets/minecraft/blockstates/spruce_stairs.json new file mode 100644 index 0000000..cdcf2a0 --- /dev/null +++ b/assets/minecraft/blockstates/spruce_stairs.json @@ -0,0 +1,204 @@ +{ + "variants": { + "facing=east,half=bottom,shape=straight": [ + { "model": "block/spruce_stairs" }, + { "model": "block/planks/spruce/stairs/1" }, + { "model": "block/planks/spruce/stairs/2" } + ], + "facing=west,half=bottom,shape=straight": [ + { "model": "block/spruce_stairs", "y": 180, "uvlock": true }, + { "model": "block/planks/spruce/stairs/1", "y": 180, "uvlock": true }, + { "model": "block/planks/spruce/stairs/2", "y": 180, "uvlock": true } + ], + "facing=south,half=bottom,shape=straight": [ + { "model": "block/spruce_stairs", "y": 90, "uvlock": true }, + { "model": "block/planks/spruce/stairs/1", "y": 90, "uvlock": true }, + { "model": "block/planks/spruce/stairs/2", "y": 90, "uvlock": true } + ], + "facing=north,half=bottom,shape=straight": [ + { "model": "block/spruce_stairs", "y": 270, "uvlock": true }, + { "model": "block/planks/spruce/stairs/1", "y": 270, "uvlock": true }, + { "model": "block/planks/spruce/stairs/2", "y": 270, "uvlock": true } + ], + "facing=east,half=bottom,shape=outer_right": [ + { "model": "block/spruce_stairs_outer" }, + { "model": "block/planks/spruce/stairs/o1" }, + { "model": "block/planks/spruce/stairs/o2" } + ], + "facing=west,half=bottom,shape=outer_right": [ + { "model": "block/spruce_stairs_outer", "y": 180, "uvlock": true }, + { "model": "block/planks/spruce/stairs/o1", "y": 180, "uvlock": true }, + { "model": "block/planks/spruce/stairs/o2", "y": 180, "uvlock": true } + ], + "facing=south,half=bottom,shape=outer_right": [ + { "model": "block/spruce_stairs_outer", "y": 90, "uvlock": true }, + { "model": "block/planks/spruce/stairs/o1", "y": 90, "uvlock": true }, + { "model": "block/planks/spruce/stairs/o2", "y": 90, "uvlock": true } + ], + "facing=north,half=bottom,shape=outer_right": [ + { "model": "block/spruce_stairs_outer", "y": 270, "uvlock": true }, + { "model": "block/planks/spruce/stairs/o1", "y": 270, "uvlock": true }, + { "model": "block/planks/spruce/stairs/o2", "y": 270, "uvlock": true } + ], + "facing=east,half=bottom,shape=outer_left": [ + { "model": "block/spruce_stairs_outer", "y": 270, "uvlock": true }, + { "model": "block/planks/spruce/stairs/o1", "y": 270, "uvlock": true }, + { "model": "block/planks/spruce/stairs/o2", "y": 270, "uvlock": true } + ], + "facing=west,half=bottom,shape=outer_left": [ + { "model": "block/spruce_stairs_outer", "y": 90, "uvlock": true }, + { "model": "block/planks/spruce/stairs/o1", "y": 90, "uvlock": true }, + { "model": "block/planks/spruce/stairs/o2", "y": 90, "uvlock": true } + ], + "facing=south,half=bottom,shape=outer_left": [ + { "model": "block/spruce_stairs_outer" }, + { "model": "block/planks/spruce/stairs/o1" }, + { "model": "block/planks/spruce/stairs/o2" } + ], + "facing=north,half=bottom,shape=outer_left": [ + { "model": "block/spruce_stairs_outer", "y": 180, "uvlock": true }, + { "model": "block/planks/spruce/stairs/o1", "y": 180, "uvlock": true }, + { "model": "block/planks/spruce/stairs/o2", "y": 180, "uvlock": true } + ], + "facing=east,half=bottom,shape=inner_right": [ + { "model": "block/spruce_stairs_inner" }, + { "model": "block/planks/spruce/stairs/i1" }, + { "model": "block/planks/spruce/stairs/i2" } + ], + "facing=west,half=bottom,shape=inner_right": [ + { "model": "block/spruce_stairs_inner", "y": 180, "uvlock": true }, + { "model": "block/planks/spruce/stairs/i1", "y": 180, "uvlock": true }, + { "model": "block/planks/spruce/stairs/i2", "y": 180, "uvlock": true } + ], + "facing=south,half=bottom,shape=inner_right": [ + { "model": "block/spruce_stairs_inner", "y": 90, "uvlock": true }, + { "model": "block/planks/spruce/stairs/i1", "y": 90, "uvlock": true }, + { "model": "block/planks/spruce/stairs/i2", "y": 90, "uvlock": true } + ], + "facing=north,half=bottom,shape=inner_right": [ + { "model": "block/spruce_stairs_inner", "y": 270, "uvlock": true }, + { "model": "block/planks/spruce/stairs/i1", "y": 270, "uvlock": true }, + { "model": "block/planks/spruce/stairs/i2", "y": 270, "uvlock": true } + ], + "facing=east,half=bottom,shape=inner_left": [ + { "model": "block/spruce_stairs_inner", "y": 270, "uvlock": true }, + { "model": "block/planks/spruce/stairs/i1", "y": 270, "uvlock": true }, + { "model": "block/planks/spruce/stairs/i2", "y": 270, "uvlock": true } + ], + "facing=west,half=bottom,shape=inner_left": [ + { "model": "block/spruce_stairs_inner", "y": 90, "uvlock": true }, + { "model": "block/planks/spruce/stairs/i1", "y": 90, "uvlock": true }, + { "model": "block/planks/spruce/stairs/i2", "y": 90, "uvlock": true } + ], + "facing=south,half=bottom,shape=inner_left": [ + { "model": "block/spruce_stairs_inner" }, + { "model": "block/planks/spruce/stairs/i1" }, + { "model": "block/planks/spruce/stairs/i2" } + ], + "facing=north,half=bottom,shape=inner_left": [ + { "model": "block/spruce_stairs_inner", "y": 180, "uvlock": true }, + { "model": "block/planks/spruce/stairs/i1", "y": 180, "uvlock": true }, + { "model": "block/planks/spruce/stairs/i2", "y": 180, "uvlock": true } + ], + "facing=east,half=top,shape=straight": [ + { "model": "block/spruce_stairs", "x": 180, "uvlock": true }, + { "model": "block/planks/spruce/stairs/1", "x": 180, "uvlock": true }, + { "model": "block/planks/spruce/stairs/2", "x": 180, "uvlock": true } + ], + "facing=west,half=top,shape=straight": [ + { "model": "block/spruce_stairs", "x": 180, "y": 180, "uvlock": true }, + { "model": "block/planks/spruce/stairs/1", "x": 180, "y": 180, "uvlock": true }, + { "model": "block/planks/spruce/stairs/2", "x": 180, "y": 180, "uvlock": true } + ], + "facing=south,half=top,shape=straight": [ + { "model": "block/spruce_stairs", "x": 180, "y": 90, "uvlock": true }, + { "model": "block/planks/spruce/stairs/1", "x": 180, "y": 90, "uvlock": true }, + { "model": "block/planks/spruce/stairs/2", "x": 180, "y": 90, "uvlock": true } + ], + "facing=north,half=top,shape=straight": [ + { "model": "block/spruce_stairs", "x": 180, "y": 270, "uvlock": true }, + { "model": "block/planks/spruce/stairs/1", "x": 180, "y": 270, "uvlock": true }, + { "model": "block/planks/spruce/stairs/2", "x": 180, "y": 270, "uvlock": true } + ], + "facing=east,half=top,shape=outer_right": [ + { "model": "block/spruce_stairs_outer", "x": 180, "y": 90, "uvlock": true }, + { "model": "block/planks/spruce/stairs/o1", "x": 180, "y": 90, "uvlock": true }, + { "model": "block/planks/spruce/stairs/o2", "x": 180, "y": 90, "uvlock": true } + ], + "facing=west,half=top,shape=outer_right": [ + { "model": "block/spruce_stairs_outer", "x": 180, "y": 270, "uvlock": true }, + { "model": "block/planks/spruce/stairs/o1", "x": 180, "y": 270, "uvlock": true }, + { "model": "block/planks/spruce/stairs/o2", "x": 180, "y": 270, "uvlock": true } + ], + "facing=south,half=top,shape=outer_right": [ + { "model": "block/spruce_stairs_outer", "x": 180, "y": 180, "uvlock": true }, + { "model": "block/planks/spruce/stairs/o1", "x": 180, "y": 180, "uvlock": true }, + { "model": "block/planks/spruce/stairs/o2", "x": 180, "y": 180, "uvlock": true } + ], + "facing=north,half=top,shape=outer_right": [ + { "model": "block/spruce_stairs_outer", "x": 180, "uvlock": true }, + { "model": "block/planks/spruce/stairs/o1", "x": 180, "uvlock": true }, + { "model": "block/planks/spruce/stairs/o2", "x": 180, "uvlock": true } + ], + "facing=east,half=top,shape=outer_left": [ + { "model": "block/spruce_stairs_outer", "x": 180, "uvlock": true }, + { "model": "block/planks/spruce/stairs/o1", "x": 180, "uvlock": true }, + { "model": "block/planks/spruce/stairs/o2", "x": 180, "uvlock": true } + ], + "facing=west,half=top,shape=outer_left": [ + { "model": "block/spruce_stairs_outer", "x": 180, "y": 180, "uvlock": true }, + { "model": "block/planks/spruce/stairs/o1", "x": 180, "y": 180, "uvlock": true }, + { "model": "block/planks/spruce/stairs/o2", "x": 180, "y": 180, "uvlock": true } + ], + "facing=south,half=top,shape=outer_left": [ + { "model": "block/spruce_stairs_outer", "x": 180, "y": 90, "uvlock": true }, + { "model": "block/planks/spruce/stairs/o1", "x": 180, "y": 90, "uvlock": true }, + { "model": "block/planks/spruce/stairs/o2", "x": 180, "y": 90, "uvlock": true } + ], + "facing=north,half=top,shape=outer_left": [ + { "model": "block/spruce_stairs_outer", "x": 180, "y": 270, "uvlock": true }, + { "model": "block/planks/spruce/stairs/o1", "x": 180, "y": 270, "uvlock": true }, + { "model": "block/planks/spruce/stairs/o2", "x": 180, "y": 270, "uvlock": true } + ], + "facing=east,half=top,shape=inner_right": [ + { "model": "block/spruce_stairs_inner", "x": 180, "y": 90, "uvlock": true }, + { "model": "block/planks/spruce/stairs/i1", "x": 180, "y": 90, "uvlock": true }, + { "model": "block/planks/spruce/stairs/i2", "x": 180, "y": 90, "uvlock": true } + ], + "facing=west,half=top,shape=inner_right": [ + { "model": "block/spruce_stairs_inner", "x": 180, "y": 270, "uvlock": true }, + { "model": "block/planks/spruce/stairs/i1", "x": 180, "y": 270, "uvlock": true }, + { "model": "block/planks/spruce/stairs/i2", "x": 180, "y": 270, "uvlock": true } + ], + "facing=south,half=top,shape=inner_right": [ + { "model": "block/spruce_stairs_inner", "x": 180, "y": 180, "uvlock": true }, + { "model": "block/planks/spruce/stairs/i1", "x": 180, "y": 180, "uvlock": true }, + { "model": "block/planks/spruce/stairs/i2", "x": 180, "y": 180, "uvlock": true } + ], + "facing=north,half=top,shape=inner_right": [ + { "model": "block/spruce_stairs_inner", "x": 180, "uvlock": true }, + { "model": "block/planks/spruce/stairs/i1", "x": 180, "uvlock": true }, + { "model": "block/planks/spruce/stairs/i2", "x": 180, "uvlock": true } + ], + "facing=east,half=top,shape=inner_left": [ + { "model": "block/spruce_stairs_inner", "x": 180, "uvlock": true }, + { "model": "block/planks/spruce/stairs/i1", "x": 180, "uvlock": true }, + { "model": "block/planks/spruce/stairs/i2", "x": 180, "uvlock": true } + ], + "facing=west,half=top,shape=inner_left": [ + { "model": "block/spruce_stairs_inner", "x": 180, "y": 180, "uvlock": true }, + { "model": "block/planks/spruce/stairs/i1", "x": 180, "y": 180, "uvlock": true }, + { "model": "block/planks/spruce/stairs/i2", "x": 180, "y": 180, "uvlock": true } + ], + "facing=south,half=top,shape=inner_left": [ + { "model": "block/spruce_stairs_inner", "x": 180, "y": 90, "uvlock": true }, + { "model": "block/planks/spruce/stairs/i1", "x": 180, "y": 90, "uvlock": true }, + { "model": "block/planks/spruce/stairs/i2", "x": 180, "y": 90, "uvlock": true } + ], + "facing=north,half=top,shape=inner_left": [ + { "model": "block/spruce_stairs_inner", "x": 180, "y": 270, "uvlock": true }, + { "model": "block/planks/spruce/stairs/i1", "x": 180, "y": 270, "uvlock": true }, + { "model": "block/planks/spruce/stairs/i2", "x": 180, "y": 270, "uvlock": true } + ] + } +} diff --git a/assets/minecraft/blockstates/stone.json b/assets/minecraft/blockstates/stone.json new file mode 100644 index 0000000..cfb06af --- /dev/null +++ b/assets/minecraft/blockstates/stone.json @@ -0,0 +1,12 @@ +{ + "variants": { + "": [ + { "model": "block/stone" }, + { "model": "block/stone/1"}, + { "model": "block/stone/2"}, + { "model": "block/stone/3"}, + { "model": "block/stone/4"}, + { "model": "block/stone/5"} + ] + } +} diff --git a/assets/minecraft/blockstates/stone_brick_slab.json b/assets/minecraft/blockstates/stone_brick_slab.json new file mode 100644 index 0000000..0068b2b --- /dev/null +++ b/assets/minecraft/blockstates/stone_brick_slab.json @@ -0,0 +1,25 @@ +{ + "variants": { + "type=bottom": [ + { "model": "block/stone_brick_slab" }, + { "model": "block/stone_bricks/slab/l1" }, + { "model": "block/stone_bricks/slab/l2" }, + { "model": "block/stone_bricks/slab/l3" }, + { "model": "block/stone_bricks/slab/l4" } + ], + "type=top": [ + { "model": "block/stone_brick_slab_top" }, + { "model": "block/stone_bricks/slab/u1" }, + { "model": "block/stone_bricks/slab/u2" }, + { "model": "block/stone_bricks/slab/u3" }, + { "model": "block/stone_bricks/slab/u4" } + ], + "type=double": [ + { "model": "block/stone_bricks" }, + { "model": "block/stone_bricks/1" }, + { "model": "block/stone_bricks/2" }, + { "model": "block/stone_bricks/3" }, + { "model": "block/stone_bricks/4" } + ] + } +} diff --git a/assets/minecraft/blockstates/stone_brick_stairs.json b/assets/minecraft/blockstates/stone_brick_stairs.json new file mode 100644 index 0000000..7511bb9 --- /dev/null +++ b/assets/minecraft/blockstates/stone_brick_stairs.json @@ -0,0 +1,284 @@ +{ + "variants": { + "facing=east,half=bottom,shape=straight": [ + { "model": "block/stone_brick_stairs" }, + { "model": "block/stone_bricks/stairs/1" }, + { "model": "block/stone_bricks/stairs/2" }, + { "model": "block/stone_bricks/stairs/3" }, + { "model": "block/stone_bricks/stairs/4" } + ], + "facing=west,half=bottom,shape=straight": [ + { "model": "block/stone_brick_stairs", "y": 180, "uvlock": true }, + { "model": "block/stone_bricks/stairs/1", "y": 180, "uvlock": true }, + { "model": "block/stone_bricks/stairs/2", "y": 180, "uvlock": true }, + { "model": "block/stone_bricks/stairs/3", "y": 180, "uvlock": true }, + { "model": "block/stone_bricks/stairs/4", "y": 180, "uvlock": true } + ], + "facing=south,half=bottom,shape=straight": [ + { "model": "block/stone_brick_stairs", "y": 90, "uvlock": true }, + { "model": "block/stone_bricks/stairs/1", "y": 90, "uvlock": true }, + { "model": "block/stone_bricks/stairs/2", "y": 90, "uvlock": true }, + { "model": "block/stone_bricks/stairs/3", "y": 90, "uvlock": true }, + { "model": "block/stone_bricks/stairs/4", "y": 90, "uvlock": true } + ], + "facing=north,half=bottom,shape=straight": [ + { "model": "block/stone_brick_stairs", "y": 270, "uvlock": true }, + { "model": "block/stone_bricks/stairs/1", "y": 270, "uvlock": true }, + { "model": "block/stone_bricks/stairs/2", "y": 270, "uvlock": true }, + { "model": "block/stone_bricks/stairs/3", "y": 270, "uvlock": true }, + { "model": "block/stone_bricks/stairs/4", "y": 270, "uvlock": true } + ], + "facing=east,half=bottom,shape=outer_right": [ + { "model": "block/stone_brick_stairs_outer" }, + { "model": "block/stone_bricks/stairs/o1" }, + { "model": "block/stone_bricks/stairs/o2" }, + { "model": "block/stone_bricks/stairs/o3" }, + { "model": "block/stone_bricks/stairs/o4" } + ], + "facing=west,half=bottom,shape=outer_right": [ + { "model": "block/stone_brick_stairs_outer", "y": 180, "uvlock": true }, + { "model": "block/stone_bricks/stairs/o1", "y": 180, "uvlock": true }, + { "model": "block/stone_bricks/stairs/o2", "y": 180, "uvlock": true }, + { "model": "block/stone_bricks/stairs/o3", "y": 180, "uvlock": true }, + { "model": "block/stone_bricks/stairs/o4", "y": 180, "uvlock": true } + ], + "facing=south,half=bottom,shape=outer_right": [ + { "model": "block/stone_brick_stairs_outer", "y": 90, "uvlock": true }, + { "model": "block/stone_bricks/stairs/o1", "y": 90, "uvlock": true }, + { "model": "block/stone_bricks/stairs/o2", "y": 90, "uvlock": true }, + { "model": "block/stone_bricks/stairs/o3", "y": 90, "uvlock": true }, + { "model": "block/stone_bricks/stairs/o4", "y": 90, "uvlock": true } + ], + "facing=north,half=bottom,shape=outer_right": [ + { "model": "block/stone_brick_stairs_outer", "y": 270, "uvlock": true }, + { "model": "block/stone_bricks/stairs/o1", "y": 270, "uvlock": true }, + { "model": "block/stone_bricks/stairs/o2", "y": 270, "uvlock": true }, + { "model": "block/stone_bricks/stairs/o3", "y": 270, "uvlock": true }, + { "model": "block/stone_bricks/stairs/o4", "y": 270, "uvlock": true } + ], + "facing=east,half=bottom,shape=outer_left": [ + { "model": "block/stone_brick_stairs_outer", "y": 270, "uvlock": true }, + { "model": "block/stone_bricks/stairs/o1", "y": 270, "uvlock": true }, + { "model": "block/stone_bricks/stairs/o2", "y": 270, "uvlock": true }, + { "model": "block/stone_bricks/stairs/o3", "y": 270, "uvlock": true }, + { "model": "block/stone_bricks/stairs/o4", "y": 270, "uvlock": true } + ], + "facing=west,half=bottom,shape=outer_left": [ + { "model": "block/stone_brick_stairs_outer", "y": 90, "uvlock": true }, + { "model": "block/stone_bricks/stairs/o1", "y": 90, "uvlock": true }, + { "model": "block/stone_bricks/stairs/o2", "y": 90, "uvlock": true }, + { "model": "block/stone_bricks/stairs/o3", "y": 90, "uvlock": true }, + { "model": "block/stone_bricks/stairs/o4", "y": 90, "uvlock": true } + ], + "facing=south,half=bottom,shape=outer_left": [ + { "model": "block/stone_brick_stairs_outer" }, + { "model": "block/stone_bricks/stairs/o1" }, + { "model": "block/stone_bricks/stairs/o2" }, + { "model": "block/stone_bricks/stairs/o3" }, + { "model": "block/stone_bricks/stairs/o4" } + ], + "facing=north,half=bottom,shape=outer_left": [ + { "model": "block/stone_brick_stairs_outer", "y": 180, "uvlock": true }, + { "model": "block/stone_bricks/stairs/o1", "y": 180, "uvlock": true }, + { "model": "block/stone_bricks/stairs/o2", "y": 180, "uvlock": true }, + { "model": "block/stone_bricks/stairs/o3", "y": 180, "uvlock": true }, + { "model": "block/stone_bricks/stairs/o4", "y": 180, "uvlock": true } + ], + "facing=east,half=bottom,shape=inner_right": [ + { "model": "block/stone_brick_stairs_inner" }, + { "model": "block/stone_bricks/stairs/i1" }, + { "model": "block/stone_bricks/stairs/i2" }, + { "model": "block/stone_bricks/stairs/i3" }, + { "model": "block/stone_bricks/stairs/i4" } + ], + "facing=west,half=bottom,shape=inner_right": [ + { "model": "block/stone_brick_stairs_inner", "y": 180, "uvlock": true }, + { "model": "block/stone_bricks/stairs/i1", "y": 180, "uvlock": true }, + { "model": "block/stone_bricks/stairs/i2", "y": 180, "uvlock": true }, + { "model": "block/stone_bricks/stairs/i3", "y": 180, "uvlock": true }, + { "model": "block/stone_bricks/stairs/i4", "y": 180, "uvlock": true } + ], + "facing=south,half=bottom,shape=inner_right": [ + { "model": "block/stone_brick_stairs_inner", "y": 90, "uvlock": true }, + { "model": "block/stone_bricks/stairs/i1", "y": 90, "uvlock": true }, + { "model": "block/stone_bricks/stairs/i2", "y": 90, "uvlock": true }, + { "model": "block/stone_bricks/stairs/i3", "y": 90, "uvlock": true }, + { "model": "block/stone_bricks/stairs/i4", "y": 90, "uvlock": true } + ], + "facing=north,half=bottom,shape=inner_right": [ + { "model": "block/stone_brick_stairs_inner", "y": 270, "uvlock": true }, + { "model": "block/stone_bricks/stairs/i1", "y": 270, "uvlock": true }, + { "model": "block/stone_bricks/stairs/i2", "y": 270, "uvlock": true }, + { "model": "block/stone_bricks/stairs/i3", "y": 270, "uvlock": true }, + { "model": "block/stone_bricks/stairs/i4", "y": 270, "uvlock": true } + ], + "facing=east,half=bottom,shape=inner_left": [ + { "model": "block/stone_brick_stairs_inner", "y": 270, "uvlock": true }, + { "model": "block/stone_bricks/stairs/i1", "y": 270, "uvlock": true }, + { "model": "block/stone_bricks/stairs/i2", "y": 270, "uvlock": true }, + { "model": "block/stone_bricks/stairs/i3", "y": 270, "uvlock": true }, + { "model": "block/stone_bricks/stairs/i4", "y": 270, "uvlock": true } + ], + "facing=west,half=bottom,shape=inner_left": [ + { "model": "block/stone_brick_stairs_inner", "y": 90, "uvlock": true }, + { "model": "block/stone_bricks/stairs/i1", "y": 90, "uvlock": true }, + { "model": "block/stone_bricks/stairs/i2", "y": 90, "uvlock": true }, + { "model": "block/stone_bricks/stairs/i3", "y": 90, "uvlock": true }, + { "model": "block/stone_bricks/stairs/i4", "y": 90, "uvlock": true } + ], + "facing=south,half=bottom,shape=inner_left": [ + { "model": "block/stone_brick_stairs_inner" }, + { "model": "block/stone_bricks/stairs/i1" }, + { "model": "block/stone_bricks/stairs/i2" }, + { "model": "block/stone_bricks/stairs/i3" }, + { "model": "block/stone_bricks/stairs/i4" } + ], + "facing=north,half=bottom,shape=inner_left": [ + { "model": "block/stone_brick_stairs_inner", "y": 180, "uvlock": true }, + { "model": "block/stone_bricks/stairs/i1", "y": 180, "uvlock": true }, + { "model": "block/stone_bricks/stairs/i2", "y": 180, "uvlock": true }, + { "model": "block/stone_bricks/stairs/i3", "y": 180, "uvlock": true }, + { "model": "block/stone_bricks/stairs/i4", "y": 180, "uvlock": true } + ], + "facing=east,half=top,shape=straight": [ + { "model": "block/stone_brick_stairs", "x": 180, "uvlock": true }, + { "model": "block/stone_bricks/stairs/1", "x": 180, "uvlock": true }, + { "model": "block/stone_bricks/stairs/2", "x": 180, "uvlock": true }, + { "model": "block/stone_bricks/stairs/3", "x": 180, "uvlock": true }, + { "model": "block/stone_bricks/stairs/4", "x": 180, "uvlock": true } + ], + "facing=west,half=top,shape=straight": [ + { "model": "block/stone_brick_stairs", "x": 180, "y": 180, "uvlock": true }, + { "model": "block/stone_bricks/stairs/1", "x": 180, "y": 180, "uvlock": true }, + { "model": "block/stone_bricks/stairs/2", "x": 180, "y": 180, "uvlock": true }, + { "model": "block/stone_bricks/stairs/3", "x": 180, "y": 180, "uvlock": true }, + { "model": "block/stone_bricks/stairs/4", "x": 180, "y": 180, "uvlock": true } + ], + "facing=south,half=top,shape=straight": [ + { "model": "block/stone_brick_stairs", "x": 180, "y": 90, "uvlock": true }, + { "model": "block/stone_bricks/stairs/1", "x": 180, "y": 90, "uvlock": true }, + { "model": "block/stone_bricks/stairs/2", "x": 180, "y": 90, "uvlock": true }, + { "model": "block/stone_bricks/stairs/3", "x": 180, "y": 90, "uvlock": true }, + { "model": "block/stone_bricks/stairs/4", "x": 180, "y": 90, "uvlock": true } + ], + "facing=north,half=top,shape=straight": [ + { "model": "block/stone_brick_stairs", "x": 180, "y": 270, "uvlock": true }, + { "model": "block/stone_bricks/stairs/1", "x": 180, "y": 270, "uvlock": true }, + { "model": "block/stone_bricks/stairs/2", "x": 180, "y": 270, "uvlock": true }, + { "model": "block/stone_bricks/stairs/3", "x": 180, "y": 270, "uvlock": true }, + { "model": "block/stone_bricks/stairs/4", "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 }, + { "model": "block/stone_bricks/stairs/o1", "x": 180, "y": 90, "uvlock": true }, + { "model": "block/stone_bricks/stairs/o2", "x": 180, "y": 90, "uvlock": true }, + { "model": "block/stone_bricks/stairs/o3", "x": 180, "y": 90, "uvlock": true }, + { "model": "block/stone_bricks/stairs/o4", "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 }, + { "model": "block/stone_bricks/stairs/o1", "x": 180, "y": 270, "uvlock": true }, + { "model": "block/stone_bricks/stairs/o2", "x": 180, "y": 270, "uvlock": true }, + { "model": "block/stone_bricks/stairs/o3", "x": 180, "y": 270, "uvlock": true }, + { "model": "block/stone_bricks/stairs/o4", "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 }, + { "model": "block/stone_bricks/stairs/o1", "x": 180, "y": 180, "uvlock": true }, + { "model": "block/stone_bricks/stairs/o2", "x": 180, "y": 180, "uvlock": true }, + { "model": "block/stone_bricks/stairs/o3", "x": 180, "y": 180, "uvlock": true }, + { "model": "block/stone_bricks/stairs/o4", "x": 180, "y": 180, "uvlock": true } + ], + "facing=north,half=top,shape=outer_right": [ + { "model": "block/stone_brick_stairs_outer", "x": 180, "uvlock": true }, + { "model": "block/stone_bricks/stairs/o1", "x": 180, "uvlock": true }, + { "model": "block/stone_bricks/stairs/o2", "x": 180, "uvlock": true }, + { "model": "block/stone_bricks/stairs/o3", "x": 180, "uvlock": true }, + { "model": "block/stone_bricks/stairs/o4", "x": 180, "uvlock": true } + ], + "facing=east,half=top,shape=outer_left": [ + { "model": "block/stone_brick_stairs_outer", "x": 180, "uvlock": true }, + { "model": "block/stone_bricks/stairs/o1", "x": 180, "uvlock": true }, + { "model": "block/stone_bricks/stairs/o2", "x": 180, "uvlock": true }, + { "model": "block/stone_bricks/stairs/o3", "x": 180, "uvlock": true }, + { "model": "block/stone_bricks/stairs/o4", "x": 180, "uvlock": true } + ], + "facing=west,half=top,shape=outer_left": [ + { "model": "block/stone_brick_stairs_outer", "x": 180, "y": 180, "uvlock": true }, + { "model": "block/stone_bricks/stairs/o1", "x": 180, "y": 180, "uvlock": true }, + { "model": "block/stone_bricks/stairs/o2", "x": 180, "y": 180, "uvlock": true }, + { "model": "block/stone_bricks/stairs/o3", "x": 180, "y": 180, "uvlock": true }, + { "model": "block/stone_bricks/stairs/o4", "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 }, + { "model": "block/stone_bricks/stairs/o1", "x": 180, "y": 90, "uvlock": true }, + { "model": "block/stone_bricks/stairs/o2", "x": 180, "y": 90, "uvlock": true }, + { "model": "block/stone_bricks/stairs/o3", "x": 180, "y": 90, "uvlock": true }, + { "model": "block/stone_bricks/stairs/o4", "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 }, + { "model": "block/stone_bricks/stairs/o1", "x": 180, "y": 270, "uvlock": true }, + { "model": "block/stone_bricks/stairs/o2", "x": 180, "y": 270, "uvlock": true }, + { "model": "block/stone_bricks/stairs/o3", "x": 180, "y": 270, "uvlock": true }, + { "model": "block/stone_bricks/stairs/o4", "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 }, + { "model": "block/stone_bricks/stairs/i1", "x": 180, "y": 90, "uvlock": true }, + { "model": "block/stone_bricks/stairs/i2", "x": 180, "y": 90, "uvlock": true }, + { "model": "block/stone_bricks/stairs/i3", "x": 180, "y": 90, "uvlock": true }, + { "model": "block/stone_bricks/stairs/i4", "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 }, + { "model": "block/stone_bricks/stairs/i1", "x": 180, "y": 270, "uvlock": true }, + { "model": "block/stone_bricks/stairs/i2", "x": 180, "y": 270, "uvlock": true }, + { "model": "block/stone_bricks/stairs/i3", "x": 180, "y": 270, "uvlock": true }, + { "model": "block/stone_bricks/stairs/i4", "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 }, + { "model": "block/stone_bricks/stairs/i1", "x": 180, "y": 180, "uvlock": true }, + { "model": "block/stone_bricks/stairs/i2", "x": 180, "y": 180, "uvlock": true }, + { "model": "block/stone_bricks/stairs/i3", "x": 180, "y": 180, "uvlock": true }, + { "model": "block/stone_bricks/stairs/i4", "x": 180, "y": 180, "uvlock": true } + ], + "facing=north,half=top,shape=inner_right": [ + { "model": "block/stone_brick_stairs_inner", "x": 180, "uvlock": true }, + { "model": "block/stone_bricks/stairs/i1", "x": 180, "uvlock": true }, + { "model": "block/stone_bricks/stairs/i2", "x": 180, "uvlock": true }, + { "model": "block/stone_bricks/stairs/i3", "x": 180, "uvlock": true }, + { "model": "block/stone_bricks/stairs/i4", "x": 180, "uvlock": true } + ], + "facing=east,half=top,shape=inner_left": [ + { "model": "block/stone_brick_stairs_inner", "x": 180, "uvlock": true }, + { "model": "block/stone_bricks/stairs/i1", "x": 180, "uvlock": true }, + { "model": "block/stone_bricks/stairs/i2", "x": 180, "uvlock": true }, + { "model": "block/stone_bricks/stairs/i3", "x": 180, "uvlock": true }, + { "model": "block/stone_bricks/stairs/i4", "x": 180, "uvlock": true } + ], + "facing=west,half=top,shape=inner_left": [ + { "model": "block/stone_brick_stairs_inner", "x": 180, "y": 180, "uvlock": true }, + { "model": "block/stone_bricks/stairs/i1", "x": 180, "y": 180, "uvlock": true }, + { "model": "block/stone_bricks/stairs/i2", "x": 180, "y": 180, "uvlock": true }, + { "model": "block/stone_bricks/stairs/i3", "x": 180, "y": 180, "uvlock": true }, + { "model": "block/stone_bricks/stairs/i4", "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 }, + { "model": "block/stone_bricks/stairs/i1", "x": 180, "y": 90, "uvlock": true }, + { "model": "block/stone_bricks/stairs/i2", "x": 180, "y": 90, "uvlock": true }, + { "model": "block/stone_bricks/stairs/i3", "x": 180, "y": 90, "uvlock": true }, + { "model": "block/stone_bricks/stairs/i4", "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 }, + { "model": "block/stone_bricks/stairs/i1", "x": 180, "y": 270, "uvlock": true }, + { "model": "block/stone_bricks/stairs/i2", "x": 180, "y": 270, "uvlock": true }, + { "model": "block/stone_bricks/stairs/i3", "x": 180, "y": 270, "uvlock": true }, + { "model": "block/stone_bricks/stairs/i4", "x": 180, "y": 270, "uvlock": true } + ] + } +} diff --git a/assets/minecraft/blockstates/stone_bricks.json b/assets/minecraft/blockstates/stone_bricks.json new file mode 100644 index 0000000..b7325f8 --- /dev/null +++ b/assets/minecraft/blockstates/stone_bricks.json @@ -0,0 +1,11 @@ +{ + "variants": { + "": [ + { "model": "block/stone_bricks", "weight": 30 }, + { "model": "block/stone_bricks/1", "weight": 15 }, + { "model": "block/stone_bricks/2", "weight": 15 }, + { "model": "block/stone_bricks/3", "weight": 10 }, + { "model": "block/stone_bricks/4", "weight": 10 } + ] + } +} diff --git a/assets/minecraft/blockstates/wheat.json b/assets/minecraft/blockstates/wheat.json new file mode 100644 index 0000000..87ef5ea --- /dev/null +++ b/assets/minecraft/blockstates/wheat.json @@ -0,0 +1,16 @@ +{ + "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" }, + { "model": "block/wheat/1" }, + { "model": "block/wheat/2" } + ] + } +} diff --git a/assets/minecraft/font/alt.json b/assets/minecraft/font/alt.json new file mode 100644 index 0000000..0f9863f --- /dev/null +++ b/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/assets/minecraft/font/default.json b/assets/minecraft/font/default.json new file mode 100644 index 0000000..441d4ef --- /dev/null +++ b/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/assets/minecraft/font/glyph_sizes.bin b/assets/minecraft/font/glyph_sizes.bin new file mode 100644 index 0000000..69c857e Binary files /dev/null and b/assets/minecraft/font/glyph_sizes.bin differ diff --git a/assets/minecraft/lang/en_US.lang b/assets/minecraft/lang/en_US.lang new file mode 100644 index 0000000..2461b23 --- /dev/null +++ b/assets/minecraft/lang/en_US.lang @@ -0,0 +1,1417 @@ + +language.name=English +language.region=US +language.code=en_US + +gui.done=Done +gui.cancel=Cancel +gui.back=Back +gui.toMenu=Main Menu +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=Settings +menu.quit=Exit Game +menu.returnToMenu=Save and Exit World +menu.disconnect=Disconnect +menu.returnToGame=Resume +menu.switchingLevel=Switching Worlds... +menu.generatingLevel=Randomizing the World... +menu.loadingLevel=Loading the World... +menu.generatingTerrain= +menu.convertingLevel=Converting the World... +menu.simulating=Simulating the World... +menu.respawning=Respawning... +menu.shareToLan=Open to LAN + +selectWorld.title=Select World +selectWorld.empty=empty +selectWorld.world=World +selectWorld.select=Play +selectWorld.create=Create +selectWorld.recreate=Re-Create +selectWorld.createDemo=Demo +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 +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=World Generation Seed +selectWorld.seedInfo=(Leave blank for a random world) +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=Flat 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 placed or broken +selectWorld.moreWorldOptions=Advanced Options +selectWorld.mapFeatures=Generate Structures: +selectWorld.mapFeatures.info=Villages, dungeons, etc. +selectWorld.mapType=World Type: +selectWorld.mapType.normal=Normal +selectWorld.allowCommands=Cheats: +selectWorld.allowCommands.info=Commands like /gamemode, /xp +selectWorld.hardcoreMode=Hardcore: +selectWorld.hardcoreMode.info=World is deleted upon death +selectWorld.bonusItems=Starter Chest: + +generator.default=Default +generator.flat=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 +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 +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=Get Out of 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=Visible +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=Field of View +options.fov.min=69 +options.fov.max=110 +options.gamma=Brightness +options.gamma.min=Realistic +options.gamma.max=Bright +options.sensitivity=Sensitivity +options.sensitivity.min=0% +options.sensitivity.max=199% +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=Lighting +options.ao.off=Off +options.ao.min=Minimum +options.ao.max=Maximum +options.anaglyph=3D Glasses +options.framerateLimit=Frame Rate +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=Texture Rendering +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=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=Particle Effects +options.particles.all=On +options.particles.decreased=Decreased +options.particles.minimal=Off +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=Colored Text +options.chat.opacity=Opacity +options.chat.links=Website Links +options.chat.links.prompt=Link Confirmation +options.chat.scale=Scale +options.chat.width=Width +options.chat.height.focused=Chatbox Typing Size +options.chat.height.unfocused=Chatbox Playing Size +options.showCape=Capes +options.serverTextures=Server Textures +options.snooper=Allow Info Collection +options.snooper.view=Collection 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=Vertical Sync +options.touchscreen=Touchscreen Mode + +performance.max=Maximum +performance.balanced=Balanced +performance.powersaver=Minimum + +controls.title=Controls + +key.forward=Move Forwards +key.left=Move Left +key.back=Move Backwards +key.right=Move Right +key.jump=Jump +key.inventory=Open Inventory +key.drop=Drop Held Item +key.chat=Open Chatbox +key.fog=Toggle Fog +key.sneak=Sneak +key.playerlist=List Players +key.attack=Swing Item +key.use=Use Item +key.pickItem=Copy Item +key.mouseButton=MOUSE %1$s +key.command=Begin Command + +resourcePack.openFolder=Add Resource Pack +resourcePack.title=Select Resource Pack +resourcePack.folderInfo=(Place the resource pack files inside the new window.) + +book.pageIndicator=Page %1$s of %2$s +book.byAuthor=by %1$s +book.signButton=Publish +book.editTitle= Book Title: +book.finalizeButton=Publish and Close +book.finalizeWarning=Note! Once you publish the book, it will no longer be editable. + +tile.stone.name=Stone +tile.hayBlock.name=Hay Bale +tile.grass.name=Grass +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=Cacao Wood Planks +tile.sapling.oak.name=Oak Sapling +tile.sapling.spruce.name=Spruce Sapling +tile.sapling.birch.name=Birch Sapling +tile.sapling.jungle.name=Cacao 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=Cacao 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=Cacao Leaves +tile.tallgrass.name=Grass +tile.tallgrass.shrub.name=Shrub +tile.tallgrass.grass.name=Tall 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=Dandelion +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=Cacao Wood Slab +tile.brick.name=Bricks +tile.tnt.name=Black Powder Explosive +tile.bookshelf.name=Bookshelf +tile.stoneMoss.name=Mossy Stone +tile.obsidian.name=Obsidian +tile.torch.name=Torch +tile.fire.name=Fire +tile.mobSpawner.name=Mob Spawner +tile.stairsWood.name=Oak Wood Stairs +tile.stairsWoodSpruce.name=Spruce Wood Stairs +tile.stairsWoodBirch.name=Birch Wood Stairs +tile.stairsWoodJungle.name=Cacao 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.lever.name=Lever +tile.pressurePlate.name=Pressure Plate +tile.weightedPlate_light.name=Light Pressure Plate +tile.weightedPlate_heavy.name=Heavy Pressure Plate +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=White 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=Oak Fence +tile.fenceGate.name=Oak Fence Gate +tile.pumpkin.name=Carved 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=Block of Lapis Lazuli +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=Silverfish Inhabited Stone +tile.monsterStoneEgg.cobble.name=Silverfish Inhabited Cobblestone +tile.monsterStoneEgg.brick.name=Silverfish Inhabited Stone Brick +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=Damaged Anvil +tile.anvil.veryDamaged.name=Heavily 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=Quartz Ore +tile.hopper.name=Hopper +tile.quartzBlock.default.name=Block of Quartz +tile.quartzBlock.chiseled.name=Chiseled Quartz +tile.quartzBlock.lines.name=Quartz Pillar +tile.stairsQuartz.name=Quartz Stairs + +item.nameTag.name=Name Tag +item.leash.name=Leash +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=Black Powder +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=Wheat 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 Cuirass +item.leggingsCloth.name=Leather Pants +item.bootsCloth.name=Leather Boots +item.helmetChain.name=Chainmail Helmet +item.chestplateChain.name=Chainmail Tunic +item.leggingsChain.name=Chainmail Leggings +item.bootsChain.name=Chainmail Boots +item.helmetIron.name=Iron Helmet +item.chestplateIron.name=Iron Breastplate +item.leggingsIron.name=Iron Chausses +item.bootsIron.name=Iron Boots +item.helmetDiamond.name=Diamond Helmet +item.chestplateDiamond.name=Diamond Breastplate +item.leggingsDiamond.name=Diamond Chausses +item.bootsDiamond.name=Diamond Boots +item.helmetGold.name=Golden Helmet +item.chestplateGold.name=Golden Breastplate +item.leggingsGold.name=Golden Greaves +item.bootsGold.name=Golden Knee Guards +item.flint.name=Flint +item.porkchopRaw.name=Raw Porkchop +item.porkchopCooked.name=Cooked Porkchop +item.chickenRaw.name=Raw Chicken Leg +item.chickenCooked.name=Cooked Chicken Leg +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=Bucket of Water +item.bucketLava.name=Bucket of Lava +item.minecart.name=Minecart +item.saddle.name=Saddle +item.doorIron.name=Iron Door +item.redstone.name=Redstone Dust +item.snowball.name=Snowball +item.boat.name=Boat +item.leather.name=Leather +item.milk.name=Bucket of Milk +item.brick.name=Brick +item.clay.name=Wet Clay +item.reeds.name=Sugar Cane +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 Black Powder Explosive +item.minecartHopper.name=Minecart with Hopper +item.egg.name=Chicken Egg +item.compass.name=Compass +item.fishingRod.name=Fishing Rod +item.clock.name=Clock +item.yellowDust.name=Glowstone Dust +item.fishRaw.name=Raw Cod +item.fishCooked.name=Cooked Cod +item.record.name=Music Disc +item.bone.name=Bone +item.dyePowder.black.name=Ink Sac (Black Dye) +item.dyePowder.red.name=Red Dye +item.dyePowder.green.name=Green Dye +item.dyePowder.brown.name=Cocoa Beans (Brown Dye) +item.dyePowder.blue.name=Lapis Lazuli (Blue Dye) +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=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 (White Dye) +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=Voidwalker Core +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=Active Voidwalker Core +item.speckledMelon.name=Golden 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=Rotten 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=Quartz Shard +item.horsearmormetal.name=Iron Horse Armor +item.horsearmorgold.name=Golden Horse Armor +item.horsearmordiamond.name=Diamond Horse Armor + +container.inventory= +container.hopper= +container.crafting= +container.dispenser= +container.dropper= +container.furnace= +container.enchant= +container.repair= +container.repair.cost=Enchantment Cost: %1$d +container.repair.expensive=Too Expensive! +container.creative= +container.brewing= +container.chest= +container.chestDouble= +container.minecart= +container.enderchest= + +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=Voidwalker +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=Skeletal Horse +entity.zombiehorse.name=Zombie Horse + +entity.PrimedTnt.name=Unstable Black Powder Explosive +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.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.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=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=Worlds Created +stat.loadWorld=Saves Loaded +stat.joinMultiplayer=Servers Joined +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 Rolled +stat.boatOneCm=Distance Sailed +stat.pigOneCm=Distance Piggybacked +stat.jump=Times Jumped +stat.drop=Items Dropped + +stat.damageDealt=Damage Dealt +stat.damageTaken=Damage Taken +stat.deaths=Times Died +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 Broken + +achievement.get=Achievement Unlocked! + +achievement.taken=Unlocked! + +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=Swing at 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.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.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=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.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.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.backup=Backup +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 world... +mco.create.world.seed=Seed (Optional) + +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 + +mco.backup.title=Backups +mco.backup.button.restore=Restore +mco.backup.restoring=Restoring your world + +mco.template.title=World 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/assets/minecraft/lang/en_us.json b/assets/minecraft/lang/en_us.json new file mode 100644 index 0000000..92be4d6 --- /dev/null +++ b/assets/minecraft/lang/en_us.json @@ -0,0 +1,4381 @@ +{ + "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": "Main Menu", + "gui.toMenu": "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": "Settings", + "menu.quit": "Exit Game", + "menu.returnToMenu": "Save and Exit World", + "menu.disconnect": "Disconnect", + "menu.returnToGame": "Resume", + "menu.generatingLevel": "Randomizing the World...", + "menu.loadingLevel": "Loading the World...", + "menu.savingLevel": "Saving World...", + "menu.working": "Working...", + "menu.savingChunks": "Writing...", + "menu.preparingSpawn": "Preparing Spawn Area: %s%%...", + "menu.loadingForcedChunks": "Loading Forced Chunks for Dimension %s...", + "menu.generatingTerrain": "", + "menu.convertingLevel": "Converting the World...", + "menu.respawning": "Respawning...", + "menu.shareToLan": "Open to LAN", + "menu.sendFeedback": "Give Feedback", + "menu.reportBugs": "Report Bugs", + "menu.paused": "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...", + "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", + "selectWorld.create": "Create", + "selectWorld.recreate": "Re-Create", + "selectWorld.createDemo": "Demo", + "selectWorld.delete": "Delete", + "selectWorld.edit": "Edit", + "selectWorld.edit.title": "Rename", + "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 permanently erased!", + "selectWorld.deleteButton": "Delete", + "selectWorld.conversion": "Must be converted!", + "selectWorld.newWorld": "New World", + "selectWorld.enterName": "World Name", + "selectWorld.resultFolder": "Will be saved in:", + "selectWorld.enterSeed": "World Generation Seed", + "selectWorld.seedInfo": "(Leave blank for a random world)", + "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": "Flat 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 Type", + "createWorld.customize.buffet.biome": "Please Select 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", + "createWorld.customize.custom.next": "Next", + "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", + "spectatorMenu.previous_page": "Previous", + "spectatorMenu.next_page": "Next", + "spectatorMenu.close": "Close", + "spectatorMenu.teleport": "Teleport to Player", + "spectatorMenu.teleport.prompt": "Select a player", + "spectatorMenu.team_teleport": "Teleport to Team Member", + "spectatorMenu.team_teleport.prompt": "Select a team", + "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 placed or broken", + "selectWorld.moreWorldOptions": "Advanced Options...", + "selectWorld.mapFeatures": "Generate Structures:", + "selectWorld.mapFeatures.info": "Villages, dungeons etc", + "selectWorld.mapType": "World Type:", + "selectWorld.mapType.normal": "Normal", + "selectWorld.allowCommands": "Cheats:", + "selectWorld.allowCommands.info": "Commands like /gamemode, /experience", + "selectWorld.hardcoreMode": "Hardcore:", + "selectWorld.hardcoreMode.info": "World is deleted upon death", + "selectWorld.bonusItems": "Starter Chest:", + "generator.default": "Default", + "generator.flat": "Flat", + "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", + "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", + "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 automatically?", + "multiplayer.downloadingTerrain": "Downloading terrain", + "multiplayer.downloadingStats": "Downloading statistics", + "multiplayer.stopSleeping": "Get Out of 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 %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 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": "Visible", + "options.hidden": "Hidden", + "options.title": "Settings", + "options.controls": "Controls", + "options.video": "Video Settings", + "options.language": "Language", + "options.sounds": "Music & Sounds", + "options.sounds.title": "Music & Sound Settings", + "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": "Field of View", + "options.fov.min": "70", + "options.fov.max": "110", + "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": "Realistic", + "options.gamma.max": "Bright", + "options.sensitivity": "Sensitivity", + "options.sensitivity.min": "0%%", + "options.sensitivity.max": "200%%", + "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 Glasses", + "options.chunks": "%s chunks", + "options.framerate": "%s fps", + "options.framerateLimit": "Frame Rate", + "options.framerateLimit.max": "Max", + "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": "Texture Rendering", + "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": "Particle Effects", + "options.particles.all": "On", + "options.particles.decreased": "Decreased", + "options.particles.minimal": "Off", + "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": "Colored Text", + "options.chat.opacity": "Opacity", + "options.chat.links": "Website Links", + "options.chat.links.prompt": "Link Confirmation", + "options.chat.scale": "Scale", + "options.chat.width": "Width", + "options.chat.height.focused": "Chatbox Typing Size", + "options.chat.height.unfocused": "Chatbox Showing Size", + "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 Info Collection", + "options.snooper.view": "Collection Settings", + "options.snooper.title": "Machine Specs Collection", + "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.vbo": "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 it cannot be changed.", + "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": "Move Forward", + "key.left": "Move Left", + "key.back": "Move Backward", + "key.right": "Move Right", + "key.jump": "Jump", + "key.inventory": "Open Inventory", + "key.drop": "Drop Held Item", + "key.swapHands": "Swap Item In Hands", + "key.chat": "Open Chatbox", + "key.sneak": "Sneak", + "key.playerlist": "List Players", + "key.attack": "Swing Item", + "key.use": "Use Item", + "key.pickItem": "Pick Item", + "key.command": "Begin 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": "Add Resource Pack", + "resourcePack.title": "Select Resource Pack", + "resourcePack.available.title": "Available Resource Packs", + "resourcePack.selected.title": "Selected Resource Packs", + "resourcePack.folderInfo": "(Place your resource packs 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", + "book.pageIndicator": "Page %1$s of %2$s", + "book.byAuthor": "by %1$s", + "book.signButton": "Publish", + "book.editTitle": "Book Title:", + "book.finalizeButton": "Publish and Close", + "book.finalizeWarning": "Note! Once you publish 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.minecraft.dirt": "Dirt", + "block.minecraft.coarse_dirt": "Coarse Dirt", + "block.minecraft.podzol": "Podzol", + "block.minecraft.cobblestone": "Cobblestone", + "block.minecraft.oak_planks": "Oak Wood Planks", + "block.minecraft.spruce_planks": "Spruce Wood Planks", + "block.minecraft.birch_planks": "Birch Wood Planks", + "block.minecraft.jungle_planks": "Jungle Wood Planks", + "block.minecraft.acacia_planks": "Acacia Wood 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": "Stats", + "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 Depleted", + "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" +} diff --git a/assets/minecraft/mcpatcher/cit/quiver.png b/assets/minecraft/mcpatcher/cit/quiver.png new file mode 100644 index 0000000..9b899df Binary files /dev/null and b/assets/minecraft/mcpatcher/cit/quiver.png differ diff --git a/assets/minecraft/mcpatcher/cit/quiver.properties b/assets/minecraft/mcpatcher/cit/quiver.properties new file mode 100644 index 0000000..e988440 --- /dev/null +++ b/assets/minecraft/mcpatcher/cit/quiver.properties @@ -0,0 +1,3 @@ +source=quiver +matchItems=262 +stackSize=2-65535 \ No newline at end of file diff --git a/assets/minecraft/mcpatcher/color.properties b/assets/minecraft/mcpatcher/color.properties new file mode 100644 index 0000000..f71ab01 --- /dev/null +++ b/assets/minecraft/mcpatcher/color.properties @@ -0,0 +1,146 @@ +############################################################################### +# color.properties +############################################################################### +# Sample color.properties file for use with MCPatcher's Custom Colors mod. +# +# This file is offered without any copyright restrictions. Please copy and +# modify it to suit your needs. Then place it at /color.properties in your +# texture pack. +# +# You only need to provide values for the properties you wish to change. The +# default Minecraft values for each property are given below for convenience. +# +# Property names are case-sensitive. +# All colors are in hex rgb format, 000000 to ffffff. +############################################################################### + +############################################################################### +# Base color of particle effects +############################################################################### +particle.portal=C15320 +drop.water=30587F + +############################################################################### +# Nether and End colors +############################################################################### +fog.nether=3F130F +fog.end=332521 +sky.end=262120 + +############################################################################### +# Lily pad color +############################################################################### +# This is a single color that is used across all biomes. +lilypad=549146 + +############################################################################### +# Colors for each potion effect +############################################################################### +# Final color is the average of these colors weighted by level of each potion +# effect. +potion.blindness=1f1f23 +potion.confusion=551d4a +potion.damageBoost=932423 +potion.digSlowDown=4a4217 +potion.digSpeed=d9c043 +potion.fireResistance=e49a3a +potion.harm=430a09 +potion.heal=f82423 +potion.hunger=587653 +potion.invisibility=7f8392 +potion.jump=786297 +potion.moveSlowdown=5a6c81 +potion.moveSpeed=7cafc6 +potion.nightVision=1f1fa1 +potion.poison=4e9331 +potion.regeneration=cd5cab +potion.resistance=99453a +potion.waterBreathing=2e5299 +potion.weakness=484d48 +potion.water=385dc6 + +############################################################################### +# Spawner egg colors +############################################################################### + + +############################################################################### +# Map colors +############################################################################### +map.air=000000 +map.grass=7fb238 +map.sand=f7e9a3 +map.cloth=a7a7a7 +map.tnt=ff0000 +map.ice=a0a0ff +map.iron=a7a7a7 +map.foliage=007c00 +map.snow=ffffff +map.clay=a4a8b8 +map.dirt=b76a2f +map.stone=707070 +map.water=4040ff +map.wood=685332 + +############################################################################### +# Sheep colors +############################################################################### +sheep.white=ffffff +sheep.orange=f2b233 +sheep.magenta=e57fd8 +sheep.lightBlue=99b2f2 +sheep.yellow=e5e533 +sheep.lime=7fcc19 +sheep.pink=f2b2cc +sheep.gray=4c4c4c +sheep.silver=999999 +sheep.cyan=4c99b2 +sheep.purple=b266e5 +sheep.blue=3366cc +sheep.brown=7f664c +sheep.green=667f33 +sheep.red=cc4c4c +sheep.black=191919 + +############################################################################### +# Text colors +############################################################################### +# color of exp level text +text.xpbar=EAC162 +# color of "Boss Health" text +text.boss=66554C +# color of sign text +text.sign=000000 + +############################################################################### +# Complete file list +############################################################################### +# Below is a full list of files used by the Custom Colors mod: +# /color.properties - this file +# /misc/redstonecolor.png - 16x1 redstone colors (0=fully off, 15=fully on) +# /misc/stemcolor.png - 8x1 pumpkin/melon stem colors (0=sprout, 7=fully grown) +# /misc/lavadropcolor.png - Nx1 lava drop colors (x=age of particle in ticks) +# /misc/swampgrasscolor.png - 256x256 swamp grass color palette +# /misc/swampfoliagecolor.png - 256x256 swamp foliage color palette +# /misc/pinecolor.png - 256x256 pine tree color palette +# /misc/birchcolor.png - 256x256 birch tree color palette +# /misc/watercolorX.png - 256x256 water color palette +# /misc/underwatercolor.png - 256x256 underwater color +# /misc/fogcolor0.png - 256x256 fog color for the overworld +# /misc/skycolor0.png - 256x256 sky color for the overworld +# /environment/lightmap0.png - Nx32 overworld lighting palettes +# /environment/lightmap-1.png - Nx32 Nether lighting palettes +# /environment/lightmap1.png - Nx32 End lighting palettes + +############################################################################### +# Custom biome palettes +############################################################################### +# You may assign custom biome palettes to any standard block (i.e. one that +# does not already have its own special color multiplier method). The syntax +# for this in color.properties is +# palette.block.= +# The image must exist in your texture pack and must be 256x256. For example, +# to color all stone and ore blocks with /misc/stonecolor.png +# palette.block./misc/stonecolor.png=1 14 15 16 21 56 73 74 +# Block ID + metadata is also supported using the following syntax: +# palette.block./misc/sandstone.png=24 43:1 44:1 \ No newline at end of file diff --git a/assets/minecraft/mcpatcher/colormap/birchforestgrass.png b/assets/minecraft/mcpatcher/colormap/birchforestgrass.png new file mode 100644 index 0000000..585b751 Binary files /dev/null and b/assets/minecraft/mcpatcher/colormap/birchforestgrass.png differ diff --git a/assets/minecraft/mcpatcher/colormap/blocks/reeds.properties b/assets/minecraft/mcpatcher/colormap/blocks/reeds.properties new file mode 100644 index 0000000..fc04c60 --- /dev/null +++ b/assets/minecraft/mcpatcher/colormap/blocks/reeds.properties @@ -0,0 +1 @@ +format=fixed \ No newline at end of file diff --git a/assets/minecraft/mcpatcher/colormap/fog0.png b/assets/minecraft/mcpatcher/colormap/fog0.png new file mode 100644 index 0000000..633721e Binary files /dev/null and b/assets/minecraft/mcpatcher/colormap/fog0.png differ diff --git a/assets/minecraft/mcpatcher/colormap/sky0.png b/assets/minecraft/mcpatcher/colormap/sky0.png new file mode 100644 index 0000000..cf60587 Binary files /dev/null and b/assets/minecraft/mcpatcher/colormap/sky0.png differ diff --git a/assets/minecraft/mcpatcher/colormap/stem.png b/assets/minecraft/mcpatcher/colormap/stem.png new file mode 100644 index 0000000..c7e27e4 Binary files /dev/null and b/assets/minecraft/mcpatcher/colormap/stem.png differ diff --git a/assets/minecraft/mcpatcher/colormap/swampfoliage.png b/assets/minecraft/mcpatcher/colormap/swampfoliage.png new file mode 100644 index 0000000..e23015e Binary files /dev/null and b/assets/minecraft/mcpatcher/colormap/swampfoliage.png differ diff --git a/assets/minecraft/mcpatcher/colormap/swampgrass.png b/assets/minecraft/mcpatcher/colormap/swampgrass.png new file mode 100644 index 0000000..1e688ee Binary files /dev/null and b/assets/minecraft/mcpatcher/colormap/swampgrass.png differ diff --git a/assets/minecraft/mcpatcher/colormap/water.png b/assets/minecraft/mcpatcher/colormap/water.png new file mode 100644 index 0000000..55cae1b Binary files /dev/null and b/assets/minecraft/mcpatcher/colormap/water.png differ diff --git a/assets/minecraft/mcpatcher/lightmap/world0.png b/assets/minecraft/mcpatcher/lightmap/world0.png new file mode 100644 index 0000000..f8eb26e Binary files /dev/null and b/assets/minecraft/mcpatcher/lightmap/world0.png differ diff --git a/assets/minecraft/mcpatcher/line/lead.png b/assets/minecraft/mcpatcher/line/lead.png new file mode 100644 index 0000000..7fbdb34 Binary files /dev/null and b/assets/minecraft/mcpatcher/line/lead.png differ diff --git a/assets/minecraft/mcpatcher/line/lead.properties b/assets/minecraft/mcpatcher/line/lead.properties new file mode 100644 index 0000000..280c7ab --- /dev/null +++ b/assets/minecraft/mcpatcher/line/lead.properties @@ -0,0 +1,2 @@ +width=0.070 +tileFactor=4 \ No newline at end of file diff --git a/assets/minecraft/mcpatcher/sky/world0/cloudbox.png b/assets/minecraft/mcpatcher/sky/world0/cloudbox.png new file mode 100644 index 0000000..c4a588d Binary files /dev/null and b/assets/minecraft/mcpatcher/sky/world0/cloudbox.png differ diff --git a/assets/minecraft/mcpatcher/sky/world0/nightbox.png b/assets/minecraft/mcpatcher/sky/world0/nightbox.png new file mode 100644 index 0000000..ed6ba00 Binary files /dev/null and b/assets/minecraft/mcpatcher/sky/world0/nightbox.png differ diff --git a/assets/minecraft/mcpatcher/sky/world0/nightbox2.png b/assets/minecraft/mcpatcher/sky/world0/nightbox2.png new file mode 100644 index 0000000..ef26fb6 Binary files /dev/null and b/assets/minecraft/mcpatcher/sky/world0/nightbox2.png differ diff --git a/assets/minecraft/mcpatcher/sky/world0/sky1.properties b/assets/minecraft/mcpatcher/sky/world0/sky1.properties new file mode 100644 index 0000000..9175179 --- /dev/null +++ b/assets/minecraft/mcpatcher/sky/world0/sky1.properties @@ -0,0 +1,9 @@ +startFadeIn=5:00 +endFadeIn=5:30 +startFadeOut=17:30 +endFadeOut=18:00 +blend=multiply +rotate=true +axis=-0.0 1.0 0.0 +speed=1.0 +source=./cloudbox.png diff --git a/assets/minecraft/mcpatcher/sky/world0/sky2.properties b/assets/minecraft/mcpatcher/sky/world0/sky2.properties new file mode 100644 index 0000000..5428a1a --- /dev/null +++ b/assets/minecraft/mcpatcher/sky/world0/sky2.properties @@ -0,0 +1,9 @@ +startFadeIn=17:30 +endFadeIn=18:00 +startFadeOut=5:30 +endFadeOut=6:00 +blend=add +rotate=true +axis=-0.0 1.0 0.0 +speed=1.0 +source=./nightbox.png diff --git a/assets/minecraft/mcpatcher/sky/world0/sky3.properties b/assets/minecraft/mcpatcher/sky/world0/sky3.properties new file mode 100644 index 0000000..c9cc723 --- /dev/null +++ b/assets/minecraft/mcpatcher/sky/world0/sky3.properties @@ -0,0 +1,9 @@ +startFadeIn=18:00 +endFadeIn=18:30 +startFadeOut=5:00 +endFadeOut=5:30 +blend=add +rotate=true +axis=-0.0 1.0 0.0 +speed=0.1 +source=./nightbox2.png diff --git a/assets/minecraft/models/block/acacia_fence_gate_closed.json b/assets/minecraft/models/block/acacia_fence_gate_closed.json new file mode 100644 index 0000000..886360f --- /dev/null +++ b/assets/minecraft/models/block/acacia_fence_gate_closed.json @@ -0,0 +1,6 @@ +{ + "parent": "block/template_fence_gate", + "textures": { + "texture": "block/acacia_fence_gate" + } +} diff --git a/assets/minecraft/models/block/acacia_fence_inventory.json b/assets/minecraft/models/block/acacia_fence_inventory.json new file mode 100644 index 0000000..6dff79f --- /dev/null +++ b/assets/minecraft/models/block/acacia_fence_inventory.json @@ -0,0 +1,6 @@ +{ + "parent": "block/fence_inventory", + "textures": { + "texture": "block/acacia_fence" + } +} diff --git a/assets/minecraft/models/block/acacia_fence_post.json b/assets/minecraft/models/block/acacia_fence_post.json new file mode 100644 index 0000000..2a3011c --- /dev/null +++ b/assets/minecraft/models/block/acacia_fence_post.json @@ -0,0 +1,8 @@ +{ + "parent": "block/fence_post", + "textures": { + "texture": "block/acacia_fence", + "side": "block/acacia_fence_side", + "top": "block/acacia_fence_top" + } +} diff --git a/assets/minecraft/models/block/acacia_fence_side.json b/assets/minecraft/models/block/acacia_fence_side.json new file mode 100644 index 0000000..203887f --- /dev/null +++ b/assets/minecraft/models/block/acacia_fence_side.json @@ -0,0 +1,8 @@ +{ + "parent": "block/fence_side", + "textures": { + "texture": "block/acacia_fence_side", + "side": "block/acacia_fence_side", + "top": "block/acacia_fence_top" + } +} diff --git a/assets/minecraft/models/block/acacia_leaves.json b/assets/minecraft/models/block/acacia_leaves.json new file mode 100644 index 0000000..901599d --- /dev/null +++ b/assets/minecraft/models/block/acacia_leaves.json @@ -0,0 +1,6 @@ +{ + "parent": "block/leaves", + "textures": { + "all": "block/acacia_leaves" + } +} diff --git a/assets/minecraft/models/block/acacia_wall_gate_closed.json b/assets/minecraft/models/block/acacia_wall_gate_closed.json new file mode 100644 index 0000000..c8aa472 --- /dev/null +++ b/assets/minecraft/models/block/acacia_wall_gate_closed.json @@ -0,0 +1,6 @@ +{ + "parent": "block/template_fence_gate_wall", + "textures": { + "texture": "block/acacia_fence_gate" + } +} diff --git a/assets/minecraft/models/block/acacia_wall_gate_open.json b/assets/minecraft/models/block/acacia_wall_gate_open.json new file mode 100644 index 0000000..2c97509 --- /dev/null +++ b/assets/minecraft/models/block/acacia_wall_gate_open.json @@ -0,0 +1,6 @@ +{ + "parent": "block/template_fence_gate_wall_open", + "textures": { + "texture": "block/acacia_fence_gate" + } +} diff --git a/assets/minecraft/models/block/andesite/1.json b/assets/minecraft/models/block/andesite/1.json new file mode 100644 index 0000000..b270bc8 --- /dev/null +++ b/assets/minecraft/models/block/andesite/1.json @@ -0,0 +1,6 @@ +{ + "parent": "block/cube_all", + "textures": { + "all": "block/andesite1" + } +} diff --git a/assets/minecraft/models/block/anvil.json b/assets/minecraft/models/block/anvil.json new file mode 100644 index 0000000..c8be3af --- /dev/null +++ b/assets/minecraft/models/block/anvil.json @@ -0,0 +1,120 @@ +{ + "parent": "block/block", + "ambientocclusion": false, + "textures": { + "particle": "block/anvil_base", + "top": "block/anvil_top", + "body": "block/anvil_base", + "side": "block/anvil_side" + }, + "elements": [ + { + "from": [2,0,2], + "to": [14,3,14], + "faces": { + "up": { + "texture": "#body" + }, + "down": { + "texture": "#body" + }, + "west": { + "texture": "#side" + }, + "east": { + "texture": "#side" + }, + "north": { + "texture": "#side" + }, + "south": { + "texture": "#side" + } + } + }, + { + "from": [3,3,3], + "to": [13,5,13], + "faces": { + "up": { + "texture": "#body" + }, + "west": { + "texture": "#side" + }, + "east": { + "texture": "#side" + }, + "north": { + "texture": "#side" + }, + "south": { + "texture": "#side" + } + } + }, + { + "from": [3,11,0], + "to": [13,16,16], + "faces": { + "up": { + "texture": "#top" + }, + "down": { + "texture": "#body" + }, + "west": { + "texture": "#side" + }, + "east": { + "texture": "#side" + }, + "north": { + "texture": "#side" + }, + "south": { + "texture": "#side" + } + } + }, + { + "from": [5,5,4], + "to": [11,10,12], + "faces": { + "west": { + "texture": "#side" + }, + "east": { + "texture": "#side" + }, + "north": { + "texture": "#side" + }, + "south": { + "texture": "#side" + } + } + }, + { + "from": [4,10,1], + "to": [12,12,15], + "faces": { + "down": { + "texture": "#body" + }, + "west": { + "texture": "#side" + }, + "east": { + "texture": "#side" + }, + "north": { + "texture": "#side" + }, + "south": { + "texture": "#side" + } + } + } + ] +} \ No newline at end of file diff --git a/assets/minecraft/models/block/anvil_slightly_damaged.json b/assets/minecraft/models/block/anvil_slightly_damaged.json new file mode 100644 index 0000000..3676fb1 --- /dev/null +++ b/assets/minecraft/models/block/anvil_slightly_damaged.json @@ -0,0 +1,9 @@ +{ + "parent": "block/anvil", + "textures": { + "particle": "block/anvil_base", + "body": "block/anvil_base", + "side": "block/anvil_side", + "top": "block/chipped_anvil_top" + } +} diff --git a/assets/minecraft/models/block/anvil_undamaged.json b/assets/minecraft/models/block/anvil_undamaged.json new file mode 100644 index 0000000..db80a97 --- /dev/null +++ b/assets/minecraft/models/block/anvil_undamaged.json @@ -0,0 +1,9 @@ +{ + "parent": "block/anvil", + "textures": { + "particle": "block/anvil_base", + "body": "block/anvil_base", + "side": "block/anvil_side", + "top": "block/anvil_top" + } +} diff --git a/assets/minecraft/models/block/anvil_very_damaged.json b/assets/minecraft/models/block/anvil_very_damaged.json new file mode 100644 index 0000000..8259dbe --- /dev/null +++ b/assets/minecraft/models/block/anvil_very_damaged.json @@ -0,0 +1,9 @@ +{ + "parent": "block/anvil", + "textures": { + "particle": "block/anvil_base", + "body": "block/anvil_base", + "side": "block/anvil_side", + "top": "block/damaged_anvil_top" + } +} diff --git a/assets/minecraft/models/block/birch_door_bottom.json b/assets/minecraft/models/block/birch_door_bottom.json new file mode 100644 index 0000000..79ca1b4 --- /dev/null +++ b/assets/minecraft/models/block/birch_door_bottom.json @@ -0,0 +1,99 @@ +{ + "parent": "block/door_bottom", + "ambientocclusion": false, + "textures": { + "particle": "block/birch_door_bottom", + "side": "block/birch_door_side", + "all": "block/birch_door_bottom" + }, + "elements": [ + { + "from": [0,0,0], + "to": [3,16,2], + "faces": { + "down": { + "uv": [8,14,11,16], + "texture": "#side", + "cullface": "down" + }, + "west": { + "texture": "#all", + "cullface": "west" + }, + "east": { + "uv": [2,0,0,16], + "texture": "#all" + }, + "north": { + "uv": [11,0,8,16], + "texture": "#side" + }, + "south": { + "uv": [8,0,11,16], + "texture": "#side" + } + } + }, + { + "from": [0,0,14], + "to": [3,16,16], + "faces": { + "down": { + "uv": [0,0,3,2], + "texture": "#side", + "cullface": "down" + }, + "west": { + "texture": "#all", + "cullface": "west" + }, + "east": { + "uv": [16,0,14,16], + "texture": "#all" + }, + "north": { + "uv": [11,0,8,16], + "texture": "#side" + }, + "south": { + "uv": [8,0,11,16], + "texture": "#side" + } + } + }, + { + "from": [0,0,2], + "to": [3,7,14], + "faces": { + "up": { + "texture": "#side" + }, + "down": { + "texture": "#side", + "cullface": "down" + }, + "west": { + "uv": [14,9,2,16], + "texture": "#all", + "cullface": "west" + }, + "east": { + "uv": [14,9,2,16], + "texture": "#all" + } + } + }, + { + "from": [1,0,2], + "to": [2,16,14], + "faces": { + "west": { + "texture": "#all" + }, + "east": { + "texture": "#all" + } + } + } + ] +} \ No newline at end of file diff --git a/assets/minecraft/models/block/birch_door_bottom_hinge.json b/assets/minecraft/models/block/birch_door_bottom_hinge.json new file mode 100644 index 0000000..a676540 --- /dev/null +++ b/assets/minecraft/models/block/birch_door_bottom_hinge.json @@ -0,0 +1,99 @@ +{ + "parent": "block/door_bottom_rh", + "ambientocclusion": false, + "textures": { + "particle": "block/birch_door_bottom", + "side": "block/birch_door_side", + "all": "block/birch_door_bottom" + }, + "elements": [ + { + "from": [0,0,0], + "to": [3,16,2], + "faces": { + "down": { + "uv": [8,14,11,16], + "texture": "#side", + "cullface": "down" + }, + "west": { + "texture": "#all", + "cullface": "west" + }, + "east": { + "uv": [2,0,0,16], + "texture": "#all" + }, + "north": { + "uv": [11,0,8,16], + "texture": "#side" + }, + "south": { + "uv": [8,0,11,16], + "texture": "#side" + } + } + }, + { + "from": [0,0,14], + "to": [3,16,16], + "faces": { + "down": { + "uv": [0,0,3,2], + "texture": "#side", + "cullface": "down" + }, + "west": { + "texture": "#all", + "cullface": "west" + }, + "east": { + "uv": [16,0,14,16], + "texture": "#all" + }, + "north": { + "uv": [11,0,8,16], + "texture": "#side" + }, + "south": { + "uv": [8,0,11,16], + "texture": "#side" + } + } + }, + { + "from": [0,0,2], + "to": [3,7,14], + "faces": { + "up": { + "texture": "#side" + }, + "down": { + "texture": "#side", + "cullface": "down" + }, + "west": { + "uv": [14,9,2,16], + "texture": "#all", + "cullface": "west" + }, + "east": { + "uv": [14,9,2,16], + "texture": "#all" + } + } + }, + { + "from": [1,0,2], + "to": [2,16,14], + "faces": { + "west": { + "texture": "#all" + }, + "east": { + "texture": "#all" + } + } + } + ] +} \ No newline at end of file diff --git a/assets/minecraft/models/block/birch_door_top.json b/assets/minecraft/models/block/birch_door_top.json new file mode 100644 index 0000000..d9e1259 --- /dev/null +++ b/assets/minecraft/models/block/birch_door_top.json @@ -0,0 +1,97 @@ +{ + "parent": "block/door_top", + "ambientocclusion": false, + "textures": { + "particle": "block/birch_door_top", + "side": "block/birch_door_side", + "all": "block/birch_door_top" + }, + "elements": [ + { + "from": [0,0,0], + "to": [3,16,2], + "faces": { + "up": { + "texture": "#side", + "cullface": "up" + }, + "west": { + "texture": "#all", + "cullface": "west" + }, + "east": { + "uv": [2,0,0,16], + "texture": "#all" + }, + "north": { + "uv": [3,0,0,16], + "texture": "#side" + }, + "south": { + "texture": "#side" + } + } + }, + { + "from": [0,0,14], + "to": [3,16,16], + "faces": { + "up": { + "uv": [8,14,11,16], + "texture": "#side", + "cullface": "up" + }, + "west": { + "texture": "#all", + "cullface": "west" + }, + "east": { + "uv": [16,0,14,16], + "texture": "#all" + }, + "north": { + "uv": [3,0,0,16], + "texture": "#side" + }, + "south": { + "uv": [3,0,0,16], + "texture": "#side" + } + } + }, + { + "from": [0,14,2], + "to": [3,16,14], + "faces": { + "up": { + "texture": "#side", + "cullface": "up" + }, + "down": { + "texture": "#side" + }, + "west": { + "uv": [14,0,2,2], + "texture": "#all", + "cullface": "west" + }, + "east": { + "uv": [14,0,2,2], + "texture": "#all" + } + } + }, + { + "from": [1,0,2], + "to": [2,16,14], + "faces": { + "west": { + "texture": "#all" + }, + "east": { + "texture": "#all" + } + } + } + ] +} \ No newline at end of file diff --git a/assets/minecraft/models/block/birch_door_top_hinge.json b/assets/minecraft/models/block/birch_door_top_hinge.json new file mode 100644 index 0000000..df3d7a4 --- /dev/null +++ b/assets/minecraft/models/block/birch_door_top_hinge.json @@ -0,0 +1,96 @@ +{ + "parent": "block/door_top_rh", + "ambientocclusion": false, + "textures": { + "particle": "block/birch_door_top", + "side": "block/birch_door_side", + "all": "block/birch_door_top" + }, + "elements": [ + { + "from": [0,0,0], + "to": [3,16,2], + "faces": { + "up": { + "texture": "#side", + "cullface": "up" + }, + "west": { + "texture": "#all", + "cullface": "west" + }, + "east": { + "uv": [2,0,0,16], + "texture": "#all" + }, + "north": { + "uv": [3,0,0,16], + "texture": "#side" + }, + "south": { + "texture": "#side" + } + } + }, + { + "from": [0,0,14], + "to": [3,16,16], + "faces": { + "up": { + "uv": [8,14,11,16], + "texture": "#side", + "cullface": "up" + }, + "west": { + "texture": "#all", + "cullface": "west" + }, + "east": { + "uv": [16,0,14,16], + "texture": "#all" + }, + "north": { + "uv": [3,0,0,16], + "texture": "#side" + }, + "south": { + "texture": "#side" + } + } + }, + { + "from": [0,14,2], + "to": [3,16,14], + "faces": { + "up": { + "texture": "#side", + "cullface": "up" + }, + "down": { + "texture": "#side" + }, + "west": { + "uv": [14,0,2,2], + "texture": "#all", + "cullface": "west" + }, + "east": { + "uv": [14,0,2,2], + "texture": "#all" + } + } + }, + { + "from": [1,0,2], + "to": [2,16,14], + "faces": { + "west": { + "texture": "#all" + }, + "east": { + "texture": "#all" + } + } + } + ] +} \ No newline at end of file diff --git a/assets/minecraft/models/block/birch_fence_gate_closed.json b/assets/minecraft/models/block/birch_fence_gate_closed.json new file mode 100644 index 0000000..daba0bc --- /dev/null +++ b/assets/minecraft/models/block/birch_fence_gate_closed.json @@ -0,0 +1,6 @@ +{ + "parent": "block/template_fence_gate_wall", + "textures": { + "texture": "block/birch_fence_gate" + } +} diff --git a/assets/minecraft/models/block/birch_fence_inventory.json b/assets/minecraft/models/block/birch_fence_inventory.json new file mode 100644 index 0000000..cca25e7 --- /dev/null +++ b/assets/minecraft/models/block/birch_fence_inventory.json @@ -0,0 +1,6 @@ +{ + "parent": "block/fence_inventory", + "textures": { + "texture": "block/birch_fence" + } +} diff --git a/assets/minecraft/models/block/birch_fence_post.json b/assets/minecraft/models/block/birch_fence_post.json new file mode 100644 index 0000000..49d82e8 --- /dev/null +++ b/assets/minecraft/models/block/birch_fence_post.json @@ -0,0 +1,8 @@ +{ + "parent": "block/fence_post", + "textures": { + "texture": "block/birch_fence", + "side": "block/birch_fence_side", + "top": "block/birch_fence_top" + } +} diff --git a/assets/minecraft/models/block/birch_fence_side.json b/assets/minecraft/models/block/birch_fence_side.json new file mode 100644 index 0000000..6b87149 --- /dev/null +++ b/assets/minecraft/models/block/birch_fence_side.json @@ -0,0 +1,8 @@ +{ + "parent": "block/fence_side", + "textures": { + "texture": "block/birch_fence", + "side": "block/birch_fence_side", + "top": "block/birch_fence_top" + } +} diff --git a/assets/minecraft/models/block/birch_leaves.json b/assets/minecraft/models/block/birch_leaves.json new file mode 100644 index 0000000..c8fca1c --- /dev/null +++ b/assets/minecraft/models/block/birch_leaves.json @@ -0,0 +1,6 @@ +{ + "parent": "block/untinted_leaves", + "textures": { + "all": "block/birch_leaves" + } +} diff --git a/assets/minecraft/models/block/birch_wall_gate_closed.json b/assets/minecraft/models/block/birch_wall_gate_closed.json new file mode 100644 index 0000000..5feb2c0 --- /dev/null +++ b/assets/minecraft/models/block/birch_wall_gate_closed.json @@ -0,0 +1,6 @@ +{ + "parent": "block/template_fence_gate", + "textures": { + "texture": "block/birch_fence_gate" + } +} diff --git a/assets/minecraft/models/block/birch_wall_gate_open.json b/assets/minecraft/models/block/birch_wall_gate_open.json new file mode 100644 index 0000000..ec9e0a7 --- /dev/null +++ b/assets/minecraft/models/block/birch_wall_gate_open.json @@ -0,0 +1,6 @@ +{ + "parent": "block/template_fence_gate_wall_open", + "textures": { + "texture": "block/birch_fence_gate" + } +} diff --git a/assets/minecraft/models/block/bookshelf.json b/assets/minecraft/models/block/bookshelf.json new file mode 100644 index 0000000..fbc76be --- /dev/null +++ b/assets/minecraft/models/block/bookshelf.json @@ -0,0 +1,106 @@ +{ + "parent": "block/cube", + "textures": { + "particle": "block/bookshelf", + "0": "block/bookshelf", + "1": "block/bookshelf_top" + }, + "elements": [ + { + "name": "Element", + "from": [ 1.0, 0.0, 1.0 ], + "to": [ 15.0, 16.0, 15.0 ], + "faces": { + "north": { "texture": "#0", "uv": [ 1.0, 0.0, 15.0, 16.0 ] }, + "east": { "texture": "#0", "uv": [ 1.0, 0.0, 15.0, 16.0 ] }, + "south": { "texture": "#0", "uv": [ 1.0, 0.0, 15.0, 16.0 ] }, + "west": { "texture": "#0", "uv": [ 1.0, 0.0, 15.0, 16.0 ] }, + "up": { "texture": "#1", "uv": [ 1.0, 1.0, 15.0, 15.0 ] }, + "down": { "texture": "#1", "uv": [ 1.0, 1.0, 15.0, 15.0 ] } + } + }, + { + "name": "Element", + "from": [ 0.0, 0.0, 0.0 ], + "to": [ 16.0, 1.0, 16.0 ], + "faces": { + "north": { "texture": "#0", "uv": [ 0.0, 15.0, 16.0, 16.0 ] }, + "east": { "texture": "#0", "uv": [ 0.0, 15.0, 16.0, 16.0 ] }, + "south": { "texture": "#0", "uv": [ 0.0, 15.0, 16.0, 16.0 ] }, + "west": { "texture": "#0", "uv": [ 0.0, 15.0, 16.0, 16.0 ] }, + "up": { "texture": "#1", "uv": [ 0.0, 0.0, 16.0, 16.0 ] }, + "down": { "texture": "#1", "uv": [ 0.0, 0.0, 16.0, 16.0 ] } + } + }, + { + "name": "Element", + "from": [ 0.0, 15.0, 0.0 ], + "to": [ 16.0, 16.0, 16.0 ], + "faces": { + "north": { "texture": "#0", "uv": [ 0.0, 0.0, 16.0, 1.0 ] }, + "east": { "texture": "#0", "uv": [ 0.0, 0.0, 16.0, 1.0 ] }, + "south": { "texture": "#0", "uv": [ 0.0, 0.0, 16.0, 1.0 ] }, + "west": { "texture": "#0", "uv": [ 0.0, 0.0, 16.0, 1.0 ] }, + "up": { "texture": "#1", "uv": [ 0.0, 0.0, 16.0, 16.0 ] }, + "down": { "texture": "#1", "uv": [ 0.0, 0.0, 16.0, 16.0 ] } + } + }, + { + "name": "Element", + "from": [ 0.0, 7.0, 0.0 ], + "to": [ 16.0, 9.0, 16.0 ], + "faces": { + "north": { "texture": "#0", "uv": [ 0.0, 7.0, 16.0, 9.0 ] }, + "east": { "texture": "#0", "uv": [ 0.0, 7.0, 16.0, 9.0 ] }, + "south": { "texture": "#0", "uv": [ 0.0, 7.0, 16.0, 9.0 ] }, + "west": { "texture": "#0", "uv": [ 0.0, 7.0, 16.0, 9.0 ] }, + "up": { "texture": "#1", "uv": [ 0.0, 0.0, 16.0, 16.0 ] }, + "down": { "texture": "#1", "uv": [ 0.0, 0.0, 16.0, 16.0 ] } + } + }, + { + "name": "Element", + "from": [ 0.0, 0.0, 15.0 ], + "to": [ 1.0, 16.0, 16.0 ], + "faces": { + "north": { "texture": "#1", "uv": [ 0.0, 0.0, 1.0, 16.0 ] }, + "east": { "texture": "#1", "uv": [ 0.0, 0.0, 1.0, 16.0 ] }, + "south": { "texture": "#0", "uv": [ 0.0, 0.0, 1.0, 16.0 ] }, + "west": { "texture": "#0", "uv": [ 15.0, 0.0, 16.0, 16.0 ] } + } + }, + { + "name": "Element", + "from": [ 15.0, 0.0, 0.0 ], + "to": [ 16.0, 16.0, 1.0 ], + "faces": { + "north": { "texture": "#0", "uv": [ 0.0, 0.0, 1.0, 16.0 ] }, + "east": { "texture": "#0", "uv": [ 15.0, 0.0, 16.0, 16.0 ] }, + "south": { "texture": "#1", "uv": [ 0.0, 0.0, 1.0, 16.0 ] }, + "west": { "texture": "#1", "uv": [ 0.0, 0.0, 1.0, 16.0 ] } + } + }, + { + "name": "Element", + "from": [ 15.0, 0.0, 15.0 ], + "to": [ 16.0, 16.0, 16.0 ], + "faces": { + "north": { "texture": "#1", "uv": [ 0.0, 0.0, 1.0, 16.0 ] }, + "east": { "texture": "#0", "uv": [ 0.0, 0.0, 1.0, 16.0 ] }, + "south": { "texture": "#0", "uv": [ 15.0, 0.0, 16.0, 16.0 ] }, + "west": { "texture": "#1", "uv": [ 0.0, 0.0, 1.0, 16.0 ] } + } + }, + { + "name": "Element", + "from": [ 0.0, 0.0, 0.0 ], + "to": [ 1.0, 16.0, 1.0 ], + "faces": { + "north": { "texture": "#0", "uv": [ 15.0, 0.0, 16.0, 16.0 ] }, + "east": { "texture": "#1", "uv": [ 0.0, 0.0, 1.0, 16.0 ] }, + "south": { "texture": "#1", "uv": [ 0.0, 0.0, 1.0, 16.0 ] }, + "west": { "texture": "#0", "uv": [ 0.0, 0.0, 1.0, 16.0 ] } + } + } + ] +} \ No newline at end of file diff --git a/assets/minecraft/models/block/bookshelf/1.json b/assets/minecraft/models/block/bookshelf/1.json new file mode 100644 index 0000000..ec1824c --- /dev/null +++ b/assets/minecraft/models/block/bookshelf/1.json @@ -0,0 +1,105 @@ +{ + "textures": { + "0": "block/bookshelf1", + "1": "block/bookshelf_top", + "particle": "block/bookshelf" + }, + "elements": [ + { + "name": "Element", + "from": [ 1.0, 0.0, 1.0 ], + "to": [ 15.0, 16.0, 15.0 ], + "faces": { + "north": { "texture": "#0", "uv": [ 1.0, 0.0, 15.0, 16.0 ] }, + "east": { "texture": "#0", "uv": [ 1.0, 0.0, 15.0, 16.0 ] }, + "south": { "texture": "#0", "uv": [ 1.0, 0.0, 15.0, 16.0 ] }, + "west": { "texture": "#0", "uv": [ 1.0, 0.0, 15.0, 16.0 ] }, + "up": { "texture": "#1", "uv": [ 1.0, 1.0, 15.0, 15.0 ] }, + "down": { "texture": "#1", "uv": [ 1.0, 1.0, 15.0, 15.0 ] } + } + }, + { + "name": "Element", + "from": [ 0.0, 0.0, 0.0 ], + "to": [ 16.0, 1.0, 16.0 ], + "faces": { + "north": { "texture": "#0", "uv": [ 0.0, 15.0, 16.0, 16.0 ] }, + "east": { "texture": "#0", "uv": [ 0.0, 15.0, 16.0, 16.0 ] }, + "south": { "texture": "#0", "uv": [ 0.0, 15.0, 16.0, 16.0 ] }, + "west": { "texture": "#0", "uv": [ 0.0, 15.0, 16.0, 16.0 ] }, + "up": { "texture": "#1", "uv": [ 0.0, 0.0, 16.0, 16.0 ] }, + "down": { "texture": "#1", "uv": [ 0.0, 0.0, 16.0, 16.0 ] } + } + }, + { + "name": "Element", + "from": [ 0.0, 15.0, 0.0 ], + "to": [ 16.0, 16.0, 16.0 ], + "faces": { + "north": { "texture": "#0", "uv": [ 0.0, 0.0, 16.0, 1.0 ] }, + "east": { "texture": "#0", "uv": [ 0.0, 0.0, 16.0, 1.0 ] }, + "south": { "texture": "#0", "uv": [ 0.0, 0.0, 16.0, 1.0 ] }, + "west": { "texture": "#0", "uv": [ 0.0, 0.0, 16.0, 1.0 ] }, + "up": { "texture": "#1", "uv": [ 0.0, 0.0, 16.0, 16.0 ] }, + "down": { "texture": "#1", "uv": [ 0.0, 0.0, 16.0, 16.0 ] } + } + }, + { + "name": "Element", + "from": [ 0.0, 7.0, 0.0 ], + "to": [ 16.0, 9.0, 16.0 ], + "faces": { + "north": { "texture": "#0", "uv": [ 0.0, 7.0, 16.0, 9.0 ] }, + "east": { "texture": "#0", "uv": [ 0.0, 7.0, 16.0, 9.0 ] }, + "south": { "texture": "#0", "uv": [ 0.0, 7.0, 16.0, 9.0 ] }, + "west": { "texture": "#0", "uv": [ 0.0, 7.0, 16.0, 9.0 ] }, + "up": { "texture": "#1", "uv": [ 0.0, 0.0, 16.0, 16.0 ] }, + "down": { "texture": "#1", "uv": [ 0.0, 0.0, 16.0, 16.0 ] } + } + }, + { + "name": "Element", + "from": [ 0.0, 0.0, 15.0 ], + "to": [ 1.0, 16.0, 16.0 ], + "faces": { + "north": { "texture": "#1", "uv": [ 0.0, 0.0, 1.0, 16.0 ] }, + "east": { "texture": "#1", "uv": [ 0.0, 0.0, 1.0, 16.0 ] }, + "south": { "texture": "#0", "uv": [ 0.0, 0.0, 1.0, 16.0 ] }, + "west": { "texture": "#0", "uv": [ 15.0, 0.0, 16.0, 16.0 ] } + } + }, + { + "name": "Element", + "from": [ 15.0, 0.0, 0.0 ], + "to": [ 16.0, 16.0, 1.0 ], + "faces": { + "north": { "texture": "#0", "uv": [ 0.0, 0.0, 1.0, 16.0 ] }, + "east": { "texture": "#0", "uv": [ 15.0, 0.0, 16.0, 16.0 ] }, + "south": { "texture": "#1", "uv": [ 0.0, 0.0, 1.0, 16.0 ] }, + "west": { "texture": "#1", "uv": [ 0.0, 0.0, 1.0, 16.0 ] } + } + }, + { + "name": "Element", + "from": [ 15.0, 0.0, 15.0 ], + "to": [ 16.0, 16.0, 16.0 ], + "faces": { + "north": { "texture": "#1", "uv": [ 0.0, 0.0, 1.0, 16.0 ] }, + "east": { "texture": "#0", "uv": [ 0.0, 0.0, 1.0, 16.0 ] }, + "south": { "texture": "#0", "uv": [ 15.0, 0.0, 16.0, 16.0 ] }, + "west": { "texture": "#1", "uv": [ 0.0, 0.0, 1.0, 16.0 ] } + } + }, + { + "name": "Element", + "from": [ 0.0, 0.0, 0.0 ], + "to": [ 1.0, 16.0, 1.0 ], + "faces": { + "north": { "texture": "#0", "uv": [ 15.0, 0.0, 16.0, 16.0 ] }, + "east": { "texture": "#1", "uv": [ 0.0, 0.0, 1.0, 16.0 ] }, + "south": { "texture": "#1", "uv": [ 0.0, 0.0, 1.0, 16.0 ] }, + "west": { "texture": "#0", "uv": [ 0.0, 0.0, 1.0, 16.0 ] } + } + } + ] +} \ No newline at end of file diff --git a/assets/minecraft/models/block/bookshelf/2.json b/assets/minecraft/models/block/bookshelf/2.json new file mode 100644 index 0000000..a5fec13 --- /dev/null +++ b/assets/minecraft/models/block/bookshelf/2.json @@ -0,0 +1,105 @@ +{ + "textures": { + "0": "block/bookshelf2", + "1": "block/bookshelf_top", + "particle": "block/bookshelf" + }, + "elements": [ + { + "name": "Element", + "from": [ 1.0, 0.0, 1.0 ], + "to": [ 15.0, 16.0, 15.0 ], + "faces": { + "north": { "texture": "#0", "uv": [ 1.0, 0.0, 15.0, 16.0 ] }, + "east": { "texture": "#0", "uv": [ 1.0, 0.0, 15.0, 16.0 ] }, + "south": { "texture": "#0", "uv": [ 1.0, 0.0, 15.0, 16.0 ] }, + "west": { "texture": "#0", "uv": [ 1.0, 0.0, 15.0, 16.0 ] }, + "up": { "texture": "#1", "uv": [ 1.0, 1.0, 15.0, 15.0 ] }, + "down": { "texture": "#1", "uv": [ 1.0, 1.0, 15.0, 15.0 ] } + } + }, + { + "name": "Element", + "from": [ 0.0, 0.0, 0.0 ], + "to": [ 16.0, 1.0, 16.0 ], + "faces": { + "north": { "texture": "#0", "uv": [ 0.0, 15.0, 16.0, 16.0 ] }, + "east": { "texture": "#0", "uv": [ 0.0, 15.0, 16.0, 16.0 ] }, + "south": { "texture": "#0", "uv": [ 0.0, 15.0, 16.0, 16.0 ] }, + "west": { "texture": "#0", "uv": [ 0.0, 15.0, 16.0, 16.0 ] }, + "up": { "texture": "#1", "uv": [ 0.0, 0.0, 16.0, 16.0 ] }, + "down": { "texture": "#1", "uv": [ 0.0, 0.0, 16.0, 16.0 ] } + } + }, + { + "name": "Element", + "from": [ 0.0, 15.0, 0.0 ], + "to": [ 16.0, 16.0, 16.0 ], + "faces": { + "north": { "texture": "#0", "uv": [ 0.0, 0.0, 16.0, 1.0 ] }, + "east": { "texture": "#0", "uv": [ 0.0, 0.0, 16.0, 1.0 ] }, + "south": { "texture": "#0", "uv": [ 0.0, 0.0, 16.0, 1.0 ] }, + "west": { "texture": "#0", "uv": [ 0.0, 0.0, 16.0, 1.0 ] }, + "up": { "texture": "#1", "uv": [ 0.0, 0.0, 16.0, 16.0 ] }, + "down": { "texture": "#1", "uv": [ 0.0, 0.0, 16.0, 16.0 ] } + } + }, + { + "name": "Element", + "from": [ 0.0, 7.0, 0.0 ], + "to": [ 16.0, 9.0, 16.0 ], + "faces": { + "north": { "texture": "#0", "uv": [ 0.0, 7.0, 16.0, 9.0 ] }, + "east": { "texture": "#0", "uv": [ 0.0, 7.0, 16.0, 9.0 ] }, + "south": { "texture": "#0", "uv": [ 0.0, 7.0, 16.0, 9.0 ] }, + "west": { "texture": "#0", "uv": [ 0.0, 7.0, 16.0, 9.0 ] }, + "up": { "texture": "#1", "uv": [ 0.0, 0.0, 16.0, 16.0 ] }, + "down": { "texture": "#1", "uv": [ 0.0, 0.0, 16.0, 16.0 ] } + } + }, + { + "name": "Element", + "from": [ 0.0, 0.0, 15.0 ], + "to": [ 1.0, 16.0, 16.0 ], + "faces": { + "north": { "texture": "#1", "uv": [ 0.0, 0.0, 1.0, 16.0 ] }, + "east": { "texture": "#1", "uv": [ 0.0, 0.0, 1.0, 16.0 ] }, + "south": { "texture": "#0", "uv": [ 0.0, 0.0, 1.0, 16.0 ] }, + "west": { "texture": "#0", "uv": [ 15.0, 0.0, 16.0, 16.0 ] } + } + }, + { + "name": "Element", + "from": [ 15.0, 0.0, 0.0 ], + "to": [ 16.0, 16.0, 1.0 ], + "faces": { + "north": { "texture": "#0", "uv": [ 0.0, 0.0, 1.0, 16.0 ] }, + "east": { "texture": "#0", "uv": [ 15.0, 0.0, 16.0, 16.0 ] }, + "south": { "texture": "#1", "uv": [ 0.0, 0.0, 1.0, 16.0 ] }, + "west": { "texture": "#1", "uv": [ 0.0, 0.0, 1.0, 16.0 ] } + } + }, + { + "name": "Element", + "from": [ 15.0, 0.0, 15.0 ], + "to": [ 16.0, 16.0, 16.0 ], + "faces": { + "north": { "texture": "#1", "uv": [ 0.0, 0.0, 1.0, 16.0 ] }, + "east": { "texture": "#0", "uv": [ 0.0, 0.0, 1.0, 16.0 ] }, + "south": { "texture": "#0", "uv": [ 15.0, 0.0, 16.0, 16.0 ] }, + "west": { "texture": "#1", "uv": [ 0.0, 0.0, 1.0, 16.0 ] } + } + }, + { + "name": "Element", + "from": [ 0.0, 0.0, 0.0 ], + "to": [ 1.0, 16.0, 1.0 ], + "faces": { + "north": { "texture": "#0", "uv": [ 15.0, 0.0, 16.0, 16.0 ] }, + "east": { "texture": "#1", "uv": [ 0.0, 0.0, 1.0, 16.0 ] }, + "south": { "texture": "#1", "uv": [ 0.0, 0.0, 1.0, 16.0 ] }, + "west": { "texture": "#0", "uv": [ 0.0, 0.0, 1.0, 16.0 ] } + } + } + ] +} \ No newline at end of file diff --git a/assets/minecraft/models/block/bricks/1.json b/assets/minecraft/models/block/bricks/1.json new file mode 100644 index 0000000..350d6bd --- /dev/null +++ b/assets/minecraft/models/block/bricks/1.json @@ -0,0 +1,6 @@ +{ + "parent": "block/cube_all", + "textures": { + "all": "block/bricks1" + } +} diff --git a/assets/minecraft/models/block/bricks/2.json b/assets/minecraft/models/block/bricks/2.json new file mode 100644 index 0000000..886d51b --- /dev/null +++ b/assets/minecraft/models/block/bricks/2.json @@ -0,0 +1,6 @@ +{ + "parent": "block/cube_all", + "textures": { + "all": "block/bricks2" + } +} diff --git a/assets/minecraft/models/block/bricks/slab/l1.json b/assets/minecraft/models/block/bricks/slab/l1.json new file mode 100644 index 0000000..fb70cab --- /dev/null +++ b/assets/minecraft/models/block/bricks/slab/l1.json @@ -0,0 +1,8 @@ +{ + "parent": "block/slab", + "textures": { + "bottom": "block/bricks1", + "top": "block/bricks1", + "side": "block/bricks1" + } +} diff --git a/assets/minecraft/models/block/bricks/slab/l2.json b/assets/minecraft/models/block/bricks/slab/l2.json new file mode 100644 index 0000000..8304244 --- /dev/null +++ b/assets/minecraft/models/block/bricks/slab/l2.json @@ -0,0 +1,8 @@ +{ + "parent": "block/slab", + "textures": { + "bottom": "block/bricks2", + "top": "block/bricks2", + "side": "block/bricks2" + } +} diff --git a/assets/minecraft/models/block/bricks/slab/u1.json b/assets/minecraft/models/block/bricks/slab/u1.json new file mode 100644 index 0000000..fe9fc32 --- /dev/null +++ b/assets/minecraft/models/block/bricks/slab/u1.json @@ -0,0 +1,8 @@ +{ + "parent": "block/slab_top", + "textures": { + "bottom": "block/bricks1", + "top": "block/bricks1", + "side": "block/bricks1" + } +} diff --git a/assets/minecraft/models/block/bricks/slab/u2.json b/assets/minecraft/models/block/bricks/slab/u2.json new file mode 100644 index 0000000..fb74975 --- /dev/null +++ b/assets/minecraft/models/block/bricks/slab/u2.json @@ -0,0 +1,8 @@ +{ + "parent": "block/slab_top", + "textures": { + "bottom": "block/bricks2", + "top": "block/bricks2", + "side": "block/bricks2" + } +} diff --git a/assets/minecraft/models/block/bricks/stairs/1.json b/assets/minecraft/models/block/bricks/stairs/1.json new file mode 100644 index 0000000..d64f210 --- /dev/null +++ b/assets/minecraft/models/block/bricks/stairs/1.json @@ -0,0 +1,8 @@ +{ + "parent": "block/stairs", + "textures": { + "bottom": "block/bricks1", + "top": "block/bricks1", + "side": "block/bricks1" + } +} diff --git a/assets/minecraft/models/block/bricks/stairs/2.json b/assets/minecraft/models/block/bricks/stairs/2.json new file mode 100644 index 0000000..1d5c672 --- /dev/null +++ b/assets/minecraft/models/block/bricks/stairs/2.json @@ -0,0 +1,8 @@ +{ + "parent": "block/stairs", + "textures": { + "bottom": "block/bricks2", + "top": "block/bricks2", + "side": "block/bricks2" + } +} diff --git a/assets/minecraft/models/block/bricks/stairs/i1.json b/assets/minecraft/models/block/bricks/stairs/i1.json new file mode 100644 index 0000000..1b06da9 --- /dev/null +++ b/assets/minecraft/models/block/bricks/stairs/i1.json @@ -0,0 +1,8 @@ +{ + "parent": "block/inner_stairs", + "textures": { + "bottom": "block/bricks1", + "top": "block/bricks1", + "side": "block/bricks1" + } +} diff --git a/assets/minecraft/models/block/bricks/stairs/i2.json b/assets/minecraft/models/block/bricks/stairs/i2.json new file mode 100644 index 0000000..7743ea1 --- /dev/null +++ b/assets/minecraft/models/block/bricks/stairs/i2.json @@ -0,0 +1,8 @@ +{ + "parent": "block/inner_stairs", + "textures": { + "bottom": "block/bricks2", + "top": "block/bricks2", + "side": "block/bricks2" + } +} diff --git a/assets/minecraft/models/block/bricks/stairs/o1.json b/assets/minecraft/models/block/bricks/stairs/o1.json new file mode 100644 index 0000000..7f0ce73 --- /dev/null +++ b/assets/minecraft/models/block/bricks/stairs/o1.json @@ -0,0 +1,8 @@ +{ + "parent": "block/outer_stairs", + "textures": { + "bottom": "block/bricks1", + "top": "block/bricks1", + "side": "block/bricks1" + } +} diff --git a/assets/minecraft/models/block/bricks/stairs/o2.json b/assets/minecraft/models/block/bricks/stairs/o2.json new file mode 100644 index 0000000..30ca649 --- /dev/null +++ b/assets/minecraft/models/block/bricks/stairs/o2.json @@ -0,0 +1,8 @@ +{ + "parent": "block/outer_stairs", + "textures": { + "bottom": "block/bricks2", + "top": "block/bricks2", + "side": "block/bricks2" + } +} diff --git a/assets/minecraft/models/block/cobblestone/1.json b/assets/minecraft/models/block/cobblestone/1.json new file mode 100644 index 0000000..e94fbe4 --- /dev/null +++ b/assets/minecraft/models/block/cobblestone/1.json @@ -0,0 +1,6 @@ +{ + "parent": "block/cube_all", + "textures": { + "all": "block/cobblestone1" + } +} diff --git a/assets/minecraft/models/block/cobblestone/2.json b/assets/minecraft/models/block/cobblestone/2.json new file mode 100644 index 0000000..9bf3d45 --- /dev/null +++ b/assets/minecraft/models/block/cobblestone/2.json @@ -0,0 +1,6 @@ +{ + "parent": "block/cube_all", + "textures": { + "all": "block/cobblestone2" + } +} diff --git a/assets/minecraft/models/block/cobblestone/slab/l1.json b/assets/minecraft/models/block/cobblestone/slab/l1.json new file mode 100644 index 0000000..4a0d556 --- /dev/null +++ b/assets/minecraft/models/block/cobblestone/slab/l1.json @@ -0,0 +1,8 @@ +{ + "parent": "block/slab", + "textures": { + "bottom": "block/cobblestone1", + "top": "block/cobblestone1", + "side": "block/cobblestone1" + } +} diff --git a/assets/minecraft/models/block/cobblestone/slab/l2.json b/assets/minecraft/models/block/cobblestone/slab/l2.json new file mode 100644 index 0000000..e5afc43 --- /dev/null +++ b/assets/minecraft/models/block/cobblestone/slab/l2.json @@ -0,0 +1,8 @@ +{ + "parent": "block/slab", + "textures": { + "bottom": "block/cobblestone2", + "top": "block/cobblestone2", + "side": "block/cobblestone2" + } +} diff --git a/assets/minecraft/models/block/cobblestone/slab/u1.json b/assets/minecraft/models/block/cobblestone/slab/u1.json new file mode 100644 index 0000000..4abd939 --- /dev/null +++ b/assets/minecraft/models/block/cobblestone/slab/u1.json @@ -0,0 +1,8 @@ +{ + "parent": "block/slab_top", + "textures": { + "bottom": "block/cobblestone1", + "top": "block/cobblestone1", + "side": "block/cobblestone1" + } +} diff --git a/assets/minecraft/models/block/cobblestone/slab/u2.json b/assets/minecraft/models/block/cobblestone/slab/u2.json new file mode 100644 index 0000000..989464c --- /dev/null +++ b/assets/minecraft/models/block/cobblestone/slab/u2.json @@ -0,0 +1,8 @@ +{ + "parent": "block/slab_top", + "textures": { + "bottom": "block/cobblestone2", + "top": "block/cobblestone2", + "side": "block/cobblestone2" + } +} diff --git a/assets/minecraft/models/block/cobblestone/stairs/1.json b/assets/minecraft/models/block/cobblestone/stairs/1.json new file mode 100644 index 0000000..ac51521 --- /dev/null +++ b/assets/minecraft/models/block/cobblestone/stairs/1.json @@ -0,0 +1,8 @@ +{ + "parent": "block/stairs", + "textures": { + "bottom": "block/cobblestone1", + "top": "block/cobblestone1", + "side": "block/cobblestone1" + } +} diff --git a/assets/minecraft/models/block/cobblestone/stairs/2.json b/assets/minecraft/models/block/cobblestone/stairs/2.json new file mode 100644 index 0000000..7cfa7ea --- /dev/null +++ b/assets/minecraft/models/block/cobblestone/stairs/2.json @@ -0,0 +1,8 @@ +{ + "parent": "block/stairs", + "textures": { + "bottom": "block/cobblestone2", + "top": "block/cobblestone2", + "side": "block/cobblestone2" + } +} diff --git a/assets/minecraft/models/block/cobblestone/stairs/i1.json b/assets/minecraft/models/block/cobblestone/stairs/i1.json new file mode 100644 index 0000000..c8c6d35 --- /dev/null +++ b/assets/minecraft/models/block/cobblestone/stairs/i1.json @@ -0,0 +1,8 @@ +{ + "parent": "block/inner_stairs", + "textures": { + "bottom": "block/cobblestone1", + "top": "block/cobblestone1", + "side": "block/cobblestone1" + } +} diff --git a/assets/minecraft/models/block/cobblestone/stairs/i2.json b/assets/minecraft/models/block/cobblestone/stairs/i2.json new file mode 100644 index 0000000..1d3eb9d --- /dev/null +++ b/assets/minecraft/models/block/cobblestone/stairs/i2.json @@ -0,0 +1,8 @@ +{ + "parent": "block/inner_stairs", + "textures": { + "bottom": "block/cobblestone2", + "top": "block/cobblestone2", + "side": "block/cobblestone2" + } +} diff --git a/assets/minecraft/models/block/cobblestone/stairs/o1.json b/assets/minecraft/models/block/cobblestone/stairs/o1.json new file mode 100644 index 0000000..e4fe010 --- /dev/null +++ b/assets/minecraft/models/block/cobblestone/stairs/o1.json @@ -0,0 +1,8 @@ +{ + "parent": "block/outer_stairs", + "textures": { + "bottom": "block/cobblestone1", + "top": "block/cobblestone1", + "side": "block/cobblestone1" + } +} diff --git a/assets/minecraft/models/block/cobblestone/stairs/o2.json b/assets/minecraft/models/block/cobblestone/stairs/o2.json new file mode 100644 index 0000000..3a87664 --- /dev/null +++ b/assets/minecraft/models/block/cobblestone/stairs/o2.json @@ -0,0 +1,8 @@ +{ + "parent": "block/outer_stairs", + "textures": { + "bottom": "block/cobblestone2", + "top": "block/cobblestone2", + "side": "block/cobblestone2" + } +} diff --git a/assets/minecraft/models/block/cobblestone_wall_inventory.json b/assets/minecraft/models/block/cobblestone_wall_inventory.json new file mode 100644 index 0000000..911dcfb --- /dev/null +++ b/assets/minecraft/models/block/cobblestone_wall_inventory.json @@ -0,0 +1,7 @@ +{ + "parent": "block/custom_wall_inventory", + "textures": { + "wall": "block/cobble_wall_side", + "top": "block/cobble_wall_top" + } +} diff --git a/assets/minecraft/models/block/cobblestone_wall_post.json b/assets/minecraft/models/block/cobblestone_wall_post.json new file mode 100644 index 0000000..eb95f32 --- /dev/null +++ b/assets/minecraft/models/block/cobblestone_wall_post.json @@ -0,0 +1,7 @@ +{ + "parent": "block/custom_wall_post", + "textures": { + "wall": "block/cobble_wall_side", + "top": "block/cobble_wall_top" + } +} diff --git a/assets/minecraft/models/block/cobblestone_wall_side.json b/assets/minecraft/models/block/cobblestone_wall_side.json new file mode 100644 index 0000000..ba17bac --- /dev/null +++ b/assets/minecraft/models/block/cobblestone_wall_side.json @@ -0,0 +1,7 @@ +{ + "parent": "block/custom_wall_side", + "textures": { + "wall": "block/cobble_wall_side", + "top": "block/cobble_wall_top" + } +} diff --git a/assets/minecraft/models/block/column_side.json b/assets/minecraft/models/block/column_side.json new file mode 100644 index 0000000..ada3839 --- /dev/null +++ b/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/assets/minecraft/models/block/cross.json b/assets/minecraft/models/block/cross.json new file mode 100644 index 0000000..37c8b09 --- /dev/null +++ b/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/assets/minecraft/models/block/cube - noshade.json b/assets/minecraft/models/block/cube - noshade.json new file mode 100644 index 0000000..97725c0 --- /dev/null +++ b/assets/minecraft/models/block/cube - noshade.json @@ -0,0 +1,17 @@ +{ + "parent": "block/block", + "elements": [ + { "from": [ 0, 0, 0 ], + "to": [ 16, 16, 16 ], + "shade": false, + "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/assets/minecraft/models/block/cube.json b/assets/minecraft/models/block/cube.json new file mode 100644 index 0000000..4d1c9af --- /dev/null +++ b/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/assets/minecraft/models/block/cube_all - noshade.json b/assets/minecraft/models/block/cube_all - noshade.json new file mode 100644 index 0000000..f112371 --- /dev/null +++ b/assets/minecraft/models/block/cube_all - noshade.json @@ -0,0 +1,13 @@ +{ + "__comment": "Fair warning, this format is highly likely to change even more in the future!", + "parent": "block/cube - noshade", + "textures": { + "particle": "#all", + "down": "#all", + "up": "#all", + "north": "#all", + "east": "#all", + "south": "#all", + "west": "#all" + } +} diff --git a/assets/minecraft/models/block/cube_all.json b/assets/minecraft/models/block/cube_all.json new file mode 100644 index 0000000..2678010 --- /dev/null +++ b/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/assets/minecraft/models/block/cube_bottom_top.json b/assets/minecraft/models/block/cube_bottom_top.json new file mode 100644 index 0000000..0a17bb4 --- /dev/null +++ b/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/assets/minecraft/models/block/cube_column.json b/assets/minecraft/models/block/cube_column.json new file mode 100644 index 0000000..3f8610e --- /dev/null +++ b/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/assets/minecraft/models/block/cube_mirrored.json b/assets/minecraft/models/block/cube_mirrored.json new file mode 100644 index 0000000..eab2b04 --- /dev/null +++ b/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/assets/minecraft/models/block/cube_mirrored_all.json b/assets/minecraft/models/block/cube_mirrored_all.json new file mode 100644 index 0000000..b3f008c --- /dev/null +++ b/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/assets/minecraft/models/block/cube_top.json b/assets/minecraft/models/block/cube_top.json new file mode 100644 index 0000000..197af0c --- /dev/null +++ b/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/assets/minecraft/models/block/custom_wall_inventory.json b/assets/minecraft/models/block/custom_wall_inventory.json new file mode 100644 index 0000000..1eaff6d --- /dev/null +++ b/assets/minecraft/models/block/custom_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": "#top" }, + "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": "#top" }, + "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/assets/minecraft/models/block/custom_wall_post.json b/assets/minecraft/models/block/custom_wall_post.json new file mode 100644 index 0000000..47dcf05 --- /dev/null +++ b/assets/minecraft/models/block/custom_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": "#top", "cullface": "up" }, + "north": { "texture": "#wall" }, + "south": { "texture": "#wall" }, + "west": { "texture": "#wall" }, + "east": { "texture": "#wall" } + }, + "__comment": "Center post" + } + ] +} diff --git a/assets/minecraft/models/block/custom_wall_side.json b/assets/minecraft/models/block/custom_wall_side.json new file mode 100644 index 0000000..4fe9b9c --- /dev/null +++ b/assets/minecraft/models/block/custom_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": "#top" }, + "north": { "texture": "#wall", "cullface": "north" }, + "west": { "texture": "#wall" }, + "east": { "texture": "#wall" } + }, + "__comment": "wall" + } + ] +} diff --git a/assets/minecraft/models/block/dark_oak_door_bottom.json b/assets/minecraft/models/block/dark_oak_door_bottom.json new file mode 100644 index 0000000..04ee47e --- /dev/null +++ b/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/assets/minecraft/models/block/dark_oak_door_bottom_hinge.json b/assets/minecraft/models/block/dark_oak_door_bottom_hinge.json new file mode 100644 index 0000000..0b4014e --- /dev/null +++ b/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/assets/minecraft/models/block/dark_oak_door_top.json b/assets/minecraft/models/block/dark_oak_door_top.json new file mode 100644 index 0000000..1330312 --- /dev/null +++ b/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/assets/minecraft/models/block/dark_oak_door_top_hinge.json b/assets/minecraft/models/block/dark_oak_door_top_hinge.json new file mode 100644 index 0000000..a37d988 --- /dev/null +++ b/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/assets/minecraft/models/block/dark_oak_fence_gate_closed.json b/assets/minecraft/models/block/dark_oak_fence_gate_closed.json new file mode 100644 index 0000000..17ba598 --- /dev/null +++ b/assets/minecraft/models/block/dark_oak_fence_gate_closed.json @@ -0,0 +1,6 @@ +{ + "parent": "block/template_fence_gate", + "textures": { + "texture": "block/dark_oak_fence_gate" + } +} diff --git a/assets/minecraft/models/block/dark_oak_fence_inventory.json b/assets/minecraft/models/block/dark_oak_fence_inventory.json new file mode 100644 index 0000000..609165e --- /dev/null +++ b/assets/minecraft/models/block/dark_oak_fence_inventory.json @@ -0,0 +1,6 @@ +{ + "parent": "block/fence_inventory", + "textures": { + "texture": "block/dark_oak_fence" + } +} diff --git a/assets/minecraft/models/block/dark_oak_fence_post.json b/assets/minecraft/models/block/dark_oak_fence_post.json new file mode 100644 index 0000000..e34536e --- /dev/null +++ b/assets/minecraft/models/block/dark_oak_fence_post.json @@ -0,0 +1,8 @@ +{ + "parent": "block/fence_post", + "textures": { + "texture": "block/dark_oak_fence", + "side": "block/dark_oak_fence_side", + "top": "block/dark_oak_fence_top" + } +} diff --git a/assets/minecraft/models/block/dark_oak_fence_side.json b/assets/minecraft/models/block/dark_oak_fence_side.json new file mode 100644 index 0000000..573591b --- /dev/null +++ b/assets/minecraft/models/block/dark_oak_fence_side.json @@ -0,0 +1,8 @@ +{ + "parent": "block/fence_side", + "textures": { + "texture": "block/dark_oak_fence", + "side": "block/dark_oak_fence_side", + "top": "block/dark_oak_fence_top" + } +} diff --git a/assets/minecraft/models/block/dark_oak_leaves.json b/assets/minecraft/models/block/dark_oak_leaves.json new file mode 100644 index 0000000..7e9dd39 --- /dev/null +++ b/assets/minecraft/models/block/dark_oak_leaves.json @@ -0,0 +1,6 @@ +{ + "parent": "block/untinted_leaves", + "textures": { + "all": "block/dark_oak_leaves" + } +} diff --git a/assets/minecraft/models/block/dark_oak_wall_gate_closed.json b/assets/minecraft/models/block/dark_oak_wall_gate_closed.json new file mode 100644 index 0000000..b28babe --- /dev/null +++ b/assets/minecraft/models/block/dark_oak_wall_gate_closed.json @@ -0,0 +1,6 @@ +{ + "parent": "block/template_fence_gate_wall", + "textures": { + "texture": "block/dark_oak_fence_gate" + } +} diff --git a/assets/minecraft/models/block/dark_oak_wall_gate_open.json b/assets/minecraft/models/block/dark_oak_wall_gate_open.json new file mode 100644 index 0000000..fb68c2c --- /dev/null +++ b/assets/minecraft/models/block/dark_oak_wall_gate_open.json @@ -0,0 +1,6 @@ +{ + "parent": "block/template_fence_gate_wall_open", + "textures": { + "texture": "block/dark_oak_fence_gate" + } +} diff --git a/assets/minecraft/models/block/diorite/1.json b/assets/minecraft/models/block/diorite/1.json new file mode 100644 index 0000000..c6614b0 --- /dev/null +++ b/assets/minecraft/models/block/diorite/1.json @@ -0,0 +1,6 @@ +{ + "parent": "block/cube_all", + "textures": { + "all": "block/diorite1" + } +} diff --git a/assets/minecraft/models/block/dirt/1.json b/assets/minecraft/models/block/dirt/1.json new file mode 100644 index 0000000..8379120 --- /dev/null +++ b/assets/minecraft/models/block/dirt/1.json @@ -0,0 +1,6 @@ +{ + "parent": "block/cube_all", + "textures": { + "all": "block/dirt1" + } +} diff --git a/assets/minecraft/models/block/dirt/2.json b/assets/minecraft/models/block/dirt/2.json new file mode 100644 index 0000000..7cda86f --- /dev/null +++ b/assets/minecraft/models/block/dirt/2.json @@ -0,0 +1,6 @@ +{ + "parent": "block/cube_all", + "textures": { + "all": "block/dirt2" + } +} diff --git a/assets/minecraft/models/block/dirt/3.json b/assets/minecraft/models/block/dirt/3.json new file mode 100644 index 0000000..7f2b9cf --- /dev/null +++ b/assets/minecraft/models/block/dirt/3.json @@ -0,0 +1,6 @@ +{ + "parent": "block/cube_all", + "textures": { + "all": "block/dirt3" + } +} diff --git a/assets/minecraft/models/block/dirt/4.json b/assets/minecraft/models/block/dirt/4.json new file mode 100644 index 0000000..49dc0b1 --- /dev/null +++ b/assets/minecraft/models/block/dirt/4.json @@ -0,0 +1,6 @@ +{ + "parent": "block/cube_all", + "textures": { + "all": "block/dirt4" + } +} diff --git a/assets/minecraft/models/block/door_bottom.json b/assets/minecraft/models/block/door_bottom.json new file mode 100644 index 0000000..ee70c4e --- /dev/null +++ b/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/assets/minecraft/models/block/door_bottom_rh.json b/assets/minecraft/models/block/door_bottom_rh.json new file mode 100644 index 0000000..f96df0a --- /dev/null +++ b/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/assets/minecraft/models/block/door_top.json b/assets/minecraft/models/block/door_top.json new file mode 100644 index 0000000..4774772 --- /dev/null +++ b/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/assets/minecraft/models/block/door_top_rh.json b/assets/minecraft/models/block/door_top_rh.json new file mode 100644 index 0000000..f8df22b --- /dev/null +++ b/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/assets/minecraft/models/block/fence_inventory.json b/assets/minecraft/models/block/fence_inventory.json new file mode 100644 index 0000000..76014d7 --- /dev/null +++ b/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/assets/minecraft/models/block/fence_post.json b/assets/minecraft/models/block/fence_post.json new file mode 100644 index 0000000..e78dab7 --- /dev/null +++ b/assets/minecraft/models/block/fence_post.json @@ -0,0 +1,21 @@ +{ + "textures": { + "side": "#side", + "top": "#top", + "particle": "#texture" + }, + "elements": [ + { "from": [ 6, 0, 6 ], + "to": [ 10, 16, 10 ], + "faces": { + "down": { "uv": [ 6, 6, 10, 10 ], "texture": "#top", "cullface": "down" }, + "up": { "uv": [ 6, 6, 10, 10 ], "texture": "#top", "cullface": "up" }, + "north": { "uv": [ 6, 0, 10, 16 ], "texture": "#side" }, + "south": { "uv": [ 6, 0, 10, 16 ], "texture": "#side" }, + "west": { "uv": [ 6, 0, 10, 16 ], "texture": "#side" }, + "east": { "uv": [ 6, 0, 10, 16 ], "texture": "#side" } + }, + "__comment": "Center post" + } + ] +} diff --git a/assets/minecraft/models/block/fence_side.json b/assets/minecraft/models/block/fence_side.json new file mode 100644 index 0000000..acfcf36 --- /dev/null +++ b/assets/minecraft/models/block/fence_side.json @@ -0,0 +1,31 @@ +{ + "textures": { + "side": "#side", + "top": "#top", + "particle": "#texture" + }, + "elements": [ + { "from": [ 7, 12, 0 ], + "to": [ 9, 15, 9 ], + "faces": { + "down": { "uv": [ 7, 0, 9, 9 ], "texture": "#top" }, + "up": { "uv": [ 7, 0, 9, 9 ], "texture": "#top" }, + "north": { "uv": [ 7, 1, 9, 4 ], "texture": "#side", "cullface": "north" }, + "west": { "uv": [ 0, 1, 9, 4 ], "texture": "#side" }, + "east": { "uv": [ 7, 1, 16, 4 ], "texture": "#side" } + }, + "__comment": "top bar" + }, + { "from": [ 7, 6, 0 ], + "to": [ 9, 9, 9 ], + "faces": { + "down": { "uv": [ 7, 0, 9, 9 ], "texture": "#top" }, + "up": { "uv": [ 7, 0, 9, 9 ], "texture": "#top" }, + "north": { "uv": [ 7, 7, 9, 10 ], "texture": "#side", "cullface": "north" }, + "west": { "uv": [ 0, 7, 9, 10 ], "texture": "#side" }, + "east": { "uv": [ 7, 7, 16, 10 ], "texture": "#side" } + }, + "__comment": "lower bar" + } + ] +} diff --git a/assets/minecraft/models/block/fern/1.json b/assets/minecraft/models/block/fern/1.json new file mode 100644 index 0000000..9972d3b --- /dev/null +++ b/assets/minecraft/models/block/fern/1.json @@ -0,0 +1,6 @@ +{ + "parent": "block/tinted_cross", + "textures": { + "cross": "block/fern1" + } +} diff --git a/assets/minecraft/models/block/flower_pot_cross.json b/assets/minecraft/models/block/flower_pot_cross.json new file mode 100644 index 0000000..d4a2693 --- /dev/null +++ b/assets/minecraft/models/block/flower_pot_cross.json @@ -0,0 +1,75 @@ +{ + "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 ], + "shade": false, + "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 ], + "shade": false, + "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/assets/minecraft/models/block/flower_pot_fern.json b/assets/minecraft/models/block/flower_pot_fern.json new file mode 100644 index 0000000..6c11967 --- /dev/null +++ b/assets/minecraft/models/block/flower_pot_fern.json @@ -0,0 +1,76 @@ +{ + "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 ], + "shade": false, + "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 ], + "shade": false, + "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/assets/minecraft/models/block/glowstone.json b/assets/minecraft/models/block/glowstone.json new file mode 100644 index 0000000..951ada8 --- /dev/null +++ b/assets/minecraft/models/block/glowstone.json @@ -0,0 +1,6 @@ +{ + "parent": "block/unshaded_cube_all", + "textures": { + "all": "block/glowstone" + } +} diff --git a/assets/minecraft/models/block/granite/1.json b/assets/minecraft/models/block/granite/1.json new file mode 100644 index 0000000..3b500f4 --- /dev/null +++ b/assets/minecraft/models/block/granite/1.json @@ -0,0 +1,6 @@ +{ + "parent": "block/cube_all", + "textures": { + "all": "block/granite1" + } +} diff --git a/assets/minecraft/models/block/grass.json b/assets/minecraft/models/block/grass.json new file mode 100644 index 0000000..b7c83da --- /dev/null +++ b/assets/minecraft/models/block/grass.json @@ -0,0 +1,6 @@ +{ + "parent": "block/tinted_cross", + "textures": { + "cross": "block/grass" + } +} diff --git a/assets/minecraft/models/block/grass/1.json b/assets/minecraft/models/block/grass/1.json new file mode 100644 index 0000000..892738a --- /dev/null +++ b/assets/minecraft/models/block/grass/1.json @@ -0,0 +1,6 @@ +{ + "parent": "block/tinted_cross", + "textures": { + "cross": "block/grass1" + } +} diff --git a/assets/minecraft/models/block/grass/2.json b/assets/minecraft/models/block/grass/2.json new file mode 100644 index 0000000..79225d5 --- /dev/null +++ b/assets/minecraft/models/block/grass/2.json @@ -0,0 +1,6 @@ +{ + "parent": "block/tinted_cross", + "textures": { + "cross": "block/grass2" + } +} diff --git a/assets/minecraft/models/block/grass_block.json b/assets/minecraft/models/block/grass_block.json new file mode 100644 index 0000000..205b79c --- /dev/null +++ b/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" } + } + } + ] +} \ No newline at end of file diff --git a/assets/minecraft/models/block/grass_block/1.json b/assets/minecraft/models/block/grass_block/1.json new file mode 100644 index 0000000..a63c860 --- /dev/null +++ b/assets/minecraft/models/block/grass_block/1.json @@ -0,0 +1,10 @@ +{ + "parent": "block/grass_block", + "textures": { + "particle": "block/dirt", + "bottom": "block/dirt", + "top": "block/grass_block_top1", + "side": "block/grass_block_side", + "overlay": "block/grass_block_side_overlay" + } +} diff --git a/assets/minecraft/models/block/grass_block/2.json b/assets/minecraft/models/block/grass_block/2.json new file mode 100644 index 0000000..3a7b1cc --- /dev/null +++ b/assets/minecraft/models/block/grass_block/2.json @@ -0,0 +1,11 @@ +{ + "parent": "block/grass_top_extra", + "textures": { + "particle": "block/dirt", + "bottom": "block/dirt", + "top": "block/grass_block_top", + "topextra": "block/grass_block_top_extra", + "side": "block/grass_block_side", + "overlay": "block/grass_block_side_overlay" + } +} diff --git a/assets/minecraft/models/block/grass_block/3.json b/assets/minecraft/models/block/grass_block/3.json new file mode 100644 index 0000000..557ca76 --- /dev/null +++ b/assets/minecraft/models/block/grass_block/3.json @@ -0,0 +1,10 @@ +{ + "parent": "block/grass_block", + "textures": { + "particle": "block/dirt", + "bottom": "block/dirt", + "top": "block/grass_block_top2", + "side": "block/grass_block_side", + "overlay": "block/grass_block_side_overlay" + } +} diff --git a/assets/minecraft/models/block/grass_block/4.json b/assets/minecraft/models/block/grass_block/4.json new file mode 100644 index 0000000..cd6f50c --- /dev/null +++ b/assets/minecraft/models/block/grass_block/4.json @@ -0,0 +1,11 @@ +{ + "parent": "block/grass_top_extra", + "textures": { + "particle": "block/dirt", + "bottom": "block/dirt", + "top": "block/grass_block_top", + "topextra": "block/grass_block_top_extra1", + "side": "block/grass_block_side", + "overlay": "block/grass_block_side_overlay" + } +} diff --git a/assets/minecraft/models/block/grass_block/5.json b/assets/minecraft/models/block/grass_block/5.json new file mode 100644 index 0000000..59d72ec --- /dev/null +++ b/assets/minecraft/models/block/grass_block/5.json @@ -0,0 +1,10 @@ +{ + "parent": "block/grass_block", + "textures": { + "particle": "block/dirt", + "bottom": "block/dirt", + "top": "block/grass_block_top3", + "side": "block/grass_block_side", + "overlay": "block/grass_block_side_overlay" + } +} diff --git a/assets/minecraft/models/block/grass_path.json b/assets/minecraft/models/block/grass_path.json new file mode 100644 index 0000000..b922acb --- /dev/null +++ b/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/assets/minecraft/models/block/grass_top_extra.json b/assets/minecraft/models/block/grass_top_extra.json new file mode 100644 index 0000000..afc0ab6 --- /dev/null +++ b/assets/minecraft/models/block/grass_top_extra.json @@ -0,0 +1,30 @@ +{ "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.5, 0 ], + "to": [ 16, 16.5, 16 ], + "faces": { + "up": { "uv": [ 0, 0, 16, 16 ], "texture": "#topextra", "cullface": "up"} + } + }, + { "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/assets/minecraft/models/block/iron_bars_cap.json b/assets/minecraft/models/block/iron_bars_cap.json new file mode 100644 index 0000000..db28a9c --- /dev/null +++ b/assets/minecraft/models/block/iron_bars_cap.json @@ -0,0 +1,23 @@ +{ + "__comment": "Model generated using MrCrayfish's Model Creator (http://mrcrayfish.com/modelcreator/)", +"ambientocclusion": false, + "textures": { + "particle": "block/block/iron_bars", + "0": "block/iron_bars" + }, + "elements": [ + { + "name": "Cube", + "from": [ 7.0, 0.0, 8.0 ], + "to": [ 9.0, 16.0, 9.0 ], + "faces": { + "north": { "texture": "#0", "uv": [ 7.0, 0.0, 9.0, 16.0 ] }, + "east": { "texture": "#0", "uv": [ 7.0, 0.0, 8.0, 16.0 ] }, + "south": { "texture": "#0", "uv": [ 7.0, 0.0, 9.0, 16.0 ] }, + "west": { "texture": "#0", "uv": [ 8.0, 0.0, 9.0, 16.0 ] }, + "up": { "texture": "#0", "uv": [ 7.0, 1.0, 9.0, 2.0 ] }, + "down": { "texture": "#0", "uv": [ 7.0, 1.0, 9.0, 2.0 ] } + } + } + ] +} \ No newline at end of file diff --git a/assets/minecraft/models/block/iron_bars_cap_alt.json b/assets/minecraft/models/block/iron_bars_cap_alt.json new file mode 100644 index 0000000..04ad298 --- /dev/null +++ b/assets/minecraft/models/block/iron_bars_cap_alt.json @@ -0,0 +1,23 @@ +{ + "__comment": "Model generated using MrCrayfish's Model Creator (http://mrcrayfish.com/modelcreator/)", +"ambientocclusion": false, + "textures": { + "particle": "block/block/block/iron_bars", + "0": "block/iron_bars" + }, + "elements": [ + { + "name": "Cube", + "from": [ 7.0, 0.0, 7.0 ], + "to": [ 9.0, 16.0, 8.0 ], + "faces": { + "north": { "texture": "#0", "uv": [ 7.0, 0.0, 9.0, 16.0 ] }, + "east": { "texture": "#0", "uv": [ 8.0, 0.0, 9.0, 16.0 ] }, + "south": { "texture": "#0", "uv": [ 7.0, 0.0, 9.0, 16.0 ] }, + "west": { "texture": "#0", "uv": [ 7.0, 0.0, 8.0, 16.0 ] }, + "up": { "texture": "#0", "uv": [ 7.0, 1.0, 9.0, 2.0 ] }, + "down": { "texture": "#0", "uv": [ 7.0, 1.0, 9.0, 2.0 ] } + } + } + ] +} \ No newline at end of file diff --git a/assets/minecraft/models/block/iron_bars_post.json b/assets/minecraft/models/block/iron_bars_post.json new file mode 100644 index 0000000..ae4948e --- /dev/null +++ b/assets/minecraft/models/block/iron_bars_post.json @@ -0,0 +1,21 @@ +{ + "__comment": "Model generated using MrCrayfish's Model Creator (http://mrcrayfish.com/modelcreator/)", +"ambientocclusion": false, + "textures": { + "particle": "block/block/block/iron_bars", + "0": "block/iron_bars" + }, + "elements": [ + { + "name": "Cube", + "from": [ 7.0, 0.0, 7.0 ], + "to": [ 9.0, 16.0, 9.0 ], + "faces": { + "north": { "texture": "#0", "uv": [ 7.0, 0.0, 9.0, 16.0 ] }, + "east": { "texture": "#0", "uv": [ 7.0, 0.0, 9.0, 16.0 ] }, + "south": { "texture": "#0", "uv": [ 7.0, 0.0, 9.0, 16.0 ] }, + "west": { "texture": "#0", "uv": [ 7.0, 0.0, 9.0, 16.0 ] } + } + } + ] +} \ No newline at end of file diff --git a/assets/minecraft/models/block/iron_bars_post_ends.json b/assets/minecraft/models/block/iron_bars_post_ends.json new file mode 100644 index 0000000..075f6c8 --- /dev/null +++ b/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/assets/minecraft/models/block/iron_bars_side.json b/assets/minecraft/models/block/iron_bars_side.json new file mode 100644 index 0000000..2d51a29 --- /dev/null +++ b/assets/minecraft/models/block/iron_bars_side.json @@ -0,0 +1,62 @@ +{ + "__comment": "Model generated using MrCrayfish's Model Creator (http://mrcrayfish.com/modelcreator/)", +"ambientocclusion": false, + "textures": { + "particle": "block/block/iron_bars", + "0": "block/iron_bars" + }, + "elements": [ + { + "name": "Cube", + "from": [ 7.0, 0.0, 2.0 ], + "to": [ 9.0, 16.0, 4.0 ], + "faces": { + "north": { "texture": "#0", "uv": [ 7.0, 0.0, 9.0, 16.0 ] }, + "east": { "texture": "#0", "uv": [ 12.0, 0.0, 14.0, 16.0 ] }, + "south": { "texture": "#0", "uv": [ 7.0, 0.0, 9.0, 16.0 ] }, + "west": { "texture": "#0", "uv": [ 2.0, 0.0, 4.0, 16.0 ] }, + "up": { "texture": "#0", "uv": [ 7.0, 1.0, 9.0, 2.0 ] }, + "down": { "texture": "#0", "uv": [ 7.0, 1.0, 9.0, 2.0 ] } + } + }, + { + "name": "Cube", + "from": [ 7.0, 0.0, 7.0 ], + "to": [ 9.0, 16.0, 9.0 ], + "faces": { + "north": { "texture": "#0", "uv": [ 7.0, 0.0, 9.0, 16.0 ] }, + "east": { "texture": "#0", "uv": [ 7.0, 0.0, 9.0, 16.0 ] }, + "south": { "texture": "#0", "uv": [ 7.0, 0.0, 9.0, 16.0 ] }, + "west": { "texture": "#0", "uv": [ 7.0, 0.0, 9.0, 16.0 ] }, + "up": { "texture": "#0", "uv": [ 7.0, 1.0, 9.0, 2.0 ] }, + "down": { "texture": "#0", "uv": [ 7.0, 1.0, 9.0, 2.0 ] } + } + }, + { + "name": "Cube", + "from": [ 7.0, 11.0, 0.0 ], + "to": [ 9.0, 14.0, 8.0 ], + "faces": { + "north": { "texture": "#0", "uv": [ 7.0, 2.0, 9.0, 5.0 ] }, + "east": { "texture": "#0", "uv": [ 8.0, 2.0, 16.0, 5.0 ] }, + "south": { "texture": "#0", "uv": [ 7.0, 2.0, 9.0, 5.0 ] }, + "west": { "texture": "#0", "uv": [ 0.0, 2.0, 8.0, 5.0 ] }, + "up": { "texture": "#0", "uv": [ 7.0, 7.0, 9.0, 16.0 ] }, + "down": { "texture": "#0", "uv": [ 7.0, 8.0, 9.0, 16.0 ] } + } + }, + { + "name": "Cube", + "from": [ 7.0, 2.0, 0.0 ], + "to": [ 9.0, 3.0, 8.0 ], + "faces": { + "north": { "texture": "#0", "uv": [ 7.0, 13.0, 9.0, 14.0 ] }, + "east": { "texture": "#0", "uv": [ 8.0, 13.0, 16.0, 14.0 ] }, + "south": { "texture": "#0", "uv": [ 7.0, 13.0, 9.0, 14.0 ] }, + "west": { "texture": "#0", "uv": [ 0.0, 13.0, 8.0, 14.0 ] }, + "up": { "texture": "#0", "uv": [ 16.0, 13.0, 8.0, 14.0 ], "rotation": 90 }, + "down": { "texture": "#0", "uv": [ 8.0, 13.0, 16.0, 14.0 ], "rotation": 90 } + } + } + ] +} \ No newline at end of file diff --git a/assets/minecraft/models/block/iron_bars_side_alt.json b/assets/minecraft/models/block/iron_bars_side_alt.json new file mode 100644 index 0000000..4ccb23f --- /dev/null +++ b/assets/minecraft/models/block/iron_bars_side_alt.json @@ -0,0 +1,62 @@ +{ + "__comment": "Model generated using MrCrayfish's Model Creator (http://mrcrayfish.com/modelcreator/)", +"ambientocclusion": false, + "textures": { + "particle": "block/block/iron_bars", + "0": "block/iron_bars" + }, + "elements": [ + { + "name": "Cube", + "from": [ 7.0, 0.0, 12.0 ], + "to": [ 9.0, 16.0, 14.0 ], + "faces": { + "north": { "texture": "#0", "uv": [ 7.0, 0.0, 9.0, 16.0 ] }, + "east": { "texture": "#0", "uv": [ 2.0, 0.0, 4.0, 16.0 ] }, + "south": { "texture": "#0", "uv": [ 7.0, 0.0, 9.0, 16.0 ] }, + "west": { "texture": "#0", "uv": [ 12.0, 0.0, 14.0, 16.0 ] }, + "up": { "texture": "#0", "uv": [ 7.0, 1.0, 9.0, 2.0 ] }, + "down": { "texture": "#0", "uv": [ 7.0, 1.0, 9.0, 2.0 ] } + } + }, + { + "name": "Cube", + "from": [ 7.0, 0.0, 7.0 ], + "to": [ 9.0, 16.0, 9.0 ], + "faces": { + "north": { "texture": "#0", "uv": [ 7.0, 0.0, 9.0, 16.0 ] }, + "east": { "texture": "#0", "uv": [ 7.0, 0.0, 9.0, 16.0 ] }, + "south": { "texture": "#0", "uv": [ 7.0, 0.0, 9.0, 16.0 ] }, + "west": { "texture": "#0", "uv": [ 7.0, 0.0, 9.0, 16.0 ] }, + "up": { "texture": "#0", "uv": [ 7.0, 1.0, 9.0, 2.0 ] }, + "down": { "texture": "#0", "uv": [ 7.0, 1.0, 9.0, 2.0 ] } + } + }, + { + "name": "Cube", + "from": [ 7.0, 2.0, 8.0 ], + "to": [ 9.0, 3.0, 16.0 ], + "faces": { + "north": { "texture": "#0", "uv": [ 7.0, 13.0, 9.0, 14.0 ] }, + "east": { "texture": "#0", "uv": [ 0.0, 13.0, 8.0, 14.0 ] }, + "south": { "texture": "#0", "uv": [ 7.0, 13.0, 9.0, 14.0 ] }, + "west": { "texture": "#0", "uv": [ 8.0, 13.0, 16.0, 14.0 ] }, + "up": { "texture": "#0", "uv": [ 0.0, 13.0, 8.0, 14.0 ], "rotation": 90 }, + "down": { "texture": "#0", "uv": [ 8.0, 13.0, 16.0, 14.0 ], "rotation": 90 } + } + }, + { + "name": "Cube", + "from": [ 7.0, 11.0, 8.0 ], + "to": [ 9.0, 14.0, 16.0 ], + "faces": { + "north": { "texture": "#0", "uv": [ 7.0, 2.0, 9.0, 5.0 ] }, + "east": { "texture": "#0", "uv": [ 0.0, 2.0, 8.0, 5.0 ] }, + "south": { "texture": "#0", "uv": [ 7.0, 2.0, 9.0, 5.0 ] }, + "west": { "texture": "#0", "uv": [ 8.0, 2.0, 16.0, 5.0 ] }, + "up": { "texture": "#0", "uv": [ 7.0, 8.0, 9.0, 16.0 ] }, + "down": { "texture": "#0", "uv": [ 7.0, 8.0, 9.0, 16.0 ] } + } + } + ] +} \ No newline at end of file diff --git a/assets/minecraft/models/block/iron_door_bottom.json b/assets/minecraft/models/block/iron_door_bottom.json new file mode 100644 index 0000000..c97b04c --- /dev/null +++ b/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/assets/minecraft/models/block/iron_door_bottom_hinge.json b/assets/minecraft/models/block/iron_door_bottom_hinge.json new file mode 100644 index 0000000..079fd12 --- /dev/null +++ b/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/assets/minecraft/models/block/iron_door_top.json b/assets/minecraft/models/block/iron_door_top.json new file mode 100644 index 0000000..1332810 --- /dev/null +++ b/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/assets/minecraft/models/block/iron_door_top_hinge.json b/assets/minecraft/models/block/iron_door_top_hinge.json new file mode 100644 index 0000000..2ccc5a2 --- /dev/null +++ b/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/assets/minecraft/models/block/item_frame.json b/assets/minecraft/models/block/item_frame.json new file mode 100644 index 0000000..21cfd76 --- /dev/null +++ b/assets/minecraft/models/block/item_frame.json @@ -0,0 +1,56 @@ +{ + "textures": { + "particle": "block/planks_birch", + "wood": "block/item_frame_border", + "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/assets/minecraft/models/block/item_frame_map.json b/assets/minecraft/models/block/item_frame_map.json new file mode 100644 index 0000000..77a1f5b --- /dev/null +++ b/assets/minecraft/models/block/item_frame_map.json @@ -0,0 +1,57 @@ +{ + "__comment": "Fair warning, this format is highly likely to change even more in the future!", + "textures": { + "particle": "block/planks_oak", + "wood": "block/planks_oak", + "back": "block/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/assets/minecraft/models/block/jungle_door_bottom.json b/assets/minecraft/models/block/jungle_door_bottom.json new file mode 100644 index 0000000..5b75ede --- /dev/null +++ b/assets/minecraft/models/block/jungle_door_bottom.json @@ -0,0 +1,59 @@ +{ + "parent": "block/door_bottom", + "ambientocclusion": false, + "textures": { + "particle": "block/jungle_door_bottom", + "0": "block/jungle_door_side", + "1": "block/jungle_door_bottom" + }, + "elements": [ + { + "name": "Element", + "from": [ 0.0, 0.0, 13.0 ], + "to": [ 3.0, 2.0, 16.0 ], + "faces": { + "north": { "texture": "#0", "uv": [ 11.0, 14.0, 8.0, 16.0 ] }, + "east": { "texture": "#1", "uv": [ 16.0, 14.0, 13.0, 16.0 ] }, + "south": { "texture": "#0", "uv": [ 8.0, 14.0, 11.0, 16.0 ] }, + "west": { "texture": "#1", "uv": [ 13.0, 14.0, 16.0, 16.0 ] }, + "down": { "texture": "#0", "uv": [ 8.0, 16.0, 11.0, 13.0 ] } + } + }, + { + "name": "Element", + "from": [ 0.0, 1.0, 0.0 ], + "to": [ 3.0, 16.0, 16.0 ], + "faces": { + "north": { "texture": "#0", "uv": [ 11.0, 0.0, 8.0, 15.0 ] }, + "east": { "texture": "#1", "uv": [ 16.0, 0.0, 0.0, 15.0 ] }, + "south": { "texture": "#0", "uv": [ 8.0, 0.0, 11.0, 15.0 ] }, + "west": { "texture": "#1", "uv": [ 0.0, 0.0, 16.0, 15.0 ], "cullface": "west" }, + "down": { "texture": "#0", "uv": [ 8.0, 0.0, 11.0, 16.0 ] } + } + }, + { + "name": "Element", + "from": [ 0.0, 0.0, 7.0 ], + "to": [ 3.0, 2.0, 12.0 ], + "faces": { + "north": { "texture": "#0", "uv": [ 11.0, 14.0, 8.0, 16.0 ] }, + "east": { "texture": "#1", "uv": [ 12.0, 14.0, 7.0, 16.0 ] }, + "south": { "texture": "#0", "uv": [ 8.0, 14.0, 11.0, 16.0 ] }, + "west": { "texture": "#1", "uv": [ 7.0, 14.0, 12.0, 16.0 ] }, + "down": { "texture": "#0", "uv": [ 8.0, 13.0, 11.0, 8.0 ] } + } + }, + { + "name": "Element", + "from": [ 0.0, 0.0, 0.0 ], + "to": [ 3.0, 2.0, 3.0 ], + "faces": { + "north": { "texture": "#0", "uv": [ 11.0, 14.0, 8.0, 16.0 ] }, + "east": { "texture": "#1", "uv": [ 3.0, 14.0, 0.0, 16.0 ] }, + "south": { "texture": "#0", "uv": [ 8.0, 14.0, 11.0, 16.0 ] }, + "west": { "texture": "#1", "uv": [ 0.0, 14.0, 3.0, 16.0 ] }, + "down": { "texture": "#0", "uv": [ 0.0, 3.0, 3.0, 0.0 ] } + } + } + ] +} \ No newline at end of file diff --git a/assets/minecraft/models/block/jungle_door_bottom_hinge.json b/assets/minecraft/models/block/jungle_door_bottom_hinge.json new file mode 100644 index 0000000..2b9d9cf --- /dev/null +++ b/assets/minecraft/models/block/jungle_door_bottom_hinge.json @@ -0,0 +1,59 @@ +{ + "parent": "block/door_bottom_rh", + "ambientocclusion": false, + "textures": { + "particle": "block/jungle_door_bottom", + "0": "block/jungle_door_side", + "1": "block/jungle_door_bottom" + }, + "elements": [ + { + "name": "Element", + "from": [ 0.0, 0.0, 13.0 ], + "to": [ 3.0, 2.0, 16.0 ], + "faces": { + "north": { "texture": "#0", "uv": [ 11.0, 14.0, 8.0, 16.0 ] }, + "east": { "texture": "#1", "uv": [ 16.0, 14.0, 13.0, 16.0 ] }, + "south": { "texture": "#0", "uv": [ 8.0, 14.0, 11.0, 16.0 ] }, + "west": { "texture": "#1", "uv": [ 13.0, 14.0, 16.0, 16.0 ] }, + "down": { "texture": "#0", "uv": [ 8.0, 16.0, 11.0, 13.0 ] } + } + }, + { + "name": "Element", + "from": [ 0.0, 1.0, 0.0 ], + "to": [ 3.0, 16.0, 16.0 ], + "faces": { + "north": { "texture": "#0", "uv": [ 11.0, 0.0, 8.0, 15.0 ] }, + "east": { "texture": "#1", "uv": [ 16.0, 0.0, 0.0, 15.0 ] }, + "south": { "texture": "#0", "uv": [ 8.0, 0.0, 11.0, 15.0 ] }, + "west": { "texture": "#1", "uv": [ 0.0, 0.0, 16.0, 15.0 ], "cullface": "west" }, + "down": { "texture": "#0", "uv": [ 8.0, 0.0, 11.0, 16.0 ] } + } + }, + { + "name": "Element", + "from": [ 0.0, 0.0, 7.0 ], + "to": [ 3.0, 2.0, 12.0 ], + "faces": { + "north": { "texture": "#0", "uv": [ 11.0, 14.0, 8.0, 16.0 ] }, + "east": { "texture": "#1", "uv": [ 12.0, 14.0, 7.0, 16.0 ] }, + "south": { "texture": "#0", "uv": [ 8.0, 14.0, 11.0, 16.0 ] }, + "west": { "texture": "#1", "uv": [ 7.0, 14.0, 12.0, 16.0 ] }, + "down": { "texture": "#0", "uv": [ 8.0, 13.0, 11.0, 8.0 ] } + } + }, + { + "name": "Element", + "from": [ 0.0, 0.0, 0.0 ], + "to": [ 3.0, 2.0, 3.0 ], + "faces": { + "north": { "texture": "#0", "uv": [ 11.0, 14.0, 8.0, 16.0 ] }, + "east": { "texture": "#1", "uv": [ 3.0, 14.0, 0.0, 16.0 ] }, + "south": { "texture": "#0", "uv": [ 8.0, 14.0, 11.0, 16.0 ] }, + "west": { "texture": "#1", "uv": [ 0.0, 14.0, 3.0, 16.0 ] }, + "down": { "texture": "#0", "uv": [ 0.0, 3.0, 3.0, 0.0 ] } + } + } + ] +} \ No newline at end of file diff --git a/assets/minecraft/models/block/jungle_door_top.json b/assets/minecraft/models/block/jungle_door_top.json new file mode 100644 index 0000000..d14c5aa --- /dev/null +++ b/assets/minecraft/models/block/jungle_door_top.json @@ -0,0 +1,47 @@ +{ + "parent": "block/door_top", + "ambientocclusion": false, + "textures": { + "particle": "block/jungle_door_top", + "0": "block/jungle_door_side", + "1": "block/jungle_door_top" + }, + "elements": [ + { + "name": "Element", + "from": [ 0.0, 0.0, 0.0 ], + "to": [ 3.0, 15.0, 16.0 ], + "faces": { + "north": { "texture": "#0", "uv": [ 3.0, 0.0, 0.0, 15.0 ] }, + "east": { "texture": "#1", "uv": [ 16.0, 1.0, 0.0, 16.0 ] }, + "south": { "texture": "#0", "uv": [ 0.0, 0.0, 3.0, 15.0 ] }, + "west": { "texture": "#1", "uv": [ 0.0, 1.0, 16.0, 16.0 ] }, + "up": { "texture": "#0", "uv": [ 8.0, 16.0, 11.0, 0.0 ] } + } + }, + { + "name": "Element", + "from": [ 0.0, 14.0, 11.0 ], + "to": [ 3.0, 16.0, 16.0 ], + "faces": { + "north": { "texture": "#0", "uv": [ 3.0, 0.0, 0.0, 2.0 ] }, + "east": { "texture": "#1", "uv": [ 16.0, 0.0, 11.0, 2.0 ] }, + "south": { "texture": "#0", "uv": [ 0.0, 0.0, 3.0, 2.0 ] }, + "west": { "texture": "#1", "uv": [ 11.0, 0.0, 16.0, 2.0 ] }, + "up": { "texture": "#0", "uv": [ 0.0, 5.0, 3.0, 0.0 ] } + } + }, + { + "name": "Element", + "from": [ 0.0, 14.0, 3.0 ], + "to": [ 3.0, 16.0, 8.0 ], + "faces": { + "north": { "texture": "#0", "uv": [ 3.0, 0.0, 0.0, 2.0 ] }, + "east": { "texture": "#1", "uv": [ 8.0, 0.0, 3.0, 2.0 ] }, + "south": { "texture": "#0", "uv": [ 0.0, 0.0, 3.0, 2.0 ] }, + "west": { "texture": "#1", "uv": [ 3.0, 0.0, 8.0, 2.0 ] }, + "up": { "texture": "#0", "uv": [ 0.0, 9.0, 3.0, 4.0 ] } + } + } + ] +} \ No newline at end of file diff --git a/assets/minecraft/models/block/jungle_door_top_hinge.json b/assets/minecraft/models/block/jungle_door_top_hinge.json new file mode 100644 index 0000000..a3324e4 --- /dev/null +++ b/assets/minecraft/models/block/jungle_door_top_hinge.json @@ -0,0 +1,47 @@ +{ + "parent": "block/door_top_rh", + "ambientocclusion": false, + "textures": { + "particle": "block/jungle_door_top", + "0": "block/jungle_door_side", + "1": "block/jungle_door_top" + }, + "elements": [ + { + "name": "Element", + "from": [ 0.0, 0.0, 0.0 ], + "to": [ 3.0, 15.0, 16.0 ], + "faces": { + "north": { "texture": "#0", "uv": [ 3.0, 0.0, 0.0, 15.0 ] }, + "east": { "texture": "#1", "uv": [ 16.0, 1.0, 0.0, 16.0 ] }, + "south": { "texture": "#0", "uv": [ 0.0, 0.0, 3.0, 15.0 ] }, + "west": { "texture": "#1", "uv": [ 0.0, 1.0, 16.0, 16.0 ] }, + "up": { "texture": "#0", "uv": [ 8.0, 16.0, 11.0, 0.0 ] } + } + }, + { + "name": "Element", + "from": [ 0.0, 14.0, 11.0 ], + "to": [ 3.0, 16.0, 16.0 ], + "faces": { + "north": { "texture": "#0", "uv": [ 3.0, 0.0, 0.0, 2.0 ] }, + "east": { "texture": "#1", "uv": [ 16.0, 0.0, 11.0, 2.0 ] }, + "south": { "texture": "#0", "uv": [ 0.0, 0.0, 3.0, 2.0 ] }, + "west": { "texture": "#1", "uv": [ 11.0, 0.0, 16.0, 2.0 ] }, + "up": { "texture": "#0", "uv": [ 0.0, 5.0, 3.0, 0.0 ] } + } + }, + { + "name": "Element", + "from": [ 0.0, 14.0, 3.0 ], + "to": [ 3.0, 16.0, 8.0 ], + "faces": { + "north": { "texture": "#0", "uv": [ 3.0, 0.0, 0.0, 2.0 ] }, + "east": { "texture": "#1", "uv": [ 8.0, 0.0, 3.0, 2.0 ] }, + "south": { "texture": "#0", "uv": [ 0.0, 0.0, 3.0, 2.0 ] }, + "west": { "texture": "#1", "uv": [ 3.0, 0.0, 8.0, 2.0 ] }, + "up": { "texture": "#0", "uv": [ 0.0, 9.0, 3.0, 4.0 ] } + } + } + ] +} \ No newline at end of file diff --git a/assets/minecraft/models/block/jungle_fence_gate_closed.json b/assets/minecraft/models/block/jungle_fence_gate_closed.json new file mode 100644 index 0000000..43dbe34 --- /dev/null +++ b/assets/minecraft/models/block/jungle_fence_gate_closed.json @@ -0,0 +1,6 @@ +{ + "parent": "block/template_fence_gate", + "textures": { + "texture": "block/jungle_fence_gate" + } +} diff --git a/assets/minecraft/models/block/jungle_fence_inventory.json b/assets/minecraft/models/block/jungle_fence_inventory.json new file mode 100644 index 0000000..01f23dd --- /dev/null +++ b/assets/minecraft/models/block/jungle_fence_inventory.json @@ -0,0 +1,6 @@ +{ + "parent": "block/fence_inventory", + "textures": { + "texture": "block/jungle_fence" + } +} diff --git a/assets/minecraft/models/block/jungle_fence_post.json b/assets/minecraft/models/block/jungle_fence_post.json new file mode 100644 index 0000000..27bec0b --- /dev/null +++ b/assets/minecraft/models/block/jungle_fence_post.json @@ -0,0 +1,8 @@ +{ + "parent": "block/fence_post", + "textures": { + "texture": "block/jungle_fence", + "side": "block/jungle_fence_side", + "top": "block/jungle_fence_top" + } +} diff --git a/assets/minecraft/models/block/jungle_fence_side.json b/assets/minecraft/models/block/jungle_fence_side.json new file mode 100644 index 0000000..0cf3d33 --- /dev/null +++ b/assets/minecraft/models/block/jungle_fence_side.json @@ -0,0 +1,8 @@ +{ + "parent": "block/fence_side", + "textures": { + "texture": "block/jungle_fence", + "side": "block/jungle_fence_side", + "top": "block/jungle_fence_top" + } +} diff --git a/assets/minecraft/models/block/jungle_leaves.json b/assets/minecraft/models/block/jungle_leaves.json new file mode 100644 index 0000000..011b52b --- /dev/null +++ b/assets/minecraft/models/block/jungle_leaves.json @@ -0,0 +1,6 @@ +{ + "parent": "block/leaves", + "textures": { + "all": "block/jungle_leaves" + } +} diff --git a/assets/minecraft/models/block/jungle_wall_gate_closed.json b/assets/minecraft/models/block/jungle_wall_gate_closed.json new file mode 100644 index 0000000..91025cc --- /dev/null +++ b/assets/minecraft/models/block/jungle_wall_gate_closed.json @@ -0,0 +1,6 @@ +{ + "parent": "block/template_fence_gate_wall", + "textures": { + "texture": "block/jungle_fence_gate" + } +} diff --git a/assets/minecraft/models/block/jungle_wall_gate_open.json b/assets/minecraft/models/block/jungle_wall_gate_open.json new file mode 100644 index 0000000..7eba674 --- /dev/null +++ b/assets/minecraft/models/block/jungle_wall_gate_open.json @@ -0,0 +1,6 @@ +{ + "parent": "block/template_fence_gate_wall_open", + "textures": { + "texture": "block/jungle_fence_gate" + } +} diff --git a/assets/minecraft/models/block/ladder.json b/assets/minecraft/models/block/ladder.json new file mode 100644 index 0000000..caef000 --- /dev/null +++ b/assets/minecraft/models/block/ladder.json @@ -0,0 +1,41 @@ +{ + "__createdwith": "opl's Model Maker", + "ambientocclusion": false, + "textures": { + "particle": "block/ladder", + "texture": "block/ladder" + }, + "elements": [ + { "from": [0, 0, 15.2], + "to": [16, 16, 15.2], + "faces": { + "north": {"uv": [0, 0, 16, 16],"texture": "#texture"}, + "south": {"uv": [0, 0, 16, 16],"texture": "#texture"} + } + }, + { + "from": [1, 12, 14.5], + "to": [15, 14, 15.5], + "faces": { + "up": {"uv": [1, 2, 15, 3],"texture": "#texture"}, + "down": {"uv": [1, 3, 15, 4],"texture": "#texture"}, + "west": {"uv": [14, 2, 15, 4],"texture": "#texture"}, + "east": {"uv": [14, 2, 15, 4],"texture": "#texture"}, + "north": {"texture": "#texture"}, + "south": {"texture": "#texture"} + } + }, + { + "from": [1, 4, 14.5], + "to": [15, 6, 15.5], + "faces": { + "up": {"uv": [1, 10, 15, 11],"texture": "#texture"}, + "down": {"uv": [1, 11, 15, 12],"texture": "#texture"}, + "west": {"uv": [14, 10, 15, 12],"texture": "#texture"}, + "east": {"uv": [14, 10, 15, 12],"texture": "#texture"}, + "north": {"texture": "#texture"}, + "south": {"texture": "#texture"} + } + } + ] +} \ No newline at end of file diff --git a/assets/minecraft/models/block/large_fern_bottom.json b/assets/minecraft/models/block/large_fern_bottom.json new file mode 100644 index 0000000..04a5105 --- /dev/null +++ b/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/assets/minecraft/models/block/large_fern_top.json b/assets/minecraft/models/block/large_fern_top.json new file mode 100644 index 0000000..75ff5ae --- /dev/null +++ b/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/assets/minecraft/models/block/leaves.json b/assets/minecraft/models/block/leaves.json new file mode 100644 index 0000000..ec3b5f5 --- /dev/null +++ b/assets/minecraft/models/block/leaves.json @@ -0,0 +1,19 @@ +{ + "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/assets/minecraft/models/block/leaves/acacia/1.json b/assets/minecraft/models/block/leaves/acacia/1.json new file mode 100644 index 0000000..9552fbd --- /dev/null +++ b/assets/minecraft/models/block/leaves/acacia/1.json @@ -0,0 +1,6 @@ +{ + "parent": "block/leaves", + "textures": { + "all": "block/acacia_leaves1" + } +} diff --git a/assets/minecraft/models/block/leaves/birch/1.json b/assets/minecraft/models/block/leaves/birch/1.json new file mode 100644 index 0000000..5b86044 --- /dev/null +++ b/assets/minecraft/models/block/leaves/birch/1.json @@ -0,0 +1,6 @@ +{ + "parent": "block/untinted_leaves", + "textures": { + "all": "block/birch_leaves1" + } +} diff --git a/assets/minecraft/models/block/leaves/dark_oak/1.json b/assets/minecraft/models/block/leaves/dark_oak/1.json new file mode 100644 index 0000000..de44d52 --- /dev/null +++ b/assets/minecraft/models/block/leaves/dark_oak/1.json @@ -0,0 +1,6 @@ +{ + "parent": "block/untinted_leaves", + "textures": { + "all": "block/dark_oak_leaves1" + } +} diff --git a/assets/minecraft/models/block/leaves/jungle/1.json b/assets/minecraft/models/block/leaves/jungle/1.json new file mode 100644 index 0000000..27728b3 --- /dev/null +++ b/assets/minecraft/models/block/leaves/jungle/1.json @@ -0,0 +1,6 @@ +{ + "parent": "block/leaves", + "textures": { + "all": "block/jungle_leaves1" + } +} diff --git a/assets/minecraft/models/block/leaves/oak/1.json b/assets/minecraft/models/block/leaves/oak/1.json new file mode 100644 index 0000000..dfc7fbb --- /dev/null +++ b/assets/minecraft/models/block/leaves/oak/1.json @@ -0,0 +1,7 @@ +{ + "parent": "block/leaves", + "textures": { + "all": "block/oak_leaves1" + } +} + diff --git a/assets/minecraft/models/block/leaves/spruce/1.json b/assets/minecraft/models/block/leaves/spruce/1.json new file mode 100644 index 0000000..8ca2e6d --- /dev/null +++ b/assets/minecraft/models/block/leaves/spruce/1.json @@ -0,0 +1,6 @@ +{ + "parent": "block/leaves", + "textures": { + "all": "block/spruce_leaves1" + } +} diff --git a/assets/minecraft/models/block/lily_pad/1.json b/assets/minecraft/models/block/lily_pad/1.json new file mode 100644 index 0000000..2279c04 --- /dev/null +++ b/assets/minecraft/models/block/lily_pad/1.json @@ -0,0 +1,38 @@ +{ + "__createdwith": "opl's Model Maker", + "ambientocclusion": false, + "textures": { + "particle": "block/lily_pad", + "texture": "block/lily_pad", + "flower": "block/lily_pad_flowers" + }, + "elements": [ + { "from": [0, 0.25, 0], + "to": [16, 0.25, 16], + "faces": { + "up": {"uv": [16, 0, 0, 16],"texture": "#texture", "tintindex": 0}, + "down": {"uv": [16, 16, 0, 0],"texture": "#texture", "tintindex": 0} + } + }, + { + "from": [10, 0, 5], + "to": [10, 5, 13], + "rotation": { "origin": [ 8, 8, 8 ], "axis": "y", "angle": 45 }, + "shade": false, + "faces": { + "west": {"uv": [4, 10, 12, 15],"texture": "#flower"}, + "east": {"uv": [4, 10, 12, 15],"texture": "#flower"} + } + }, + { + "from": [6, 0, 9], + "to": [14, 5, 9], + "rotation": { "origin": [ 8, 8, 8 ], "axis": "y", "angle": 45 }, + "shade": false, + "faces": { + "north": {"uv": [4, 10, 12, 15],"texture": "#flower"}, + "south": {"uv": [4, 10, 12, 15],"texture": "#flower"} + } + } + ] +} \ No newline at end of file diff --git a/assets/minecraft/models/block/lily_pad/2.json b/assets/minecraft/models/block/lily_pad/2.json new file mode 100644 index 0000000..4e1bba6 --- /dev/null +++ b/assets/minecraft/models/block/lily_pad/2.json @@ -0,0 +1,37 @@ +{ + "ambientocclusion": false, + "textures": { + "particle": "block/lily_pad", + "texture": "block/lily_pad", + "flower": "block/lily_pad_flowers" + }, + "elements": [ + { "from": [0, 0.25, 0], + "to": [16, 0.25, 16], + "faces": { + "up": {"uv": [16, 0, 0, 16],"texture": "#texture", "tintindex": 0}, + "down": {"uv": [16, 16, 0, 0],"texture": "#texture", "tintindex": 0} + } + }, + { + "from": [10, 0, 5], + "to": [10, 5, 13], + "rotation": { "origin": [ 8, 8, 8 ], "axis": "y", "angle": 45 }, + "shade": false, + "faces": { + "west": {"uv": [4, 2, 12, 7],"texture": "#flower"}, + "east": {"uv": [4, 2, 12, 7],"texture": "#flower"} + } + }, + { + "from": [6, 0, 9], + "to": [14, 5, 9], + "rotation": { "origin": [ 8, 8, 8 ], "axis": "y", "angle": 45 }, + "shade": false, + "faces": { + "north": {"uv": [4, 2, 12, 7],"texture": "#flower"}, + "south": {"uv": [4, 2, 12, 7],"texture": "#flower"} + } + } + ] +} \ No newline at end of file diff --git a/assets/minecraft/models/block/lit_redstone_lamp.json b/assets/minecraft/models/block/lit_redstone_lamp.json new file mode 100644 index 0000000..1f6e7a2 --- /dev/null +++ b/assets/minecraft/models/block/lit_redstone_lamp.json @@ -0,0 +1,6 @@ +{ + "parent": "block/unshaded_cube_all", + "textures": { + "all": "block/redstone_lamp_on" + } +} diff --git a/assets/minecraft/models/block/logs/acacia/1.json b/assets/minecraft/models/block/logs/acacia/1.json new file mode 100644 index 0000000..8eb0af5 --- /dev/null +++ b/assets/minecraft/models/block/logs/acacia/1.json @@ -0,0 +1,7 @@ +{ + "parent": "block/cube_column", + "textures": { + "end": "block/acacia_log_top", + "side": "block/acacia_log1" + } +} diff --git a/assets/minecraft/models/block/logs/birch/1.json b/assets/minecraft/models/block/logs/birch/1.json new file mode 100644 index 0000000..9f98475 --- /dev/null +++ b/assets/minecraft/models/block/logs/birch/1.json @@ -0,0 +1,7 @@ +{ + "parent": "block/cube_column", + "textures": { + "end": "block/birch_log_top", + "side": "block/birch_log1" + } +} diff --git a/assets/minecraft/models/block/logs/dark_oak/1.json b/assets/minecraft/models/block/logs/dark_oak/1.json new file mode 100644 index 0000000..f46da8d --- /dev/null +++ b/assets/minecraft/models/block/logs/dark_oak/1.json @@ -0,0 +1,7 @@ +{ + "parent": "block/cube_column", + "textures": { + "end": "block/dark_oak_log_top", + "side": "block/dark_oak_log1" + } +} diff --git a/assets/minecraft/models/block/logs/jungle/1.json b/assets/minecraft/models/block/logs/jungle/1.json new file mode 100644 index 0000000..37ea5d2 --- /dev/null +++ b/assets/minecraft/models/block/logs/jungle/1.json @@ -0,0 +1,7 @@ +{ + "parent": "block/cube_column", + "textures": { + "end": "block/jungle_log_top", + "side": "block/jungle_log1" + } +} diff --git a/assets/minecraft/models/block/logs/oak/1.json b/assets/minecraft/models/block/logs/oak/1.json new file mode 100644 index 0000000..6c7ca3c --- /dev/null +++ b/assets/minecraft/models/block/logs/oak/1.json @@ -0,0 +1,7 @@ +{ + "parent": "block/cube_column", + "textures": { + "end": "block/oak_log_top", + "side": "block/oak_log1" + } +} diff --git a/assets/minecraft/models/block/logs/spruce/1.json b/assets/minecraft/models/block/logs/spruce/1.json new file mode 100644 index 0000000..64fda06 --- /dev/null +++ b/assets/minecraft/models/block/logs/spruce/1.json @@ -0,0 +1,7 @@ +{ + "parent": "block/cube_column", + "textures": { + "end": "block/spruce_log_top", + "side": "block/spruce_log1" + } +} diff --git a/assets/minecraft/models/block/mossy_cobblestone_wall_inventory.json b/assets/minecraft/models/block/mossy_cobblestone_wall_inventory.json new file mode 100644 index 0000000..cbdd6f5 --- /dev/null +++ b/assets/minecraft/models/block/mossy_cobblestone_wall_inventory.json @@ -0,0 +1,7 @@ +{ + "parent": "block/custom_wall_inventory", + "textures": { + "wall": "block/cobble_mossy_wall_side", + "top": "block/cobble_mossy_wall_top" + } +} diff --git a/assets/minecraft/models/block/mossy_cobblestone_wall_post.json b/assets/minecraft/models/block/mossy_cobblestone_wall_post.json new file mode 100644 index 0000000..a09a3b1 --- /dev/null +++ b/assets/minecraft/models/block/mossy_cobblestone_wall_post.json @@ -0,0 +1,7 @@ +{ + "parent": "block/custom_wall_post", + "textures": { + "wall": "block/cobble_mossy_wall_side", + "top": "block/cobble_mossy_wall_top" + } +} diff --git a/assets/minecraft/models/block/mossy_cobblestone_wall_side.json b/assets/minecraft/models/block/mossy_cobblestone_wall_side.json new file mode 100644 index 0000000..002dafd --- /dev/null +++ b/assets/minecraft/models/block/mossy_cobblestone_wall_side.json @@ -0,0 +1,7 @@ +{ + "parent": "block/custom_wall_side", + "textures": { + "wall": "block/cobble_mossy_wall_side", + "top": "block/cobble_mossy_wall_top" + } +} diff --git a/assets/minecraft/models/block/nether_brick_fence_inventory.json b/assets/minecraft/models/block/nether_brick_fence_inventory.json new file mode 100644 index 0000000..a0a069f --- /dev/null +++ b/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/assets/minecraft/models/block/nether_brick_fence_post.json b/assets/minecraft/models/block/nether_brick_fence_post.json new file mode 100644 index 0000000..8970a45 --- /dev/null +++ b/assets/minecraft/models/block/nether_brick_fence_post.json @@ -0,0 +1,8 @@ +{ + "parent": "block/fence_post", + "textures": { + "texture": "block/nether_bricks", + "side": "block/nether_bricks", + "top": "block/nether_bricks" + } +} diff --git a/assets/minecraft/models/block/nether_brick_fence_side.json b/assets/minecraft/models/block/nether_brick_fence_side.json new file mode 100644 index 0000000..eb1f69b --- /dev/null +++ b/assets/minecraft/models/block/nether_brick_fence_side.json @@ -0,0 +1,8 @@ +{ + "parent": "block/fence_side", + "textures": { + "texture": "block/nether_bricks", + "side": "block/nether_bricks", + "top": "block/nether_bricks" + } +} diff --git a/assets/minecraft/models/block/oak_fence_gate_closed.json b/assets/minecraft/models/block/oak_fence_gate_closed.json new file mode 100644 index 0000000..ee6cec0 --- /dev/null +++ b/assets/minecraft/models/block/oak_fence_gate_closed.json @@ -0,0 +1,6 @@ +{ + "parent": "block/template_fence_gate", + "textures": { + "texture": "block/fence_gate_oak" + } +} diff --git a/assets/minecraft/models/block/oak_fence_inventory.json b/assets/minecraft/models/block/oak_fence_inventory.json new file mode 100644 index 0000000..97ebc92 --- /dev/null +++ b/assets/minecraft/models/block/oak_fence_inventory.json @@ -0,0 +1,6 @@ +{ + "parent": "block/fence_inventory", + "textures": { + "texture": "block/oak_planks" + } +} diff --git a/assets/minecraft/models/block/oak_fence_post.json b/assets/minecraft/models/block/oak_fence_post.json new file mode 100644 index 0000000..6de99ff --- /dev/null +++ b/assets/minecraft/models/block/oak_fence_post.json @@ -0,0 +1,8 @@ +{ + "parent": "block/fence_post", + "textures": { + "texture": "block/oak_fence", + "side": "block/oak_fence_side", + "top": "block/oak_fence_top" + } +} diff --git a/assets/minecraft/models/block/oak_fence_side.json b/assets/minecraft/models/block/oak_fence_side.json new file mode 100644 index 0000000..210782d --- /dev/null +++ b/assets/minecraft/models/block/oak_fence_side.json @@ -0,0 +1,8 @@ +{ + "parent": "block/fence_side", + "textures": { + "texture": "block/oak_fence", + "side": "block/oak_fence_side", + "top": "block/oak_fence_top" + } +} diff --git a/assets/minecraft/models/block/oak_wall_gate_closed.json b/assets/minecraft/models/block/oak_wall_gate_closed.json new file mode 100644 index 0000000..817cf64 --- /dev/null +++ b/assets/minecraft/models/block/oak_wall_gate_closed.json @@ -0,0 +1,6 @@ +{ + "parent": "block/template_fence_gate_wall", + "textures": { + "texture": "block/oak_fence_gate" + } +} diff --git a/assets/minecraft/models/block/oak_wall_gate_open.json b/assets/minecraft/models/block/oak_wall_gate_open.json new file mode 100644 index 0000000..f5719c8 --- /dev/null +++ b/assets/minecraft/models/block/oak_wall_gate_open.json @@ -0,0 +1,6 @@ +{ + "parent": "block/template_fence_gate_wall_open", + "textures": { + "texture": "block/oak_fence_gate" + } +} diff --git a/assets/minecraft/models/block/ore/coal/1.json b/assets/minecraft/models/block/ore/coal/1.json new file mode 100644 index 0000000..7e383a3 --- /dev/null +++ b/assets/minecraft/models/block/ore/coal/1.json @@ -0,0 +1,6 @@ +{ + "parent": "block/cube_all", + "textures": { + "all": "block/coal_ore1" + } +} diff --git a/assets/minecraft/models/block/ore/coal/2.json b/assets/minecraft/models/block/ore/coal/2.json new file mode 100644 index 0000000..3b58020 --- /dev/null +++ b/assets/minecraft/models/block/ore/coal/2.json @@ -0,0 +1,6 @@ +{ + "parent": "block/cube_all", + "textures": { + "all": "block/coal_ore2" + } +} diff --git a/assets/minecraft/models/block/ore/diamond/1.json b/assets/minecraft/models/block/ore/diamond/1.json new file mode 100644 index 0000000..ceaa185 --- /dev/null +++ b/assets/minecraft/models/block/ore/diamond/1.json @@ -0,0 +1,6 @@ +{ + "parent": "block/cube_all", + "textures": { + "all": "block/diamond_ore1" + } +} diff --git a/assets/minecraft/models/block/ore/emerald/1.json b/assets/minecraft/models/block/ore/emerald/1.json new file mode 100644 index 0000000..43ef576 --- /dev/null +++ b/assets/minecraft/models/block/ore/emerald/1.json @@ -0,0 +1,6 @@ +{ + "parent": "block/cube_all", + "textures": { + "all": "block/emerald_ore1" + } +} diff --git a/assets/minecraft/models/block/ore/gold/1.json b/assets/minecraft/models/block/ore/gold/1.json new file mode 100644 index 0000000..d283529 --- /dev/null +++ b/assets/minecraft/models/block/ore/gold/1.json @@ -0,0 +1,6 @@ +{ + "parent": "block/cube_all", + "textures": { + "all": "block/gold_ore1" + } +} diff --git a/assets/minecraft/models/block/ore/iron/1.json b/assets/minecraft/models/block/ore/iron/1.json new file mode 100644 index 0000000..75ba626 --- /dev/null +++ b/assets/minecraft/models/block/ore/iron/1.json @@ -0,0 +1,6 @@ +{ + "parent": "block/cube_all", + "textures": { + "all": "block/iron_ore1" + } +} diff --git a/assets/minecraft/models/block/ore/lapis/1.json b/assets/minecraft/models/block/ore/lapis/1.json new file mode 100644 index 0000000..dc90b6d --- /dev/null +++ b/assets/minecraft/models/block/ore/lapis/1.json @@ -0,0 +1,6 @@ +{ + "parent": "block/cube_all", + "textures": { + "all": "block/lapis_ore1" + } +} diff --git a/assets/minecraft/models/block/ore/redstone/1.json b/assets/minecraft/models/block/ore/redstone/1.json new file mode 100644 index 0000000..b03889b --- /dev/null +++ b/assets/minecraft/models/block/ore/redstone/1.json @@ -0,0 +1,6 @@ +{ + "parent": "block/cube_all", + "textures": { + "all": "block/redstone_ore1" + } +} diff --git a/assets/minecraft/models/block/path/1.json b/assets/minecraft/models/block/path/1.json new file mode 100644 index 0000000..e67afc8 --- /dev/null +++ b/assets/minecraft/models/block/path/1.json @@ -0,0 +1,22 @@ +{ + "parent": "block/block", + "textures": { + "particle": "block/dirt", + "top": "block/grass_path_top1", + "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/assets/minecraft/models/block/path/2.json b/assets/minecraft/models/block/path/2.json new file mode 100644 index 0000000..76316b8 --- /dev/null +++ b/assets/minecraft/models/block/path/2.json @@ -0,0 +1,22 @@ +{ + "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/assets/minecraft/models/block/planks/acacia/1.json b/assets/minecraft/models/block/planks/acacia/1.json new file mode 100644 index 0000000..b85cc62 --- /dev/null +++ b/assets/minecraft/models/block/planks/acacia/1.json @@ -0,0 +1,6 @@ +{ + "parent": "block/cube_all", + "textures": { + "all": "block/acacia_planks1" + } +} diff --git a/assets/minecraft/models/block/planks/acacia/2.json b/assets/minecraft/models/block/planks/acacia/2.json new file mode 100644 index 0000000..39ac5e4 --- /dev/null +++ b/assets/minecraft/models/block/planks/acacia/2.json @@ -0,0 +1,6 @@ +{ + "parent": "block/cube_all", + "textures": { + "all": "block/acacia_planks2" + } +} diff --git a/assets/minecraft/models/block/planks/acacia/slab/l1.json b/assets/minecraft/models/block/planks/acacia/slab/l1.json new file mode 100644 index 0000000..63d2360 --- /dev/null +++ b/assets/minecraft/models/block/planks/acacia/slab/l1.json @@ -0,0 +1,8 @@ +{ + "parent": "block/slab", + "textures": { + "bottom": "block/acacia_planks1", + "top": "block/acacia_planks1", + "side": "block/acacia_planks1" + } +} diff --git a/assets/minecraft/models/block/planks/acacia/slab/l2.json b/assets/minecraft/models/block/planks/acacia/slab/l2.json new file mode 100644 index 0000000..4fc5654 --- /dev/null +++ b/assets/minecraft/models/block/planks/acacia/slab/l2.json @@ -0,0 +1,8 @@ +{ + "parent": "block/slab", + "textures": { + "bottom": "block/acacia_planks2", + "top": "block/acacia_planks2", + "side": "block/acacia_planks2" + } +} diff --git a/assets/minecraft/models/block/planks/acacia/slab/u1.json b/assets/minecraft/models/block/planks/acacia/slab/u1.json new file mode 100644 index 0000000..eca1abf --- /dev/null +++ b/assets/minecraft/models/block/planks/acacia/slab/u1.json @@ -0,0 +1,8 @@ +{ + "parent": "block/slab_top", + "textures": { + "bottom": "block/acacia_planks1", + "top": "block/acacia_planks1", + "side": "block/acacia_planks1" + } +} diff --git a/assets/minecraft/models/block/planks/acacia/slab/u2.json b/assets/minecraft/models/block/planks/acacia/slab/u2.json new file mode 100644 index 0000000..5b7c066 --- /dev/null +++ b/assets/minecraft/models/block/planks/acacia/slab/u2.json @@ -0,0 +1,8 @@ +{ + "parent": "block/slab_top", + "textures": { + "bottom": "block/acacia_planks2", + "top": "block/acacia_planks2", + "side": "block/acacia_planks2" + } +} diff --git a/assets/minecraft/models/block/planks/acacia/stairs/1.json b/assets/minecraft/models/block/planks/acacia/stairs/1.json new file mode 100644 index 0000000..2528705 --- /dev/null +++ b/assets/minecraft/models/block/planks/acacia/stairs/1.json @@ -0,0 +1,8 @@ +{ + "parent": "block/stairs", + "textures": { + "bottom": "block/acacia_planks1", + "top": "block/acacia_planks1", + "side": "block/acacia_planks1" + } +} diff --git a/assets/minecraft/models/block/planks/acacia/stairs/2.json b/assets/minecraft/models/block/planks/acacia/stairs/2.json new file mode 100644 index 0000000..ef5d3b8 --- /dev/null +++ b/assets/minecraft/models/block/planks/acacia/stairs/2.json @@ -0,0 +1,8 @@ +{ + "parent": "block/stairs", + "textures": { + "bottom": "block/acacia_planks2", + "top": "block/acacia_planks2", + "side": "block/acacia_planks2" + } +} diff --git a/assets/minecraft/models/block/planks/acacia/stairs/i1.json b/assets/minecraft/models/block/planks/acacia/stairs/i1.json new file mode 100644 index 0000000..da66b78 --- /dev/null +++ b/assets/minecraft/models/block/planks/acacia/stairs/i1.json @@ -0,0 +1,8 @@ +{ + "parent": "block/inner_stairs", + "textures": { + "bottom": "block/acacia_planks1", + "top": "block/acacia_planks1", + "side": "block/acacia_planks1" + } +} diff --git a/assets/minecraft/models/block/planks/acacia/stairs/i2.json b/assets/minecraft/models/block/planks/acacia/stairs/i2.json new file mode 100644 index 0000000..51aabe4 --- /dev/null +++ b/assets/minecraft/models/block/planks/acacia/stairs/i2.json @@ -0,0 +1,8 @@ +{ + "parent": "block/inner_stairs", + "textures": { + "bottom": "block/acacia_planks2", + "top": "block/acacia_planks2", + "side": "block/acacia_planks2" + } +} diff --git a/assets/minecraft/models/block/planks/acacia/stairs/o1.json b/assets/minecraft/models/block/planks/acacia/stairs/o1.json new file mode 100644 index 0000000..827a384 --- /dev/null +++ b/assets/minecraft/models/block/planks/acacia/stairs/o1.json @@ -0,0 +1,8 @@ +{ + "parent": "block/outer_stairs", + "textures": { + "bottom": "block/acacia_planks1", + "top": "block/acacia_planks1", + "side": "block/acacia_planks1" + } +} diff --git a/assets/minecraft/models/block/planks/acacia/stairs/o2.json b/assets/minecraft/models/block/planks/acacia/stairs/o2.json new file mode 100644 index 0000000..31e6cc5 --- /dev/null +++ b/assets/minecraft/models/block/planks/acacia/stairs/o2.json @@ -0,0 +1,8 @@ +{ + "parent": "block/outer_stairs", + "textures": { + "bottom": "block/acacia_planks2", + "top": "block/acacia_planks2", + "side": "block/acacia_planks2" + } +} diff --git a/assets/minecraft/models/block/planks/birch/1.json b/assets/minecraft/models/block/planks/birch/1.json new file mode 100644 index 0000000..ab1780b --- /dev/null +++ b/assets/minecraft/models/block/planks/birch/1.json @@ -0,0 +1,6 @@ +{ + "parent": "block/cube_all", + "textures": { + "all": "block/birch_planks1" + } +} diff --git a/assets/minecraft/models/block/planks/birch/2.json b/assets/minecraft/models/block/planks/birch/2.json new file mode 100644 index 0000000..d69f277 --- /dev/null +++ b/assets/minecraft/models/block/planks/birch/2.json @@ -0,0 +1,6 @@ +{ + "parent": "block/cube_all", + "textures": { + "all": "block/birch_planks2" + } +} diff --git a/assets/minecraft/models/block/planks/birch/slab/l1.json b/assets/minecraft/models/block/planks/birch/slab/l1.json new file mode 100644 index 0000000..cd8c11b --- /dev/null +++ b/assets/minecraft/models/block/planks/birch/slab/l1.json @@ -0,0 +1,8 @@ +{ + "parent": "block/slab", + "textures": { + "bottom": "block/birch_planks1", + "top": "block/birch_planks1", + "side": "block/birch_planks1" + } +} diff --git a/assets/minecraft/models/block/planks/birch/slab/l2.json b/assets/minecraft/models/block/planks/birch/slab/l2.json new file mode 100644 index 0000000..70f8f7e --- /dev/null +++ b/assets/minecraft/models/block/planks/birch/slab/l2.json @@ -0,0 +1,8 @@ +{ + "parent": "block/slab", + "textures": { + "bottom": "block/birch_planks2", + "top": "block/birch_planks2", + "side": "block/birch_planks2" + } +} diff --git a/assets/minecraft/models/block/planks/birch/slab/u1.json b/assets/minecraft/models/block/planks/birch/slab/u1.json new file mode 100644 index 0000000..f43da7b --- /dev/null +++ b/assets/minecraft/models/block/planks/birch/slab/u1.json @@ -0,0 +1,8 @@ +{ + "parent": "block/slab_top", + "textures": { + "bottom": "block/birch_planks1", + "top": "block/birch_planks1", + "side": "block/birch_planks1" + } +} diff --git a/assets/minecraft/models/block/planks/birch/slab/u2.json b/assets/minecraft/models/block/planks/birch/slab/u2.json new file mode 100644 index 0000000..fa0c10e --- /dev/null +++ b/assets/minecraft/models/block/planks/birch/slab/u2.json @@ -0,0 +1,8 @@ +{ + "parent": "block/slab_top", + "textures": { + "bottom": "block/birch_planks2", + "top": "block/birch_planks2", + "side": "block/birch_planks2" + } +} diff --git a/assets/minecraft/models/block/planks/birch/stairs/1.json b/assets/minecraft/models/block/planks/birch/stairs/1.json new file mode 100644 index 0000000..29f7298 --- /dev/null +++ b/assets/minecraft/models/block/planks/birch/stairs/1.json @@ -0,0 +1,8 @@ +{ + "parent": "block/stairs", + "textures": { + "bottom": "block/birch_planks1", + "top": "block/birch_planks1", + "side": "block/birch_planks1" + } +} diff --git a/assets/minecraft/models/block/planks/birch/stairs/2.json b/assets/minecraft/models/block/planks/birch/stairs/2.json new file mode 100644 index 0000000..a0ee1f5 --- /dev/null +++ b/assets/minecraft/models/block/planks/birch/stairs/2.json @@ -0,0 +1,8 @@ +{ + "parent": "block/stairs", + "textures": { + "bottom": "block/birch_planks2", + "top": "block/birch_planks2", + "side": "block/birch_planks2" + } +} diff --git a/assets/minecraft/models/block/planks/birch/stairs/i1.json b/assets/minecraft/models/block/planks/birch/stairs/i1.json new file mode 100644 index 0000000..81af5eb --- /dev/null +++ b/assets/minecraft/models/block/planks/birch/stairs/i1.json @@ -0,0 +1,8 @@ +{ + "parent": "block/inner_stairs", + "textures": { + "bottom": "block/birch_planks1", + "top": "block/birch_planks1", + "side": "block/birch_planks1" + } +} diff --git a/assets/minecraft/models/block/planks/birch/stairs/i2.json b/assets/minecraft/models/block/planks/birch/stairs/i2.json new file mode 100644 index 0000000..6cc334f --- /dev/null +++ b/assets/minecraft/models/block/planks/birch/stairs/i2.json @@ -0,0 +1,8 @@ +{ + "parent": "block/inner_stairs", + "textures": { + "bottom": "block/birch_planks2", + "top": "block/birch_planks2", + "side": "block/birch_planks2" + } +} diff --git a/assets/minecraft/models/block/planks/birch/stairs/o1.json b/assets/minecraft/models/block/planks/birch/stairs/o1.json new file mode 100644 index 0000000..a800cc9 --- /dev/null +++ b/assets/minecraft/models/block/planks/birch/stairs/o1.json @@ -0,0 +1,8 @@ +{ + "parent": "block/outer_stairs", + "textures": { + "bottom": "block/birch_planks1", + "top": "block/birch_planks1", + "side": "block/birch_planks1" + } +} diff --git a/assets/minecraft/models/block/planks/birch/stairs/o2.json b/assets/minecraft/models/block/planks/birch/stairs/o2.json new file mode 100644 index 0000000..c204f17 --- /dev/null +++ b/assets/minecraft/models/block/planks/birch/stairs/o2.json @@ -0,0 +1,8 @@ +{ + "parent": "block/outer_stairs", + "textures": { + "bottom": "block/birch_planks2", + "top": "block/birch_planks2", + "side": "block/birch_planks2" + } +} diff --git a/assets/minecraft/models/block/planks/dark_oak/1.json b/assets/minecraft/models/block/planks/dark_oak/1.json new file mode 100644 index 0000000..eff6a78 --- /dev/null +++ b/assets/minecraft/models/block/planks/dark_oak/1.json @@ -0,0 +1,6 @@ +{ + "parent": "block/cube_all", + "textures": { + "all": "block/dark_oak_planks1" + } +} diff --git a/assets/minecraft/models/block/planks/dark_oak/2.json b/assets/minecraft/models/block/planks/dark_oak/2.json new file mode 100644 index 0000000..b4349c7 --- /dev/null +++ b/assets/minecraft/models/block/planks/dark_oak/2.json @@ -0,0 +1,6 @@ +{ + "parent": "block/cube_all", + "textures": { + "all": "block/dark_oak_planks2" + } +} diff --git a/assets/minecraft/models/block/planks/dark_oak/slab/l1.json b/assets/minecraft/models/block/planks/dark_oak/slab/l1.json new file mode 100644 index 0000000..abbf5fa --- /dev/null +++ b/assets/minecraft/models/block/planks/dark_oak/slab/l1.json @@ -0,0 +1,8 @@ +{ + "parent": "block/slab", + "textures": { + "bottom": "block/dark_oak_planks1", + "top": "block/dark_oak_planks1", + "side": "block/dark_oak_planks1" + } +} diff --git a/assets/minecraft/models/block/planks/dark_oak/slab/l2.json b/assets/minecraft/models/block/planks/dark_oak/slab/l2.json new file mode 100644 index 0000000..8129446 --- /dev/null +++ b/assets/minecraft/models/block/planks/dark_oak/slab/l2.json @@ -0,0 +1,8 @@ +{ + "parent": "block/slab", + "textures": { + "bottom": "block/dark_oak_planks2", + "top": "block/dark_oak_planks2", + "side": "block/dark_oak_planks2" + } +} diff --git a/assets/minecraft/models/block/planks/dark_oak/slab/u1.json b/assets/minecraft/models/block/planks/dark_oak/slab/u1.json new file mode 100644 index 0000000..d962dca --- /dev/null +++ b/assets/minecraft/models/block/planks/dark_oak/slab/u1.json @@ -0,0 +1,8 @@ +{ + "parent": "block/slab_top", + "textures": { + "bottom": "block/dark_oak_planks1", + "top": "block/dark_oak_planks1", + "side": "block/dark_oak_planks1" + } +} diff --git a/assets/minecraft/models/block/planks/dark_oak/slab/u2.json b/assets/minecraft/models/block/planks/dark_oak/slab/u2.json new file mode 100644 index 0000000..52704a6 --- /dev/null +++ b/assets/minecraft/models/block/planks/dark_oak/slab/u2.json @@ -0,0 +1,8 @@ +{ + "parent": "block/slab_top", + "textures": { + "bottom": "block/dark_oak_planks2", + "top": "block/dark_oak_planks2", + "side": "block/dark_oak_planks2" + } +} diff --git a/assets/minecraft/models/block/planks/dark_oak/stairs/1.json b/assets/minecraft/models/block/planks/dark_oak/stairs/1.json new file mode 100644 index 0000000..457696b --- /dev/null +++ b/assets/minecraft/models/block/planks/dark_oak/stairs/1.json @@ -0,0 +1,8 @@ +{ + "parent": "block/stairs", + "textures": { + "bottom": "block/dark_oak_planks1", + "top": "block/dark_oak_planks1", + "side": "block/dark_oak_planks1" + } +} diff --git a/assets/minecraft/models/block/planks/dark_oak/stairs/2.json b/assets/minecraft/models/block/planks/dark_oak/stairs/2.json new file mode 100644 index 0000000..c02b41d --- /dev/null +++ b/assets/minecraft/models/block/planks/dark_oak/stairs/2.json @@ -0,0 +1,8 @@ +{ + "parent": "block/stairs", + "textures": { + "bottom": "block/dark_oak_planks2", + "top": "block/dark_oak_planks2", + "side": "block/dark_oak_planks2" + } +} diff --git a/assets/minecraft/models/block/planks/dark_oak/stairs/i1.json b/assets/minecraft/models/block/planks/dark_oak/stairs/i1.json new file mode 100644 index 0000000..cff5835 --- /dev/null +++ b/assets/minecraft/models/block/planks/dark_oak/stairs/i1.json @@ -0,0 +1,8 @@ +{ + "parent": "block/inner_stairs", + "textures": { + "bottom": "block/dark_oak_planks1", + "top": "block/dark_oak_planks1", + "side": "block/dark_oak_planks1" + } +} diff --git a/assets/minecraft/models/block/planks/dark_oak/stairs/i2.json b/assets/minecraft/models/block/planks/dark_oak/stairs/i2.json new file mode 100644 index 0000000..1c2fee1 --- /dev/null +++ b/assets/minecraft/models/block/planks/dark_oak/stairs/i2.json @@ -0,0 +1,8 @@ +{ + "parent": "block/inner_stairs", + "textures": { + "bottom": "block/dark_oak_planks2", + "top": "block/dark_oak_planks2", + "side": "block/dark_oak_planks2" + } +} diff --git a/assets/minecraft/models/block/planks/dark_oak/stairs/o1.json b/assets/minecraft/models/block/planks/dark_oak/stairs/o1.json new file mode 100644 index 0000000..756e54c --- /dev/null +++ b/assets/minecraft/models/block/planks/dark_oak/stairs/o1.json @@ -0,0 +1,8 @@ +{ + "parent": "block/outer_stairs", + "textures": { + "bottom": "block/dark_oak_planks1", + "top": "block/dark_oak_planks1", + "side": "block/dark_oak_planks1" + } +} diff --git a/assets/minecraft/models/block/planks/dark_oak/stairs/o2.json b/assets/minecraft/models/block/planks/dark_oak/stairs/o2.json new file mode 100644 index 0000000..bf326df --- /dev/null +++ b/assets/minecraft/models/block/planks/dark_oak/stairs/o2.json @@ -0,0 +1,8 @@ +{ + "parent": "block/outer_stairs", + "textures": { + "bottom": "block/dark_oak_planks2", + "top": "block/dark_oak_planks2", + "side": "block/dark_oak_planks2" + } +} diff --git a/assets/minecraft/models/block/planks/jungle/1.json b/assets/minecraft/models/block/planks/jungle/1.json new file mode 100644 index 0000000..0572dc6 --- /dev/null +++ b/assets/minecraft/models/block/planks/jungle/1.json @@ -0,0 +1,6 @@ +{ + "parent": "block/cube_all", + "textures": { + "all": "block/jungle_planks1" + } +} diff --git a/assets/minecraft/models/block/planks/jungle/2.json b/assets/minecraft/models/block/planks/jungle/2.json new file mode 100644 index 0000000..8f8b1e5 --- /dev/null +++ b/assets/minecraft/models/block/planks/jungle/2.json @@ -0,0 +1,6 @@ +{ + "parent": "block/cube_all", + "textures": { + "all": "block/jungle_planks2" + } +} diff --git a/assets/minecraft/models/block/planks/jungle/slab/l1.json b/assets/minecraft/models/block/planks/jungle/slab/l1.json new file mode 100644 index 0000000..136e576 --- /dev/null +++ b/assets/minecraft/models/block/planks/jungle/slab/l1.json @@ -0,0 +1,8 @@ +{ + "parent": "block/slab", + "textures": { + "bottom": "block/jungle_planks1", + "top": "block/jungle_planks1", + "side": "block/jungle_planks1" + } +} diff --git a/assets/minecraft/models/block/planks/jungle/slab/l2.json b/assets/minecraft/models/block/planks/jungle/slab/l2.json new file mode 100644 index 0000000..4cfbce0 --- /dev/null +++ b/assets/minecraft/models/block/planks/jungle/slab/l2.json @@ -0,0 +1,8 @@ +{ + "parent": "block/slab", + "textures": { + "bottom": "block/jungle_planks2", + "top": "block/jungle_planks2", + "side": "block/jungle_planks2" + } +} diff --git a/assets/minecraft/models/block/planks/jungle/slab/u1.json b/assets/minecraft/models/block/planks/jungle/slab/u1.json new file mode 100644 index 0000000..2587c1e --- /dev/null +++ b/assets/minecraft/models/block/planks/jungle/slab/u1.json @@ -0,0 +1,8 @@ +{ + "parent": "block/slab_top", + "textures": { + "bottom": "block/jungle_planks1", + "top": "block/jungle_planks1", + "side": "block/jungle_planks1" + } +} diff --git a/assets/minecraft/models/block/planks/jungle/slab/u2.json b/assets/minecraft/models/block/planks/jungle/slab/u2.json new file mode 100644 index 0000000..2f05a0a --- /dev/null +++ b/assets/minecraft/models/block/planks/jungle/slab/u2.json @@ -0,0 +1,8 @@ +{ + "parent": "block/slab_top", + "textures": { + "bottom": "block/jungle_planks2", + "top": "block/jungle_planks2", + "side": "block/jungle_planks2" + } +} diff --git a/assets/minecraft/models/block/planks/jungle/stairs/1.json b/assets/minecraft/models/block/planks/jungle/stairs/1.json new file mode 100644 index 0000000..74f8d7f --- /dev/null +++ b/assets/minecraft/models/block/planks/jungle/stairs/1.json @@ -0,0 +1,8 @@ +{ + "parent": "block/stairs", + "textures": { + "bottom": "block/jungle_planks1", + "top": "block/jungle_planks1", + "side": "block/jungle_planks1" + } +} diff --git a/assets/minecraft/models/block/planks/jungle/stairs/2.json b/assets/minecraft/models/block/planks/jungle/stairs/2.json new file mode 100644 index 0000000..f43b98e --- /dev/null +++ b/assets/minecraft/models/block/planks/jungle/stairs/2.json @@ -0,0 +1,8 @@ +{ + "parent": "block/stairs", + "textures": { + "bottom": "block/jungle_planks2", + "top": "block/jungle_planks2", + "side": "block/jungle_planks2" + } +} diff --git a/assets/minecraft/models/block/planks/jungle/stairs/i1.json b/assets/minecraft/models/block/planks/jungle/stairs/i1.json new file mode 100644 index 0000000..4cb7600 --- /dev/null +++ b/assets/minecraft/models/block/planks/jungle/stairs/i1.json @@ -0,0 +1,8 @@ +{ + "parent": "block/inner_stairs", + "textures": { + "bottom": "block/jungle_planks1", + "top": "block/jungle_planks1", + "side": "block/jungle_planks1" + } +} diff --git a/assets/minecraft/models/block/planks/jungle/stairs/i2.json b/assets/minecraft/models/block/planks/jungle/stairs/i2.json new file mode 100644 index 0000000..7ac21a6 --- /dev/null +++ b/assets/minecraft/models/block/planks/jungle/stairs/i2.json @@ -0,0 +1,8 @@ +{ + "parent": "block/inner_stairs", + "textures": { + "bottom": "block/jungle_planks2", + "top": "block/jungle_planks2", + "side": "block/jungle_planks2" + } +} diff --git a/assets/minecraft/models/block/planks/jungle/stairs/o1.json b/assets/minecraft/models/block/planks/jungle/stairs/o1.json new file mode 100644 index 0000000..dfe4d6f --- /dev/null +++ b/assets/minecraft/models/block/planks/jungle/stairs/o1.json @@ -0,0 +1,8 @@ +{ + "parent": "block/outer_stairs", + "textures": { + "bottom": "block/jungle_planks1", + "top": "block/jungle_planks1", + "side": "block/jungle_planks1" + } +} diff --git a/assets/minecraft/models/block/planks/jungle/stairs/o2.json b/assets/minecraft/models/block/planks/jungle/stairs/o2.json new file mode 100644 index 0000000..2fbd1ba --- /dev/null +++ b/assets/minecraft/models/block/planks/jungle/stairs/o2.json @@ -0,0 +1,8 @@ +{ + "parent": "block/outer_stairs", + "textures": { + "bottom": "block/jungle_planks2", + "top": "block/jungle_planks2", + "side": "block/jungle_planks2" + } +} diff --git a/assets/minecraft/models/block/planks/oak/1.json b/assets/minecraft/models/block/planks/oak/1.json new file mode 100644 index 0000000..08437b8 --- /dev/null +++ b/assets/minecraft/models/block/planks/oak/1.json @@ -0,0 +1,6 @@ +{ + "parent": "block/cube_all", + "textures": { + "all": "block/oak_planks1" + } +} diff --git a/assets/minecraft/models/block/planks/oak/2.json b/assets/minecraft/models/block/planks/oak/2.json new file mode 100644 index 0000000..e6a7101 --- /dev/null +++ b/assets/minecraft/models/block/planks/oak/2.json @@ -0,0 +1,6 @@ +{ + "parent": "block/cube_all", + "textures": { + "all": "block/oak_planks2" + } +} diff --git a/assets/minecraft/models/block/planks/oak/slab/l1.json b/assets/minecraft/models/block/planks/oak/slab/l1.json new file mode 100644 index 0000000..fdde2e8 --- /dev/null +++ b/assets/minecraft/models/block/planks/oak/slab/l1.json @@ -0,0 +1,8 @@ +{ + "parent": "block/slab", + "textures": { + "bottom": "block/oak_planks1", + "top": "block/oak_planks1", + "side": "block/oak_planks1" + } +} diff --git a/assets/minecraft/models/block/planks/oak/slab/l2.json b/assets/minecraft/models/block/planks/oak/slab/l2.json new file mode 100644 index 0000000..7e6b5be --- /dev/null +++ b/assets/minecraft/models/block/planks/oak/slab/l2.json @@ -0,0 +1,8 @@ +{ + "parent": "block/slab", + "textures": { + "bottom": "block/oak_planks2", + "top": "block/oak_planks2", + "side": "block/oak_planks2" + } +} diff --git a/assets/minecraft/models/block/planks/oak/slab/u1.json b/assets/minecraft/models/block/planks/oak/slab/u1.json new file mode 100644 index 0000000..8b6c377 --- /dev/null +++ b/assets/minecraft/models/block/planks/oak/slab/u1.json @@ -0,0 +1,8 @@ +{ + "parent": "block/slab_top", + "textures": { + "bottom": "block/oak_planks1", + "top": "block/oak_planks1", + "side": "block/oak_planks1" + } +} diff --git a/assets/minecraft/models/block/planks/oak/slab/u2.json b/assets/minecraft/models/block/planks/oak/slab/u2.json new file mode 100644 index 0000000..155dc41 --- /dev/null +++ b/assets/minecraft/models/block/planks/oak/slab/u2.json @@ -0,0 +1,8 @@ +{ + "parent": "block/slab_top", + "textures": { + "bottom": "block/oak_planks2", + "top": "block/oak_planks2", + "side": "block/oak_planks2" + } +} diff --git a/assets/minecraft/models/block/planks/oak/stairs/1.json b/assets/minecraft/models/block/planks/oak/stairs/1.json new file mode 100644 index 0000000..dc46d13 --- /dev/null +++ b/assets/minecraft/models/block/planks/oak/stairs/1.json @@ -0,0 +1,8 @@ +{ + "parent": "block/stairs", + "textures": { + "bottom": "block/oak_planks1", + "top": "block/oak_planks1", + "side": "block/oak_planks1" + } +} diff --git a/assets/minecraft/models/block/planks/oak/stairs/2.json b/assets/minecraft/models/block/planks/oak/stairs/2.json new file mode 100644 index 0000000..ba43b6d --- /dev/null +++ b/assets/minecraft/models/block/planks/oak/stairs/2.json @@ -0,0 +1,8 @@ +{ + "parent": "block/stairs", + "textures": { + "bottom": "block/oak_planks2", + "top": "block/oak_planks2", + "side": "block/oak_planks2" + } +} diff --git a/assets/minecraft/models/block/planks/oak/stairs/i1.json b/assets/minecraft/models/block/planks/oak/stairs/i1.json new file mode 100644 index 0000000..a2c29f6 --- /dev/null +++ b/assets/minecraft/models/block/planks/oak/stairs/i1.json @@ -0,0 +1,8 @@ +{ + "parent": "block/inner_stairs", + "textures": { + "bottom": "block/oak_planks1", + "top": "block/oak_planks1", + "side": "block/oak_planks1" + } +} diff --git a/assets/minecraft/models/block/planks/oak/stairs/i2.json b/assets/minecraft/models/block/planks/oak/stairs/i2.json new file mode 100644 index 0000000..f74bcc3 --- /dev/null +++ b/assets/minecraft/models/block/planks/oak/stairs/i2.json @@ -0,0 +1,8 @@ +{ + "parent": "block/inner_stairs", + "textures": { + "bottom": "block/oak_planks2", + "top": "block/oak_planks2", + "side": "block/oak_planks2" + } +} diff --git a/assets/minecraft/models/block/planks/oak/stairs/o1.json b/assets/minecraft/models/block/planks/oak/stairs/o1.json new file mode 100644 index 0000000..a70b8d4 --- /dev/null +++ b/assets/minecraft/models/block/planks/oak/stairs/o1.json @@ -0,0 +1,8 @@ +{ + "parent": "block/outer_stairs", + "textures": { + "bottom": "block/oak_planks1", + "top": "block/oak_planks1", + "side": "block/oak_planks1" + } +} diff --git a/assets/minecraft/models/block/planks/oak/stairs/o2.json b/assets/minecraft/models/block/planks/oak/stairs/o2.json new file mode 100644 index 0000000..4c004d9 --- /dev/null +++ b/assets/minecraft/models/block/planks/oak/stairs/o2.json @@ -0,0 +1,8 @@ +{ + "parent": "block/outer_stairs", + "textures": { + "bottom": "block/oak_planks2", + "top": "block/oak_planks2", + "side": "block/oak_planks2" + } +} diff --git a/assets/minecraft/models/block/planks/spruce/1.json b/assets/minecraft/models/block/planks/spruce/1.json new file mode 100644 index 0000000..18b9bae --- /dev/null +++ b/assets/minecraft/models/block/planks/spruce/1.json @@ -0,0 +1,6 @@ +{ + "parent": "block/cube_all", + "textures": { + "all": "block/spruce_planks1" + } +} diff --git a/assets/minecraft/models/block/planks/spruce/2.json b/assets/minecraft/models/block/planks/spruce/2.json new file mode 100644 index 0000000..824ec4d --- /dev/null +++ b/assets/minecraft/models/block/planks/spruce/2.json @@ -0,0 +1,6 @@ +{ + "parent": "block/cube_all", + "textures": { + "all": "block/spruce_planks2" + } +} diff --git a/assets/minecraft/models/block/planks/spruce/slab/l1.json b/assets/minecraft/models/block/planks/spruce/slab/l1.json new file mode 100644 index 0000000..88b706c --- /dev/null +++ b/assets/minecraft/models/block/planks/spruce/slab/l1.json @@ -0,0 +1,8 @@ +{ + "parent": "block/slab", + "textures": { + "bottom": "block/spruce_planks1", + "top": "block/spruce_planks1", + "side": "block/spruce_planks1" + } +} diff --git a/assets/minecraft/models/block/planks/spruce/slab/l2.json b/assets/minecraft/models/block/planks/spruce/slab/l2.json new file mode 100644 index 0000000..62e1adf --- /dev/null +++ b/assets/minecraft/models/block/planks/spruce/slab/l2.json @@ -0,0 +1,8 @@ +{ + "parent": "block/slab", + "textures": { + "bottom": "block/spruce_planks2", + "top": "block/spruce_planks2", + "side": "block/spruce_planks2" + } +} diff --git a/assets/minecraft/models/block/planks/spruce/slab/u1.json b/assets/minecraft/models/block/planks/spruce/slab/u1.json new file mode 100644 index 0000000..3c1b240 --- /dev/null +++ b/assets/minecraft/models/block/planks/spruce/slab/u1.json @@ -0,0 +1,8 @@ +{ + "parent": "block/slab_top", + "textures": { + "bottom": "block/spruce_planks1", + "top": "block/spruce_planks1", + "side": "block/spruce_planks1" + } +} diff --git a/assets/minecraft/models/block/planks/spruce/slab/u2.json b/assets/minecraft/models/block/planks/spruce/slab/u2.json new file mode 100644 index 0000000..a02dcf9 --- /dev/null +++ b/assets/minecraft/models/block/planks/spruce/slab/u2.json @@ -0,0 +1,8 @@ +{ + "parent": "block/slab_top", + "textures": { + "bottom": "block/spruce_planks2", + "top": "block/spruce_planks2", + "side": "block/spruce_planks2" + } +} diff --git a/assets/minecraft/models/block/planks/spruce/stairs/1.json b/assets/minecraft/models/block/planks/spruce/stairs/1.json new file mode 100644 index 0000000..512fa0a --- /dev/null +++ b/assets/minecraft/models/block/planks/spruce/stairs/1.json @@ -0,0 +1,8 @@ +{ + "parent": "block/stairs", + "textures": { + "bottom": "block/spruce_planks1", + "top": "block/spruce_planks1", + "side": "block/spruce_planks1" + } +} diff --git a/assets/minecraft/models/block/planks/spruce/stairs/2.json b/assets/minecraft/models/block/planks/spruce/stairs/2.json new file mode 100644 index 0000000..079fc14 --- /dev/null +++ b/assets/minecraft/models/block/planks/spruce/stairs/2.json @@ -0,0 +1,8 @@ +{ + "parent": "block/stairs", + "textures": { + "bottom": "block/spruce_planks2", + "top": "block/spruce_planks2", + "side": "block/spruce_planks2" + } +} diff --git a/assets/minecraft/models/block/planks/spruce/stairs/i1.json b/assets/minecraft/models/block/planks/spruce/stairs/i1.json new file mode 100644 index 0000000..902c5e7 --- /dev/null +++ b/assets/minecraft/models/block/planks/spruce/stairs/i1.json @@ -0,0 +1,8 @@ +{ + "parent": "block/inner_stairs", + "textures": { + "bottom": "block/spruce_planks1", + "top": "block/spruce_planks1", + "side": "block/spruce_planks1" + } +} diff --git a/assets/minecraft/models/block/planks/spruce/stairs/i2.json b/assets/minecraft/models/block/planks/spruce/stairs/i2.json new file mode 100644 index 0000000..4e8524d --- /dev/null +++ b/assets/minecraft/models/block/planks/spruce/stairs/i2.json @@ -0,0 +1,8 @@ +{ + "parent": "block/inner_stairs", + "textures": { + "bottom": "block/spruce_planks2", + "top": "block/spruce_planks2", + "side": "block/spruce_planks2" + } +} diff --git a/assets/minecraft/models/block/planks/spruce/stairs/o1.json b/assets/minecraft/models/block/planks/spruce/stairs/o1.json new file mode 100644 index 0000000..715081b --- /dev/null +++ b/assets/minecraft/models/block/planks/spruce/stairs/o1.json @@ -0,0 +1,8 @@ +{ + "parent": "block/outer_stairs", + "textures": { + "bottom": "block/spruce_planks1", + "top": "block/spruce_planks1", + "side": "block/spruce_planks1" + } +} diff --git a/assets/minecraft/models/block/planks/spruce/stairs/o2.json b/assets/minecraft/models/block/planks/spruce/stairs/o2.json new file mode 100644 index 0000000..d51c443 --- /dev/null +++ b/assets/minecraft/models/block/planks/spruce/stairs/o2.json @@ -0,0 +1,8 @@ +{ + "parent": "block/outer_stairs", + "textures": { + "bottom": "block/spruce_planks2", + "top": "block/spruce_planks2", + "side": "block/spruce_planks2" + } +} diff --git a/assets/minecraft/models/block/podzol.json b/assets/minecraft/models/block/podzol.json new file mode 100644 index 0000000..8d1c250 --- /dev/null +++ b/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/assets/minecraft/models/block/rail_corner.json b/assets/minecraft/models/block/rail_corner.json new file mode 100644 index 0000000..c3a52d1 --- /dev/null +++ b/assets/minecraft/models/block/rail_corner.json @@ -0,0 +1,6 @@ +{ + "parent": "block/rail_curved", + "textures": { + "rail": "block/rail_corner" + } +} diff --git a/assets/minecraft/models/block/rail_curved.json b/assets/minecraft/models/block/rail_curved.json new file mode 100644 index 0000000..9fc0b7e --- /dev/null +++ b/assets/minecraft/models/block/rail_curved.json @@ -0,0 +1,138 @@ +{ + "__createdwith": "opl's Model Maker", + "ambientocclusion": false, + "textures": { + "particle": "#rail", + "rail": "block/rail_normal_turned" + }, + "elements": [ + { "from": [0, 0, 0], + "to": [16, 0.25, 16], + "faces": { + "up": {"uv": [0, 0, 16, 16],"texture": "#rail"}, + "down": {"uv": [0, 16, 16, 0],"texture": "#rail"} + } + }, + { + "from": [11, 0, 2], + "to": [16, 1, 4], + "faces": { + "up": {"texture": "#rail"}, + "west": {"uv": [13, 2, 15, 3],"texture": "#rail"}, + "east": {"uv": [12, 15, 14, 16],"texture": "#rail"}, + "north": {"uv": [12, 3, 16, 4],"texture": "#rail"}, + "south": {"uv": [12, 3, 16, 4],"texture": "#rail"} + } + }, + { + "from": [2, 0, 11], + "to": [4, 1, 16], + "faces": { + "up": {"texture": "#rail"}, + "west": {"uv": [12, 3, 16, 4],"texture": "#rail"}, + "east": {"uv": [12, 3, 16, 4],"texture": "#rail"}, + "north": {"uv": [13, 3, 15, 4],"texture": "#rail"}, + "south": {"texture": "#rail"} + } + }, + { + "from": [3, 0, 9], + "to": [5, 1, 12], + "faces": { + "up": {"texture": "#rail"}, + "west": {"uv": [12, 3, 15, 4],"texture": "#rail"}, + "east": {"uv": [13, 3, 16, 4],"texture": "#rail"}, + "north": {"uv": [14, 3, 16, 4],"texture": "#rail"}, + "south": {"uv": [13, 3, 15, 4],"texture": "#rail"} + } + }, + { + "from": [9, 0, 3], + "to": [12, 1, 5], + "faces": { + "up": {"texture": "#rail"}, + "west": {"uv": [13, 3, 15, 4],"texture": "#rail"}, + "east": {"uv": [13, 3, 15, 4],"texture": "#rail"}, + "north": {"uv": [12, 3, 15, 4],"texture": "#rail"}, + "south": {"uv": [13, 3, 16, 4],"texture": "#rail"} + } + }, + { + "from": [4, 0, 7], + "to": [6, 1, 10], + "faces": { + "up": {"texture": "#rail"}, + "west": {"uv": [13, 3, 16, 4],"texture": "#rail"}, + "east": {"uv": [12, 3, 15, 4],"texture": "#rail"}, + "north": {"uv": [14, 3, 16, 4],"texture": "#rail"}, + "south": {"uv": [14, 3, 16, 4],"texture": "#rail"} + } + }, + { + "from": [7, 0, 4], + "to": [10, 1, 6], + "faces": { + "up": {"texture": "#rail"}, + "west": {"uv": [13, 3, 15, 4],"texture": "#rail"}, + "east": {"uv": [13, 3, 15, 4],"texture": "#rail"}, + "north": {"uv": [13, 3, 16, 4],"texture": "#rail"}, + "south": {"uv": [13, 3, 16, 4],"texture": "#rail"} + } + }, + { + "from": [5, 0, 6], + "to": [7, 1, 8], + "faces": { + "up": {"texture": "#rail"}, + "west": {"uv": [13, 3, 15, 4],"texture": "#rail"}, + "east": {"uv": [12, 3, 14, 4],"texture": "#rail"}, + "north": {"uv": [14, 3, 16, 4],"texture": "#rail"}, + "south": {"uv": [13, 3, 15, 4],"texture": "#rail"} + } + }, + { + "from": [6, 0, 5], + "to": [8, 1, 7], + "faces": { + "up": {"texture": "#rail"}, + "west": {"uv": [13, 3, 15, 4],"texture": "#rail"}, + "east": {"uv": [13, 3, 15, 4],"texture": "#rail"}, + "north": {"uv": [14, 3, 16, 4],"texture": "#rail"}, + "south": {"uv": [14, 3, 16, 4],"texture": "#rail"} + } + }, + { + "from": [12, 0, 14], + "to": [14, 1, 16], + "faces": { + "up": {"texture": "#rail"}, + "west": {"uv": [13, 3, 15, 4],"texture": "#rail"}, + "east": {"uv": [13, 3, 15, 4],"texture": "#rail"}, + "north": {"uv": [13, 3, 15, 4],"texture": "#rail"}, + "south": {"uv": [12, 15, 14, 16],"texture": "#rail"} + } + }, + { + "from": [14, 0, 12], + "to": [16, 1, 14], + "faces": { + "up": {"texture": "#rail"}, + "west": {"uv": [13, 3, 15, 4],"texture": "#rail"}, + "east": {"uv": [2, 15, 4, 16],"texture": "#rail"}, + "north": {"uv": [13, 3, 15, 4],"texture": "#rail"}, + "south": {"uv": [13, 3, 15, 4],"texture": "#rail"} + } + }, + { + "from": [13, 0, 13], + "to": [15, 1, 15], + "faces": { + "up": {"texture": "#rail"}, + "west": {"uv": [13, 3, 15, 4],"texture": "#rail"}, + "east": {"uv": [13, 3, 15, 4],"texture": "#rail"}, + "north": {"uv": [13, 3, 15, 4],"texture": "#rail"}, + "south": {"uv": [13, 3, 15, 4],"texture": "#rail"} + } + } + ] +} \ No newline at end of file diff --git a/assets/minecraft/models/block/rail_flat.json b/assets/minecraft/models/block/rail_flat.json new file mode 100644 index 0000000..abcf0d7 --- /dev/null +++ b/assets/minecraft/models/block/rail_flat.json @@ -0,0 +1,40 @@ +{ + "__createdwith": "opl's Model Maker", + "ambientocclusion": false, + "textures": { + "particle": "#rail", + "rail": "block/rail_normal" + }, + "elements": [ + { "from": [0, 0, 0], + "to": [16, 0.25, 16], + "faces": { + "up": {"uv": [0, 0, 16, 16],"texture": "#rail"} + } + }, + { + "from": [2, 0, -0.25], + "to": [4, 1, 16.25], + "faces": { + "up": {"uv": [2, 0, 4, 16],"texture": "#rail"}, + "down": {"uv": [2, 0, 4, 16],"texture": "#rail"}, + "west": {"uv": [3, 15, 4, 16],"texture": "#rail"}, + "east": {"uv": [3, 15, 4, 16],"texture": "#rail"}, + "north": {"uv": [12, 15, 14, 16],"texture": "#rail"}, + "south": {"texture": "#rail"} + } + }, + { + "from": [12, 0, -0.25], + "to": [14, 1, 16.25], + "faces": { + "up": {"uv": [12, 0, 14, 16],"texture": "#rail"}, + "down": {"uv": [12, 0, 14, 16],"texture": "#rail"}, + "west": {"uv": [3, 15, 4, 16],"texture": "#rail"}, + "east": {"uv": [3, 15, 4, 16],"texture": "#rail"}, + "north": {"uv": [2, 15, 4, 16],"texture": "#rail"}, + "south": {"texture": "#rail"} + } + } + ] +} \ No newline at end of file diff --git a/assets/minecraft/models/block/rail_raised_ne.json b/assets/minecraft/models/block/rail_raised_ne.json new file mode 100644 index 0000000..90236ae --- /dev/null +++ b/assets/minecraft/models/block/rail_raised_ne.json @@ -0,0 +1,57 @@ +{ + "ambientocclusion": false, + "textures": { + "particle": "#rail", + "rail": "block/rail" + }, + "elements": [ + { "from": [0, 8.25, 1], + "to": [16, 8.25, 14.5], + "rotation": { + "origin": [ 8, 8.25, 8 ], + "axis": "x", + "angle": 45, + "rescale": true + }, + "faces": { + "up": {"uv": [0, 0, 16, 16],"texture": "#rail"} + } + }, + { + "from": [2, 7.25, -0.75], + "to": [4, 8.25, 16], + "rotation": { + "origin": [ 8, 7.25, 8 ], + "axis": "x", + "angle": 45, + "rescale": true + }, + "faces": { + "up": {"uv": [2, 0, 4, 16],"texture": "#rail"}, + "down": {"uv": [2, 0, 4, 16],"texture": "#rail"}, + "west": {"uv": [3, 15, 4, 16],"texture": "#rail"}, + "east": {"uv": [3, 15, 4, 16],"texture": "#rail"}, + "north": {"uv": [12, 15, 14, 16],"texture": "#rail"}, + "south": {"texture": "#rail"} + } + }, + { + "from": [12, 7.25, -0.75], + "to": [14, 8.25, 16], + "rotation": { + "origin": [ 8, 7.25, 8 ], + "axis": "x", + "angle": 45, + "rescale": true + }, + "faces": { + "up": {"uv": [12, 0, 14, 16],"texture": "#rail"}, + "down": {"uv": [12, 0, 14, 16],"texture": "#rail"}, + "west": {"uv": [3, 15, 4, 16],"texture": "#rail"}, + "east": {"uv": [3, 15, 4, 16],"texture": "#rail"}, + "north": {"uv": [2, 15, 4, 16],"texture": "#rail"}, + "south": {"texture": "#rail"} + } + } + ] +} \ No newline at end of file diff --git a/assets/minecraft/models/block/rail_raised_sw.json b/assets/minecraft/models/block/rail_raised_sw.json new file mode 100644 index 0000000..f407cd5 --- /dev/null +++ b/assets/minecraft/models/block/rail_raised_sw.json @@ -0,0 +1,57 @@ +{ + "ambientocclusion": false, + "textures": { + "particle": "#rail", + "rail": "block/rail" + }, + "elements": [ + { "from": [0, 8.25, 1], + "to": [16, 8.25, 14.5], + "rotation": { + "origin": [ 8, 8.25, 8 ], + "axis": "x", + "angle": -45, + "rescale": true + }, + "faces": { + "up": {"uv": [0, 0, 16, 16],"texture": "#rail"} + } + }, + { + "from": [2, 7.25, 0], + "to": [4, 8.25, 16.75], + "rotation": { + "origin": [ 8, 7.25, 8 ], + "axis": "x", + "angle": -45, + "rescale": true + }, + "faces": { + "up": {"uv": [2, 0, 4, 16],"texture": "#rail"}, + "down": {"uv": [2, 0, 4, 16],"texture": "#rail"}, + "west": {"uv": [3, 15, 4, 16],"texture": "#rail"}, + "east": {"uv": [3, 15, 4, 16],"texture": "#rail"}, + "north": {"uv": [12, 15, 14, 16],"texture": "#rail"}, + "south": {"texture": "#rail"} + } + }, + { + "from": [12, 7.25, 0], + "to": [14, 8.25, 16.75], + "rotation": { + "origin": [ 8, 7.25, 8 ], + "axis": "x", + "angle": -45, + "rescale": true + }, + "faces": { + "up": {"uv": [12, 0, 14, 16],"texture": "#rail"}, + "down": {"uv": [12, 0, 14, 16],"texture": "#rail"}, + "west": {"uv": [3, 15, 4, 16],"texture": "#rail"}, + "east": {"uv": [3, 15, 4, 16],"texture": "#rail"}, + "north": {"uv": [2, 15, 4, 16],"texture": "#rail"}, + "south": {"texture": "#rail"} + } + } + ] +} \ No newline at end of file diff --git a/assets/minecraft/models/block/red_sand/1.json b/assets/minecraft/models/block/red_sand/1.json new file mode 100644 index 0000000..99ef09a --- /dev/null +++ b/assets/minecraft/models/block/red_sand/1.json @@ -0,0 +1,6 @@ +{ + "parent": "block/cube_all", + "textures": { + "all": "block/red_sand1" + } +} diff --git a/assets/minecraft/models/block/red_sand/2.json b/assets/minecraft/models/block/red_sand/2.json new file mode 100644 index 0000000..be47bd7 --- /dev/null +++ b/assets/minecraft/models/block/red_sand/2.json @@ -0,0 +1,6 @@ +{ + "parent": "block/cube_all", + "textures": { + "all": "block/red_sand2" + } +} diff --git a/assets/minecraft/models/block/redstone_dot.json b/assets/minecraft/models/block/redstone_dot.json new file mode 100644 index 0000000..48a11e6 --- /dev/null +++ b/assets/minecraft/models/block/redstone_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/assets/minecraft/models/block/redstone_side.json b/assets/minecraft/models/block/redstone_side.json new file mode 100644 index 0000000..a25954f --- /dev/null +++ b/assets/minecraft/models/block/redstone_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/assets/minecraft/models/block/redstone_side0.json b/assets/minecraft/models/block/redstone_side0.json new file mode 100644 index 0000000..d802b28 --- /dev/null +++ b/assets/minecraft/models/block/redstone_side0.json @@ -0,0 +1,6 @@ +{ + "parent": "block/redstone_side", + "textures": { + "line": "block/redstone_dust_line0" + } +} diff --git a/assets/minecraft/models/block/redstone_side1.json b/assets/minecraft/models/block/redstone_side1.json new file mode 100644 index 0000000..ea1b5b0 --- /dev/null +++ b/assets/minecraft/models/block/redstone_side1.json @@ -0,0 +1,6 @@ +{ + "parent": "block/redstone_side", + "textures": { + "line": "block/redstone_dust_line1" + } +} diff --git a/assets/minecraft/models/block/redstone_side_alt.json b/assets/minecraft/models/block/redstone_side_alt.json new file mode 100644 index 0000000..b187d5c --- /dev/null +++ b/assets/minecraft/models/block/redstone_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/assets/minecraft/models/block/redstone_side_alt0.json b/assets/minecraft/models/block/redstone_side_alt0.json new file mode 100644 index 0000000..c5b4c43 --- /dev/null +++ b/assets/minecraft/models/block/redstone_side_alt0.json @@ -0,0 +1,6 @@ +{ + "parent": "block/redstone_side_alt", + "textures": { + "line": "block/redstone_dust_line0" + } +} diff --git a/assets/minecraft/models/block/redstone_side_alt1.json b/assets/minecraft/models/block/redstone_side_alt1.json new file mode 100644 index 0000000..16fcbfa --- /dev/null +++ b/assets/minecraft/models/block/redstone_side_alt1.json @@ -0,0 +1,6 @@ +{ + "parent": "block/redstone_side_alt", + "textures": { + "line": "block/redstone_dust_line1" + } +} diff --git a/assets/minecraft/models/block/redstone_up.json b/assets/minecraft/models/block/redstone_up.json new file mode 100644 index 0000000..f4a7bbc --- /dev/null +++ b/assets/minecraft/models/block/redstone_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/assets/minecraft/models/block/sand/1.json b/assets/minecraft/models/block/sand/1.json new file mode 100644 index 0000000..bd76f1d --- /dev/null +++ b/assets/minecraft/models/block/sand/1.json @@ -0,0 +1,6 @@ +{ + "parent": "block/cube_all", + "textures": { + "all": "block/sand1" + } +} diff --git a/assets/minecraft/models/block/sand/2.json b/assets/minecraft/models/block/sand/2.json new file mode 100644 index 0000000..c4c6c03 --- /dev/null +++ b/assets/minecraft/models/block/sand/2.json @@ -0,0 +1,6 @@ +{ + "parent": "block/cube_all", + "textures": { + "all": "block/sand2" + } +} diff --git a/assets/minecraft/models/block/sand/3.json b/assets/minecraft/models/block/sand/3.json new file mode 100644 index 0000000..7d21be3 --- /dev/null +++ b/assets/minecraft/models/block/sand/3.json @@ -0,0 +1,6 @@ +{ + "parent": "block/cube_all", + "textures": { + "all": "block/sand3" + } +} diff --git a/assets/minecraft/models/block/sandstone/chiseled/normal/1.json b/assets/minecraft/models/block/sandstone/chiseled/normal/1.json new file mode 100644 index 0000000..ae110fa --- /dev/null +++ b/assets/minecraft/models/block/sandstone/chiseled/normal/1.json @@ -0,0 +1,7 @@ +{ + "parent": "block/cube_column", + "textures": { + "end": "block/sandstone_top", + "side": "block/chiseled_sandstone1" + } +} diff --git a/assets/minecraft/models/block/sandstone/chiseled/red/1.json b/assets/minecraft/models/block/sandstone/chiseled/red/1.json new file mode 100644 index 0000000..40568b1 --- /dev/null +++ b/assets/minecraft/models/block/sandstone/chiseled/red/1.json @@ -0,0 +1,7 @@ +{ + "parent": "block/cube_column", + "textures": { + "end": "block/red_sandstone_top", + "side": "block/chiseled_red_sandstone1" + } +} diff --git a/assets/minecraft/models/block/sandstone/normal/normal/1.json b/assets/minecraft/models/block/sandstone/normal/normal/1.json new file mode 100644 index 0000000..c3761e6 --- /dev/null +++ b/assets/minecraft/models/block/sandstone/normal/normal/1.json @@ -0,0 +1,8 @@ +{ + "parent": "block/cube_bottom_top", + "textures": { + "bottom": "block/sandstone_bottom", + "top": "block/sandstone_top", + "side": "block/sandstone1" + } +} diff --git a/assets/minecraft/models/block/sandstone/normal/normal/2.json b/assets/minecraft/models/block/sandstone/normal/normal/2.json new file mode 100644 index 0000000..f9dc905 --- /dev/null +++ b/assets/minecraft/models/block/sandstone/normal/normal/2.json @@ -0,0 +1,8 @@ +{ + "parent": "block/cube_bottom_top", + "textures": { + "bottom": "block/sandstone_bottom", + "top": "block/sandstone_top", + "side": "block/sandstone2" + } +} diff --git a/assets/minecraft/models/block/sandstone/normal/normal/slab/l1.json b/assets/minecraft/models/block/sandstone/normal/normal/slab/l1.json new file mode 100644 index 0000000..20e3770 --- /dev/null +++ b/assets/minecraft/models/block/sandstone/normal/normal/slab/l1.json @@ -0,0 +1,8 @@ +{ + "parent": "block/slab", + "textures": { + "bottom": "block/sandstone_bottom", + "top": "block/sandstone_top", + "side": "block/sandstone1" + } +} diff --git a/assets/minecraft/models/block/sandstone/normal/normal/slab/l2.json b/assets/minecraft/models/block/sandstone/normal/normal/slab/l2.json new file mode 100644 index 0000000..255eee7 --- /dev/null +++ b/assets/minecraft/models/block/sandstone/normal/normal/slab/l2.json @@ -0,0 +1,8 @@ +{ + "parent": "block/slab", + "textures": { + "bottom": "block/sandstone_bottom", + "top": "block/sandstone_top", + "side": "block/sandstone2" + } +} diff --git a/assets/minecraft/models/block/sandstone/normal/normal/slab/u1.json b/assets/minecraft/models/block/sandstone/normal/normal/slab/u1.json new file mode 100644 index 0000000..28bb7bf --- /dev/null +++ b/assets/minecraft/models/block/sandstone/normal/normal/slab/u1.json @@ -0,0 +1,8 @@ +{ + "parent": "block/slab_top", + "textures": { + "bottom": "block/sandstone_bottom", + "top": "block/sandstone_top", + "side": "block/sandstone1" + } +} diff --git a/assets/minecraft/models/block/sandstone/normal/normal/slab/u2.json b/assets/minecraft/models/block/sandstone/normal/normal/slab/u2.json new file mode 100644 index 0000000..b836fa9 --- /dev/null +++ b/assets/minecraft/models/block/sandstone/normal/normal/slab/u2.json @@ -0,0 +1,8 @@ +{ + "parent": "block/slab_top", + "textures": { + "bottom": "block/sandstone_bottom", + "top": "block/sandstone_top", + "side": "block/sandstone2" + } +} diff --git a/assets/minecraft/models/block/sandstone/normal/normal/stairs/1.json b/assets/minecraft/models/block/sandstone/normal/normal/stairs/1.json new file mode 100644 index 0000000..252313e --- /dev/null +++ b/assets/minecraft/models/block/sandstone/normal/normal/stairs/1.json @@ -0,0 +1,8 @@ +{ + "parent": "block/stairs", + "textures": { + "bottom": "block/sandstone_bottom", + "top": "block/sandstone_top", + "side": "block/sandstone1" + } +} diff --git a/assets/minecraft/models/block/sandstone/normal/normal/stairs/2.json b/assets/minecraft/models/block/sandstone/normal/normal/stairs/2.json new file mode 100644 index 0000000..5849bca --- /dev/null +++ b/assets/minecraft/models/block/sandstone/normal/normal/stairs/2.json @@ -0,0 +1,8 @@ +{ + "parent": "block/stairs", + "textures": { + "bottom": "block/sandstone_bottom", + "top": "block/sandstone_top", + "side": "block/sandstone2" + } +} diff --git a/assets/minecraft/models/block/sandstone/normal/normal/stairs/i1.json b/assets/minecraft/models/block/sandstone/normal/normal/stairs/i1.json new file mode 100644 index 0000000..38680b0 --- /dev/null +++ b/assets/minecraft/models/block/sandstone/normal/normal/stairs/i1.json @@ -0,0 +1,8 @@ +{ + "parent": "block/inner_stairs", + "textures": { + "bottom": "block/sandstone_bottom", + "top": "block/sandstone_top", + "side": "block/sandstone1" + } +} diff --git a/assets/minecraft/models/block/sandstone/normal/normal/stairs/i2.json b/assets/minecraft/models/block/sandstone/normal/normal/stairs/i2.json new file mode 100644 index 0000000..abdfdf2 --- /dev/null +++ b/assets/minecraft/models/block/sandstone/normal/normal/stairs/i2.json @@ -0,0 +1,8 @@ +{ + "parent": "block/inner_stairs", + "textures": { + "bottom": "block/sandstone_bottom", + "top": "block/sandstone_top", + "side": "block/sandstone2" + } +} diff --git a/assets/minecraft/models/block/sandstone/normal/normal/stairs/o1.json b/assets/minecraft/models/block/sandstone/normal/normal/stairs/o1.json new file mode 100644 index 0000000..09ce091 --- /dev/null +++ b/assets/minecraft/models/block/sandstone/normal/normal/stairs/o1.json @@ -0,0 +1,8 @@ +{ + "parent": "block/outer_stairs", + "textures": { + "bottom": "block/sandstone_bottom", + "top": "block/sandstone_top", + "side": "block/sandstone1" + } +} diff --git a/assets/minecraft/models/block/sandstone/normal/normal/stairs/o2.json b/assets/minecraft/models/block/sandstone/normal/normal/stairs/o2.json new file mode 100644 index 0000000..f559eed --- /dev/null +++ b/assets/minecraft/models/block/sandstone/normal/normal/stairs/o2.json @@ -0,0 +1,8 @@ +{ + "parent": "block/outer_stairs", + "textures": { + "bottom": "block/sandstone_bottom", + "top": "block/sandstone_top", + "side": "block/sandstone2" + } +} diff --git a/assets/minecraft/models/block/sandstone/normal/red/1.json b/assets/minecraft/models/block/sandstone/normal/red/1.json new file mode 100644 index 0000000..bf79f22 --- /dev/null +++ b/assets/minecraft/models/block/sandstone/normal/red/1.json @@ -0,0 +1,8 @@ +{ + "parent": "block/cube_bottom_top", + "textures": { + "bottom": "block/red_sandstone_bottom", + "top": "block/red_sandstone_top", + "side": "block/red_sandstone1" + } +} diff --git a/assets/minecraft/models/block/sandstone/normal/red/2.json b/assets/minecraft/models/block/sandstone/normal/red/2.json new file mode 100644 index 0000000..2aff959 --- /dev/null +++ b/assets/minecraft/models/block/sandstone/normal/red/2.json @@ -0,0 +1,8 @@ +{ + "parent": "block/cube_bottom_top", + "textures": { + "bottom": "block/red_sandstone_bottom", + "top": "block/red_sandstone_top", + "side": "block/red_sandstone2" + } +} diff --git a/assets/minecraft/models/block/sandstone/normal/red/slab/l1.json b/assets/minecraft/models/block/sandstone/normal/red/slab/l1.json new file mode 100644 index 0000000..7d2a5d4 --- /dev/null +++ b/assets/minecraft/models/block/sandstone/normal/red/slab/l1.json @@ -0,0 +1,8 @@ +{ + "parent": "block/slab", + "textures": { + "bottom": "block/red_sandstone_bottom", + "top": "block/red_sandstone_top", + "side": "block/red_sandstone1" + } +} diff --git a/assets/minecraft/models/block/sandstone/normal/red/slab/l2.json b/assets/minecraft/models/block/sandstone/normal/red/slab/l2.json new file mode 100644 index 0000000..485835c --- /dev/null +++ b/assets/minecraft/models/block/sandstone/normal/red/slab/l2.json @@ -0,0 +1,8 @@ +{ + "parent": "block/slab", + "textures": { + "bottom": "block/red_sandstone_bottom", + "top": "block/red_sandstone_top", + "side": "block/red_sandstone2" + } +} diff --git a/assets/minecraft/models/block/sandstone/normal/red/slab/u1.json b/assets/minecraft/models/block/sandstone/normal/red/slab/u1.json new file mode 100644 index 0000000..a3fccac --- /dev/null +++ b/assets/minecraft/models/block/sandstone/normal/red/slab/u1.json @@ -0,0 +1,8 @@ +{ + "parent": "block/slab_top", + "textures": { + "bottom": "block/red_sandstone_bottom", + "top": "block/red_sandstone_top", + "side": "block/red_sandstone1" + } +} diff --git a/assets/minecraft/models/block/sandstone/normal/red/slab/u2.json b/assets/minecraft/models/block/sandstone/normal/red/slab/u2.json new file mode 100644 index 0000000..c543885 --- /dev/null +++ b/assets/minecraft/models/block/sandstone/normal/red/slab/u2.json @@ -0,0 +1,8 @@ +{ + "parent": "block/slab_top", + "textures": { + "bottom": "block/red_sandstone_bottom", + "top": "block/red_sandstone_top", + "side": "block/red_sandstone2" + } +} diff --git a/assets/minecraft/models/block/sandstone/normal/red/stairs/1.json b/assets/minecraft/models/block/sandstone/normal/red/stairs/1.json new file mode 100644 index 0000000..2890dca --- /dev/null +++ b/assets/minecraft/models/block/sandstone/normal/red/stairs/1.json @@ -0,0 +1,8 @@ +{ + "parent": "block/stairs", + "textures": { + "bottom": "block/red_sandstone_bottom", + "top": "block/red_sandstone_top", + "side": "block/red_sandstone1" + } +} diff --git a/assets/minecraft/models/block/sandstone/normal/red/stairs/2.json b/assets/minecraft/models/block/sandstone/normal/red/stairs/2.json new file mode 100644 index 0000000..4dd5b4d --- /dev/null +++ b/assets/minecraft/models/block/sandstone/normal/red/stairs/2.json @@ -0,0 +1,8 @@ +{ + "parent": "block/stairs", + "textures": { + "bottom": "block/red_sandstone_bottom", + "top": "block/red_sandstone_top", + "side": "block/red_sandstone2" + } +} diff --git a/assets/minecraft/models/block/sandstone/normal/red/stairs/i1.json b/assets/minecraft/models/block/sandstone/normal/red/stairs/i1.json new file mode 100644 index 0000000..1c72fdc --- /dev/null +++ b/assets/minecraft/models/block/sandstone/normal/red/stairs/i1.json @@ -0,0 +1,8 @@ +{ + "parent": "block/inner_stairs", + "textures": { + "bottom": "block/red_sandstone_bottom", + "top": "block/red_sandstone_top", + "side": "block/red_sandstone1" + } +} diff --git a/assets/minecraft/models/block/sandstone/normal/red/stairs/i2.json b/assets/minecraft/models/block/sandstone/normal/red/stairs/i2.json new file mode 100644 index 0000000..22dc095 --- /dev/null +++ b/assets/minecraft/models/block/sandstone/normal/red/stairs/i2.json @@ -0,0 +1,8 @@ +{ + "parent": "block/inner_stairs", + "textures": { + "bottom": "block/red_sandstone_bottom", + "top": "block/red_sandstone_top", + "side": "block/red_sandstone2" + } +} diff --git a/assets/minecraft/models/block/sandstone/normal/red/stairs/o1.json b/assets/minecraft/models/block/sandstone/normal/red/stairs/o1.json new file mode 100644 index 0000000..2b7134e --- /dev/null +++ b/assets/minecraft/models/block/sandstone/normal/red/stairs/o1.json @@ -0,0 +1,8 @@ +{ + "parent": "block/outer_stairs", + "textures": { + "bottom": "block/red_sandstone_bottom", + "top": "block/red_sandstone_top", + "side": "block/red_sandstone1" + } +} diff --git a/assets/minecraft/models/block/sandstone/normal/red/stairs/o2.json b/assets/minecraft/models/block/sandstone/normal/red/stairs/o2.json new file mode 100644 index 0000000..73213a7 --- /dev/null +++ b/assets/minecraft/models/block/sandstone/normal/red/stairs/o2.json @@ -0,0 +1,8 @@ +{ + "parent": "block/outer_stairs", + "textures": { + "bottom": "block/red_sandstone_bottom", + "top": "block/red_sandstone_top", + "side": "block/red_sandstone2" + } +} diff --git a/assets/minecraft/models/block/sea_lantern.json b/assets/minecraft/models/block/sea_lantern.json new file mode 100644 index 0000000..a0b57c7 --- /dev/null +++ b/assets/minecraft/models/block/sea_lantern.json @@ -0,0 +1,6 @@ +{ + "parent": "block/unshaded_cube_all", + "textures": { + "all": "block/sea_lantern" + } +} diff --git a/assets/minecraft/models/block/slime_block/1.json b/assets/minecraft/models/block/slime_block/1.json new file mode 100644 index 0000000..74ac2ed --- /dev/null +++ b/assets/minecraft/models/block/slime_block/1.json @@ -0,0 +1,30 @@ +{ + "textures": { + "particle": "block/slime_block1", + "texture": "block/slime_block1" + }, + "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/assets/minecraft/models/block/slime_block/2.json b/assets/minecraft/models/block/slime_block/2.json new file mode 100644 index 0000000..92bf9b7 --- /dev/null +++ b/assets/minecraft/models/block/slime_block/2.json @@ -0,0 +1,30 @@ +{ + "textures": { + "particle": "block/slime_block2", + "texture": "block/slime_block2" + }, + "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/assets/minecraft/models/block/slime_block/3.json b/assets/minecraft/models/block/slime_block/3.json new file mode 100644 index 0000000..b968532 --- /dev/null +++ b/assets/minecraft/models/block/slime_block/3.json @@ -0,0 +1,30 @@ +{ + "textures": { + "particle": "block/slime_block3", + "texture": "block/slime_block3" + }, + "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/assets/minecraft/models/block/slime_block/4.json b/assets/minecraft/models/block/slime_block/4.json new file mode 100644 index 0000000..db033b0 --- /dev/null +++ b/assets/minecraft/models/block/slime_block/4.json @@ -0,0 +1,30 @@ +{ + "textures": { + "particle": "block/slime_block4", + "texture": "block/slime_block4" + }, + "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/assets/minecraft/models/block/spruce_door_bottom.json b/assets/minecraft/models/block/spruce_door_bottom.json new file mode 100644 index 0000000..46fae55 --- /dev/null +++ b/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/assets/minecraft/models/block/spruce_door_bottom_hinge.json b/assets/minecraft/models/block/spruce_door_bottom_hinge.json new file mode 100644 index 0000000..d4a6add --- /dev/null +++ b/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/assets/minecraft/models/block/spruce_door_top.json b/assets/minecraft/models/block/spruce_door_top.json new file mode 100644 index 0000000..928f5cd --- /dev/null +++ b/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/assets/minecraft/models/block/spruce_door_top_hinge.json b/assets/minecraft/models/block/spruce_door_top_hinge.json new file mode 100644 index 0000000..f603699 --- /dev/null +++ b/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/assets/minecraft/models/block/spruce_fence_gate_closed.json b/assets/minecraft/models/block/spruce_fence_gate_closed.json new file mode 100644 index 0000000..9a25799 --- /dev/null +++ b/assets/minecraft/models/block/spruce_fence_gate_closed.json @@ -0,0 +1,6 @@ +{ + "parent": "block/template_fence_gate", + "textures": { + "texture": "block/spruce_fence_gate" + } +} diff --git a/assets/minecraft/models/block/spruce_fence_inventory.json b/assets/minecraft/models/block/spruce_fence_inventory.json new file mode 100644 index 0000000..88f6785 --- /dev/null +++ b/assets/minecraft/models/block/spruce_fence_inventory.json @@ -0,0 +1,6 @@ +{ + "parent": "block/fence_inventory", + "textures": { + "texture": "block/spruce_fence" + } +} diff --git a/assets/minecraft/models/block/spruce_fence_post.json b/assets/minecraft/models/block/spruce_fence_post.json new file mode 100644 index 0000000..ab28607 --- /dev/null +++ b/assets/minecraft/models/block/spruce_fence_post.json @@ -0,0 +1,8 @@ +{ + "parent": "block/fence_post", + "textures": { + "texture": "block/spruce_fence", + "side": "block/spruce_fence_side", + "top": "block/spruce_fence_top" + } +} diff --git a/assets/minecraft/models/block/spruce_fence_side.json b/assets/minecraft/models/block/spruce_fence_side.json new file mode 100644 index 0000000..d10b0af --- /dev/null +++ b/assets/minecraft/models/block/spruce_fence_side.json @@ -0,0 +1,8 @@ +{ + "parent": "block/fence_side", + "textures": { + "texture": "block/spruce_fence", + "side": "block/spruce_fence_side", + "top": "block/spruce_fence_top" + } +} diff --git a/assets/minecraft/models/block/spruce_leaves.json b/assets/minecraft/models/block/spruce_leaves.json new file mode 100644 index 0000000..9b11dab --- /dev/null +++ b/assets/minecraft/models/block/spruce_leaves.json @@ -0,0 +1,6 @@ +{ + "parent": "block/leaves", + "textures": { + "all": "block/spruce_leaves" + } +} diff --git a/assets/minecraft/models/block/spruce_wall_gate_closed.json b/assets/minecraft/models/block/spruce_wall_gate_closed.json new file mode 100644 index 0000000..ebdfd8e --- /dev/null +++ b/assets/minecraft/models/block/spruce_wall_gate_closed.json @@ -0,0 +1,6 @@ +{ + "parent": "block/template_fence_gate_wall", + "textures": { + "texture": "block/spruce_fence_gate" + } +} diff --git a/assets/minecraft/models/block/spruce_wall_gate_open.json b/assets/minecraft/models/block/spruce_wall_gate_open.json new file mode 100644 index 0000000..c2c1ff2 --- /dev/null +++ b/assets/minecraft/models/block/spruce_wall_gate_open.json @@ -0,0 +1,6 @@ +{ + "parent": "block/template_fence_gate_wall_open", + "textures": { + "texture": "block/spruce_fence_gate" + } +} diff --git a/assets/minecraft/models/block/stone/1.json b/assets/minecraft/models/block/stone/1.json new file mode 100644 index 0000000..eff754d --- /dev/null +++ b/assets/minecraft/models/block/stone/1.json @@ -0,0 +1,6 @@ +{ + "parent": "block/cube_all", + "textures": { + "all": "block/stone1" + } +} diff --git a/assets/minecraft/models/block/stone/2.json b/assets/minecraft/models/block/stone/2.json new file mode 100644 index 0000000..a6bc535 --- /dev/null +++ b/assets/minecraft/models/block/stone/2.json @@ -0,0 +1,6 @@ +{ + "parent": "block/cube_all", + "textures": { + "all": "block/stone2" + } +} diff --git a/assets/minecraft/models/block/stone/3.json b/assets/minecraft/models/block/stone/3.json new file mode 100644 index 0000000..d87e895 --- /dev/null +++ b/assets/minecraft/models/block/stone/3.json @@ -0,0 +1,6 @@ +{ + "parent": "block/cube_all", + "textures": { + "all": "block/stone3" + } +} diff --git a/assets/minecraft/models/block/stone/4.json b/assets/minecraft/models/block/stone/4.json new file mode 100644 index 0000000..e0348ca --- /dev/null +++ b/assets/minecraft/models/block/stone/4.json @@ -0,0 +1,6 @@ +{ + "parent": "block/cube_all", + "textures": { + "all": "block/stone4" + } +} diff --git a/assets/minecraft/models/block/stone/5.json b/assets/minecraft/models/block/stone/5.json new file mode 100644 index 0000000..e691aeb --- /dev/null +++ b/assets/minecraft/models/block/stone/5.json @@ -0,0 +1,6 @@ +{ + "parent": "block/cube_all", + "textures": { + "all": "block/stone5" + } +} diff --git a/assets/minecraft/models/block/stone_brick_slab.json b/assets/minecraft/models/block/stone_brick_slab.json new file mode 100644 index 0000000..e734e0c --- /dev/null +++ b/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/assets/minecraft/models/block/stone_brick_slab_top.json b/assets/minecraft/models/block/stone_brick_slab_top.json new file mode 100644 index 0000000..2571d95 --- /dev/null +++ b/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/assets/minecraft/models/block/stone_bricks/1.json b/assets/minecraft/models/block/stone_bricks/1.json new file mode 100644 index 0000000..fd69156 --- /dev/null +++ b/assets/minecraft/models/block/stone_bricks/1.json @@ -0,0 +1,6 @@ +{ + "parent": "block/cube_all", + "textures": { + "all": "block/stone_bricks1" + } +} diff --git a/assets/minecraft/models/block/stone_bricks/2.json b/assets/minecraft/models/block/stone_bricks/2.json new file mode 100644 index 0000000..8175189 --- /dev/null +++ b/assets/minecraft/models/block/stone_bricks/2.json @@ -0,0 +1,6 @@ +{ + "parent": "block/cube_all", + "textures": { + "all": "block/stone_bricks2" + } +} diff --git a/assets/minecraft/models/block/stone_bricks/3.json b/assets/minecraft/models/block/stone_bricks/3.json new file mode 100644 index 0000000..5bb1d60 --- /dev/null +++ b/assets/minecraft/models/block/stone_bricks/3.json @@ -0,0 +1,6 @@ +{ + "parent": "block/cube_all", + "textures": { + "all": "block/stone_bricks3" + } +} diff --git a/assets/minecraft/models/block/stone_bricks/4.json b/assets/minecraft/models/block/stone_bricks/4.json new file mode 100644 index 0000000..a1c2573 --- /dev/null +++ b/assets/minecraft/models/block/stone_bricks/4.json @@ -0,0 +1,6 @@ +{ + "parent": "block/cube_all", + "textures": { + "all": "block/stone_bricks4" + } +} diff --git a/assets/minecraft/models/block/stone_bricks/slab/l1.json b/assets/minecraft/models/block/stone_bricks/slab/l1.json new file mode 100644 index 0000000..ebc77ec --- /dev/null +++ b/assets/minecraft/models/block/stone_bricks/slab/l1.json @@ -0,0 +1,8 @@ +{ + "parent": "block/slab", + "textures": { + "bottom": "block/stone_bricks1", + "top": "block/stone_bricks1", + "side": "block/stone_bricks1" + } +} diff --git a/assets/minecraft/models/block/stone_bricks/slab/l2.json b/assets/minecraft/models/block/stone_bricks/slab/l2.json new file mode 100644 index 0000000..cc1f3e3 --- /dev/null +++ b/assets/minecraft/models/block/stone_bricks/slab/l2.json @@ -0,0 +1,8 @@ +{ + "parent": "block/slab", + "textures": { + "bottom": "block/stone_bricks2", + "top": "block/stone_bricks2", + "side": "block/stone_bricks2" + } +} diff --git a/assets/minecraft/models/block/stone_bricks/slab/l3.json b/assets/minecraft/models/block/stone_bricks/slab/l3.json new file mode 100644 index 0000000..8b67ece --- /dev/null +++ b/assets/minecraft/models/block/stone_bricks/slab/l3.json @@ -0,0 +1,8 @@ +{ + "parent": "block/slab", + "textures": { + "bottom": "block/stone_bricks3", + "top": "block/stone_bricks3", + "side": "block/stone_bricks3" + } +} diff --git a/assets/minecraft/models/block/stone_bricks/slab/l4.json b/assets/minecraft/models/block/stone_bricks/slab/l4.json new file mode 100644 index 0000000..d05a4b0 --- /dev/null +++ b/assets/minecraft/models/block/stone_bricks/slab/l4.json @@ -0,0 +1,8 @@ +{ + "parent": "block/slab", + "textures": { + "bottom": "block/stone_bricks4", + "top": "block/stone_bricks4", + "side": "block/stone_bricks4" + } +} diff --git a/assets/minecraft/models/block/stone_bricks/slab/u1.json b/assets/minecraft/models/block/stone_bricks/slab/u1.json new file mode 100644 index 0000000..c701041 --- /dev/null +++ b/assets/minecraft/models/block/stone_bricks/slab/u1.json @@ -0,0 +1,8 @@ +{ + "parent": "block/slab_top", + "textures": { + "bottom": "block/stone_bricks1", + "top": "block/stone_bricks1", + "side": "block/stone_bricks1" + } +} diff --git a/assets/minecraft/models/block/stone_bricks/slab/u2.json b/assets/minecraft/models/block/stone_bricks/slab/u2.json new file mode 100644 index 0000000..81a2c87 --- /dev/null +++ b/assets/minecraft/models/block/stone_bricks/slab/u2.json @@ -0,0 +1,8 @@ +{ + "parent": "block/slab_top", + "textures": { + "bottom": "block/stone_bricks2", + "top": "block/stone_bricks2", + "side": "block/stone_bricks2" + } +} diff --git a/assets/minecraft/models/block/stone_bricks/slab/u3.json b/assets/minecraft/models/block/stone_bricks/slab/u3.json new file mode 100644 index 0000000..5bb0865 --- /dev/null +++ b/assets/minecraft/models/block/stone_bricks/slab/u3.json @@ -0,0 +1,8 @@ +{ + "parent": "block/slab_top", + "textures": { + "bottom": "block/stone_bricks3", + "top": "block/stone_bricks3", + "side": "block/stone_bricks3" + } +} diff --git a/assets/minecraft/models/block/stone_bricks/slab/u4.json b/assets/minecraft/models/block/stone_bricks/slab/u4.json new file mode 100644 index 0000000..a5ae9d7 --- /dev/null +++ b/assets/minecraft/models/block/stone_bricks/slab/u4.json @@ -0,0 +1,8 @@ +{ + "parent": "block/slab_top", + "textures": { + "bottom": "block/stone_bricks4", + "top": "block/stone_bricks4", + "side": "block/stone_bricks4" + } +} diff --git a/assets/minecraft/models/block/stone_bricks/stairs/1.json b/assets/minecraft/models/block/stone_bricks/stairs/1.json new file mode 100644 index 0000000..d1df26b --- /dev/null +++ b/assets/minecraft/models/block/stone_bricks/stairs/1.json @@ -0,0 +1,8 @@ +{ + "parent": "block/stairs", + "textures": { + "bottom": "block/stone_bricks1", + "top": "block/stone_bricks1", + "side": "block/stone_bricks1" + } +} diff --git a/assets/minecraft/models/block/stone_bricks/stairs/2.json b/assets/minecraft/models/block/stone_bricks/stairs/2.json new file mode 100644 index 0000000..54c4cbd --- /dev/null +++ b/assets/minecraft/models/block/stone_bricks/stairs/2.json @@ -0,0 +1,8 @@ +{ + "parent": "block/stairs", + "textures": { + "bottom": "block/stone_bricks2", + "top": "block/stone_bricks2", + "side": "block/stone_bricks2" + } +} diff --git a/assets/minecraft/models/block/stone_bricks/stairs/3.json b/assets/minecraft/models/block/stone_bricks/stairs/3.json new file mode 100644 index 0000000..65ae8ce --- /dev/null +++ b/assets/minecraft/models/block/stone_bricks/stairs/3.json @@ -0,0 +1,8 @@ +{ + "parent": "block/stairs", + "textures": { + "bottom": "block/stone_bricks3", + "top": "block/stone_bricks3", + "side": "block/stone_bricks3" + } +} diff --git a/assets/minecraft/models/block/stone_bricks/stairs/4.json b/assets/minecraft/models/block/stone_bricks/stairs/4.json new file mode 100644 index 0000000..5eab2cf --- /dev/null +++ b/assets/minecraft/models/block/stone_bricks/stairs/4.json @@ -0,0 +1,8 @@ +{ + "parent": "block/stairs", + "textures": { + "bottom": "block/stone_bricks4", + "top": "block/stone_bricks4", + "side": "block/stone_bricks4" + } +} diff --git a/assets/minecraft/models/block/stone_bricks/stairs/i1.json b/assets/minecraft/models/block/stone_bricks/stairs/i1.json new file mode 100644 index 0000000..5e403e0 --- /dev/null +++ b/assets/minecraft/models/block/stone_bricks/stairs/i1.json @@ -0,0 +1,8 @@ +{ + "parent": "block/inner_stairs", + "textures": { + "bottom": "block/stone_bricks1", + "top": "block/stone_bricks1", + "side": "block/stone_bricks1" + } +} diff --git a/assets/minecraft/models/block/stone_bricks/stairs/i2.json b/assets/minecraft/models/block/stone_bricks/stairs/i2.json new file mode 100644 index 0000000..23c81b0 --- /dev/null +++ b/assets/minecraft/models/block/stone_bricks/stairs/i2.json @@ -0,0 +1,8 @@ +{ + "parent": "block/inner_stairs", + "textures": { + "bottom": "block/stone_bricks2", + "top": "block/stone_bricks2", + "side": "block/stone_bricks2" + } +} diff --git a/assets/minecraft/models/block/stone_bricks/stairs/i3.json b/assets/minecraft/models/block/stone_bricks/stairs/i3.json new file mode 100644 index 0000000..3ff52a7 --- /dev/null +++ b/assets/minecraft/models/block/stone_bricks/stairs/i3.json @@ -0,0 +1,8 @@ +{ + "parent": "block/inner_stairs", + "textures": { + "bottom": "block/stone_bricks3", + "top": "block/stone_bricks3", + "side": "block/stone_bricks3" + } +} diff --git a/assets/minecraft/models/block/stone_bricks/stairs/i4.json b/assets/minecraft/models/block/stone_bricks/stairs/i4.json new file mode 100644 index 0000000..5346e64 --- /dev/null +++ b/assets/minecraft/models/block/stone_bricks/stairs/i4.json @@ -0,0 +1,8 @@ +{ + "parent": "block/inner_stairs", + "textures": { + "bottom": "block/stone_bricks4", + "top": "block/stone_bricks4", + "side": "block/stone_bricks4" + } +} diff --git a/assets/minecraft/models/block/stone_bricks/stairs/o1.json b/assets/minecraft/models/block/stone_bricks/stairs/o1.json new file mode 100644 index 0000000..93a212e --- /dev/null +++ b/assets/minecraft/models/block/stone_bricks/stairs/o1.json @@ -0,0 +1,8 @@ +{ + "parent": "block/outer_stairs", + "textures": { + "bottom": "block/stone_bricks1", + "top": "block/stone_bricks1", + "side": "block/stone_bricks1" + } +} diff --git a/assets/minecraft/models/block/stone_bricks/stairs/o2.json b/assets/minecraft/models/block/stone_bricks/stairs/o2.json new file mode 100644 index 0000000..eae51f1 --- /dev/null +++ b/assets/minecraft/models/block/stone_bricks/stairs/o2.json @@ -0,0 +1,8 @@ +{ + "parent": "block/outer_stairs", + "textures": { + "bottom": "block/stone_bricks2", + "top": "block/stone_bricks2", + "side": "block/stone_bricks2" + } +} diff --git a/assets/minecraft/models/block/stone_bricks/stairs/o3.json b/assets/minecraft/models/block/stone_bricks/stairs/o3.json new file mode 100644 index 0000000..2447b06 --- /dev/null +++ b/assets/minecraft/models/block/stone_bricks/stairs/o3.json @@ -0,0 +1,8 @@ +{ + "parent": "block/outer_stairs", + "textures": { + "bottom": "block/stone_bricks3", + "top": "block/stone_bricks3", + "side": "block/stone_bricks3" + } +} diff --git a/assets/minecraft/models/block/stone_bricks/stairs/o4.json b/assets/minecraft/models/block/stone_bricks/stairs/o4.json new file mode 100644 index 0000000..58e7ac3 --- /dev/null +++ b/assets/minecraft/models/block/stone_bricks/stairs/o4.json @@ -0,0 +1,8 @@ +{ + "parent": "block/outer_stairs", + "textures": { + "bottom": "block/stone_bricks4", + "top": "block/stone_bricks4", + "side": "block/stone_bricks4" + } +} diff --git a/assets/minecraft/models/block/sugar_cane.json b/assets/minecraft/models/block/sugar_cane.json new file mode 100644 index 0000000..695f0fa --- /dev/null +++ b/assets/minecraft/models/block/sugar_cane.json @@ -0,0 +1,352 @@ +{ + "ambientocclusion": false, + "textures": { + "particle": "block/sugar_cane", + "reed": "block/sugar_cane", + "reed_extra": "block/sugar_cane_extra" + }, + "elements": [ + { + "from": [7,0,7], + "to": [10,16,10], + "shade": true, + "faces": { + "up": { + "uv": [9,0,12,3], + "texture": "#reed_extra" + }, + "west": { + "uv": [6,0,9,16], + "texture": "#reed_extra" + }, + "east": { + "uv": [6,0,9,16], + "texture": "#reed_extra" + }, + "north": { + "uv": [6,0,9,16], + "texture": "#reed_extra" + }, + "south": { + "uv": [6,0,9,16], + "texture": "#reed_extra" + } + } + }, + { + "from": [13,-2,12], + "to": [15,14,14], + "shade": true, + "faces": { + "up": { + "uv": [9,4,11,6], + "texture": "#reed_extra" + }, + "west": { + "uv": [13,0,15,16], + "texture": "#reed_extra" + }, + "east": { + "uv": [13,0,15,16], + "texture": "#reed_extra" + }, + "north": { + "uv": [13,0,15,16], + "texture": "#reed" + }, + "south": { + "uv": [13,0,15,16], + "texture": "#reed_extra" + } + } + }, + { + "from": [12,-1,2], + "to": [14,15,4], + "shade": true, + "faces": { + "up": { + "uv": [9,4,11,6], + "texture": "#reed_extra" + }, + "west": { + "uv": [1,0,3,16], + "texture": "#reed_extra" + }, + "east": { + "uv": [1,0,3,16], + "texture": "#reed_extra" + }, + "north": { + "uv": [1,0,3,16], + "texture": "#reed_extra" + }, + "south": { + "uv": [1,0,3,16], + "texture": "#reed_extra" + } + } + }, + { + "from": [2,-2,2], + "to": [4,14,4], + "shade": true, + "faces": { + "up": { + "uv": [9,4,11,6], + "texture": "#reed_extra" + }, + "west": { + "uv": [13,0,15,16], + "texture": "#reed_extra" + }, + "east": { + "uv": [13,0,15,16], + "texture": "#reed_extra" + }, + "north": { + "uv": [13,0,15,16], + "texture": "#reed_extra" + }, + "south": { + "uv": [13,0,15,16], + "texture": "#reed_extra" + } + } + }, + { + "from": [3,0,12], + "to": [5,16,14], + "shade": true, + "faces": { + "up": { + "uv": [9,4,11,6], + "texture": "#reed_extra" + }, + "west": { + "uv": [1,0,3,16], + "texture": "#reed_extra" + }, + "east": { + "uv": [1,0,3,16], + "texture": "#reed_extra" + }, + "north": { + "uv": [1,0,3,16], + "texture": "#reed_extra" + }, + "south": { + "uv": [1,0,3,16], + "texture": "#reed_extra" + } + } + }, + { + "from": [12.5,9,11.5], + "to": [15.5,11,14.5], + "shade": true, + "faces": { + "up": { + "uv": [9,0,12,3], + "texture": "#reed_extra" + }, + "down": { + "uv": [9,0,12,3], + "texture": "#reed_extra" + }, + "west": { + "uv": [12.5,3,15.5,5], + "texture": "#reed" + }, + "east": { + "uv": [12.5,3,15.5,5], + "texture": "#reed" + }, + "north": { + "uv": [12.5,3,15.5,5], + "texture": "#reed" + }, + "south": { + "uv": [12.5,3,15.5,5], + "texture": "#reed" + } + } + }, + { + "from": [11.5,5,1.5], + "to": [14.5,7,4.5], + "shade": true, + "faces": { + "up": { + "uv": [9,0,12,3], + "texture": "#reed_extra" + }, + "down": { + "uv": [9,0,12,3], + "texture": "#reed_extra" + }, + "west": { + "uv": [0.5,8,3.5,10], + "texture": "#reed" + }, + "east": { + "uv": [0.5,8,3.5,10], + "texture": "#reed" + }, + "north": { + "uv": [0.5,8,3.5,10], + "texture": "#reed" + }, + "south": { + "uv": [0.5,8,3.5,10], + "texture": "#reed" + } + } + }, + { + "from": [2.5,6,11.5], + "to": [5.5,8,14.5], + "shade": true, + "faces": { + "up": { + "uv": [9,0,12,3], + "texture": "#reed_extra" + }, + "down": { + "uv": [9,0,12,3], + "texture": "#reed_extra" + }, + "west": { + "uv": [0.5,8,3.5,10], + "texture": "#reed" + }, + "east": { + "uv": [0.5,8,3.5,10], + "texture": "#reed" + }, + "north": { + "uv": [0.5,8,3.5,10], + "texture": "#reed" + }, + "south": { + "uv": [0.5,8,3.5,10], + "texture": "#reed" + } + } + }, + { + "from": [10,8,9], + "to": [12,10,9], + "shade": true, + "faces": { + "north": { + "uv": [11,6,9,8], + "texture": "#reed" + }, + "south": { + "uv": [9,6,11,8], + "texture": "#reed" + } + } + }, + { + "from": [4,2,3], + "to": [6,4,3], + "shade": true, + "faces": { + "north": { + "uv": [11,10,13,12], + "texture": "#reed" + }, + "south": { + "uv": [13,10,11,12], + "texture": "#reed" + } + } + }, + { + "from": [5,11,8], + "to": [7,13,8], + "shade": true, + "faces": { + "north": { + "uv": [7,3,5,5], + "texture": "#reed" + }, + "south": { + "uv": [5,3,7,5], + "texture": "#reed" + } + } + }, + { + "from": [4,8,14], + "to": [4,10,16], + "shade": true, + "faces": { + "west": { + "uv": [13,1,11,3], + "texture": "#reed" + }, + "east": { + "uv": [11,1,13,3], + "texture": "#reed" + }, + "north": { + "uv": [11,6,9,8], + "texture": "#reed" + }, + "south": { + "uv": [9,6,11,8], + "texture": "#reed" + } + } + }, + { + "from": [13,6,1], + "to": [13,8,3], + "shade": true, + "faces": { + "west": { + "uv": [12,1,10,3], + "texture": "#reed" + }, + "east": { + "uv": [10,1,12,3], + "texture": "#reed" + }, + "north": { + "uv": [11,6,9,8], + "texture": "#reed" + }, + "south": { + "uv": [9,6,11,8], + "texture": "#reed" + } + } + }, + { + "from": [3,10,1], + "to": [3,12,3], + "shade": true, + "faces": { + "west": { + "uv": [12,1,10,3], + "texture": "#reed" + }, + "east": { + "uv": [10,1,12,3], + "texture": "#reed" + }, + "north": { + "uv": [11,6,9,8], + "texture": "#reed" + }, + "south": { + "uv": [9,6,11,8], + "texture": "#reed" + } + } + } + ] +} \ No newline at end of file diff --git a/assets/minecraft/models/block/tall_grass_bottom.json b/assets/minecraft/models/block/tall_grass_bottom.json new file mode 100644 index 0000000..c85b484 --- /dev/null +++ b/assets/minecraft/models/block/tall_grass_bottom.json @@ -0,0 +1,7 @@ +{ + "parent": "block/tinted_cross", + "ambientocclusion": false, + "textures": { + "cross": "block/tall_grass_bottom" + } +} diff --git a/assets/minecraft/models/block/tall_grass_top.json b/assets/minecraft/models/block/tall_grass_top.json new file mode 100644 index 0000000..6b19127 --- /dev/null +++ b/assets/minecraft/models/block/tall_grass_top.json @@ -0,0 +1,7 @@ +{ + "parent": "block/tinted_cross", + "ambientocclusion": false, + "textures": { + "cross": "block/tall_grass_top" + } +} diff --git a/assets/minecraft/models/block/template_fence_gate.json b/assets/minecraft/models/block/template_fence_gate.json new file mode 100644 index 0000000..b1a090f --- /dev/null +++ b/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/assets/minecraft/models/block/template_fence_gate_wall.json b/assets/minecraft/models/block/template_fence_gate_wall.json new file mode 100644 index 0000000..7b1be07 --- /dev/null +++ b/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/assets/minecraft/models/block/template_fence_gate_wall_open.json b/assets/minecraft/models/block/template_fence_gate_wall_open.json new file mode 100644 index 0000000..6aac6c8 --- /dev/null +++ b/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/assets/minecraft/models/block/template_wall_post.json b/assets/minecraft/models/block/template_wall_post.json new file mode 100644 index 0000000..c1c40e4 --- /dev/null +++ b/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/assets/minecraft/models/block/template_wall_side.json b/assets/minecraft/models/block/template_wall_side.json new file mode 100644 index 0000000..301854c --- /dev/null +++ b/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/assets/minecraft/models/block/tinted_cross.json b/assets/minecraft/models/block/tinted_cross.json new file mode 100644 index 0000000..d3b5474 --- /dev/null +++ b/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/assets/minecraft/models/block/unshaded_cube.json b/assets/minecraft/models/block/unshaded_cube.json new file mode 100644 index 0000000..97725c0 --- /dev/null +++ b/assets/minecraft/models/block/unshaded_cube.json @@ -0,0 +1,17 @@ +{ + "parent": "block/block", + "elements": [ + { "from": [ 0, 0, 0 ], + "to": [ 16, 16, 16 ], + "shade": false, + "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/assets/minecraft/models/block/unshaded_cube_all.json b/assets/minecraft/models/block/unshaded_cube_all.json new file mode 100644 index 0000000..a631c5f --- /dev/null +++ b/assets/minecraft/models/block/unshaded_cube_all.json @@ -0,0 +1,12 @@ +{ + "parent": "block/unshaded_cube", + "textures": { + "particle": "#all", + "down": "#all", + "up": "#all", + "north": "#all", + "east": "#all", + "south": "#all", + "west": "#all" + } +} diff --git a/assets/minecraft/models/block/untinted_leaves.json b/assets/minecraft/models/block/untinted_leaves.json new file mode 100644 index 0000000..7209078 --- /dev/null +++ b/assets/minecraft/models/block/untinted_leaves.json @@ -0,0 +1,19 @@ +{ + "parent": "block/block", + "textures": { + "particle": "#all" + }, + "elements": [ + { "from": [ 0, 0, 0 ], + "to": [ 16, 16, 16 ], + "faces": { + "down": { "uv": [ 0, 0, 16, 16 ], "texture": "#all", "cullface": "down" }, + "up": { "uv": [ 0, 0, 16, 16 ], "texture": "#all", "cullface": "up" }, + "north": { "uv": [ 0, 0, 16, 16 ], "texture": "#all", "cullface": "north" }, + "south": { "uv": [ 0, 0, 16, 16 ], "texture": "#all", "cullface": "south" }, + "west": { "uv": [ 0, 0, 16, 16 ], "texture": "#all", "cullface": "west" }, + "east": { "uv": [ 0, 0, 16, 16 ], "texture": "#all", "cullface": "east" } + } + } + ] +} diff --git a/assets/minecraft/models/block/wheat/1.json b/assets/minecraft/models/block/wheat/1.json new file mode 100644 index 0000000..b40aeed --- /dev/null +++ b/assets/minecraft/models/block/wheat/1.json @@ -0,0 +1,6 @@ +{ + "parent": "block/crop", + "textures": { + "crop": "block/wheat_stage7-1" + } +} diff --git a/assets/minecraft/models/block/wheat/2.json b/assets/minecraft/models/block/wheat/2.json new file mode 100644 index 0000000..5711e9b --- /dev/null +++ b/assets/minecraft/models/block/wheat/2.json @@ -0,0 +1,6 @@ +{ + "parent": "block/crop", + "textures": { + "crop": "block/wheat_stage7-2" + } +} diff --git a/assets/minecraft/optifine/natural.properties b/assets/minecraft/optifine/natural.properties new file mode 100644 index 0000000..ec0758a --- /dev/null +++ b/assets/minecraft/optifine/natural.properties @@ -0,0 +1,181 @@ +# Template configuration for OptiFine's Natural Textures +# +# Rename this file to "natural.properties" to activate the configuration. +# +# Configuration format +# := +# +# Values +# 4 = Rotate x 90° (4 variations) +# 2 = Rotate x 180° (2 variations) +# F = Flip texture horizontally (2 variations) +# 4F = 4 + Flip (8 variations) +# 2F = 2 + Flip (4 variations) +# +# Example for grass texture which can rotate with 4 variations and flip +# /terrain.png:0=4F +# + +# Grass +grass_top=4F +# Stone +stone=2 +# Dirt +#dirt=F +# Grass side +#grass_side=F +#grass_side_overlay=F +# Slab +stoneslab_top=F +# Bedrock +bedrock=2F +# Sand +#sand=2 +# Gravel +gravel=4 +# log sides +log_oak=F +log_spruce=F +log_birch=F +log_jungle=F +# Wood top +log_oak_top=4F + +log_jungle_top=4F + +log_birch_top=4F + +log_spruce_top=4F +# Ores (gold, iron, coal, diamond, redstone, lapis) +gold_ore=F +iron_ore=F +coal_ore=F +diamond_ore=F +redstone_ore=F +lapis_ore=F +emerald_ore=F +quartz_ore=F +# Obsidian +#obsidian=4F +# Leaves +leaves_oak=F +leaves_oak_opaque=F +# Jungle leaves +leaves_jungle=2 +leaves_jungle_opaque=2 +# Snow +snow=2F +# Snow grass side +snow_side=F +# Cactus side +#cactus_side=F +# Clay +clay=F +# Mycelium side +mycelium_side=F +# Mycelium top +mycelium_top=4F +# Farmland hydrated +farmland_wet=2F +# Farmland +farmland_dry=F +# Netherrack +netherrack=4 +# Soul sand +soul_sand=4F +# Glowstone +glowstone=4 +# Pine leaves +#leaves_spruce=2F +#leaves_spruce_opaque=2F +# Endstone +#end_stone=F +# Sandstone top +sandstone_top=4 +# Sandstone bottom +sandstone_bottom=4F +# Redstone lamp +#redstone_lamp_off=4F +#redstone_lamp_on=4F +#quartz_block_chiseled_top=4 +#hardened_clay=2 + +#hardened_clay_stained_black=2 + +#hardened_clay_stained_blue=2 + +#hardened_clay_stained_brown=2 + +#hardened_clay_stained_cyan=2 + +#hardened_clay_stained_gray=2 +#hardened_clay_stained_green=2 + +#hardened_clay_stained_light_blue=2 + +#hardened_clay_stained_lime=2 + +#hardened_clay_stained_magenta=2 + +#hardened_clay_stained_orange=2 + +#hardened_clay_stained_pink=2 + +#hardened_clay_stained_purple=2 + +#hardened_clay_stained_red=2 + +#hardened_clay_stained_silver=2 + +#hardened_clay_stained_white=2 + +#hardened_clay_stained_yellow=2 + +hay_block_top=4 + +cake_top=4F + +cake_side=F + +carrots_stage_0=F + +carrots_stage_1=F + +carrots_stage_2=F + +carrots_stage_3=F + +potatoes_stage_0=F + +potatoes_stage_1=F + +potatoes_stage_2=F + +potatoes_stage_3=F + +wheat_stage_7=F +#lava_flow=4F + +#lava_still=4 + +mushroom_block_inside=F + +mushroom_block_skin_brown=4F + +mushroom_block_skin_red=4F + +mushroom_block_skin_stem=F + +portal=4F + +redstone_dust_cross_overlay=4F + +redstone_dust_cross=4F + +redstone_dust_line_overlay=4F + +redstone_dust_line=4F + +#water_still=4F + +waterlily=4F \ No newline at end of file diff --git a/assets/minecraft/particles/ambient_entity_effect.json b/assets/minecraft/particles/ambient_entity_effect.json new file mode 100644 index 0000000..3be9c3a --- /dev/null +++ b/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/assets/minecraft/particles/angry_villager.json b/assets/minecraft/particles/angry_villager.json new file mode 100644 index 0000000..ab50717 --- /dev/null +++ b/assets/minecraft/particles/angry_villager.json @@ -0,0 +1,5 @@ +{ + "textures": [ + "minecraft:angry" + ] +} \ No newline at end of file diff --git a/assets/minecraft/particles/barrier.json b/assets/minecraft/particles/barrier.json new file mode 100644 index 0000000..9e26dfe --- /dev/null +++ b/assets/minecraft/particles/barrier.json @@ -0,0 +1 @@ +{} \ No newline at end of file diff --git a/assets/minecraft/particles/block.json b/assets/minecraft/particles/block.json new file mode 100644 index 0000000..9e26dfe --- /dev/null +++ b/assets/minecraft/particles/block.json @@ -0,0 +1 @@ +{} \ No newline at end of file diff --git a/assets/minecraft/particles/bubble.json b/assets/minecraft/particles/bubble.json new file mode 100644 index 0000000..c9ad644 --- /dev/null +++ b/assets/minecraft/particles/bubble.json @@ -0,0 +1,5 @@ +{ + "textures": [ + "minecraft:bubble" + ] +} \ No newline at end of file diff --git a/assets/minecraft/particles/bubble_column_up.json b/assets/minecraft/particles/bubble_column_up.json new file mode 100644 index 0000000..c9ad644 --- /dev/null +++ b/assets/minecraft/particles/bubble_column_up.json @@ -0,0 +1,5 @@ +{ + "textures": [ + "minecraft:bubble" + ] +} \ No newline at end of file diff --git a/assets/minecraft/particles/bubble_pop.json b/assets/minecraft/particles/bubble_pop.json new file mode 100644 index 0000000..65ff9e5 --- /dev/null +++ b/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/assets/minecraft/particles/campfire_cosy_smoke.json b/assets/minecraft/particles/campfire_cosy_smoke.json new file mode 100644 index 0000000..a99bffe --- /dev/null +++ b/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/assets/minecraft/particles/campfire_signal_smoke.json b/assets/minecraft/particles/campfire_signal_smoke.json new file mode 100644 index 0000000..a99bffe --- /dev/null +++ b/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/assets/minecraft/particles/cloud.json b/assets/minecraft/particles/cloud.json new file mode 100644 index 0000000..2712610 --- /dev/null +++ b/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/assets/minecraft/particles/composter.json b/assets/minecraft/particles/composter.json new file mode 100644 index 0000000..f9f9746 --- /dev/null +++ b/assets/minecraft/particles/composter.json @@ -0,0 +1,5 @@ +{ + "textures": [ + "minecraft:glint" + ] +} \ No newline at end of file diff --git a/assets/minecraft/particles/crit.json b/assets/minecraft/particles/crit.json new file mode 100644 index 0000000..735a9d7 --- /dev/null +++ b/assets/minecraft/particles/crit.json @@ -0,0 +1,5 @@ +{ + "textures": [ + "minecraft:critical_hit" + ] +} \ No newline at end of file diff --git a/assets/minecraft/particles/current_down.json b/assets/minecraft/particles/current_down.json new file mode 100644 index 0000000..c9ad644 --- /dev/null +++ b/assets/minecraft/particles/current_down.json @@ -0,0 +1,5 @@ +{ + "textures": [ + "minecraft:bubble" + ] +} \ No newline at end of file diff --git a/assets/minecraft/particles/damage_indicator.json b/assets/minecraft/particles/damage_indicator.json new file mode 100644 index 0000000..3c9f320 --- /dev/null +++ b/assets/minecraft/particles/damage_indicator.json @@ -0,0 +1,5 @@ +{ + "textures": [ + "minecraft:damage" + ] +} \ No newline at end of file diff --git a/assets/minecraft/particles/dolphin.json b/assets/minecraft/particles/dolphin.json new file mode 100644 index 0000000..ca698ca --- /dev/null +++ b/assets/minecraft/particles/dolphin.json @@ -0,0 +1,5 @@ +{ + "textures": [ + "minecraft:generic_0" + ] +} \ No newline at end of file diff --git a/assets/minecraft/particles/dragon_breath.json b/assets/minecraft/particles/dragon_breath.json new file mode 100644 index 0000000..e65716e --- /dev/null +++ b/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/assets/minecraft/particles/dripping_honey.json b/assets/minecraft/particles/dripping_honey.json new file mode 100644 index 0000000..6a657af --- /dev/null +++ b/assets/minecraft/particles/dripping_honey.json @@ -0,0 +1,5 @@ +{ + "textures": [ + "minecraft:drip_hang" + ] +} diff --git a/assets/minecraft/particles/dripping_lava.json b/assets/minecraft/particles/dripping_lava.json new file mode 100644 index 0000000..987e9f3 --- /dev/null +++ b/assets/minecraft/particles/dripping_lava.json @@ -0,0 +1,5 @@ +{ + "textures": [ + "minecraft:drip_hang" + ] +} \ No newline at end of file diff --git a/assets/minecraft/particles/dripping_water.json b/assets/minecraft/particles/dripping_water.json new file mode 100644 index 0000000..987e9f3 --- /dev/null +++ b/assets/minecraft/particles/dripping_water.json @@ -0,0 +1,5 @@ +{ + "textures": [ + "minecraft:drip_hang" + ] +} \ No newline at end of file diff --git a/assets/minecraft/particles/dust.json b/assets/minecraft/particles/dust.json new file mode 100644 index 0000000..2712610 --- /dev/null +++ b/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/assets/minecraft/particles/effect.json b/assets/minecraft/particles/effect.json new file mode 100644 index 0000000..3be9c3a --- /dev/null +++ b/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/assets/minecraft/particles/elder_guardian.json b/assets/minecraft/particles/elder_guardian.json new file mode 100644 index 0000000..9e26dfe --- /dev/null +++ b/assets/minecraft/particles/elder_guardian.json @@ -0,0 +1 @@ +{} \ No newline at end of file diff --git a/assets/minecraft/particles/enchant.json b/assets/minecraft/particles/enchant.json new file mode 100644 index 0000000..d2175f0 --- /dev/null +++ b/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/assets/minecraft/particles/enchanted_hit.json b/assets/minecraft/particles/enchanted_hit.json new file mode 100644 index 0000000..9dfa4da --- /dev/null +++ b/assets/minecraft/particles/enchanted_hit.json @@ -0,0 +1,5 @@ +{ + "textures": [ + "minecraft:enchanted_hit" + ] +} \ No newline at end of file diff --git a/assets/minecraft/particles/end_rod.json b/assets/minecraft/particles/end_rod.json new file mode 100644 index 0000000..4fdc55f --- /dev/null +++ b/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/assets/minecraft/particles/entity_effect.json b/assets/minecraft/particles/entity_effect.json new file mode 100644 index 0000000..3be9c3a --- /dev/null +++ b/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/assets/minecraft/particles/explosion.json b/assets/minecraft/particles/explosion.json new file mode 100644 index 0000000..6e3e151 --- /dev/null +++ b/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/assets/minecraft/particles/explosion_emitter.json b/assets/minecraft/particles/explosion_emitter.json new file mode 100644 index 0000000..9e26dfe --- /dev/null +++ b/assets/minecraft/particles/explosion_emitter.json @@ -0,0 +1 @@ +{} \ No newline at end of file diff --git a/assets/minecraft/particles/falling_dust.json b/assets/minecraft/particles/falling_dust.json new file mode 100644 index 0000000..2712610 --- /dev/null +++ b/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/assets/minecraft/particles/falling_honey.json b/assets/minecraft/particles/falling_honey.json new file mode 100644 index 0000000..2732837 --- /dev/null +++ b/assets/minecraft/particles/falling_honey.json @@ -0,0 +1,5 @@ +{ + "textures": [ + "minecraft:drip_fall" + ] +} diff --git a/assets/minecraft/particles/falling_lava.json b/assets/minecraft/particles/falling_lava.json new file mode 100644 index 0000000..520ad48 --- /dev/null +++ b/assets/minecraft/particles/falling_lava.json @@ -0,0 +1,5 @@ +{ + "textures": [ + "minecraft:drip_fall" + ] +} \ No newline at end of file diff --git a/assets/minecraft/particles/falling_nectar.json b/assets/minecraft/particles/falling_nectar.json new file mode 100644 index 0000000..2732837 --- /dev/null +++ b/assets/minecraft/particles/falling_nectar.json @@ -0,0 +1,5 @@ +{ + "textures": [ + "minecraft:drip_fall" + ] +} diff --git a/assets/minecraft/particles/falling_water.json b/assets/minecraft/particles/falling_water.json new file mode 100644 index 0000000..520ad48 --- /dev/null +++ b/assets/minecraft/particles/falling_water.json @@ -0,0 +1,5 @@ +{ + "textures": [ + "minecraft:drip_fall" + ] +} \ No newline at end of file diff --git a/assets/minecraft/particles/firework.json b/assets/minecraft/particles/firework.json new file mode 100644 index 0000000..9e4709b --- /dev/null +++ b/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/assets/minecraft/particles/fishing.json b/assets/minecraft/particles/fishing.json new file mode 100644 index 0000000..49f427b --- /dev/null +++ b/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/assets/minecraft/particles/flame.json b/assets/minecraft/particles/flame.json new file mode 100644 index 0000000..f506424 --- /dev/null +++ b/assets/minecraft/particles/flame.json @@ -0,0 +1,5 @@ +{ + "textures": [ + "minecraft:flame" + ] +} \ No newline at end of file diff --git a/assets/minecraft/particles/flash.json b/assets/minecraft/particles/flash.json new file mode 100644 index 0000000..9d84220 --- /dev/null +++ b/assets/minecraft/particles/flash.json @@ -0,0 +1,5 @@ +{ + "textures": [ + "minecraft:flash" + ] +} \ No newline at end of file diff --git a/assets/minecraft/particles/happy_villager.json b/assets/minecraft/particles/happy_villager.json new file mode 100644 index 0000000..f9f9746 --- /dev/null +++ b/assets/minecraft/particles/happy_villager.json @@ -0,0 +1,5 @@ +{ + "textures": [ + "minecraft:glint" + ] +} \ No newline at end of file diff --git a/assets/minecraft/particles/heart.json b/assets/minecraft/particles/heart.json new file mode 100644 index 0000000..686a2dc --- /dev/null +++ b/assets/minecraft/particles/heart.json @@ -0,0 +1,5 @@ +{ + "textures": [ + "minecraft:heart" + ] +} \ No newline at end of file diff --git a/assets/minecraft/particles/instant_effect.json b/assets/minecraft/particles/instant_effect.json new file mode 100644 index 0000000..7ec70d3 --- /dev/null +++ b/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/assets/minecraft/particles/item.json b/assets/minecraft/particles/item.json new file mode 100644 index 0000000..9e26dfe --- /dev/null +++ b/assets/minecraft/particles/item.json @@ -0,0 +1 @@ +{} \ No newline at end of file diff --git a/assets/minecraft/particles/item_slime.json b/assets/minecraft/particles/item_slime.json new file mode 100644 index 0000000..9e26dfe --- /dev/null +++ b/assets/minecraft/particles/item_slime.json @@ -0,0 +1 @@ +{} \ No newline at end of file diff --git a/assets/minecraft/particles/item_snowball.json b/assets/minecraft/particles/item_snowball.json new file mode 100644 index 0000000..9e26dfe --- /dev/null +++ b/assets/minecraft/particles/item_snowball.json @@ -0,0 +1 @@ +{} \ No newline at end of file diff --git a/assets/minecraft/particles/landing_honey.json b/assets/minecraft/particles/landing_honey.json new file mode 100644 index 0000000..3af906f --- /dev/null +++ b/assets/minecraft/particles/landing_honey.json @@ -0,0 +1,5 @@ +{ + "textures": [ + "minecraft:drip_land" + ] +} diff --git a/assets/minecraft/particles/landing_lava.json b/assets/minecraft/particles/landing_lava.json new file mode 100644 index 0000000..89230de --- /dev/null +++ b/assets/minecraft/particles/landing_lava.json @@ -0,0 +1,5 @@ +{ + "textures": [ + "minecraft:drip_land" + ] +} \ No newline at end of file diff --git a/assets/minecraft/particles/large_smoke.json b/assets/minecraft/particles/large_smoke.json new file mode 100644 index 0000000..2712610 --- /dev/null +++ b/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/assets/minecraft/particles/lava.json b/assets/minecraft/particles/lava.json new file mode 100644 index 0000000..da6979f --- /dev/null +++ b/assets/minecraft/particles/lava.json @@ -0,0 +1,5 @@ +{ + "textures": [ + "minecraft:lava" + ] +} \ No newline at end of file diff --git a/assets/minecraft/particles/mycelium.json b/assets/minecraft/particles/mycelium.json new file mode 100644 index 0000000..ca698ca --- /dev/null +++ b/assets/minecraft/particles/mycelium.json @@ -0,0 +1,5 @@ +{ + "textures": [ + "minecraft:generic_0" + ] +} \ No newline at end of file diff --git a/assets/minecraft/particles/nautilus.json b/assets/minecraft/particles/nautilus.json new file mode 100644 index 0000000..6b9eafd --- /dev/null +++ b/assets/minecraft/particles/nautilus.json @@ -0,0 +1,5 @@ +{ + "textures": [ + "minecraft:nautilus" + ] +} \ No newline at end of file diff --git a/assets/minecraft/particles/note.json b/assets/minecraft/particles/note.json new file mode 100644 index 0000000..8097a3d --- /dev/null +++ b/assets/minecraft/particles/note.json @@ -0,0 +1,5 @@ +{ + "textures": [ + "minecraft:note" + ] +} \ No newline at end of file diff --git a/assets/minecraft/particles/poof.json b/assets/minecraft/particles/poof.json new file mode 100644 index 0000000..2712610 --- /dev/null +++ b/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/assets/minecraft/particles/portal.json b/assets/minecraft/particles/portal.json new file mode 100644 index 0000000..f970e44 --- /dev/null +++ b/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/assets/minecraft/particles/rain.json b/assets/minecraft/particles/rain.json new file mode 100644 index 0000000..49f427b --- /dev/null +++ b/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/assets/minecraft/particles/smoke.json b/assets/minecraft/particles/smoke.json new file mode 100644 index 0000000..2712610 --- /dev/null +++ b/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/assets/minecraft/particles/sneeze.json b/assets/minecraft/particles/sneeze.json new file mode 100644 index 0000000..2712610 --- /dev/null +++ b/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/assets/minecraft/particles/spit.json b/assets/minecraft/particles/spit.json new file mode 100644 index 0000000..2712610 --- /dev/null +++ b/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/assets/minecraft/particles/splash.json b/assets/minecraft/particles/splash.json new file mode 100644 index 0000000..49f427b --- /dev/null +++ b/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/assets/minecraft/particles/squid_ink.json b/assets/minecraft/particles/squid_ink.json new file mode 100644 index 0000000..2712610 --- /dev/null +++ b/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/assets/minecraft/particles/sweep_attack.json b/assets/minecraft/particles/sweep_attack.json new file mode 100644 index 0000000..3b9fe78 --- /dev/null +++ b/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/assets/minecraft/particles/totem_of_undying.json b/assets/minecraft/particles/totem_of_undying.json new file mode 100644 index 0000000..4fdc55f --- /dev/null +++ b/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/assets/minecraft/particles/underwater.json b/assets/minecraft/particles/underwater.json new file mode 100644 index 0000000..ca698ca --- /dev/null +++ b/assets/minecraft/particles/underwater.json @@ -0,0 +1,5 @@ +{ + "textures": [ + "minecraft:generic_0" + ] +} \ No newline at end of file diff --git a/assets/minecraft/particles/witch.json b/assets/minecraft/particles/witch.json new file mode 100644 index 0000000..7ec70d3 --- /dev/null +++ b/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/assets/minecraft/sounds.json b/assets/minecraft/sounds.json new file mode 100644 index 0000000..cc91c7f --- /dev/null +++ b/assets/minecraft/sounds.json @@ -0,0 +1,19 @@ +{ + "block.bell.use": { + "replace": "true", + "sounds": [ + { + "name": "block/bell/use", + "stream": "false" + }, + { + "name": "block/bell/use1", + "stream": "false" + }, + { + "name": "block/bell/use2", + "stream": "false" + } + ] + } +} \ No newline at end of file diff --git a/assets/minecraft/sounds/ambient/cave/cave1.ogg b/assets/minecraft/sounds/ambient/cave/cave1.ogg new file mode 100644 index 0000000..d68feae Binary files /dev/null and b/assets/minecraft/sounds/ambient/cave/cave1.ogg differ diff --git a/assets/minecraft/sounds/ambient/cave/cave10.ogg b/assets/minecraft/sounds/ambient/cave/cave10.ogg new file mode 100644 index 0000000..97051c6 Binary files /dev/null and b/assets/minecraft/sounds/ambient/cave/cave10.ogg differ diff --git a/assets/minecraft/sounds/ambient/cave/cave11.ogg b/assets/minecraft/sounds/ambient/cave/cave11.ogg new file mode 100644 index 0000000..8fe9d94 Binary files /dev/null and b/assets/minecraft/sounds/ambient/cave/cave11.ogg differ diff --git a/assets/minecraft/sounds/ambient/cave/cave12.ogg b/assets/minecraft/sounds/ambient/cave/cave12.ogg new file mode 100644 index 0000000..2e5a417 Binary files /dev/null and b/assets/minecraft/sounds/ambient/cave/cave12.ogg differ diff --git a/assets/minecraft/sounds/ambient/cave/cave13.ogg b/assets/minecraft/sounds/ambient/cave/cave13.ogg new file mode 100644 index 0000000..9f5ce4d Binary files /dev/null and b/assets/minecraft/sounds/ambient/cave/cave13.ogg differ diff --git a/assets/minecraft/sounds/ambient/cave/cave2.ogg b/assets/minecraft/sounds/ambient/cave/cave2.ogg new file mode 100644 index 0000000..ce23e74 Binary files /dev/null and b/assets/minecraft/sounds/ambient/cave/cave2.ogg differ diff --git a/assets/minecraft/sounds/ambient/cave/cave3.ogg b/assets/minecraft/sounds/ambient/cave/cave3.ogg new file mode 100644 index 0000000..99f2261 Binary files /dev/null and b/assets/minecraft/sounds/ambient/cave/cave3.ogg differ diff --git a/assets/minecraft/sounds/ambient/cave/cave4.ogg b/assets/minecraft/sounds/ambient/cave/cave4.ogg new file mode 100644 index 0000000..5ccaf40 Binary files /dev/null and b/assets/minecraft/sounds/ambient/cave/cave4.ogg differ diff --git a/assets/minecraft/sounds/ambient/cave/cave5.ogg b/assets/minecraft/sounds/ambient/cave/cave5.ogg new file mode 100644 index 0000000..fa404a7 Binary files /dev/null and b/assets/minecraft/sounds/ambient/cave/cave5.ogg differ diff --git a/assets/minecraft/sounds/ambient/cave/cave6.ogg b/assets/minecraft/sounds/ambient/cave/cave6.ogg new file mode 100644 index 0000000..d7c32e9 Binary files /dev/null and b/assets/minecraft/sounds/ambient/cave/cave6.ogg differ diff --git a/assets/minecraft/sounds/ambient/cave/cave7.ogg b/assets/minecraft/sounds/ambient/cave/cave7.ogg new file mode 100644 index 0000000..cf9f11f Binary files /dev/null and b/assets/minecraft/sounds/ambient/cave/cave7.ogg differ diff --git a/assets/minecraft/sounds/ambient/cave/cave8.ogg b/assets/minecraft/sounds/ambient/cave/cave8.ogg new file mode 100644 index 0000000..56d8bc4 Binary files /dev/null and b/assets/minecraft/sounds/ambient/cave/cave8.ogg differ diff --git a/assets/minecraft/sounds/ambient/cave/cave9.ogg b/assets/minecraft/sounds/ambient/cave/cave9.ogg new file mode 100644 index 0000000..2c2b7e8 Binary files /dev/null and b/assets/minecraft/sounds/ambient/cave/cave9.ogg differ diff --git a/assets/minecraft/sounds/ambient/weather/rain1.ogg b/assets/minecraft/sounds/ambient/weather/rain1.ogg new file mode 100644 index 0000000..6d593f7 Binary files /dev/null and b/assets/minecraft/sounds/ambient/weather/rain1.ogg differ diff --git a/assets/minecraft/sounds/ambient/weather/rain2.ogg b/assets/minecraft/sounds/ambient/weather/rain2.ogg new file mode 100644 index 0000000..3967b4c Binary files /dev/null and b/assets/minecraft/sounds/ambient/weather/rain2.ogg differ diff --git a/assets/minecraft/sounds/ambient/weather/rain3.ogg b/assets/minecraft/sounds/ambient/weather/rain3.ogg new file mode 100644 index 0000000..cb550c1 Binary files /dev/null and b/assets/minecraft/sounds/ambient/weather/rain3.ogg differ diff --git a/assets/minecraft/sounds/ambient/weather/rain4.ogg b/assets/minecraft/sounds/ambient/weather/rain4.ogg new file mode 100644 index 0000000..44dad76 Binary files /dev/null and b/assets/minecraft/sounds/ambient/weather/rain4.ogg differ diff --git a/assets/minecraft/sounds/ambient/weather/rain5.ogg b/assets/minecraft/sounds/ambient/weather/rain5.ogg new file mode 100644 index 0000000..21ac48b Binary files /dev/null and b/assets/minecraft/sounds/ambient/weather/rain5.ogg differ diff --git a/assets/minecraft/sounds/ambient/weather/rain6.ogg b/assets/minecraft/sounds/ambient/weather/rain6.ogg new file mode 100644 index 0000000..0a5a552 Binary files /dev/null and b/assets/minecraft/sounds/ambient/weather/rain6.ogg differ diff --git a/assets/minecraft/sounds/ambient/weather/rain7.ogg b/assets/minecraft/sounds/ambient/weather/rain7.ogg new file mode 100644 index 0000000..930387a Binary files /dev/null and b/assets/minecraft/sounds/ambient/weather/rain7.ogg differ diff --git a/assets/minecraft/sounds/ambient/weather/rain8.ogg b/assets/minecraft/sounds/ambient/weather/rain8.ogg new file mode 100644 index 0000000..493b5be Binary files /dev/null and b/assets/minecraft/sounds/ambient/weather/rain8.ogg differ diff --git a/assets/minecraft/sounds/ambient/weather/thunder1.ogg b/assets/minecraft/sounds/ambient/weather/thunder1.ogg new file mode 100644 index 0000000..d3620b8 Binary files /dev/null and b/assets/minecraft/sounds/ambient/weather/thunder1.ogg differ diff --git a/assets/minecraft/sounds/ambient/weather/thunder2.ogg b/assets/minecraft/sounds/ambient/weather/thunder2.ogg new file mode 100644 index 0000000..b6735c6 Binary files /dev/null and b/assets/minecraft/sounds/ambient/weather/thunder2.ogg differ diff --git a/assets/minecraft/sounds/ambient/weather/thunder3.ogg b/assets/minecraft/sounds/ambient/weather/thunder3.ogg new file mode 100644 index 0000000..8739e81 Binary files /dev/null and b/assets/minecraft/sounds/ambient/weather/thunder3.ogg differ diff --git a/assets/minecraft/sounds/block/bell/use.ogg b/assets/minecraft/sounds/block/bell/use.ogg new file mode 100644 index 0000000..b452931 Binary files /dev/null and b/assets/minecraft/sounds/block/bell/use.ogg differ diff --git a/assets/minecraft/sounds/block/bell/use1.ogg b/assets/minecraft/sounds/block/bell/use1.ogg new file mode 100644 index 0000000..b452931 Binary files /dev/null and b/assets/minecraft/sounds/block/bell/use1.ogg differ diff --git a/assets/minecraft/sounds/block/bell/use2.ogg b/assets/minecraft/sounds/block/bell/use2.ogg new file mode 100644 index 0000000..b452931 Binary files /dev/null and b/assets/minecraft/sounds/block/bell/use2.ogg differ diff --git a/assets/minecraft/sounds/block/wooden_door/close.ogg b/assets/minecraft/sounds/block/wooden_door/close.ogg new file mode 100644 index 0000000..6b75d72 Binary files /dev/null and b/assets/minecraft/sounds/block/wooden_door/close.ogg differ diff --git a/assets/minecraft/sounds/block/wooden_door/close1.ogg b/assets/minecraft/sounds/block/wooden_door/close1.ogg new file mode 100644 index 0000000..6b75d72 Binary files /dev/null and b/assets/minecraft/sounds/block/wooden_door/close1.ogg differ diff --git a/assets/minecraft/sounds/block/wooden_door/close2.ogg b/assets/minecraft/sounds/block/wooden_door/close2.ogg new file mode 100644 index 0000000..6b75d72 Binary files /dev/null and b/assets/minecraft/sounds/block/wooden_door/close2.ogg differ diff --git a/assets/minecraft/sounds/block/wooden_door/close3.ogg b/assets/minecraft/sounds/block/wooden_door/close3.ogg new file mode 100644 index 0000000..6b75d72 Binary files /dev/null and b/assets/minecraft/sounds/block/wooden_door/close3.ogg differ diff --git a/assets/minecraft/sounds/block/wooden_door/close4.ogg b/assets/minecraft/sounds/block/wooden_door/close4.ogg new file mode 100644 index 0000000..6b75d72 Binary files /dev/null and b/assets/minecraft/sounds/block/wooden_door/close4.ogg differ diff --git a/assets/minecraft/sounds/block/wooden_door/close5.ogg b/assets/minecraft/sounds/block/wooden_door/close5.ogg new file mode 100644 index 0000000..6b75d72 Binary files /dev/null and b/assets/minecraft/sounds/block/wooden_door/close5.ogg differ diff --git a/assets/minecraft/sounds/block/wooden_door/close6.ogg b/assets/minecraft/sounds/block/wooden_door/close6.ogg new file mode 100644 index 0000000..6b75d72 Binary files /dev/null and b/assets/minecraft/sounds/block/wooden_door/close6.ogg differ diff --git a/assets/minecraft/sounds/block/wooden_door/close7.ogg b/assets/minecraft/sounds/block/wooden_door/close7.ogg new file mode 100644 index 0000000..6b75d72 Binary files /dev/null and b/assets/minecraft/sounds/block/wooden_door/close7.ogg differ diff --git a/assets/minecraft/sounds/block/wooden_door/open.ogg b/assets/minecraft/sounds/block/wooden_door/open.ogg new file mode 100644 index 0000000..40e6b9a Binary files /dev/null and b/assets/minecraft/sounds/block/wooden_door/open.ogg differ diff --git a/assets/minecraft/sounds/block/wooden_door/open1.ogg b/assets/minecraft/sounds/block/wooden_door/open1.ogg new file mode 100644 index 0000000..40e6b9a Binary files /dev/null and b/assets/minecraft/sounds/block/wooden_door/open1.ogg differ diff --git a/assets/minecraft/sounds/block/wooden_door/open2.ogg b/assets/minecraft/sounds/block/wooden_door/open2.ogg new file mode 100644 index 0000000..40e6b9a Binary files /dev/null and b/assets/minecraft/sounds/block/wooden_door/open2.ogg differ diff --git a/assets/minecraft/sounds/block/wooden_door/open3.ogg b/assets/minecraft/sounds/block/wooden_door/open3.ogg new file mode 100644 index 0000000..40e6b9a Binary files /dev/null and b/assets/minecraft/sounds/block/wooden_door/open3.ogg differ diff --git a/assets/minecraft/sounds/block/wooden_door/open4.ogg b/assets/minecraft/sounds/block/wooden_door/open4.ogg new file mode 100644 index 0000000..40e6b9a Binary files /dev/null and b/assets/minecraft/sounds/block/wooden_door/open4.ogg differ diff --git a/assets/minecraft/sounds/fire/fire.ogg b/assets/minecraft/sounds/fire/fire.ogg new file mode 100644 index 0000000..3da7291 Binary files /dev/null and b/assets/minecraft/sounds/fire/fire.ogg differ diff --git a/assets/minecraft/sounds/fire/ignite.ogg b/assets/minecraft/sounds/fire/ignite.ogg new file mode 100644 index 0000000..43399bb Binary files /dev/null and b/assets/minecraft/sounds/fire/ignite.ogg differ diff --git a/assets/minecraft/sounds/liquid/lava.ogg b/assets/minecraft/sounds/liquid/lava.ogg new file mode 100644 index 0000000..543995d Binary files /dev/null and b/assets/minecraft/sounds/liquid/lava.ogg differ diff --git a/assets/minecraft/sounds/liquid/lavapop.ogg b/assets/minecraft/sounds/liquid/lavapop.ogg new file mode 100644 index 0000000..fbd0cb6 Binary files /dev/null and b/assets/minecraft/sounds/liquid/lavapop.ogg differ diff --git a/assets/minecraft/sounds/liquid/splash.ogg b/assets/minecraft/sounds/liquid/splash.ogg new file mode 100644 index 0000000..5646440 Binary files /dev/null and b/assets/minecraft/sounds/liquid/splash.ogg differ diff --git a/assets/minecraft/sounds/liquid/splash2.ogg b/assets/minecraft/sounds/liquid/splash2.ogg new file mode 100644 index 0000000..8f6d50f Binary files /dev/null and b/assets/minecraft/sounds/liquid/splash2.ogg differ diff --git a/assets/minecraft/sounds/liquid/swim1.ogg b/assets/minecraft/sounds/liquid/swim1.ogg new file mode 100644 index 0000000..8166b34 Binary files /dev/null and b/assets/minecraft/sounds/liquid/swim1.ogg differ diff --git a/assets/minecraft/sounds/liquid/swim2.ogg b/assets/minecraft/sounds/liquid/swim2.ogg new file mode 100644 index 0000000..f93574a Binary files /dev/null and b/assets/minecraft/sounds/liquid/swim2.ogg differ diff --git a/assets/minecraft/sounds/liquid/swim3.ogg b/assets/minecraft/sounds/liquid/swim3.ogg new file mode 100644 index 0000000..178d928 Binary files /dev/null and b/assets/minecraft/sounds/liquid/swim3.ogg differ diff --git a/assets/minecraft/sounds/liquid/swim4.ogg b/assets/minecraft/sounds/liquid/swim4.ogg new file mode 100644 index 0000000..16a1cc5 Binary files /dev/null and b/assets/minecraft/sounds/liquid/swim4.ogg differ diff --git a/assets/minecraft/sounds/liquid/water.ogg b/assets/minecraft/sounds/liquid/water.ogg new file mode 100644 index 0000000..fbfe8af Binary files /dev/null and b/assets/minecraft/sounds/liquid/water.ogg differ diff --git a/assets/minecraft/sounds/random/anvil_break.ogg b/assets/minecraft/sounds/random/anvil_break.ogg new file mode 100644 index 0000000..93f20ff Binary files /dev/null and b/assets/minecraft/sounds/random/anvil_break.ogg differ diff --git a/assets/minecraft/sounds/random/anvil_land.ogg b/assets/minecraft/sounds/random/anvil_land.ogg new file mode 100644 index 0000000..f66ea4a Binary files /dev/null and b/assets/minecraft/sounds/random/anvil_land.ogg differ diff --git a/assets/minecraft/sounds/random/anvil_use.ogg b/assets/minecraft/sounds/random/anvil_use.ogg new file mode 100644 index 0000000..fab8b83 Binary files /dev/null and b/assets/minecraft/sounds/random/anvil_use.ogg differ diff --git a/assets/minecraft/sounds/random/bow.ogg b/assets/minecraft/sounds/random/bow.ogg new file mode 100644 index 0000000..f1e8633 Binary files /dev/null and b/assets/minecraft/sounds/random/bow.ogg differ diff --git a/assets/minecraft/sounds/random/bowhit1.ogg b/assets/minecraft/sounds/random/bowhit1.ogg new file mode 100644 index 0000000..3b0d6a2 Binary files /dev/null and b/assets/minecraft/sounds/random/bowhit1.ogg differ diff --git a/assets/minecraft/sounds/random/bowhit2.ogg b/assets/minecraft/sounds/random/bowhit2.ogg new file mode 100644 index 0000000..0ece9e9 Binary files /dev/null and b/assets/minecraft/sounds/random/bowhit2.ogg differ diff --git a/assets/minecraft/sounds/random/bowhit3.ogg b/assets/minecraft/sounds/random/bowhit3.ogg new file mode 100644 index 0000000..3ff8234 Binary files /dev/null and b/assets/minecraft/sounds/random/bowhit3.ogg differ diff --git a/assets/minecraft/sounds/random/bowhit4.ogg b/assets/minecraft/sounds/random/bowhit4.ogg new file mode 100644 index 0000000..82aa26f Binary files /dev/null and b/assets/minecraft/sounds/random/bowhit4.ogg differ diff --git a/assets/minecraft/sounds/random/break.ogg b/assets/minecraft/sounds/random/break.ogg new file mode 100644 index 0000000..d11351e Binary files /dev/null and b/assets/minecraft/sounds/random/break.ogg differ diff --git a/assets/minecraft/sounds/random/breath.ogg b/assets/minecraft/sounds/random/breath.ogg new file mode 100644 index 0000000..a28fb4b Binary files /dev/null and b/assets/minecraft/sounds/random/breath.ogg differ diff --git a/assets/minecraft/sounds/random/burp.ogg b/assets/minecraft/sounds/random/burp.ogg new file mode 100644 index 0000000..5ad3f57 Binary files /dev/null and b/assets/minecraft/sounds/random/burp.ogg differ diff --git a/assets/minecraft/sounds/random/classic_hurt.ogg b/assets/minecraft/sounds/random/classic_hurt.ogg new file mode 100644 index 0000000..b4cbc12 Binary files /dev/null and b/assets/minecraft/sounds/random/classic_hurt.ogg differ diff --git a/assets/minecraft/sounds/random/click.ogg b/assets/minecraft/sounds/random/click.ogg new file mode 100644 index 0000000..b4889da Binary files /dev/null and b/assets/minecraft/sounds/random/click.ogg differ diff --git a/assets/minecraft/sounds/random/door_close.ogg b/assets/minecraft/sounds/random/door_close.ogg new file mode 100644 index 0000000..6b75d72 Binary files /dev/null and b/assets/minecraft/sounds/random/door_close.ogg differ diff --git a/assets/minecraft/sounds/random/door_open.ogg b/assets/minecraft/sounds/random/door_open.ogg new file mode 100644 index 0000000..40e6b9a Binary files /dev/null and b/assets/minecraft/sounds/random/door_open.ogg differ diff --git a/assets/minecraft/sounds/random/drink.ogg b/assets/minecraft/sounds/random/drink.ogg new file mode 100644 index 0000000..857930c Binary files /dev/null and b/assets/minecraft/sounds/random/drink.ogg differ diff --git a/assets/minecraft/sounds/random/eat1.ogg b/assets/minecraft/sounds/random/eat1.ogg new file mode 100644 index 0000000..d66ce35 Binary files /dev/null and b/assets/minecraft/sounds/random/eat1.ogg differ diff --git a/assets/minecraft/sounds/random/eat2.ogg b/assets/minecraft/sounds/random/eat2.ogg new file mode 100644 index 0000000..a49c35c Binary files /dev/null and b/assets/minecraft/sounds/random/eat2.ogg differ diff --git a/assets/minecraft/sounds/random/eat3.ogg b/assets/minecraft/sounds/random/eat3.ogg new file mode 100644 index 0000000..76aee65 Binary files /dev/null and b/assets/minecraft/sounds/random/eat3.ogg differ diff --git a/assets/minecraft/sounds/random/explode1.ogg b/assets/minecraft/sounds/random/explode1.ogg new file mode 100644 index 0000000..f2bd815 Binary files /dev/null and b/assets/minecraft/sounds/random/explode1.ogg differ diff --git a/assets/minecraft/sounds/random/explode2.ogg b/assets/minecraft/sounds/random/explode2.ogg new file mode 100644 index 0000000..99e7079 Binary files /dev/null and b/assets/minecraft/sounds/random/explode2.ogg differ diff --git a/assets/minecraft/sounds/random/explode3.ogg b/assets/minecraft/sounds/random/explode3.ogg new file mode 100644 index 0000000..c14c9ee Binary files /dev/null and b/assets/minecraft/sounds/random/explode3.ogg differ diff --git a/assets/minecraft/sounds/random/explode4.ogg b/assets/minecraft/sounds/random/explode4.ogg new file mode 100644 index 0000000..ac2de2b Binary files /dev/null and b/assets/minecraft/sounds/random/explode4.ogg differ diff --git a/assets/minecraft/sounds/random/fizz.ogg b/assets/minecraft/sounds/random/fizz.ogg new file mode 100644 index 0000000..4beea2e Binary files /dev/null and b/assets/minecraft/sounds/random/fizz.ogg differ diff --git a/assets/minecraft/sounds/random/fuse.ogg b/assets/minecraft/sounds/random/fuse.ogg new file mode 100644 index 0000000..199f206 Binary files /dev/null and b/assets/minecraft/sounds/random/fuse.ogg differ diff --git a/assets/minecraft/sounds/random/glass1.ogg b/assets/minecraft/sounds/random/glass1.ogg new file mode 100644 index 0000000..a8dab85 Binary files /dev/null and b/assets/minecraft/sounds/random/glass1.ogg differ diff --git a/assets/minecraft/sounds/random/glass2.ogg b/assets/minecraft/sounds/random/glass2.ogg new file mode 100644 index 0000000..3bd462d Binary files /dev/null and b/assets/minecraft/sounds/random/glass2.ogg differ diff --git a/assets/minecraft/sounds/random/glass3.ogg b/assets/minecraft/sounds/random/glass3.ogg new file mode 100644 index 0000000..2577f40 Binary files /dev/null and b/assets/minecraft/sounds/random/glass3.ogg differ diff --git a/assets/minecraft/sounds/random/levelup.ogg b/assets/minecraft/sounds/random/levelup.ogg new file mode 100644 index 0000000..541fa14 Binary files /dev/null and b/assets/minecraft/sounds/random/levelup.ogg differ diff --git a/assets/minecraft/sounds/random/orb.ogg b/assets/minecraft/sounds/random/orb.ogg new file mode 100644 index 0000000..a38b2cc Binary files /dev/null and b/assets/minecraft/sounds/random/orb.ogg differ diff --git a/assets/minecraft/sounds/random/pop.ogg b/assets/minecraft/sounds/random/pop.ogg new file mode 100644 index 0000000..61cf665 Binary files /dev/null and b/assets/minecraft/sounds/random/pop.ogg differ diff --git a/assets/minecraft/sounds/random/splash.ogg b/assets/minecraft/sounds/random/splash.ogg new file mode 100644 index 0000000..8865a41 Binary files /dev/null and b/assets/minecraft/sounds/random/splash.ogg differ diff --git a/assets/minecraft/sounds/random/successful_hit.ogg b/assets/minecraft/sounds/random/successful_hit.ogg new file mode 100644 index 0000000..a38b2cc Binary files /dev/null and b/assets/minecraft/sounds/random/successful_hit.ogg differ diff --git a/assets/minecraft/sounds/random/wood_click.ogg b/assets/minecraft/sounds/random/wood_click.ogg new file mode 100644 index 0000000..2944f4c Binary files /dev/null and b/assets/minecraft/sounds/random/wood_click.ogg differ diff --git a/assets/minecraft/sounds/step/cloth1.ogg b/assets/minecraft/sounds/step/cloth1.ogg new file mode 100644 index 0000000..1917b74 Binary files /dev/null and b/assets/minecraft/sounds/step/cloth1.ogg differ diff --git a/assets/minecraft/sounds/step/cloth2.ogg b/assets/minecraft/sounds/step/cloth2.ogg new file mode 100644 index 0000000..a05e1a2 Binary files /dev/null and b/assets/minecraft/sounds/step/cloth2.ogg differ diff --git a/assets/minecraft/sounds/step/cloth3.ogg b/assets/minecraft/sounds/step/cloth3.ogg new file mode 100644 index 0000000..cdaf75d Binary files /dev/null and b/assets/minecraft/sounds/step/cloth3.ogg differ diff --git a/assets/minecraft/sounds/step/cloth4.ogg b/assets/minecraft/sounds/step/cloth4.ogg new file mode 100644 index 0000000..50ef2f1 Binary files /dev/null and b/assets/minecraft/sounds/step/cloth4.ogg differ diff --git a/assets/minecraft/sounds/step/grass1.ogg b/assets/minecraft/sounds/step/grass1.ogg new file mode 100644 index 0000000..df88d31 Binary files /dev/null and b/assets/minecraft/sounds/step/grass1.ogg differ diff --git a/assets/minecraft/sounds/step/grass2.ogg b/assets/minecraft/sounds/step/grass2.ogg new file mode 100644 index 0000000..05d052d Binary files /dev/null and b/assets/minecraft/sounds/step/grass2.ogg differ diff --git a/assets/minecraft/sounds/step/grass3.ogg b/assets/minecraft/sounds/step/grass3.ogg new file mode 100644 index 0000000..c5256cd Binary files /dev/null and b/assets/minecraft/sounds/step/grass3.ogg differ diff --git a/assets/minecraft/sounds/step/grass4.ogg b/assets/minecraft/sounds/step/grass4.ogg new file mode 100644 index 0000000..cb32315 Binary files /dev/null and b/assets/minecraft/sounds/step/grass4.ogg differ diff --git a/assets/minecraft/sounds/step/grass5.ogg b/assets/minecraft/sounds/step/grass5.ogg new file mode 100644 index 0000000..6e38b93 Binary files /dev/null and b/assets/minecraft/sounds/step/grass5.ogg differ diff --git a/assets/minecraft/sounds/step/grass6.ogg b/assets/minecraft/sounds/step/grass6.ogg new file mode 100644 index 0000000..e8aaaee Binary files /dev/null and b/assets/minecraft/sounds/step/grass6.ogg differ diff --git a/assets/minecraft/sounds/step/grave3.ogg b/assets/minecraft/sounds/step/grave3.ogg new file mode 100644 index 0000000..11073b2 Binary files /dev/null and b/assets/minecraft/sounds/step/grave3.ogg differ diff --git a/assets/minecraft/sounds/step/gravel1.ogg b/assets/minecraft/sounds/step/gravel1.ogg new file mode 100644 index 0000000..3127d13 Binary files /dev/null and b/assets/minecraft/sounds/step/gravel1.ogg differ diff --git a/assets/minecraft/sounds/step/gravel2.ogg b/assets/minecraft/sounds/step/gravel2.ogg new file mode 100644 index 0000000..08457ee Binary files /dev/null and b/assets/minecraft/sounds/step/gravel2.ogg differ diff --git a/assets/minecraft/sounds/step/gravel3.ogg b/assets/minecraft/sounds/step/gravel3.ogg new file mode 100644 index 0000000..df13694 Binary files /dev/null and b/assets/minecraft/sounds/step/gravel3.ogg differ diff --git a/assets/minecraft/sounds/step/gravel4.ogg b/assets/minecraft/sounds/step/gravel4.ogg new file mode 100644 index 0000000..9cefaaf Binary files /dev/null and b/assets/minecraft/sounds/step/gravel4.ogg differ diff --git a/assets/minecraft/sounds/step/ladder1.ogg b/assets/minecraft/sounds/step/ladder1.ogg new file mode 100644 index 0000000..6b1de14 Binary files /dev/null and b/assets/minecraft/sounds/step/ladder1.ogg differ diff --git a/assets/minecraft/sounds/step/ladder2.ogg b/assets/minecraft/sounds/step/ladder2.ogg new file mode 100644 index 0000000..2e74680 Binary files /dev/null and b/assets/minecraft/sounds/step/ladder2.ogg differ diff --git a/assets/minecraft/sounds/step/ladder3.ogg b/assets/minecraft/sounds/step/ladder3.ogg new file mode 100644 index 0000000..5d51c91 Binary files /dev/null and b/assets/minecraft/sounds/step/ladder3.ogg differ diff --git a/assets/minecraft/sounds/step/ladder4.ogg b/assets/minecraft/sounds/step/ladder4.ogg new file mode 100644 index 0000000..131c1cb Binary files /dev/null and b/assets/minecraft/sounds/step/ladder4.ogg differ diff --git a/assets/minecraft/sounds/step/ladder5.ogg b/assets/minecraft/sounds/step/ladder5.ogg new file mode 100644 index 0000000..7fbd59d Binary files /dev/null and b/assets/minecraft/sounds/step/ladder5.ogg differ diff --git a/assets/minecraft/sounds/step/leaves1.ogg b/assets/minecraft/sounds/step/leaves1.ogg new file mode 100644 index 0000000..1cfc62e Binary files /dev/null and b/assets/minecraft/sounds/step/leaves1.ogg differ diff --git a/assets/minecraft/sounds/step/leaves2.ogg b/assets/minecraft/sounds/step/leaves2.ogg new file mode 100644 index 0000000..86f2831 Binary files /dev/null and b/assets/minecraft/sounds/step/leaves2.ogg differ diff --git a/assets/minecraft/sounds/step/leaves3.ogg b/assets/minecraft/sounds/step/leaves3.ogg new file mode 100644 index 0000000..e252eb1 Binary files /dev/null and b/assets/minecraft/sounds/step/leaves3.ogg differ diff --git a/assets/minecraft/sounds/step/leaves4.ogg b/assets/minecraft/sounds/step/leaves4.ogg new file mode 100644 index 0000000..9211ca5 Binary files /dev/null and b/assets/minecraft/sounds/step/leaves4.ogg differ diff --git a/assets/minecraft/sounds/step/leaves5.ogg b/assets/minecraft/sounds/step/leaves5.ogg new file mode 100644 index 0000000..42c4733 Binary files /dev/null and b/assets/minecraft/sounds/step/leaves5.ogg differ diff --git a/assets/minecraft/sounds/step/leaves6.ogg b/assets/minecraft/sounds/step/leaves6.ogg new file mode 100644 index 0000000..f9bd18b Binary files /dev/null and b/assets/minecraft/sounds/step/leaves6.ogg differ diff --git a/assets/minecraft/sounds/step/leaves7.ogg b/assets/minecraft/sounds/step/leaves7.ogg new file mode 100644 index 0000000..6d14c2a Binary files /dev/null and b/assets/minecraft/sounds/step/leaves7.ogg differ diff --git a/assets/minecraft/sounds/step/sand1.ogg b/assets/minecraft/sounds/step/sand1.ogg new file mode 100644 index 0000000..d0ff552 Binary files /dev/null and b/assets/minecraft/sounds/step/sand1.ogg differ diff --git a/assets/minecraft/sounds/step/sand2.ogg b/assets/minecraft/sounds/step/sand2.ogg new file mode 100644 index 0000000..e4ba2c6 Binary files /dev/null and b/assets/minecraft/sounds/step/sand2.ogg differ diff --git a/assets/minecraft/sounds/step/sand3.ogg b/assets/minecraft/sounds/step/sand3.ogg new file mode 100644 index 0000000..5e8b52c Binary files /dev/null and b/assets/minecraft/sounds/step/sand3.ogg differ diff --git a/assets/minecraft/sounds/step/sand4.ogg b/assets/minecraft/sounds/step/sand4.ogg new file mode 100644 index 0000000..9e8f552 Binary files /dev/null and b/assets/minecraft/sounds/step/sand4.ogg differ diff --git a/assets/minecraft/sounds/step/sand5.ogg b/assets/minecraft/sounds/step/sand5.ogg new file mode 100644 index 0000000..1b2869c Binary files /dev/null and b/assets/minecraft/sounds/step/sand5.ogg differ diff --git a/assets/minecraft/sounds/step/snow1.ogg b/assets/minecraft/sounds/step/snow1.ogg new file mode 100644 index 0000000..3f64666 Binary files /dev/null and b/assets/minecraft/sounds/step/snow1.ogg differ diff --git a/assets/minecraft/sounds/step/snow2.ogg b/assets/minecraft/sounds/step/snow2.ogg new file mode 100644 index 0000000..d50bcb3 Binary files /dev/null and b/assets/minecraft/sounds/step/snow2.ogg differ diff --git a/assets/minecraft/sounds/step/snow3.ogg b/assets/minecraft/sounds/step/snow3.ogg new file mode 100644 index 0000000..519b6b0 Binary files /dev/null and b/assets/minecraft/sounds/step/snow3.ogg differ diff --git a/assets/minecraft/sounds/step/snow4.ogg b/assets/minecraft/sounds/step/snow4.ogg new file mode 100644 index 0000000..63ce49a Binary files /dev/null and b/assets/minecraft/sounds/step/snow4.ogg differ diff --git a/assets/minecraft/sounds/step/stone1.ogg b/assets/minecraft/sounds/step/stone1.ogg new file mode 100644 index 0000000..4fefacb Binary files /dev/null and b/assets/minecraft/sounds/step/stone1.ogg differ diff --git a/assets/minecraft/sounds/step/stone2.ogg b/assets/minecraft/sounds/step/stone2.ogg new file mode 100644 index 0000000..38d41c9 Binary files /dev/null and b/assets/minecraft/sounds/step/stone2.ogg differ diff --git a/assets/minecraft/sounds/step/stone3.ogg b/assets/minecraft/sounds/step/stone3.ogg new file mode 100644 index 0000000..810fef0 Binary files /dev/null and b/assets/minecraft/sounds/step/stone3.ogg differ diff --git a/assets/minecraft/sounds/step/stone4.ogg b/assets/minecraft/sounds/step/stone4.ogg new file mode 100644 index 0000000..17c6fcb Binary files /dev/null and b/assets/minecraft/sounds/step/stone4.ogg differ diff --git a/assets/minecraft/sounds/step/stone5.ogg b/assets/minecraft/sounds/step/stone5.ogg new file mode 100644 index 0000000..884187e Binary files /dev/null and b/assets/minecraft/sounds/step/stone5.ogg differ diff --git a/assets/minecraft/sounds/step/stone6.ogg b/assets/minecraft/sounds/step/stone6.ogg new file mode 100644 index 0000000..a7d47e4 Binary files /dev/null and b/assets/minecraft/sounds/step/stone6.ogg differ diff --git a/assets/minecraft/sounds/step/wood1.ogg b/assets/minecraft/sounds/step/wood1.ogg new file mode 100644 index 0000000..51bfe17 Binary files /dev/null and b/assets/minecraft/sounds/step/wood1.ogg differ diff --git a/assets/minecraft/sounds/step/wood2.ogg b/assets/minecraft/sounds/step/wood2.ogg new file mode 100644 index 0000000..f74bf6f Binary files /dev/null and b/assets/minecraft/sounds/step/wood2.ogg differ diff --git a/assets/minecraft/sounds/step/wood3.ogg b/assets/minecraft/sounds/step/wood3.ogg new file mode 100644 index 0000000..dd87c2f Binary files /dev/null and b/assets/minecraft/sounds/step/wood3.ogg differ diff --git a/assets/minecraft/sounds/step/wood4.ogg b/assets/minecraft/sounds/step/wood4.ogg new file mode 100644 index 0000000..8ac18bb Binary files /dev/null and b/assets/minecraft/sounds/step/wood4.ogg differ diff --git a/assets/minecraft/sounds/step/wood5.ogg b/assets/minecraft/sounds/step/wood5.ogg new file mode 100644 index 0000000..29460c1 Binary files /dev/null and b/assets/minecraft/sounds/step/wood5.ogg differ diff --git a/assets/minecraft/sounds/step/wood6.ogg b/assets/minecraft/sounds/step/wood6.ogg new file mode 100644 index 0000000..d229178 Binary files /dev/null and b/assets/minecraft/sounds/step/wood6.ogg differ diff --git a/assets/minecraft/textures/block/acacia_door_bottom.png b/assets/minecraft/textures/block/acacia_door_bottom.png new file mode 100644 index 0000000..d0b5199 Binary files /dev/null and b/assets/minecraft/textures/block/acacia_door_bottom.png differ diff --git a/assets/minecraft/textures/block/acacia_door_top.png b/assets/minecraft/textures/block/acacia_door_top.png new file mode 100644 index 0000000..a67c01a Binary files /dev/null and b/assets/minecraft/textures/block/acacia_door_top.png differ diff --git a/assets/minecraft/textures/block/acacia_fence.png b/assets/minecraft/textures/block/acacia_fence.png new file mode 100644 index 0000000..793520f Binary files /dev/null and b/assets/minecraft/textures/block/acacia_fence.png differ diff --git a/assets/minecraft/textures/block/acacia_fence_gate.png b/assets/minecraft/textures/block/acacia_fence_gate.png new file mode 100644 index 0000000..174ac64 Binary files /dev/null and b/assets/minecraft/textures/block/acacia_fence_gate.png differ diff --git a/assets/minecraft/textures/block/acacia_fence_side.png b/assets/minecraft/textures/block/acacia_fence_side.png new file mode 100644 index 0000000..79653e8 Binary files /dev/null and b/assets/minecraft/textures/block/acacia_fence_side.png differ diff --git a/assets/minecraft/textures/block/acacia_fence_top.png b/assets/minecraft/textures/block/acacia_fence_top.png new file mode 100644 index 0000000..bb0d853 Binary files /dev/null and b/assets/minecraft/textures/block/acacia_fence_top.png differ diff --git a/assets/minecraft/textures/block/acacia_leaves.png b/assets/minecraft/textures/block/acacia_leaves.png new file mode 100644 index 0000000..0ca10ae Binary files /dev/null and b/assets/minecraft/textures/block/acacia_leaves.png differ diff --git a/assets/minecraft/textures/block/acacia_leaves1.png b/assets/minecraft/textures/block/acacia_leaves1.png new file mode 100644 index 0000000..d62a3b2 Binary files /dev/null and b/assets/minecraft/textures/block/acacia_leaves1.png differ diff --git a/assets/minecraft/textures/block/acacia_log.png b/assets/minecraft/textures/block/acacia_log.png new file mode 100644 index 0000000..fbe0b3f Binary files /dev/null and b/assets/minecraft/textures/block/acacia_log.png differ diff --git a/assets/minecraft/textures/block/acacia_log1.png b/assets/minecraft/textures/block/acacia_log1.png new file mode 100644 index 0000000..3e40217 Binary files /dev/null and b/assets/minecraft/textures/block/acacia_log1.png differ diff --git a/assets/minecraft/textures/block/acacia_log_top.png b/assets/minecraft/textures/block/acacia_log_top.png new file mode 100644 index 0000000..046779c Binary files /dev/null and b/assets/minecraft/textures/block/acacia_log_top.png differ diff --git a/assets/minecraft/textures/block/acacia_planks.png b/assets/minecraft/textures/block/acacia_planks.png new file mode 100644 index 0000000..4d2620a Binary files /dev/null and b/assets/minecraft/textures/block/acacia_planks.png differ diff --git a/assets/minecraft/textures/block/acacia_planks1.png b/assets/minecraft/textures/block/acacia_planks1.png new file mode 100644 index 0000000..37f7502 Binary files /dev/null and b/assets/minecraft/textures/block/acacia_planks1.png differ diff --git a/assets/minecraft/textures/block/acacia_planks2.png b/assets/minecraft/textures/block/acacia_planks2.png new file mode 100644 index 0000000..eb201ff Binary files /dev/null and b/assets/minecraft/textures/block/acacia_planks2.png differ diff --git a/assets/minecraft/textures/block/acacia_sapling.png b/assets/minecraft/textures/block/acacia_sapling.png new file mode 100644 index 0000000..a11c1a0 Binary files /dev/null and b/assets/minecraft/textures/block/acacia_sapling.png differ diff --git a/assets/minecraft/textures/block/acacia_trapdoor.png b/assets/minecraft/textures/block/acacia_trapdoor.png new file mode 100644 index 0000000..b0a7ece Binary files /dev/null and b/assets/minecraft/textures/block/acacia_trapdoor.png differ diff --git a/assets/minecraft/textures/block/activator_rail.png b/assets/minecraft/textures/block/activator_rail.png new file mode 100644 index 0000000..492bd4d Binary files /dev/null and b/assets/minecraft/textures/block/activator_rail.png differ diff --git a/assets/minecraft/textures/block/activator_rail_on.png b/assets/minecraft/textures/block/activator_rail_on.png new file mode 100644 index 0000000..42e2dda Binary files /dev/null and b/assets/minecraft/textures/block/activator_rail_on.png differ diff --git a/assets/minecraft/textures/block/allium.png b/assets/minecraft/textures/block/allium.png new file mode 100644 index 0000000..0871344 Binary files /dev/null and b/assets/minecraft/textures/block/allium.png differ diff --git a/assets/minecraft/textures/block/andesite.png b/assets/minecraft/textures/block/andesite.png new file mode 100644 index 0000000..b4fbcec Binary files /dev/null and b/assets/minecraft/textures/block/andesite.png differ diff --git a/assets/minecraft/textures/block/andesite1.png b/assets/minecraft/textures/block/andesite1.png new file mode 100644 index 0000000..a67e245 Binary files /dev/null and b/assets/minecraft/textures/block/andesite1.png differ diff --git a/assets/minecraft/textures/block/anvil_base.png b/assets/minecraft/textures/block/anvil_base.png new file mode 100644 index 0000000..7ab187f Binary files /dev/null and b/assets/minecraft/textures/block/anvil_base.png differ diff --git a/assets/minecraft/textures/block/anvil_side.png b/assets/minecraft/textures/block/anvil_side.png new file mode 100644 index 0000000..bed4e5e Binary files /dev/null and b/assets/minecraft/textures/block/anvil_side.png differ diff --git a/assets/minecraft/textures/block/anvil_top.png b/assets/minecraft/textures/block/anvil_top.png new file mode 100644 index 0000000..d088bd2 Binary files /dev/null and b/assets/minecraft/textures/block/anvil_top.png differ diff --git a/assets/minecraft/textures/block/attached_melon_stem.png b/assets/minecraft/textures/block/attached_melon_stem.png new file mode 100644 index 0000000..7814539 Binary files /dev/null and b/assets/minecraft/textures/block/attached_melon_stem.png differ diff --git a/assets/minecraft/textures/block/attached_pumpkin_stem.png b/assets/minecraft/textures/block/attached_pumpkin_stem.png new file mode 100644 index 0000000..a4114b1 Binary files /dev/null and b/assets/minecraft/textures/block/attached_pumpkin_stem.png differ diff --git a/assets/minecraft/textures/block/azure_bluet.png b/assets/minecraft/textures/block/azure_bluet.png new file mode 100644 index 0000000..8fa4274 Binary files /dev/null and b/assets/minecraft/textures/block/azure_bluet.png differ diff --git a/assets/minecraft/textures/block/bamboo_large_leaves.png b/assets/minecraft/textures/block/bamboo_large_leaves.png new file mode 100644 index 0000000..ae12fb1 Binary files /dev/null and b/assets/minecraft/textures/block/bamboo_large_leaves.png differ diff --git a/assets/minecraft/textures/block/bamboo_singleleaf.png b/assets/minecraft/textures/block/bamboo_singleleaf.png new file mode 100644 index 0000000..81bc8df Binary files /dev/null and b/assets/minecraft/textures/block/bamboo_singleleaf.png differ diff --git a/assets/minecraft/textures/block/bamboo_small_leaves.png b/assets/minecraft/textures/block/bamboo_small_leaves.png new file mode 100644 index 0000000..f541435 Binary files /dev/null and b/assets/minecraft/textures/block/bamboo_small_leaves.png differ diff --git a/assets/minecraft/textures/block/bamboo_stage0.png b/assets/minecraft/textures/block/bamboo_stage0.png new file mode 100644 index 0000000..48a8e68 Binary files /dev/null and b/assets/minecraft/textures/block/bamboo_stage0.png differ diff --git a/assets/minecraft/textures/block/bamboo_stalk.png b/assets/minecraft/textures/block/bamboo_stalk.png new file mode 100644 index 0000000..c7c39de Binary files /dev/null and b/assets/minecraft/textures/block/bamboo_stalk.png differ diff --git a/assets/minecraft/textures/block/barrel_bottom.png b/assets/minecraft/textures/block/barrel_bottom.png new file mode 100644 index 0000000..3ef1783 Binary files /dev/null and b/assets/minecraft/textures/block/barrel_bottom.png differ diff --git a/assets/minecraft/textures/block/barrel_side.png b/assets/minecraft/textures/block/barrel_side.png new file mode 100644 index 0000000..4c4db80 Binary files /dev/null and b/assets/minecraft/textures/block/barrel_side.png differ diff --git a/assets/minecraft/textures/block/barrel_top.png b/assets/minecraft/textures/block/barrel_top.png new file mode 100644 index 0000000..4d5aa6c Binary files /dev/null and b/assets/minecraft/textures/block/barrel_top.png differ diff --git a/assets/minecraft/textures/block/barrel_top_open.png b/assets/minecraft/textures/block/barrel_top_open.png new file mode 100644 index 0000000..f2b505b Binary files /dev/null and b/assets/minecraft/textures/block/barrel_top_open.png differ diff --git a/assets/minecraft/textures/block/beacon.png b/assets/minecraft/textures/block/beacon.png new file mode 100644 index 0000000..5f0ea8c Binary files /dev/null and b/assets/minecraft/textures/block/beacon.png differ diff --git a/assets/minecraft/textures/block/bedrock.png b/assets/minecraft/textures/block/bedrock.png new file mode 100644 index 0000000..28004bc Binary files /dev/null and b/assets/minecraft/textures/block/bedrock.png differ diff --git a/assets/minecraft/textures/block/bee_nest_bottom.png b/assets/minecraft/textures/block/bee_nest_bottom.png new file mode 100644 index 0000000..f3ad4a4 Binary files /dev/null and b/assets/minecraft/textures/block/bee_nest_bottom.png differ diff --git a/assets/minecraft/textures/block/bee_nest_front.png b/assets/minecraft/textures/block/bee_nest_front.png new file mode 100644 index 0000000..95cc3dc Binary files /dev/null and b/assets/minecraft/textures/block/bee_nest_front.png differ diff --git a/assets/minecraft/textures/block/bee_nest_front_honey.png b/assets/minecraft/textures/block/bee_nest_front_honey.png new file mode 100644 index 0000000..cdd892d Binary files /dev/null and b/assets/minecraft/textures/block/bee_nest_front_honey.png differ diff --git a/assets/minecraft/textures/block/bee_nest_side.png b/assets/minecraft/textures/block/bee_nest_side.png new file mode 100644 index 0000000..e336375 Binary files /dev/null and b/assets/minecraft/textures/block/bee_nest_side.png differ diff --git a/assets/minecraft/textures/block/bee_nest_top.png b/assets/minecraft/textures/block/bee_nest_top.png new file mode 100644 index 0000000..4ab22eb Binary files /dev/null and b/assets/minecraft/textures/block/bee_nest_top.png differ diff --git a/assets/minecraft/textures/block/beehive_end.png b/assets/minecraft/textures/block/beehive_end.png new file mode 100644 index 0000000..3ee3391 Binary files /dev/null and b/assets/minecraft/textures/block/beehive_end.png differ diff --git a/assets/minecraft/textures/block/beehive_front.png b/assets/minecraft/textures/block/beehive_front.png new file mode 100644 index 0000000..94e14d9 Binary files /dev/null and b/assets/minecraft/textures/block/beehive_front.png differ diff --git a/assets/minecraft/textures/block/beehive_front_honey.png b/assets/minecraft/textures/block/beehive_front_honey.png new file mode 100644 index 0000000..e47a7c7 Binary files /dev/null and b/assets/minecraft/textures/block/beehive_front_honey.png differ diff --git a/assets/minecraft/textures/block/beehive_side.png b/assets/minecraft/textures/block/beehive_side.png new file mode 100644 index 0000000..820acb4 Binary files /dev/null and b/assets/minecraft/textures/block/beehive_side.png differ diff --git a/assets/minecraft/textures/block/beetroots_stage0.png b/assets/minecraft/textures/block/beetroots_stage0.png new file mode 100644 index 0000000..7809c8d Binary files /dev/null and b/assets/minecraft/textures/block/beetroots_stage0.png differ diff --git a/assets/minecraft/textures/block/beetroots_stage1.png b/assets/minecraft/textures/block/beetroots_stage1.png new file mode 100644 index 0000000..a50579a Binary files /dev/null and b/assets/minecraft/textures/block/beetroots_stage1.png differ diff --git a/assets/minecraft/textures/block/beetroots_stage2.png b/assets/minecraft/textures/block/beetroots_stage2.png new file mode 100644 index 0000000..52a35c0 Binary files /dev/null and b/assets/minecraft/textures/block/beetroots_stage2.png differ diff --git a/assets/minecraft/textures/block/beetroots_stage3.png b/assets/minecraft/textures/block/beetroots_stage3.png new file mode 100644 index 0000000..76fb4d6 Binary files /dev/null and b/assets/minecraft/textures/block/beetroots_stage3.png differ diff --git a/assets/minecraft/textures/block/bell_bottom.png b/assets/minecraft/textures/block/bell_bottom.png new file mode 100644 index 0000000..5319f27 Binary files /dev/null and b/assets/minecraft/textures/block/bell_bottom.png differ diff --git a/assets/minecraft/textures/block/bell_side.png b/assets/minecraft/textures/block/bell_side.png new file mode 100644 index 0000000..b630d15 Binary files /dev/null and b/assets/minecraft/textures/block/bell_side.png differ diff --git a/assets/minecraft/textures/block/bell_top.png b/assets/minecraft/textures/block/bell_top.png new file mode 100644 index 0000000..6525ed6 Binary files /dev/null and b/assets/minecraft/textures/block/bell_top.png differ diff --git a/assets/minecraft/textures/block/birch_door_bottom.png b/assets/minecraft/textures/block/birch_door_bottom.png new file mode 100644 index 0000000..1a68bcd Binary files /dev/null and b/assets/minecraft/textures/block/birch_door_bottom.png differ diff --git a/assets/minecraft/textures/block/birch_door_side.png b/assets/minecraft/textures/block/birch_door_side.png new file mode 100644 index 0000000..bf66b6a Binary files /dev/null and b/assets/minecraft/textures/block/birch_door_side.png differ diff --git a/assets/minecraft/textures/block/birch_door_top.png b/assets/minecraft/textures/block/birch_door_top.png new file mode 100644 index 0000000..26bffed Binary files /dev/null and b/assets/minecraft/textures/block/birch_door_top.png differ diff --git a/assets/minecraft/textures/block/birch_fence.png b/assets/minecraft/textures/block/birch_fence.png new file mode 100644 index 0000000..fc8a0e6 Binary files /dev/null and b/assets/minecraft/textures/block/birch_fence.png differ diff --git a/assets/minecraft/textures/block/birch_fence_gate.png b/assets/minecraft/textures/block/birch_fence_gate.png new file mode 100644 index 0000000..a5ef31c Binary files /dev/null and b/assets/minecraft/textures/block/birch_fence_gate.png differ diff --git a/assets/minecraft/textures/block/birch_fence_side.png b/assets/minecraft/textures/block/birch_fence_side.png new file mode 100644 index 0000000..a9e161c Binary files /dev/null and b/assets/minecraft/textures/block/birch_fence_side.png differ diff --git a/assets/minecraft/textures/block/birch_fence_top.png b/assets/minecraft/textures/block/birch_fence_top.png new file mode 100644 index 0000000..810c1a5 Binary files /dev/null and b/assets/minecraft/textures/block/birch_fence_top.png differ diff --git a/assets/minecraft/textures/block/birch_leaves.png b/assets/minecraft/textures/block/birch_leaves.png new file mode 100644 index 0000000..8e9e4bc Binary files /dev/null and b/assets/minecraft/textures/block/birch_leaves.png differ diff --git a/assets/minecraft/textures/block/birch_leaves1.png b/assets/minecraft/textures/block/birch_leaves1.png new file mode 100644 index 0000000..82969d2 Binary files /dev/null and b/assets/minecraft/textures/block/birch_leaves1.png differ diff --git a/assets/minecraft/textures/block/birch_log.png b/assets/minecraft/textures/block/birch_log.png new file mode 100644 index 0000000..561e8b9 Binary files /dev/null and b/assets/minecraft/textures/block/birch_log.png differ diff --git a/assets/minecraft/textures/block/birch_log1.png b/assets/minecraft/textures/block/birch_log1.png new file mode 100644 index 0000000..fde9ff9 Binary files /dev/null and b/assets/minecraft/textures/block/birch_log1.png differ diff --git a/assets/minecraft/textures/block/birch_log_top.png b/assets/minecraft/textures/block/birch_log_top.png new file mode 100644 index 0000000..3cc33bf Binary files /dev/null and b/assets/minecraft/textures/block/birch_log_top.png differ diff --git a/assets/minecraft/textures/block/birch_planks.png b/assets/minecraft/textures/block/birch_planks.png new file mode 100644 index 0000000..6b4cecb Binary files /dev/null and b/assets/minecraft/textures/block/birch_planks.png differ diff --git a/assets/minecraft/textures/block/birch_planks1.png b/assets/minecraft/textures/block/birch_planks1.png new file mode 100644 index 0000000..9bae1a4 Binary files /dev/null and b/assets/minecraft/textures/block/birch_planks1.png differ diff --git a/assets/minecraft/textures/block/birch_planks2.png b/assets/minecraft/textures/block/birch_planks2.png new file mode 100644 index 0000000..33f0a55 Binary files /dev/null and b/assets/minecraft/textures/block/birch_planks2.png differ diff --git a/assets/minecraft/textures/block/birch_sapling.png b/assets/minecraft/textures/block/birch_sapling.png new file mode 100644 index 0000000..7d304e3 Binary files /dev/null and b/assets/minecraft/textures/block/birch_sapling.png differ diff --git a/assets/minecraft/textures/block/birch_trapdoor.png b/assets/minecraft/textures/block/birch_trapdoor.png new file mode 100644 index 0000000..a41c1c5 Binary files /dev/null and b/assets/minecraft/textures/block/birch_trapdoor.png differ diff --git a/assets/minecraft/textures/block/black_concrete.png b/assets/minecraft/textures/block/black_concrete.png new file mode 100644 index 0000000..df206d9 Binary files /dev/null and b/assets/minecraft/textures/block/black_concrete.png differ diff --git a/assets/minecraft/textures/block/black_concrete_powder.png b/assets/minecraft/textures/block/black_concrete_powder.png new file mode 100644 index 0000000..110562c Binary files /dev/null and b/assets/minecraft/textures/block/black_concrete_powder.png differ diff --git a/assets/minecraft/textures/block/black_glazed_terracotta.png b/assets/minecraft/textures/block/black_glazed_terracotta.png new file mode 100644 index 0000000..7b53e07 Binary files /dev/null and b/assets/minecraft/textures/block/black_glazed_terracotta.png differ diff --git a/assets/minecraft/textures/block/black_stained_glass.png b/assets/minecraft/textures/block/black_stained_glass.png new file mode 100644 index 0000000..6ee114a Binary files /dev/null and b/assets/minecraft/textures/block/black_stained_glass.png differ diff --git a/assets/minecraft/textures/block/black_stained_glass_pane_top.png b/assets/minecraft/textures/block/black_stained_glass_pane_top.png new file mode 100644 index 0000000..94afc0c Binary files /dev/null and b/assets/minecraft/textures/block/black_stained_glass_pane_top.png differ diff --git a/assets/minecraft/textures/block/black_terracotta.png b/assets/minecraft/textures/block/black_terracotta.png new file mode 100644 index 0000000..5ffc9de Binary files /dev/null and b/assets/minecraft/textures/block/black_terracotta.png differ diff --git a/assets/minecraft/textures/block/black_wool.png b/assets/minecraft/textures/block/black_wool.png new file mode 100644 index 0000000..d985787 Binary files /dev/null and b/assets/minecraft/textures/block/black_wool.png differ diff --git a/assets/minecraft/textures/block/blast_furnace_front.png b/assets/minecraft/textures/block/blast_furnace_front.png new file mode 100644 index 0000000..3b80312 Binary files /dev/null and b/assets/minecraft/textures/block/blast_furnace_front.png differ diff --git a/assets/minecraft/textures/block/blast_furnace_front_on.png b/assets/minecraft/textures/block/blast_furnace_front_on.png new file mode 100644 index 0000000..1354e95 Binary files /dev/null and b/assets/minecraft/textures/block/blast_furnace_front_on.png differ diff --git a/assets/minecraft/textures/block/blast_furnace_front_on.png.mcmeta b/assets/minecraft/textures/block/blast_furnace_front_on.png.mcmeta new file mode 100644 index 0000000..4894b53 --- /dev/null +++ b/assets/minecraft/textures/block/blast_furnace_front_on.png.mcmeta @@ -0,0 +1,6 @@ +{ + "animation": { + "interpolate": true, + "frametime": 10 + } +} diff --git a/assets/minecraft/textures/block/blast_furnace_side.png b/assets/minecraft/textures/block/blast_furnace_side.png new file mode 100644 index 0000000..e11eceb Binary files /dev/null and b/assets/minecraft/textures/block/blast_furnace_side.png differ diff --git a/assets/minecraft/textures/block/blast_furnace_top.png b/assets/minecraft/textures/block/blast_furnace_top.png new file mode 100644 index 0000000..bf10dfa Binary files /dev/null and b/assets/minecraft/textures/block/blast_furnace_top.png differ diff --git a/assets/minecraft/textures/block/blue_concrete.png b/assets/minecraft/textures/block/blue_concrete.png new file mode 100644 index 0000000..496578d Binary files /dev/null and b/assets/minecraft/textures/block/blue_concrete.png differ diff --git a/assets/minecraft/textures/block/blue_concrete_powder.png b/assets/minecraft/textures/block/blue_concrete_powder.png new file mode 100644 index 0000000..7e391db Binary files /dev/null and b/assets/minecraft/textures/block/blue_concrete_powder.png differ diff --git a/assets/minecraft/textures/block/blue_glazed_terracotta.png b/assets/minecraft/textures/block/blue_glazed_terracotta.png new file mode 100644 index 0000000..257a71d Binary files /dev/null and b/assets/minecraft/textures/block/blue_glazed_terracotta.png differ diff --git a/assets/minecraft/textures/block/blue_ice.png b/assets/minecraft/textures/block/blue_ice.png new file mode 100644 index 0000000..ab145b3 Binary files /dev/null and b/assets/minecraft/textures/block/blue_ice.png differ diff --git a/assets/minecraft/textures/block/blue_orchid.png b/assets/minecraft/textures/block/blue_orchid.png new file mode 100644 index 0000000..9b06def Binary files /dev/null and b/assets/minecraft/textures/block/blue_orchid.png differ diff --git a/assets/minecraft/textures/block/blue_stained_glass.png b/assets/minecraft/textures/block/blue_stained_glass.png new file mode 100644 index 0000000..3d412d8 Binary files /dev/null and b/assets/minecraft/textures/block/blue_stained_glass.png differ diff --git a/assets/minecraft/textures/block/blue_stained_glass_pane_top.png b/assets/minecraft/textures/block/blue_stained_glass_pane_top.png new file mode 100644 index 0000000..94afc0c Binary files /dev/null and b/assets/minecraft/textures/block/blue_stained_glass_pane_top.png differ diff --git a/assets/minecraft/textures/block/blue_terracotta.png b/assets/minecraft/textures/block/blue_terracotta.png new file mode 100644 index 0000000..b84c831 Binary files /dev/null and b/assets/minecraft/textures/block/blue_terracotta.png differ diff --git a/assets/minecraft/textures/block/blue_wool.png b/assets/minecraft/textures/block/blue_wool.png new file mode 100644 index 0000000..c04663d Binary files /dev/null and b/assets/minecraft/textures/block/blue_wool.png differ diff --git a/assets/minecraft/textures/block/bone_block_side.png b/assets/minecraft/textures/block/bone_block_side.png new file mode 100644 index 0000000..51a0f09 Binary files /dev/null and b/assets/minecraft/textures/block/bone_block_side.png differ diff --git a/assets/minecraft/textures/block/bone_block_top.png b/assets/minecraft/textures/block/bone_block_top.png new file mode 100644 index 0000000..eb91f6f Binary files /dev/null and b/assets/minecraft/textures/block/bone_block_top.png differ diff --git a/assets/minecraft/textures/block/bookshelf.png b/assets/minecraft/textures/block/bookshelf.png new file mode 100644 index 0000000..548d356 Binary files /dev/null and b/assets/minecraft/textures/block/bookshelf.png differ diff --git a/assets/minecraft/textures/block/bookshelf1.png b/assets/minecraft/textures/block/bookshelf1.png new file mode 100644 index 0000000..f28e525 Binary files /dev/null and b/assets/minecraft/textures/block/bookshelf1.png differ diff --git a/assets/minecraft/textures/block/bookshelf2.png b/assets/minecraft/textures/block/bookshelf2.png new file mode 100644 index 0000000..c5423d9 Binary files /dev/null and b/assets/minecraft/textures/block/bookshelf2.png differ diff --git a/assets/minecraft/textures/block/bookshelf_top.png b/assets/minecraft/textures/block/bookshelf_top.png new file mode 100644 index 0000000..8f90535 Binary files /dev/null and b/assets/minecraft/textures/block/bookshelf_top.png differ diff --git a/assets/minecraft/textures/block/brain_coral.png b/assets/minecraft/textures/block/brain_coral.png new file mode 100644 index 0000000..60a4c53 Binary files /dev/null and b/assets/minecraft/textures/block/brain_coral.png differ diff --git a/assets/minecraft/textures/block/brain_coral_block.png b/assets/minecraft/textures/block/brain_coral_block.png new file mode 100644 index 0000000..a9a508b Binary files /dev/null and b/assets/minecraft/textures/block/brain_coral_block.png differ diff --git a/assets/minecraft/textures/block/brain_coral_fan.png b/assets/minecraft/textures/block/brain_coral_fan.png new file mode 100644 index 0000000..0ffe520 Binary files /dev/null and b/assets/minecraft/textures/block/brain_coral_fan.png differ diff --git a/assets/minecraft/textures/block/brewing_stand.png b/assets/minecraft/textures/block/brewing_stand.png new file mode 100644 index 0000000..67d9061 Binary files /dev/null and b/assets/minecraft/textures/block/brewing_stand.png differ diff --git a/assets/minecraft/textures/block/brewing_stand_base.png b/assets/minecraft/textures/block/brewing_stand_base.png new file mode 100644 index 0000000..662cd80 Binary files /dev/null and b/assets/minecraft/textures/block/brewing_stand_base.png differ diff --git a/assets/minecraft/textures/block/bricks.png b/assets/minecraft/textures/block/bricks.png new file mode 100644 index 0000000..faefa0b Binary files /dev/null and b/assets/minecraft/textures/block/bricks.png differ diff --git a/assets/minecraft/textures/block/bricks1.png b/assets/minecraft/textures/block/bricks1.png new file mode 100644 index 0000000..8260f2b Binary files /dev/null and b/assets/minecraft/textures/block/bricks1.png differ diff --git a/assets/minecraft/textures/block/bricks2.png b/assets/minecraft/textures/block/bricks2.png new file mode 100644 index 0000000..720a215 Binary files /dev/null and b/assets/minecraft/textures/block/bricks2.png differ diff --git a/assets/minecraft/textures/block/bricks3.png b/assets/minecraft/textures/block/bricks3.png new file mode 100644 index 0000000..251d10d Binary files /dev/null and b/assets/minecraft/textures/block/bricks3.png differ diff --git a/assets/minecraft/textures/block/bricks4.png b/assets/minecraft/textures/block/bricks4.png new file mode 100644 index 0000000..c0958cb Binary files /dev/null and b/assets/minecraft/textures/block/bricks4.png differ diff --git a/assets/minecraft/textures/block/bricks5.png b/assets/minecraft/textures/block/bricks5.png new file mode 100644 index 0000000..c7f398f Binary files /dev/null and b/assets/minecraft/textures/block/bricks5.png differ diff --git a/assets/minecraft/textures/block/bricks6.png b/assets/minecraft/textures/block/bricks6.png new file mode 100644 index 0000000..5ae21be Binary files /dev/null and b/assets/minecraft/textures/block/bricks6.png differ diff --git a/assets/minecraft/textures/block/bricks7.png b/assets/minecraft/textures/block/bricks7.png new file mode 100644 index 0000000..4753c81 Binary files /dev/null and b/assets/minecraft/textures/block/bricks7.png differ diff --git a/assets/minecraft/textures/block/brown_concrete.png b/assets/minecraft/textures/block/brown_concrete.png new file mode 100644 index 0000000..15dccfd Binary files /dev/null and b/assets/minecraft/textures/block/brown_concrete.png differ diff --git a/assets/minecraft/textures/block/brown_concrete_powder.png b/assets/minecraft/textures/block/brown_concrete_powder.png new file mode 100644 index 0000000..dec5ce1 Binary files /dev/null and b/assets/minecraft/textures/block/brown_concrete_powder.png differ diff --git a/assets/minecraft/textures/block/brown_glazed_terracotta.png b/assets/minecraft/textures/block/brown_glazed_terracotta.png new file mode 100644 index 0000000..34ad99e Binary files /dev/null and b/assets/minecraft/textures/block/brown_glazed_terracotta.png differ diff --git a/assets/minecraft/textures/block/brown_mushroom.png b/assets/minecraft/textures/block/brown_mushroom.png new file mode 100644 index 0000000..d9021a6 Binary files /dev/null and b/assets/minecraft/textures/block/brown_mushroom.png differ diff --git a/assets/minecraft/textures/block/brown_mushroom_block.png b/assets/minecraft/textures/block/brown_mushroom_block.png new file mode 100644 index 0000000..8d4f225 Binary files /dev/null and b/assets/minecraft/textures/block/brown_mushroom_block.png differ diff --git a/assets/minecraft/textures/block/brown_stained_glass.png b/assets/minecraft/textures/block/brown_stained_glass.png new file mode 100644 index 0000000..db75586 Binary files /dev/null and b/assets/minecraft/textures/block/brown_stained_glass.png differ diff --git a/assets/minecraft/textures/block/brown_stained_glass_pane_top.png b/assets/minecraft/textures/block/brown_stained_glass_pane_top.png new file mode 100644 index 0000000..94afc0c Binary files /dev/null and b/assets/minecraft/textures/block/brown_stained_glass_pane_top.png differ diff --git a/assets/minecraft/textures/block/brown_terracotta.png b/assets/minecraft/textures/block/brown_terracotta.png new file mode 100644 index 0000000..6b91f14 Binary files /dev/null and b/assets/minecraft/textures/block/brown_terracotta.png differ diff --git a/assets/minecraft/textures/block/brown_wool.png b/assets/minecraft/textures/block/brown_wool.png new file mode 100644 index 0000000..18bd039 Binary files /dev/null and b/assets/minecraft/textures/block/brown_wool.png differ diff --git a/assets/minecraft/textures/block/bubble_coral.png b/assets/minecraft/textures/block/bubble_coral.png new file mode 100644 index 0000000..905ba2f Binary files /dev/null and b/assets/minecraft/textures/block/bubble_coral.png differ diff --git a/assets/minecraft/textures/block/bubble_coral_block.png b/assets/minecraft/textures/block/bubble_coral_block.png new file mode 100644 index 0000000..5519755 Binary files /dev/null and b/assets/minecraft/textures/block/bubble_coral_block.png differ diff --git a/assets/minecraft/textures/block/bubble_coral_fan.png b/assets/minecraft/textures/block/bubble_coral_fan.png new file mode 100644 index 0000000..c9a49f4 Binary files /dev/null and b/assets/minecraft/textures/block/bubble_coral_fan.png differ diff --git a/assets/minecraft/textures/block/cactus_bottom.png b/assets/minecraft/textures/block/cactus_bottom.png new file mode 100644 index 0000000..2b6221b Binary files /dev/null and b/assets/minecraft/textures/block/cactus_bottom.png differ diff --git a/assets/minecraft/textures/block/cactus_side.png b/assets/minecraft/textures/block/cactus_side.png new file mode 100644 index 0000000..1a58361 Binary files /dev/null and b/assets/minecraft/textures/block/cactus_side.png differ diff --git a/assets/minecraft/textures/block/cactus_top.png b/assets/minecraft/textures/block/cactus_top.png new file mode 100644 index 0000000..e7918d2 Binary files /dev/null and b/assets/minecraft/textures/block/cactus_top.png differ diff --git a/assets/minecraft/textures/block/cake_bottom.png b/assets/minecraft/textures/block/cake_bottom.png new file mode 100644 index 0000000..9edb3ab Binary files /dev/null and b/assets/minecraft/textures/block/cake_bottom.png differ diff --git a/assets/minecraft/textures/block/cake_inner.png b/assets/minecraft/textures/block/cake_inner.png new file mode 100644 index 0000000..a742314 Binary files /dev/null and b/assets/minecraft/textures/block/cake_inner.png differ diff --git a/assets/minecraft/textures/block/cake_side.png b/assets/minecraft/textures/block/cake_side.png new file mode 100644 index 0000000..225c62a Binary files /dev/null and b/assets/minecraft/textures/block/cake_side.png differ diff --git a/assets/minecraft/textures/block/cake_top.png b/assets/minecraft/textures/block/cake_top.png new file mode 100644 index 0000000..9aa11e7 Binary files /dev/null and b/assets/minecraft/textures/block/cake_top.png differ diff --git a/assets/minecraft/textures/block/campfire_fire.png b/assets/minecraft/textures/block/campfire_fire.png new file mode 100644 index 0000000..d1288ec Binary files /dev/null and b/assets/minecraft/textures/block/campfire_fire.png differ diff --git a/assets/minecraft/textures/block/campfire_fire.png.mcmeta b/assets/minecraft/textures/block/campfire_fire.png.mcmeta new file mode 100644 index 0000000..0645f48 --- /dev/null +++ b/assets/minecraft/textures/block/campfire_fire.png.mcmeta @@ -0,0 +1,5 @@ +{ + "animation": { + "frametime": 2 + } +} diff --git a/assets/minecraft/textures/block/campfire_log.png b/assets/minecraft/textures/block/campfire_log.png new file mode 100644 index 0000000..7b3408b Binary files /dev/null and b/assets/minecraft/textures/block/campfire_log.png differ diff --git a/assets/minecraft/textures/block/campfire_log_lit.png b/assets/minecraft/textures/block/campfire_log_lit.png new file mode 100644 index 0000000..d7f89bf Binary files /dev/null and b/assets/minecraft/textures/block/campfire_log_lit.png differ diff --git a/assets/minecraft/textures/block/campfire_log_lit.png.mcmeta b/assets/minecraft/textures/block/campfire_log_lit.png.mcmeta new file mode 100644 index 0000000..265854e --- /dev/null +++ b/assets/minecraft/textures/block/campfire_log_lit.png.mcmeta @@ -0,0 +1,6 @@ +{ + "animation": { + "interpolate": true, + "frametime": 20 + } +} diff --git a/assets/minecraft/textures/block/carrots_stage0.png b/assets/minecraft/textures/block/carrots_stage0.png new file mode 100644 index 0000000..b9ef509 Binary files /dev/null and b/assets/minecraft/textures/block/carrots_stage0.png differ diff --git a/assets/minecraft/textures/block/carrots_stage1.png b/assets/minecraft/textures/block/carrots_stage1.png new file mode 100644 index 0000000..55d036c Binary files /dev/null and b/assets/minecraft/textures/block/carrots_stage1.png differ diff --git a/assets/minecraft/textures/block/carrots_stage2.png b/assets/minecraft/textures/block/carrots_stage2.png new file mode 100644 index 0000000..85a3464 Binary files /dev/null and b/assets/minecraft/textures/block/carrots_stage2.png differ diff --git a/assets/minecraft/textures/block/carrots_stage3.png b/assets/minecraft/textures/block/carrots_stage3.png new file mode 100644 index 0000000..b47a90f Binary files /dev/null and b/assets/minecraft/textures/block/carrots_stage3.png differ diff --git a/assets/minecraft/textures/block/cartography_table_side1.png b/assets/minecraft/textures/block/cartography_table_side1.png new file mode 100644 index 0000000..7573d6b Binary files /dev/null and b/assets/minecraft/textures/block/cartography_table_side1.png differ diff --git a/assets/minecraft/textures/block/cartography_table_side2.png b/assets/minecraft/textures/block/cartography_table_side2.png new file mode 100644 index 0000000..f5dbd7c Binary files /dev/null and b/assets/minecraft/textures/block/cartography_table_side2.png differ diff --git a/assets/minecraft/textures/block/cartography_table_side3.png b/assets/minecraft/textures/block/cartography_table_side3.png new file mode 100644 index 0000000..740303b Binary files /dev/null and b/assets/minecraft/textures/block/cartography_table_side3.png differ diff --git a/assets/minecraft/textures/block/cartography_table_top.png b/assets/minecraft/textures/block/cartography_table_top.png new file mode 100644 index 0000000..cefff1f Binary files /dev/null and b/assets/minecraft/textures/block/cartography_table_top.png differ diff --git a/assets/minecraft/textures/block/carved_pumpkin.png b/assets/minecraft/textures/block/carved_pumpkin.png new file mode 100644 index 0000000..86bf566 Binary files /dev/null and b/assets/minecraft/textures/block/carved_pumpkin.png differ diff --git a/assets/minecraft/textures/block/cauldron_bottom.png b/assets/minecraft/textures/block/cauldron_bottom.png new file mode 100644 index 0000000..d955b49 Binary files /dev/null and b/assets/minecraft/textures/block/cauldron_bottom.png differ diff --git a/assets/minecraft/textures/block/cauldron_inner.png b/assets/minecraft/textures/block/cauldron_inner.png new file mode 100644 index 0000000..4a2f71c Binary files /dev/null and b/assets/minecraft/textures/block/cauldron_inner.png differ diff --git a/assets/minecraft/textures/block/cauldron_side.png b/assets/minecraft/textures/block/cauldron_side.png new file mode 100644 index 0000000..faefdd8 Binary files /dev/null and b/assets/minecraft/textures/block/cauldron_side.png differ diff --git a/assets/minecraft/textures/block/cauldron_top.png b/assets/minecraft/textures/block/cauldron_top.png new file mode 100644 index 0000000..5ef0151 Binary files /dev/null and b/assets/minecraft/textures/block/cauldron_top.png differ diff --git a/assets/minecraft/textures/block/chain_command_block_back.png b/assets/minecraft/textures/block/chain_command_block_back.png new file mode 100644 index 0000000..bd70187 Binary files /dev/null and b/assets/minecraft/textures/block/chain_command_block_back.png differ diff --git a/assets/minecraft/textures/block/chain_command_block_back.png.mcmeta b/assets/minecraft/textures/block/chain_command_block_back.png.mcmeta new file mode 100644 index 0000000..c794959 --- /dev/null +++ b/assets/minecraft/textures/block/chain_command_block_back.png.mcmeta @@ -0,0 +1,6 @@ +{ + "animation": { + "interpolate": false, + "frames": [ {"index": 0, "time": 40}, {"index": 1, "time": 5}, {"index": 0, "time": 10}, {"index": 1, "time": 1}] + } +} \ No newline at end of file diff --git a/assets/minecraft/textures/block/chain_command_block_conditional.png b/assets/minecraft/textures/block/chain_command_block_conditional.png new file mode 100644 index 0000000..4b505f5 Binary files /dev/null and b/assets/minecraft/textures/block/chain_command_block_conditional.png differ diff --git a/assets/minecraft/textures/block/chain_command_block_conditional.png.mcmeta b/assets/minecraft/textures/block/chain_command_block_conditional.png.mcmeta new file mode 100644 index 0000000..c794959 --- /dev/null +++ b/assets/minecraft/textures/block/chain_command_block_conditional.png.mcmeta @@ -0,0 +1,6 @@ +{ + "animation": { + "interpolate": false, + "frames": [ {"index": 0, "time": 40}, {"index": 1, "time": 5}, {"index": 0, "time": 10}, {"index": 1, "time": 1}] + } +} \ No newline at end of file diff --git a/assets/minecraft/textures/block/chain_command_block_front.png b/assets/minecraft/textures/block/chain_command_block_front.png new file mode 100644 index 0000000..f6d5881 Binary files /dev/null and b/assets/minecraft/textures/block/chain_command_block_front.png differ diff --git a/assets/minecraft/textures/block/chain_command_block_front.png.mcmeta b/assets/minecraft/textures/block/chain_command_block_front.png.mcmeta new file mode 100644 index 0000000..2486f07 --- /dev/null +++ b/assets/minecraft/textures/block/chain_command_block_front.png.mcmeta @@ -0,0 +1,6 @@ +{ + "animation": { + "interpolate": false, + "frames": [ {"index": 0, "time": 40}, {"index": 1, "time": 5}, {"index": 0, "time": 10}, {"index": 1, "time": 1}] + } +} diff --git a/assets/minecraft/textures/block/chain_command_block_side.png b/assets/minecraft/textures/block/chain_command_block_side.png new file mode 100644 index 0000000..b7486ae Binary files /dev/null and b/assets/minecraft/textures/block/chain_command_block_side.png differ diff --git a/assets/minecraft/textures/block/chain_command_block_side.png.mcmeta b/assets/minecraft/textures/block/chain_command_block_side.png.mcmeta new file mode 100644 index 0000000..c794959 --- /dev/null +++ b/assets/minecraft/textures/block/chain_command_block_side.png.mcmeta @@ -0,0 +1,6 @@ +{ + "animation": { + "interpolate": false, + "frames": [ {"index": 0, "time": 40}, {"index": 1, "time": 5}, {"index": 0, "time": 10}, {"index": 1, "time": 1}] + } +} \ No newline at end of file diff --git a/assets/minecraft/textures/block/chipped_anvil_top.png b/assets/minecraft/textures/block/chipped_anvil_top.png new file mode 100644 index 0000000..06ef76c Binary files /dev/null and b/assets/minecraft/textures/block/chipped_anvil_top.png differ diff --git a/assets/minecraft/textures/block/chiseled_quartz_block.png b/assets/minecraft/textures/block/chiseled_quartz_block.png new file mode 100644 index 0000000..45aca5f Binary files /dev/null and b/assets/minecraft/textures/block/chiseled_quartz_block.png differ diff --git a/assets/minecraft/textures/block/chiseled_quartz_block_top.png b/assets/minecraft/textures/block/chiseled_quartz_block_top.png new file mode 100644 index 0000000..3d39272 Binary files /dev/null and b/assets/minecraft/textures/block/chiseled_quartz_block_top.png differ diff --git a/assets/minecraft/textures/block/chiseled_red_sandstone.png b/assets/minecraft/textures/block/chiseled_red_sandstone.png new file mode 100644 index 0000000..fc8b2a0 Binary files /dev/null and b/assets/minecraft/textures/block/chiseled_red_sandstone.png differ diff --git a/assets/minecraft/textures/block/chiseled_red_sandstone1.png b/assets/minecraft/textures/block/chiseled_red_sandstone1.png new file mode 100644 index 0000000..1e0aea9 Binary files /dev/null and b/assets/minecraft/textures/block/chiseled_red_sandstone1.png differ diff --git a/assets/minecraft/textures/block/chiseled_sandstone.png b/assets/minecraft/textures/block/chiseled_sandstone.png new file mode 100644 index 0000000..bbe724c Binary files /dev/null and b/assets/minecraft/textures/block/chiseled_sandstone.png differ diff --git a/assets/minecraft/textures/block/chiseled_sandstone1.png b/assets/minecraft/textures/block/chiseled_sandstone1.png new file mode 100644 index 0000000..e3ad3ee Binary files /dev/null and b/assets/minecraft/textures/block/chiseled_sandstone1.png differ diff --git a/assets/minecraft/textures/block/chiseled_stone_bricks.png b/assets/minecraft/textures/block/chiseled_stone_bricks.png new file mode 100644 index 0000000..0cb8614 Binary files /dev/null and b/assets/minecraft/textures/block/chiseled_stone_bricks.png differ diff --git a/assets/minecraft/textures/block/chorus_flower.png b/assets/minecraft/textures/block/chorus_flower.png new file mode 100644 index 0000000..c3b22d8 Binary files /dev/null and b/assets/minecraft/textures/block/chorus_flower.png differ diff --git a/assets/minecraft/textures/block/chorus_flower_dead.png b/assets/minecraft/textures/block/chorus_flower_dead.png new file mode 100644 index 0000000..6197161 Binary files /dev/null and b/assets/minecraft/textures/block/chorus_flower_dead.png differ diff --git a/assets/minecraft/textures/block/chorus_plant.png b/assets/minecraft/textures/block/chorus_plant.png new file mode 100644 index 0000000..ebc2bb9 Binary files /dev/null and b/assets/minecraft/textures/block/chorus_plant.png differ diff --git a/assets/minecraft/textures/block/clay.png b/assets/minecraft/textures/block/clay.png new file mode 100644 index 0000000..1c39094 Binary files /dev/null and b/assets/minecraft/textures/block/clay.png differ diff --git a/assets/minecraft/textures/block/coal_block.png b/assets/minecraft/textures/block/coal_block.png new file mode 100644 index 0000000..2eb2395 Binary files /dev/null and b/assets/minecraft/textures/block/coal_block.png differ diff --git a/assets/minecraft/textures/block/coal_ore.png b/assets/minecraft/textures/block/coal_ore.png new file mode 100644 index 0000000..66a379f Binary files /dev/null and b/assets/minecraft/textures/block/coal_ore.png differ diff --git a/assets/minecraft/textures/block/coal_ore1.png b/assets/minecraft/textures/block/coal_ore1.png new file mode 100644 index 0000000..2e8ee75 Binary files /dev/null and b/assets/minecraft/textures/block/coal_ore1.png differ diff --git a/assets/minecraft/textures/block/coal_ore2.png b/assets/minecraft/textures/block/coal_ore2.png new file mode 100644 index 0000000..9e7435e Binary files /dev/null and b/assets/minecraft/textures/block/coal_ore2.png differ diff --git a/assets/minecraft/textures/block/coarse_dirt.png b/assets/minecraft/textures/block/coarse_dirt.png new file mode 100644 index 0000000..a39ccef Binary files /dev/null and b/assets/minecraft/textures/block/coarse_dirt.png differ diff --git a/assets/minecraft/textures/block/cobble_mossy_wall_side.png b/assets/minecraft/textures/block/cobble_mossy_wall_side.png new file mode 100644 index 0000000..9f8b051 Binary files /dev/null and b/assets/minecraft/textures/block/cobble_mossy_wall_side.png differ diff --git a/assets/minecraft/textures/block/cobble_mossy_wall_top.png b/assets/minecraft/textures/block/cobble_mossy_wall_top.png new file mode 100644 index 0000000..ad8a7c0 Binary files /dev/null and b/assets/minecraft/textures/block/cobble_mossy_wall_top.png differ diff --git a/assets/minecraft/textures/block/cobble_wall_side.png b/assets/minecraft/textures/block/cobble_wall_side.png new file mode 100644 index 0000000..461cbd4 Binary files /dev/null and b/assets/minecraft/textures/block/cobble_wall_side.png differ diff --git a/assets/minecraft/textures/block/cobble_wall_top.png b/assets/minecraft/textures/block/cobble_wall_top.png new file mode 100644 index 0000000..0bf459d Binary files /dev/null and b/assets/minecraft/textures/block/cobble_wall_top.png differ diff --git a/assets/minecraft/textures/block/cobblestone.png b/assets/minecraft/textures/block/cobblestone.png new file mode 100644 index 0000000..1c65cda Binary files /dev/null and b/assets/minecraft/textures/block/cobblestone.png differ diff --git a/assets/minecraft/textures/block/cobblestone1.png b/assets/minecraft/textures/block/cobblestone1.png new file mode 100644 index 0000000..5d6064e Binary files /dev/null and b/assets/minecraft/textures/block/cobblestone1.png differ diff --git a/assets/minecraft/textures/block/cobblestone2.png b/assets/minecraft/textures/block/cobblestone2.png new file mode 100644 index 0000000..10a29ed Binary files /dev/null and b/assets/minecraft/textures/block/cobblestone2.png differ diff --git a/assets/minecraft/textures/block/cobweb.png b/assets/minecraft/textures/block/cobweb.png new file mode 100644 index 0000000..5ae1c92 Binary files /dev/null and b/assets/minecraft/textures/block/cobweb.png differ diff --git a/assets/minecraft/textures/block/cocoa_stage0.png b/assets/minecraft/textures/block/cocoa_stage0.png new file mode 100644 index 0000000..5f0bffd Binary files /dev/null and b/assets/minecraft/textures/block/cocoa_stage0.png differ diff --git a/assets/minecraft/textures/block/cocoa_stage1.png b/assets/minecraft/textures/block/cocoa_stage1.png new file mode 100644 index 0000000..e00be23 Binary files /dev/null and b/assets/minecraft/textures/block/cocoa_stage1.png differ diff --git a/assets/minecraft/textures/block/cocoa_stage2.png b/assets/minecraft/textures/block/cocoa_stage2.png new file mode 100644 index 0000000..bfe895c Binary files /dev/null and b/assets/minecraft/textures/block/cocoa_stage2.png differ diff --git a/assets/minecraft/textures/block/command_block_back.png b/assets/minecraft/textures/block/command_block_back.png new file mode 100644 index 0000000..0e85836 Binary files /dev/null and b/assets/minecraft/textures/block/command_block_back.png differ diff --git a/assets/minecraft/textures/block/command_block_back.png.mcmeta b/assets/minecraft/textures/block/command_block_back.png.mcmeta new file mode 100644 index 0000000..2486f07 --- /dev/null +++ b/assets/minecraft/textures/block/command_block_back.png.mcmeta @@ -0,0 +1,6 @@ +{ + "animation": { + "interpolate": false, + "frames": [ {"index": 0, "time": 40}, {"index": 1, "time": 5}, {"index": 0, "time": 10}, {"index": 1, "time": 1}] + } +} diff --git a/assets/minecraft/textures/block/command_block_conditional.png b/assets/minecraft/textures/block/command_block_conditional.png new file mode 100644 index 0000000..f3a7e26 Binary files /dev/null and b/assets/minecraft/textures/block/command_block_conditional.png differ diff --git a/assets/minecraft/textures/block/command_block_conditional.png.mcmeta b/assets/minecraft/textures/block/command_block_conditional.png.mcmeta new file mode 100644 index 0000000..2486f07 --- /dev/null +++ b/assets/minecraft/textures/block/command_block_conditional.png.mcmeta @@ -0,0 +1,6 @@ +{ + "animation": { + "interpolate": false, + "frames": [ {"index": 0, "time": 40}, {"index": 1, "time": 5}, {"index": 0, "time": 10}, {"index": 1, "time": 1}] + } +} diff --git a/assets/minecraft/textures/block/command_block_front.png b/assets/minecraft/textures/block/command_block_front.png new file mode 100644 index 0000000..7fbdd72 Binary files /dev/null and b/assets/minecraft/textures/block/command_block_front.png differ diff --git a/assets/minecraft/textures/block/command_block_front.png.mcmeta b/assets/minecraft/textures/block/command_block_front.png.mcmeta new file mode 100644 index 0000000..2486f07 --- /dev/null +++ b/assets/minecraft/textures/block/command_block_front.png.mcmeta @@ -0,0 +1,6 @@ +{ + "animation": { + "interpolate": false, + "frames": [ {"index": 0, "time": 40}, {"index": 1, "time": 5}, {"index": 0, "time": 10}, {"index": 1, "time": 1}] + } +} diff --git a/assets/minecraft/textures/block/command_block_side.png b/assets/minecraft/textures/block/command_block_side.png new file mode 100644 index 0000000..fa55863 Binary files /dev/null and b/assets/minecraft/textures/block/command_block_side.png differ diff --git a/assets/minecraft/textures/block/command_block_side.png.mcmeta b/assets/minecraft/textures/block/command_block_side.png.mcmeta new file mode 100644 index 0000000..2486f07 --- /dev/null +++ b/assets/minecraft/textures/block/command_block_side.png.mcmeta @@ -0,0 +1,6 @@ +{ + "animation": { + "interpolate": false, + "frames": [ {"index": 0, "time": 40}, {"index": 1, "time": 5}, {"index": 0, "time": 10}, {"index": 1, "time": 1}] + } +} diff --git a/assets/minecraft/textures/block/comparator.png b/assets/minecraft/textures/block/comparator.png new file mode 100644 index 0000000..d0db002 Binary files /dev/null and b/assets/minecraft/textures/block/comparator.png differ diff --git a/assets/minecraft/textures/block/comparator_on.png b/assets/minecraft/textures/block/comparator_on.png new file mode 100644 index 0000000..b1efefc Binary files /dev/null and b/assets/minecraft/textures/block/comparator_on.png differ diff --git a/assets/minecraft/textures/block/composter_bottom.png b/assets/minecraft/textures/block/composter_bottom.png new file mode 100644 index 0000000..dc07578 Binary files /dev/null and b/assets/minecraft/textures/block/composter_bottom.png differ diff --git a/assets/minecraft/textures/block/composter_compost.png b/assets/minecraft/textures/block/composter_compost.png new file mode 100644 index 0000000..ae845b3 Binary files /dev/null and b/assets/minecraft/textures/block/composter_compost.png differ diff --git a/assets/minecraft/textures/block/composter_ready.png b/assets/minecraft/textures/block/composter_ready.png new file mode 100644 index 0000000..f579e7b Binary files /dev/null and b/assets/minecraft/textures/block/composter_ready.png differ diff --git a/assets/minecraft/textures/block/composter_side.png b/assets/minecraft/textures/block/composter_side.png new file mode 100644 index 0000000..e70c058 Binary files /dev/null and b/assets/minecraft/textures/block/composter_side.png differ diff --git a/assets/minecraft/textures/block/composter_top.png b/assets/minecraft/textures/block/composter_top.png new file mode 100644 index 0000000..6fb9df7 Binary files /dev/null and b/assets/minecraft/textures/block/composter_top.png differ diff --git a/assets/minecraft/textures/block/conduit.png b/assets/minecraft/textures/block/conduit.png new file mode 100644 index 0000000..78e0416 Binary files /dev/null and b/assets/minecraft/textures/block/conduit.png differ diff --git a/assets/minecraft/textures/block/cornflower.png b/assets/minecraft/textures/block/cornflower.png new file mode 100644 index 0000000..5fe737c Binary files /dev/null and b/assets/minecraft/textures/block/cornflower.png differ diff --git a/assets/minecraft/textures/block/cracked_stone_bricks.png b/assets/minecraft/textures/block/cracked_stone_bricks.png new file mode 100644 index 0000000..ba7ee45 Binary files /dev/null and b/assets/minecraft/textures/block/cracked_stone_bricks.png differ diff --git a/assets/minecraft/textures/block/crafting_table_front.png b/assets/minecraft/textures/block/crafting_table_front.png new file mode 100644 index 0000000..9cd8817 Binary files /dev/null and b/assets/minecraft/textures/block/crafting_table_front.png differ diff --git a/assets/minecraft/textures/block/crafting_table_side.png b/assets/minecraft/textures/block/crafting_table_side.png new file mode 100644 index 0000000..40fb65b Binary files /dev/null and b/assets/minecraft/textures/block/crafting_table_side.png differ diff --git a/assets/minecraft/textures/block/crafting_table_top.png b/assets/minecraft/textures/block/crafting_table_top.png new file mode 100644 index 0000000..d5d77c3 Binary files /dev/null and b/assets/minecraft/textures/block/crafting_table_top.png differ diff --git a/assets/minecraft/textures/block/cut_red_sandstone.png b/assets/minecraft/textures/block/cut_red_sandstone.png new file mode 100644 index 0000000..bbccf03 Binary files /dev/null and b/assets/minecraft/textures/block/cut_red_sandstone.png differ diff --git a/assets/minecraft/textures/block/cut_sandstone.png b/assets/minecraft/textures/block/cut_sandstone.png new file mode 100644 index 0000000..49d1ea3 Binary files /dev/null and b/assets/minecraft/textures/block/cut_sandstone.png differ diff --git a/assets/minecraft/textures/block/cyan_concrete.png b/assets/minecraft/textures/block/cyan_concrete.png new file mode 100644 index 0000000..3b6e204 Binary files /dev/null and b/assets/minecraft/textures/block/cyan_concrete.png differ diff --git a/assets/minecraft/textures/block/cyan_concrete_powder.png b/assets/minecraft/textures/block/cyan_concrete_powder.png new file mode 100644 index 0000000..d5a9878 Binary files /dev/null and b/assets/minecraft/textures/block/cyan_concrete_powder.png differ diff --git a/assets/minecraft/textures/block/cyan_glazed_terracotta.png b/assets/minecraft/textures/block/cyan_glazed_terracotta.png new file mode 100644 index 0000000..fa4407c Binary files /dev/null and b/assets/minecraft/textures/block/cyan_glazed_terracotta.png differ diff --git a/assets/minecraft/textures/block/cyan_stained_glass.png b/assets/minecraft/textures/block/cyan_stained_glass.png new file mode 100644 index 0000000..a689172 Binary files /dev/null and b/assets/minecraft/textures/block/cyan_stained_glass.png differ diff --git a/assets/minecraft/textures/block/cyan_stained_glass_pane_top.png b/assets/minecraft/textures/block/cyan_stained_glass_pane_top.png new file mode 100644 index 0000000..94afc0c Binary files /dev/null and b/assets/minecraft/textures/block/cyan_stained_glass_pane_top.png differ diff --git a/assets/minecraft/textures/block/cyan_terracotta.png b/assets/minecraft/textures/block/cyan_terracotta.png new file mode 100644 index 0000000..f9e63e3 Binary files /dev/null and b/assets/minecraft/textures/block/cyan_terracotta.png differ diff --git a/assets/minecraft/textures/block/cyan_wool.png b/assets/minecraft/textures/block/cyan_wool.png new file mode 100644 index 0000000..d670e5d Binary files /dev/null and b/assets/minecraft/textures/block/cyan_wool.png differ diff --git a/assets/minecraft/textures/block/damaged_anvil_top.png b/assets/minecraft/textures/block/damaged_anvil_top.png new file mode 100644 index 0000000..bcd887c Binary files /dev/null and b/assets/minecraft/textures/block/damaged_anvil_top.png differ diff --git a/assets/minecraft/textures/block/dandelion.png b/assets/minecraft/textures/block/dandelion.png new file mode 100644 index 0000000..bb07332 Binary files /dev/null and b/assets/minecraft/textures/block/dandelion.png differ diff --git a/assets/minecraft/textures/block/dark_oak_door_bottom.png b/assets/minecraft/textures/block/dark_oak_door_bottom.png new file mode 100644 index 0000000..c579c82 Binary files /dev/null and b/assets/minecraft/textures/block/dark_oak_door_bottom.png differ diff --git a/assets/minecraft/textures/block/dark_oak_door_top.png b/assets/minecraft/textures/block/dark_oak_door_top.png new file mode 100644 index 0000000..7f52bdd Binary files /dev/null and b/assets/minecraft/textures/block/dark_oak_door_top.png differ diff --git a/assets/minecraft/textures/block/dark_oak_fence.png b/assets/minecraft/textures/block/dark_oak_fence.png new file mode 100644 index 0000000..8d8efc2 Binary files /dev/null and b/assets/minecraft/textures/block/dark_oak_fence.png differ diff --git a/assets/minecraft/textures/block/dark_oak_fence_gate.png b/assets/minecraft/textures/block/dark_oak_fence_gate.png new file mode 100644 index 0000000..570b46a Binary files /dev/null and b/assets/minecraft/textures/block/dark_oak_fence_gate.png differ diff --git a/assets/minecraft/textures/block/dark_oak_fence_side.png b/assets/minecraft/textures/block/dark_oak_fence_side.png new file mode 100644 index 0000000..f52c9ab Binary files /dev/null and b/assets/minecraft/textures/block/dark_oak_fence_side.png differ diff --git a/assets/minecraft/textures/block/dark_oak_fence_top.png b/assets/minecraft/textures/block/dark_oak_fence_top.png new file mode 100644 index 0000000..bf2677c Binary files /dev/null and b/assets/minecraft/textures/block/dark_oak_fence_top.png differ diff --git a/assets/minecraft/textures/block/dark_oak_leaves.png b/assets/minecraft/textures/block/dark_oak_leaves.png new file mode 100644 index 0000000..0980950 Binary files /dev/null and b/assets/minecraft/textures/block/dark_oak_leaves.png differ diff --git a/assets/minecraft/textures/block/dark_oak_leaves1.png b/assets/minecraft/textures/block/dark_oak_leaves1.png new file mode 100644 index 0000000..5f0e999 Binary files /dev/null and b/assets/minecraft/textures/block/dark_oak_leaves1.png differ diff --git a/assets/minecraft/textures/block/dark_oak_log.png b/assets/minecraft/textures/block/dark_oak_log.png new file mode 100644 index 0000000..f2cc7b1 Binary files /dev/null and b/assets/minecraft/textures/block/dark_oak_log.png differ diff --git a/assets/minecraft/textures/block/dark_oak_log1.png b/assets/minecraft/textures/block/dark_oak_log1.png new file mode 100644 index 0000000..57cab24 Binary files /dev/null and b/assets/minecraft/textures/block/dark_oak_log1.png differ diff --git a/assets/minecraft/textures/block/dark_oak_log_top.png b/assets/minecraft/textures/block/dark_oak_log_top.png new file mode 100644 index 0000000..d97cdf8 Binary files /dev/null and b/assets/minecraft/textures/block/dark_oak_log_top.png differ diff --git a/assets/minecraft/textures/block/dark_oak_planks.png b/assets/minecraft/textures/block/dark_oak_planks.png new file mode 100644 index 0000000..76a5673 Binary files /dev/null and b/assets/minecraft/textures/block/dark_oak_planks.png differ diff --git a/assets/minecraft/textures/block/dark_oak_planks1.png b/assets/minecraft/textures/block/dark_oak_planks1.png new file mode 100644 index 0000000..bbde1db Binary files /dev/null and b/assets/minecraft/textures/block/dark_oak_planks1.png differ diff --git a/assets/minecraft/textures/block/dark_oak_planks2.png b/assets/minecraft/textures/block/dark_oak_planks2.png new file mode 100644 index 0000000..a8fcd26 Binary files /dev/null and b/assets/minecraft/textures/block/dark_oak_planks2.png differ diff --git a/assets/minecraft/textures/block/dark_oak_sapling.png b/assets/minecraft/textures/block/dark_oak_sapling.png new file mode 100644 index 0000000..56d5867 Binary files /dev/null and b/assets/minecraft/textures/block/dark_oak_sapling.png differ diff --git a/assets/minecraft/textures/block/dark_oak_trapdoor.png b/assets/minecraft/textures/block/dark_oak_trapdoor.png new file mode 100644 index 0000000..ab96a6a Binary files /dev/null and b/assets/minecraft/textures/block/dark_oak_trapdoor.png differ diff --git a/assets/minecraft/textures/block/dark_prismarine.png b/assets/minecraft/textures/block/dark_prismarine.png new file mode 100644 index 0000000..93dd55e Binary files /dev/null and b/assets/minecraft/textures/block/dark_prismarine.png differ diff --git a/assets/minecraft/textures/block/daylight_detector_inverted_top.png b/assets/minecraft/textures/block/daylight_detector_inverted_top.png new file mode 100644 index 0000000..79efb7c Binary files /dev/null and b/assets/minecraft/textures/block/daylight_detector_inverted_top.png differ diff --git a/assets/minecraft/textures/block/daylight_detector_side.png b/assets/minecraft/textures/block/daylight_detector_side.png new file mode 100644 index 0000000..19c1843 Binary files /dev/null and b/assets/minecraft/textures/block/daylight_detector_side.png differ diff --git a/assets/minecraft/textures/block/daylight_detector_top.png b/assets/minecraft/textures/block/daylight_detector_top.png new file mode 100644 index 0000000..e01dda4 Binary files /dev/null and b/assets/minecraft/textures/block/daylight_detector_top.png differ diff --git a/assets/minecraft/textures/block/dead_brain_coral.png b/assets/minecraft/textures/block/dead_brain_coral.png new file mode 100644 index 0000000..8d80682 Binary files /dev/null and b/assets/minecraft/textures/block/dead_brain_coral.png differ diff --git a/assets/minecraft/textures/block/dead_brain_coral_block.png b/assets/minecraft/textures/block/dead_brain_coral_block.png new file mode 100644 index 0000000..2938880 Binary files /dev/null and b/assets/minecraft/textures/block/dead_brain_coral_block.png differ diff --git a/assets/minecraft/textures/block/dead_brain_coral_fan.png b/assets/minecraft/textures/block/dead_brain_coral_fan.png new file mode 100644 index 0000000..b297894 Binary files /dev/null and b/assets/minecraft/textures/block/dead_brain_coral_fan.png differ diff --git a/assets/minecraft/textures/block/dead_bubble_coral.png b/assets/minecraft/textures/block/dead_bubble_coral.png new file mode 100644 index 0000000..0d69e12 Binary files /dev/null and b/assets/minecraft/textures/block/dead_bubble_coral.png differ diff --git a/assets/minecraft/textures/block/dead_bubble_coral_block.png b/assets/minecraft/textures/block/dead_bubble_coral_block.png new file mode 100644 index 0000000..86333fb Binary files /dev/null and b/assets/minecraft/textures/block/dead_bubble_coral_block.png differ diff --git a/assets/minecraft/textures/block/dead_bubble_coral_fan.png b/assets/minecraft/textures/block/dead_bubble_coral_fan.png new file mode 100644 index 0000000..0b11adc Binary files /dev/null and b/assets/minecraft/textures/block/dead_bubble_coral_fan.png differ diff --git a/assets/minecraft/textures/block/dead_bush.png b/assets/minecraft/textures/block/dead_bush.png new file mode 100644 index 0000000..662a72a Binary files /dev/null and b/assets/minecraft/textures/block/dead_bush.png differ diff --git a/assets/minecraft/textures/block/dead_fire_coral.png b/assets/minecraft/textures/block/dead_fire_coral.png new file mode 100644 index 0000000..c050ecf Binary files /dev/null and b/assets/minecraft/textures/block/dead_fire_coral.png differ diff --git a/assets/minecraft/textures/block/dead_fire_coral_block.png b/assets/minecraft/textures/block/dead_fire_coral_block.png new file mode 100644 index 0000000..836ab2a Binary files /dev/null and b/assets/minecraft/textures/block/dead_fire_coral_block.png differ diff --git a/assets/minecraft/textures/block/dead_fire_coral_fan.png b/assets/minecraft/textures/block/dead_fire_coral_fan.png new file mode 100644 index 0000000..63c0806 Binary files /dev/null and b/assets/minecraft/textures/block/dead_fire_coral_fan.png differ diff --git a/assets/minecraft/textures/block/dead_horn_coral.png b/assets/minecraft/textures/block/dead_horn_coral.png new file mode 100644 index 0000000..c0ede51 Binary files /dev/null and b/assets/minecraft/textures/block/dead_horn_coral.png differ diff --git a/assets/minecraft/textures/block/dead_horn_coral_block.png b/assets/minecraft/textures/block/dead_horn_coral_block.png new file mode 100644 index 0000000..8f37cd1 Binary files /dev/null and b/assets/minecraft/textures/block/dead_horn_coral_block.png differ diff --git a/assets/minecraft/textures/block/dead_horn_coral_fan.png b/assets/minecraft/textures/block/dead_horn_coral_fan.png new file mode 100644 index 0000000..161c0ec Binary files /dev/null and b/assets/minecraft/textures/block/dead_horn_coral_fan.png differ diff --git a/assets/minecraft/textures/block/dead_tube_coral.png b/assets/minecraft/textures/block/dead_tube_coral.png new file mode 100644 index 0000000..d1bef3a Binary files /dev/null and b/assets/minecraft/textures/block/dead_tube_coral.png differ diff --git a/assets/minecraft/textures/block/dead_tube_coral_block.png b/assets/minecraft/textures/block/dead_tube_coral_block.png new file mode 100644 index 0000000..eb0e0da Binary files /dev/null and b/assets/minecraft/textures/block/dead_tube_coral_block.png differ diff --git a/assets/minecraft/textures/block/dead_tube_coral_fan.png b/assets/minecraft/textures/block/dead_tube_coral_fan.png new file mode 100644 index 0000000..5d0500d Binary files /dev/null and b/assets/minecraft/textures/block/dead_tube_coral_fan.png differ diff --git a/assets/minecraft/textures/block/debug.png b/assets/minecraft/textures/block/debug.png new file mode 100644 index 0000000..8643d0a Binary files /dev/null and b/assets/minecraft/textures/block/debug.png differ diff --git a/assets/minecraft/textures/block/debug2.png b/assets/minecraft/textures/block/debug2.png new file mode 100644 index 0000000..e5b0d26 Binary files /dev/null and b/assets/minecraft/textures/block/debug2.png differ diff --git a/assets/minecraft/textures/block/destroy_stage_0.png b/assets/minecraft/textures/block/destroy_stage_0.png new file mode 100644 index 0000000..3e0f90d Binary files /dev/null and b/assets/minecraft/textures/block/destroy_stage_0.png differ diff --git a/assets/minecraft/textures/block/destroy_stage_1.png b/assets/minecraft/textures/block/destroy_stage_1.png new file mode 100644 index 0000000..a6ae91f Binary files /dev/null and b/assets/minecraft/textures/block/destroy_stage_1.png differ diff --git a/assets/minecraft/textures/block/destroy_stage_2.png b/assets/minecraft/textures/block/destroy_stage_2.png new file mode 100644 index 0000000..c048eee Binary files /dev/null and b/assets/minecraft/textures/block/destroy_stage_2.png differ diff --git a/assets/minecraft/textures/block/destroy_stage_3.png b/assets/minecraft/textures/block/destroy_stage_3.png new file mode 100644 index 0000000..8a68f0b Binary files /dev/null and b/assets/minecraft/textures/block/destroy_stage_3.png differ diff --git a/assets/minecraft/textures/block/destroy_stage_4.png b/assets/minecraft/textures/block/destroy_stage_4.png new file mode 100644 index 0000000..a870717 Binary files /dev/null and b/assets/minecraft/textures/block/destroy_stage_4.png differ diff --git a/assets/minecraft/textures/block/destroy_stage_5.png b/assets/minecraft/textures/block/destroy_stage_5.png new file mode 100644 index 0000000..0d10bcf Binary files /dev/null and b/assets/minecraft/textures/block/destroy_stage_5.png differ diff --git a/assets/minecraft/textures/block/destroy_stage_6.png b/assets/minecraft/textures/block/destroy_stage_6.png new file mode 100644 index 0000000..6a467ff Binary files /dev/null and b/assets/minecraft/textures/block/destroy_stage_6.png differ diff --git a/assets/minecraft/textures/block/destroy_stage_7.png b/assets/minecraft/textures/block/destroy_stage_7.png new file mode 100644 index 0000000..8b228af Binary files /dev/null and b/assets/minecraft/textures/block/destroy_stage_7.png differ diff --git a/assets/minecraft/textures/block/destroy_stage_8.png b/assets/minecraft/textures/block/destroy_stage_8.png new file mode 100644 index 0000000..8a0c0ea Binary files /dev/null and b/assets/minecraft/textures/block/destroy_stage_8.png differ diff --git a/assets/minecraft/textures/block/destroy_stage_9.png b/assets/minecraft/textures/block/destroy_stage_9.png new file mode 100644 index 0000000..d3603fb Binary files /dev/null and b/assets/minecraft/textures/block/destroy_stage_9.png differ diff --git a/assets/minecraft/textures/block/detector_rail.png b/assets/minecraft/textures/block/detector_rail.png new file mode 100644 index 0000000..9c3e06a Binary files /dev/null and b/assets/minecraft/textures/block/detector_rail.png differ diff --git a/assets/minecraft/textures/block/detector_rail_on.png b/assets/minecraft/textures/block/detector_rail_on.png new file mode 100644 index 0000000..c02084c Binary files /dev/null and b/assets/minecraft/textures/block/detector_rail_on.png differ diff --git a/assets/minecraft/textures/block/diamond_block.png b/assets/minecraft/textures/block/diamond_block.png new file mode 100644 index 0000000..72b602e Binary files /dev/null and b/assets/minecraft/textures/block/diamond_block.png differ diff --git a/assets/minecraft/textures/block/diamond_ore.png b/assets/minecraft/textures/block/diamond_ore.png new file mode 100644 index 0000000..f4dfecc Binary files /dev/null and b/assets/minecraft/textures/block/diamond_ore.png differ diff --git a/assets/minecraft/textures/block/diamond_ore1.png b/assets/minecraft/textures/block/diamond_ore1.png new file mode 100644 index 0000000..c7b3a5c Binary files /dev/null and b/assets/minecraft/textures/block/diamond_ore1.png differ diff --git a/assets/minecraft/textures/block/diorite.png b/assets/minecraft/textures/block/diorite.png new file mode 100644 index 0000000..504f9cf Binary files /dev/null and b/assets/minecraft/textures/block/diorite.png differ diff --git a/assets/minecraft/textures/block/diorite1.png b/assets/minecraft/textures/block/diorite1.png new file mode 100644 index 0000000..b035143 Binary files /dev/null and b/assets/minecraft/textures/block/diorite1.png differ diff --git a/assets/minecraft/textures/block/dirt.png b/assets/minecraft/textures/block/dirt.png new file mode 100644 index 0000000..e60fa9b Binary files /dev/null and b/assets/minecraft/textures/block/dirt.png differ diff --git a/assets/minecraft/textures/block/dirt1.png b/assets/minecraft/textures/block/dirt1.png new file mode 100644 index 0000000..46cf76d Binary files /dev/null and b/assets/minecraft/textures/block/dirt1.png differ diff --git a/assets/minecraft/textures/block/dirt2.png b/assets/minecraft/textures/block/dirt2.png new file mode 100644 index 0000000..906dad7 Binary files /dev/null and b/assets/minecraft/textures/block/dirt2.png differ diff --git a/assets/minecraft/textures/block/dirt3.png b/assets/minecraft/textures/block/dirt3.png new file mode 100644 index 0000000..754536d Binary files /dev/null and b/assets/minecraft/textures/block/dirt3.png differ diff --git a/assets/minecraft/textures/block/dirt4.png b/assets/minecraft/textures/block/dirt4.png new file mode 100644 index 0000000..906dad7 Binary files /dev/null and b/assets/minecraft/textures/block/dirt4.png differ diff --git a/assets/minecraft/textures/block/dispenser_front.png b/assets/minecraft/textures/block/dispenser_front.png new file mode 100644 index 0000000..832b06d Binary files /dev/null and b/assets/minecraft/textures/block/dispenser_front.png differ diff --git a/assets/minecraft/textures/block/dispenser_front.png.mcmeta b/assets/minecraft/textures/block/dispenser_front.png.mcmeta new file mode 100644 index 0000000..8e5cbf0 --- /dev/null +++ b/assets/minecraft/textures/block/dispenser_front.png.mcmeta @@ -0,0 +1,14 @@ +{ + + "animation": { + + "frametime": 1, + + "frames": [ +0, + 1] + + } + +} + diff --git a/assets/minecraft/textures/block/dispenser_front_vertical.png b/assets/minecraft/textures/block/dispenser_front_vertical.png new file mode 100644 index 0000000..f5e1185 Binary files /dev/null and b/assets/minecraft/textures/block/dispenser_front_vertical.png differ diff --git a/assets/minecraft/textures/block/dispenser_front_vertical.png.mcmeta b/assets/minecraft/textures/block/dispenser_front_vertical.png.mcmeta new file mode 100644 index 0000000..8e5cbf0 --- /dev/null +++ b/assets/minecraft/textures/block/dispenser_front_vertical.png.mcmeta @@ -0,0 +1,14 @@ +{ + + "animation": { + + "frametime": 1, + + "frames": [ +0, + 1] + + } + +} + diff --git a/assets/minecraft/textures/block/dragon_egg.png b/assets/minecraft/textures/block/dragon_egg.png new file mode 100644 index 0000000..31f4ac9 Binary files /dev/null and b/assets/minecraft/textures/block/dragon_egg.png differ diff --git a/assets/minecraft/textures/block/dried_kelp_bottom.png b/assets/minecraft/textures/block/dried_kelp_bottom.png new file mode 100644 index 0000000..148ecfd Binary files /dev/null and b/assets/minecraft/textures/block/dried_kelp_bottom.png differ diff --git a/assets/minecraft/textures/block/dried_kelp_side.png b/assets/minecraft/textures/block/dried_kelp_side.png new file mode 100644 index 0000000..71d1cb2 Binary files /dev/null and b/assets/minecraft/textures/block/dried_kelp_side.png differ diff --git a/assets/minecraft/textures/block/dried_kelp_top.png b/assets/minecraft/textures/block/dried_kelp_top.png new file mode 100644 index 0000000..148ecfd Binary files /dev/null and b/assets/minecraft/textures/block/dried_kelp_top.png differ diff --git a/assets/minecraft/textures/block/dropper_front.png b/assets/minecraft/textures/block/dropper_front.png new file mode 100644 index 0000000..eb1cb1a Binary files /dev/null and b/assets/minecraft/textures/block/dropper_front.png differ diff --git a/assets/minecraft/textures/block/dropper_front.png.mcmeta b/assets/minecraft/textures/block/dropper_front.png.mcmeta new file mode 100644 index 0000000..2a06d0f --- /dev/null +++ b/assets/minecraft/textures/block/dropper_front.png.mcmeta @@ -0,0 +1,16 @@ +{ + + "animation": { + + "frametime": 3, + + "frames": [ +0, + 1, 2, 3, 4, + 5, + 6, 7, 8, 9, 10] + + } + +} + diff --git a/assets/minecraft/textures/block/dropper_front_vertical.png b/assets/minecraft/textures/block/dropper_front_vertical.png new file mode 100644 index 0000000..3b8d450 Binary files /dev/null and b/assets/minecraft/textures/block/dropper_front_vertical.png differ diff --git a/assets/minecraft/textures/block/dropper_front_vertical.png.mcmeta b/assets/minecraft/textures/block/dropper_front_vertical.png.mcmeta new file mode 100644 index 0000000..2a06d0f --- /dev/null +++ b/assets/minecraft/textures/block/dropper_front_vertical.png.mcmeta @@ -0,0 +1,16 @@ +{ + + "animation": { + + "frametime": 3, + + "frames": [ +0, + 1, 2, 3, 4, + 5, + 6, 7, 8, 9, 10] + + } + +} + diff --git a/assets/minecraft/textures/block/emerald_block.png b/assets/minecraft/textures/block/emerald_block.png new file mode 100644 index 0000000..73cb82b Binary files /dev/null and b/assets/minecraft/textures/block/emerald_block.png differ diff --git a/assets/minecraft/textures/block/emerald_ore.png b/assets/minecraft/textures/block/emerald_ore.png new file mode 100644 index 0000000..c44f08f Binary files /dev/null and b/assets/minecraft/textures/block/emerald_ore.png differ diff --git a/assets/minecraft/textures/block/emerald_ore1.png b/assets/minecraft/textures/block/emerald_ore1.png new file mode 100644 index 0000000..e7d2471 Binary files /dev/null and b/assets/minecraft/textures/block/emerald_ore1.png differ diff --git a/assets/minecraft/textures/block/enchanting_table_bottom.png b/assets/minecraft/textures/block/enchanting_table_bottom.png new file mode 100644 index 0000000..d33ddc4 Binary files /dev/null and b/assets/minecraft/textures/block/enchanting_table_bottom.png differ diff --git a/assets/minecraft/textures/block/enchanting_table_side.png b/assets/minecraft/textures/block/enchanting_table_side.png new file mode 100644 index 0000000..6563e55 Binary files /dev/null and b/assets/minecraft/textures/block/enchanting_table_side.png differ diff --git a/assets/minecraft/textures/block/enchanting_table_top.png b/assets/minecraft/textures/block/enchanting_table_top.png new file mode 100644 index 0000000..0e2ae30 Binary files /dev/null and b/assets/minecraft/textures/block/enchanting_table_top.png differ diff --git a/assets/minecraft/textures/block/end_portal_frame_eye.png b/assets/minecraft/textures/block/end_portal_frame_eye.png new file mode 100644 index 0000000..fc0d708 Binary files /dev/null and b/assets/minecraft/textures/block/end_portal_frame_eye.png differ diff --git a/assets/minecraft/textures/block/end_portal_frame_side.png b/assets/minecraft/textures/block/end_portal_frame_side.png new file mode 100644 index 0000000..a29b758 Binary files /dev/null and b/assets/minecraft/textures/block/end_portal_frame_side.png differ diff --git a/assets/minecraft/textures/block/end_portal_frame_top.png b/assets/minecraft/textures/block/end_portal_frame_top.png new file mode 100644 index 0000000..7ab7acb Binary files /dev/null and b/assets/minecraft/textures/block/end_portal_frame_top.png differ diff --git a/assets/minecraft/textures/block/end_rod.png b/assets/minecraft/textures/block/end_rod.png new file mode 100644 index 0000000..14ed78f Binary files /dev/null and b/assets/minecraft/textures/block/end_rod.png differ diff --git a/assets/minecraft/textures/block/end_stone.png b/assets/minecraft/textures/block/end_stone.png new file mode 100644 index 0000000..d8f9f4f Binary files /dev/null and b/assets/minecraft/textures/block/end_stone.png differ diff --git a/assets/minecraft/textures/block/end_stone_bricks.png b/assets/minecraft/textures/block/end_stone_bricks.png new file mode 100644 index 0000000..bf01dec Binary files /dev/null and b/assets/minecraft/textures/block/end_stone_bricks.png differ diff --git a/assets/minecraft/textures/block/farmland.png b/assets/minecraft/textures/block/farmland.png new file mode 100644 index 0000000..28b7526 Binary files /dev/null and b/assets/minecraft/textures/block/farmland.png differ diff --git a/assets/minecraft/textures/block/farmland_moist.png b/assets/minecraft/textures/block/farmland_moist.png new file mode 100644 index 0000000..bceb584 Binary files /dev/null and b/assets/minecraft/textures/block/farmland_moist.png differ diff --git a/assets/minecraft/textures/block/fern.png b/assets/minecraft/textures/block/fern.png new file mode 100644 index 0000000..7850e9a Binary files /dev/null and b/assets/minecraft/textures/block/fern.png differ diff --git a/assets/minecraft/textures/block/fern1.png b/assets/minecraft/textures/block/fern1.png new file mode 100644 index 0000000..89e9369 Binary files /dev/null and b/assets/minecraft/textures/block/fern1.png differ diff --git a/assets/minecraft/textures/block/fire_0.png b/assets/minecraft/textures/block/fire_0.png new file mode 100644 index 0000000..0738244 Binary files /dev/null and b/assets/minecraft/textures/block/fire_0.png differ diff --git a/assets/minecraft/textures/block/fire_0.png.mcmeta b/assets/minecraft/textures/block/fire_0.png.mcmeta new file mode 100644 index 0000000..90eb1e5 --- /dev/null +++ b/assets/minecraft/textures/block/fire_0.png.mcmeta @@ -0,0 +1,15 @@ +{ + + "animation": { + + "frametime": 2, + "frames": [ +0, + 1, 2, 3, 4, + 5, + 6, 7] + + } + +} + diff --git a/assets/minecraft/textures/block/fire_1.png b/assets/minecraft/textures/block/fire_1.png new file mode 100644 index 0000000..0738244 Binary files /dev/null and b/assets/minecraft/textures/block/fire_1.png differ diff --git a/assets/minecraft/textures/block/fire_1.png.mcmeta b/assets/minecraft/textures/block/fire_1.png.mcmeta new file mode 100644 index 0000000..90eb1e5 --- /dev/null +++ b/assets/minecraft/textures/block/fire_1.png.mcmeta @@ -0,0 +1,15 @@ +{ + + "animation": { + + "frametime": 2, + "frames": [ +0, + 1, 2, 3, 4, + 5, + 6, 7] + + } + +} + diff --git a/assets/minecraft/textures/block/fire_coral.png b/assets/minecraft/textures/block/fire_coral.png new file mode 100644 index 0000000..e7958d5 Binary files /dev/null and b/assets/minecraft/textures/block/fire_coral.png differ diff --git a/assets/minecraft/textures/block/fire_coral_block.png b/assets/minecraft/textures/block/fire_coral_block.png new file mode 100644 index 0000000..e562b02 Binary files /dev/null and b/assets/minecraft/textures/block/fire_coral_block.png differ diff --git a/assets/minecraft/textures/block/fire_coral_fan.png b/assets/minecraft/textures/block/fire_coral_fan.png new file mode 100644 index 0000000..412e97f Binary files /dev/null and b/assets/minecraft/textures/block/fire_coral_fan.png differ diff --git a/assets/minecraft/textures/block/fletching_table_front.png b/assets/minecraft/textures/block/fletching_table_front.png new file mode 100644 index 0000000..ad71add Binary files /dev/null and b/assets/minecraft/textures/block/fletching_table_front.png differ diff --git a/assets/minecraft/textures/block/fletching_table_side.png b/assets/minecraft/textures/block/fletching_table_side.png new file mode 100644 index 0000000..02c3a3e Binary files /dev/null and b/assets/minecraft/textures/block/fletching_table_side.png differ diff --git a/assets/minecraft/textures/block/fletching_table_top.png b/assets/minecraft/textures/block/fletching_table_top.png new file mode 100644 index 0000000..d31c2ee Binary files /dev/null and b/assets/minecraft/textures/block/fletching_table_top.png differ diff --git a/assets/minecraft/textures/block/flower_pot.png b/assets/minecraft/textures/block/flower_pot.png new file mode 100644 index 0000000..7a3a85c Binary files /dev/null and b/assets/minecraft/textures/block/flower_pot.png differ diff --git a/assets/minecraft/textures/block/frosted_ice_0.png b/assets/minecraft/textures/block/frosted_ice_0.png new file mode 100644 index 0000000..63f13f2 Binary files /dev/null and b/assets/minecraft/textures/block/frosted_ice_0.png differ diff --git a/assets/minecraft/textures/block/frosted_ice_1.png b/assets/minecraft/textures/block/frosted_ice_1.png new file mode 100644 index 0000000..d63dc5d Binary files /dev/null and b/assets/minecraft/textures/block/frosted_ice_1.png differ diff --git a/assets/minecraft/textures/block/frosted_ice_2.png b/assets/minecraft/textures/block/frosted_ice_2.png new file mode 100644 index 0000000..c83f97a Binary files /dev/null and b/assets/minecraft/textures/block/frosted_ice_2.png differ diff --git a/assets/minecraft/textures/block/frosted_ice_3.png b/assets/minecraft/textures/block/frosted_ice_3.png new file mode 100644 index 0000000..0e31cc8 Binary files /dev/null and b/assets/minecraft/textures/block/frosted_ice_3.png differ diff --git a/assets/minecraft/textures/block/furnace_front.png b/assets/minecraft/textures/block/furnace_front.png new file mode 100644 index 0000000..33e9f5c Binary files /dev/null and b/assets/minecraft/textures/block/furnace_front.png differ diff --git a/assets/minecraft/textures/block/furnace_front_on.png b/assets/minecraft/textures/block/furnace_front_on.png new file mode 100644 index 0000000..1c5a2dc Binary files /dev/null and b/assets/minecraft/textures/block/furnace_front_on.png differ diff --git a/assets/minecraft/textures/block/furnace_side.png b/assets/minecraft/textures/block/furnace_side.png new file mode 100644 index 0000000..738298e Binary files /dev/null and b/assets/minecraft/textures/block/furnace_side.png differ diff --git a/assets/minecraft/textures/block/furnace_top.png b/assets/minecraft/textures/block/furnace_top.png new file mode 100644 index 0000000..36e0b6e Binary files /dev/null and b/assets/minecraft/textures/block/furnace_top.png differ diff --git a/assets/minecraft/textures/block/glass.png b/assets/minecraft/textures/block/glass.png new file mode 100644 index 0000000..1aec9f0 Binary files /dev/null and b/assets/minecraft/textures/block/glass.png differ diff --git a/assets/minecraft/textures/block/glass_pane_top.png b/assets/minecraft/textures/block/glass_pane_top.png new file mode 100644 index 0000000..bdab386 Binary files /dev/null and b/assets/minecraft/textures/block/glass_pane_top.png differ diff --git a/assets/minecraft/textures/block/glowstone.png b/assets/minecraft/textures/block/glowstone.png new file mode 100644 index 0000000..5ca2515 Binary files /dev/null and b/assets/minecraft/textures/block/glowstone.png differ diff --git a/assets/minecraft/textures/block/gold_block.png b/assets/minecraft/textures/block/gold_block.png new file mode 100644 index 0000000..3fa6119 Binary files /dev/null and b/assets/minecraft/textures/block/gold_block.png differ diff --git a/assets/minecraft/textures/block/gold_ore.png b/assets/minecraft/textures/block/gold_ore.png new file mode 100644 index 0000000..3d5a4c8 Binary files /dev/null and b/assets/minecraft/textures/block/gold_ore.png differ diff --git a/assets/minecraft/textures/block/gold_ore1.png b/assets/minecraft/textures/block/gold_ore1.png new file mode 100644 index 0000000..a12ed2f Binary files /dev/null and b/assets/minecraft/textures/block/gold_ore1.png differ diff --git a/assets/minecraft/textures/block/granite.png b/assets/minecraft/textures/block/granite.png new file mode 100644 index 0000000..f6d6b86 Binary files /dev/null and b/assets/minecraft/textures/block/granite.png differ diff --git a/assets/minecraft/textures/block/granite1.png b/assets/minecraft/textures/block/granite1.png new file mode 100644 index 0000000..07d5228 Binary files /dev/null and b/assets/minecraft/textures/block/granite1.png differ diff --git a/assets/minecraft/textures/block/grass.png b/assets/minecraft/textures/block/grass.png new file mode 100644 index 0000000..5ab4b00 Binary files /dev/null and b/assets/minecraft/textures/block/grass.png differ diff --git a/assets/minecraft/textures/block/grass1.png b/assets/minecraft/textures/block/grass1.png new file mode 100644 index 0000000..783e0d3 Binary files /dev/null and b/assets/minecraft/textures/block/grass1.png differ diff --git a/assets/minecraft/textures/block/grass2.png b/assets/minecraft/textures/block/grass2.png new file mode 100644 index 0000000..1cacb0c Binary files /dev/null and b/assets/minecraft/textures/block/grass2.png differ diff --git a/assets/minecraft/textures/block/grass_block_side.png b/assets/minecraft/textures/block/grass_block_side.png new file mode 100644 index 0000000..9f91ee4 Binary files /dev/null and b/assets/minecraft/textures/block/grass_block_side.png differ diff --git a/assets/minecraft/textures/block/grass_block_side_overlay.png b/assets/minecraft/textures/block/grass_block_side_overlay.png new file mode 100644 index 0000000..a1cc154 Binary files /dev/null and b/assets/minecraft/textures/block/grass_block_side_overlay.png differ diff --git a/assets/minecraft/textures/block/grass_block_snow.png b/assets/minecraft/textures/block/grass_block_snow.png new file mode 100644 index 0000000..349776f Binary files /dev/null and b/assets/minecraft/textures/block/grass_block_snow.png differ diff --git a/assets/minecraft/textures/block/grass_block_top.png b/assets/minecraft/textures/block/grass_block_top.png new file mode 100644 index 0000000..f657bb8 Binary files /dev/null and b/assets/minecraft/textures/block/grass_block_top.png differ diff --git a/assets/minecraft/textures/block/grass_block_top1.png b/assets/minecraft/textures/block/grass_block_top1.png new file mode 100644 index 0000000..de32060 Binary files /dev/null and b/assets/minecraft/textures/block/grass_block_top1.png differ diff --git a/assets/minecraft/textures/block/grass_block_top2.png b/assets/minecraft/textures/block/grass_block_top2.png new file mode 100644 index 0000000..6bc19e3 Binary files /dev/null and b/assets/minecraft/textures/block/grass_block_top2.png differ diff --git a/assets/minecraft/textures/block/grass_block_top3.png b/assets/minecraft/textures/block/grass_block_top3.png new file mode 100644 index 0000000..0ea9c6a Binary files /dev/null and b/assets/minecraft/textures/block/grass_block_top3.png differ diff --git a/assets/minecraft/textures/block/grass_block_top_extra.png b/assets/minecraft/textures/block/grass_block_top_extra.png new file mode 100644 index 0000000..9328501 Binary files /dev/null and b/assets/minecraft/textures/block/grass_block_top_extra.png differ diff --git a/assets/minecraft/textures/block/grass_block_top_extra1.png b/assets/minecraft/textures/block/grass_block_top_extra1.png new file mode 100644 index 0000000..ae925c6 Binary files /dev/null and b/assets/minecraft/textures/block/grass_block_top_extra1.png differ diff --git a/assets/minecraft/textures/block/grass_path_side.png b/assets/minecraft/textures/block/grass_path_side.png new file mode 100644 index 0000000..ac25e45 Binary files /dev/null and b/assets/minecraft/textures/block/grass_path_side.png differ diff --git a/assets/minecraft/textures/block/grass_path_top.png b/assets/minecraft/textures/block/grass_path_top.png new file mode 100644 index 0000000..22a7626 Binary files /dev/null and b/assets/minecraft/textures/block/grass_path_top.png differ diff --git a/assets/minecraft/textures/block/grass_path_top1.png b/assets/minecraft/textures/block/grass_path_top1.png new file mode 100644 index 0000000..64f80f1 Binary files /dev/null and b/assets/minecraft/textures/block/grass_path_top1.png differ diff --git a/assets/minecraft/textures/block/gravel.png b/assets/minecraft/textures/block/gravel.png new file mode 100644 index 0000000..f65f162 Binary files /dev/null and b/assets/minecraft/textures/block/gravel.png differ diff --git a/assets/minecraft/textures/block/gray_concrete.png b/assets/minecraft/textures/block/gray_concrete.png new file mode 100644 index 0000000..dcf5987 Binary files /dev/null and b/assets/minecraft/textures/block/gray_concrete.png differ diff --git a/assets/minecraft/textures/block/gray_concrete_powder.png b/assets/minecraft/textures/block/gray_concrete_powder.png new file mode 100644 index 0000000..c7d22ba Binary files /dev/null and b/assets/minecraft/textures/block/gray_concrete_powder.png differ diff --git a/assets/minecraft/textures/block/gray_glazed_terracotta.png b/assets/minecraft/textures/block/gray_glazed_terracotta.png new file mode 100644 index 0000000..6ad3ab4 Binary files /dev/null and b/assets/minecraft/textures/block/gray_glazed_terracotta.png differ diff --git a/assets/minecraft/textures/block/gray_stained_glass.png b/assets/minecraft/textures/block/gray_stained_glass.png new file mode 100644 index 0000000..fef3011 Binary files /dev/null and b/assets/minecraft/textures/block/gray_stained_glass.png differ diff --git a/assets/minecraft/textures/block/gray_stained_glass_pane_top.png b/assets/minecraft/textures/block/gray_stained_glass_pane_top.png new file mode 100644 index 0000000..94afc0c Binary files /dev/null and b/assets/minecraft/textures/block/gray_stained_glass_pane_top.png differ diff --git a/assets/minecraft/textures/block/gray_terracotta.png b/assets/minecraft/textures/block/gray_terracotta.png new file mode 100644 index 0000000..ea2e8cc Binary files /dev/null and b/assets/minecraft/textures/block/gray_terracotta.png differ diff --git a/assets/minecraft/textures/block/gray_wool.png b/assets/minecraft/textures/block/gray_wool.png new file mode 100644 index 0000000..8ce49c9 Binary files /dev/null and b/assets/minecraft/textures/block/gray_wool.png differ diff --git a/assets/minecraft/textures/block/green_concrete.png b/assets/minecraft/textures/block/green_concrete.png new file mode 100644 index 0000000..fcd9278 Binary files /dev/null and b/assets/minecraft/textures/block/green_concrete.png differ diff --git a/assets/minecraft/textures/block/green_concrete_powder.png b/assets/minecraft/textures/block/green_concrete_powder.png new file mode 100644 index 0000000..56da645 Binary files /dev/null and b/assets/minecraft/textures/block/green_concrete_powder.png differ diff --git a/assets/minecraft/textures/block/green_glazed_terracotta.png b/assets/minecraft/textures/block/green_glazed_terracotta.png new file mode 100644 index 0000000..3263b05 Binary files /dev/null and b/assets/minecraft/textures/block/green_glazed_terracotta.png differ diff --git a/assets/minecraft/textures/block/green_stained_glass.png b/assets/minecraft/textures/block/green_stained_glass.png new file mode 100644 index 0000000..56e87ef Binary files /dev/null and b/assets/minecraft/textures/block/green_stained_glass.png differ diff --git a/assets/minecraft/textures/block/green_stained_glass_pane_top.png b/assets/minecraft/textures/block/green_stained_glass_pane_top.png new file mode 100644 index 0000000..94afc0c Binary files /dev/null and b/assets/minecraft/textures/block/green_stained_glass_pane_top.png differ diff --git a/assets/minecraft/textures/block/green_terracotta.png b/assets/minecraft/textures/block/green_terracotta.png new file mode 100644 index 0000000..9b9b735 Binary files /dev/null and b/assets/minecraft/textures/block/green_terracotta.png differ diff --git a/assets/minecraft/textures/block/green_wool.png b/assets/minecraft/textures/block/green_wool.png new file mode 100644 index 0000000..051cf25 Binary files /dev/null and b/assets/minecraft/textures/block/green_wool.png differ diff --git a/assets/minecraft/textures/block/grindstone_pivot.png b/assets/minecraft/textures/block/grindstone_pivot.png new file mode 100644 index 0000000..6a2ae20 Binary files /dev/null and b/assets/minecraft/textures/block/grindstone_pivot.png differ diff --git a/assets/minecraft/textures/block/grindstone_round.png b/assets/minecraft/textures/block/grindstone_round.png new file mode 100644 index 0000000..efba4dd Binary files /dev/null and b/assets/minecraft/textures/block/grindstone_round.png differ diff --git a/assets/minecraft/textures/block/grindstone_side.png b/assets/minecraft/textures/block/grindstone_side.png new file mode 100644 index 0000000..ed96f5e Binary files /dev/null and b/assets/minecraft/textures/block/grindstone_side.png differ diff --git a/assets/minecraft/textures/block/hay_block_side.png b/assets/minecraft/textures/block/hay_block_side.png new file mode 100644 index 0000000..ca1be0d Binary files /dev/null and b/assets/minecraft/textures/block/hay_block_side.png differ diff --git a/assets/minecraft/textures/block/hay_block_top.png b/assets/minecraft/textures/block/hay_block_top.png new file mode 100644 index 0000000..056038c Binary files /dev/null and b/assets/minecraft/textures/block/hay_block_top.png differ diff --git a/assets/minecraft/textures/block/honey_block_bottom.png b/assets/minecraft/textures/block/honey_block_bottom.png new file mode 100644 index 0000000..67e3e64 Binary files /dev/null and b/assets/minecraft/textures/block/honey_block_bottom.png differ diff --git a/assets/minecraft/textures/block/honey_block_side.png b/assets/minecraft/textures/block/honey_block_side.png new file mode 100644 index 0000000..93d26e7 Binary files /dev/null and b/assets/minecraft/textures/block/honey_block_side.png differ diff --git a/assets/minecraft/textures/block/honey_block_top.png b/assets/minecraft/textures/block/honey_block_top.png new file mode 100644 index 0000000..6a660a0 Binary files /dev/null and b/assets/minecraft/textures/block/honey_block_top.png differ diff --git a/assets/minecraft/textures/block/honeycomb_block.png b/assets/minecraft/textures/block/honeycomb_block.png new file mode 100644 index 0000000..42c4ce8 Binary files /dev/null and b/assets/minecraft/textures/block/honeycomb_block.png differ diff --git a/assets/minecraft/textures/block/hopper_inside.png b/assets/minecraft/textures/block/hopper_inside.png new file mode 100644 index 0000000..93bb322 Binary files /dev/null and b/assets/minecraft/textures/block/hopper_inside.png differ diff --git a/assets/minecraft/textures/block/hopper_outside.png b/assets/minecraft/textures/block/hopper_outside.png new file mode 100644 index 0000000..a8c9a3f Binary files /dev/null and b/assets/minecraft/textures/block/hopper_outside.png differ diff --git a/assets/minecraft/textures/block/hopper_top.png b/assets/minecraft/textures/block/hopper_top.png new file mode 100644 index 0000000..8606eb7 Binary files /dev/null and b/assets/minecraft/textures/block/hopper_top.png differ diff --git a/assets/minecraft/textures/block/horn_coral.png b/assets/minecraft/textures/block/horn_coral.png new file mode 100644 index 0000000..8f32276 Binary files /dev/null and b/assets/minecraft/textures/block/horn_coral.png differ diff --git a/assets/minecraft/textures/block/horn_coral_block.png b/assets/minecraft/textures/block/horn_coral_block.png new file mode 100644 index 0000000..c56a134 Binary files /dev/null and b/assets/minecraft/textures/block/horn_coral_block.png differ diff --git a/assets/minecraft/textures/block/horn_coral_fan.png b/assets/minecraft/textures/block/horn_coral_fan.png new file mode 100644 index 0000000..63e7d12 Binary files /dev/null and b/assets/minecraft/textures/block/horn_coral_fan.png differ diff --git a/assets/minecraft/textures/block/ice.png b/assets/minecraft/textures/block/ice.png new file mode 100644 index 0000000..c9f33cb Binary files /dev/null and b/assets/minecraft/textures/block/ice.png differ diff --git a/assets/minecraft/textures/block/iron_bars.png b/assets/minecraft/textures/block/iron_bars.png new file mode 100644 index 0000000..83508eb Binary files /dev/null and b/assets/minecraft/textures/block/iron_bars.png differ diff --git a/assets/minecraft/textures/block/iron_bars_hor.png b/assets/minecraft/textures/block/iron_bars_hor.png new file mode 100644 index 0000000..2f6b463 Binary files /dev/null and b/assets/minecraft/textures/block/iron_bars_hor.png differ diff --git a/assets/minecraft/textures/block/iron_block.png b/assets/minecraft/textures/block/iron_block.png new file mode 100644 index 0000000..6ffeb86 Binary files /dev/null and b/assets/minecraft/textures/block/iron_block.png differ diff --git a/assets/minecraft/textures/block/iron_door_bottom.png b/assets/minecraft/textures/block/iron_door_bottom.png new file mode 100644 index 0000000..24601d1 Binary files /dev/null and b/assets/minecraft/textures/block/iron_door_bottom.png differ diff --git a/assets/minecraft/textures/block/iron_door_top.png b/assets/minecraft/textures/block/iron_door_top.png new file mode 100644 index 0000000..ad55bf6 Binary files /dev/null and b/assets/minecraft/textures/block/iron_door_top.png differ diff --git a/assets/minecraft/textures/block/iron_ore.png b/assets/minecraft/textures/block/iron_ore.png new file mode 100644 index 0000000..b4caa5e Binary files /dev/null and b/assets/minecraft/textures/block/iron_ore.png differ diff --git a/assets/minecraft/textures/block/iron_ore1.png b/assets/minecraft/textures/block/iron_ore1.png new file mode 100644 index 0000000..b8ab9f4 Binary files /dev/null and b/assets/minecraft/textures/block/iron_ore1.png differ diff --git a/assets/minecraft/textures/block/iron_trapdoor.png b/assets/minecraft/textures/block/iron_trapdoor.png new file mode 100644 index 0000000..1454895 Binary files /dev/null and b/assets/minecraft/textures/block/iron_trapdoor.png differ diff --git a/assets/minecraft/textures/block/item_frame.png b/assets/minecraft/textures/block/item_frame.png new file mode 100644 index 0000000..aab0849 Binary files /dev/null and b/assets/minecraft/textures/block/item_frame.png differ diff --git a/assets/minecraft/textures/block/item_frame_border.png b/assets/minecraft/textures/block/item_frame_border.png new file mode 100644 index 0000000..b3cbed3 Binary files /dev/null and b/assets/minecraft/textures/block/item_frame_border.png differ diff --git a/assets/minecraft/textures/block/jack_o_lantern.png b/assets/minecraft/textures/block/jack_o_lantern.png new file mode 100644 index 0000000..f59cefa Binary files /dev/null and b/assets/minecraft/textures/block/jack_o_lantern.png differ diff --git a/assets/minecraft/textures/block/jigsaw_bottom.png b/assets/minecraft/textures/block/jigsaw_bottom.png new file mode 100644 index 0000000..71c16d8 Binary files /dev/null and b/assets/minecraft/textures/block/jigsaw_bottom.png differ diff --git a/assets/minecraft/textures/block/jigsaw_side.png b/assets/minecraft/textures/block/jigsaw_side.png new file mode 100644 index 0000000..5b5cd65 Binary files /dev/null and b/assets/minecraft/textures/block/jigsaw_side.png differ diff --git a/assets/minecraft/textures/block/jigsaw_top.png b/assets/minecraft/textures/block/jigsaw_top.png new file mode 100644 index 0000000..f9f5bca Binary files /dev/null and b/assets/minecraft/textures/block/jigsaw_top.png differ diff --git a/assets/minecraft/textures/block/jukebox_side.png b/assets/minecraft/textures/block/jukebox_side.png new file mode 100644 index 0000000..9cd6f43 Binary files /dev/null and b/assets/minecraft/textures/block/jukebox_side.png differ diff --git a/assets/minecraft/textures/block/jukebox_top.png b/assets/minecraft/textures/block/jukebox_top.png new file mode 100644 index 0000000..eed97c9 Binary files /dev/null and b/assets/minecraft/textures/block/jukebox_top.png differ diff --git a/assets/minecraft/textures/block/jungle_door_bottom.png b/assets/minecraft/textures/block/jungle_door_bottom.png new file mode 100644 index 0000000..216665f Binary files /dev/null and b/assets/minecraft/textures/block/jungle_door_bottom.png differ diff --git a/assets/minecraft/textures/block/jungle_door_side.png b/assets/minecraft/textures/block/jungle_door_side.png new file mode 100644 index 0000000..494f139 Binary files /dev/null and b/assets/minecraft/textures/block/jungle_door_side.png differ diff --git a/assets/minecraft/textures/block/jungle_door_top.png b/assets/minecraft/textures/block/jungle_door_top.png new file mode 100644 index 0000000..f6d30e8 Binary files /dev/null and b/assets/minecraft/textures/block/jungle_door_top.png differ diff --git a/assets/minecraft/textures/block/jungle_fence.png b/assets/minecraft/textures/block/jungle_fence.png new file mode 100644 index 0000000..959a43d Binary files /dev/null and b/assets/minecraft/textures/block/jungle_fence.png differ diff --git a/assets/minecraft/textures/block/jungle_fence_gate.png b/assets/minecraft/textures/block/jungle_fence_gate.png new file mode 100644 index 0000000..4bb69e9 Binary files /dev/null and b/assets/minecraft/textures/block/jungle_fence_gate.png differ diff --git a/assets/minecraft/textures/block/jungle_fence_side.png b/assets/minecraft/textures/block/jungle_fence_side.png new file mode 100644 index 0000000..1b6c88f Binary files /dev/null and b/assets/minecraft/textures/block/jungle_fence_side.png differ diff --git a/assets/minecraft/textures/block/jungle_fence_top.png b/assets/minecraft/textures/block/jungle_fence_top.png new file mode 100644 index 0000000..7b2abf8 Binary files /dev/null and b/assets/minecraft/textures/block/jungle_fence_top.png differ diff --git a/assets/minecraft/textures/block/jungle_leaves.png b/assets/minecraft/textures/block/jungle_leaves.png new file mode 100644 index 0000000..bb59b4f Binary files /dev/null and b/assets/minecraft/textures/block/jungle_leaves.png differ diff --git a/assets/minecraft/textures/block/jungle_leaves1.png b/assets/minecraft/textures/block/jungle_leaves1.png new file mode 100644 index 0000000..9270605 Binary files /dev/null and b/assets/minecraft/textures/block/jungle_leaves1.png differ diff --git a/assets/minecraft/textures/block/jungle_log.png b/assets/minecraft/textures/block/jungle_log.png new file mode 100644 index 0000000..3544c9f Binary files /dev/null and b/assets/minecraft/textures/block/jungle_log.png differ diff --git a/assets/minecraft/textures/block/jungle_log1.png b/assets/minecraft/textures/block/jungle_log1.png new file mode 100644 index 0000000..996c523 Binary files /dev/null and b/assets/minecraft/textures/block/jungle_log1.png differ diff --git a/assets/minecraft/textures/block/jungle_log_top.png b/assets/minecraft/textures/block/jungle_log_top.png new file mode 100644 index 0000000..ef392dd Binary files /dev/null and b/assets/minecraft/textures/block/jungle_log_top.png differ diff --git a/assets/minecraft/textures/block/jungle_planks.png b/assets/minecraft/textures/block/jungle_planks.png new file mode 100644 index 0000000..334e8fe Binary files /dev/null and b/assets/minecraft/textures/block/jungle_planks.png differ diff --git a/assets/minecraft/textures/block/jungle_planks1.png b/assets/minecraft/textures/block/jungle_planks1.png new file mode 100644 index 0000000..b9c77bf Binary files /dev/null and b/assets/minecraft/textures/block/jungle_planks1.png differ diff --git a/assets/minecraft/textures/block/jungle_planks2.png b/assets/minecraft/textures/block/jungle_planks2.png new file mode 100644 index 0000000..2d92842 Binary files /dev/null and b/assets/minecraft/textures/block/jungle_planks2.png differ diff --git a/assets/minecraft/textures/block/jungle_sapling.png b/assets/minecraft/textures/block/jungle_sapling.png new file mode 100644 index 0000000..769aaff Binary files /dev/null and b/assets/minecraft/textures/block/jungle_sapling.png differ diff --git a/assets/minecraft/textures/block/jungle_trapdoor.png b/assets/minecraft/textures/block/jungle_trapdoor.png new file mode 100644 index 0000000..7e04e33 Binary files /dev/null and b/assets/minecraft/textures/block/jungle_trapdoor.png differ diff --git a/assets/minecraft/textures/block/kelp.png b/assets/minecraft/textures/block/kelp.png new file mode 100644 index 0000000..ec89d2b Binary files /dev/null and b/assets/minecraft/textures/block/kelp.png differ diff --git a/assets/minecraft/textures/block/kelp.png.mcmeta b/assets/minecraft/textures/block/kelp.png.mcmeta new file mode 100644 index 0000000..8e55e43 --- /dev/null +++ b/assets/minecraft/textures/block/kelp.png.mcmeta @@ -0,0 +1,5 @@ +{ + "animation": { + "frametime": 3 + } +} diff --git a/assets/minecraft/textures/block/kelp_plant.png b/assets/minecraft/textures/block/kelp_plant.png new file mode 100644 index 0000000..11eaf61 Binary files /dev/null and b/assets/minecraft/textures/block/kelp_plant.png differ diff --git a/assets/minecraft/textures/block/kelp_plant.png.mcmeta b/assets/minecraft/textures/block/kelp_plant.png.mcmeta new file mode 100644 index 0000000..8e55e43 --- /dev/null +++ b/assets/minecraft/textures/block/kelp_plant.png.mcmeta @@ -0,0 +1,5 @@ +{ + "animation": { + "frametime": 3 + } +} diff --git a/assets/minecraft/textures/block/ladder.png b/assets/minecraft/textures/block/ladder.png new file mode 100644 index 0000000..39bc690 Binary files /dev/null and b/assets/minecraft/textures/block/ladder.png differ diff --git a/assets/minecraft/textures/block/lantern.png b/assets/minecraft/textures/block/lantern.png new file mode 100644 index 0000000..c479a65 Binary files /dev/null and b/assets/minecraft/textures/block/lantern.png differ diff --git a/assets/minecraft/textures/block/lantern.png.mcmeta b/assets/minecraft/textures/block/lantern.png.mcmeta new file mode 100644 index 0000000..5169aab --- /dev/null +++ b/assets/minecraft/textures/block/lantern.png.mcmeta @@ -0,0 +1,5 @@ +{ + "animation": { + "frametime": 8 + } +} \ No newline at end of file diff --git a/assets/minecraft/textures/block/lapis_block.png b/assets/minecraft/textures/block/lapis_block.png new file mode 100644 index 0000000..35a2298 Binary files /dev/null and b/assets/minecraft/textures/block/lapis_block.png differ diff --git a/assets/minecraft/textures/block/lapis_ore.png b/assets/minecraft/textures/block/lapis_ore.png new file mode 100644 index 0000000..365c5fd Binary files /dev/null and b/assets/minecraft/textures/block/lapis_ore.png differ diff --git a/assets/minecraft/textures/block/lapis_ore1.png b/assets/minecraft/textures/block/lapis_ore1.png new file mode 100644 index 0000000..949bb9f Binary files /dev/null and b/assets/minecraft/textures/block/lapis_ore1.png differ diff --git a/assets/minecraft/textures/block/large_fern_bottom.png b/assets/minecraft/textures/block/large_fern_bottom.png new file mode 100644 index 0000000..84427db Binary files /dev/null and b/assets/minecraft/textures/block/large_fern_bottom.png differ diff --git a/assets/minecraft/textures/block/large_fern_top.png b/assets/minecraft/textures/block/large_fern_top.png new file mode 100644 index 0000000..5d503f8 Binary files /dev/null and b/assets/minecraft/textures/block/large_fern_top.png differ diff --git a/assets/minecraft/textures/block/lava_flow.png b/assets/minecraft/textures/block/lava_flow.png new file mode 100644 index 0000000..888de7b Binary files /dev/null and b/assets/minecraft/textures/block/lava_flow.png differ diff --git a/assets/minecraft/textures/block/lava_flow.png.mcmeta b/assets/minecraft/textures/block/lava_flow.png.mcmeta new file mode 100644 index 0000000..82e7a7e --- /dev/null +++ b/assets/minecraft/textures/block/lava_flow.png.mcmeta @@ -0,0 +1,23 @@ +{ + + "animation": { + + "frametime": 2, + + "frames": [ +0, + 1, 2, 3, 4, + 5, + 6, 7, + 8, + 9, 10, + 11, + 12, + 13, + 14, 15 +] + + } + +} + diff --git a/assets/minecraft/textures/block/lava_still.png b/assets/minecraft/textures/block/lava_still.png new file mode 100644 index 0000000..63bebe2 Binary files /dev/null and b/assets/minecraft/textures/block/lava_still.png differ diff --git a/assets/minecraft/textures/block/lava_still.png.mcmeta b/assets/minecraft/textures/block/lava_still.png.mcmeta new file mode 100644 index 0000000..9576c3e --- /dev/null +++ b/assets/minecraft/textures/block/lava_still.png.mcmeta @@ -0,0 +1,23 @@ +{ + + "animation": { + + "frametime": 4, + + "frames": [ +0, + 1, 2, 3, 4, + 5, + 6, 7, + 8, + 9, 10, + 11, + 12, + 13, + 14, 15 +] + + } + +} + diff --git a/assets/minecraft/textures/block/lectern_base.png b/assets/minecraft/textures/block/lectern_base.png new file mode 100644 index 0000000..c61bb4a Binary files /dev/null and b/assets/minecraft/textures/block/lectern_base.png differ diff --git a/assets/minecraft/textures/block/lectern_front.png b/assets/minecraft/textures/block/lectern_front.png new file mode 100644 index 0000000..45f49ee Binary files /dev/null and b/assets/minecraft/textures/block/lectern_front.png differ diff --git a/assets/minecraft/textures/block/lectern_sides.png b/assets/minecraft/textures/block/lectern_sides.png new file mode 100644 index 0000000..ad50c17 Binary files /dev/null and b/assets/minecraft/textures/block/lectern_sides.png differ diff --git a/assets/minecraft/textures/block/lectern_top.png b/assets/minecraft/textures/block/lectern_top.png new file mode 100644 index 0000000..81a5e65 Binary files /dev/null and b/assets/minecraft/textures/block/lectern_top.png differ diff --git a/assets/minecraft/textures/block/lever.png b/assets/minecraft/textures/block/lever.png new file mode 100644 index 0000000..a6f477a Binary files /dev/null and b/assets/minecraft/textures/block/lever.png differ diff --git a/assets/minecraft/textures/block/light_blue_concrete.png b/assets/minecraft/textures/block/light_blue_concrete.png new file mode 100644 index 0000000..b7d962c Binary files /dev/null and b/assets/minecraft/textures/block/light_blue_concrete.png differ diff --git a/assets/minecraft/textures/block/light_blue_concrete_powder.png b/assets/minecraft/textures/block/light_blue_concrete_powder.png new file mode 100644 index 0000000..b944991 Binary files /dev/null and b/assets/minecraft/textures/block/light_blue_concrete_powder.png differ diff --git a/assets/minecraft/textures/block/light_blue_glazed_terracotta.png b/assets/minecraft/textures/block/light_blue_glazed_terracotta.png new file mode 100644 index 0000000..7a15e15 Binary files /dev/null and b/assets/minecraft/textures/block/light_blue_glazed_terracotta.png differ diff --git a/assets/minecraft/textures/block/light_blue_stained_glass.png b/assets/minecraft/textures/block/light_blue_stained_glass.png new file mode 100644 index 0000000..02b9da9 Binary files /dev/null and b/assets/minecraft/textures/block/light_blue_stained_glass.png differ diff --git a/assets/minecraft/textures/block/light_blue_stained_glass_pane_top.png b/assets/minecraft/textures/block/light_blue_stained_glass_pane_top.png new file mode 100644 index 0000000..94afc0c Binary files /dev/null and b/assets/minecraft/textures/block/light_blue_stained_glass_pane_top.png differ diff --git a/assets/minecraft/textures/block/light_blue_terracotta.png b/assets/minecraft/textures/block/light_blue_terracotta.png new file mode 100644 index 0000000..907a1c8 Binary files /dev/null and b/assets/minecraft/textures/block/light_blue_terracotta.png differ diff --git a/assets/minecraft/textures/block/light_blue_wool.png b/assets/minecraft/textures/block/light_blue_wool.png new file mode 100644 index 0000000..13c3cd8 Binary files /dev/null and b/assets/minecraft/textures/block/light_blue_wool.png differ diff --git a/assets/minecraft/textures/block/light_gray_concrete.png b/assets/minecraft/textures/block/light_gray_concrete.png new file mode 100644 index 0000000..a887d51 Binary files /dev/null and b/assets/minecraft/textures/block/light_gray_concrete.png differ diff --git a/assets/minecraft/textures/block/light_gray_concrete_powder.png b/assets/minecraft/textures/block/light_gray_concrete_powder.png new file mode 100644 index 0000000..e4e29f0 Binary files /dev/null and b/assets/minecraft/textures/block/light_gray_concrete_powder.png differ diff --git a/assets/minecraft/textures/block/light_gray_glazed_terracotta.png b/assets/minecraft/textures/block/light_gray_glazed_terracotta.png new file mode 100644 index 0000000..85b3990 Binary files /dev/null and b/assets/minecraft/textures/block/light_gray_glazed_terracotta.png differ diff --git a/assets/minecraft/textures/block/light_gray_stained_glass.png b/assets/minecraft/textures/block/light_gray_stained_glass.png new file mode 100644 index 0000000..ae4f3c3 Binary files /dev/null and b/assets/minecraft/textures/block/light_gray_stained_glass.png differ diff --git a/assets/minecraft/textures/block/light_gray_stained_glass_pane_top.png b/assets/minecraft/textures/block/light_gray_stained_glass_pane_top.png new file mode 100644 index 0000000..94afc0c Binary files /dev/null and b/assets/minecraft/textures/block/light_gray_stained_glass_pane_top.png differ diff --git a/assets/minecraft/textures/block/light_gray_terracotta.png b/assets/minecraft/textures/block/light_gray_terracotta.png new file mode 100644 index 0000000..9a72da0 Binary files /dev/null and b/assets/minecraft/textures/block/light_gray_terracotta.png differ diff --git a/assets/minecraft/textures/block/light_gray_wool.png b/assets/minecraft/textures/block/light_gray_wool.png new file mode 100644 index 0000000..4f1550a Binary files /dev/null and b/assets/minecraft/textures/block/light_gray_wool.png differ diff --git a/assets/minecraft/textures/block/lilac_bottom.png b/assets/minecraft/textures/block/lilac_bottom.png new file mode 100644 index 0000000..defacca Binary files /dev/null and b/assets/minecraft/textures/block/lilac_bottom.png differ diff --git a/assets/minecraft/textures/block/lilac_top.png b/assets/minecraft/textures/block/lilac_top.png new file mode 100644 index 0000000..4768706 Binary files /dev/null and b/assets/minecraft/textures/block/lilac_top.png differ diff --git a/assets/minecraft/textures/block/lily_of_the_valley.png b/assets/minecraft/textures/block/lily_of_the_valley.png new file mode 100644 index 0000000..373cf93 Binary files /dev/null and b/assets/minecraft/textures/block/lily_of_the_valley.png differ diff --git a/assets/minecraft/textures/block/lily_pad.png b/assets/minecraft/textures/block/lily_pad.png new file mode 100644 index 0000000..a8e3e08 Binary files /dev/null and b/assets/minecraft/textures/block/lily_pad.png differ diff --git a/assets/minecraft/textures/block/lily_pad_flowers.png b/assets/minecraft/textures/block/lily_pad_flowers.png new file mode 100644 index 0000000..590c8ae Binary files /dev/null and b/assets/minecraft/textures/block/lily_pad_flowers.png differ diff --git a/assets/minecraft/textures/block/lime_concrete.png b/assets/minecraft/textures/block/lime_concrete.png new file mode 100644 index 0000000..96afd8b Binary files /dev/null and b/assets/minecraft/textures/block/lime_concrete.png differ diff --git a/assets/minecraft/textures/block/lime_concrete_powder.png b/assets/minecraft/textures/block/lime_concrete_powder.png new file mode 100644 index 0000000..1d2c24b Binary files /dev/null and b/assets/minecraft/textures/block/lime_concrete_powder.png differ diff --git a/assets/minecraft/textures/block/lime_glazed_terracotta.png b/assets/minecraft/textures/block/lime_glazed_terracotta.png new file mode 100644 index 0000000..821d11f Binary files /dev/null and b/assets/minecraft/textures/block/lime_glazed_terracotta.png differ diff --git a/assets/minecraft/textures/block/lime_stained_glass.png b/assets/minecraft/textures/block/lime_stained_glass.png new file mode 100644 index 0000000..5f88465 Binary files /dev/null and b/assets/minecraft/textures/block/lime_stained_glass.png differ diff --git a/assets/minecraft/textures/block/lime_stained_glass_pane_top.png b/assets/minecraft/textures/block/lime_stained_glass_pane_top.png new file mode 100644 index 0000000..94afc0c Binary files /dev/null and b/assets/minecraft/textures/block/lime_stained_glass_pane_top.png differ diff --git a/assets/minecraft/textures/block/lime_terracotta.png b/assets/minecraft/textures/block/lime_terracotta.png new file mode 100644 index 0000000..1ef6bca Binary files /dev/null and b/assets/minecraft/textures/block/lime_terracotta.png differ diff --git a/assets/minecraft/textures/block/lime_wool.png b/assets/minecraft/textures/block/lime_wool.png new file mode 100644 index 0000000..f02bfc5 Binary files /dev/null and b/assets/minecraft/textures/block/lime_wool.png differ diff --git a/assets/minecraft/textures/block/loom_bottom.png b/assets/minecraft/textures/block/loom_bottom.png new file mode 100644 index 0000000..835d36f Binary files /dev/null and b/assets/minecraft/textures/block/loom_bottom.png differ diff --git a/assets/minecraft/textures/block/loom_front.png b/assets/minecraft/textures/block/loom_front.png new file mode 100644 index 0000000..ba1aebc Binary files /dev/null and b/assets/minecraft/textures/block/loom_front.png differ diff --git a/assets/minecraft/textures/block/loom_side.png b/assets/minecraft/textures/block/loom_side.png new file mode 100644 index 0000000..bbeaeb6 Binary files /dev/null and b/assets/minecraft/textures/block/loom_side.png differ diff --git a/assets/minecraft/textures/block/loom_top.png b/assets/minecraft/textures/block/loom_top.png new file mode 100644 index 0000000..af980f3 Binary files /dev/null and b/assets/minecraft/textures/block/loom_top.png differ diff --git a/assets/minecraft/textures/block/magenta_concrete.png b/assets/minecraft/textures/block/magenta_concrete.png new file mode 100644 index 0000000..f9b25f3 Binary files /dev/null and b/assets/minecraft/textures/block/magenta_concrete.png differ diff --git a/assets/minecraft/textures/block/magenta_concrete_powder.png b/assets/minecraft/textures/block/magenta_concrete_powder.png new file mode 100644 index 0000000..ac8a9b8 Binary files /dev/null and b/assets/minecraft/textures/block/magenta_concrete_powder.png differ diff --git a/assets/minecraft/textures/block/magenta_glazed_terracotta.png b/assets/minecraft/textures/block/magenta_glazed_terracotta.png new file mode 100644 index 0000000..d38cec2 Binary files /dev/null and b/assets/minecraft/textures/block/magenta_glazed_terracotta.png differ diff --git a/assets/minecraft/textures/block/magenta_stained_glass.png b/assets/minecraft/textures/block/magenta_stained_glass.png new file mode 100644 index 0000000..1398944 Binary files /dev/null and b/assets/minecraft/textures/block/magenta_stained_glass.png differ diff --git a/assets/minecraft/textures/block/magenta_stained_glass_pane_top.png b/assets/minecraft/textures/block/magenta_stained_glass_pane_top.png new file mode 100644 index 0000000..94afc0c Binary files /dev/null and b/assets/minecraft/textures/block/magenta_stained_glass_pane_top.png differ diff --git a/assets/minecraft/textures/block/magenta_terracotta.png b/assets/minecraft/textures/block/magenta_terracotta.png new file mode 100644 index 0000000..65d8ff8 Binary files /dev/null and b/assets/minecraft/textures/block/magenta_terracotta.png differ diff --git a/assets/minecraft/textures/block/magenta_wool.png b/assets/minecraft/textures/block/magenta_wool.png new file mode 100644 index 0000000..9186e75 Binary files /dev/null and b/assets/minecraft/textures/block/magenta_wool.png differ diff --git a/assets/minecraft/textures/block/magma.png b/assets/minecraft/textures/block/magma.png new file mode 100644 index 0000000..58ff696 Binary files /dev/null and b/assets/minecraft/textures/block/magma.png differ diff --git a/assets/minecraft/textures/block/magma.png.mcmeta b/assets/minecraft/textures/block/magma.png.mcmeta new file mode 100644 index 0000000..a343649 --- /dev/null +++ b/assets/minecraft/textures/block/magma.png.mcmeta @@ -0,0 +1,12 @@ +{ + "animation": { + "frametime": 20, + "interpolate": true, + "frames": [ + 0, + 1, + 2, + 3 + ] + } +} diff --git a/assets/minecraft/textures/block/melon_side.png b/assets/minecraft/textures/block/melon_side.png new file mode 100644 index 0000000..ed7a44d Binary files /dev/null and b/assets/minecraft/textures/block/melon_side.png differ diff --git a/assets/minecraft/textures/block/melon_stem.png b/assets/minecraft/textures/block/melon_stem.png new file mode 100644 index 0000000..6ce8a8d Binary files /dev/null and b/assets/minecraft/textures/block/melon_stem.png differ diff --git a/assets/minecraft/textures/block/melon_top.png b/assets/minecraft/textures/block/melon_top.png new file mode 100644 index 0000000..ff1d8b0 Binary files /dev/null and b/assets/minecraft/textures/block/melon_top.png differ diff --git a/assets/minecraft/textures/block/mossy_cobblestone.png b/assets/minecraft/textures/block/mossy_cobblestone.png new file mode 100644 index 0000000..0e3297a Binary files /dev/null and b/assets/minecraft/textures/block/mossy_cobblestone.png differ diff --git a/assets/minecraft/textures/block/mossy_stone_bricks.png b/assets/minecraft/textures/block/mossy_stone_bricks.png new file mode 100644 index 0000000..246b9c0 Binary files /dev/null and b/assets/minecraft/textures/block/mossy_stone_bricks.png differ diff --git a/assets/minecraft/textures/block/mushroom_block_inside.png b/assets/minecraft/textures/block/mushroom_block_inside.png new file mode 100644 index 0000000..5b3f40e Binary files /dev/null and b/assets/minecraft/textures/block/mushroom_block_inside.png differ diff --git a/assets/minecraft/textures/block/mushroom_stem.png b/assets/minecraft/textures/block/mushroom_stem.png new file mode 100644 index 0000000..f145002 Binary files /dev/null and b/assets/minecraft/textures/block/mushroom_stem.png differ diff --git a/assets/minecraft/textures/block/mycelium_side.png b/assets/minecraft/textures/block/mycelium_side.png new file mode 100644 index 0000000..756a927 Binary files /dev/null and b/assets/minecraft/textures/block/mycelium_side.png differ diff --git a/assets/minecraft/textures/block/mycelium_top.png b/assets/minecraft/textures/block/mycelium_top.png new file mode 100644 index 0000000..6581f19 Binary files /dev/null and b/assets/minecraft/textures/block/mycelium_top.png differ diff --git a/assets/minecraft/textures/block/nether_bricks.png b/assets/minecraft/textures/block/nether_bricks.png new file mode 100644 index 0000000..0daec94 Binary files /dev/null and b/assets/minecraft/textures/block/nether_bricks.png differ diff --git a/assets/minecraft/textures/block/nether_bricks_fence.png b/assets/minecraft/textures/block/nether_bricks_fence.png new file mode 100644 index 0000000..dca5576 Binary files /dev/null and b/assets/minecraft/textures/block/nether_bricks_fence.png differ diff --git a/assets/minecraft/textures/block/nether_portal.png b/assets/minecraft/textures/block/nether_portal.png new file mode 100644 index 0000000..96859e2 Binary files /dev/null and b/assets/minecraft/textures/block/nether_portal.png differ diff --git a/assets/minecraft/textures/block/nether_portal.png.mcmeta b/assets/minecraft/textures/block/nether_portal.png.mcmeta new file mode 100644 index 0000000..4f0718a --- /dev/null +++ b/assets/minecraft/textures/block/nether_portal.png.mcmeta @@ -0,0 +1,3 @@ +{ + "animation": {} +} \ No newline at end of file diff --git a/assets/minecraft/textures/block/nether_quartz_ore.png b/assets/minecraft/textures/block/nether_quartz_ore.png new file mode 100644 index 0000000..0d1d694 Binary files /dev/null and b/assets/minecraft/textures/block/nether_quartz_ore.png differ diff --git a/assets/minecraft/textures/block/nether_wart_block.png b/assets/minecraft/textures/block/nether_wart_block.png new file mode 100644 index 0000000..576f16d Binary files /dev/null and b/assets/minecraft/textures/block/nether_wart_block.png differ diff --git a/assets/minecraft/textures/block/nether_wart_stage0.png b/assets/minecraft/textures/block/nether_wart_stage0.png new file mode 100644 index 0000000..24c589f Binary files /dev/null and b/assets/minecraft/textures/block/nether_wart_stage0.png differ diff --git a/assets/minecraft/textures/block/nether_wart_stage1.png b/assets/minecraft/textures/block/nether_wart_stage1.png new file mode 100644 index 0000000..6f12a02 Binary files /dev/null and b/assets/minecraft/textures/block/nether_wart_stage1.png differ diff --git a/assets/minecraft/textures/block/nether_wart_stage2.png b/assets/minecraft/textures/block/nether_wart_stage2.png new file mode 100644 index 0000000..83a8712 Binary files /dev/null and b/assets/minecraft/textures/block/nether_wart_stage2.png differ diff --git a/assets/minecraft/textures/block/netherrack.png b/assets/minecraft/textures/block/netherrack.png new file mode 100644 index 0000000..b949c55 Binary files /dev/null and b/assets/minecraft/textures/block/netherrack.png differ diff --git a/assets/minecraft/textures/block/note_block.png b/assets/minecraft/textures/block/note_block.png new file mode 100644 index 0000000..c9a312c Binary files /dev/null and b/assets/minecraft/textures/block/note_block.png differ diff --git a/assets/minecraft/textures/block/oak_door_bottom.png b/assets/minecraft/textures/block/oak_door_bottom.png new file mode 100644 index 0000000..98e72c8 Binary files /dev/null and b/assets/minecraft/textures/block/oak_door_bottom.png differ diff --git a/assets/minecraft/textures/block/oak_door_top.png b/assets/minecraft/textures/block/oak_door_top.png new file mode 100644 index 0000000..f00da09 Binary files /dev/null and b/assets/minecraft/textures/block/oak_door_top.png differ diff --git a/assets/minecraft/textures/block/oak_fence.png b/assets/minecraft/textures/block/oak_fence.png new file mode 100644 index 0000000..bd8cc14 Binary files /dev/null and b/assets/minecraft/textures/block/oak_fence.png differ diff --git a/assets/minecraft/textures/block/oak_fence_gate.png b/assets/minecraft/textures/block/oak_fence_gate.png new file mode 100644 index 0000000..a3cb3b5 Binary files /dev/null and b/assets/minecraft/textures/block/oak_fence_gate.png differ diff --git a/assets/minecraft/textures/block/oak_fence_side.png b/assets/minecraft/textures/block/oak_fence_side.png new file mode 100644 index 0000000..f4fa832 Binary files /dev/null and b/assets/minecraft/textures/block/oak_fence_side.png differ diff --git a/assets/minecraft/textures/block/oak_fence_top.png b/assets/minecraft/textures/block/oak_fence_top.png new file mode 100644 index 0000000..04eca41 Binary files /dev/null and b/assets/minecraft/textures/block/oak_fence_top.png differ diff --git a/assets/minecraft/textures/block/oak_leaves.png b/assets/minecraft/textures/block/oak_leaves.png new file mode 100644 index 0000000..02b30e9 Binary files /dev/null and b/assets/minecraft/textures/block/oak_leaves.png differ diff --git a/assets/minecraft/textures/block/oak_leaves1.png b/assets/minecraft/textures/block/oak_leaves1.png new file mode 100644 index 0000000..4f6c8de Binary files /dev/null and b/assets/minecraft/textures/block/oak_leaves1.png differ diff --git a/assets/minecraft/textures/block/oak_log.png b/assets/minecraft/textures/block/oak_log.png new file mode 100644 index 0000000..238aa45 Binary files /dev/null and b/assets/minecraft/textures/block/oak_log.png differ diff --git a/assets/minecraft/textures/block/oak_log1.png b/assets/minecraft/textures/block/oak_log1.png new file mode 100644 index 0000000..5703dd1 Binary files /dev/null and b/assets/minecraft/textures/block/oak_log1.png differ diff --git a/assets/minecraft/textures/block/oak_log_top.png b/assets/minecraft/textures/block/oak_log_top.png new file mode 100644 index 0000000..c134503 Binary files /dev/null and b/assets/minecraft/textures/block/oak_log_top.png differ diff --git a/assets/minecraft/textures/block/oak_planks.png b/assets/minecraft/textures/block/oak_planks.png new file mode 100644 index 0000000..2a557a6 Binary files /dev/null and b/assets/minecraft/textures/block/oak_planks.png differ diff --git a/assets/minecraft/textures/block/oak_planks1.png b/assets/minecraft/textures/block/oak_planks1.png new file mode 100644 index 0000000..6ac8daa Binary files /dev/null and b/assets/minecraft/textures/block/oak_planks1.png differ diff --git a/assets/minecraft/textures/block/oak_planks2.png b/assets/minecraft/textures/block/oak_planks2.png new file mode 100644 index 0000000..4765d2f Binary files /dev/null and b/assets/minecraft/textures/block/oak_planks2.png differ diff --git a/assets/minecraft/textures/block/oak_sapling.png b/assets/minecraft/textures/block/oak_sapling.png new file mode 100644 index 0000000..214b284 Binary files /dev/null and b/assets/minecraft/textures/block/oak_sapling.png differ diff --git a/assets/minecraft/textures/block/oak_trapdoor.png b/assets/minecraft/textures/block/oak_trapdoor.png new file mode 100644 index 0000000..b690bf8 Binary files /dev/null and b/assets/minecraft/textures/block/oak_trapdoor.png differ diff --git a/assets/minecraft/textures/block/observer_back.png b/assets/minecraft/textures/block/observer_back.png new file mode 100644 index 0000000..d40c9af Binary files /dev/null and b/assets/minecraft/textures/block/observer_back.png differ diff --git a/assets/minecraft/textures/block/observer_back_on.png b/assets/minecraft/textures/block/observer_back_on.png new file mode 100644 index 0000000..dd9acc2 Binary files /dev/null and b/assets/minecraft/textures/block/observer_back_on.png differ diff --git a/assets/minecraft/textures/block/observer_front.png b/assets/minecraft/textures/block/observer_front.png new file mode 100644 index 0000000..7a84218 Binary files /dev/null and b/assets/minecraft/textures/block/observer_front.png differ diff --git a/assets/minecraft/textures/block/observer_front.png.mcmeta b/assets/minecraft/textures/block/observer_front.png.mcmeta new file mode 100644 index 0000000..07a0ab1 --- /dev/null +++ b/assets/minecraft/textures/block/observer_front.png.mcmeta @@ -0,0 +1,6 @@ +{ + "animation": { + "interpolate": false, + "frames":[ { "index": 0, "time": 50},{ "index": 1, "time": 10} ] + } +} \ No newline at end of file diff --git a/assets/minecraft/textures/block/observer_front1.png b/assets/minecraft/textures/block/observer_front1.png new file mode 100644 index 0000000..a07975a Binary files /dev/null and b/assets/minecraft/textures/block/observer_front1.png differ diff --git a/assets/minecraft/textures/block/observer_side.png b/assets/minecraft/textures/block/observer_side.png new file mode 100644 index 0000000..2aa2fab Binary files /dev/null and b/assets/minecraft/textures/block/observer_side.png differ diff --git a/assets/minecraft/textures/block/observer_top.png b/assets/minecraft/textures/block/observer_top.png new file mode 100644 index 0000000..d5023a0 Binary files /dev/null and b/assets/minecraft/textures/block/observer_top.png differ diff --git a/assets/minecraft/textures/block/obsidian.png b/assets/minecraft/textures/block/obsidian.png new file mode 100644 index 0000000..5136f75 Binary files /dev/null and b/assets/minecraft/textures/block/obsidian.png differ diff --git a/assets/minecraft/textures/block/orange_concrete.png b/assets/minecraft/textures/block/orange_concrete.png new file mode 100644 index 0000000..3fbd77c Binary files /dev/null and b/assets/minecraft/textures/block/orange_concrete.png differ diff --git a/assets/minecraft/textures/block/orange_concrete_powder.png b/assets/minecraft/textures/block/orange_concrete_powder.png new file mode 100644 index 0000000..d97b6c1 Binary files /dev/null and b/assets/minecraft/textures/block/orange_concrete_powder.png differ diff --git a/assets/minecraft/textures/block/orange_glazed_terracotta.png b/assets/minecraft/textures/block/orange_glazed_terracotta.png new file mode 100644 index 0000000..f11474f Binary files /dev/null and b/assets/minecraft/textures/block/orange_glazed_terracotta.png differ diff --git a/assets/minecraft/textures/block/orange_stained_glass.png b/assets/minecraft/textures/block/orange_stained_glass.png new file mode 100644 index 0000000..7b67841 Binary files /dev/null and b/assets/minecraft/textures/block/orange_stained_glass.png differ diff --git a/assets/minecraft/textures/block/orange_stained_glass_pane_top.png b/assets/minecraft/textures/block/orange_stained_glass_pane_top.png new file mode 100644 index 0000000..94afc0c Binary files /dev/null and b/assets/minecraft/textures/block/orange_stained_glass_pane_top.png differ diff --git a/assets/minecraft/textures/block/orange_terracotta.png b/assets/minecraft/textures/block/orange_terracotta.png new file mode 100644 index 0000000..26c45af Binary files /dev/null and b/assets/minecraft/textures/block/orange_terracotta.png differ diff --git a/assets/minecraft/textures/block/orange_tulip.png b/assets/minecraft/textures/block/orange_tulip.png new file mode 100644 index 0000000..61f45aa Binary files /dev/null and b/assets/minecraft/textures/block/orange_tulip.png differ diff --git a/assets/minecraft/textures/block/orange_wool.png b/assets/minecraft/textures/block/orange_wool.png new file mode 100644 index 0000000..d7ffadb Binary files /dev/null and b/assets/minecraft/textures/block/orange_wool.png differ diff --git a/assets/minecraft/textures/block/oxeye_daisy.png b/assets/minecraft/textures/block/oxeye_daisy.png new file mode 100644 index 0000000..e5a9f20 Binary files /dev/null and b/assets/minecraft/textures/block/oxeye_daisy.png differ diff --git a/assets/minecraft/textures/block/packed_ice.png b/assets/minecraft/textures/block/packed_ice.png new file mode 100644 index 0000000..f8832af Binary files /dev/null and b/assets/minecraft/textures/block/packed_ice.png differ diff --git a/assets/minecraft/textures/block/peony_bottom.png b/assets/minecraft/textures/block/peony_bottom.png new file mode 100644 index 0000000..4548661 Binary files /dev/null and b/assets/minecraft/textures/block/peony_bottom.png differ diff --git a/assets/minecraft/textures/block/peony_top.png b/assets/minecraft/textures/block/peony_top.png new file mode 100644 index 0000000..b222c2b Binary files /dev/null and b/assets/minecraft/textures/block/peony_top.png differ diff --git a/assets/minecraft/textures/block/pink_concrete.png b/assets/minecraft/textures/block/pink_concrete.png new file mode 100644 index 0000000..9e0c6bd Binary files /dev/null and b/assets/minecraft/textures/block/pink_concrete.png differ diff --git a/assets/minecraft/textures/block/pink_concrete_powder.png b/assets/minecraft/textures/block/pink_concrete_powder.png new file mode 100644 index 0000000..db601fe Binary files /dev/null and b/assets/minecraft/textures/block/pink_concrete_powder.png differ diff --git a/assets/minecraft/textures/block/pink_glazed_terracotta.png b/assets/minecraft/textures/block/pink_glazed_terracotta.png new file mode 100644 index 0000000..0142dba Binary files /dev/null and b/assets/minecraft/textures/block/pink_glazed_terracotta.png differ diff --git a/assets/minecraft/textures/block/pink_stained_glass.png b/assets/minecraft/textures/block/pink_stained_glass.png new file mode 100644 index 0000000..4fef214 Binary files /dev/null and b/assets/minecraft/textures/block/pink_stained_glass.png differ diff --git a/assets/minecraft/textures/block/pink_stained_glass_pane_top.png b/assets/minecraft/textures/block/pink_stained_glass_pane_top.png new file mode 100644 index 0000000..94afc0c Binary files /dev/null and b/assets/minecraft/textures/block/pink_stained_glass_pane_top.png differ diff --git a/assets/minecraft/textures/block/pink_terracotta.png b/assets/minecraft/textures/block/pink_terracotta.png new file mode 100644 index 0000000..43d73fc Binary files /dev/null and b/assets/minecraft/textures/block/pink_terracotta.png differ diff --git a/assets/minecraft/textures/block/pink_tulip.png b/assets/minecraft/textures/block/pink_tulip.png new file mode 100644 index 0000000..9136fe0 Binary files /dev/null and b/assets/minecraft/textures/block/pink_tulip.png differ diff --git a/assets/minecraft/textures/block/pink_wool.png b/assets/minecraft/textures/block/pink_wool.png new file mode 100644 index 0000000..bf5bd2d Binary files /dev/null and b/assets/minecraft/textures/block/pink_wool.png differ diff --git a/assets/minecraft/textures/block/piston_bottom.png b/assets/minecraft/textures/block/piston_bottom.png new file mode 100644 index 0000000..b4c2aa8 Binary files /dev/null and b/assets/minecraft/textures/block/piston_bottom.png differ diff --git a/assets/minecraft/textures/block/piston_bottom.png.mcmeta b/assets/minecraft/textures/block/piston_bottom.png.mcmeta new file mode 100644 index 0000000..26ddd8a --- /dev/null +++ b/assets/minecraft/textures/block/piston_bottom.png.mcmeta @@ -0,0 +1,7 @@ +{ + "animation": { + "frametime": 1, + "frames": [0, 1, 2, 3] + } +} + diff --git a/assets/minecraft/textures/block/piston_inner.png b/assets/minecraft/textures/block/piston_inner.png new file mode 100644 index 0000000..901f8a7 Binary files /dev/null and b/assets/minecraft/textures/block/piston_inner.png differ diff --git a/assets/minecraft/textures/block/piston_side.png b/assets/minecraft/textures/block/piston_side.png new file mode 100644 index 0000000..424a0d4 Binary files /dev/null and b/assets/minecraft/textures/block/piston_side.png differ diff --git a/assets/minecraft/textures/block/piston_top.png b/assets/minecraft/textures/block/piston_top.png new file mode 100644 index 0000000..9d4365f Binary files /dev/null and b/assets/minecraft/textures/block/piston_top.png differ diff --git a/assets/minecraft/textures/block/piston_top_sticky.png b/assets/minecraft/textures/block/piston_top_sticky.png new file mode 100644 index 0000000..12fccdd Binary files /dev/null and b/assets/minecraft/textures/block/piston_top_sticky.png differ diff --git a/assets/minecraft/textures/block/podzol_side.png b/assets/minecraft/textures/block/podzol_side.png new file mode 100644 index 0000000..47c415f Binary files /dev/null and b/assets/minecraft/textures/block/podzol_side.png differ diff --git a/assets/minecraft/textures/block/podzol_top.png b/assets/minecraft/textures/block/podzol_top.png new file mode 100644 index 0000000..4a08c0c Binary files /dev/null and b/assets/minecraft/textures/block/podzol_top.png differ diff --git a/assets/minecraft/textures/block/polished_andesite.png b/assets/minecraft/textures/block/polished_andesite.png new file mode 100644 index 0000000..ffd82a2 Binary files /dev/null and b/assets/minecraft/textures/block/polished_andesite.png differ diff --git a/assets/minecraft/textures/block/polished_diorite.png b/assets/minecraft/textures/block/polished_diorite.png new file mode 100644 index 0000000..56a3816 Binary files /dev/null and b/assets/minecraft/textures/block/polished_diorite.png differ diff --git a/assets/minecraft/textures/block/polished_granite.png b/assets/minecraft/textures/block/polished_granite.png new file mode 100644 index 0000000..0b5be27 Binary files /dev/null and b/assets/minecraft/textures/block/polished_granite.png differ diff --git a/assets/minecraft/textures/block/poppy.png b/assets/minecraft/textures/block/poppy.png new file mode 100644 index 0000000..0bd19af Binary files /dev/null and b/assets/minecraft/textures/block/poppy.png differ diff --git a/assets/minecraft/textures/block/portal.png b/assets/minecraft/textures/block/portal.png new file mode 100644 index 0000000..96859e2 Binary files /dev/null and b/assets/minecraft/textures/block/portal.png differ diff --git a/assets/minecraft/textures/block/portal.png.mcmeta b/assets/minecraft/textures/block/portal.png.mcmeta new file mode 100644 index 0000000..4f0718a --- /dev/null +++ b/assets/minecraft/textures/block/portal.png.mcmeta @@ -0,0 +1,3 @@ +{ + "animation": {} +} \ No newline at end of file diff --git a/assets/minecraft/textures/block/potatoes_stage0.png b/assets/minecraft/textures/block/potatoes_stage0.png new file mode 100644 index 0000000..adebdb2 Binary files /dev/null and b/assets/minecraft/textures/block/potatoes_stage0.png differ diff --git a/assets/minecraft/textures/block/potatoes_stage1.png b/assets/minecraft/textures/block/potatoes_stage1.png new file mode 100644 index 0000000..4b587f0 Binary files /dev/null and b/assets/minecraft/textures/block/potatoes_stage1.png differ diff --git a/assets/minecraft/textures/block/potatoes_stage2.png b/assets/minecraft/textures/block/potatoes_stage2.png new file mode 100644 index 0000000..d1e9259 Binary files /dev/null and b/assets/minecraft/textures/block/potatoes_stage2.png differ diff --git a/assets/minecraft/textures/block/potatoes_stage3.png b/assets/minecraft/textures/block/potatoes_stage3.png new file mode 100644 index 0000000..2c1d351 Binary files /dev/null and b/assets/minecraft/textures/block/potatoes_stage3.png differ diff --git a/assets/minecraft/textures/block/powered_rail.png b/assets/minecraft/textures/block/powered_rail.png new file mode 100644 index 0000000..9c4e268 Binary files /dev/null and b/assets/minecraft/textures/block/powered_rail.png differ diff --git a/assets/minecraft/textures/block/powered_rail_on.png b/assets/minecraft/textures/block/powered_rail_on.png new file mode 100644 index 0000000..494c3bd Binary files /dev/null and b/assets/minecraft/textures/block/powered_rail_on.png differ diff --git a/assets/minecraft/textures/block/powered_rail_on.png.mcmeta b/assets/minecraft/textures/block/powered_rail_on.png.mcmeta new file mode 100644 index 0000000..ade8b5a --- /dev/null +++ b/assets/minecraft/textures/block/powered_rail_on.png.mcmeta @@ -0,0 +1,7 @@ +{ + "animation": { + "frametime": 1, + "frames": [0, 1] + } +} + diff --git a/assets/minecraft/textures/block/prismarine.png b/assets/minecraft/textures/block/prismarine.png new file mode 100644 index 0000000..2e67cae Binary files /dev/null and b/assets/minecraft/textures/block/prismarine.png differ diff --git a/assets/minecraft/textures/block/prismarine.png.mcmeta b/assets/minecraft/textures/block/prismarine.png.mcmeta new file mode 100644 index 0000000..c5bbb8a --- /dev/null +++ b/assets/minecraft/textures/block/prismarine.png.mcmeta @@ -0,0 +1,7 @@ +{ + "animation": { + "frametime": 100, + "interpolate": true, + "frames": [0, 1, 2] + } +} diff --git a/assets/minecraft/textures/block/prismarine_bricks.png b/assets/minecraft/textures/block/prismarine_bricks.png new file mode 100644 index 0000000..0461560 Binary files /dev/null and b/assets/minecraft/textures/block/prismarine_bricks.png differ diff --git a/assets/minecraft/textures/block/pumpkin_side.png b/assets/minecraft/textures/block/pumpkin_side.png new file mode 100644 index 0000000..25f0f45 Binary files /dev/null and b/assets/minecraft/textures/block/pumpkin_side.png differ diff --git a/assets/minecraft/textures/block/pumpkin_stem.png b/assets/minecraft/textures/block/pumpkin_stem.png new file mode 100644 index 0000000..6ce8a8d Binary files /dev/null and b/assets/minecraft/textures/block/pumpkin_stem.png differ diff --git a/assets/minecraft/textures/block/pumpkin_top.png b/assets/minecraft/textures/block/pumpkin_top.png new file mode 100644 index 0000000..130bbd6 Binary files /dev/null and b/assets/minecraft/textures/block/pumpkin_top.png differ diff --git a/assets/minecraft/textures/block/purple_concrete.png b/assets/minecraft/textures/block/purple_concrete.png new file mode 100644 index 0000000..f5af713 Binary files /dev/null and b/assets/minecraft/textures/block/purple_concrete.png differ diff --git a/assets/minecraft/textures/block/purple_concrete_powder.png b/assets/minecraft/textures/block/purple_concrete_powder.png new file mode 100644 index 0000000..60096d9 Binary files /dev/null and b/assets/minecraft/textures/block/purple_concrete_powder.png differ diff --git a/assets/minecraft/textures/block/purple_glazed_terracotta.png b/assets/minecraft/textures/block/purple_glazed_terracotta.png new file mode 100644 index 0000000..b50d087 Binary files /dev/null and b/assets/minecraft/textures/block/purple_glazed_terracotta.png differ diff --git a/assets/minecraft/textures/block/purple_stained_glass.png b/assets/minecraft/textures/block/purple_stained_glass.png new file mode 100644 index 0000000..51f68a0 Binary files /dev/null and b/assets/minecraft/textures/block/purple_stained_glass.png differ diff --git a/assets/minecraft/textures/block/purple_stained_glass_pane_top.png b/assets/minecraft/textures/block/purple_stained_glass_pane_top.png new file mode 100644 index 0000000..94afc0c Binary files /dev/null and b/assets/minecraft/textures/block/purple_stained_glass_pane_top.png differ diff --git a/assets/minecraft/textures/block/purple_terracotta.png b/assets/minecraft/textures/block/purple_terracotta.png new file mode 100644 index 0000000..da0c5fd Binary files /dev/null and b/assets/minecraft/textures/block/purple_terracotta.png differ diff --git a/assets/minecraft/textures/block/purple_wool.png b/assets/minecraft/textures/block/purple_wool.png new file mode 100644 index 0000000..771ac6d Binary files /dev/null and b/assets/minecraft/textures/block/purple_wool.png differ diff --git a/assets/minecraft/textures/block/purpur_block.png b/assets/minecraft/textures/block/purpur_block.png new file mode 100644 index 0000000..44d762d Binary files /dev/null and b/assets/minecraft/textures/block/purpur_block.png differ diff --git a/assets/minecraft/textures/block/purpur_pillar.png b/assets/minecraft/textures/block/purpur_pillar.png new file mode 100644 index 0000000..e347dfb Binary files /dev/null and b/assets/minecraft/textures/block/purpur_pillar.png differ diff --git a/assets/minecraft/textures/block/purpur_pillar_top.png b/assets/minecraft/textures/block/purpur_pillar_top.png new file mode 100644 index 0000000..089e6d3 Binary files /dev/null and b/assets/minecraft/textures/block/purpur_pillar_top.png differ diff --git a/assets/minecraft/textures/block/quartz_block_bottom.png b/assets/minecraft/textures/block/quartz_block_bottom.png new file mode 100644 index 0000000..943080c Binary files /dev/null and b/assets/minecraft/textures/block/quartz_block_bottom.png differ diff --git a/assets/minecraft/textures/block/quartz_block_side.png b/assets/minecraft/textures/block/quartz_block_side.png new file mode 100644 index 0000000..c212ff4 Binary files /dev/null and b/assets/minecraft/textures/block/quartz_block_side.png differ diff --git a/assets/minecraft/textures/block/quartz_block_top.png b/assets/minecraft/textures/block/quartz_block_top.png new file mode 100644 index 0000000..4460360 Binary files /dev/null and b/assets/minecraft/textures/block/quartz_block_top.png differ diff --git a/assets/minecraft/textures/block/quartz_pillar.png b/assets/minecraft/textures/block/quartz_pillar.png new file mode 100644 index 0000000..8f2d114 Binary files /dev/null and b/assets/minecraft/textures/block/quartz_pillar.png differ diff --git a/assets/minecraft/textures/block/quartz_pillar_top.png b/assets/minecraft/textures/block/quartz_pillar_top.png new file mode 100644 index 0000000..7305829 Binary files /dev/null and b/assets/minecraft/textures/block/quartz_pillar_top.png differ diff --git a/assets/minecraft/textures/block/rail.png b/assets/minecraft/textures/block/rail.png new file mode 100644 index 0000000..3e3a9d2 Binary files /dev/null and b/assets/minecraft/textures/block/rail.png differ diff --git a/assets/minecraft/textures/block/rail_corner.png b/assets/minecraft/textures/block/rail_corner.png new file mode 100644 index 0000000..decef94 Binary files /dev/null and b/assets/minecraft/textures/block/rail_corner.png differ diff --git a/assets/minecraft/textures/block/rail_golden_powered.png.mcmeta b/assets/minecraft/textures/block/rail_golden_powered.png.mcmeta new file mode 100644 index 0000000..ade8b5a --- /dev/null +++ b/assets/minecraft/textures/block/rail_golden_powered.png.mcmeta @@ -0,0 +1,7 @@ +{ + "animation": { + "frametime": 1, + "frames": [0, 1] + } +} + diff --git a/assets/minecraft/textures/block/red_concrete.png b/assets/minecraft/textures/block/red_concrete.png new file mode 100644 index 0000000..3ba7fca Binary files /dev/null and b/assets/minecraft/textures/block/red_concrete.png differ diff --git a/assets/minecraft/textures/block/red_concrete_powder.png b/assets/minecraft/textures/block/red_concrete_powder.png new file mode 100644 index 0000000..09c1c8d Binary files /dev/null and b/assets/minecraft/textures/block/red_concrete_powder.png differ diff --git a/assets/minecraft/textures/block/red_glazed_terracotta.png b/assets/minecraft/textures/block/red_glazed_terracotta.png new file mode 100644 index 0000000..4d2ef3b Binary files /dev/null and b/assets/minecraft/textures/block/red_glazed_terracotta.png differ diff --git a/assets/minecraft/textures/block/red_mushroom.png b/assets/minecraft/textures/block/red_mushroom.png new file mode 100644 index 0000000..00946f1 Binary files /dev/null and b/assets/minecraft/textures/block/red_mushroom.png differ diff --git a/assets/minecraft/textures/block/red_mushroom_block.png b/assets/minecraft/textures/block/red_mushroom_block.png new file mode 100644 index 0000000..692f2a6 Binary files /dev/null and b/assets/minecraft/textures/block/red_mushroom_block.png differ diff --git a/assets/minecraft/textures/block/red_nether_bricks.png b/assets/minecraft/textures/block/red_nether_bricks.png new file mode 100644 index 0000000..019bf26 Binary files /dev/null and b/assets/minecraft/textures/block/red_nether_bricks.png differ diff --git a/assets/minecraft/textures/block/red_sand.png b/assets/minecraft/textures/block/red_sand.png new file mode 100644 index 0000000..4305cff Binary files /dev/null and b/assets/minecraft/textures/block/red_sand.png differ diff --git a/assets/minecraft/textures/block/red_sand1.png b/assets/minecraft/textures/block/red_sand1.png new file mode 100644 index 0000000..9118788 Binary files /dev/null and b/assets/minecraft/textures/block/red_sand1.png differ diff --git a/assets/minecraft/textures/block/red_sand2.png b/assets/minecraft/textures/block/red_sand2.png new file mode 100644 index 0000000..100ca96 Binary files /dev/null and b/assets/minecraft/textures/block/red_sand2.png differ diff --git a/assets/minecraft/textures/block/red_sandstone.png b/assets/minecraft/textures/block/red_sandstone.png new file mode 100644 index 0000000..446f35c Binary files /dev/null and b/assets/minecraft/textures/block/red_sandstone.png differ diff --git a/assets/minecraft/textures/block/red_sandstone1.png b/assets/minecraft/textures/block/red_sandstone1.png new file mode 100644 index 0000000..96a8668 Binary files /dev/null and b/assets/minecraft/textures/block/red_sandstone1.png differ diff --git a/assets/minecraft/textures/block/red_sandstone2.png b/assets/minecraft/textures/block/red_sandstone2.png new file mode 100644 index 0000000..7357a7d Binary files /dev/null and b/assets/minecraft/textures/block/red_sandstone2.png differ diff --git a/assets/minecraft/textures/block/red_sandstone_bottom.png b/assets/minecraft/textures/block/red_sandstone_bottom.png new file mode 100644 index 0000000..f6e6ea4 Binary files /dev/null and b/assets/minecraft/textures/block/red_sandstone_bottom.png differ diff --git a/assets/minecraft/textures/block/red_sandstone_top.png b/assets/minecraft/textures/block/red_sandstone_top.png new file mode 100644 index 0000000..8070944 Binary files /dev/null and b/assets/minecraft/textures/block/red_sandstone_top.png differ diff --git a/assets/minecraft/textures/block/red_stained_glass.png b/assets/minecraft/textures/block/red_stained_glass.png new file mode 100644 index 0000000..eb3980c Binary files /dev/null and b/assets/minecraft/textures/block/red_stained_glass.png differ diff --git a/assets/minecraft/textures/block/red_stained_glass_pane_top.png b/assets/minecraft/textures/block/red_stained_glass_pane_top.png new file mode 100644 index 0000000..94afc0c Binary files /dev/null and b/assets/minecraft/textures/block/red_stained_glass_pane_top.png differ diff --git a/assets/minecraft/textures/block/red_terracotta.png b/assets/minecraft/textures/block/red_terracotta.png new file mode 100644 index 0000000..3f684d0 Binary files /dev/null and b/assets/minecraft/textures/block/red_terracotta.png differ diff --git a/assets/minecraft/textures/block/red_tulip.png b/assets/minecraft/textures/block/red_tulip.png new file mode 100644 index 0000000..fd1fd34 Binary files /dev/null and b/assets/minecraft/textures/block/red_tulip.png differ diff --git a/assets/minecraft/textures/block/red_wool.png b/assets/minecraft/textures/block/red_wool.png new file mode 100644 index 0000000..8ee8e01 Binary files /dev/null and b/assets/minecraft/textures/block/red_wool.png differ diff --git a/assets/minecraft/textures/block/redstone_block.png b/assets/minecraft/textures/block/redstone_block.png new file mode 100644 index 0000000..1d21bb1 Binary files /dev/null and b/assets/minecraft/textures/block/redstone_block.png differ diff --git a/assets/minecraft/textures/block/redstone_dust_cross_overlay.png b/assets/minecraft/textures/block/redstone_dust_cross_overlay.png new file mode 100644 index 0000000..282353d Binary files /dev/null and b/assets/minecraft/textures/block/redstone_dust_cross_overlay.png differ diff --git a/assets/minecraft/textures/block/redstone_dust_dot.png b/assets/minecraft/textures/block/redstone_dust_dot.png new file mode 100644 index 0000000..a3f9749 Binary files /dev/null and b/assets/minecraft/textures/block/redstone_dust_dot.png differ diff --git a/assets/minecraft/textures/block/redstone_dust_line0.png b/assets/minecraft/textures/block/redstone_dust_line0.png new file mode 100644 index 0000000..e575b2f Binary files /dev/null and b/assets/minecraft/textures/block/redstone_dust_line0.png differ diff --git a/assets/minecraft/textures/block/redstone_dust_line1.png b/assets/minecraft/textures/block/redstone_dust_line1.png new file mode 100644 index 0000000..6860bfe Binary files /dev/null and b/assets/minecraft/textures/block/redstone_dust_line1.png differ diff --git a/assets/minecraft/textures/block/redstone_dust_line_overlay.png b/assets/minecraft/textures/block/redstone_dust_line_overlay.png new file mode 100644 index 0000000..282353d Binary files /dev/null and b/assets/minecraft/textures/block/redstone_dust_line_overlay.png differ diff --git a/assets/minecraft/textures/block/redstone_dust_overlay.png b/assets/minecraft/textures/block/redstone_dust_overlay.png new file mode 100644 index 0000000..fd68e0a Binary files /dev/null and b/assets/minecraft/textures/block/redstone_dust_overlay.png differ diff --git a/assets/minecraft/textures/block/redstone_lamp.png b/assets/minecraft/textures/block/redstone_lamp.png new file mode 100644 index 0000000..e7634fa Binary files /dev/null and b/assets/minecraft/textures/block/redstone_lamp.png differ diff --git a/assets/minecraft/textures/block/redstone_lamp_on.png b/assets/minecraft/textures/block/redstone_lamp_on.png new file mode 100644 index 0000000..35e5390 Binary files /dev/null and b/assets/minecraft/textures/block/redstone_lamp_on.png differ diff --git a/assets/minecraft/textures/block/redstone_ore.png b/assets/minecraft/textures/block/redstone_ore.png new file mode 100644 index 0000000..5c6bb8d Binary files /dev/null and b/assets/minecraft/textures/block/redstone_ore.png differ diff --git a/assets/minecraft/textures/block/redstone_ore1.png b/assets/minecraft/textures/block/redstone_ore1.png new file mode 100644 index 0000000..9eb0606 Binary files /dev/null and b/assets/minecraft/textures/block/redstone_ore1.png differ diff --git a/assets/minecraft/textures/block/redstone_torch.png b/assets/minecraft/textures/block/redstone_torch.png new file mode 100644 index 0000000..704bd3e Binary files /dev/null and b/assets/minecraft/textures/block/redstone_torch.png differ diff --git a/assets/minecraft/textures/block/redstone_torch_off.png b/assets/minecraft/textures/block/redstone_torch_off.png new file mode 100644 index 0000000..63fd2c0 Binary files /dev/null and b/assets/minecraft/textures/block/redstone_torch_off.png differ diff --git a/assets/minecraft/textures/block/repeater.png b/assets/minecraft/textures/block/repeater.png new file mode 100644 index 0000000..675e139 Binary files /dev/null and b/assets/minecraft/textures/block/repeater.png differ diff --git a/assets/minecraft/textures/block/repeater_on.png b/assets/minecraft/textures/block/repeater_on.png new file mode 100644 index 0000000..e21d14e Binary files /dev/null and b/assets/minecraft/textures/block/repeater_on.png differ diff --git a/assets/minecraft/textures/block/repeating_command_block_back.png b/assets/minecraft/textures/block/repeating_command_block_back.png new file mode 100644 index 0000000..5eae751 Binary files /dev/null and b/assets/minecraft/textures/block/repeating_command_block_back.png differ diff --git a/assets/minecraft/textures/block/repeating_command_block_back.png.mcmeta b/assets/minecraft/textures/block/repeating_command_block_back.png.mcmeta new file mode 100644 index 0000000..2486f07 --- /dev/null +++ b/assets/minecraft/textures/block/repeating_command_block_back.png.mcmeta @@ -0,0 +1,6 @@ +{ + "animation": { + "interpolate": false, + "frames": [ {"index": 0, "time": 40}, {"index": 1, "time": 5}, {"index": 0, "time": 10}, {"index": 1, "time": 1}] + } +} diff --git a/assets/minecraft/textures/block/repeating_command_block_conditional.png b/assets/minecraft/textures/block/repeating_command_block_conditional.png new file mode 100644 index 0000000..7a910c9 Binary files /dev/null and b/assets/minecraft/textures/block/repeating_command_block_conditional.png differ diff --git a/assets/minecraft/textures/block/repeating_command_block_conditional.png.mcmeta b/assets/minecraft/textures/block/repeating_command_block_conditional.png.mcmeta new file mode 100644 index 0000000..2486f07 --- /dev/null +++ b/assets/minecraft/textures/block/repeating_command_block_conditional.png.mcmeta @@ -0,0 +1,6 @@ +{ + "animation": { + "interpolate": false, + "frames": [ {"index": 0, "time": 40}, {"index": 1, "time": 5}, {"index": 0, "time": 10}, {"index": 1, "time": 1}] + } +} diff --git a/assets/minecraft/textures/block/repeating_command_block_front.png b/assets/minecraft/textures/block/repeating_command_block_front.png new file mode 100644 index 0000000..70753b4 Binary files /dev/null and b/assets/minecraft/textures/block/repeating_command_block_front.png differ diff --git a/assets/minecraft/textures/block/repeating_command_block_front.png.mcmeta b/assets/minecraft/textures/block/repeating_command_block_front.png.mcmeta new file mode 100644 index 0000000..2486f07 --- /dev/null +++ b/assets/minecraft/textures/block/repeating_command_block_front.png.mcmeta @@ -0,0 +1,6 @@ +{ + "animation": { + "interpolate": false, + "frames": [ {"index": 0, "time": 40}, {"index": 1, "time": 5}, {"index": 0, "time": 10}, {"index": 1, "time": 1}] + } +} diff --git a/assets/minecraft/textures/block/repeating_command_block_side.png b/assets/minecraft/textures/block/repeating_command_block_side.png new file mode 100644 index 0000000..25d3bca Binary files /dev/null and b/assets/minecraft/textures/block/repeating_command_block_side.png differ diff --git a/assets/minecraft/textures/block/repeating_command_block_side.png.mcmeta b/assets/minecraft/textures/block/repeating_command_block_side.png.mcmeta new file mode 100644 index 0000000..2486f07 --- /dev/null +++ b/assets/minecraft/textures/block/repeating_command_block_side.png.mcmeta @@ -0,0 +1,6 @@ +{ + "animation": { + "interpolate": false, + "frames": [ {"index": 0, "time": 40}, {"index": 1, "time": 5}, {"index": 0, "time": 10}, {"index": 1, "time": 1}] + } +} diff --git a/assets/minecraft/textures/block/rose_bush_bottom.png b/assets/minecraft/textures/block/rose_bush_bottom.png new file mode 100644 index 0000000..ef8ec9e Binary files /dev/null and b/assets/minecraft/textures/block/rose_bush_bottom.png differ diff --git a/assets/minecraft/textures/block/rose_bush_top.png b/assets/minecraft/textures/block/rose_bush_top.png new file mode 100644 index 0000000..252a3af Binary files /dev/null and b/assets/minecraft/textures/block/rose_bush_top.png differ diff --git a/assets/minecraft/textures/block/sand.png b/assets/minecraft/textures/block/sand.png new file mode 100644 index 0000000..7fc254a Binary files /dev/null and b/assets/minecraft/textures/block/sand.png differ diff --git a/assets/minecraft/textures/block/sand1.png b/assets/minecraft/textures/block/sand1.png new file mode 100644 index 0000000..d245cc0 Binary files /dev/null and b/assets/minecraft/textures/block/sand1.png differ diff --git a/assets/minecraft/textures/block/sand2.png b/assets/minecraft/textures/block/sand2.png new file mode 100644 index 0000000..d400225 Binary files /dev/null and b/assets/minecraft/textures/block/sand2.png differ diff --git a/assets/minecraft/textures/block/sand3.png b/assets/minecraft/textures/block/sand3.png new file mode 100644 index 0000000..b4a9e94 Binary files /dev/null and b/assets/minecraft/textures/block/sand3.png differ diff --git a/assets/minecraft/textures/block/sandstone.png b/assets/minecraft/textures/block/sandstone.png new file mode 100644 index 0000000..5a92d4c Binary files /dev/null and b/assets/minecraft/textures/block/sandstone.png differ diff --git a/assets/minecraft/textures/block/sandstone1.png b/assets/minecraft/textures/block/sandstone1.png new file mode 100644 index 0000000..5a1cd0e Binary files /dev/null and b/assets/minecraft/textures/block/sandstone1.png differ diff --git a/assets/minecraft/textures/block/sandstone2.png b/assets/minecraft/textures/block/sandstone2.png new file mode 100644 index 0000000..30b215e Binary files /dev/null and b/assets/minecraft/textures/block/sandstone2.png differ diff --git a/assets/minecraft/textures/block/sandstone_bottom.png b/assets/minecraft/textures/block/sandstone_bottom.png new file mode 100644 index 0000000..51d4174 Binary files /dev/null and b/assets/minecraft/textures/block/sandstone_bottom.png differ diff --git a/assets/minecraft/textures/block/sandstone_top.png b/assets/minecraft/textures/block/sandstone_top.png new file mode 100644 index 0000000..cb3e7aa Binary files /dev/null and b/assets/minecraft/textures/block/sandstone_top.png differ diff --git a/assets/minecraft/textures/block/scaffolding_bottom.png b/assets/minecraft/textures/block/scaffolding_bottom.png new file mode 100644 index 0000000..b4bd1fe Binary files /dev/null and b/assets/minecraft/textures/block/scaffolding_bottom.png differ diff --git a/assets/minecraft/textures/block/scaffolding_side.png b/assets/minecraft/textures/block/scaffolding_side.png new file mode 100644 index 0000000..5ecb031 Binary files /dev/null and b/assets/minecraft/textures/block/scaffolding_side.png differ diff --git a/assets/minecraft/textures/block/scaffolding_top.png b/assets/minecraft/textures/block/scaffolding_top.png new file mode 100644 index 0000000..b0939c8 Binary files /dev/null and b/assets/minecraft/textures/block/scaffolding_top.png differ diff --git a/assets/minecraft/textures/block/sea_lantern.png b/assets/minecraft/textures/block/sea_lantern.png new file mode 100644 index 0000000..d531a57 Binary files /dev/null and b/assets/minecraft/textures/block/sea_lantern.png differ diff --git a/assets/minecraft/textures/block/sea_lantern.png.mcmeta b/assets/minecraft/textures/block/sea_lantern.png.mcmeta new file mode 100644 index 0000000..7e6325b --- /dev/null +++ b/assets/minecraft/textures/block/sea_lantern.png.mcmeta @@ -0,0 +1,7 @@ +{ + "animation": { + "frametime": 60, + "interpolate": true, + "frames": [0, 1, 2, 3] + } +} diff --git a/assets/minecraft/textures/block/sea_pickle.png b/assets/minecraft/textures/block/sea_pickle.png new file mode 100644 index 0000000..978cca3 Binary files /dev/null and b/assets/minecraft/textures/block/sea_pickle.png differ diff --git a/assets/minecraft/textures/block/seagrass.png b/assets/minecraft/textures/block/seagrass.png new file mode 100644 index 0000000..216d253 Binary files /dev/null and b/assets/minecraft/textures/block/seagrass.png differ diff --git a/assets/minecraft/textures/block/seagrass.png.mcmeta b/assets/minecraft/textures/block/seagrass.png.mcmeta new file mode 100644 index 0000000..e72658a --- /dev/null +++ b/assets/minecraft/textures/block/seagrass.png.mcmeta @@ -0,0 +1,5 @@ +{ + "animation": { + "frametime": 3 + } +} diff --git a/assets/minecraft/textures/block/slime_block.png b/assets/minecraft/textures/block/slime_block.png new file mode 100644 index 0000000..9e09633 Binary files /dev/null and b/assets/minecraft/textures/block/slime_block.png differ diff --git a/assets/minecraft/textures/block/slime_block1.png b/assets/minecraft/textures/block/slime_block1.png new file mode 100644 index 0000000..f3eefd7 Binary files /dev/null and b/assets/minecraft/textures/block/slime_block1.png differ diff --git a/assets/minecraft/textures/block/slime_block2.png b/assets/minecraft/textures/block/slime_block2.png new file mode 100644 index 0000000..2ca54b0 Binary files /dev/null and b/assets/minecraft/textures/block/slime_block2.png differ diff --git a/assets/minecraft/textures/block/slime_block3.png b/assets/minecraft/textures/block/slime_block3.png new file mode 100644 index 0000000..f7b29ce Binary files /dev/null and b/assets/minecraft/textures/block/slime_block3.png differ diff --git a/assets/minecraft/textures/block/slime_block4.png b/assets/minecraft/textures/block/slime_block4.png new file mode 100644 index 0000000..8fe29d5 Binary files /dev/null and b/assets/minecraft/textures/block/slime_block4.png differ diff --git a/assets/minecraft/textures/block/smithing_table_bottom.png b/assets/minecraft/textures/block/smithing_table_bottom.png new file mode 100644 index 0000000..e650781 Binary files /dev/null and b/assets/minecraft/textures/block/smithing_table_bottom.png differ diff --git a/assets/minecraft/textures/block/smithing_table_front.png b/assets/minecraft/textures/block/smithing_table_front.png new file mode 100644 index 0000000..81ed31c Binary files /dev/null and b/assets/minecraft/textures/block/smithing_table_front.png differ diff --git a/assets/minecraft/textures/block/smithing_table_side.png b/assets/minecraft/textures/block/smithing_table_side.png new file mode 100644 index 0000000..8572b4c Binary files /dev/null and b/assets/minecraft/textures/block/smithing_table_side.png differ diff --git a/assets/minecraft/textures/block/smithing_table_top.png b/assets/minecraft/textures/block/smithing_table_top.png new file mode 100644 index 0000000..3384d2b Binary files /dev/null and b/assets/minecraft/textures/block/smithing_table_top.png differ diff --git a/assets/minecraft/textures/block/smoker_bottom.png b/assets/minecraft/textures/block/smoker_bottom.png new file mode 100644 index 0000000..cccc5a6 Binary files /dev/null and b/assets/minecraft/textures/block/smoker_bottom.png differ diff --git a/assets/minecraft/textures/block/smoker_front.png b/assets/minecraft/textures/block/smoker_front.png new file mode 100644 index 0000000..916e8a9 Binary files /dev/null and b/assets/minecraft/textures/block/smoker_front.png differ diff --git a/assets/minecraft/textures/block/smoker_front_on.png b/assets/minecraft/textures/block/smoker_front_on.png new file mode 100644 index 0000000..8221dec Binary files /dev/null and b/assets/minecraft/textures/block/smoker_front_on.png differ diff --git a/assets/minecraft/textures/block/smoker_front_on.png.mcmeta b/assets/minecraft/textures/block/smoker_front_on.png.mcmeta new file mode 100644 index 0000000..09eaec9 --- /dev/null +++ b/assets/minecraft/textures/block/smoker_front_on.png.mcmeta @@ -0,0 +1,6 @@ +{ + "animation": { + "interpolate": false, + "frametime": 4 + } +} diff --git a/assets/minecraft/textures/block/smoker_side.png b/assets/minecraft/textures/block/smoker_side.png new file mode 100644 index 0000000..affec27 Binary files /dev/null and b/assets/minecraft/textures/block/smoker_side.png differ diff --git a/assets/minecraft/textures/block/smoker_top.png b/assets/minecraft/textures/block/smoker_top.png new file mode 100644 index 0000000..b07366f Binary files /dev/null and b/assets/minecraft/textures/block/smoker_top.png differ diff --git a/assets/minecraft/textures/block/smooth_stone.png b/assets/minecraft/textures/block/smooth_stone.png new file mode 100644 index 0000000..fdd5029 Binary files /dev/null and b/assets/minecraft/textures/block/smooth_stone.png differ diff --git a/assets/minecraft/textures/block/smooth_stone_slab_side.png b/assets/minecraft/textures/block/smooth_stone_slab_side.png new file mode 100644 index 0000000..ce74ba0 Binary files /dev/null and b/assets/minecraft/textures/block/smooth_stone_slab_side.png differ diff --git a/assets/minecraft/textures/block/snow.png b/assets/minecraft/textures/block/snow.png new file mode 100644 index 0000000..9ccc1ef Binary files /dev/null and b/assets/minecraft/textures/block/snow.png differ diff --git a/assets/minecraft/textures/block/soul_sand.png b/assets/minecraft/textures/block/soul_sand.png new file mode 100644 index 0000000..7f76b40 Binary files /dev/null and b/assets/minecraft/textures/block/soul_sand.png differ diff --git a/assets/minecraft/textures/block/spawner.png b/assets/minecraft/textures/block/spawner.png new file mode 100644 index 0000000..4634060 Binary files /dev/null and b/assets/minecraft/textures/block/spawner.png differ diff --git a/assets/minecraft/textures/block/sponge.png b/assets/minecraft/textures/block/sponge.png new file mode 100644 index 0000000..333712f Binary files /dev/null and b/assets/minecraft/textures/block/sponge.png differ diff --git a/assets/minecraft/textures/block/spruce_door_bottom.png b/assets/minecraft/textures/block/spruce_door_bottom.png new file mode 100644 index 0000000..add317c Binary files /dev/null and b/assets/minecraft/textures/block/spruce_door_bottom.png differ diff --git a/assets/minecraft/textures/block/spruce_door_top.png b/assets/minecraft/textures/block/spruce_door_top.png new file mode 100644 index 0000000..6444e34 Binary files /dev/null and b/assets/minecraft/textures/block/spruce_door_top.png differ diff --git a/assets/minecraft/textures/block/spruce_fence.png b/assets/minecraft/textures/block/spruce_fence.png new file mode 100644 index 0000000..615bcd4 Binary files /dev/null and b/assets/minecraft/textures/block/spruce_fence.png differ diff --git a/assets/minecraft/textures/block/spruce_fence_gate.png b/assets/minecraft/textures/block/spruce_fence_gate.png new file mode 100644 index 0000000..be40da6 Binary files /dev/null and b/assets/minecraft/textures/block/spruce_fence_gate.png differ diff --git a/assets/minecraft/textures/block/spruce_fence_side.png b/assets/minecraft/textures/block/spruce_fence_side.png new file mode 100644 index 0000000..c02e158 Binary files /dev/null and b/assets/minecraft/textures/block/spruce_fence_side.png differ diff --git a/assets/minecraft/textures/block/spruce_fence_top.png b/assets/minecraft/textures/block/spruce_fence_top.png new file mode 100644 index 0000000..b4dac51 Binary files /dev/null and b/assets/minecraft/textures/block/spruce_fence_top.png differ diff --git a/assets/minecraft/textures/block/spruce_leaves.png b/assets/minecraft/textures/block/spruce_leaves.png new file mode 100644 index 0000000..ede047a Binary files /dev/null and b/assets/minecraft/textures/block/spruce_leaves.png differ diff --git a/assets/minecraft/textures/block/spruce_leaves1.png b/assets/minecraft/textures/block/spruce_leaves1.png new file mode 100644 index 0000000..dba01da Binary files /dev/null and b/assets/minecraft/textures/block/spruce_leaves1.png differ diff --git a/assets/minecraft/textures/block/spruce_log.png b/assets/minecraft/textures/block/spruce_log.png new file mode 100644 index 0000000..29de114 Binary files /dev/null and b/assets/minecraft/textures/block/spruce_log.png differ diff --git a/assets/minecraft/textures/block/spruce_log1.png b/assets/minecraft/textures/block/spruce_log1.png new file mode 100644 index 0000000..e023e43 Binary files /dev/null and b/assets/minecraft/textures/block/spruce_log1.png differ diff --git a/assets/minecraft/textures/block/spruce_log_top.png b/assets/minecraft/textures/block/spruce_log_top.png new file mode 100644 index 0000000..509825a Binary files /dev/null and b/assets/minecraft/textures/block/spruce_log_top.png differ diff --git a/assets/minecraft/textures/block/spruce_planks.png b/assets/minecraft/textures/block/spruce_planks.png new file mode 100644 index 0000000..5fae6a8 Binary files /dev/null and b/assets/minecraft/textures/block/spruce_planks.png differ diff --git a/assets/minecraft/textures/block/spruce_planks1.png b/assets/minecraft/textures/block/spruce_planks1.png new file mode 100644 index 0000000..339ea66 Binary files /dev/null and b/assets/minecraft/textures/block/spruce_planks1.png differ diff --git a/assets/minecraft/textures/block/spruce_planks2.png b/assets/minecraft/textures/block/spruce_planks2.png new file mode 100644 index 0000000..a9e5118 Binary files /dev/null and b/assets/minecraft/textures/block/spruce_planks2.png differ diff --git a/assets/minecraft/textures/block/spruce_sapling.png b/assets/minecraft/textures/block/spruce_sapling.png new file mode 100644 index 0000000..088f205 Binary files /dev/null and b/assets/minecraft/textures/block/spruce_sapling.png differ diff --git a/assets/minecraft/textures/block/spruce_trapdoor.png b/assets/minecraft/textures/block/spruce_trapdoor.png new file mode 100644 index 0000000..d534cea Binary files /dev/null and b/assets/minecraft/textures/block/spruce_trapdoor.png differ diff --git a/assets/minecraft/textures/block/stone.png b/assets/minecraft/textures/block/stone.png new file mode 100644 index 0000000..61e5a97 Binary files /dev/null and b/assets/minecraft/textures/block/stone.png differ diff --git a/assets/minecraft/textures/block/stone1.png b/assets/minecraft/textures/block/stone1.png new file mode 100644 index 0000000..f011533 Binary files /dev/null and b/assets/minecraft/textures/block/stone1.png differ diff --git a/assets/minecraft/textures/block/stone2.png b/assets/minecraft/textures/block/stone2.png new file mode 100644 index 0000000..e9abe77 Binary files /dev/null and b/assets/minecraft/textures/block/stone2.png differ diff --git a/assets/minecraft/textures/block/stone3.png b/assets/minecraft/textures/block/stone3.png new file mode 100644 index 0000000..b9765b3 Binary files /dev/null and b/assets/minecraft/textures/block/stone3.png differ diff --git a/assets/minecraft/textures/block/stone4.png b/assets/minecraft/textures/block/stone4.png new file mode 100644 index 0000000..ca65a4a Binary files /dev/null and b/assets/minecraft/textures/block/stone4.png differ diff --git a/assets/minecraft/textures/block/stone5.png b/assets/minecraft/textures/block/stone5.png new file mode 100644 index 0000000..4c24952 Binary files /dev/null and b/assets/minecraft/textures/block/stone5.png differ diff --git a/assets/minecraft/textures/block/stone_bricks.png b/assets/minecraft/textures/block/stone_bricks.png new file mode 100644 index 0000000..92be738 Binary files /dev/null and b/assets/minecraft/textures/block/stone_bricks.png differ diff --git a/assets/minecraft/textures/block/stone_bricks1.png b/assets/minecraft/textures/block/stone_bricks1.png new file mode 100644 index 0000000..9cc6544 Binary files /dev/null and b/assets/minecraft/textures/block/stone_bricks1.png differ diff --git a/assets/minecraft/textures/block/stone_bricks2.png b/assets/minecraft/textures/block/stone_bricks2.png new file mode 100644 index 0000000..70a8542 Binary files /dev/null and b/assets/minecraft/textures/block/stone_bricks2.png differ diff --git a/assets/minecraft/textures/block/stone_bricks3.png b/assets/minecraft/textures/block/stone_bricks3.png new file mode 100644 index 0000000..31ce19d Binary files /dev/null and b/assets/minecraft/textures/block/stone_bricks3.png differ diff --git a/assets/minecraft/textures/block/stone_bricks4.png b/assets/minecraft/textures/block/stone_bricks4.png new file mode 100644 index 0000000..a3b0504 Binary files /dev/null and b/assets/minecraft/textures/block/stone_bricks4.png differ diff --git a/assets/minecraft/textures/block/stone_slab_side.png b/assets/minecraft/textures/block/stone_slab_side.png new file mode 100644 index 0000000..ce74ba0 Binary files /dev/null and b/assets/minecraft/textures/block/stone_slab_side.png differ diff --git a/assets/minecraft/textures/block/stone_slab_top.png b/assets/minecraft/textures/block/stone_slab_top.png new file mode 100644 index 0000000..fdd5029 Binary files /dev/null and b/assets/minecraft/textures/block/stone_slab_top.png differ diff --git a/assets/minecraft/textures/block/stonecutter_bottom.png b/assets/minecraft/textures/block/stonecutter_bottom.png new file mode 100644 index 0000000..40d53a4 Binary files /dev/null and b/assets/minecraft/textures/block/stonecutter_bottom.png differ diff --git a/assets/minecraft/textures/block/stonecutter_saw.png b/assets/minecraft/textures/block/stonecutter_saw.png new file mode 100644 index 0000000..8a045b2 Binary files /dev/null and b/assets/minecraft/textures/block/stonecutter_saw.png differ diff --git a/assets/minecraft/textures/block/stonecutter_saw.png.mcmeta b/assets/minecraft/textures/block/stonecutter_saw.png.mcmeta new file mode 100644 index 0000000..a328ca5 --- /dev/null +++ b/assets/minecraft/textures/block/stonecutter_saw.png.mcmeta @@ -0,0 +1,6 @@ +{ + "animation": { + "interpolate": false, + "frametime": 1 + } +} diff --git a/assets/minecraft/textures/block/stonecutter_side.png b/assets/minecraft/textures/block/stonecutter_side.png new file mode 100644 index 0000000..aaee661 Binary files /dev/null and b/assets/minecraft/textures/block/stonecutter_side.png differ diff --git a/assets/minecraft/textures/block/stonecutter_top.png b/assets/minecraft/textures/block/stonecutter_top.png new file mode 100644 index 0000000..455fbb8 Binary files /dev/null and b/assets/minecraft/textures/block/stonecutter_top.png differ diff --git a/assets/minecraft/textures/block/stripped_acacia_log.png b/assets/minecraft/textures/block/stripped_acacia_log.png new file mode 100644 index 0000000..c66a30b Binary files /dev/null and b/assets/minecraft/textures/block/stripped_acacia_log.png differ diff --git a/assets/minecraft/textures/block/stripped_acacia_log_top.png b/assets/minecraft/textures/block/stripped_acacia_log_top.png new file mode 100644 index 0000000..7a4ba25 Binary files /dev/null and b/assets/minecraft/textures/block/stripped_acacia_log_top.png differ diff --git a/assets/minecraft/textures/block/stripped_birch_log.png b/assets/minecraft/textures/block/stripped_birch_log.png new file mode 100644 index 0000000..d552527 Binary files /dev/null and b/assets/minecraft/textures/block/stripped_birch_log.png differ diff --git a/assets/minecraft/textures/block/stripped_birch_log_top.png b/assets/minecraft/textures/block/stripped_birch_log_top.png new file mode 100644 index 0000000..7da0731 Binary files /dev/null and b/assets/minecraft/textures/block/stripped_birch_log_top.png differ diff --git a/assets/minecraft/textures/block/stripped_dark_oak_log.png b/assets/minecraft/textures/block/stripped_dark_oak_log.png new file mode 100644 index 0000000..f9475d3 Binary files /dev/null and b/assets/minecraft/textures/block/stripped_dark_oak_log.png differ diff --git a/assets/minecraft/textures/block/stripped_dark_oak_log_top.png b/assets/minecraft/textures/block/stripped_dark_oak_log_top.png new file mode 100644 index 0000000..85d2a4d Binary files /dev/null and b/assets/minecraft/textures/block/stripped_dark_oak_log_top.png differ diff --git a/assets/minecraft/textures/block/stripped_jungle_log.png b/assets/minecraft/textures/block/stripped_jungle_log.png new file mode 100644 index 0000000..45f8c33 Binary files /dev/null and b/assets/minecraft/textures/block/stripped_jungle_log.png differ diff --git a/assets/minecraft/textures/block/stripped_jungle_log_top.png b/assets/minecraft/textures/block/stripped_jungle_log_top.png new file mode 100644 index 0000000..4fe1c32 Binary files /dev/null and b/assets/minecraft/textures/block/stripped_jungle_log_top.png differ diff --git a/assets/minecraft/textures/block/stripped_oak_log.png b/assets/minecraft/textures/block/stripped_oak_log.png new file mode 100644 index 0000000..4f004e0 Binary files /dev/null and b/assets/minecraft/textures/block/stripped_oak_log.png differ diff --git a/assets/minecraft/textures/block/stripped_oak_log_top.png b/assets/minecraft/textures/block/stripped_oak_log_top.png new file mode 100644 index 0000000..f5c2447 Binary files /dev/null and b/assets/minecraft/textures/block/stripped_oak_log_top.png differ diff --git a/assets/minecraft/textures/block/stripped_spruce_log.png b/assets/minecraft/textures/block/stripped_spruce_log.png new file mode 100644 index 0000000..4f27b4f Binary files /dev/null and b/assets/minecraft/textures/block/stripped_spruce_log.png differ diff --git a/assets/minecraft/textures/block/stripped_spruce_log_top.png b/assets/minecraft/textures/block/stripped_spruce_log_top.png new file mode 100644 index 0000000..8e6c2c9 Binary files /dev/null and b/assets/minecraft/textures/block/stripped_spruce_log_top.png differ diff --git a/assets/minecraft/textures/block/structure_block.png b/assets/minecraft/textures/block/structure_block.png new file mode 100644 index 0000000..f03ea5f Binary files /dev/null and b/assets/minecraft/textures/block/structure_block.png differ diff --git a/assets/minecraft/textures/block/structure_block_corner.png b/assets/minecraft/textures/block/structure_block_corner.png new file mode 100644 index 0000000..418fd05 Binary files /dev/null and b/assets/minecraft/textures/block/structure_block_corner.png differ diff --git a/assets/minecraft/textures/block/structure_block_data.png b/assets/minecraft/textures/block/structure_block_data.png new file mode 100644 index 0000000..75ea308 Binary files /dev/null and b/assets/minecraft/textures/block/structure_block_data.png differ diff --git a/assets/minecraft/textures/block/structure_block_load.png b/assets/minecraft/textures/block/structure_block_load.png new file mode 100644 index 0000000..aca338b Binary files /dev/null and b/assets/minecraft/textures/block/structure_block_load.png differ diff --git a/assets/minecraft/textures/block/structure_block_save.png b/assets/minecraft/textures/block/structure_block_save.png new file mode 100644 index 0000000..6470927 Binary files /dev/null and b/assets/minecraft/textures/block/structure_block_save.png differ diff --git a/assets/minecraft/textures/block/sugar_cane.png b/assets/minecraft/textures/block/sugar_cane.png new file mode 100644 index 0000000..10b8c54 Binary files /dev/null and b/assets/minecraft/textures/block/sugar_cane.png differ diff --git a/assets/minecraft/textures/block/sugar_cane_extra.png b/assets/minecraft/textures/block/sugar_cane_extra.png new file mode 100644 index 0000000..158eebc Binary files /dev/null and b/assets/minecraft/textures/block/sugar_cane_extra.png differ diff --git a/assets/minecraft/textures/block/sunflower_back.png b/assets/minecraft/textures/block/sunflower_back.png new file mode 100644 index 0000000..1c4f741 Binary files /dev/null and b/assets/minecraft/textures/block/sunflower_back.png differ diff --git a/assets/minecraft/textures/block/sunflower_bottom.png b/assets/minecraft/textures/block/sunflower_bottom.png new file mode 100644 index 0000000..0f5c188 Binary files /dev/null and b/assets/minecraft/textures/block/sunflower_bottom.png differ diff --git a/assets/minecraft/textures/block/sunflower_front.png b/assets/minecraft/textures/block/sunflower_front.png new file mode 100644 index 0000000..7b52cea Binary files /dev/null and b/assets/minecraft/textures/block/sunflower_front.png differ diff --git a/assets/minecraft/textures/block/sunflower_top.png b/assets/minecraft/textures/block/sunflower_top.png new file mode 100644 index 0000000..6310846 Binary files /dev/null and b/assets/minecraft/textures/block/sunflower_top.png differ diff --git a/assets/minecraft/textures/block/sweet_berry_bush_stage0.png b/assets/minecraft/textures/block/sweet_berry_bush_stage0.png new file mode 100644 index 0000000..d83ff2d Binary files /dev/null and b/assets/minecraft/textures/block/sweet_berry_bush_stage0.png differ diff --git a/assets/minecraft/textures/block/sweet_berry_bush_stage1.png b/assets/minecraft/textures/block/sweet_berry_bush_stage1.png new file mode 100644 index 0000000..d4fe742 Binary files /dev/null and b/assets/minecraft/textures/block/sweet_berry_bush_stage1.png differ diff --git a/assets/minecraft/textures/block/sweet_berry_bush_stage2.png b/assets/minecraft/textures/block/sweet_berry_bush_stage2.png new file mode 100644 index 0000000..dcc9576 Binary files /dev/null and b/assets/minecraft/textures/block/sweet_berry_bush_stage2.png differ diff --git a/assets/minecraft/textures/block/sweet_berry_bush_stage3.png b/assets/minecraft/textures/block/sweet_berry_bush_stage3.png new file mode 100644 index 0000000..ce22a13 Binary files /dev/null and b/assets/minecraft/textures/block/sweet_berry_bush_stage3.png differ diff --git a/assets/minecraft/textures/block/tall_grass_bottom.png b/assets/minecraft/textures/block/tall_grass_bottom.png new file mode 100644 index 0000000..fc42bb2 Binary files /dev/null and b/assets/minecraft/textures/block/tall_grass_bottom.png differ diff --git a/assets/minecraft/textures/block/tall_grass_top.png b/assets/minecraft/textures/block/tall_grass_top.png new file mode 100644 index 0000000..2dbe8aa Binary files /dev/null and b/assets/minecraft/textures/block/tall_grass_top.png differ diff --git a/assets/minecraft/textures/block/tall_seagrass_bottom.png b/assets/minecraft/textures/block/tall_seagrass_bottom.png new file mode 100644 index 0000000..3327851 Binary files /dev/null and b/assets/minecraft/textures/block/tall_seagrass_bottom.png differ diff --git a/assets/minecraft/textures/block/tall_seagrass_bottom.png.mcmeta b/assets/minecraft/textures/block/tall_seagrass_bottom.png.mcmeta new file mode 100644 index 0000000..e72658a --- /dev/null +++ b/assets/minecraft/textures/block/tall_seagrass_bottom.png.mcmeta @@ -0,0 +1,5 @@ +{ + "animation": { + "frametime": 3 + } +} diff --git a/assets/minecraft/textures/block/tall_seagrass_top.png b/assets/minecraft/textures/block/tall_seagrass_top.png new file mode 100644 index 0000000..7cdecc4 Binary files /dev/null and b/assets/minecraft/textures/block/tall_seagrass_top.png differ diff --git a/assets/minecraft/textures/block/tall_seagrass_top.png.mcmeta b/assets/minecraft/textures/block/tall_seagrass_top.png.mcmeta new file mode 100644 index 0000000..e72658a --- /dev/null +++ b/assets/minecraft/textures/block/tall_seagrass_top.png.mcmeta @@ -0,0 +1,5 @@ +{ + "animation": { + "frametime": 3 + } +} diff --git a/assets/minecraft/textures/block/terracotta.png b/assets/minecraft/textures/block/terracotta.png new file mode 100644 index 0000000..441a6fa Binary files /dev/null and b/assets/minecraft/textures/block/terracotta.png differ diff --git a/assets/minecraft/textures/block/tnt_bottom.png b/assets/minecraft/textures/block/tnt_bottom.png new file mode 100644 index 0000000..61b911b Binary files /dev/null and b/assets/minecraft/textures/block/tnt_bottom.png differ diff --git a/assets/minecraft/textures/block/tnt_side.png b/assets/minecraft/textures/block/tnt_side.png new file mode 100644 index 0000000..8eda266 Binary files /dev/null and b/assets/minecraft/textures/block/tnt_side.png differ diff --git a/assets/minecraft/textures/block/tnt_top.png b/assets/minecraft/textures/block/tnt_top.png new file mode 100644 index 0000000..b8f8d39 Binary files /dev/null and b/assets/minecraft/textures/block/tnt_top.png differ diff --git a/assets/minecraft/textures/block/torch.png b/assets/minecraft/textures/block/torch.png new file mode 100644 index 0000000..d7769ef Binary files /dev/null and b/assets/minecraft/textures/block/torch.png differ diff --git a/assets/minecraft/textures/block/tripwire.png b/assets/minecraft/textures/block/tripwire.png new file mode 100644 index 0000000..42126b8 Binary files /dev/null and b/assets/minecraft/textures/block/tripwire.png differ diff --git a/assets/minecraft/textures/block/tripwire_hook.png b/assets/minecraft/textures/block/tripwire_hook.png new file mode 100644 index 0000000..25353d7 Binary files /dev/null and b/assets/minecraft/textures/block/tripwire_hook.png differ diff --git a/assets/minecraft/textures/block/tube_coral.png b/assets/minecraft/textures/block/tube_coral.png new file mode 100644 index 0000000..63cf864 Binary files /dev/null and b/assets/minecraft/textures/block/tube_coral.png differ diff --git a/assets/minecraft/textures/block/tube_coral_block.png b/assets/minecraft/textures/block/tube_coral_block.png new file mode 100644 index 0000000..016888d Binary files /dev/null and b/assets/minecraft/textures/block/tube_coral_block.png differ diff --git a/assets/minecraft/textures/block/tube_coral_fan.png b/assets/minecraft/textures/block/tube_coral_fan.png new file mode 100644 index 0000000..7d055a7 Binary files /dev/null and b/assets/minecraft/textures/block/tube_coral_fan.png differ diff --git a/assets/minecraft/textures/block/turtle_egg.png b/assets/minecraft/textures/block/turtle_egg.png new file mode 100644 index 0000000..d398843 Binary files /dev/null and b/assets/minecraft/textures/block/turtle_egg.png differ diff --git a/assets/minecraft/textures/block/turtle_egg_slightly_cracked.png b/assets/minecraft/textures/block/turtle_egg_slightly_cracked.png new file mode 100644 index 0000000..51f63c0 Binary files /dev/null and b/assets/minecraft/textures/block/turtle_egg_slightly_cracked.png differ diff --git a/assets/minecraft/textures/block/turtle_egg_very_cracked.png b/assets/minecraft/textures/block/turtle_egg_very_cracked.png new file mode 100644 index 0000000..ee2916c Binary files /dev/null and b/assets/minecraft/textures/block/turtle_egg_very_cracked.png differ diff --git a/assets/minecraft/textures/block/vine.png b/assets/minecraft/textures/block/vine.png new file mode 100644 index 0000000..acee7a6 Binary files /dev/null and b/assets/minecraft/textures/block/vine.png differ diff --git a/assets/minecraft/textures/block/water_flow.png b/assets/minecraft/textures/block/water_flow.png new file mode 100644 index 0000000..f3b7ff9 Binary files /dev/null and b/assets/minecraft/textures/block/water_flow.png differ diff --git a/assets/minecraft/textures/block/water_flow.png.mcmeta b/assets/minecraft/textures/block/water_flow.png.mcmeta new file mode 100644 index 0000000..07bae5e --- /dev/null +++ b/assets/minecraft/textures/block/water_flow.png.mcmeta @@ -0,0 +1,23 @@ +{ + + "animation": { + + "frametime": 1, + + "frames": [ +0, + 1, 2, 3, 4, + 5, + 6, 7, + 8, + 9, 10, + 11, + 12, + 13, + 14, 15 +] + + } + +} + diff --git a/assets/minecraft/textures/block/water_overlay.png b/assets/minecraft/textures/block/water_overlay.png new file mode 100644 index 0000000..b88bbcd Binary files /dev/null and b/assets/minecraft/textures/block/water_overlay.png differ diff --git a/assets/minecraft/textures/block/water_still.png b/assets/minecraft/textures/block/water_still.png new file mode 100644 index 0000000..602f3a6 Binary files /dev/null and b/assets/minecraft/textures/block/water_still.png differ diff --git a/assets/minecraft/textures/block/water_still.png.mcmeta b/assets/minecraft/textures/block/water_still.png.mcmeta new file mode 100644 index 0000000..d48a91d --- /dev/null +++ b/assets/minecraft/textures/block/water_still.png.mcmeta @@ -0,0 +1,7 @@ +{ + "animation": { + "frametime": 2, + "frames": [0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15] + } +} + diff --git a/assets/minecraft/textures/block/wet_sponge.png b/assets/minecraft/textures/block/wet_sponge.png new file mode 100644 index 0000000..1461ba3 Binary files /dev/null and b/assets/minecraft/textures/block/wet_sponge.png differ diff --git a/assets/minecraft/textures/block/wheat_stage0.png b/assets/minecraft/textures/block/wheat_stage0.png new file mode 100644 index 0000000..c0d337a Binary files /dev/null and b/assets/minecraft/textures/block/wheat_stage0.png differ diff --git a/assets/minecraft/textures/block/wheat_stage1.png b/assets/minecraft/textures/block/wheat_stage1.png new file mode 100644 index 0000000..475e6cc Binary files /dev/null and b/assets/minecraft/textures/block/wheat_stage1.png differ diff --git a/assets/minecraft/textures/block/wheat_stage2.png b/assets/minecraft/textures/block/wheat_stage2.png new file mode 100644 index 0000000..37cf3b5 Binary files /dev/null and b/assets/minecraft/textures/block/wheat_stage2.png differ diff --git a/assets/minecraft/textures/block/wheat_stage3.png b/assets/minecraft/textures/block/wheat_stage3.png new file mode 100644 index 0000000..cafe415 Binary files /dev/null and b/assets/minecraft/textures/block/wheat_stage3.png differ diff --git a/assets/minecraft/textures/block/wheat_stage4.png b/assets/minecraft/textures/block/wheat_stage4.png new file mode 100644 index 0000000..3ef5a59 Binary files /dev/null and b/assets/minecraft/textures/block/wheat_stage4.png differ diff --git a/assets/minecraft/textures/block/wheat_stage5.png b/assets/minecraft/textures/block/wheat_stage5.png new file mode 100644 index 0000000..e65ce1d Binary files /dev/null and b/assets/minecraft/textures/block/wheat_stage5.png differ diff --git a/assets/minecraft/textures/block/wheat_stage6.png b/assets/minecraft/textures/block/wheat_stage6.png new file mode 100644 index 0000000..3d2c4f5 Binary files /dev/null and b/assets/minecraft/textures/block/wheat_stage6.png differ diff --git a/assets/minecraft/textures/block/wheat_stage7-1.png b/assets/minecraft/textures/block/wheat_stage7-1.png new file mode 100644 index 0000000..2dc1a33 Binary files /dev/null and b/assets/minecraft/textures/block/wheat_stage7-1.png differ diff --git a/assets/minecraft/textures/block/wheat_stage7-2.png b/assets/minecraft/textures/block/wheat_stage7-2.png new file mode 100644 index 0000000..bf5fc65 Binary files /dev/null and b/assets/minecraft/textures/block/wheat_stage7-2.png differ diff --git a/assets/minecraft/textures/block/wheat_stage7.png b/assets/minecraft/textures/block/wheat_stage7.png new file mode 100644 index 0000000..69370ca Binary files /dev/null and b/assets/minecraft/textures/block/wheat_stage7.png differ diff --git a/assets/minecraft/textures/block/white_concrete.png b/assets/minecraft/textures/block/white_concrete.png new file mode 100644 index 0000000..c87f09c Binary files /dev/null and b/assets/minecraft/textures/block/white_concrete.png differ diff --git a/assets/minecraft/textures/block/white_concrete_powder.png b/assets/minecraft/textures/block/white_concrete_powder.png new file mode 100644 index 0000000..997b043 Binary files /dev/null and b/assets/minecraft/textures/block/white_concrete_powder.png differ diff --git a/assets/minecraft/textures/block/white_glazed_terracotta.png b/assets/minecraft/textures/block/white_glazed_terracotta.png new file mode 100644 index 0000000..ea7ec35 Binary files /dev/null and b/assets/minecraft/textures/block/white_glazed_terracotta.png differ diff --git a/assets/minecraft/textures/block/white_stained_glass.png b/assets/minecraft/textures/block/white_stained_glass.png new file mode 100644 index 0000000..5310f51 Binary files /dev/null and b/assets/minecraft/textures/block/white_stained_glass.png differ diff --git a/assets/minecraft/textures/block/white_stained_glass_pane_top.png b/assets/minecraft/textures/block/white_stained_glass_pane_top.png new file mode 100644 index 0000000..ebf34e2 Binary files /dev/null and b/assets/minecraft/textures/block/white_stained_glass_pane_top.png differ diff --git a/assets/minecraft/textures/block/white_terracotta.png b/assets/minecraft/textures/block/white_terracotta.png new file mode 100644 index 0000000..1772266 Binary files /dev/null and b/assets/minecraft/textures/block/white_terracotta.png differ diff --git a/assets/minecraft/textures/block/white_tulip.png b/assets/minecraft/textures/block/white_tulip.png new file mode 100644 index 0000000..b840fb1 Binary files /dev/null and b/assets/minecraft/textures/block/white_tulip.png differ diff --git a/assets/minecraft/textures/block/white_wool.png b/assets/minecraft/textures/block/white_wool.png new file mode 100644 index 0000000..2981233 Binary files /dev/null and b/assets/minecraft/textures/block/white_wool.png differ diff --git a/assets/minecraft/textures/block/wither_rose.png b/assets/minecraft/textures/block/wither_rose.png new file mode 100644 index 0000000..ae0a1b6 Binary files /dev/null and b/assets/minecraft/textures/block/wither_rose.png differ diff --git a/assets/minecraft/textures/block/yellow_concrete.png b/assets/minecraft/textures/block/yellow_concrete.png new file mode 100644 index 0000000..c12c81d Binary files /dev/null and b/assets/minecraft/textures/block/yellow_concrete.png differ diff --git a/assets/minecraft/textures/block/yellow_concrete_powder.png b/assets/minecraft/textures/block/yellow_concrete_powder.png new file mode 100644 index 0000000..36089db Binary files /dev/null and b/assets/minecraft/textures/block/yellow_concrete_powder.png differ diff --git a/assets/minecraft/textures/block/yellow_glazed_terracotta.png b/assets/minecraft/textures/block/yellow_glazed_terracotta.png new file mode 100644 index 0000000..53d795f Binary files /dev/null and b/assets/minecraft/textures/block/yellow_glazed_terracotta.png differ diff --git a/assets/minecraft/textures/block/yellow_stained_glass.png b/assets/minecraft/textures/block/yellow_stained_glass.png new file mode 100644 index 0000000..bf3951f Binary files /dev/null and b/assets/minecraft/textures/block/yellow_stained_glass.png differ diff --git a/assets/minecraft/textures/block/yellow_stained_glass_pane_top.png b/assets/minecraft/textures/block/yellow_stained_glass_pane_top.png new file mode 100644 index 0000000..94afc0c Binary files /dev/null and b/assets/minecraft/textures/block/yellow_stained_glass_pane_top.png differ diff --git a/assets/minecraft/textures/block/yellow_terracotta.png b/assets/minecraft/textures/block/yellow_terracotta.png new file mode 100644 index 0000000..26658b4 Binary files /dev/null and b/assets/minecraft/textures/block/yellow_terracotta.png differ diff --git a/assets/minecraft/textures/block/yellow_wool.png b/assets/minecraft/textures/block/yellow_wool.png new file mode 100644 index 0000000..3b486bd Binary files /dev/null and b/assets/minecraft/textures/block/yellow_wool.png differ diff --git a/assets/minecraft/textures/colormap/foliage.png b/assets/minecraft/textures/colormap/foliage.png new file mode 100644 index 0000000..4b588dc Binary files /dev/null and b/assets/minecraft/textures/colormap/foliage.png differ diff --git a/assets/minecraft/textures/colormap/foliagebac.png b/assets/minecraft/textures/colormap/foliagebac.png new file mode 100644 index 0000000..34f255e Binary files /dev/null and b/assets/minecraft/textures/colormap/foliagebac.png differ diff --git a/assets/minecraft/textures/colormap/grass.png b/assets/minecraft/textures/colormap/grass.png new file mode 100644 index 0000000..ca95e73 Binary files /dev/null and b/assets/minecraft/textures/colormap/grass.png differ diff --git a/assets/minecraft/textures/entity/alex.png b/assets/minecraft/textures/entity/alex.png new file mode 100644 index 0000000..21cff60 Binary files /dev/null and b/assets/minecraft/textures/entity/alex.png differ diff --git a/assets/minecraft/textures/entity/armorstand/wood.png b/assets/minecraft/textures/entity/armorstand/wood.png new file mode 100644 index 0000000..df6ee91 Binary files /dev/null and b/assets/minecraft/textures/entity/armorstand/wood.png differ diff --git a/assets/minecraft/textures/entity/banner/base.png b/assets/minecraft/textures/entity/banner/base.png new file mode 100644 index 0000000..bc80603 Binary files /dev/null and b/assets/minecraft/textures/entity/banner/base.png differ diff --git a/assets/minecraft/textures/entity/banner/border.png b/assets/minecraft/textures/entity/banner/border.png new file mode 100644 index 0000000..d65e5ea Binary files /dev/null and b/assets/minecraft/textures/entity/banner/border.png differ diff --git a/assets/minecraft/textures/entity/banner/bricks.png b/assets/minecraft/textures/entity/banner/bricks.png new file mode 100644 index 0000000..544cff4 Binary files /dev/null and b/assets/minecraft/textures/entity/banner/bricks.png differ diff --git a/assets/minecraft/textures/entity/banner/circle.png b/assets/minecraft/textures/entity/banner/circle.png new file mode 100644 index 0000000..8bce4ed Binary files /dev/null and b/assets/minecraft/textures/entity/banner/circle.png differ diff --git a/assets/minecraft/textures/entity/banner/creeper.png b/assets/minecraft/textures/entity/banner/creeper.png new file mode 100644 index 0000000..c8b6717 Binary files /dev/null and b/assets/minecraft/textures/entity/banner/creeper.png differ diff --git a/assets/minecraft/textures/entity/banner/cross.png b/assets/minecraft/textures/entity/banner/cross.png new file mode 100644 index 0000000..4b850f6 Binary files /dev/null and b/assets/minecraft/textures/entity/banner/cross.png differ diff --git a/assets/minecraft/textures/entity/banner/curly_border.png b/assets/minecraft/textures/entity/banner/curly_border.png new file mode 100644 index 0000000..cb3a85b Binary files /dev/null and b/assets/minecraft/textures/entity/banner/curly_border.png differ diff --git a/assets/minecraft/textures/entity/banner/diagonal_left.png b/assets/minecraft/textures/entity/banner/diagonal_left.png new file mode 100644 index 0000000..a2c8fdc Binary files /dev/null and b/assets/minecraft/textures/entity/banner/diagonal_left.png differ diff --git a/assets/minecraft/textures/entity/banner/diagonal_right.png b/assets/minecraft/textures/entity/banner/diagonal_right.png new file mode 100644 index 0000000..9351fe7 Binary files /dev/null and b/assets/minecraft/textures/entity/banner/diagonal_right.png differ diff --git a/assets/minecraft/textures/entity/banner/diagonal_up_left.png b/assets/minecraft/textures/entity/banner/diagonal_up_left.png new file mode 100644 index 0000000..cb5eb2a Binary files /dev/null and b/assets/minecraft/textures/entity/banner/diagonal_up_left.png differ diff --git a/assets/minecraft/textures/entity/banner/diagonal_up_right.png b/assets/minecraft/textures/entity/banner/diagonal_up_right.png new file mode 100644 index 0000000..7da1238 Binary files /dev/null and b/assets/minecraft/textures/entity/banner/diagonal_up_right.png differ diff --git a/assets/minecraft/textures/entity/banner/flower.png b/assets/minecraft/textures/entity/banner/flower.png new file mode 100644 index 0000000..957aa5d Binary files /dev/null and b/assets/minecraft/textures/entity/banner/flower.png differ diff --git a/assets/minecraft/textures/entity/banner/globe.png b/assets/minecraft/textures/entity/banner/globe.png new file mode 100644 index 0000000..45d0e97 Binary files /dev/null and b/assets/minecraft/textures/entity/banner/globe.png differ diff --git a/assets/minecraft/textures/entity/banner/gradient.png b/assets/minecraft/textures/entity/banner/gradient.png new file mode 100644 index 0000000..8ce9832 Binary files /dev/null and b/assets/minecraft/textures/entity/banner/gradient.png differ diff --git a/assets/minecraft/textures/entity/banner/gradient_up.png b/assets/minecraft/textures/entity/banner/gradient_up.png new file mode 100644 index 0000000..38cf516 Binary files /dev/null and b/assets/minecraft/textures/entity/banner/gradient_up.png differ diff --git a/assets/minecraft/textures/entity/banner/half_horizontal.png b/assets/minecraft/textures/entity/banner/half_horizontal.png new file mode 100644 index 0000000..c7062ab Binary files /dev/null and b/assets/minecraft/textures/entity/banner/half_horizontal.png differ diff --git a/assets/minecraft/textures/entity/banner/half_horizontal_bottom.png b/assets/minecraft/textures/entity/banner/half_horizontal_bottom.png new file mode 100644 index 0000000..9450c11 Binary files /dev/null and b/assets/minecraft/textures/entity/banner/half_horizontal_bottom.png differ diff --git a/assets/minecraft/textures/entity/banner/half_vertical.png b/assets/minecraft/textures/entity/banner/half_vertical.png new file mode 100644 index 0000000..c07cf4c Binary files /dev/null and b/assets/minecraft/textures/entity/banner/half_vertical.png differ diff --git a/assets/minecraft/textures/entity/banner/half_vertical_right.png b/assets/minecraft/textures/entity/banner/half_vertical_right.png new file mode 100644 index 0000000..f21661a Binary files /dev/null and b/assets/minecraft/textures/entity/banner/half_vertical_right.png differ diff --git a/assets/minecraft/textures/entity/banner/mojang.png b/assets/minecraft/textures/entity/banner/mojang.png new file mode 100644 index 0000000..0ee40fd Binary files /dev/null and b/assets/minecraft/textures/entity/banner/mojang.png differ diff --git a/assets/minecraft/textures/entity/banner/rhombus.png b/assets/minecraft/textures/entity/banner/rhombus.png new file mode 100644 index 0000000..53af6be Binary files /dev/null and b/assets/minecraft/textures/entity/banner/rhombus.png differ diff --git a/assets/minecraft/textures/entity/banner/skull.png b/assets/minecraft/textures/entity/banner/skull.png new file mode 100644 index 0000000..d60e803 Binary files /dev/null and b/assets/minecraft/textures/entity/banner/skull.png differ diff --git a/assets/minecraft/textures/entity/banner/small_stripes.png b/assets/minecraft/textures/entity/banner/small_stripes.png new file mode 100644 index 0000000..fb5aade Binary files /dev/null and b/assets/minecraft/textures/entity/banner/small_stripes.png differ diff --git a/assets/minecraft/textures/entity/banner/square_bottom_left.png b/assets/minecraft/textures/entity/banner/square_bottom_left.png new file mode 100644 index 0000000..88363e1 Binary files /dev/null and b/assets/minecraft/textures/entity/banner/square_bottom_left.png differ diff --git a/assets/minecraft/textures/entity/banner/square_bottom_right.png b/assets/minecraft/textures/entity/banner/square_bottom_right.png new file mode 100644 index 0000000..4b92adf Binary files /dev/null and b/assets/minecraft/textures/entity/banner/square_bottom_right.png differ diff --git a/assets/minecraft/textures/entity/banner/square_top_left.png b/assets/minecraft/textures/entity/banner/square_top_left.png new file mode 100644 index 0000000..133cb79 Binary files /dev/null and b/assets/minecraft/textures/entity/banner/square_top_left.png differ diff --git a/assets/minecraft/textures/entity/banner/square_top_right.png b/assets/minecraft/textures/entity/banner/square_top_right.png new file mode 100644 index 0000000..e1130f4 Binary files /dev/null and b/assets/minecraft/textures/entity/banner/square_top_right.png differ diff --git a/assets/minecraft/textures/entity/banner/straight_cross.png b/assets/minecraft/textures/entity/banner/straight_cross.png new file mode 100644 index 0000000..2169882 Binary files /dev/null and b/assets/minecraft/textures/entity/banner/straight_cross.png differ diff --git a/assets/minecraft/textures/entity/banner/stripe_bottom.png b/assets/minecraft/textures/entity/banner/stripe_bottom.png new file mode 100644 index 0000000..232f70d Binary files /dev/null and b/assets/minecraft/textures/entity/banner/stripe_bottom.png differ diff --git a/assets/minecraft/textures/entity/banner/stripe_center.png b/assets/minecraft/textures/entity/banner/stripe_center.png new file mode 100644 index 0000000..1e097b2 Binary files /dev/null and b/assets/minecraft/textures/entity/banner/stripe_center.png differ diff --git a/assets/minecraft/textures/entity/banner/stripe_downleft.png b/assets/minecraft/textures/entity/banner/stripe_downleft.png new file mode 100644 index 0000000..64aebe0 Binary files /dev/null and b/assets/minecraft/textures/entity/banner/stripe_downleft.png differ diff --git a/assets/minecraft/textures/entity/banner/stripe_downright.png b/assets/minecraft/textures/entity/banner/stripe_downright.png new file mode 100644 index 0000000..1f870b5 Binary files /dev/null and b/assets/minecraft/textures/entity/banner/stripe_downright.png differ diff --git a/assets/minecraft/textures/entity/banner/stripe_left.png b/assets/minecraft/textures/entity/banner/stripe_left.png new file mode 100644 index 0000000..eed6576 Binary files /dev/null and b/assets/minecraft/textures/entity/banner/stripe_left.png differ diff --git a/assets/minecraft/textures/entity/banner/stripe_middle.png b/assets/minecraft/textures/entity/banner/stripe_middle.png new file mode 100644 index 0000000..b5bcf4f Binary files /dev/null and b/assets/minecraft/textures/entity/banner/stripe_middle.png differ diff --git a/assets/minecraft/textures/entity/banner/stripe_right.png b/assets/minecraft/textures/entity/banner/stripe_right.png new file mode 100644 index 0000000..cf3dced Binary files /dev/null and b/assets/minecraft/textures/entity/banner/stripe_right.png differ diff --git a/assets/minecraft/textures/entity/banner/stripe_top.png b/assets/minecraft/textures/entity/banner/stripe_top.png new file mode 100644 index 0000000..b734a4c Binary files /dev/null and b/assets/minecraft/textures/entity/banner/stripe_top.png differ diff --git a/assets/minecraft/textures/entity/banner/triangle_bottom.png b/assets/minecraft/textures/entity/banner/triangle_bottom.png new file mode 100644 index 0000000..c127b15 Binary files /dev/null and b/assets/minecraft/textures/entity/banner/triangle_bottom.png differ diff --git a/assets/minecraft/textures/entity/banner/triangle_top.png b/assets/minecraft/textures/entity/banner/triangle_top.png new file mode 100644 index 0000000..56da1f3 Binary files /dev/null and b/assets/minecraft/textures/entity/banner/triangle_top.png differ diff --git a/assets/minecraft/textures/entity/banner/triangles_bottom.png b/assets/minecraft/textures/entity/banner/triangles_bottom.png new file mode 100644 index 0000000..7c5b203 Binary files /dev/null and b/assets/minecraft/textures/entity/banner/triangles_bottom.png differ diff --git a/assets/minecraft/textures/entity/banner/triangles_top.png b/assets/minecraft/textures/entity/banner/triangles_top.png new file mode 100644 index 0000000..7ab7fb2 Binary files /dev/null and b/assets/minecraft/textures/entity/banner/triangles_top.png differ diff --git a/assets/minecraft/textures/entity/banner_base.png b/assets/minecraft/textures/entity/banner_base.png new file mode 100644 index 0000000..99e0a8f Binary files /dev/null and b/assets/minecraft/textures/entity/banner_base.png differ diff --git a/assets/minecraft/textures/entity/bat.png b/assets/minecraft/textures/entity/bat.png new file mode 100644 index 0000000..986a180 Binary files /dev/null and b/assets/minecraft/textures/entity/bat.png differ diff --git a/assets/minecraft/textures/entity/beacon_beam.png b/assets/minecraft/textures/entity/beacon_beam.png new file mode 100644 index 0000000..843a6fb Binary files /dev/null and b/assets/minecraft/textures/entity/beacon_beam.png differ diff --git a/assets/minecraft/textures/entity/bear/polarbear.png b/assets/minecraft/textures/entity/bear/polarbear.png new file mode 100644 index 0000000..f1027f6 Binary files /dev/null and b/assets/minecraft/textures/entity/bear/polarbear.png differ diff --git a/assets/minecraft/textures/entity/bed/black.png b/assets/minecraft/textures/entity/bed/black.png new file mode 100644 index 0000000..08734cc Binary files /dev/null and b/assets/minecraft/textures/entity/bed/black.png differ diff --git a/assets/minecraft/textures/entity/bed/blue.png b/assets/minecraft/textures/entity/bed/blue.png new file mode 100644 index 0000000..86173d6 Binary files /dev/null and b/assets/minecraft/textures/entity/bed/blue.png differ diff --git a/assets/minecraft/textures/entity/bed/brown.png b/assets/minecraft/textures/entity/bed/brown.png new file mode 100644 index 0000000..8cd065e Binary files /dev/null and b/assets/minecraft/textures/entity/bed/brown.png differ diff --git a/assets/minecraft/textures/entity/bed/cyan.png b/assets/minecraft/textures/entity/bed/cyan.png new file mode 100644 index 0000000..b5470bb Binary files /dev/null and b/assets/minecraft/textures/entity/bed/cyan.png differ diff --git a/assets/minecraft/textures/entity/bed/gray.png b/assets/minecraft/textures/entity/bed/gray.png new file mode 100644 index 0000000..20510c7 Binary files /dev/null and b/assets/minecraft/textures/entity/bed/gray.png differ diff --git a/assets/minecraft/textures/entity/bed/green.png b/assets/minecraft/textures/entity/bed/green.png new file mode 100644 index 0000000..fd845d4 Binary files /dev/null and b/assets/minecraft/textures/entity/bed/green.png differ diff --git a/assets/minecraft/textures/entity/bed/light_blue.png b/assets/minecraft/textures/entity/bed/light_blue.png new file mode 100644 index 0000000..3d7867c Binary files /dev/null and b/assets/minecraft/textures/entity/bed/light_blue.png differ diff --git a/assets/minecraft/textures/entity/bed/light_gray.png b/assets/minecraft/textures/entity/bed/light_gray.png new file mode 100644 index 0000000..b2b2fb0 Binary files /dev/null and b/assets/minecraft/textures/entity/bed/light_gray.png differ diff --git a/assets/minecraft/textures/entity/bed/lime.png b/assets/minecraft/textures/entity/bed/lime.png new file mode 100644 index 0000000..d4a6616 Binary files /dev/null and b/assets/minecraft/textures/entity/bed/lime.png differ diff --git a/assets/minecraft/textures/entity/bed/magenta.png b/assets/minecraft/textures/entity/bed/magenta.png new file mode 100644 index 0000000..e694f67 Binary files /dev/null and b/assets/minecraft/textures/entity/bed/magenta.png differ diff --git a/assets/minecraft/textures/entity/bed/orange.png b/assets/minecraft/textures/entity/bed/orange.png new file mode 100644 index 0000000..7b7a8d5 Binary files /dev/null and b/assets/minecraft/textures/entity/bed/orange.png differ diff --git a/assets/minecraft/textures/entity/bed/pink.png b/assets/minecraft/textures/entity/bed/pink.png new file mode 100644 index 0000000..9d5db27 Binary files /dev/null and b/assets/minecraft/textures/entity/bed/pink.png differ diff --git a/assets/minecraft/textures/entity/bed/purple.png b/assets/minecraft/textures/entity/bed/purple.png new file mode 100644 index 0000000..8ca096d Binary files /dev/null and b/assets/minecraft/textures/entity/bed/purple.png differ diff --git a/assets/minecraft/textures/entity/bed/red.png b/assets/minecraft/textures/entity/bed/red.png new file mode 100644 index 0000000..d6ee9a1 Binary files /dev/null and b/assets/minecraft/textures/entity/bed/red.png differ diff --git a/assets/minecraft/textures/entity/bed/white.png b/assets/minecraft/textures/entity/bed/white.png new file mode 100644 index 0000000..cf64fa5 Binary files /dev/null and b/assets/minecraft/textures/entity/bed/white.png differ diff --git a/assets/minecraft/textures/entity/bed/yellow.png b/assets/minecraft/textures/entity/bed/yellow.png new file mode 100644 index 0000000..278f204 Binary files /dev/null and b/assets/minecraft/textures/entity/bed/yellow.png differ diff --git a/assets/minecraft/textures/entity/bee/bee.png b/assets/minecraft/textures/entity/bee/bee.png new file mode 100644 index 0000000..1509cd0 Binary files /dev/null and b/assets/minecraft/textures/entity/bee/bee.png differ diff --git a/assets/minecraft/textures/entity/bee/bee_angry.png b/assets/minecraft/textures/entity/bee/bee_angry.png new file mode 100644 index 0000000..93df3bc Binary files /dev/null and b/assets/minecraft/textures/entity/bee/bee_angry.png differ diff --git a/assets/minecraft/textures/entity/bee/bee_angry_nectar.png b/assets/minecraft/textures/entity/bee/bee_angry_nectar.png new file mode 100644 index 0000000..cd16cc1 Binary files /dev/null and b/assets/minecraft/textures/entity/bee/bee_angry_nectar.png differ diff --git a/assets/minecraft/textures/entity/bee/bee_nectar.png b/assets/minecraft/textures/entity/bee/bee_nectar.png new file mode 100644 index 0000000..2d44c66 Binary files /dev/null and b/assets/minecraft/textures/entity/bee/bee_nectar.png differ diff --git a/assets/minecraft/textures/entity/bee/bee_stinger.png b/assets/minecraft/textures/entity/bee/bee_stinger.png new file mode 100644 index 0000000..d17f4dc Binary files /dev/null and b/assets/minecraft/textures/entity/bee/bee_stinger.png differ diff --git a/assets/minecraft/textures/entity/bell/bell_body.png b/assets/minecraft/textures/entity/bell/bell_body.png new file mode 100644 index 0000000..56cc7e0 Binary files /dev/null and b/assets/minecraft/textures/entity/bell/bell_body.png differ diff --git a/assets/minecraft/textures/entity/blaze.png b/assets/minecraft/textures/entity/blaze.png new file mode 100644 index 0000000..b7d795b Binary files /dev/null and b/assets/minecraft/textures/entity/blaze.png differ diff --git a/assets/minecraft/textures/entity/boat/acacia.png b/assets/minecraft/textures/entity/boat/acacia.png new file mode 100644 index 0000000..aaf4994 Binary files /dev/null and b/assets/minecraft/textures/entity/boat/acacia.png differ diff --git a/assets/minecraft/textures/entity/boat/birch.png b/assets/minecraft/textures/entity/boat/birch.png new file mode 100644 index 0000000..463b229 Binary files /dev/null and b/assets/minecraft/textures/entity/boat/birch.png differ diff --git a/assets/minecraft/textures/entity/boat/dark_oak.png b/assets/minecraft/textures/entity/boat/dark_oak.png new file mode 100644 index 0000000..e33113c Binary files /dev/null and b/assets/minecraft/textures/entity/boat/dark_oak.png differ diff --git a/assets/minecraft/textures/entity/boat/jungle.png b/assets/minecraft/textures/entity/boat/jungle.png new file mode 100644 index 0000000..ada217e Binary files /dev/null and b/assets/minecraft/textures/entity/boat/jungle.png differ diff --git a/assets/minecraft/textures/entity/boat/oak.png b/assets/minecraft/textures/entity/boat/oak.png new file mode 100644 index 0000000..008fda0 Binary files /dev/null and b/assets/minecraft/textures/entity/boat/oak.png differ diff --git a/assets/minecraft/textures/entity/boat/spruce.png b/assets/minecraft/textures/entity/boat/spruce.png new file mode 100644 index 0000000..00f1ba4 Binary files /dev/null and b/assets/minecraft/textures/entity/boat/spruce.png differ diff --git a/assets/minecraft/textures/entity/cat/all_black.png b/assets/minecraft/textures/entity/cat/all_black.png new file mode 100644 index 0000000..66be34a Binary files /dev/null and b/assets/minecraft/textures/entity/cat/all_black.png differ diff --git a/assets/minecraft/textures/entity/cat/black.png b/assets/minecraft/textures/entity/cat/black.png new file mode 100644 index 0000000..55333af Binary files /dev/null and b/assets/minecraft/textures/entity/cat/black.png differ diff --git a/assets/minecraft/textures/entity/cat/british_shorthair.png b/assets/minecraft/textures/entity/cat/british_shorthair.png new file mode 100644 index 0000000..01b2f8e Binary files /dev/null and b/assets/minecraft/textures/entity/cat/british_shorthair.png differ diff --git a/assets/minecraft/textures/entity/cat/calico.png b/assets/minecraft/textures/entity/cat/calico.png new file mode 100644 index 0000000..cc9c450 Binary files /dev/null and b/assets/minecraft/textures/entity/cat/calico.png differ diff --git a/assets/minecraft/textures/entity/cat/cat_collar.png b/assets/minecraft/textures/entity/cat/cat_collar.png new file mode 100644 index 0000000..bc1b17b Binary files /dev/null and b/assets/minecraft/textures/entity/cat/cat_collar.png differ diff --git a/assets/minecraft/textures/entity/cat/jellie.png b/assets/minecraft/textures/entity/cat/jellie.png new file mode 100644 index 0000000..f46287a Binary files /dev/null and b/assets/minecraft/textures/entity/cat/jellie.png differ diff --git a/assets/minecraft/textures/entity/cat/ocelot.png b/assets/minecraft/textures/entity/cat/ocelot.png new file mode 100644 index 0000000..ac0167f Binary files /dev/null and b/assets/minecraft/textures/entity/cat/ocelot.png differ diff --git a/assets/minecraft/textures/entity/cat/persian.png b/assets/minecraft/textures/entity/cat/persian.png new file mode 100644 index 0000000..68399da Binary files /dev/null and b/assets/minecraft/textures/entity/cat/persian.png differ diff --git a/assets/minecraft/textures/entity/cat/ragdoll.png b/assets/minecraft/textures/entity/cat/ragdoll.png new file mode 100644 index 0000000..13c8d5a Binary files /dev/null and b/assets/minecraft/textures/entity/cat/ragdoll.png differ diff --git a/assets/minecraft/textures/entity/cat/red.png b/assets/minecraft/textures/entity/cat/red.png new file mode 100644 index 0000000..85d1644 Binary files /dev/null and b/assets/minecraft/textures/entity/cat/red.png differ diff --git a/assets/minecraft/textures/entity/cat/siamese.png b/assets/minecraft/textures/entity/cat/siamese.png new file mode 100644 index 0000000..ef2134d Binary files /dev/null and b/assets/minecraft/textures/entity/cat/siamese.png differ diff --git a/assets/minecraft/textures/entity/cat/tabby.png b/assets/minecraft/textures/entity/cat/tabby.png new file mode 100644 index 0000000..4d353bb Binary files /dev/null and b/assets/minecraft/textures/entity/cat/tabby.png differ diff --git a/assets/minecraft/textures/entity/cat/white.png b/assets/minecraft/textures/entity/cat/white.png new file mode 100644 index 0000000..1a09252 Binary files /dev/null and b/assets/minecraft/textures/entity/cat/white.png differ diff --git a/assets/minecraft/textures/entity/chest/ender.png b/assets/minecraft/textures/entity/chest/ender.png new file mode 100644 index 0000000..fa287d8 Binary files /dev/null and b/assets/minecraft/textures/entity/chest/ender.png differ diff --git a/assets/minecraft/textures/entity/chest/enderold.png b/assets/minecraft/textures/entity/chest/enderold.png new file mode 100644 index 0000000..4f61618 Binary files /dev/null and b/assets/minecraft/textures/entity/chest/enderold.png differ diff --git a/assets/minecraft/textures/entity/chest/normal.png b/assets/minecraft/textures/entity/chest/normal.png new file mode 100644 index 0000000..0b7e46a Binary files /dev/null and b/assets/minecraft/textures/entity/chest/normal.png differ diff --git a/assets/minecraft/textures/entity/chest/normal_left.png b/assets/minecraft/textures/entity/chest/normal_left.png new file mode 100644 index 0000000..54caadb Binary files /dev/null and b/assets/minecraft/textures/entity/chest/normal_left.png differ diff --git a/assets/minecraft/textures/entity/chest/normal_right.png b/assets/minecraft/textures/entity/chest/normal_right.png new file mode 100644 index 0000000..a45499a Binary files /dev/null and b/assets/minecraft/textures/entity/chest/normal_right.png differ diff --git a/assets/minecraft/textures/entity/chest/trapped.png b/assets/minecraft/textures/entity/chest/trapped.png new file mode 100644 index 0000000..230d05b Binary files /dev/null and b/assets/minecraft/textures/entity/chest/trapped.png differ diff --git a/assets/minecraft/textures/entity/chest/trapped_left.png b/assets/minecraft/textures/entity/chest/trapped_left.png new file mode 100644 index 0000000..6b32957 Binary files /dev/null and b/assets/minecraft/textures/entity/chest/trapped_left.png differ diff --git a/assets/minecraft/textures/entity/chest/trapped_right.png b/assets/minecraft/textures/entity/chest/trapped_right.png new file mode 100644 index 0000000..1eabf87 Binary files /dev/null and b/assets/minecraft/textures/entity/chest/trapped_right.png differ diff --git a/assets/minecraft/textures/entity/chicken.png b/assets/minecraft/textures/entity/chicken.png new file mode 100644 index 0000000..49502d5 Binary files /dev/null and b/assets/minecraft/textures/entity/chicken.png differ diff --git a/assets/minecraft/textures/entity/conduit/base.png b/assets/minecraft/textures/entity/conduit/base.png new file mode 100644 index 0000000..dfc0bae Binary files /dev/null and b/assets/minecraft/textures/entity/conduit/base.png differ diff --git a/assets/minecraft/textures/entity/conduit/break_particle.png b/assets/minecraft/textures/entity/conduit/break_particle.png new file mode 100644 index 0000000..78e0416 Binary files /dev/null and b/assets/minecraft/textures/entity/conduit/break_particle.png differ diff --git a/assets/minecraft/textures/entity/conduit/cage.png b/assets/minecraft/textures/entity/conduit/cage.png new file mode 100644 index 0000000..fe51d42 Binary files /dev/null and b/assets/minecraft/textures/entity/conduit/cage.png differ diff --git a/assets/minecraft/textures/entity/conduit/closed_eye.png b/assets/minecraft/textures/entity/conduit/closed_eye.png new file mode 100644 index 0000000..de10d8c Binary files /dev/null and b/assets/minecraft/textures/entity/conduit/closed_eye.png differ diff --git a/assets/minecraft/textures/entity/conduit/open_eye.png b/assets/minecraft/textures/entity/conduit/open_eye.png new file mode 100644 index 0000000..8a5d1b0 Binary files /dev/null and b/assets/minecraft/textures/entity/conduit/open_eye.png differ diff --git a/assets/minecraft/textures/entity/conduit/wind.png b/assets/minecraft/textures/entity/conduit/wind.png new file mode 100644 index 0000000..3287fe2 Binary files /dev/null and b/assets/minecraft/textures/entity/conduit/wind.png differ diff --git a/assets/minecraft/textures/entity/conduit/wind.png.mcmeta b/assets/minecraft/textures/entity/conduit/wind.png.mcmeta new file mode 100644 index 0000000..93f0855 --- /dev/null +++ b/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/assets/minecraft/textures/entity/conduit/wind_vertical.png b/assets/minecraft/textures/entity/conduit/wind_vertical.png new file mode 100644 index 0000000..a5f38ce Binary files /dev/null and b/assets/minecraft/textures/entity/conduit/wind_vertical.png differ diff --git a/assets/minecraft/textures/entity/conduit/wind_vertical.png.mcmeta b/assets/minecraft/textures/entity/conduit/wind_vertical.png.mcmeta new file mode 100644 index 0000000..93f0855 --- /dev/null +++ b/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/assets/minecraft/textures/entity/cow/brown_mooshroom.png b/assets/minecraft/textures/entity/cow/brown_mooshroom.png new file mode 100644 index 0000000..fb2e678 Binary files /dev/null and b/assets/minecraft/textures/entity/cow/brown_mooshroom.png differ diff --git a/assets/minecraft/textures/entity/cow/cow.png b/assets/minecraft/textures/entity/cow/cow.png new file mode 100644 index 0000000..48135a8 Binary files /dev/null and b/assets/minecraft/textures/entity/cow/cow.png differ diff --git a/assets/minecraft/textures/entity/cow/mooshroom.png b/assets/minecraft/textures/entity/cow/mooshroom.png new file mode 100644 index 0000000..cb56839 Binary files /dev/null and b/assets/minecraft/textures/entity/cow/mooshroom.png differ diff --git a/assets/minecraft/textures/entity/cow/red_mooshroom.png b/assets/minecraft/textures/entity/cow/red_mooshroom.png new file mode 100644 index 0000000..180f514 Binary files /dev/null and b/assets/minecraft/textures/entity/cow/red_mooshroom.png differ diff --git a/assets/minecraft/textures/entity/creeper/creeper.png b/assets/minecraft/textures/entity/creeper/creeper.png new file mode 100644 index 0000000..5526f91 Binary files /dev/null and b/assets/minecraft/textures/entity/creeper/creeper.png differ diff --git a/assets/minecraft/textures/entity/dolphin.png b/assets/minecraft/textures/entity/dolphin.png new file mode 100644 index 0000000..babbea7 Binary files /dev/null and b/assets/minecraft/textures/entity/dolphin.png differ diff --git a/assets/minecraft/textures/entity/elytra.png b/assets/minecraft/textures/entity/elytra.png new file mode 100644 index 0000000..917baf5 Binary files /dev/null and b/assets/minecraft/textures/entity/elytra.png differ diff --git a/assets/minecraft/textures/entity/enchanting_table_book.png b/assets/minecraft/textures/entity/enchanting_table_book.png new file mode 100644 index 0000000..fe6acf6 Binary files /dev/null and b/assets/minecraft/textures/entity/enchanting_table_book.png differ diff --git a/assets/minecraft/textures/entity/end_crystal/desktop.ini b/assets/minecraft/textures/entity/end_crystal/desktop.ini new file mode 100644 index 0000000..32e4c7e --- /dev/null +++ b/assets/minecraft/textures/entity/end_crystal/desktop.ini @@ -0,0 +1,4 @@ +[ViewState] +Mode= +Vid= +FolderType=Pictures diff --git a/assets/minecraft/textures/entity/end_crystal/end_crystal.png b/assets/minecraft/textures/entity/end_crystal/end_crystal.png new file mode 100644 index 0000000..0500920 Binary files /dev/null and b/assets/minecraft/textures/entity/end_crystal/end_crystal.png differ diff --git a/assets/minecraft/textures/entity/end_crystal/end_crystal_beam.png b/assets/minecraft/textures/entity/end_crystal/end_crystal_beam.png new file mode 100644 index 0000000..1259a5d Binary files /dev/null and b/assets/minecraft/textures/entity/end_crystal/end_crystal_beam.png differ diff --git a/assets/minecraft/textures/entity/end_gateway_beam.png b/assets/minecraft/textures/entity/end_gateway_beam.png new file mode 100644 index 0000000..843a6fb Binary files /dev/null and b/assets/minecraft/textures/entity/end_gateway_beam.png differ diff --git a/assets/minecraft/textures/entity/end_portal.png b/assets/minecraft/textures/entity/end_portal.png new file mode 100644 index 0000000..c8c5641 Binary files /dev/null and b/assets/minecraft/textures/entity/end_portal.png differ diff --git a/assets/minecraft/textures/entity/enderdragon/dragon.png b/assets/minecraft/textures/entity/enderdragon/dragon.png new file mode 100644 index 0000000..05c7d7e Binary files /dev/null and b/assets/minecraft/textures/entity/enderdragon/dragon.png differ diff --git a/assets/minecraft/textures/entity/enderdragon/dragon_exploding.png b/assets/minecraft/textures/entity/enderdragon/dragon_exploding.png new file mode 100644 index 0000000..a47a373 Binary files /dev/null and b/assets/minecraft/textures/entity/enderdragon/dragon_exploding.png differ diff --git a/assets/minecraft/textures/entity/enderdragon/dragon_eyes.png b/assets/minecraft/textures/entity/enderdragon/dragon_eyes.png new file mode 100644 index 0000000..146d604 Binary files /dev/null and b/assets/minecraft/textures/entity/enderdragon/dragon_eyes.png differ diff --git a/assets/minecraft/textures/entity/enderdragon/dragon_fireball.png b/assets/minecraft/textures/entity/enderdragon/dragon_fireball.png new file mode 100644 index 0000000..2a3fe55 Binary files /dev/null and b/assets/minecraft/textures/entity/enderdragon/dragon_fireball.png differ diff --git a/assets/minecraft/textures/entity/enderman/enderman.png b/assets/minecraft/textures/entity/enderman/enderman.png new file mode 100644 index 0000000..262409f Binary files /dev/null and b/assets/minecraft/textures/entity/enderman/enderman.png differ diff --git a/assets/minecraft/textures/entity/enderman/enderman_eyes.png b/assets/minecraft/textures/entity/enderman/enderman_eyes.png new file mode 100644 index 0000000..b5a80d7 Binary files /dev/null and b/assets/minecraft/textures/entity/enderman/enderman_eyes.png differ diff --git a/assets/minecraft/textures/entity/endermite.png b/assets/minecraft/textures/entity/endermite.png new file mode 100644 index 0000000..a1be4c3 Binary files /dev/null and b/assets/minecraft/textures/entity/endermite.png differ diff --git a/assets/minecraft/textures/entity/experience_orb.png b/assets/minecraft/textures/entity/experience_orb.png new file mode 100644 index 0000000..386da77 Binary files /dev/null and b/assets/minecraft/textures/entity/experience_orb.png differ diff --git a/assets/minecraft/textures/entity/explosion.png b/assets/minecraft/textures/entity/explosion.png new file mode 100644 index 0000000..0549967 Binary files /dev/null and b/assets/minecraft/textures/entity/explosion.png differ diff --git a/assets/minecraft/textures/entity/fish/cod.png b/assets/minecraft/textures/entity/fish/cod.png new file mode 100644 index 0000000..ce02e8a Binary files /dev/null and b/assets/minecraft/textures/entity/fish/cod.png differ diff --git a/assets/minecraft/textures/entity/fish/pufferfish.png b/assets/minecraft/textures/entity/fish/pufferfish.png new file mode 100644 index 0000000..8dbf034 Binary files /dev/null and b/assets/minecraft/textures/entity/fish/pufferfish.png differ diff --git a/assets/minecraft/textures/entity/fish/salmon.png b/assets/minecraft/textures/entity/fish/salmon.png new file mode 100644 index 0000000..c2dc439 Binary files /dev/null and b/assets/minecraft/textures/entity/fish/salmon.png differ diff --git a/assets/minecraft/textures/entity/fish/tropical_a.png b/assets/minecraft/textures/entity/fish/tropical_a.png new file mode 100644 index 0000000..4e94a2a Binary files /dev/null and b/assets/minecraft/textures/entity/fish/tropical_a.png differ diff --git a/assets/minecraft/textures/entity/fish/tropical_a_pattern_1.png b/assets/minecraft/textures/entity/fish/tropical_a_pattern_1.png new file mode 100644 index 0000000..d1ca7bb Binary files /dev/null and b/assets/minecraft/textures/entity/fish/tropical_a_pattern_1.png differ diff --git a/assets/minecraft/textures/entity/fish/tropical_a_pattern_2.png b/assets/minecraft/textures/entity/fish/tropical_a_pattern_2.png new file mode 100644 index 0000000..02d5a8d Binary files /dev/null and b/assets/minecraft/textures/entity/fish/tropical_a_pattern_2.png differ diff --git a/assets/minecraft/textures/entity/fish/tropical_a_pattern_3.png b/assets/minecraft/textures/entity/fish/tropical_a_pattern_3.png new file mode 100644 index 0000000..1caab9a Binary files /dev/null and b/assets/minecraft/textures/entity/fish/tropical_a_pattern_3.png differ diff --git a/assets/minecraft/textures/entity/fish/tropical_a_pattern_4.png b/assets/minecraft/textures/entity/fish/tropical_a_pattern_4.png new file mode 100644 index 0000000..a2c7fa2 Binary files /dev/null and b/assets/minecraft/textures/entity/fish/tropical_a_pattern_4.png differ diff --git a/assets/minecraft/textures/entity/fish/tropical_a_pattern_5.png b/assets/minecraft/textures/entity/fish/tropical_a_pattern_5.png new file mode 100644 index 0000000..2df3dc5 Binary files /dev/null and b/assets/minecraft/textures/entity/fish/tropical_a_pattern_5.png differ diff --git a/assets/minecraft/textures/entity/fish/tropical_a_pattern_6.png b/assets/minecraft/textures/entity/fish/tropical_a_pattern_6.png new file mode 100644 index 0000000..06ed836 Binary files /dev/null and b/assets/minecraft/textures/entity/fish/tropical_a_pattern_6.png differ diff --git a/assets/minecraft/textures/entity/fish/tropical_b.png b/assets/minecraft/textures/entity/fish/tropical_b.png new file mode 100644 index 0000000..7de4312 Binary files /dev/null and b/assets/minecraft/textures/entity/fish/tropical_b.png differ diff --git a/assets/minecraft/textures/entity/fish/tropical_b_pattern_1.png b/assets/minecraft/textures/entity/fish/tropical_b_pattern_1.png new file mode 100644 index 0000000..5b19c28 Binary files /dev/null and b/assets/minecraft/textures/entity/fish/tropical_b_pattern_1.png differ diff --git a/assets/minecraft/textures/entity/fish/tropical_b_pattern_2.png b/assets/minecraft/textures/entity/fish/tropical_b_pattern_2.png new file mode 100644 index 0000000..948154d Binary files /dev/null and b/assets/minecraft/textures/entity/fish/tropical_b_pattern_2.png differ diff --git a/assets/minecraft/textures/entity/fish/tropical_b_pattern_3.png b/assets/minecraft/textures/entity/fish/tropical_b_pattern_3.png new file mode 100644 index 0000000..0c948d2 Binary files /dev/null and b/assets/minecraft/textures/entity/fish/tropical_b_pattern_3.png differ diff --git a/assets/minecraft/textures/entity/fish/tropical_b_pattern_4.png b/assets/minecraft/textures/entity/fish/tropical_b_pattern_4.png new file mode 100644 index 0000000..0ecf740 Binary files /dev/null and b/assets/minecraft/textures/entity/fish/tropical_b_pattern_4.png differ diff --git a/assets/minecraft/textures/entity/fish/tropical_b_pattern_5.png b/assets/minecraft/textures/entity/fish/tropical_b_pattern_5.png new file mode 100644 index 0000000..ce941a2 Binary files /dev/null and b/assets/minecraft/textures/entity/fish/tropical_b_pattern_5.png differ diff --git a/assets/minecraft/textures/entity/fish/tropical_b_pattern_6.png b/assets/minecraft/textures/entity/fish/tropical_b_pattern_6.png new file mode 100644 index 0000000..61f7019 Binary files /dev/null and b/assets/minecraft/textures/entity/fish/tropical_b_pattern_6.png differ diff --git a/assets/minecraft/textures/entity/fishing_hook.png b/assets/minecraft/textures/entity/fishing_hook.png new file mode 100644 index 0000000..671c9d3 Binary files /dev/null and b/assets/minecraft/textures/entity/fishing_hook.png differ diff --git a/assets/minecraft/textures/entity/fox/fox.png b/assets/minecraft/textures/entity/fox/fox.png new file mode 100644 index 0000000..32e8532 Binary files /dev/null and b/assets/minecraft/textures/entity/fox/fox.png differ diff --git a/assets/minecraft/textures/entity/fox/fox_sleep.png b/assets/minecraft/textures/entity/fox/fox_sleep.png new file mode 100644 index 0000000..cbbc9a7 Binary files /dev/null and b/assets/minecraft/textures/entity/fox/fox_sleep.png differ diff --git a/assets/minecraft/textures/entity/fox/snow_fox.png b/assets/minecraft/textures/entity/fox/snow_fox.png new file mode 100644 index 0000000..a41fb53 Binary files /dev/null and b/assets/minecraft/textures/entity/fox/snow_fox.png differ diff --git a/assets/minecraft/textures/entity/fox/snow_fox_sleep.png b/assets/minecraft/textures/entity/fox/snow_fox_sleep.png new file mode 100644 index 0000000..e71ae7b Binary files /dev/null and b/assets/minecraft/textures/entity/fox/snow_fox_sleep.png differ diff --git a/assets/minecraft/textures/entity/ghast/ghast.png b/assets/minecraft/textures/entity/ghast/ghast.png new file mode 100644 index 0000000..3174545 Binary files /dev/null and b/assets/minecraft/textures/entity/ghast/ghast.png differ diff --git a/assets/minecraft/textures/entity/ghast/ghast_shooting.png b/assets/minecraft/textures/entity/ghast/ghast_shooting.png new file mode 100644 index 0000000..bf33470 Binary files /dev/null and b/assets/minecraft/textures/entity/ghast/ghast_shooting.png differ diff --git a/assets/minecraft/textures/entity/guardian.png b/assets/minecraft/textures/entity/guardian.png new file mode 100644 index 0000000..33c7ab6 Binary files /dev/null and b/assets/minecraft/textures/entity/guardian.png differ diff --git a/assets/minecraft/textures/entity/guardian_elder.png b/assets/minecraft/textures/entity/guardian_elder.png new file mode 100644 index 0000000..41625d1 Binary files /dev/null and b/assets/minecraft/textures/entity/guardian_elder.png differ diff --git a/assets/minecraft/textures/entity/horse/armor/horse_armor_diamond.png b/assets/minecraft/textures/entity/horse/armor/horse_armor_diamond.png new file mode 100644 index 0000000..f7d9575 Binary files /dev/null and b/assets/minecraft/textures/entity/horse/armor/horse_armor_diamond.png differ diff --git a/assets/minecraft/textures/entity/horse/armor/horse_armor_gold.png b/assets/minecraft/textures/entity/horse/armor/horse_armor_gold.png new file mode 100644 index 0000000..7ae7c78 Binary files /dev/null and b/assets/minecraft/textures/entity/horse/armor/horse_armor_gold.png differ diff --git a/assets/minecraft/textures/entity/horse/armor/horse_armor_iron.png b/assets/minecraft/textures/entity/horse/armor/horse_armor_iron.png new file mode 100644 index 0000000..b8cc6f4 Binary files /dev/null and b/assets/minecraft/textures/entity/horse/armor/horse_armor_iron.png differ diff --git a/assets/minecraft/textures/entity/horse/armor/horse_armor_leather.png b/assets/minecraft/textures/entity/horse/armor/horse_armor_leather.png new file mode 100644 index 0000000..0c110da Binary files /dev/null and b/assets/minecraft/textures/entity/horse/armor/horse_armor_leather.png differ diff --git a/assets/minecraft/textures/entity/horse/donkey.png b/assets/minecraft/textures/entity/horse/donkey.png new file mode 100644 index 0000000..bc0112a Binary files /dev/null and b/assets/minecraft/textures/entity/horse/donkey.png differ diff --git a/assets/minecraft/textures/entity/horse/horse_black.png b/assets/minecraft/textures/entity/horse/horse_black.png new file mode 100644 index 0000000..f3c3c5e Binary files /dev/null and b/assets/minecraft/textures/entity/horse/horse_black.png differ diff --git a/assets/minecraft/textures/entity/horse/horse_brown.png b/assets/minecraft/textures/entity/horse/horse_brown.png new file mode 100644 index 0000000..b4dc2f1 Binary files /dev/null and b/assets/minecraft/textures/entity/horse/horse_brown.png differ diff --git a/assets/minecraft/textures/entity/horse/horse_chestnut.png b/assets/minecraft/textures/entity/horse/horse_chestnut.png new file mode 100644 index 0000000..ce28d4e Binary files /dev/null and b/assets/minecraft/textures/entity/horse/horse_chestnut.png differ diff --git a/assets/minecraft/textures/entity/horse/horse_creamy.png b/assets/minecraft/textures/entity/horse/horse_creamy.png new file mode 100644 index 0000000..53438ae Binary files /dev/null and b/assets/minecraft/textures/entity/horse/horse_creamy.png differ diff --git a/assets/minecraft/textures/entity/horse/horse_darkbrown.png b/assets/minecraft/textures/entity/horse/horse_darkbrown.png new file mode 100644 index 0000000..aef7010 Binary files /dev/null and b/assets/minecraft/textures/entity/horse/horse_darkbrown.png differ diff --git a/assets/minecraft/textures/entity/horse/horse_gray.png b/assets/minecraft/textures/entity/horse/horse_gray.png new file mode 100644 index 0000000..69da3a9 Binary files /dev/null and b/assets/minecraft/textures/entity/horse/horse_gray.png differ diff --git a/assets/minecraft/textures/entity/horse/horse_markings_blackdots.png b/assets/minecraft/textures/entity/horse/horse_markings_blackdots.png new file mode 100644 index 0000000..7fb3fc7 Binary files /dev/null and b/assets/minecraft/textures/entity/horse/horse_markings_blackdots.png differ diff --git a/assets/minecraft/textures/entity/horse/horse_markings_white.png b/assets/minecraft/textures/entity/horse/horse_markings_white.png new file mode 100644 index 0000000..7cb89a9 Binary files /dev/null and b/assets/minecraft/textures/entity/horse/horse_markings_white.png differ diff --git a/assets/minecraft/textures/entity/horse/horse_markings_whitedots.png b/assets/minecraft/textures/entity/horse/horse_markings_whitedots.png new file mode 100644 index 0000000..a030985 Binary files /dev/null and b/assets/minecraft/textures/entity/horse/horse_markings_whitedots.png differ diff --git a/assets/minecraft/textures/entity/horse/horse_markings_whitefield.png b/assets/minecraft/textures/entity/horse/horse_markings_whitefield.png new file mode 100644 index 0000000..4eb929f Binary files /dev/null and b/assets/minecraft/textures/entity/horse/horse_markings_whitefield.png differ diff --git a/assets/minecraft/textures/entity/horse/horse_skeleton.png b/assets/minecraft/textures/entity/horse/horse_skeleton.png new file mode 100644 index 0000000..159077f Binary files /dev/null and b/assets/minecraft/textures/entity/horse/horse_skeleton.png differ diff --git a/assets/minecraft/textures/entity/horse/horse_white.png b/assets/minecraft/textures/entity/horse/horse_white.png new file mode 100644 index 0000000..f391120 Binary files /dev/null and b/assets/minecraft/textures/entity/horse/horse_white.png differ diff --git a/assets/minecraft/textures/entity/horse/horse_zombie.png b/assets/minecraft/textures/entity/horse/horse_zombie.png new file mode 100644 index 0000000..f369b40 Binary files /dev/null and b/assets/minecraft/textures/entity/horse/horse_zombie.png differ diff --git a/assets/minecraft/textures/entity/horse/mule.png b/assets/minecraft/textures/entity/horse/mule.png new file mode 100644 index 0000000..a57b707 Binary files /dev/null and b/assets/minecraft/textures/entity/horse/mule.png differ diff --git a/assets/minecraft/textures/entity/illager/beast.png b/assets/minecraft/textures/entity/illager/beast.png new file mode 100644 index 0000000..f467338 Binary files /dev/null and b/assets/minecraft/textures/entity/illager/beast.png differ diff --git a/assets/minecraft/textures/entity/illager/evoker.png b/assets/minecraft/textures/entity/illager/evoker.png new file mode 100644 index 0000000..edc96cd Binary files /dev/null and b/assets/minecraft/textures/entity/illager/evoker.png differ diff --git a/assets/minecraft/textures/entity/illager/evoker_fangs.png b/assets/minecraft/textures/entity/illager/evoker_fangs.png new file mode 100644 index 0000000..a1f9fcd Binary files /dev/null and b/assets/minecraft/textures/entity/illager/evoker_fangs.png differ diff --git a/assets/minecraft/textures/entity/illager/illusioner.png b/assets/minecraft/textures/entity/illager/illusioner.png new file mode 100644 index 0000000..2fa0518 Binary files /dev/null and b/assets/minecraft/textures/entity/illager/illusioner.png differ diff --git a/assets/minecraft/textures/entity/illager/pillager.png b/assets/minecraft/textures/entity/illager/pillager.png new file mode 100644 index 0000000..102c790 Binary files /dev/null and b/assets/minecraft/textures/entity/illager/pillager.png differ diff --git a/assets/minecraft/textures/entity/illager/ravager.png b/assets/minecraft/textures/entity/illager/ravager.png new file mode 100644 index 0000000..264ae33 Binary files /dev/null and b/assets/minecraft/textures/entity/illager/ravager.png differ diff --git a/assets/minecraft/textures/entity/illager/vex.png b/assets/minecraft/textures/entity/illager/vex.png new file mode 100644 index 0000000..87e4981 Binary files /dev/null and b/assets/minecraft/textures/entity/illager/vex.png differ diff --git a/assets/minecraft/textures/entity/illager/vex_charging.png b/assets/minecraft/textures/entity/illager/vex_charging.png new file mode 100644 index 0000000..4af4925 Binary files /dev/null and b/assets/minecraft/textures/entity/illager/vex_charging.png differ diff --git a/assets/minecraft/textures/entity/illager/vindicator.png b/assets/minecraft/textures/entity/illager/vindicator.png new file mode 100644 index 0000000..54e01ab Binary files /dev/null and b/assets/minecraft/textures/entity/illager/vindicator.png differ diff --git a/assets/minecraft/textures/entity/iron_golem.png b/assets/minecraft/textures/entity/iron_golem.png new file mode 100644 index 0000000..094bb70 Binary files /dev/null and b/assets/minecraft/textures/entity/iron_golem.png differ diff --git a/assets/minecraft/textures/entity/iron_golem/iron_golem.png b/assets/minecraft/textures/entity/iron_golem/iron_golem.png new file mode 100644 index 0000000..193179e Binary files /dev/null and b/assets/minecraft/textures/entity/iron_golem/iron_golem.png differ diff --git a/assets/minecraft/textures/entity/iron_golem/iron_golem_crackiness_high.png b/assets/minecraft/textures/entity/iron_golem/iron_golem_crackiness_high.png new file mode 100644 index 0000000..9e0b2c2 Binary files /dev/null and b/assets/minecraft/textures/entity/iron_golem/iron_golem_crackiness_high.png differ diff --git a/assets/minecraft/textures/entity/iron_golem/iron_golem_crackiness_low.png b/assets/minecraft/textures/entity/iron_golem/iron_golem_crackiness_low.png new file mode 100644 index 0000000..5b3e7b0 Binary files /dev/null and b/assets/minecraft/textures/entity/iron_golem/iron_golem_crackiness_low.png differ diff --git a/assets/minecraft/textures/entity/iron_golem/iron_golem_crackiness_medium.png b/assets/minecraft/textures/entity/iron_golem/iron_golem_crackiness_medium.png new file mode 100644 index 0000000..b6898b1 Binary files /dev/null and b/assets/minecraft/textures/entity/iron_golem/iron_golem_crackiness_medium.png differ diff --git a/assets/minecraft/textures/entity/lead_knot.png b/assets/minecraft/textures/entity/lead_knot.png new file mode 100644 index 0000000..b8d3233 Binary files /dev/null and b/assets/minecraft/textures/entity/lead_knot.png differ diff --git a/assets/minecraft/textures/entity/llama/brown.png b/assets/minecraft/textures/entity/llama/brown.png new file mode 100644 index 0000000..ec6754c Binary files /dev/null and b/assets/minecraft/textures/entity/llama/brown.png differ diff --git a/assets/minecraft/textures/entity/llama/creamy.png b/assets/minecraft/textures/entity/llama/creamy.png new file mode 100644 index 0000000..abb31d4 Binary files /dev/null and b/assets/minecraft/textures/entity/llama/creamy.png differ diff --git a/assets/minecraft/textures/entity/llama/decor/black.png b/assets/minecraft/textures/entity/llama/decor/black.png new file mode 100644 index 0000000..c3096f0 Binary files /dev/null and b/assets/minecraft/textures/entity/llama/decor/black.png differ diff --git a/assets/minecraft/textures/entity/llama/decor/blue.png b/assets/minecraft/textures/entity/llama/decor/blue.png new file mode 100644 index 0000000..e51b9bf Binary files /dev/null and b/assets/minecraft/textures/entity/llama/decor/blue.png differ diff --git a/assets/minecraft/textures/entity/llama/decor/brown.png b/assets/minecraft/textures/entity/llama/decor/brown.png new file mode 100644 index 0000000..bc59ada Binary files /dev/null and b/assets/minecraft/textures/entity/llama/decor/brown.png differ diff --git a/assets/minecraft/textures/entity/llama/decor/cyan.png b/assets/minecraft/textures/entity/llama/decor/cyan.png new file mode 100644 index 0000000..21faf87 Binary files /dev/null and b/assets/minecraft/textures/entity/llama/decor/cyan.png differ diff --git a/assets/minecraft/textures/entity/llama/decor/gray.png b/assets/minecraft/textures/entity/llama/decor/gray.png new file mode 100644 index 0000000..5ac6028 Binary files /dev/null and b/assets/minecraft/textures/entity/llama/decor/gray.png differ diff --git a/assets/minecraft/textures/entity/llama/decor/green.png b/assets/minecraft/textures/entity/llama/decor/green.png new file mode 100644 index 0000000..69fab9c Binary files /dev/null and b/assets/minecraft/textures/entity/llama/decor/green.png differ diff --git a/assets/minecraft/textures/entity/llama/decor/light_blue.png b/assets/minecraft/textures/entity/llama/decor/light_blue.png new file mode 100644 index 0000000..bbcc6d3 Binary files /dev/null and b/assets/minecraft/textures/entity/llama/decor/light_blue.png differ diff --git a/assets/minecraft/textures/entity/llama/decor/light_gray.png b/assets/minecraft/textures/entity/llama/decor/light_gray.png new file mode 100644 index 0000000..533e8d9 Binary files /dev/null and b/assets/minecraft/textures/entity/llama/decor/light_gray.png differ diff --git a/assets/minecraft/textures/entity/llama/decor/lime.png b/assets/minecraft/textures/entity/llama/decor/lime.png new file mode 100644 index 0000000..b7e8f10 Binary files /dev/null and b/assets/minecraft/textures/entity/llama/decor/lime.png differ diff --git a/assets/minecraft/textures/entity/llama/decor/magenta.png b/assets/minecraft/textures/entity/llama/decor/magenta.png new file mode 100644 index 0000000..e942ffd Binary files /dev/null and b/assets/minecraft/textures/entity/llama/decor/magenta.png differ diff --git a/assets/minecraft/textures/entity/llama/decor/orange.png b/assets/minecraft/textures/entity/llama/decor/orange.png new file mode 100644 index 0000000..4629894 Binary files /dev/null and b/assets/minecraft/textures/entity/llama/decor/orange.png differ diff --git a/assets/minecraft/textures/entity/llama/decor/pink.png b/assets/minecraft/textures/entity/llama/decor/pink.png new file mode 100644 index 0000000..f851e8a Binary files /dev/null and b/assets/minecraft/textures/entity/llama/decor/pink.png differ diff --git a/assets/minecraft/textures/entity/llama/decor/purple.png b/assets/minecraft/textures/entity/llama/decor/purple.png new file mode 100644 index 0000000..3b41f73 Binary files /dev/null and b/assets/minecraft/textures/entity/llama/decor/purple.png differ diff --git a/assets/minecraft/textures/entity/llama/decor/red.png b/assets/minecraft/textures/entity/llama/decor/red.png new file mode 100644 index 0000000..21f8097 Binary files /dev/null and b/assets/minecraft/textures/entity/llama/decor/red.png differ diff --git a/assets/minecraft/textures/entity/llama/decor/trader_llama.png b/assets/minecraft/textures/entity/llama/decor/trader_llama.png new file mode 100644 index 0000000..24fc5a8 Binary files /dev/null and b/assets/minecraft/textures/entity/llama/decor/trader_llama.png differ diff --git a/assets/minecraft/textures/entity/llama/decor/white.png b/assets/minecraft/textures/entity/llama/decor/white.png new file mode 100644 index 0000000..7ede5c6 Binary files /dev/null and b/assets/minecraft/textures/entity/llama/decor/white.png differ diff --git a/assets/minecraft/textures/entity/llama/decor/yellow.png b/assets/minecraft/textures/entity/llama/decor/yellow.png new file mode 100644 index 0000000..83b8597 Binary files /dev/null and b/assets/minecraft/textures/entity/llama/decor/yellow.png differ diff --git a/assets/minecraft/textures/entity/llama/gray.png b/assets/minecraft/textures/entity/llama/gray.png new file mode 100644 index 0000000..ea096e2 Binary files /dev/null and b/assets/minecraft/textures/entity/llama/gray.png differ diff --git a/assets/minecraft/textures/entity/llama/spit.png b/assets/minecraft/textures/entity/llama/spit.png new file mode 100644 index 0000000..113107b Binary files /dev/null and b/assets/minecraft/textures/entity/llama/spit.png differ diff --git a/assets/minecraft/textures/entity/llama/white.png b/assets/minecraft/textures/entity/llama/white.png new file mode 100644 index 0000000..cfcd5d3 Binary files /dev/null and b/assets/minecraft/textures/entity/llama/white.png differ diff --git a/assets/minecraft/textures/entity/minecart.png b/assets/minecraft/textures/entity/minecart.png new file mode 100644 index 0000000..db1ad0d Binary files /dev/null and b/assets/minecraft/textures/entity/minecart.png differ diff --git a/assets/minecraft/textures/entity/parrot/parrot_blue.png b/assets/minecraft/textures/entity/parrot/parrot_blue.png new file mode 100644 index 0000000..d24140f Binary files /dev/null and b/assets/minecraft/textures/entity/parrot/parrot_blue.png differ diff --git a/assets/minecraft/textures/entity/parrot/parrot_green.png b/assets/minecraft/textures/entity/parrot/parrot_green.png new file mode 100644 index 0000000..dd5a9e2 Binary files /dev/null and b/assets/minecraft/textures/entity/parrot/parrot_green.png differ diff --git a/assets/minecraft/textures/entity/parrot/parrot_grey.png b/assets/minecraft/textures/entity/parrot/parrot_grey.png new file mode 100644 index 0000000..db66dcc Binary files /dev/null and b/assets/minecraft/textures/entity/parrot/parrot_grey.png differ diff --git a/assets/minecraft/textures/entity/parrot/parrot_red_blue.png b/assets/minecraft/textures/entity/parrot/parrot_red_blue.png new file mode 100644 index 0000000..a2497fe Binary files /dev/null and b/assets/minecraft/textures/entity/parrot/parrot_red_blue.png differ diff --git a/assets/minecraft/textures/entity/parrot/parrot_yellow_blue.png b/assets/minecraft/textures/entity/parrot/parrot_yellow_blue.png new file mode 100644 index 0000000..633d8ca Binary files /dev/null and b/assets/minecraft/textures/entity/parrot/parrot_yellow_blue.png differ diff --git a/assets/minecraft/textures/entity/phantom.png b/assets/minecraft/textures/entity/phantom.png new file mode 100644 index 0000000..8f1e52e Binary files /dev/null and b/assets/minecraft/textures/entity/phantom.png differ diff --git a/assets/minecraft/textures/entity/phantom_eyes.png b/assets/minecraft/textures/entity/phantom_eyes.png new file mode 100644 index 0000000..c5af48d Binary files /dev/null and b/assets/minecraft/textures/entity/phantom_eyes.png differ diff --git a/assets/minecraft/textures/entity/pig/pig.png b/assets/minecraft/textures/entity/pig/pig.png new file mode 100644 index 0000000..a3b1ce8 Binary files /dev/null and b/assets/minecraft/textures/entity/pig/pig.png differ diff --git a/assets/minecraft/textures/entity/pig/pig_saddle.png b/assets/minecraft/textures/entity/pig/pig_saddle.png new file mode 100644 index 0000000..b80a3ac Binary files /dev/null and b/assets/minecraft/textures/entity/pig/pig_saddle.png differ diff --git a/assets/minecraft/textures/entity/projectiles/arrow.png b/assets/minecraft/textures/entity/projectiles/arrow.png new file mode 100644 index 0000000..daa1b2d Binary files /dev/null and b/assets/minecraft/textures/entity/projectiles/arrow.png differ diff --git a/assets/minecraft/textures/entity/projectiles/spectral_arrow.png b/assets/minecraft/textures/entity/projectiles/spectral_arrow.png new file mode 100644 index 0000000..70ad421 Binary files /dev/null and b/assets/minecraft/textures/entity/projectiles/spectral_arrow.png differ diff --git a/assets/minecraft/textures/entity/projectiles/tipped_arrow.png b/assets/minecraft/textures/entity/projectiles/tipped_arrow.png new file mode 100644 index 0000000..fede649 Binary files /dev/null and b/assets/minecraft/textures/entity/projectiles/tipped_arrow.png differ diff --git a/assets/minecraft/textures/entity/rabbit/black.png b/assets/minecraft/textures/entity/rabbit/black.png new file mode 100644 index 0000000..87640d1 Binary files /dev/null and b/assets/minecraft/textures/entity/rabbit/black.png differ diff --git a/assets/minecraft/textures/entity/rabbit/brown.png b/assets/minecraft/textures/entity/rabbit/brown.png new file mode 100644 index 0000000..4bb7905 Binary files /dev/null and b/assets/minecraft/textures/entity/rabbit/brown.png differ diff --git a/assets/minecraft/textures/entity/rabbit/caerbannog.png b/assets/minecraft/textures/entity/rabbit/caerbannog.png new file mode 100644 index 0000000..5c1141d Binary files /dev/null and b/assets/minecraft/textures/entity/rabbit/caerbannog.png differ diff --git a/assets/minecraft/textures/entity/rabbit/gold.png b/assets/minecraft/textures/entity/rabbit/gold.png new file mode 100644 index 0000000..cb19f05 Binary files /dev/null and b/assets/minecraft/textures/entity/rabbit/gold.png differ diff --git a/assets/minecraft/textures/entity/rabbit/salt.png b/assets/minecraft/textures/entity/rabbit/salt.png new file mode 100644 index 0000000..447f92a Binary files /dev/null and b/assets/minecraft/textures/entity/rabbit/salt.png differ diff --git a/assets/minecraft/textures/entity/rabbit/toast.png b/assets/minecraft/textures/entity/rabbit/toast.png new file mode 100644 index 0000000..38784dc Binary files /dev/null and b/assets/minecraft/textures/entity/rabbit/toast.png differ diff --git a/assets/minecraft/textures/entity/rabbit/white.png b/assets/minecraft/textures/entity/rabbit/white.png new file mode 100644 index 0000000..86b9f3a Binary files /dev/null and b/assets/minecraft/textures/entity/rabbit/white.png differ diff --git a/assets/minecraft/textures/entity/rabbit/white_splotched.png b/assets/minecraft/textures/entity/rabbit/white_splotched.png new file mode 100644 index 0000000..75c81c2 Binary files /dev/null and b/assets/minecraft/textures/entity/rabbit/white_splotched.png differ diff --git a/assets/minecraft/textures/entity/sheep/sheep.png b/assets/minecraft/textures/entity/sheep/sheep.png new file mode 100644 index 0000000..13496a3 Binary files /dev/null and b/assets/minecraft/textures/entity/sheep/sheep.png differ diff --git a/assets/minecraft/textures/entity/sheep/sheep_fur.png b/assets/minecraft/textures/entity/sheep/sheep_fur.png new file mode 100644 index 0000000..fa44703 Binary files /dev/null and b/assets/minecraft/textures/entity/sheep/sheep_fur.png differ diff --git a/assets/minecraft/textures/entity/shield/base.png b/assets/minecraft/textures/entity/shield/base.png new file mode 100644 index 0000000..268445b Binary files /dev/null and b/assets/minecraft/textures/entity/shield/base.png differ diff --git a/assets/minecraft/textures/entity/shield/border.png b/assets/minecraft/textures/entity/shield/border.png new file mode 100644 index 0000000..6cb4dfb Binary files /dev/null and b/assets/minecraft/textures/entity/shield/border.png differ diff --git a/assets/minecraft/textures/entity/shield/bricks.png b/assets/minecraft/textures/entity/shield/bricks.png new file mode 100644 index 0000000..32bb029 Binary files /dev/null and b/assets/minecraft/textures/entity/shield/bricks.png differ diff --git a/assets/minecraft/textures/entity/shield/circle.png b/assets/minecraft/textures/entity/shield/circle.png new file mode 100644 index 0000000..0555f3b Binary files /dev/null and b/assets/minecraft/textures/entity/shield/circle.png differ diff --git a/assets/minecraft/textures/entity/shield/creeper.png b/assets/minecraft/textures/entity/shield/creeper.png new file mode 100644 index 0000000..192332c Binary files /dev/null and b/assets/minecraft/textures/entity/shield/creeper.png differ diff --git a/assets/minecraft/textures/entity/shield/cross.png b/assets/minecraft/textures/entity/shield/cross.png new file mode 100644 index 0000000..f497b14 Binary files /dev/null and b/assets/minecraft/textures/entity/shield/cross.png differ diff --git a/assets/minecraft/textures/entity/shield/curly_border.png b/assets/minecraft/textures/entity/shield/curly_border.png new file mode 100644 index 0000000..2eefe8e Binary files /dev/null and b/assets/minecraft/textures/entity/shield/curly_border.png differ diff --git a/assets/minecraft/textures/entity/shield/diagonal_left.png b/assets/minecraft/textures/entity/shield/diagonal_left.png new file mode 100644 index 0000000..b0a62ac Binary files /dev/null and b/assets/minecraft/textures/entity/shield/diagonal_left.png differ diff --git a/assets/minecraft/textures/entity/shield/diagonal_right.png b/assets/minecraft/textures/entity/shield/diagonal_right.png new file mode 100644 index 0000000..1c8fc3e Binary files /dev/null and b/assets/minecraft/textures/entity/shield/diagonal_right.png differ diff --git a/assets/minecraft/textures/entity/shield/diagonal_up_left.png b/assets/minecraft/textures/entity/shield/diagonal_up_left.png new file mode 100644 index 0000000..8370b0c Binary files /dev/null and b/assets/minecraft/textures/entity/shield/diagonal_up_left.png differ diff --git a/assets/minecraft/textures/entity/shield/diagonal_up_right.png b/assets/minecraft/textures/entity/shield/diagonal_up_right.png new file mode 100644 index 0000000..cc8d80e Binary files /dev/null and b/assets/minecraft/textures/entity/shield/diagonal_up_right.png differ diff --git a/assets/minecraft/textures/entity/shield/flower.png b/assets/minecraft/textures/entity/shield/flower.png new file mode 100644 index 0000000..96af18c Binary files /dev/null and b/assets/minecraft/textures/entity/shield/flower.png differ diff --git a/assets/minecraft/textures/entity/shield/gradient.png b/assets/minecraft/textures/entity/shield/gradient.png new file mode 100644 index 0000000..4f79a2a Binary files /dev/null and b/assets/minecraft/textures/entity/shield/gradient.png differ diff --git a/assets/minecraft/textures/entity/shield/gradient_up.png b/assets/minecraft/textures/entity/shield/gradient_up.png new file mode 100644 index 0000000..d01f455 Binary files /dev/null and b/assets/minecraft/textures/entity/shield/gradient_up.png differ diff --git a/assets/minecraft/textures/entity/shield/half_horizontal.png b/assets/minecraft/textures/entity/shield/half_horizontal.png new file mode 100644 index 0000000..89b5b73 Binary files /dev/null and b/assets/minecraft/textures/entity/shield/half_horizontal.png differ diff --git a/assets/minecraft/textures/entity/shield/half_horizontal_bottom.png b/assets/minecraft/textures/entity/shield/half_horizontal_bottom.png new file mode 100644 index 0000000..91b53d1 Binary files /dev/null and b/assets/minecraft/textures/entity/shield/half_horizontal_bottom.png differ diff --git a/assets/minecraft/textures/entity/shield/half_vertical.png b/assets/minecraft/textures/entity/shield/half_vertical.png new file mode 100644 index 0000000..179d74a Binary files /dev/null and b/assets/minecraft/textures/entity/shield/half_vertical.png differ diff --git a/assets/minecraft/textures/entity/shield/half_vertical_right.png b/assets/minecraft/textures/entity/shield/half_vertical_right.png new file mode 100644 index 0000000..14774d5 Binary files /dev/null and b/assets/minecraft/textures/entity/shield/half_vertical_right.png differ diff --git a/assets/minecraft/textures/entity/shield/mojang.png b/assets/minecraft/textures/entity/shield/mojang.png new file mode 100644 index 0000000..bfcffa6 Binary files /dev/null and b/assets/minecraft/textures/entity/shield/mojang.png differ diff --git a/assets/minecraft/textures/entity/shield/rhombus.png b/assets/minecraft/textures/entity/shield/rhombus.png new file mode 100644 index 0000000..00a2a9a Binary files /dev/null and b/assets/minecraft/textures/entity/shield/rhombus.png differ diff --git a/assets/minecraft/textures/entity/shield/skull.png b/assets/minecraft/textures/entity/shield/skull.png new file mode 100644 index 0000000..62a153a Binary files /dev/null and b/assets/minecraft/textures/entity/shield/skull.png differ diff --git a/assets/minecraft/textures/entity/shield/small_stripes.png b/assets/minecraft/textures/entity/shield/small_stripes.png new file mode 100644 index 0000000..d693765 Binary files /dev/null and b/assets/minecraft/textures/entity/shield/small_stripes.png differ diff --git a/assets/minecraft/textures/entity/shield/square_bottom_left.png b/assets/minecraft/textures/entity/shield/square_bottom_left.png new file mode 100644 index 0000000..bef02f7 Binary files /dev/null and b/assets/minecraft/textures/entity/shield/square_bottom_left.png differ diff --git a/assets/minecraft/textures/entity/shield/square_bottom_right.png b/assets/minecraft/textures/entity/shield/square_bottom_right.png new file mode 100644 index 0000000..5db2774 Binary files /dev/null and b/assets/minecraft/textures/entity/shield/square_bottom_right.png differ diff --git a/assets/minecraft/textures/entity/shield/square_top_left.png b/assets/minecraft/textures/entity/shield/square_top_left.png new file mode 100644 index 0000000..9211f48 Binary files /dev/null and b/assets/minecraft/textures/entity/shield/square_top_left.png differ diff --git a/assets/minecraft/textures/entity/shield/square_top_right.png b/assets/minecraft/textures/entity/shield/square_top_right.png new file mode 100644 index 0000000..5c7963a Binary files /dev/null and b/assets/minecraft/textures/entity/shield/square_top_right.png differ diff --git a/assets/minecraft/textures/entity/shield/straight_cross.png b/assets/minecraft/textures/entity/shield/straight_cross.png new file mode 100644 index 0000000..68c7f76 Binary files /dev/null and b/assets/minecraft/textures/entity/shield/straight_cross.png differ diff --git a/assets/minecraft/textures/entity/shield/stripe_bottom.png b/assets/minecraft/textures/entity/shield/stripe_bottom.png new file mode 100644 index 0000000..05aa49c Binary files /dev/null and b/assets/minecraft/textures/entity/shield/stripe_bottom.png differ diff --git a/assets/minecraft/textures/entity/shield/stripe_center.png b/assets/minecraft/textures/entity/shield/stripe_center.png new file mode 100644 index 0000000..6ac9ba9 Binary files /dev/null and b/assets/minecraft/textures/entity/shield/stripe_center.png differ diff --git a/assets/minecraft/textures/entity/shield/stripe_downleft.png b/assets/minecraft/textures/entity/shield/stripe_downleft.png new file mode 100644 index 0000000..776a054 Binary files /dev/null and b/assets/minecraft/textures/entity/shield/stripe_downleft.png differ diff --git a/assets/minecraft/textures/entity/shield/stripe_downright.png b/assets/minecraft/textures/entity/shield/stripe_downright.png new file mode 100644 index 0000000..50edd85 Binary files /dev/null and b/assets/minecraft/textures/entity/shield/stripe_downright.png differ diff --git a/assets/minecraft/textures/entity/shield/stripe_left.png b/assets/minecraft/textures/entity/shield/stripe_left.png new file mode 100644 index 0000000..f05155f Binary files /dev/null and b/assets/minecraft/textures/entity/shield/stripe_left.png differ diff --git a/assets/minecraft/textures/entity/shield/stripe_middle.png b/assets/minecraft/textures/entity/shield/stripe_middle.png new file mode 100644 index 0000000..b43a814 Binary files /dev/null and b/assets/minecraft/textures/entity/shield/stripe_middle.png differ diff --git a/assets/minecraft/textures/entity/shield/stripe_right.png b/assets/minecraft/textures/entity/shield/stripe_right.png new file mode 100644 index 0000000..ef9612b Binary files /dev/null and b/assets/minecraft/textures/entity/shield/stripe_right.png differ diff --git a/assets/minecraft/textures/entity/shield/stripe_top.png b/assets/minecraft/textures/entity/shield/stripe_top.png new file mode 100644 index 0000000..1c23ea6 Binary files /dev/null and b/assets/minecraft/textures/entity/shield/stripe_top.png differ diff --git a/assets/minecraft/textures/entity/shield/triangle_bottom.png b/assets/minecraft/textures/entity/shield/triangle_bottom.png new file mode 100644 index 0000000..31b2dd5 Binary files /dev/null and b/assets/minecraft/textures/entity/shield/triangle_bottom.png differ diff --git a/assets/minecraft/textures/entity/shield/triangle_top.png b/assets/minecraft/textures/entity/shield/triangle_top.png new file mode 100644 index 0000000..c300bb5 Binary files /dev/null and b/assets/minecraft/textures/entity/shield/triangle_top.png differ diff --git a/assets/minecraft/textures/entity/shield/triangles_bottom.png b/assets/minecraft/textures/entity/shield/triangles_bottom.png new file mode 100644 index 0000000..c2d0366 Binary files /dev/null and b/assets/minecraft/textures/entity/shield/triangles_bottom.png differ diff --git a/assets/minecraft/textures/entity/shield/triangles_top.png b/assets/minecraft/textures/entity/shield/triangles_top.png new file mode 100644 index 0000000..3fb96da Binary files /dev/null and b/assets/minecraft/textures/entity/shield/triangles_top.png differ diff --git a/assets/minecraft/textures/entity/shield_base.png b/assets/minecraft/textures/entity/shield_base.png new file mode 100644 index 0000000..9ed7751 Binary files /dev/null and b/assets/minecraft/textures/entity/shield_base.png differ diff --git a/assets/minecraft/textures/entity/shield_base_nopattern.png b/assets/minecraft/textures/entity/shield_base_nopattern.png new file mode 100644 index 0000000..bd07c0a Binary files /dev/null and b/assets/minecraft/textures/entity/shield_base_nopattern.png differ diff --git a/assets/minecraft/textures/entity/shulker/shulker.png b/assets/minecraft/textures/entity/shulker/shulker.png new file mode 100644 index 0000000..3069c99 Binary files /dev/null and b/assets/minecraft/textures/entity/shulker/shulker.png differ diff --git a/assets/minecraft/textures/entity/shulker/shulker_black.png b/assets/minecraft/textures/entity/shulker/shulker_black.png new file mode 100644 index 0000000..4fb01fe Binary files /dev/null and b/assets/minecraft/textures/entity/shulker/shulker_black.png differ diff --git a/assets/minecraft/textures/entity/shulker/shulker_blue.png b/assets/minecraft/textures/entity/shulker/shulker_blue.png new file mode 100644 index 0000000..7952890 Binary files /dev/null and b/assets/minecraft/textures/entity/shulker/shulker_blue.png differ diff --git a/assets/minecraft/textures/entity/shulker/shulker_brown.png b/assets/minecraft/textures/entity/shulker/shulker_brown.png new file mode 100644 index 0000000..83e88f3 Binary files /dev/null and b/assets/minecraft/textures/entity/shulker/shulker_brown.png differ diff --git a/assets/minecraft/textures/entity/shulker/shulker_cyan.png b/assets/minecraft/textures/entity/shulker/shulker_cyan.png new file mode 100644 index 0000000..c7baa8e Binary files /dev/null and b/assets/minecraft/textures/entity/shulker/shulker_cyan.png differ diff --git a/assets/minecraft/textures/entity/shulker/shulker_gray.png b/assets/minecraft/textures/entity/shulker/shulker_gray.png new file mode 100644 index 0000000..d03b70b Binary files /dev/null and b/assets/minecraft/textures/entity/shulker/shulker_gray.png differ diff --git a/assets/minecraft/textures/entity/shulker/shulker_green.png b/assets/minecraft/textures/entity/shulker/shulker_green.png new file mode 100644 index 0000000..42b14a3 Binary files /dev/null and b/assets/minecraft/textures/entity/shulker/shulker_green.png differ diff --git a/assets/minecraft/textures/entity/shulker/shulker_light_blue.png b/assets/minecraft/textures/entity/shulker/shulker_light_blue.png new file mode 100644 index 0000000..2e39f8f Binary files /dev/null and b/assets/minecraft/textures/entity/shulker/shulker_light_blue.png differ diff --git a/assets/minecraft/textures/entity/shulker/shulker_light_gray.png b/assets/minecraft/textures/entity/shulker/shulker_light_gray.png new file mode 100644 index 0000000..7008cb9 Binary files /dev/null and b/assets/minecraft/textures/entity/shulker/shulker_light_gray.png differ diff --git a/assets/minecraft/textures/entity/shulker/shulker_lime.png b/assets/minecraft/textures/entity/shulker/shulker_lime.png new file mode 100644 index 0000000..d9481a4 Binary files /dev/null and b/assets/minecraft/textures/entity/shulker/shulker_lime.png differ diff --git a/assets/minecraft/textures/entity/shulker/shulker_magenta.png b/assets/minecraft/textures/entity/shulker/shulker_magenta.png new file mode 100644 index 0000000..5b1404a Binary files /dev/null and b/assets/minecraft/textures/entity/shulker/shulker_magenta.png differ diff --git a/assets/minecraft/textures/entity/shulker/shulker_orange.png b/assets/minecraft/textures/entity/shulker/shulker_orange.png new file mode 100644 index 0000000..670b96a Binary files /dev/null and b/assets/minecraft/textures/entity/shulker/shulker_orange.png differ diff --git a/assets/minecraft/textures/entity/shulker/shulker_pink.png b/assets/minecraft/textures/entity/shulker/shulker_pink.png new file mode 100644 index 0000000..3d841f8 Binary files /dev/null and b/assets/minecraft/textures/entity/shulker/shulker_pink.png differ diff --git a/assets/minecraft/textures/entity/shulker/shulker_purple.png b/assets/minecraft/textures/entity/shulker/shulker_purple.png new file mode 100644 index 0000000..f84c9ac Binary files /dev/null and b/assets/minecraft/textures/entity/shulker/shulker_purple.png differ diff --git a/assets/minecraft/textures/entity/shulker/shulker_red.png b/assets/minecraft/textures/entity/shulker/shulker_red.png new file mode 100644 index 0000000..dc25870 Binary files /dev/null and b/assets/minecraft/textures/entity/shulker/shulker_red.png differ diff --git a/assets/minecraft/textures/entity/shulker/shulker_white.png b/assets/minecraft/textures/entity/shulker/shulker_white.png new file mode 100644 index 0000000..deb3bb6 Binary files /dev/null and b/assets/minecraft/textures/entity/shulker/shulker_white.png differ diff --git a/assets/minecraft/textures/entity/shulker/shulker_yellow.png b/assets/minecraft/textures/entity/shulker/shulker_yellow.png new file mode 100644 index 0000000..09437dc Binary files /dev/null and b/assets/minecraft/textures/entity/shulker/shulker_yellow.png differ diff --git a/assets/minecraft/textures/entity/shulker/spark.png b/assets/minecraft/textures/entity/shulker/spark.png new file mode 100644 index 0000000..7348901 Binary files /dev/null and b/assets/minecraft/textures/entity/shulker/spark.png differ diff --git a/assets/minecraft/textures/entity/sign.png b/assets/minecraft/textures/entity/sign.png new file mode 100644 index 0000000..66fab3a Binary files /dev/null and b/assets/minecraft/textures/entity/sign.png differ diff --git a/assets/minecraft/textures/entity/signs/acacia.png b/assets/minecraft/textures/entity/signs/acacia.png new file mode 100644 index 0000000..dee2470 Binary files /dev/null and b/assets/minecraft/textures/entity/signs/acacia.png differ diff --git a/assets/minecraft/textures/entity/signs/birch.png b/assets/minecraft/textures/entity/signs/birch.png new file mode 100644 index 0000000..1d87f34 Binary files /dev/null and b/assets/minecraft/textures/entity/signs/birch.png differ diff --git a/assets/minecraft/textures/entity/signs/dark_oak.png b/assets/minecraft/textures/entity/signs/dark_oak.png new file mode 100644 index 0000000..7592988 Binary files /dev/null and b/assets/minecraft/textures/entity/signs/dark_oak.png differ diff --git a/assets/minecraft/textures/entity/signs/jungle.png b/assets/minecraft/textures/entity/signs/jungle.png new file mode 100644 index 0000000..7159e73 Binary files /dev/null and b/assets/minecraft/textures/entity/signs/jungle.png differ diff --git a/assets/minecraft/textures/entity/signs/oak.png b/assets/minecraft/textures/entity/signs/oak.png new file mode 100644 index 0000000..36227b6 Binary files /dev/null and b/assets/minecraft/textures/entity/signs/oak.png differ diff --git a/assets/minecraft/textures/entity/signs/spruce.png b/assets/minecraft/textures/entity/signs/spruce.png new file mode 100644 index 0000000..6fa5699 Binary files /dev/null and b/assets/minecraft/textures/entity/signs/spruce.png differ diff --git a/assets/minecraft/textures/entity/silverfish.png b/assets/minecraft/textures/entity/silverfish.png new file mode 100644 index 0000000..afe11a4 Binary files /dev/null and b/assets/minecraft/textures/entity/silverfish.png differ diff --git a/assets/minecraft/textures/entity/skeleton/skeleton.png b/assets/minecraft/textures/entity/skeleton/skeleton.png new file mode 100644 index 0000000..0bf591a Binary files /dev/null and b/assets/minecraft/textures/entity/skeleton/skeleton.png differ diff --git a/assets/minecraft/textures/entity/skeleton/stray.png b/assets/minecraft/textures/entity/skeleton/stray.png new file mode 100644 index 0000000..21f1561 Binary files /dev/null and b/assets/minecraft/textures/entity/skeleton/stray.png differ diff --git a/assets/minecraft/textures/entity/skeleton/stray_overlay.png b/assets/minecraft/textures/entity/skeleton/stray_overlay.png new file mode 100644 index 0000000..ab00032 Binary files /dev/null and b/assets/minecraft/textures/entity/skeleton/stray_overlay.png differ diff --git a/assets/minecraft/textures/entity/skeleton/wither_skeleton.png b/assets/minecraft/textures/entity/skeleton/wither_skeleton.png new file mode 100644 index 0000000..3612414 Binary files /dev/null and b/assets/minecraft/textures/entity/skeleton/wither_skeleton.png differ diff --git a/assets/minecraft/textures/entity/slime/magmacube.png b/assets/minecraft/textures/entity/slime/magmacube.png new file mode 100644 index 0000000..98b52b9 Binary files /dev/null and b/assets/minecraft/textures/entity/slime/magmacube.png differ diff --git a/assets/minecraft/textures/entity/slime/slime.png b/assets/minecraft/textures/entity/slime/slime.png new file mode 100644 index 0000000..a794057 Binary files /dev/null and b/assets/minecraft/textures/entity/slime/slime.png differ diff --git a/assets/minecraft/textures/entity/snow_golem.png b/assets/minecraft/textures/entity/snow_golem.png new file mode 100644 index 0000000..47b2820 Binary files /dev/null and b/assets/minecraft/textures/entity/snow_golem.png differ diff --git a/assets/minecraft/textures/entity/snowman.png b/assets/minecraft/textures/entity/snowman.png new file mode 100644 index 0000000..47b2820 Binary files /dev/null and b/assets/minecraft/textures/entity/snowman.png differ diff --git a/assets/minecraft/textures/entity/spider/cave_spider.png b/assets/minecraft/textures/entity/spider/cave_spider.png new file mode 100644 index 0000000..c4d2004 Binary files /dev/null and b/assets/minecraft/textures/entity/spider/cave_spider.png differ diff --git a/assets/minecraft/textures/entity/spider/spider.png b/assets/minecraft/textures/entity/spider/spider.png new file mode 100644 index 0000000..e68bcc3 Binary files /dev/null and b/assets/minecraft/textures/entity/spider/spider.png differ diff --git a/assets/minecraft/textures/entity/spider_eyes.png b/assets/minecraft/textures/entity/spider_eyes.png new file mode 100644 index 0000000..58380af Binary files /dev/null and b/assets/minecraft/textures/entity/spider_eyes.png differ diff --git a/assets/minecraft/textures/entity/squid.png b/assets/minecraft/textures/entity/squid.png new file mode 100644 index 0000000..186d33d Binary files /dev/null and b/assets/minecraft/textures/entity/squid.png differ diff --git a/assets/minecraft/textures/entity/steve.png b/assets/minecraft/textures/entity/steve.png new file mode 100644 index 0000000..8444e69 Binary files /dev/null and b/assets/minecraft/textures/entity/steve.png differ diff --git a/assets/minecraft/textures/entity/sweep.png b/assets/minecraft/textures/entity/sweep.png new file mode 100644 index 0000000..3e209b0 Binary files /dev/null and b/assets/minecraft/textures/entity/sweep.png differ diff --git a/assets/minecraft/textures/entity/trident.png b/assets/minecraft/textures/entity/trident.png new file mode 100644 index 0000000..a80e05a Binary files /dev/null and b/assets/minecraft/textures/entity/trident.png differ diff --git a/assets/minecraft/textures/entity/trident_riptide.png b/assets/minecraft/textures/entity/trident_riptide.png new file mode 100644 index 0000000..ce431b6 Binary files /dev/null and b/assets/minecraft/textures/entity/trident_riptide.png differ diff --git a/assets/minecraft/textures/entity/turtle/big_sea_turtle.png b/assets/minecraft/textures/entity/turtle/big_sea_turtle.png new file mode 100644 index 0000000..294529c Binary files /dev/null and b/assets/minecraft/textures/entity/turtle/big_sea_turtle.png differ diff --git a/assets/minecraft/textures/entity/villager/butcher.png b/assets/minecraft/textures/entity/villager/butcher.png new file mode 100644 index 0000000..512ebfe Binary files /dev/null and b/assets/minecraft/textures/entity/villager/butcher.png differ diff --git a/assets/minecraft/textures/entity/villager/farmer.png b/assets/minecraft/textures/entity/villager/farmer.png new file mode 100644 index 0000000..8259203 Binary files /dev/null and b/assets/minecraft/textures/entity/villager/farmer.png differ diff --git a/assets/minecraft/textures/entity/villager/librarian.png b/assets/minecraft/textures/entity/villager/librarian.png new file mode 100644 index 0000000..ec47528 Binary files /dev/null and b/assets/minecraft/textures/entity/villager/librarian.png differ diff --git a/assets/minecraft/textures/entity/villager/priest.png b/assets/minecraft/textures/entity/villager/priest.png new file mode 100644 index 0000000..927383e Binary files /dev/null and b/assets/minecraft/textures/entity/villager/priest.png differ diff --git a/assets/minecraft/textures/entity/villager/smith.png b/assets/minecraft/textures/entity/villager/smith.png new file mode 100644 index 0000000..6d9f1d1 Binary files /dev/null and b/assets/minecraft/textures/entity/villager/smith.png differ diff --git a/assets/minecraft/textures/entity/villager/type/plains.png b/assets/minecraft/textures/entity/villager/type/plains.png new file mode 100644 index 0000000..2ec71d7 Binary files /dev/null and b/assets/minecraft/textures/entity/villager/type/plains.png differ diff --git a/assets/minecraft/textures/entity/villager/villager.png b/assets/minecraft/textures/entity/villager/villager.png new file mode 100644 index 0000000..ad52f43 Binary files /dev/null and b/assets/minecraft/textures/entity/villager/villager.png differ diff --git a/assets/minecraft/textures/entity/wandering_trader.png b/assets/minecraft/textures/entity/wandering_trader.png new file mode 100644 index 0000000..9efa33a Binary files /dev/null and b/assets/minecraft/textures/entity/wandering_trader.png differ diff --git a/assets/minecraft/textures/entity/witch.png b/assets/minecraft/textures/entity/witch.png new file mode 100644 index 0000000..f978655 Binary files /dev/null and b/assets/minecraft/textures/entity/witch.png differ diff --git a/assets/minecraft/textures/entity/wither/wither.png b/assets/minecraft/textures/entity/wither/wither.png new file mode 100644 index 0000000..557b6f4 Binary files /dev/null and b/assets/minecraft/textures/entity/wither/wither.png differ diff --git a/assets/minecraft/textures/entity/wither/wither_armor.png b/assets/minecraft/textures/entity/wither/wither_armor.png new file mode 100644 index 0000000..c3a8f52 Binary files /dev/null and b/assets/minecraft/textures/entity/wither/wither_armor.png differ diff --git a/assets/minecraft/textures/entity/wither/wither_invulnerable.png b/assets/minecraft/textures/entity/wither/wither_invulnerable.png new file mode 100644 index 0000000..bb1c02b Binary files /dev/null and b/assets/minecraft/textures/entity/wither/wither_invulnerable.png differ diff --git a/assets/minecraft/textures/entity/wolf/wolf.png b/assets/minecraft/textures/entity/wolf/wolf.png new file mode 100644 index 0000000..499df63 Binary files /dev/null and b/assets/minecraft/textures/entity/wolf/wolf.png differ diff --git a/assets/minecraft/textures/entity/wolf/wolf_angry.png b/assets/minecraft/textures/entity/wolf/wolf_angry.png new file mode 100644 index 0000000..3429de4 Binary files /dev/null and b/assets/minecraft/textures/entity/wolf/wolf_angry.png differ diff --git a/assets/minecraft/textures/entity/wolf/wolf_collar.png b/assets/minecraft/textures/entity/wolf/wolf_collar.png new file mode 100644 index 0000000..c125596 Binary files /dev/null and b/assets/minecraft/textures/entity/wolf/wolf_collar.png differ diff --git a/assets/minecraft/textures/entity/wolf/wolf_tame.png b/assets/minecraft/textures/entity/wolf/wolf_tame.png new file mode 100644 index 0000000..5b84bfa Binary files /dev/null and b/assets/minecraft/textures/entity/wolf/wolf_tame.png differ diff --git a/assets/minecraft/textures/entity/zombie/drowned.png b/assets/minecraft/textures/entity/zombie/drowned.png new file mode 100644 index 0000000..aec990d Binary files /dev/null and b/assets/minecraft/textures/entity/zombie/drowned.png differ diff --git a/assets/minecraft/textures/entity/zombie/drowned_outer_layer.png b/assets/minecraft/textures/entity/zombie/drowned_outer_layer.png new file mode 100644 index 0000000..54d32da Binary files /dev/null and b/assets/minecraft/textures/entity/zombie/drowned_outer_layer.png differ diff --git a/assets/minecraft/textures/entity/zombie/husk.png b/assets/minecraft/textures/entity/zombie/husk.png new file mode 100644 index 0000000..acf2cdd Binary files /dev/null and b/assets/minecraft/textures/entity/zombie/husk.png differ diff --git a/assets/minecraft/textures/entity/zombie/zombie.png b/assets/minecraft/textures/entity/zombie/zombie.png new file mode 100644 index 0000000..14905f9 Binary files /dev/null and b/assets/minecraft/textures/entity/zombie/zombie.png differ diff --git a/assets/minecraft/textures/entity/zombie/zombie_villager.png b/assets/minecraft/textures/entity/zombie/zombie_villager.png new file mode 100644 index 0000000..c02950a Binary files /dev/null and b/assets/minecraft/textures/entity/zombie/zombie_villager.png differ diff --git a/assets/minecraft/textures/entity/zombie_pigman.png b/assets/minecraft/textures/entity/zombie_pigman.png new file mode 100644 index 0000000..d95bc8c Binary files /dev/null and b/assets/minecraft/textures/entity/zombie_pigman.png differ diff --git a/assets/minecraft/textures/entity/zombie_villager/type/plains.png b/assets/minecraft/textures/entity/zombie_villager/type/plains.png new file mode 100644 index 0000000..13c2e0b Binary files /dev/null and b/assets/minecraft/textures/entity/zombie_villager/type/plains.png differ diff --git a/assets/minecraft/textures/entity/zombie_villager/zombie_butcher.png b/assets/minecraft/textures/entity/zombie_villager/zombie_butcher.png new file mode 100644 index 0000000..ca2a5a4 Binary files /dev/null and b/assets/minecraft/textures/entity/zombie_villager/zombie_butcher.png differ diff --git a/assets/minecraft/textures/entity/zombie_villager/zombie_farmer.png b/assets/minecraft/textures/entity/zombie_villager/zombie_farmer.png new file mode 100644 index 0000000..934c66f Binary files /dev/null and b/assets/minecraft/textures/entity/zombie_villager/zombie_farmer.png differ diff --git a/assets/minecraft/textures/entity/zombie_villager/zombie_librarian.png b/assets/minecraft/textures/entity/zombie_villager/zombie_librarian.png new file mode 100644 index 0000000..1613c89 Binary files /dev/null and b/assets/minecraft/textures/entity/zombie_villager/zombie_librarian.png differ diff --git a/assets/minecraft/textures/entity/zombie_villager/zombie_priest.png b/assets/minecraft/textures/entity/zombie_villager/zombie_priest.png new file mode 100644 index 0000000..9096054 Binary files /dev/null and b/assets/minecraft/textures/entity/zombie_villager/zombie_priest.png differ diff --git a/assets/minecraft/textures/entity/zombie_villager/zombie_smith.png b/assets/minecraft/textures/entity/zombie_villager/zombie_smith.png new file mode 100644 index 0000000..6250030 Binary files /dev/null and b/assets/minecraft/textures/entity/zombie_villager/zombie_smith.png differ diff --git a/assets/minecraft/textures/entity/zombie_villager/zombie_villager.png b/assets/minecraft/textures/entity/zombie_villager/zombie_villager.png new file mode 100644 index 0000000..f8d28de Binary files /dev/null and b/assets/minecraft/textures/entity/zombie_villager/zombie_villager.png differ diff --git a/assets/minecraft/textures/environment/clouds.png b/assets/minecraft/textures/environment/clouds.png new file mode 100644 index 0000000..0a4373e Binary files /dev/null and b/assets/minecraft/textures/environment/clouds.png differ diff --git a/assets/minecraft/textures/environment/end_sky.png b/assets/minecraft/textures/environment/end_sky.png new file mode 100644 index 0000000..ce9a246 Binary files /dev/null and b/assets/minecraft/textures/environment/end_sky.png differ diff --git a/assets/minecraft/textures/environment/moon_phases.png b/assets/minecraft/textures/environment/moon_phases.png new file mode 100644 index 0000000..fc8b6e8 Binary files /dev/null and b/assets/minecraft/textures/environment/moon_phases.png differ diff --git a/assets/minecraft/textures/environment/rain.png b/assets/minecraft/textures/environment/rain.png new file mode 100644 index 0000000..7298f88 Binary files /dev/null and b/assets/minecraft/textures/environment/rain.png differ diff --git a/assets/minecraft/textures/environment/snow.png b/assets/minecraft/textures/environment/snow.png new file mode 100644 index 0000000..84417c5 Binary files /dev/null and b/assets/minecraft/textures/environment/snow.png differ diff --git a/assets/minecraft/textures/environment/sun.png b/assets/minecraft/textures/environment/sun.png new file mode 100644 index 0000000..9d71f2b Binary files /dev/null and b/assets/minecraft/textures/environment/sun.png differ diff --git a/assets/minecraft/textures/font/ascii.png b/assets/minecraft/textures/font/ascii.png new file mode 100644 index 0000000..7db9625 Binary files /dev/null and b/assets/minecraft/textures/font/ascii.png differ diff --git a/assets/minecraft/textures/gui/accessibility.png b/assets/minecraft/textures/gui/accessibility.png new file mode 100644 index 0000000..4d74131 Binary files /dev/null and b/assets/minecraft/textures/gui/accessibility.png differ diff --git a/assets/minecraft/textures/gui/advancements/backgrounds/adventure.png b/assets/minecraft/textures/gui/advancements/backgrounds/adventure.png new file mode 100644 index 0000000..6c69f26 Binary files /dev/null and b/assets/minecraft/textures/gui/advancements/backgrounds/adventure.png differ diff --git a/assets/minecraft/textures/gui/advancements/backgrounds/end.png b/assets/minecraft/textures/gui/advancements/backgrounds/end.png new file mode 100644 index 0000000..d55e14f Binary files /dev/null and b/assets/minecraft/textures/gui/advancements/backgrounds/end.png differ diff --git a/assets/minecraft/textures/gui/advancements/backgrounds/husbandry.png b/assets/minecraft/textures/gui/advancements/backgrounds/husbandry.png new file mode 100644 index 0000000..4a15558 Binary files /dev/null and b/assets/minecraft/textures/gui/advancements/backgrounds/husbandry.png differ diff --git a/assets/minecraft/textures/gui/advancements/backgrounds/nether.png b/assets/minecraft/textures/gui/advancements/backgrounds/nether.png new file mode 100644 index 0000000..dac3815 Binary files /dev/null and b/assets/minecraft/textures/gui/advancements/backgrounds/nether.png differ diff --git a/assets/minecraft/textures/gui/advancements/backgrounds/stone.png b/assets/minecraft/textures/gui/advancements/backgrounds/stone.png new file mode 100644 index 0000000..cb39179 Binary files /dev/null and b/assets/minecraft/textures/gui/advancements/backgrounds/stone.png differ diff --git a/assets/minecraft/textures/gui/advancements/tabs.png b/assets/minecraft/textures/gui/advancements/tabs.png new file mode 100644 index 0000000..a102786 Binary files /dev/null and b/assets/minecraft/textures/gui/advancements/tabs.png differ diff --git a/assets/minecraft/textures/gui/advancements/widgets.png b/assets/minecraft/textures/gui/advancements/widgets.png new file mode 100644 index 0000000..83db82a Binary files /dev/null and b/assets/minecraft/textures/gui/advancements/widgets.png differ diff --git a/assets/minecraft/textures/gui/advancements/window.png b/assets/minecraft/textures/gui/advancements/window.png new file mode 100644 index 0000000..409b86a Binary files /dev/null and b/assets/minecraft/textures/gui/advancements/window.png differ diff --git a/assets/minecraft/textures/gui/bars.png b/assets/minecraft/textures/gui/bars.png new file mode 100644 index 0000000..da6f5b8 Binary files /dev/null and b/assets/minecraft/textures/gui/bars.png differ diff --git a/assets/minecraft/textures/gui/book.png b/assets/minecraft/textures/gui/book.png new file mode 100644 index 0000000..d059513 Binary files /dev/null and b/assets/minecraft/textures/gui/book.png differ diff --git a/assets/minecraft/textures/gui/checkbox.png b/assets/minecraft/textures/gui/checkbox.png new file mode 100644 index 0000000..e52ae82 Binary files /dev/null and b/assets/minecraft/textures/gui/checkbox.png differ diff --git a/assets/minecraft/textures/gui/container/anvil.png b/assets/minecraft/textures/gui/container/anvil.png new file mode 100644 index 0000000..03ff35a Binary files /dev/null and b/assets/minecraft/textures/gui/container/anvil.png differ diff --git a/assets/minecraft/textures/gui/container/beacon.png b/assets/minecraft/textures/gui/container/beacon.png new file mode 100644 index 0000000..156723b Binary files /dev/null and b/assets/minecraft/textures/gui/container/beacon.png differ diff --git a/assets/minecraft/textures/gui/container/blast_furnace.png b/assets/minecraft/textures/gui/container/blast_furnace.png new file mode 100644 index 0000000..2c75707 Binary files /dev/null and b/assets/minecraft/textures/gui/container/blast_furnace.png differ diff --git a/assets/minecraft/textures/gui/container/brewing_stand.png b/assets/minecraft/textures/gui/container/brewing_stand.png new file mode 100644 index 0000000..19bdf6e Binary files /dev/null and b/assets/minecraft/textures/gui/container/brewing_stand.png differ diff --git a/assets/minecraft/textures/gui/container/cartography_table.png b/assets/minecraft/textures/gui/container/cartography_table.png new file mode 100644 index 0000000..428e7ed Binary files /dev/null and b/assets/minecraft/textures/gui/container/cartography_table.png differ diff --git a/assets/minecraft/textures/gui/container/crafting_table.png b/assets/minecraft/textures/gui/container/crafting_table.png new file mode 100644 index 0000000..0d605d1 Binary files /dev/null and b/assets/minecraft/textures/gui/container/crafting_table.png differ diff --git a/assets/minecraft/textures/gui/container/creative_inventory/tab_inventory.png b/assets/minecraft/textures/gui/container/creative_inventory/tab_inventory.png new file mode 100644 index 0000000..e7b6b6f Binary files /dev/null and b/assets/minecraft/textures/gui/container/creative_inventory/tab_inventory.png differ diff --git a/assets/minecraft/textures/gui/container/creative_inventory/tab_item_search.png b/assets/minecraft/textures/gui/container/creative_inventory/tab_item_search.png new file mode 100644 index 0000000..2270287 Binary files /dev/null and b/assets/minecraft/textures/gui/container/creative_inventory/tab_item_search.png differ diff --git a/assets/minecraft/textures/gui/container/creative_inventory/tab_items.png b/assets/minecraft/textures/gui/container/creative_inventory/tab_items.png new file mode 100644 index 0000000..1ec0c72 Binary files /dev/null and b/assets/minecraft/textures/gui/container/creative_inventory/tab_items.png differ diff --git a/assets/minecraft/textures/gui/container/creative_inventory/tabs.png b/assets/minecraft/textures/gui/container/creative_inventory/tabs.png new file mode 100644 index 0000000..3131b09 Binary files /dev/null and b/assets/minecraft/textures/gui/container/creative_inventory/tabs.png differ diff --git a/assets/minecraft/textures/gui/container/dispenser.png b/assets/minecraft/textures/gui/container/dispenser.png new file mode 100644 index 0000000..514741e Binary files /dev/null and b/assets/minecraft/textures/gui/container/dispenser.png differ diff --git a/assets/minecraft/textures/gui/container/enchanting_table.png b/assets/minecraft/textures/gui/container/enchanting_table.png new file mode 100644 index 0000000..74871fe Binary files /dev/null and b/assets/minecraft/textures/gui/container/enchanting_table.png differ diff --git a/assets/minecraft/textures/gui/container/furnace.png b/assets/minecraft/textures/gui/container/furnace.png new file mode 100644 index 0000000..2c75707 Binary files /dev/null and b/assets/minecraft/textures/gui/container/furnace.png differ diff --git a/assets/minecraft/textures/gui/container/generic_54.png b/assets/minecraft/textures/gui/container/generic_54.png new file mode 100644 index 0000000..961891f Binary files /dev/null and b/assets/minecraft/textures/gui/container/generic_54.png differ diff --git a/assets/minecraft/textures/gui/container/grindstone.png b/assets/minecraft/textures/gui/container/grindstone.png new file mode 100644 index 0000000..1ee88ee Binary files /dev/null and b/assets/minecraft/textures/gui/container/grindstone.png differ diff --git a/assets/minecraft/textures/gui/container/hopper.png b/assets/minecraft/textures/gui/container/hopper.png new file mode 100644 index 0000000..3d4ab97 Binary files /dev/null and b/assets/minecraft/textures/gui/container/hopper.png differ diff --git a/assets/minecraft/textures/gui/container/horse.png b/assets/minecraft/textures/gui/container/horse.png new file mode 100644 index 0000000..72bb54b Binary files /dev/null and b/assets/minecraft/textures/gui/container/horse.png differ diff --git a/assets/minecraft/textures/gui/container/inventory.png b/assets/minecraft/textures/gui/container/inventory.png new file mode 100644 index 0000000..bd2c03a Binary files /dev/null and b/assets/minecraft/textures/gui/container/inventory.png differ diff --git a/assets/minecraft/textures/gui/container/loom.png b/assets/minecraft/textures/gui/container/loom.png new file mode 100644 index 0000000..f9213ae Binary files /dev/null and b/assets/minecraft/textures/gui/container/loom.png differ diff --git a/assets/minecraft/textures/gui/container/recipe_button.png b/assets/minecraft/textures/gui/container/recipe_button.png new file mode 100644 index 0000000..2ca50ce Binary files /dev/null and b/assets/minecraft/textures/gui/container/recipe_button.png differ diff --git a/assets/minecraft/textures/gui/container/shulker_box.png b/assets/minecraft/textures/gui/container/shulker_box.png new file mode 100644 index 0000000..6d412a3 Binary files /dev/null and b/assets/minecraft/textures/gui/container/shulker_box.png differ diff --git a/assets/minecraft/textures/gui/container/smoker.png b/assets/minecraft/textures/gui/container/smoker.png new file mode 100644 index 0000000..2c75707 Binary files /dev/null and b/assets/minecraft/textures/gui/container/smoker.png differ diff --git a/assets/minecraft/textures/gui/container/stats_icons.png b/assets/minecraft/textures/gui/container/stats_icons.png new file mode 100644 index 0000000..3be3609 Binary files /dev/null and b/assets/minecraft/textures/gui/container/stats_icons.png differ diff --git a/assets/minecraft/textures/gui/container/stonecutter.png b/assets/minecraft/textures/gui/container/stonecutter.png new file mode 100644 index 0000000..58e0a20 Binary files /dev/null and b/assets/minecraft/textures/gui/container/stonecutter.png differ diff --git a/assets/minecraft/textures/gui/container/villager.png b/assets/minecraft/textures/gui/container/villager.png new file mode 100644 index 0000000..1203085 Binary files /dev/null and b/assets/minecraft/textures/gui/container/villager.png differ diff --git a/assets/minecraft/textures/gui/container/villager2.png b/assets/minecraft/textures/gui/container/villager2.png new file mode 100644 index 0000000..4c77024 Binary files /dev/null and b/assets/minecraft/textures/gui/container/villager2.png differ diff --git a/assets/minecraft/textures/gui/demo_background.png b/assets/minecraft/textures/gui/demo_background.png new file mode 100644 index 0000000..2563c2a Binary files /dev/null and b/assets/minecraft/textures/gui/demo_background.png differ diff --git a/assets/minecraft/textures/gui/icons.png b/assets/minecraft/textures/gui/icons.png new file mode 100644 index 0000000..3f0b646 Binary files /dev/null and b/assets/minecraft/textures/gui/icons.png differ diff --git a/assets/minecraft/textures/gui/options_background.png b/assets/minecraft/textures/gui/options_background.png new file mode 100644 index 0000000..9bc3154 Binary files /dev/null and b/assets/minecraft/textures/gui/options_background.png differ diff --git a/assets/minecraft/textures/gui/recipe_book.png b/assets/minecraft/textures/gui/recipe_book.png new file mode 100644 index 0000000..a1850ae Binary files /dev/null and b/assets/minecraft/textures/gui/recipe_book.png differ diff --git a/assets/minecraft/textures/gui/recipe_button.png b/assets/minecraft/textures/gui/recipe_button.png new file mode 100644 index 0000000..2ca50ce Binary files /dev/null and b/assets/minecraft/textures/gui/recipe_button.png differ diff --git a/assets/minecraft/textures/gui/resource_packs.png b/assets/minecraft/textures/gui/resource_packs.png new file mode 100644 index 0000000..713a63a Binary files /dev/null and b/assets/minecraft/textures/gui/resource_packs.png differ diff --git a/assets/minecraft/textures/gui/server_selection.png b/assets/minecraft/textures/gui/server_selection.png new file mode 100644 index 0000000..03d32e8 Binary files /dev/null and b/assets/minecraft/textures/gui/server_selection.png differ diff --git a/assets/minecraft/textures/gui/spectator_widgets.png b/assets/minecraft/textures/gui/spectator_widgets.png new file mode 100644 index 0000000..9c3817e Binary files /dev/null and b/assets/minecraft/textures/gui/spectator_widgets.png differ diff --git a/assets/minecraft/textures/gui/stream_indicator.png b/assets/minecraft/textures/gui/stream_indicator.png new file mode 100644 index 0000000..b426b7e Binary files /dev/null and b/assets/minecraft/textures/gui/stream_indicator.png differ diff --git a/assets/minecraft/textures/gui/title/background/panorama_0.png b/assets/minecraft/textures/gui/title/background/panorama_0.png new file mode 100644 index 0000000..9c2e2cd Binary files /dev/null and b/assets/minecraft/textures/gui/title/background/panorama_0.png differ diff --git a/assets/minecraft/textures/gui/title/background/panorama_1.png b/assets/minecraft/textures/gui/title/background/panorama_1.png new file mode 100644 index 0000000..c6e8db9 Binary files /dev/null and b/assets/minecraft/textures/gui/title/background/panorama_1.png differ diff --git a/assets/minecraft/textures/gui/title/background/panorama_2.png b/assets/minecraft/textures/gui/title/background/panorama_2.png new file mode 100644 index 0000000..21a1955 Binary files /dev/null and b/assets/minecraft/textures/gui/title/background/panorama_2.png differ diff --git a/assets/minecraft/textures/gui/title/background/panorama_3.png b/assets/minecraft/textures/gui/title/background/panorama_3.png new file mode 100644 index 0000000..29ae1e6 Binary files /dev/null and b/assets/minecraft/textures/gui/title/background/panorama_3.png differ diff --git a/assets/minecraft/textures/gui/title/background/panorama_4.png b/assets/minecraft/textures/gui/title/background/panorama_4.png new file mode 100644 index 0000000..a9c7ab1 Binary files /dev/null and b/assets/minecraft/textures/gui/title/background/panorama_4.png differ diff --git a/assets/minecraft/textures/gui/title/background/panorama_5.png b/assets/minecraft/textures/gui/title/background/panorama_5.png new file mode 100644 index 0000000..2ed23e9 Binary files /dev/null and b/assets/minecraft/textures/gui/title/background/panorama_5.png differ diff --git a/assets/minecraft/textures/gui/title/edition.png b/assets/minecraft/textures/gui/title/edition.png new file mode 100644 index 0000000..f6e2de3 Binary files /dev/null and b/assets/minecraft/textures/gui/title/edition.png differ diff --git a/assets/minecraft/textures/gui/title/minecraft.png b/assets/minecraft/textures/gui/title/minecraft.png new file mode 100644 index 0000000..ee3a594 Binary files /dev/null and b/assets/minecraft/textures/gui/title/minecraft.png differ diff --git a/assets/minecraft/textures/gui/title/mojang.png b/assets/minecraft/textures/gui/title/mojang.png new file mode 100644 index 0000000..1da91dd Binary files /dev/null and b/assets/minecraft/textures/gui/title/mojang.png differ diff --git a/assets/minecraft/textures/gui/toasts.png b/assets/minecraft/textures/gui/toasts.png new file mode 100644 index 0000000..30015e9 Binary files /dev/null and b/assets/minecraft/textures/gui/toasts.png differ diff --git a/assets/minecraft/textures/gui/widgets.png b/assets/minecraft/textures/gui/widgets.png new file mode 100644 index 0000000..89b6fa2 Binary files /dev/null and b/assets/minecraft/textures/gui/widgets.png differ diff --git a/assets/minecraft/textures/gui/world_selection.png b/assets/minecraft/textures/gui/world_selection.png new file mode 100644 index 0000000..19d571a Binary files /dev/null and b/assets/minecraft/textures/gui/world_selection.png differ diff --git a/assets/minecraft/textures/item/acacia_boat.png b/assets/minecraft/textures/item/acacia_boat.png new file mode 100644 index 0000000..b705b5c Binary files /dev/null and b/assets/minecraft/textures/item/acacia_boat.png differ diff --git a/assets/minecraft/textures/item/acacia_door.png b/assets/minecraft/textures/item/acacia_door.png new file mode 100644 index 0000000..e029199 Binary files /dev/null and b/assets/minecraft/textures/item/acacia_door.png differ diff --git a/assets/minecraft/textures/item/acacia_sign.png b/assets/minecraft/textures/item/acacia_sign.png new file mode 100644 index 0000000..633ec66 Binary files /dev/null and b/assets/minecraft/textures/item/acacia_sign.png differ diff --git a/assets/minecraft/textures/item/apple.png b/assets/minecraft/textures/item/apple.png new file mode 100644 index 0000000..138c5cc Binary files /dev/null and b/assets/minecraft/textures/item/apple.png differ diff --git a/assets/minecraft/textures/item/armor_stand.png b/assets/minecraft/textures/item/armor_stand.png new file mode 100644 index 0000000..8b352da Binary files /dev/null and b/assets/minecraft/textures/item/armor_stand.png differ diff --git a/assets/minecraft/textures/item/arrow.png b/assets/minecraft/textures/item/arrow.png new file mode 100644 index 0000000..9d765a7 Binary files /dev/null and b/assets/minecraft/textures/item/arrow.png differ diff --git a/assets/minecraft/textures/item/baked_potato.png b/assets/minecraft/textures/item/baked_potato.png new file mode 100644 index 0000000..3ba5ff7 Binary files /dev/null and b/assets/minecraft/textures/item/baked_potato.png differ diff --git a/assets/minecraft/textures/item/bamboo.png b/assets/minecraft/textures/item/bamboo.png new file mode 100644 index 0000000..8fb8031 Binary files /dev/null and b/assets/minecraft/textures/item/bamboo.png differ diff --git a/assets/minecraft/textures/item/barrier.png b/assets/minecraft/textures/item/barrier.png new file mode 100644 index 0000000..f44b713 Binary files /dev/null and b/assets/minecraft/textures/item/barrier.png differ diff --git a/assets/minecraft/textures/item/beef.png b/assets/minecraft/textures/item/beef.png new file mode 100644 index 0000000..77daec4 Binary files /dev/null and b/assets/minecraft/textures/item/beef.png differ diff --git a/assets/minecraft/textures/item/beetroot.png b/assets/minecraft/textures/item/beetroot.png new file mode 100644 index 0000000..a494ea8 Binary files /dev/null and b/assets/minecraft/textures/item/beetroot.png differ diff --git a/assets/minecraft/textures/item/beetroot_seeds.png b/assets/minecraft/textures/item/beetroot_seeds.png new file mode 100644 index 0000000..75b5053 Binary files /dev/null and b/assets/minecraft/textures/item/beetroot_seeds.png differ diff --git a/assets/minecraft/textures/item/beetroot_soup.png b/assets/minecraft/textures/item/beetroot_soup.png new file mode 100644 index 0000000..a7f849e Binary files /dev/null and b/assets/minecraft/textures/item/beetroot_soup.png differ diff --git a/assets/minecraft/textures/item/bell.png b/assets/minecraft/textures/item/bell.png new file mode 100644 index 0000000..3414028 Binary files /dev/null and b/assets/minecraft/textures/item/bell.png differ diff --git a/assets/minecraft/textures/item/birch_boat.png b/assets/minecraft/textures/item/birch_boat.png new file mode 100644 index 0000000..d651ece Binary files /dev/null and b/assets/minecraft/textures/item/birch_boat.png differ diff --git a/assets/minecraft/textures/item/birch_door.png b/assets/minecraft/textures/item/birch_door.png new file mode 100644 index 0000000..543407b Binary files /dev/null and b/assets/minecraft/textures/item/birch_door.png differ diff --git a/assets/minecraft/textures/item/birch_sign.png b/assets/minecraft/textures/item/birch_sign.png new file mode 100644 index 0000000..05a1b68 Binary files /dev/null and b/assets/minecraft/textures/item/birch_sign.png differ diff --git a/assets/minecraft/textures/item/black_dye.png b/assets/minecraft/textures/item/black_dye.png new file mode 100644 index 0000000..26b0b5c Binary files /dev/null and b/assets/minecraft/textures/item/black_dye.png differ diff --git a/assets/minecraft/textures/item/blaze_powder.png b/assets/minecraft/textures/item/blaze_powder.png new file mode 100644 index 0000000..f70c733 Binary files /dev/null and b/assets/minecraft/textures/item/blaze_powder.png differ diff --git a/assets/minecraft/textures/item/blaze_rod.png b/assets/minecraft/textures/item/blaze_rod.png new file mode 100644 index 0000000..8d35d8b Binary files /dev/null and b/assets/minecraft/textures/item/blaze_rod.png differ diff --git a/assets/minecraft/textures/item/blue_dye.png b/assets/minecraft/textures/item/blue_dye.png new file mode 100644 index 0000000..3ed0c92 Binary files /dev/null and b/assets/minecraft/textures/item/blue_dye.png differ diff --git a/assets/minecraft/textures/item/bone.png b/assets/minecraft/textures/item/bone.png new file mode 100644 index 0000000..438e6bc Binary files /dev/null and b/assets/minecraft/textures/item/bone.png differ diff --git a/assets/minecraft/textures/item/bone_meal.png b/assets/minecraft/textures/item/bone_meal.png new file mode 100644 index 0000000..1fcbbab Binary files /dev/null and b/assets/minecraft/textures/item/bone_meal.png differ diff --git a/assets/minecraft/textures/item/book.png b/assets/minecraft/textures/item/book.png new file mode 100644 index 0000000..f1d4e65 Binary files /dev/null and b/assets/minecraft/textures/item/book.png differ diff --git a/assets/minecraft/textures/item/bow.png b/assets/minecraft/textures/item/bow.png new file mode 100644 index 0000000..e372294 Binary files /dev/null and b/assets/minecraft/textures/item/bow.png differ diff --git a/assets/minecraft/textures/item/bow_pulling_0.png b/assets/minecraft/textures/item/bow_pulling_0.png new file mode 100644 index 0000000..f65e706 Binary files /dev/null and b/assets/minecraft/textures/item/bow_pulling_0.png differ diff --git a/assets/minecraft/textures/item/bow_pulling_1.png b/assets/minecraft/textures/item/bow_pulling_1.png new file mode 100644 index 0000000..01a3dd8 Binary files /dev/null and b/assets/minecraft/textures/item/bow_pulling_1.png differ diff --git a/assets/minecraft/textures/item/bow_pulling_2.png b/assets/minecraft/textures/item/bow_pulling_2.png new file mode 100644 index 0000000..db24421 Binary files /dev/null and b/assets/minecraft/textures/item/bow_pulling_2.png differ diff --git a/assets/minecraft/textures/item/bowl.png b/assets/minecraft/textures/item/bowl.png new file mode 100644 index 0000000..52cde8d Binary files /dev/null and b/assets/minecraft/textures/item/bowl.png differ diff --git a/assets/minecraft/textures/item/bread.png b/assets/minecraft/textures/item/bread.png new file mode 100644 index 0000000..f7f6d7c Binary files /dev/null and b/assets/minecraft/textures/item/bread.png differ diff --git a/assets/minecraft/textures/item/brewing_stand.png b/assets/minecraft/textures/item/brewing_stand.png new file mode 100644 index 0000000..175a907 Binary files /dev/null and b/assets/minecraft/textures/item/brewing_stand.png differ diff --git a/assets/minecraft/textures/item/brick.png b/assets/minecraft/textures/item/brick.png new file mode 100644 index 0000000..d622517 Binary files /dev/null and b/assets/minecraft/textures/item/brick.png differ diff --git a/assets/minecraft/textures/item/broken_elytra.png b/assets/minecraft/textures/item/broken_elytra.png new file mode 100644 index 0000000..d763137 Binary files /dev/null and b/assets/minecraft/textures/item/broken_elytra.png differ diff --git a/assets/minecraft/textures/item/brown_dye.png b/assets/minecraft/textures/item/brown_dye.png new file mode 100644 index 0000000..7714582 Binary files /dev/null and b/assets/minecraft/textures/item/brown_dye.png differ diff --git a/assets/minecraft/textures/item/bucket.png b/assets/minecraft/textures/item/bucket.png new file mode 100644 index 0000000..99cf917 Binary files /dev/null and b/assets/minecraft/textures/item/bucket.png differ diff --git a/assets/minecraft/textures/item/cake.png b/assets/minecraft/textures/item/cake.png new file mode 100644 index 0000000..6c0ac4f Binary files /dev/null and b/assets/minecraft/textures/item/cake.png differ diff --git a/assets/minecraft/textures/item/campfire.png b/assets/minecraft/textures/item/campfire.png new file mode 100644 index 0000000..2b13fde Binary files /dev/null and b/assets/minecraft/textures/item/campfire.png differ diff --git a/assets/minecraft/textures/item/carrot.png b/assets/minecraft/textures/item/carrot.png new file mode 100644 index 0000000..872367d Binary files /dev/null and b/assets/minecraft/textures/item/carrot.png differ diff --git a/assets/minecraft/textures/item/carrot_on_a_stick.png b/assets/minecraft/textures/item/carrot_on_a_stick.png new file mode 100644 index 0000000..cb30a51 Binary files /dev/null and b/assets/minecraft/textures/item/carrot_on_a_stick.png differ diff --git a/assets/minecraft/textures/item/cauldron.png b/assets/minecraft/textures/item/cauldron.png new file mode 100644 index 0000000..52f210d Binary files /dev/null and b/assets/minecraft/textures/item/cauldron.png differ diff --git a/assets/minecraft/textures/item/chainmail_boots.png b/assets/minecraft/textures/item/chainmail_boots.png new file mode 100644 index 0000000..5a78182 Binary files /dev/null and b/assets/minecraft/textures/item/chainmail_boots.png differ diff --git a/assets/minecraft/textures/item/chainmail_chestplate.png b/assets/minecraft/textures/item/chainmail_chestplate.png new file mode 100644 index 0000000..c73aa76 Binary files /dev/null and b/assets/minecraft/textures/item/chainmail_chestplate.png differ diff --git a/assets/minecraft/textures/item/chainmail_helmet.png b/assets/minecraft/textures/item/chainmail_helmet.png new file mode 100644 index 0000000..10ae0e9 Binary files /dev/null and b/assets/minecraft/textures/item/chainmail_helmet.png differ diff --git a/assets/minecraft/textures/item/chainmail_leggings.png b/assets/minecraft/textures/item/chainmail_leggings.png new file mode 100644 index 0000000..dafe3e4 Binary files /dev/null and b/assets/minecraft/textures/item/chainmail_leggings.png differ diff --git a/assets/minecraft/textures/item/charcoal.png b/assets/minecraft/textures/item/charcoal.png new file mode 100644 index 0000000..9fe49a7 Binary files /dev/null and b/assets/minecraft/textures/item/charcoal.png differ diff --git a/assets/minecraft/textures/item/chest_minecart.png b/assets/minecraft/textures/item/chest_minecart.png new file mode 100644 index 0000000..8ab8bff Binary files /dev/null and b/assets/minecraft/textures/item/chest_minecart.png differ diff --git a/assets/minecraft/textures/item/chicken.png b/assets/minecraft/textures/item/chicken.png new file mode 100644 index 0000000..b2d6d86 Binary files /dev/null and b/assets/minecraft/textures/item/chicken.png differ diff --git a/assets/minecraft/textures/item/chorus_fruit.png b/assets/minecraft/textures/item/chorus_fruit.png new file mode 100644 index 0000000..d6d3dbf Binary files /dev/null and b/assets/minecraft/textures/item/chorus_fruit.png differ diff --git a/assets/minecraft/textures/item/clay_ball.png b/assets/minecraft/textures/item/clay_ball.png new file mode 100644 index 0000000..a420651 Binary files /dev/null and b/assets/minecraft/textures/item/clay_ball.png differ diff --git a/assets/minecraft/textures/item/clock_00.png b/assets/minecraft/textures/item/clock_00.png new file mode 100644 index 0000000..b1d98c6 Binary files /dev/null and b/assets/minecraft/textures/item/clock_00.png differ diff --git a/assets/minecraft/textures/item/clock_01.png b/assets/minecraft/textures/item/clock_01.png new file mode 100644 index 0000000..3922855 Binary files /dev/null and b/assets/minecraft/textures/item/clock_01.png differ diff --git a/assets/minecraft/textures/item/clock_02.png b/assets/minecraft/textures/item/clock_02.png new file mode 100644 index 0000000..140eda2 Binary files /dev/null and b/assets/minecraft/textures/item/clock_02.png differ diff --git a/assets/minecraft/textures/item/clock_03.png b/assets/minecraft/textures/item/clock_03.png new file mode 100644 index 0000000..9bbbc32 Binary files /dev/null and b/assets/minecraft/textures/item/clock_03.png differ diff --git a/assets/minecraft/textures/item/clock_04.png b/assets/minecraft/textures/item/clock_04.png new file mode 100644 index 0000000..d400b94 Binary files /dev/null and b/assets/minecraft/textures/item/clock_04.png differ diff --git a/assets/minecraft/textures/item/clock_05.png b/assets/minecraft/textures/item/clock_05.png new file mode 100644 index 0000000..6fb7efa Binary files /dev/null and b/assets/minecraft/textures/item/clock_05.png differ diff --git a/assets/minecraft/textures/item/clock_06.png b/assets/minecraft/textures/item/clock_06.png new file mode 100644 index 0000000..98ecd9a Binary files /dev/null and b/assets/minecraft/textures/item/clock_06.png differ diff --git a/assets/minecraft/textures/item/clock_07.png b/assets/minecraft/textures/item/clock_07.png new file mode 100644 index 0000000..9a4a0ea Binary files /dev/null and b/assets/minecraft/textures/item/clock_07.png differ diff --git a/assets/minecraft/textures/item/clock_08.png b/assets/minecraft/textures/item/clock_08.png new file mode 100644 index 0000000..5e84fa1 Binary files /dev/null and b/assets/minecraft/textures/item/clock_08.png differ diff --git a/assets/minecraft/textures/item/clock_09.png b/assets/minecraft/textures/item/clock_09.png new file mode 100644 index 0000000..078e9a5 Binary files /dev/null and b/assets/minecraft/textures/item/clock_09.png differ diff --git a/assets/minecraft/textures/item/clock_10.png b/assets/minecraft/textures/item/clock_10.png new file mode 100644 index 0000000..89f60bb Binary files /dev/null and b/assets/minecraft/textures/item/clock_10.png differ diff --git a/assets/minecraft/textures/item/clock_11.png b/assets/minecraft/textures/item/clock_11.png new file mode 100644 index 0000000..142c3a8 Binary files /dev/null and b/assets/minecraft/textures/item/clock_11.png differ diff --git a/assets/minecraft/textures/item/clock_12.png b/assets/minecraft/textures/item/clock_12.png new file mode 100644 index 0000000..9226cf6 Binary files /dev/null and b/assets/minecraft/textures/item/clock_12.png differ diff --git a/assets/minecraft/textures/item/clock_13.png b/assets/minecraft/textures/item/clock_13.png new file mode 100644 index 0000000..239c2e3 Binary files /dev/null and b/assets/minecraft/textures/item/clock_13.png differ diff --git a/assets/minecraft/textures/item/clock_14.png b/assets/minecraft/textures/item/clock_14.png new file mode 100644 index 0000000..68b010a Binary files /dev/null and b/assets/minecraft/textures/item/clock_14.png differ diff --git a/assets/minecraft/textures/item/clock_15.png b/assets/minecraft/textures/item/clock_15.png new file mode 100644 index 0000000..180d04b Binary files /dev/null and b/assets/minecraft/textures/item/clock_15.png differ diff --git a/assets/minecraft/textures/item/clock_16.png b/assets/minecraft/textures/item/clock_16.png new file mode 100644 index 0000000..ca75e56 Binary files /dev/null and b/assets/minecraft/textures/item/clock_16.png differ diff --git a/assets/minecraft/textures/item/clock_17.png b/assets/minecraft/textures/item/clock_17.png new file mode 100644 index 0000000..e96a50c Binary files /dev/null and b/assets/minecraft/textures/item/clock_17.png differ diff --git a/assets/minecraft/textures/item/clock_18.png b/assets/minecraft/textures/item/clock_18.png new file mode 100644 index 0000000..9bfb99f Binary files /dev/null and b/assets/minecraft/textures/item/clock_18.png differ diff --git a/assets/minecraft/textures/item/clock_19.png b/assets/minecraft/textures/item/clock_19.png new file mode 100644 index 0000000..6b9fd20 Binary files /dev/null and b/assets/minecraft/textures/item/clock_19.png differ diff --git a/assets/minecraft/textures/item/clock_20.png b/assets/minecraft/textures/item/clock_20.png new file mode 100644 index 0000000..20fb2ee Binary files /dev/null and b/assets/minecraft/textures/item/clock_20.png differ diff --git a/assets/minecraft/textures/item/clock_21.png b/assets/minecraft/textures/item/clock_21.png new file mode 100644 index 0000000..6a05553 Binary files /dev/null and b/assets/minecraft/textures/item/clock_21.png differ diff --git a/assets/minecraft/textures/item/clock_22.png b/assets/minecraft/textures/item/clock_22.png new file mode 100644 index 0000000..9642939 Binary files /dev/null and b/assets/minecraft/textures/item/clock_22.png differ diff --git a/assets/minecraft/textures/item/clock_23.png b/assets/minecraft/textures/item/clock_23.png new file mode 100644 index 0000000..f97c2b5 Binary files /dev/null and b/assets/minecraft/textures/item/clock_23.png differ diff --git a/assets/minecraft/textures/item/clock_24.png b/assets/minecraft/textures/item/clock_24.png new file mode 100644 index 0000000..80d5b47 Binary files /dev/null and b/assets/minecraft/textures/item/clock_24.png differ diff --git a/assets/minecraft/textures/item/clock_25.png b/assets/minecraft/textures/item/clock_25.png new file mode 100644 index 0000000..498b876 Binary files /dev/null and b/assets/minecraft/textures/item/clock_25.png differ diff --git a/assets/minecraft/textures/item/clock_26.png b/assets/minecraft/textures/item/clock_26.png new file mode 100644 index 0000000..356e401 Binary files /dev/null and b/assets/minecraft/textures/item/clock_26.png differ diff --git a/assets/minecraft/textures/item/clock_27.png b/assets/minecraft/textures/item/clock_27.png new file mode 100644 index 0000000..40f59ce Binary files /dev/null and b/assets/minecraft/textures/item/clock_27.png differ diff --git a/assets/minecraft/textures/item/clock_28.png b/assets/minecraft/textures/item/clock_28.png new file mode 100644 index 0000000..49b4b90 Binary files /dev/null and b/assets/minecraft/textures/item/clock_28.png differ diff --git a/assets/minecraft/textures/item/clock_29.png b/assets/minecraft/textures/item/clock_29.png new file mode 100644 index 0000000..a6a76fc Binary files /dev/null and b/assets/minecraft/textures/item/clock_29.png differ diff --git a/assets/minecraft/textures/item/clock_30.png b/assets/minecraft/textures/item/clock_30.png new file mode 100644 index 0000000..845d527 Binary files /dev/null and b/assets/minecraft/textures/item/clock_30.png differ diff --git a/assets/minecraft/textures/item/clock_31.png b/assets/minecraft/textures/item/clock_31.png new file mode 100644 index 0000000..7dc1d8d Binary files /dev/null and b/assets/minecraft/textures/item/clock_31.png differ diff --git a/assets/minecraft/textures/item/clock_32.png b/assets/minecraft/textures/item/clock_32.png new file mode 100644 index 0000000..698f088 Binary files /dev/null and b/assets/minecraft/textures/item/clock_32.png differ diff --git a/assets/minecraft/textures/item/clock_33.png b/assets/minecraft/textures/item/clock_33.png new file mode 100644 index 0000000..c83d44c Binary files /dev/null and b/assets/minecraft/textures/item/clock_33.png differ diff --git a/assets/minecraft/textures/item/clock_34.png b/assets/minecraft/textures/item/clock_34.png new file mode 100644 index 0000000..f8e0a64 Binary files /dev/null and b/assets/minecraft/textures/item/clock_34.png differ diff --git a/assets/minecraft/textures/item/clock_35.png b/assets/minecraft/textures/item/clock_35.png new file mode 100644 index 0000000..267cd88 Binary files /dev/null and b/assets/minecraft/textures/item/clock_35.png differ diff --git a/assets/minecraft/textures/item/clock_36.png b/assets/minecraft/textures/item/clock_36.png new file mode 100644 index 0000000..aa2a5a2 Binary files /dev/null and b/assets/minecraft/textures/item/clock_36.png differ diff --git a/assets/minecraft/textures/item/clock_37.png b/assets/minecraft/textures/item/clock_37.png new file mode 100644 index 0000000..bf73868 Binary files /dev/null and b/assets/minecraft/textures/item/clock_37.png differ diff --git a/assets/minecraft/textures/item/clock_38.png b/assets/minecraft/textures/item/clock_38.png new file mode 100644 index 0000000..0d04a3c Binary files /dev/null and b/assets/minecraft/textures/item/clock_38.png differ diff --git a/assets/minecraft/textures/item/clock_39.png b/assets/minecraft/textures/item/clock_39.png new file mode 100644 index 0000000..f037cdc Binary files /dev/null and b/assets/minecraft/textures/item/clock_39.png differ diff --git a/assets/minecraft/textures/item/clock_40.png b/assets/minecraft/textures/item/clock_40.png new file mode 100644 index 0000000..6522fb6 Binary files /dev/null and b/assets/minecraft/textures/item/clock_40.png differ diff --git a/assets/minecraft/textures/item/clock_41.png b/assets/minecraft/textures/item/clock_41.png new file mode 100644 index 0000000..f7deadc Binary files /dev/null and b/assets/minecraft/textures/item/clock_41.png differ diff --git a/assets/minecraft/textures/item/clock_42.png b/assets/minecraft/textures/item/clock_42.png new file mode 100644 index 0000000..7347dbd Binary files /dev/null and b/assets/minecraft/textures/item/clock_42.png differ diff --git a/assets/minecraft/textures/item/clock_43.png b/assets/minecraft/textures/item/clock_43.png new file mode 100644 index 0000000..298d7df Binary files /dev/null and b/assets/minecraft/textures/item/clock_43.png differ diff --git a/assets/minecraft/textures/item/clock_44.png b/assets/minecraft/textures/item/clock_44.png new file mode 100644 index 0000000..7774863 Binary files /dev/null and b/assets/minecraft/textures/item/clock_44.png differ diff --git a/assets/minecraft/textures/item/clock_45.png b/assets/minecraft/textures/item/clock_45.png new file mode 100644 index 0000000..43eea14 Binary files /dev/null and b/assets/minecraft/textures/item/clock_45.png differ diff --git a/assets/minecraft/textures/item/clock_46.png b/assets/minecraft/textures/item/clock_46.png new file mode 100644 index 0000000..2c59529 Binary files /dev/null and b/assets/minecraft/textures/item/clock_46.png differ diff --git a/assets/minecraft/textures/item/clock_47.png b/assets/minecraft/textures/item/clock_47.png new file mode 100644 index 0000000..f547682 Binary files /dev/null and b/assets/minecraft/textures/item/clock_47.png differ diff --git a/assets/minecraft/textures/item/clock_48.png b/assets/minecraft/textures/item/clock_48.png new file mode 100644 index 0000000..8564794 Binary files /dev/null and b/assets/minecraft/textures/item/clock_48.png differ diff --git a/assets/minecraft/textures/item/clock_49.png b/assets/minecraft/textures/item/clock_49.png new file mode 100644 index 0000000..17959a9 Binary files /dev/null and b/assets/minecraft/textures/item/clock_49.png differ diff --git a/assets/minecraft/textures/item/clock_50.png b/assets/minecraft/textures/item/clock_50.png new file mode 100644 index 0000000..580ffaf Binary files /dev/null and b/assets/minecraft/textures/item/clock_50.png differ diff --git a/assets/minecraft/textures/item/clock_51.png b/assets/minecraft/textures/item/clock_51.png new file mode 100644 index 0000000..b32a598 Binary files /dev/null and b/assets/minecraft/textures/item/clock_51.png differ diff --git a/assets/minecraft/textures/item/clock_52.png b/assets/minecraft/textures/item/clock_52.png new file mode 100644 index 0000000..a85d50b Binary files /dev/null and b/assets/minecraft/textures/item/clock_52.png differ diff --git a/assets/minecraft/textures/item/clock_53.png b/assets/minecraft/textures/item/clock_53.png new file mode 100644 index 0000000..0c782aa Binary files /dev/null and b/assets/minecraft/textures/item/clock_53.png differ diff --git a/assets/minecraft/textures/item/clock_54.png b/assets/minecraft/textures/item/clock_54.png new file mode 100644 index 0000000..62f3b4a Binary files /dev/null and b/assets/minecraft/textures/item/clock_54.png differ diff --git a/assets/minecraft/textures/item/clock_55.png b/assets/minecraft/textures/item/clock_55.png new file mode 100644 index 0000000..3263ed2 Binary files /dev/null and b/assets/minecraft/textures/item/clock_55.png differ diff --git a/assets/minecraft/textures/item/clock_56.png b/assets/minecraft/textures/item/clock_56.png new file mode 100644 index 0000000..02f60d2 Binary files /dev/null and b/assets/minecraft/textures/item/clock_56.png differ diff --git a/assets/minecraft/textures/item/clock_57.png b/assets/minecraft/textures/item/clock_57.png new file mode 100644 index 0000000..9d42408 Binary files /dev/null and b/assets/minecraft/textures/item/clock_57.png differ diff --git a/assets/minecraft/textures/item/clock_58.png b/assets/minecraft/textures/item/clock_58.png new file mode 100644 index 0000000..88adb51 Binary files /dev/null and b/assets/minecraft/textures/item/clock_58.png differ diff --git a/assets/minecraft/textures/item/clock_59.png b/assets/minecraft/textures/item/clock_59.png new file mode 100644 index 0000000..a552505 Binary files /dev/null and b/assets/minecraft/textures/item/clock_59.png differ diff --git a/assets/minecraft/textures/item/clock_60.png b/assets/minecraft/textures/item/clock_60.png new file mode 100644 index 0000000..48dd888 Binary files /dev/null and b/assets/minecraft/textures/item/clock_60.png differ diff --git a/assets/minecraft/textures/item/clock_61.png b/assets/minecraft/textures/item/clock_61.png new file mode 100644 index 0000000..8fabf11 Binary files /dev/null and b/assets/minecraft/textures/item/clock_61.png differ diff --git a/assets/minecraft/textures/item/clock_62.png b/assets/minecraft/textures/item/clock_62.png new file mode 100644 index 0000000..a1d7370 Binary files /dev/null and b/assets/minecraft/textures/item/clock_62.png differ diff --git a/assets/minecraft/textures/item/clock_63.png b/assets/minecraft/textures/item/clock_63.png new file mode 100644 index 0000000..d03c96a Binary files /dev/null and b/assets/minecraft/textures/item/clock_63.png differ diff --git a/assets/minecraft/textures/item/coal.png b/assets/minecraft/textures/item/coal.png new file mode 100644 index 0000000..c94ebad Binary files /dev/null and b/assets/minecraft/textures/item/coal.png differ diff --git a/assets/minecraft/textures/item/cocoa_beans.png b/assets/minecraft/textures/item/cocoa_beans.png new file mode 100644 index 0000000..3c5d066 Binary files /dev/null and b/assets/minecraft/textures/item/cocoa_beans.png differ diff --git a/assets/minecraft/textures/item/cod.png b/assets/minecraft/textures/item/cod.png new file mode 100644 index 0000000..cd8c757 Binary files /dev/null and b/assets/minecraft/textures/item/cod.png differ diff --git a/assets/minecraft/textures/item/cod_bucket.png b/assets/minecraft/textures/item/cod_bucket.png new file mode 100644 index 0000000..582207c Binary files /dev/null and b/assets/minecraft/textures/item/cod_bucket.png differ diff --git a/assets/minecraft/textures/item/command_block_minecart.png b/assets/minecraft/textures/item/command_block_minecart.png new file mode 100644 index 0000000..c13028d Binary files /dev/null and b/assets/minecraft/textures/item/command_block_minecart.png differ diff --git a/assets/minecraft/textures/item/comparator.png b/assets/minecraft/textures/item/comparator.png new file mode 100644 index 0000000..60d153d Binary files /dev/null and b/assets/minecraft/textures/item/comparator.png differ diff --git a/assets/minecraft/textures/item/compass_00.png b/assets/minecraft/textures/item/compass_00.png new file mode 100644 index 0000000..3a0e239 Binary files /dev/null and b/assets/minecraft/textures/item/compass_00.png differ diff --git a/assets/minecraft/textures/item/compass_01.png b/assets/minecraft/textures/item/compass_01.png new file mode 100644 index 0000000..9a33f52 Binary files /dev/null and b/assets/minecraft/textures/item/compass_01.png differ diff --git a/assets/minecraft/textures/item/compass_02.png b/assets/minecraft/textures/item/compass_02.png new file mode 100644 index 0000000..4b8b2ac Binary files /dev/null and b/assets/minecraft/textures/item/compass_02.png differ diff --git a/assets/minecraft/textures/item/compass_03.png b/assets/minecraft/textures/item/compass_03.png new file mode 100644 index 0000000..312403b Binary files /dev/null and b/assets/minecraft/textures/item/compass_03.png differ diff --git a/assets/minecraft/textures/item/compass_04.png b/assets/minecraft/textures/item/compass_04.png new file mode 100644 index 0000000..fc583f0 Binary files /dev/null and b/assets/minecraft/textures/item/compass_04.png differ diff --git a/assets/minecraft/textures/item/compass_05.png b/assets/minecraft/textures/item/compass_05.png new file mode 100644 index 0000000..bcd4143 Binary files /dev/null and b/assets/minecraft/textures/item/compass_05.png differ diff --git a/assets/minecraft/textures/item/compass_06.png b/assets/minecraft/textures/item/compass_06.png new file mode 100644 index 0000000..faeba8f Binary files /dev/null and b/assets/minecraft/textures/item/compass_06.png differ diff --git a/assets/minecraft/textures/item/compass_07.png b/assets/minecraft/textures/item/compass_07.png new file mode 100644 index 0000000..1e7f01e Binary files /dev/null and b/assets/minecraft/textures/item/compass_07.png differ diff --git a/assets/minecraft/textures/item/compass_08.png b/assets/minecraft/textures/item/compass_08.png new file mode 100644 index 0000000..1e7f01e Binary files /dev/null and b/assets/minecraft/textures/item/compass_08.png differ diff --git a/assets/minecraft/textures/item/compass_09.png b/assets/minecraft/textures/item/compass_09.png new file mode 100644 index 0000000..1e7f01e Binary files /dev/null and b/assets/minecraft/textures/item/compass_09.png differ diff --git a/assets/minecraft/textures/item/compass_10.png b/assets/minecraft/textures/item/compass_10.png new file mode 100644 index 0000000..b704bca Binary files /dev/null and b/assets/minecraft/textures/item/compass_10.png differ diff --git a/assets/minecraft/textures/item/compass_11.png b/assets/minecraft/textures/item/compass_11.png new file mode 100644 index 0000000..e46d60a Binary files /dev/null and b/assets/minecraft/textures/item/compass_11.png differ diff --git a/assets/minecraft/textures/item/compass_12.png b/assets/minecraft/textures/item/compass_12.png new file mode 100644 index 0000000..8024484 Binary files /dev/null and b/assets/minecraft/textures/item/compass_12.png differ diff --git a/assets/minecraft/textures/item/compass_13.png b/assets/minecraft/textures/item/compass_13.png new file mode 100644 index 0000000..0988c23 Binary files /dev/null and b/assets/minecraft/textures/item/compass_13.png differ diff --git a/assets/minecraft/textures/item/compass_14.png b/assets/minecraft/textures/item/compass_14.png new file mode 100644 index 0000000..f5882ee Binary files /dev/null and b/assets/minecraft/textures/item/compass_14.png differ diff --git a/assets/minecraft/textures/item/compass_15.png b/assets/minecraft/textures/item/compass_15.png new file mode 100644 index 0000000..8592957 Binary files /dev/null and b/assets/minecraft/textures/item/compass_15.png differ diff --git a/assets/minecraft/textures/item/compass_16.png b/assets/minecraft/textures/item/compass_16.png new file mode 100644 index 0000000..50c4bed Binary files /dev/null and b/assets/minecraft/textures/item/compass_16.png differ diff --git a/assets/minecraft/textures/item/compass_17.png b/assets/minecraft/textures/item/compass_17.png new file mode 100644 index 0000000..fbab4c2 Binary files /dev/null and b/assets/minecraft/textures/item/compass_17.png differ diff --git a/assets/minecraft/textures/item/compass_18.png b/assets/minecraft/textures/item/compass_18.png new file mode 100644 index 0000000..c518f1a Binary files /dev/null and b/assets/minecraft/textures/item/compass_18.png differ diff --git a/assets/minecraft/textures/item/compass_19.png b/assets/minecraft/textures/item/compass_19.png new file mode 100644 index 0000000..8024f6b Binary files /dev/null and b/assets/minecraft/textures/item/compass_19.png differ diff --git a/assets/minecraft/textures/item/compass_20.png b/assets/minecraft/textures/item/compass_20.png new file mode 100644 index 0000000..706db0a Binary files /dev/null and b/assets/minecraft/textures/item/compass_20.png differ diff --git a/assets/minecraft/textures/item/compass_21.png b/assets/minecraft/textures/item/compass_21.png new file mode 100644 index 0000000..e205331 Binary files /dev/null and b/assets/minecraft/textures/item/compass_21.png differ diff --git a/assets/minecraft/textures/item/compass_22.png b/assets/minecraft/textures/item/compass_22.png new file mode 100644 index 0000000..edd4bc0 Binary files /dev/null and b/assets/minecraft/textures/item/compass_22.png differ diff --git a/assets/minecraft/textures/item/compass_23.png b/assets/minecraft/textures/item/compass_23.png new file mode 100644 index 0000000..c43104a Binary files /dev/null and b/assets/minecraft/textures/item/compass_23.png differ diff --git a/assets/minecraft/textures/item/compass_24.png b/assets/minecraft/textures/item/compass_24.png new file mode 100644 index 0000000..c43104a Binary files /dev/null and b/assets/minecraft/textures/item/compass_24.png differ diff --git a/assets/minecraft/textures/item/compass_25.png b/assets/minecraft/textures/item/compass_25.png new file mode 100644 index 0000000..c43104a Binary files /dev/null and b/assets/minecraft/textures/item/compass_25.png differ diff --git a/assets/minecraft/textures/item/compass_26.png b/assets/minecraft/textures/item/compass_26.png new file mode 100644 index 0000000..4bb2728 Binary files /dev/null and b/assets/minecraft/textures/item/compass_26.png differ diff --git a/assets/minecraft/textures/item/compass_27.png b/assets/minecraft/textures/item/compass_27.png new file mode 100644 index 0000000..465a9a6 Binary files /dev/null and b/assets/minecraft/textures/item/compass_27.png differ diff --git a/assets/minecraft/textures/item/compass_28.png b/assets/minecraft/textures/item/compass_28.png new file mode 100644 index 0000000..7f01518 Binary files /dev/null and b/assets/minecraft/textures/item/compass_28.png differ diff --git a/assets/minecraft/textures/item/compass_29.png b/assets/minecraft/textures/item/compass_29.png new file mode 100644 index 0000000..04ab27c Binary files /dev/null and b/assets/minecraft/textures/item/compass_29.png differ diff --git a/assets/minecraft/textures/item/compass_30.png b/assets/minecraft/textures/item/compass_30.png new file mode 100644 index 0000000..54443c4 Binary files /dev/null and b/assets/minecraft/textures/item/compass_30.png differ diff --git a/assets/minecraft/textures/item/compass_31.png b/assets/minecraft/textures/item/compass_31.png new file mode 100644 index 0000000..7a2cd8f Binary files /dev/null and b/assets/minecraft/textures/item/compass_31.png differ diff --git a/assets/minecraft/textures/item/cooked_beef.png b/assets/minecraft/textures/item/cooked_beef.png new file mode 100644 index 0000000..1f27f5f Binary files /dev/null and b/assets/minecraft/textures/item/cooked_beef.png differ diff --git a/assets/minecraft/textures/item/cooked_chicken.png b/assets/minecraft/textures/item/cooked_chicken.png new file mode 100644 index 0000000..408f0ec Binary files /dev/null and b/assets/minecraft/textures/item/cooked_chicken.png differ diff --git a/assets/minecraft/textures/item/cooked_cod.png b/assets/minecraft/textures/item/cooked_cod.png new file mode 100644 index 0000000..9307a89 Binary files /dev/null and b/assets/minecraft/textures/item/cooked_cod.png differ diff --git a/assets/minecraft/textures/item/cooked_mutton.png b/assets/minecraft/textures/item/cooked_mutton.png new file mode 100644 index 0000000..8c65a68 Binary files /dev/null and b/assets/minecraft/textures/item/cooked_mutton.png differ diff --git a/assets/minecraft/textures/item/cooked_porkchop.png b/assets/minecraft/textures/item/cooked_porkchop.png new file mode 100644 index 0000000..dbd02c5 Binary files /dev/null and b/assets/minecraft/textures/item/cooked_porkchop.png differ diff --git a/assets/minecraft/textures/item/cooked_rabbit.png b/assets/minecraft/textures/item/cooked_rabbit.png new file mode 100644 index 0000000..072d25f Binary files /dev/null and b/assets/minecraft/textures/item/cooked_rabbit.png differ diff --git a/assets/minecraft/textures/item/cooked_salmon.png b/assets/minecraft/textures/item/cooked_salmon.png new file mode 100644 index 0000000..9c1ce5a Binary files /dev/null and b/assets/minecraft/textures/item/cooked_salmon.png differ diff --git a/assets/minecraft/textures/item/cookie.png b/assets/minecraft/textures/item/cookie.png new file mode 100644 index 0000000..4a8f53e Binary files /dev/null and b/assets/minecraft/textures/item/cookie.png differ diff --git a/assets/minecraft/textures/item/creeper_banner_pattern.png b/assets/minecraft/textures/item/creeper_banner_pattern.png new file mode 100644 index 0000000..afb1be9 Binary files /dev/null and b/assets/minecraft/textures/item/creeper_banner_pattern.png differ diff --git a/assets/minecraft/textures/item/crossbow_arrow.png b/assets/minecraft/textures/item/crossbow_arrow.png new file mode 100644 index 0000000..ae19066 Binary files /dev/null and b/assets/minecraft/textures/item/crossbow_arrow.png differ diff --git a/assets/minecraft/textures/item/crossbow_firework.png b/assets/minecraft/textures/item/crossbow_firework.png new file mode 100644 index 0000000..f368fb8 Binary files /dev/null and b/assets/minecraft/textures/item/crossbow_firework.png differ diff --git a/assets/minecraft/textures/item/crossbow_pulling_0.png b/assets/minecraft/textures/item/crossbow_pulling_0.png new file mode 100644 index 0000000..0a6c1a0 Binary files /dev/null and b/assets/minecraft/textures/item/crossbow_pulling_0.png differ diff --git a/assets/minecraft/textures/item/crossbow_pulling_1.png b/assets/minecraft/textures/item/crossbow_pulling_1.png new file mode 100644 index 0000000..0dadddc Binary files /dev/null and b/assets/minecraft/textures/item/crossbow_pulling_1.png differ diff --git a/assets/minecraft/textures/item/crossbow_pulling_2.png b/assets/minecraft/textures/item/crossbow_pulling_2.png new file mode 100644 index 0000000..df3bab5 Binary files /dev/null and b/assets/minecraft/textures/item/crossbow_pulling_2.png differ diff --git a/assets/minecraft/textures/item/crossbow_standby.png b/assets/minecraft/textures/item/crossbow_standby.png new file mode 100644 index 0000000..afaaa67 Binary files /dev/null and b/assets/minecraft/textures/item/crossbow_standby.png differ diff --git a/assets/minecraft/textures/item/cyan_dye.png b/assets/minecraft/textures/item/cyan_dye.png new file mode 100644 index 0000000..26ad931 Binary files /dev/null and b/assets/minecraft/textures/item/cyan_dye.png differ diff --git a/assets/minecraft/textures/item/dark_oak_boat.png b/assets/minecraft/textures/item/dark_oak_boat.png new file mode 100644 index 0000000..0ffde53 Binary files /dev/null and b/assets/minecraft/textures/item/dark_oak_boat.png differ diff --git a/assets/minecraft/textures/item/dark_oak_door.png b/assets/minecraft/textures/item/dark_oak_door.png new file mode 100644 index 0000000..612b7f6 Binary files /dev/null and b/assets/minecraft/textures/item/dark_oak_door.png differ diff --git a/assets/minecraft/textures/item/dark_oak_sign.png b/assets/minecraft/textures/item/dark_oak_sign.png new file mode 100644 index 0000000..0d233b1 Binary files /dev/null and b/assets/minecraft/textures/item/dark_oak_sign.png differ diff --git a/assets/minecraft/textures/item/diamond.png b/assets/minecraft/textures/item/diamond.png new file mode 100644 index 0000000..eff11e0 Binary files /dev/null and b/assets/minecraft/textures/item/diamond.png differ diff --git a/assets/minecraft/textures/item/diamond_axe.png b/assets/minecraft/textures/item/diamond_axe.png new file mode 100644 index 0000000..ac81a23 Binary files /dev/null and b/assets/minecraft/textures/item/diamond_axe.png differ diff --git a/assets/minecraft/textures/item/diamond_boots.png b/assets/minecraft/textures/item/diamond_boots.png new file mode 100644 index 0000000..a750e8a Binary files /dev/null and b/assets/minecraft/textures/item/diamond_boots.png differ diff --git a/assets/minecraft/textures/item/diamond_chestplate.png b/assets/minecraft/textures/item/diamond_chestplate.png new file mode 100644 index 0000000..eeb3731 Binary files /dev/null and b/assets/minecraft/textures/item/diamond_chestplate.png differ diff --git a/assets/minecraft/textures/item/diamond_helmet.png b/assets/minecraft/textures/item/diamond_helmet.png new file mode 100644 index 0000000..136bcaa Binary files /dev/null and b/assets/minecraft/textures/item/diamond_helmet.png differ diff --git a/assets/minecraft/textures/item/diamond_hoe.png b/assets/minecraft/textures/item/diamond_hoe.png new file mode 100644 index 0000000..f0ad2c6 Binary files /dev/null and b/assets/minecraft/textures/item/diamond_hoe.png differ diff --git a/assets/minecraft/textures/item/diamond_horse_armor.png b/assets/minecraft/textures/item/diamond_horse_armor.png new file mode 100644 index 0000000..ad53219 Binary files /dev/null and b/assets/minecraft/textures/item/diamond_horse_armor.png differ diff --git a/assets/minecraft/textures/item/diamond_leggings.png b/assets/minecraft/textures/item/diamond_leggings.png new file mode 100644 index 0000000..30a39b0 Binary files /dev/null and b/assets/minecraft/textures/item/diamond_leggings.png differ diff --git a/assets/minecraft/textures/item/diamond_pickaxe.png b/assets/minecraft/textures/item/diamond_pickaxe.png new file mode 100644 index 0000000..75823f6 Binary files /dev/null and b/assets/minecraft/textures/item/diamond_pickaxe.png differ diff --git a/assets/minecraft/textures/item/diamond_shovel.png b/assets/minecraft/textures/item/diamond_shovel.png new file mode 100644 index 0000000..de59f6b Binary files /dev/null and b/assets/minecraft/textures/item/diamond_shovel.png differ diff --git a/assets/minecraft/textures/item/diamond_sword.png b/assets/minecraft/textures/item/diamond_sword.png new file mode 100644 index 0000000..fab59c1 Binary files /dev/null and b/assets/minecraft/textures/item/diamond_sword.png differ diff --git a/assets/minecraft/textures/item/dragon_breath.png b/assets/minecraft/textures/item/dragon_breath.png new file mode 100644 index 0000000..99866ef Binary files /dev/null and b/assets/minecraft/textures/item/dragon_breath.png differ diff --git a/assets/minecraft/textures/item/dried_kelp.png b/assets/minecraft/textures/item/dried_kelp.png new file mode 100644 index 0000000..f7450d7 Binary files /dev/null and b/assets/minecraft/textures/item/dried_kelp.png differ diff --git a/assets/minecraft/textures/item/egg.png b/assets/minecraft/textures/item/egg.png new file mode 100644 index 0000000..9c65454 Binary files /dev/null and b/assets/minecraft/textures/item/egg.png differ diff --git a/assets/minecraft/textures/item/elytra.png b/assets/minecraft/textures/item/elytra.png new file mode 100644 index 0000000..f5d5cfd Binary files /dev/null and b/assets/minecraft/textures/item/elytra.png differ diff --git a/assets/minecraft/textures/item/emerald.png b/assets/minecraft/textures/item/emerald.png new file mode 100644 index 0000000..934bf3e Binary files /dev/null and b/assets/minecraft/textures/item/emerald.png differ diff --git a/assets/minecraft/textures/item/empty_armor_slot_boots.png b/assets/minecraft/textures/item/empty_armor_slot_boots.png new file mode 100644 index 0000000..06776a0 Binary files /dev/null and b/assets/minecraft/textures/item/empty_armor_slot_boots.png differ diff --git a/assets/minecraft/textures/item/empty_armor_slot_chestplate.png b/assets/minecraft/textures/item/empty_armor_slot_chestplate.png new file mode 100644 index 0000000..06776a0 Binary files /dev/null and b/assets/minecraft/textures/item/empty_armor_slot_chestplate.png differ diff --git a/assets/minecraft/textures/item/empty_armor_slot_helmet.png b/assets/minecraft/textures/item/empty_armor_slot_helmet.png new file mode 100644 index 0000000..06776a0 Binary files /dev/null and b/assets/minecraft/textures/item/empty_armor_slot_helmet.png differ diff --git a/assets/minecraft/textures/item/empty_armor_slot_leggings.png b/assets/minecraft/textures/item/empty_armor_slot_leggings.png new file mode 100644 index 0000000..06776a0 Binary files /dev/null and b/assets/minecraft/textures/item/empty_armor_slot_leggings.png differ diff --git a/assets/minecraft/textures/item/empty_armor_slot_shield.png b/assets/minecraft/textures/item/empty_armor_slot_shield.png new file mode 100644 index 0000000..6e9608a Binary files /dev/null and b/assets/minecraft/textures/item/empty_armor_slot_shield.png differ diff --git a/assets/minecraft/textures/item/enchanted_book.png b/assets/minecraft/textures/item/enchanted_book.png new file mode 100644 index 0000000..5cd46d8 Binary files /dev/null and b/assets/minecraft/textures/item/enchanted_book.png differ diff --git a/assets/minecraft/textures/item/end_crystal.png b/assets/minecraft/textures/item/end_crystal.png new file mode 100644 index 0000000..e0eeac6 Binary files /dev/null and b/assets/minecraft/textures/item/end_crystal.png differ diff --git a/assets/minecraft/textures/item/ender_eye.png b/assets/minecraft/textures/item/ender_eye.png new file mode 100644 index 0000000..64aac60 Binary files /dev/null and b/assets/minecraft/textures/item/ender_eye.png differ diff --git a/assets/minecraft/textures/item/ender_pearl.png b/assets/minecraft/textures/item/ender_pearl.png new file mode 100644 index 0000000..cdadc65 Binary files /dev/null and b/assets/minecraft/textures/item/ender_pearl.png differ diff --git a/assets/minecraft/textures/item/experience_bottle.png b/assets/minecraft/textures/item/experience_bottle.png new file mode 100644 index 0000000..51b6e34 Binary files /dev/null and b/assets/minecraft/textures/item/experience_bottle.png differ diff --git a/assets/minecraft/textures/item/feather.png b/assets/minecraft/textures/item/feather.png new file mode 100644 index 0000000..46cd413 Binary files /dev/null and b/assets/minecraft/textures/item/feather.png differ diff --git a/assets/minecraft/textures/item/fermented_spider_eye.png b/assets/minecraft/textures/item/fermented_spider_eye.png new file mode 100644 index 0000000..f3b2f59 Binary files /dev/null and b/assets/minecraft/textures/item/fermented_spider_eye.png differ diff --git a/assets/minecraft/textures/item/filled_map.png b/assets/minecraft/textures/item/filled_map.png new file mode 100644 index 0000000..4930efb Binary files /dev/null and b/assets/minecraft/textures/item/filled_map.png differ diff --git a/assets/minecraft/textures/item/filled_map_markings.png b/assets/minecraft/textures/item/filled_map_markings.png new file mode 100644 index 0000000..4674368 Binary files /dev/null and b/assets/minecraft/textures/item/filled_map_markings.png differ diff --git a/assets/minecraft/textures/item/fire_charge.png b/assets/minecraft/textures/item/fire_charge.png new file mode 100644 index 0000000..92834b7 Binary files /dev/null and b/assets/minecraft/textures/item/fire_charge.png differ diff --git a/assets/minecraft/textures/item/firework_rocket.png b/assets/minecraft/textures/item/firework_rocket.png new file mode 100644 index 0000000..b8a2d3a Binary files /dev/null and b/assets/minecraft/textures/item/firework_rocket.png differ diff --git a/assets/minecraft/textures/item/firework_star.png b/assets/minecraft/textures/item/firework_star.png new file mode 100644 index 0000000..278329a Binary files /dev/null and b/assets/minecraft/textures/item/firework_star.png differ diff --git a/assets/minecraft/textures/item/firework_star_overlay.png b/assets/minecraft/textures/item/firework_star_overlay.png new file mode 100644 index 0000000..4430c1e Binary files /dev/null and b/assets/minecraft/textures/item/firework_star_overlay.png differ diff --git a/assets/minecraft/textures/item/fishing_rod.png b/assets/minecraft/textures/item/fishing_rod.png new file mode 100644 index 0000000..c5b42a6 Binary files /dev/null and b/assets/minecraft/textures/item/fishing_rod.png differ diff --git a/assets/minecraft/textures/item/fishing_rod_cast.png b/assets/minecraft/textures/item/fishing_rod_cast.png new file mode 100644 index 0000000..3194eb8 Binary files /dev/null and b/assets/minecraft/textures/item/fishing_rod_cast.png differ diff --git a/assets/minecraft/textures/item/flint.png b/assets/minecraft/textures/item/flint.png new file mode 100644 index 0000000..d31bacb Binary files /dev/null and b/assets/minecraft/textures/item/flint.png differ diff --git a/assets/minecraft/textures/item/flint_and_steel.png b/assets/minecraft/textures/item/flint_and_steel.png new file mode 100644 index 0000000..3d2fd23 Binary files /dev/null and b/assets/minecraft/textures/item/flint_and_steel.png differ diff --git a/assets/minecraft/textures/item/flower_banner_pattern.png b/assets/minecraft/textures/item/flower_banner_pattern.png new file mode 100644 index 0000000..2e684c0 Binary files /dev/null and b/assets/minecraft/textures/item/flower_banner_pattern.png differ diff --git a/assets/minecraft/textures/item/flower_pot.png b/assets/minecraft/textures/item/flower_pot.png new file mode 100644 index 0000000..0198055 Binary files /dev/null and b/assets/minecraft/textures/item/flower_pot.png differ diff --git a/assets/minecraft/textures/item/furnace_minecart.png b/assets/minecraft/textures/item/furnace_minecart.png new file mode 100644 index 0000000..13a6efd Binary files /dev/null and b/assets/minecraft/textures/item/furnace_minecart.png differ diff --git a/assets/minecraft/textures/item/ghast_tear.png b/assets/minecraft/textures/item/ghast_tear.png new file mode 100644 index 0000000..ad2636b Binary files /dev/null and b/assets/minecraft/textures/item/ghast_tear.png differ diff --git a/assets/minecraft/textures/item/glass_bottle.png b/assets/minecraft/textures/item/glass_bottle.png new file mode 100644 index 0000000..93d8a39 Binary files /dev/null and b/assets/minecraft/textures/item/glass_bottle.png differ diff --git a/assets/minecraft/textures/item/glistering_melon_slice.png b/assets/minecraft/textures/item/glistering_melon_slice.png new file mode 100644 index 0000000..ec034d0 Binary files /dev/null and b/assets/minecraft/textures/item/glistering_melon_slice.png differ diff --git a/assets/minecraft/textures/item/globe_banner_pattern.png b/assets/minecraft/textures/item/globe_banner_pattern.png new file mode 100644 index 0000000..405a680 Binary files /dev/null and b/assets/minecraft/textures/item/globe_banner_pattern.png differ diff --git a/assets/minecraft/textures/item/glowstone_dust.png b/assets/minecraft/textures/item/glowstone_dust.png new file mode 100644 index 0000000..be31507 Binary files /dev/null and b/assets/minecraft/textures/item/glowstone_dust.png differ diff --git a/assets/minecraft/textures/item/gold_ingot.png b/assets/minecraft/textures/item/gold_ingot.png new file mode 100644 index 0000000..b159455 Binary files /dev/null and b/assets/minecraft/textures/item/gold_ingot.png differ diff --git a/assets/minecraft/textures/item/gold_nugget.png b/assets/minecraft/textures/item/gold_nugget.png new file mode 100644 index 0000000..531723b Binary files /dev/null and b/assets/minecraft/textures/item/gold_nugget.png differ diff --git a/assets/minecraft/textures/item/golden_apple.png b/assets/minecraft/textures/item/golden_apple.png new file mode 100644 index 0000000..4a4e915 Binary files /dev/null and b/assets/minecraft/textures/item/golden_apple.png differ diff --git a/assets/minecraft/textures/item/golden_axe.png b/assets/minecraft/textures/item/golden_axe.png new file mode 100644 index 0000000..d939170 Binary files /dev/null and b/assets/minecraft/textures/item/golden_axe.png differ diff --git a/assets/minecraft/textures/item/golden_boots.png b/assets/minecraft/textures/item/golden_boots.png new file mode 100644 index 0000000..834c457 Binary files /dev/null and b/assets/minecraft/textures/item/golden_boots.png differ diff --git a/assets/minecraft/textures/item/golden_carrot.png b/assets/minecraft/textures/item/golden_carrot.png new file mode 100644 index 0000000..ab3f05a Binary files /dev/null and b/assets/minecraft/textures/item/golden_carrot.png differ diff --git a/assets/minecraft/textures/item/golden_chestplate.png b/assets/minecraft/textures/item/golden_chestplate.png new file mode 100644 index 0000000..e941f84 Binary files /dev/null and b/assets/minecraft/textures/item/golden_chestplate.png differ diff --git a/assets/minecraft/textures/item/golden_helmet.png b/assets/minecraft/textures/item/golden_helmet.png new file mode 100644 index 0000000..367910a Binary files /dev/null and b/assets/minecraft/textures/item/golden_helmet.png differ diff --git a/assets/minecraft/textures/item/golden_hoe.png b/assets/minecraft/textures/item/golden_hoe.png new file mode 100644 index 0000000..da32a5d Binary files /dev/null and b/assets/minecraft/textures/item/golden_hoe.png differ diff --git a/assets/minecraft/textures/item/golden_horse_armor.png b/assets/minecraft/textures/item/golden_horse_armor.png new file mode 100644 index 0000000..58f00bc Binary files /dev/null and b/assets/minecraft/textures/item/golden_horse_armor.png differ diff --git a/assets/minecraft/textures/item/golden_leggings.png b/assets/minecraft/textures/item/golden_leggings.png new file mode 100644 index 0000000..9c5ee15 Binary files /dev/null and b/assets/minecraft/textures/item/golden_leggings.png differ diff --git a/assets/minecraft/textures/item/golden_pickaxe.png b/assets/minecraft/textures/item/golden_pickaxe.png new file mode 100644 index 0000000..5b4e6d6 Binary files /dev/null and b/assets/minecraft/textures/item/golden_pickaxe.png differ diff --git a/assets/minecraft/textures/item/golden_shovel.png b/assets/minecraft/textures/item/golden_shovel.png new file mode 100644 index 0000000..650c5b7 Binary files /dev/null and b/assets/minecraft/textures/item/golden_shovel.png differ diff --git a/assets/minecraft/textures/item/golden_sword.png b/assets/minecraft/textures/item/golden_sword.png new file mode 100644 index 0000000..917f102 Binary files /dev/null and b/assets/minecraft/textures/item/golden_sword.png differ diff --git a/assets/minecraft/textures/item/gray_dye.png b/assets/minecraft/textures/item/gray_dye.png new file mode 100644 index 0000000..f373422 Binary files /dev/null and b/assets/minecraft/textures/item/gray_dye.png differ diff --git a/assets/minecraft/textures/item/green_dye.png b/assets/minecraft/textures/item/green_dye.png new file mode 100644 index 0000000..d0018bd Binary files /dev/null and b/assets/minecraft/textures/item/green_dye.png differ diff --git a/assets/minecraft/textures/item/gunpowder.png b/assets/minecraft/textures/item/gunpowder.png new file mode 100644 index 0000000..a4a4166 Binary files /dev/null and b/assets/minecraft/textures/item/gunpowder.png differ diff --git a/assets/minecraft/textures/item/heart_of_the_sea.png b/assets/minecraft/textures/item/heart_of_the_sea.png new file mode 100644 index 0000000..d7b5c12 Binary files /dev/null and b/assets/minecraft/textures/item/heart_of_the_sea.png differ diff --git a/assets/minecraft/textures/item/honey_bottle.png b/assets/minecraft/textures/item/honey_bottle.png new file mode 100644 index 0000000..16956f5 Binary files /dev/null and b/assets/minecraft/textures/item/honey_bottle.png differ diff --git a/assets/minecraft/textures/item/honeycomb.png b/assets/minecraft/textures/item/honeycomb.png new file mode 100644 index 0000000..97e9ed7 Binary files /dev/null and b/assets/minecraft/textures/item/honeycomb.png differ diff --git a/assets/minecraft/textures/item/hopper.png b/assets/minecraft/textures/item/hopper.png new file mode 100644 index 0000000..865b810 Binary files /dev/null and b/assets/minecraft/textures/item/hopper.png differ diff --git a/assets/minecraft/textures/item/hopper_minecart.png b/assets/minecraft/textures/item/hopper_minecart.png new file mode 100644 index 0000000..7e27d1c Binary files /dev/null and b/assets/minecraft/textures/item/hopper_minecart.png differ diff --git a/assets/minecraft/textures/item/ink_sac.png b/assets/minecraft/textures/item/ink_sac.png new file mode 100644 index 0000000..0b59543 Binary files /dev/null and b/assets/minecraft/textures/item/ink_sac.png differ diff --git a/assets/minecraft/textures/item/iron_axe.png b/assets/minecraft/textures/item/iron_axe.png new file mode 100644 index 0000000..2fd16d0 Binary files /dev/null and b/assets/minecraft/textures/item/iron_axe.png differ diff --git a/assets/minecraft/textures/item/iron_boots.png b/assets/minecraft/textures/item/iron_boots.png new file mode 100644 index 0000000..bb76ba1 Binary files /dev/null and b/assets/minecraft/textures/item/iron_boots.png differ diff --git a/assets/minecraft/textures/item/iron_chestplate.png b/assets/minecraft/textures/item/iron_chestplate.png new file mode 100644 index 0000000..14ec403 Binary files /dev/null and b/assets/minecraft/textures/item/iron_chestplate.png differ diff --git a/assets/minecraft/textures/item/iron_door.png b/assets/minecraft/textures/item/iron_door.png new file mode 100644 index 0000000..f9b0b30 Binary files /dev/null and b/assets/minecraft/textures/item/iron_door.png differ diff --git a/assets/minecraft/textures/item/iron_helmet.png b/assets/minecraft/textures/item/iron_helmet.png new file mode 100644 index 0000000..4cfd6c2 Binary files /dev/null and b/assets/minecraft/textures/item/iron_helmet.png differ diff --git a/assets/minecraft/textures/item/iron_hoe.png b/assets/minecraft/textures/item/iron_hoe.png new file mode 100644 index 0000000..d56485d Binary files /dev/null and b/assets/minecraft/textures/item/iron_hoe.png differ diff --git a/assets/minecraft/textures/item/iron_horse_armor.png b/assets/minecraft/textures/item/iron_horse_armor.png new file mode 100644 index 0000000..a54836d Binary files /dev/null and b/assets/minecraft/textures/item/iron_horse_armor.png differ diff --git a/assets/minecraft/textures/item/iron_ingot.png b/assets/minecraft/textures/item/iron_ingot.png new file mode 100644 index 0000000..1ff5c69 Binary files /dev/null and b/assets/minecraft/textures/item/iron_ingot.png differ diff --git a/assets/minecraft/textures/item/iron_leggings.png b/assets/minecraft/textures/item/iron_leggings.png new file mode 100644 index 0000000..2d1cefb Binary files /dev/null and b/assets/minecraft/textures/item/iron_leggings.png differ diff --git a/assets/minecraft/textures/item/iron_nugget.png b/assets/minecraft/textures/item/iron_nugget.png new file mode 100644 index 0000000..bbb89d6 Binary files /dev/null and b/assets/minecraft/textures/item/iron_nugget.png differ diff --git a/assets/minecraft/textures/item/iron_pickaxe.png b/assets/minecraft/textures/item/iron_pickaxe.png new file mode 100644 index 0000000..0746cc0 Binary files /dev/null and b/assets/minecraft/textures/item/iron_pickaxe.png differ diff --git a/assets/minecraft/textures/item/iron_shovel.png b/assets/minecraft/textures/item/iron_shovel.png new file mode 100644 index 0000000..9af6ea6 Binary files /dev/null and b/assets/minecraft/textures/item/iron_shovel.png differ diff --git a/assets/minecraft/textures/item/iron_sword.png b/assets/minecraft/textures/item/iron_sword.png new file mode 100644 index 0000000..77981ae Binary files /dev/null and b/assets/minecraft/textures/item/iron_sword.png differ diff --git a/assets/minecraft/textures/item/item_frame.png b/assets/minecraft/textures/item/item_frame.png new file mode 100644 index 0000000..a6ff206 Binary files /dev/null and b/assets/minecraft/textures/item/item_frame.png differ diff --git a/assets/minecraft/textures/item/jungle_boat.png b/assets/minecraft/textures/item/jungle_boat.png new file mode 100644 index 0000000..bdbb081 Binary files /dev/null and b/assets/minecraft/textures/item/jungle_boat.png differ diff --git a/assets/minecraft/textures/item/jungle_door.png b/assets/minecraft/textures/item/jungle_door.png new file mode 100644 index 0000000..bfd36d9 Binary files /dev/null and b/assets/minecraft/textures/item/jungle_door.png differ diff --git a/assets/minecraft/textures/item/jungle_sign.png b/assets/minecraft/textures/item/jungle_sign.png new file mode 100644 index 0000000..27a7ef0 Binary files /dev/null and b/assets/minecraft/textures/item/jungle_sign.png differ diff --git a/assets/minecraft/textures/item/kelp.png b/assets/minecraft/textures/item/kelp.png new file mode 100644 index 0000000..9b77c31 Binary files /dev/null and b/assets/minecraft/textures/item/kelp.png differ diff --git a/assets/minecraft/textures/item/knowledge_book.png b/assets/minecraft/textures/item/knowledge_book.png new file mode 100644 index 0000000..f3d8c69 Binary files /dev/null and b/assets/minecraft/textures/item/knowledge_book.png differ diff --git a/assets/minecraft/textures/item/lantern.png b/assets/minecraft/textures/item/lantern.png new file mode 100644 index 0000000..24b1d28 Binary files /dev/null and b/assets/minecraft/textures/item/lantern.png differ diff --git a/assets/minecraft/textures/item/lapis_lazuli.png b/assets/minecraft/textures/item/lapis_lazuli.png new file mode 100644 index 0000000..b1df007 Binary files /dev/null and b/assets/minecraft/textures/item/lapis_lazuli.png differ diff --git a/assets/minecraft/textures/item/lava_bucket.png b/assets/minecraft/textures/item/lava_bucket.png new file mode 100644 index 0000000..5bb81d9 Binary files /dev/null and b/assets/minecraft/textures/item/lava_bucket.png differ diff --git a/assets/minecraft/textures/item/lead.png b/assets/minecraft/textures/item/lead.png new file mode 100644 index 0000000..16de8f4 Binary files /dev/null and b/assets/minecraft/textures/item/lead.png differ diff --git a/assets/minecraft/textures/item/leather.png b/assets/minecraft/textures/item/leather.png new file mode 100644 index 0000000..e17f274 Binary files /dev/null and b/assets/minecraft/textures/item/leather.png differ diff --git a/assets/minecraft/textures/item/leather_boots.png b/assets/minecraft/textures/item/leather_boots.png new file mode 100644 index 0000000..4dca2e7 Binary files /dev/null and b/assets/minecraft/textures/item/leather_boots.png differ diff --git a/assets/minecraft/textures/item/leather_boots_overlay.png b/assets/minecraft/textures/item/leather_boots_overlay.png new file mode 100644 index 0000000..a4b60a2 Binary files /dev/null and b/assets/minecraft/textures/item/leather_boots_overlay.png differ diff --git a/assets/minecraft/textures/item/leather_chestplate.png b/assets/minecraft/textures/item/leather_chestplate.png new file mode 100644 index 0000000..afd212d Binary files /dev/null and b/assets/minecraft/textures/item/leather_chestplate.png differ diff --git a/assets/minecraft/textures/item/leather_chestplate_overlay.png b/assets/minecraft/textures/item/leather_chestplate_overlay.png new file mode 100644 index 0000000..ddd57db Binary files /dev/null and b/assets/minecraft/textures/item/leather_chestplate_overlay.png differ diff --git a/assets/minecraft/textures/item/leather_helmet.png b/assets/minecraft/textures/item/leather_helmet.png new file mode 100644 index 0000000..6d12767 Binary files /dev/null and b/assets/minecraft/textures/item/leather_helmet.png differ diff --git a/assets/minecraft/textures/item/leather_helmet_overlay.png b/assets/minecraft/textures/item/leather_helmet_overlay.png new file mode 100644 index 0000000..034c0c2 Binary files /dev/null and b/assets/minecraft/textures/item/leather_helmet_overlay.png differ diff --git a/assets/minecraft/textures/item/leather_horse_armor.png b/assets/minecraft/textures/item/leather_horse_armor.png new file mode 100644 index 0000000..72bec65 Binary files /dev/null and b/assets/minecraft/textures/item/leather_horse_armor.png differ diff --git a/assets/minecraft/textures/item/leather_leggings.png b/assets/minecraft/textures/item/leather_leggings.png new file mode 100644 index 0000000..77e155f Binary files /dev/null and b/assets/minecraft/textures/item/leather_leggings.png differ diff --git a/assets/minecraft/textures/item/leather_leggings_overlay.png b/assets/minecraft/textures/item/leather_leggings_overlay.png new file mode 100644 index 0000000..50fa2f9 Binary files /dev/null and b/assets/minecraft/textures/item/leather_leggings_overlay.png differ diff --git a/assets/minecraft/textures/item/light_blue_dye.png b/assets/minecraft/textures/item/light_blue_dye.png new file mode 100644 index 0000000..5927385 Binary files /dev/null and b/assets/minecraft/textures/item/light_blue_dye.png differ diff --git a/assets/minecraft/textures/item/light_gray_dye.png b/assets/minecraft/textures/item/light_gray_dye.png new file mode 100644 index 0000000..6a8edb0 Binary files /dev/null and b/assets/minecraft/textures/item/light_gray_dye.png differ diff --git a/assets/minecraft/textures/item/lime_dye.png b/assets/minecraft/textures/item/lime_dye.png new file mode 100644 index 0000000..32a18b9 Binary files /dev/null and b/assets/minecraft/textures/item/lime_dye.png differ diff --git a/assets/minecraft/textures/item/lingering_potion.png b/assets/minecraft/textures/item/lingering_potion.png new file mode 100644 index 0000000..2024a59 Binary files /dev/null and b/assets/minecraft/textures/item/lingering_potion.png differ diff --git a/assets/minecraft/textures/item/magenta_dye.png b/assets/minecraft/textures/item/magenta_dye.png new file mode 100644 index 0000000..9bc024b Binary files /dev/null and b/assets/minecraft/textures/item/magenta_dye.png differ diff --git a/assets/minecraft/textures/item/magma_cream.png b/assets/minecraft/textures/item/magma_cream.png new file mode 100644 index 0000000..c87e3b1 Binary files /dev/null and b/assets/minecraft/textures/item/magma_cream.png differ diff --git a/assets/minecraft/textures/item/map.png b/assets/minecraft/textures/item/map.png new file mode 100644 index 0000000..d590688 Binary files /dev/null and b/assets/minecraft/textures/item/map.png differ diff --git a/assets/minecraft/textures/item/map_filled.png b/assets/minecraft/textures/item/map_filled.png new file mode 100644 index 0000000..4930efb Binary files /dev/null and b/assets/minecraft/textures/item/map_filled.png differ diff --git a/assets/minecraft/textures/item/map_filled_markings.png b/assets/minecraft/textures/item/map_filled_markings.png new file mode 100644 index 0000000..4674368 Binary files /dev/null and b/assets/minecraft/textures/item/map_filled_markings.png differ diff --git a/assets/minecraft/textures/item/melon_seeds.png b/assets/minecraft/textures/item/melon_seeds.png new file mode 100644 index 0000000..d1796fd Binary files /dev/null and b/assets/minecraft/textures/item/melon_seeds.png differ diff --git a/assets/minecraft/textures/item/melon_slice.png b/assets/minecraft/textures/item/melon_slice.png new file mode 100644 index 0000000..a14b65a Binary files /dev/null and b/assets/minecraft/textures/item/melon_slice.png differ diff --git a/assets/minecraft/textures/item/milk_bucket.png b/assets/minecraft/textures/item/milk_bucket.png new file mode 100644 index 0000000..18e887b Binary files /dev/null and b/assets/minecraft/textures/item/milk_bucket.png differ diff --git a/assets/minecraft/textures/item/minecart.png b/assets/minecraft/textures/item/minecart.png new file mode 100644 index 0000000..51d1ea1 Binary files /dev/null and b/assets/minecraft/textures/item/minecart.png differ diff --git a/assets/minecraft/textures/item/mojang_banner_pattern.png b/assets/minecraft/textures/item/mojang_banner_pattern.png new file mode 100644 index 0000000..33c0a8b Binary files /dev/null and b/assets/minecraft/textures/item/mojang_banner_pattern.png differ diff --git a/assets/minecraft/textures/item/mushroom_stew.png b/assets/minecraft/textures/item/mushroom_stew.png new file mode 100644 index 0000000..4532250 Binary files /dev/null and b/assets/minecraft/textures/item/mushroom_stew.png differ diff --git a/assets/minecraft/textures/item/music_disc_11.png b/assets/minecraft/textures/item/music_disc_11.png new file mode 100644 index 0000000..6ee73de Binary files /dev/null and b/assets/minecraft/textures/item/music_disc_11.png differ diff --git a/assets/minecraft/textures/item/music_disc_13.png b/assets/minecraft/textures/item/music_disc_13.png new file mode 100644 index 0000000..f6b7237 Binary files /dev/null and b/assets/minecraft/textures/item/music_disc_13.png differ diff --git a/assets/minecraft/textures/item/music_disc_blocks.png b/assets/minecraft/textures/item/music_disc_blocks.png new file mode 100644 index 0000000..7f3506b Binary files /dev/null and b/assets/minecraft/textures/item/music_disc_blocks.png differ diff --git a/assets/minecraft/textures/item/music_disc_cat.png b/assets/minecraft/textures/item/music_disc_cat.png new file mode 100644 index 0000000..65a9b79 Binary files /dev/null and b/assets/minecraft/textures/item/music_disc_cat.png differ diff --git a/assets/minecraft/textures/item/music_disc_chirp.png b/assets/minecraft/textures/item/music_disc_chirp.png new file mode 100644 index 0000000..1cc9da1 Binary files /dev/null and b/assets/minecraft/textures/item/music_disc_chirp.png differ diff --git a/assets/minecraft/textures/item/music_disc_far.png b/assets/minecraft/textures/item/music_disc_far.png new file mode 100644 index 0000000..17fa3f5 Binary files /dev/null and b/assets/minecraft/textures/item/music_disc_far.png differ diff --git a/assets/minecraft/textures/item/music_disc_mall.png b/assets/minecraft/textures/item/music_disc_mall.png new file mode 100644 index 0000000..a81312f Binary files /dev/null and b/assets/minecraft/textures/item/music_disc_mall.png differ diff --git a/assets/minecraft/textures/item/music_disc_mellohi.png b/assets/minecraft/textures/item/music_disc_mellohi.png new file mode 100644 index 0000000..6c4df74 Binary files /dev/null and b/assets/minecraft/textures/item/music_disc_mellohi.png differ diff --git a/assets/minecraft/textures/item/music_disc_stal.png b/assets/minecraft/textures/item/music_disc_stal.png new file mode 100644 index 0000000..a8f634d Binary files /dev/null and b/assets/minecraft/textures/item/music_disc_stal.png differ diff --git a/assets/minecraft/textures/item/music_disc_strad.png b/assets/minecraft/textures/item/music_disc_strad.png new file mode 100644 index 0000000..69c34db Binary files /dev/null and b/assets/minecraft/textures/item/music_disc_strad.png differ diff --git a/assets/minecraft/textures/item/music_disc_wait.png b/assets/minecraft/textures/item/music_disc_wait.png new file mode 100644 index 0000000..931fe7d Binary files /dev/null and b/assets/minecraft/textures/item/music_disc_wait.png differ diff --git a/assets/minecraft/textures/item/music_disc_ward.png b/assets/minecraft/textures/item/music_disc_ward.png new file mode 100644 index 0000000..fe35e1e Binary files /dev/null and b/assets/minecraft/textures/item/music_disc_ward.png differ diff --git a/assets/minecraft/textures/item/mutton.png b/assets/minecraft/textures/item/mutton.png new file mode 100644 index 0000000..f8d5922 Binary files /dev/null and b/assets/minecraft/textures/item/mutton.png differ diff --git a/assets/minecraft/textures/item/name_tag.png b/assets/minecraft/textures/item/name_tag.png new file mode 100644 index 0000000..f5f727c Binary files /dev/null and b/assets/minecraft/textures/item/name_tag.png differ diff --git a/assets/minecraft/textures/item/nautilus_shell.png b/assets/minecraft/textures/item/nautilus_shell.png new file mode 100644 index 0000000..6dadb3e Binary files /dev/null and b/assets/minecraft/textures/item/nautilus_shell.png differ diff --git a/assets/minecraft/textures/item/nether_brick.png b/assets/minecraft/textures/item/nether_brick.png new file mode 100644 index 0000000..dc6617d Binary files /dev/null and b/assets/minecraft/textures/item/nether_brick.png differ diff --git a/assets/minecraft/textures/item/nether_star.png b/assets/minecraft/textures/item/nether_star.png new file mode 100644 index 0000000..ef6e413 Binary files /dev/null and b/assets/minecraft/textures/item/nether_star.png differ diff --git a/assets/minecraft/textures/item/nether_wart.png b/assets/minecraft/textures/item/nether_wart.png new file mode 100644 index 0000000..5216ee3 Binary files /dev/null and b/assets/minecraft/textures/item/nether_wart.png differ diff --git a/assets/minecraft/textures/item/oak_boat.png b/assets/minecraft/textures/item/oak_boat.png new file mode 100644 index 0000000..ba2c3b4 Binary files /dev/null and b/assets/minecraft/textures/item/oak_boat.png differ diff --git a/assets/minecraft/textures/item/oak_door.png b/assets/minecraft/textures/item/oak_door.png new file mode 100644 index 0000000..9b60a81 Binary files /dev/null and b/assets/minecraft/textures/item/oak_door.png differ diff --git a/assets/minecraft/textures/item/oak_sign.png b/assets/minecraft/textures/item/oak_sign.png new file mode 100644 index 0000000..02bc826 Binary files /dev/null and b/assets/minecraft/textures/item/oak_sign.png differ diff --git a/assets/minecraft/textures/item/orange_dye.png b/assets/minecraft/textures/item/orange_dye.png new file mode 100644 index 0000000..a8bbc18 Binary files /dev/null and b/assets/minecraft/textures/item/orange_dye.png differ diff --git a/assets/minecraft/textures/item/painting.png b/assets/minecraft/textures/item/painting.png new file mode 100644 index 0000000..90fbac6 Binary files /dev/null and b/assets/minecraft/textures/item/painting.png differ diff --git a/assets/minecraft/textures/item/paper.png b/assets/minecraft/textures/item/paper.png new file mode 100644 index 0000000..a70bcce Binary files /dev/null and b/assets/minecraft/textures/item/paper.png differ diff --git a/assets/minecraft/textures/item/phantom_membrane.png b/assets/minecraft/textures/item/phantom_membrane.png new file mode 100644 index 0000000..e96ab73 Binary files /dev/null and b/assets/minecraft/textures/item/phantom_membrane.png differ diff --git a/assets/minecraft/textures/item/pink_dye.png b/assets/minecraft/textures/item/pink_dye.png new file mode 100644 index 0000000..3e226ac Binary files /dev/null and b/assets/minecraft/textures/item/pink_dye.png differ diff --git a/assets/minecraft/textures/item/poisonous_potato.png b/assets/minecraft/textures/item/poisonous_potato.png new file mode 100644 index 0000000..541fcfa Binary files /dev/null and b/assets/minecraft/textures/item/poisonous_potato.png differ diff --git a/assets/minecraft/textures/item/popped_chorus_fruit.png b/assets/minecraft/textures/item/popped_chorus_fruit.png new file mode 100644 index 0000000..7cd9b84 Binary files /dev/null and b/assets/minecraft/textures/item/popped_chorus_fruit.png differ diff --git a/assets/minecraft/textures/item/porkchop.png b/assets/minecraft/textures/item/porkchop.png new file mode 100644 index 0000000..6c83dd0 Binary files /dev/null and b/assets/minecraft/textures/item/porkchop.png differ diff --git a/assets/minecraft/textures/item/potato.png b/assets/minecraft/textures/item/potato.png new file mode 100644 index 0000000..608cddd Binary files /dev/null and b/assets/minecraft/textures/item/potato.png differ diff --git a/assets/minecraft/textures/item/potion.png b/assets/minecraft/textures/item/potion.png new file mode 100644 index 0000000..23ff879 Binary files /dev/null and b/assets/minecraft/textures/item/potion.png differ diff --git a/assets/minecraft/textures/item/potion_overlay.png b/assets/minecraft/textures/item/potion_overlay.png new file mode 100644 index 0000000..20e9825 Binary files /dev/null and b/assets/minecraft/textures/item/potion_overlay.png differ diff --git a/assets/minecraft/textures/item/prismarine_crystals.png b/assets/minecraft/textures/item/prismarine_crystals.png new file mode 100644 index 0000000..6ae0ac5 Binary files /dev/null and b/assets/minecraft/textures/item/prismarine_crystals.png differ diff --git a/assets/minecraft/textures/item/prismarine_shard.png b/assets/minecraft/textures/item/prismarine_shard.png new file mode 100644 index 0000000..97a5ffa Binary files /dev/null and b/assets/minecraft/textures/item/prismarine_shard.png differ diff --git a/assets/minecraft/textures/item/pufferfish.png b/assets/minecraft/textures/item/pufferfish.png new file mode 100644 index 0000000..5413f78 Binary files /dev/null and b/assets/minecraft/textures/item/pufferfish.png differ diff --git a/assets/minecraft/textures/item/pufferfish_bucket.png b/assets/minecraft/textures/item/pufferfish_bucket.png new file mode 100644 index 0000000..2c88bac Binary files /dev/null and b/assets/minecraft/textures/item/pufferfish_bucket.png differ diff --git a/assets/minecraft/textures/item/pumpkin_pie.png b/assets/minecraft/textures/item/pumpkin_pie.png new file mode 100644 index 0000000..c7f3fe4 Binary files /dev/null and b/assets/minecraft/textures/item/pumpkin_pie.png differ diff --git a/assets/minecraft/textures/item/pumpkin_seeds.png b/assets/minecraft/textures/item/pumpkin_seeds.png new file mode 100644 index 0000000..53d3abc Binary files /dev/null and b/assets/minecraft/textures/item/pumpkin_seeds.png differ diff --git a/assets/minecraft/textures/item/purple_dye.png b/assets/minecraft/textures/item/purple_dye.png new file mode 100644 index 0000000..b0dc0d4 Binary files /dev/null and b/assets/minecraft/textures/item/purple_dye.png differ diff --git a/assets/minecraft/textures/item/quartz.png b/assets/minecraft/textures/item/quartz.png new file mode 100644 index 0000000..e0637f6 Binary files /dev/null and b/assets/minecraft/textures/item/quartz.png differ diff --git a/assets/minecraft/textures/item/quiver.png b/assets/minecraft/textures/item/quiver.png new file mode 100644 index 0000000..9e18c8e Binary files /dev/null and b/assets/minecraft/textures/item/quiver.png differ diff --git a/assets/minecraft/textures/item/rabbit.png b/assets/minecraft/textures/item/rabbit.png new file mode 100644 index 0000000..2546ef2 Binary files /dev/null and b/assets/minecraft/textures/item/rabbit.png differ diff --git a/assets/minecraft/textures/item/rabbit_foot.png b/assets/minecraft/textures/item/rabbit_foot.png new file mode 100644 index 0000000..a7c2f1e Binary files /dev/null and b/assets/minecraft/textures/item/rabbit_foot.png differ diff --git a/assets/minecraft/textures/item/rabbit_hide.png b/assets/minecraft/textures/item/rabbit_hide.png new file mode 100644 index 0000000..d1c7db8 Binary files /dev/null and b/assets/minecraft/textures/item/rabbit_hide.png differ diff --git a/assets/minecraft/textures/item/rabbit_stew.png b/assets/minecraft/textures/item/rabbit_stew.png new file mode 100644 index 0000000..4cd1080 Binary files /dev/null and b/assets/minecraft/textures/item/rabbit_stew.png differ diff --git a/assets/minecraft/textures/item/red_dye.png b/assets/minecraft/textures/item/red_dye.png new file mode 100644 index 0000000..596f119 Binary files /dev/null and b/assets/minecraft/textures/item/red_dye.png differ diff --git a/assets/minecraft/textures/item/redstone.png b/assets/minecraft/textures/item/redstone.png new file mode 100644 index 0000000..73ea94f Binary files /dev/null and b/assets/minecraft/textures/item/redstone.png differ diff --git a/assets/minecraft/textures/item/repeater.png b/assets/minecraft/textures/item/repeater.png new file mode 100644 index 0000000..72ce1ed Binary files /dev/null and b/assets/minecraft/textures/item/repeater.png differ diff --git a/assets/minecraft/textures/item/rotten_flesh.png b/assets/minecraft/textures/item/rotten_flesh.png new file mode 100644 index 0000000..4d1e357 Binary files /dev/null and b/assets/minecraft/textures/item/rotten_flesh.png differ diff --git a/assets/minecraft/textures/item/ruby.png b/assets/minecraft/textures/item/ruby.png new file mode 100644 index 0000000..e2c7bf2 Binary files /dev/null and b/assets/minecraft/textures/item/ruby.png differ diff --git a/assets/minecraft/textures/item/saddle.png b/assets/minecraft/textures/item/saddle.png new file mode 100644 index 0000000..8df7085 Binary files /dev/null and b/assets/minecraft/textures/item/saddle.png differ diff --git a/assets/minecraft/textures/item/salmon.png b/assets/minecraft/textures/item/salmon.png new file mode 100644 index 0000000..ee27732 Binary files /dev/null and b/assets/minecraft/textures/item/salmon.png differ diff --git a/assets/minecraft/textures/item/salmon_bucket.png b/assets/minecraft/textures/item/salmon_bucket.png new file mode 100644 index 0000000..b9ac22f Binary files /dev/null and b/assets/minecraft/textures/item/salmon_bucket.png differ diff --git a/assets/minecraft/textures/item/scute.png b/assets/minecraft/textures/item/scute.png new file mode 100644 index 0000000..26b2a9c Binary files /dev/null and b/assets/minecraft/textures/item/scute.png differ diff --git a/assets/minecraft/textures/item/sea_pickle.png b/assets/minecraft/textures/item/sea_pickle.png new file mode 100644 index 0000000..80c83d7 Binary files /dev/null and b/assets/minecraft/textures/item/sea_pickle.png differ diff --git a/assets/minecraft/textures/item/seagrass.png b/assets/minecraft/textures/item/seagrass.png new file mode 100644 index 0000000..89c00e2 Binary files /dev/null and b/assets/minecraft/textures/item/seagrass.png differ diff --git a/assets/minecraft/textures/item/shears.png b/assets/minecraft/textures/item/shears.png new file mode 100644 index 0000000..bfa815c Binary files /dev/null and b/assets/minecraft/textures/item/shears.png differ diff --git a/assets/minecraft/textures/item/shulker_shell.png b/assets/minecraft/textures/item/shulker_shell.png new file mode 100644 index 0000000..4dd2108 Binary files /dev/null and b/assets/minecraft/textures/item/shulker_shell.png differ diff --git a/assets/minecraft/textures/item/sign.png b/assets/minecraft/textures/item/sign.png new file mode 100644 index 0000000..02bc826 Binary files /dev/null and b/assets/minecraft/textures/item/sign.png differ diff --git a/assets/minecraft/textures/item/skull_banner_pattern.png b/assets/minecraft/textures/item/skull_banner_pattern.png new file mode 100644 index 0000000..5acf08a Binary files /dev/null and b/assets/minecraft/textures/item/skull_banner_pattern.png differ diff --git a/assets/minecraft/textures/item/slime_ball.png b/assets/minecraft/textures/item/slime_ball.png new file mode 100644 index 0000000..ce71836 Binary files /dev/null and b/assets/minecraft/textures/item/slime_ball.png differ diff --git a/assets/minecraft/textures/item/snowball.png b/assets/minecraft/textures/item/snowball.png new file mode 100644 index 0000000..56a11e9 Binary files /dev/null and b/assets/minecraft/textures/item/snowball.png differ diff --git a/assets/minecraft/textures/item/spawn_egg.png b/assets/minecraft/textures/item/spawn_egg.png new file mode 100644 index 0000000..c3828ce Binary files /dev/null and b/assets/minecraft/textures/item/spawn_egg.png differ diff --git a/assets/minecraft/textures/item/spawn_egg_overlay.png b/assets/minecraft/textures/item/spawn_egg_overlay.png new file mode 100644 index 0000000..080b520 Binary files /dev/null and b/assets/minecraft/textures/item/spawn_egg_overlay.png differ diff --git a/assets/minecraft/textures/item/speckled_melon.png b/assets/minecraft/textures/item/speckled_melon.png new file mode 100644 index 0000000..ec034d0 Binary files /dev/null and b/assets/minecraft/textures/item/speckled_melon.png differ diff --git a/assets/minecraft/textures/item/spectral_arrow.png b/assets/minecraft/textures/item/spectral_arrow.png new file mode 100644 index 0000000..d2520b5 Binary files /dev/null and b/assets/minecraft/textures/item/spectral_arrow.png differ diff --git a/assets/minecraft/textures/item/spider_eye.png b/assets/minecraft/textures/item/spider_eye.png new file mode 100644 index 0000000..abf701d Binary files /dev/null and b/assets/minecraft/textures/item/spider_eye.png differ diff --git a/assets/minecraft/textures/item/splash_potion.png b/assets/minecraft/textures/item/splash_potion.png new file mode 100644 index 0000000..3c5c4e0 Binary files /dev/null and b/assets/minecraft/textures/item/splash_potion.png differ diff --git a/assets/minecraft/textures/item/spruce_boat.png b/assets/minecraft/textures/item/spruce_boat.png new file mode 100644 index 0000000..e95a2ff Binary files /dev/null and b/assets/minecraft/textures/item/spruce_boat.png differ diff --git a/assets/minecraft/textures/item/spruce_door.png b/assets/minecraft/textures/item/spruce_door.png new file mode 100644 index 0000000..2cea89f Binary files /dev/null and b/assets/minecraft/textures/item/spruce_door.png differ diff --git a/assets/minecraft/textures/item/spruce_sign.png b/assets/minecraft/textures/item/spruce_sign.png new file mode 100644 index 0000000..9c0ff83 Binary files /dev/null and b/assets/minecraft/textures/item/spruce_sign.png differ diff --git a/assets/minecraft/textures/item/stick.png b/assets/minecraft/textures/item/stick.png new file mode 100644 index 0000000..81c915e Binary files /dev/null and b/assets/minecraft/textures/item/stick.png differ diff --git a/assets/minecraft/textures/item/stone_axe.png b/assets/minecraft/textures/item/stone_axe.png new file mode 100644 index 0000000..5f42de6 Binary files /dev/null and b/assets/minecraft/textures/item/stone_axe.png differ diff --git a/assets/minecraft/textures/item/stone_hoe.png b/assets/minecraft/textures/item/stone_hoe.png new file mode 100644 index 0000000..2118229 Binary files /dev/null and b/assets/minecraft/textures/item/stone_hoe.png differ diff --git a/assets/minecraft/textures/item/stone_pickaxe.png b/assets/minecraft/textures/item/stone_pickaxe.png new file mode 100644 index 0000000..13bdd75 Binary files /dev/null and b/assets/minecraft/textures/item/stone_pickaxe.png differ diff --git a/assets/minecraft/textures/item/stone_shovel.png b/assets/minecraft/textures/item/stone_shovel.png new file mode 100644 index 0000000..2215e62 Binary files /dev/null and b/assets/minecraft/textures/item/stone_shovel.png differ diff --git a/assets/minecraft/textures/item/stone_sword.png b/assets/minecraft/textures/item/stone_sword.png new file mode 100644 index 0000000..c767fc7 Binary files /dev/null and b/assets/minecraft/textures/item/stone_sword.png differ diff --git a/assets/minecraft/textures/item/string.png b/assets/minecraft/textures/item/string.png new file mode 100644 index 0000000..ae3efa0 Binary files /dev/null and b/assets/minecraft/textures/item/string.png differ diff --git a/assets/minecraft/textures/item/structure_void.png b/assets/minecraft/textures/item/structure_void.png new file mode 100644 index 0000000..40ddffa Binary files /dev/null and b/assets/minecraft/textures/item/structure_void.png differ diff --git a/assets/minecraft/textures/item/sugar.png b/assets/minecraft/textures/item/sugar.png new file mode 100644 index 0000000..2a05357 Binary files /dev/null and b/assets/minecraft/textures/item/sugar.png differ diff --git a/assets/minecraft/textures/item/sugar_cane.png b/assets/minecraft/textures/item/sugar_cane.png new file mode 100644 index 0000000..d2ef606 Binary files /dev/null and b/assets/minecraft/textures/item/sugar_cane.png differ diff --git a/assets/minecraft/textures/item/suspicious_stew.png b/assets/minecraft/textures/item/suspicious_stew.png new file mode 100644 index 0000000..3580c35 Binary files /dev/null and b/assets/minecraft/textures/item/suspicious_stew.png differ diff --git a/assets/minecraft/textures/item/sweet_berries.png b/assets/minecraft/textures/item/sweet_berries.png new file mode 100644 index 0000000..8beb01a Binary files /dev/null and b/assets/minecraft/textures/item/sweet_berries.png differ diff --git a/assets/minecraft/textures/item/tipped_arrow_base.png b/assets/minecraft/textures/item/tipped_arrow_base.png new file mode 100644 index 0000000..e3279b1 Binary files /dev/null and b/assets/minecraft/textures/item/tipped_arrow_base.png differ diff --git a/assets/minecraft/textures/item/tipped_arrow_head.png b/assets/minecraft/textures/item/tipped_arrow_head.png new file mode 100644 index 0000000..205c530 Binary files /dev/null and b/assets/minecraft/textures/item/tipped_arrow_head.png differ diff --git a/assets/minecraft/textures/item/tnt_minecart.png b/assets/minecraft/textures/item/tnt_minecart.png new file mode 100644 index 0000000..06c7da4 Binary files /dev/null and b/assets/minecraft/textures/item/tnt_minecart.png differ diff --git a/assets/minecraft/textures/item/totem_of_undying.png b/assets/minecraft/textures/item/totem_of_undying.png new file mode 100644 index 0000000..603a867 Binary files /dev/null and b/assets/minecraft/textures/item/totem_of_undying.png differ diff --git a/assets/minecraft/textures/item/trident.png b/assets/minecraft/textures/item/trident.png new file mode 100644 index 0000000..4ca30e2 Binary files /dev/null and b/assets/minecraft/textures/item/trident.png differ diff --git a/assets/minecraft/textures/item/tropical_fish.png b/assets/minecraft/textures/item/tropical_fish.png new file mode 100644 index 0000000..2c80a66 Binary files /dev/null and b/assets/minecraft/textures/item/tropical_fish.png differ diff --git a/assets/minecraft/textures/item/tropical_fish_bucket.png b/assets/minecraft/textures/item/tropical_fish_bucket.png new file mode 100644 index 0000000..edf7dd2 Binary files /dev/null and b/assets/minecraft/textures/item/tropical_fish_bucket.png differ diff --git a/assets/minecraft/textures/item/turtle_egg.png b/assets/minecraft/textures/item/turtle_egg.png new file mode 100644 index 0000000..90acbc7 Binary files /dev/null and b/assets/minecraft/textures/item/turtle_egg.png differ diff --git a/assets/minecraft/textures/item/turtle_helmet.png b/assets/minecraft/textures/item/turtle_helmet.png new file mode 100644 index 0000000..34e3aa6 Binary files /dev/null and b/assets/minecraft/textures/item/turtle_helmet.png differ diff --git a/assets/minecraft/textures/item/water_bucket.png b/assets/minecraft/textures/item/water_bucket.png new file mode 100644 index 0000000..48e54f0 Binary files /dev/null and b/assets/minecraft/textures/item/water_bucket.png differ diff --git a/assets/minecraft/textures/item/wheat.png b/assets/minecraft/textures/item/wheat.png new file mode 100644 index 0000000..3435ad0 Binary files /dev/null and b/assets/minecraft/textures/item/wheat.png differ diff --git a/assets/minecraft/textures/item/wheat_seeds.png b/assets/minecraft/textures/item/wheat_seeds.png new file mode 100644 index 0000000..87250ba Binary files /dev/null and b/assets/minecraft/textures/item/wheat_seeds.png differ diff --git a/assets/minecraft/textures/item/white_dye.png b/assets/minecraft/textures/item/white_dye.png new file mode 100644 index 0000000..02126e5 Binary files /dev/null and b/assets/minecraft/textures/item/white_dye.png differ diff --git a/assets/minecraft/textures/item/wooden_axe.png b/assets/minecraft/textures/item/wooden_axe.png new file mode 100644 index 0000000..b0cbde6 Binary files /dev/null and b/assets/minecraft/textures/item/wooden_axe.png differ diff --git a/assets/minecraft/textures/item/wooden_hoe.png b/assets/minecraft/textures/item/wooden_hoe.png new file mode 100644 index 0000000..3744c1b Binary files /dev/null and b/assets/minecraft/textures/item/wooden_hoe.png differ diff --git a/assets/minecraft/textures/item/wooden_pickaxe.png b/assets/minecraft/textures/item/wooden_pickaxe.png new file mode 100644 index 0000000..5932623 Binary files /dev/null and b/assets/minecraft/textures/item/wooden_pickaxe.png differ diff --git a/assets/minecraft/textures/item/wooden_shovel.png b/assets/minecraft/textures/item/wooden_shovel.png new file mode 100644 index 0000000..0d12d73 Binary files /dev/null and b/assets/minecraft/textures/item/wooden_shovel.png differ diff --git a/assets/minecraft/textures/item/wooden_sword.png b/assets/minecraft/textures/item/wooden_sword.png new file mode 100644 index 0000000..d35be7d Binary files /dev/null and b/assets/minecraft/textures/item/wooden_sword.png differ diff --git a/assets/minecraft/textures/item/writable_book.png b/assets/minecraft/textures/item/writable_book.png new file mode 100644 index 0000000..fac30e7 Binary files /dev/null and b/assets/minecraft/textures/item/writable_book.png differ diff --git a/assets/minecraft/textures/item/written_book.png b/assets/minecraft/textures/item/written_book.png new file mode 100644 index 0000000..da1a47a Binary files /dev/null and b/assets/minecraft/textures/item/written_book.png differ diff --git a/assets/minecraft/textures/item/yellow_dye.png b/assets/minecraft/textures/item/yellow_dye.png new file mode 100644 index 0000000..289d1bf Binary files /dev/null and b/assets/minecraft/textures/item/yellow_dye.png differ diff --git a/assets/minecraft/textures/map/map_background.png b/assets/minecraft/textures/map/map_background.png new file mode 100644 index 0000000..8b71770 Binary files /dev/null and b/assets/minecraft/textures/map/map_background.png differ diff --git a/assets/minecraft/textures/map/map_icons.png b/assets/minecraft/textures/map/map_icons.png new file mode 100644 index 0000000..6887be0 Binary files /dev/null and b/assets/minecraft/textures/map/map_icons.png differ diff --git a/assets/minecraft/textures/misc/forcefield.png b/assets/minecraft/textures/misc/forcefield.png new file mode 100644 index 0000000..3129f07 Binary files /dev/null and b/assets/minecraft/textures/misc/forcefield.png differ diff --git a/assets/minecraft/textures/misc/pumpkinblur.png b/assets/minecraft/textures/misc/pumpkinblur.png new file mode 100644 index 0000000..92cdf2f Binary files /dev/null and b/assets/minecraft/textures/misc/pumpkinblur.png differ diff --git a/assets/minecraft/textures/misc/underwater.png b/assets/minecraft/textures/misc/underwater.png new file mode 100644 index 0000000..292c719 Binary files /dev/null and b/assets/minecraft/textures/misc/underwater.png differ diff --git a/assets/minecraft/textures/mob_effect/absorption.png b/assets/minecraft/textures/mob_effect/absorption.png new file mode 100644 index 0000000..213c72f Binary files /dev/null and b/assets/minecraft/textures/mob_effect/absorption.png differ diff --git a/assets/minecraft/textures/mob_effect/bad_omen.png b/assets/minecraft/textures/mob_effect/bad_omen.png new file mode 100644 index 0000000..dfe8f03 Binary files /dev/null and b/assets/minecraft/textures/mob_effect/bad_omen.png differ diff --git a/assets/minecraft/textures/mob_effect/blindness.png b/assets/minecraft/textures/mob_effect/blindness.png new file mode 100644 index 0000000..49e47a3 Binary files /dev/null and b/assets/minecraft/textures/mob_effect/blindness.png differ diff --git a/assets/minecraft/textures/mob_effect/conduit_power.png b/assets/minecraft/textures/mob_effect/conduit_power.png new file mode 100644 index 0000000..19aaaba Binary files /dev/null and b/assets/minecraft/textures/mob_effect/conduit_power.png differ diff --git a/assets/minecraft/textures/mob_effect/dolphins_grace.png b/assets/minecraft/textures/mob_effect/dolphins_grace.png new file mode 100644 index 0000000..42211d1 Binary files /dev/null and b/assets/minecraft/textures/mob_effect/dolphins_grace.png differ diff --git a/assets/minecraft/textures/mob_effect/fire_resistance.png b/assets/minecraft/textures/mob_effect/fire_resistance.png new file mode 100644 index 0000000..2ce2895 Binary files /dev/null and b/assets/minecraft/textures/mob_effect/fire_resistance.png differ diff --git a/assets/minecraft/textures/mob_effect/glowing.png b/assets/minecraft/textures/mob_effect/glowing.png new file mode 100644 index 0000000..ad48ebc Binary files /dev/null and b/assets/minecraft/textures/mob_effect/glowing.png differ diff --git a/assets/minecraft/textures/mob_effect/haste.png b/assets/minecraft/textures/mob_effect/haste.png new file mode 100644 index 0000000..55c58c9 Binary files /dev/null and b/assets/minecraft/textures/mob_effect/haste.png differ diff --git a/assets/minecraft/textures/mob_effect/health_boost.png b/assets/minecraft/textures/mob_effect/health_boost.png new file mode 100644 index 0000000..f75a5e0 Binary files /dev/null and b/assets/minecraft/textures/mob_effect/health_boost.png differ diff --git a/assets/minecraft/textures/mob_effect/hero_of_the_village.png b/assets/minecraft/textures/mob_effect/hero_of_the_village.png new file mode 100644 index 0000000..0db5d96 Binary files /dev/null and b/assets/minecraft/textures/mob_effect/hero_of_the_village.png differ diff --git a/assets/minecraft/textures/mob_effect/hunger.png b/assets/minecraft/textures/mob_effect/hunger.png new file mode 100644 index 0000000..5829619 Binary files /dev/null and b/assets/minecraft/textures/mob_effect/hunger.png differ diff --git a/assets/minecraft/textures/mob_effect/instant_damage.png b/assets/minecraft/textures/mob_effect/instant_damage.png new file mode 100644 index 0000000..92ff38a Binary files /dev/null and b/assets/minecraft/textures/mob_effect/instant_damage.png differ diff --git a/assets/minecraft/textures/mob_effect/instant_health.png b/assets/minecraft/textures/mob_effect/instant_health.png new file mode 100644 index 0000000..fc8477f Binary files /dev/null and b/assets/minecraft/textures/mob_effect/instant_health.png differ diff --git a/assets/minecraft/textures/mob_effect/invisibility.png b/assets/minecraft/textures/mob_effect/invisibility.png new file mode 100644 index 0000000..31aebf1 Binary files /dev/null and b/assets/minecraft/textures/mob_effect/invisibility.png differ diff --git a/assets/minecraft/textures/mob_effect/jump_boost.png b/assets/minecraft/textures/mob_effect/jump_boost.png new file mode 100644 index 0000000..e333777 Binary files /dev/null and b/assets/minecraft/textures/mob_effect/jump_boost.png differ diff --git a/assets/minecraft/textures/mob_effect/levitation.png b/assets/minecraft/textures/mob_effect/levitation.png new file mode 100644 index 0000000..c4ad35d Binary files /dev/null and b/assets/minecraft/textures/mob_effect/levitation.png differ diff --git a/assets/minecraft/textures/mob_effect/luck.png b/assets/minecraft/textures/mob_effect/luck.png new file mode 100644 index 0000000..3d73e41 Binary files /dev/null and b/assets/minecraft/textures/mob_effect/luck.png differ diff --git a/assets/minecraft/textures/mob_effect/mining_fatigue.png b/assets/minecraft/textures/mob_effect/mining_fatigue.png new file mode 100644 index 0000000..331347a Binary files /dev/null and b/assets/minecraft/textures/mob_effect/mining_fatigue.png differ diff --git a/assets/minecraft/textures/mob_effect/nausea.png b/assets/minecraft/textures/mob_effect/nausea.png new file mode 100644 index 0000000..9cbc6f6 Binary files /dev/null and b/assets/minecraft/textures/mob_effect/nausea.png differ diff --git a/assets/minecraft/textures/mob_effect/night_vision.png b/assets/minecraft/textures/mob_effect/night_vision.png new file mode 100644 index 0000000..59cae99 Binary files /dev/null and b/assets/minecraft/textures/mob_effect/night_vision.png differ diff --git a/assets/minecraft/textures/mob_effect/poison.png b/assets/minecraft/textures/mob_effect/poison.png new file mode 100644 index 0000000..ad401d6 Binary files /dev/null and b/assets/minecraft/textures/mob_effect/poison.png differ diff --git a/assets/minecraft/textures/mob_effect/regeneration.png b/assets/minecraft/textures/mob_effect/regeneration.png new file mode 100644 index 0000000..30650c2 Binary files /dev/null and b/assets/minecraft/textures/mob_effect/regeneration.png differ diff --git a/assets/minecraft/textures/mob_effect/resistance.png b/assets/minecraft/textures/mob_effect/resistance.png new file mode 100644 index 0000000..8e872c6 Binary files /dev/null and b/assets/minecraft/textures/mob_effect/resistance.png differ diff --git a/assets/minecraft/textures/mob_effect/saturation.png b/assets/minecraft/textures/mob_effect/saturation.png new file mode 100644 index 0000000..f5f1e48 Binary files /dev/null and b/assets/minecraft/textures/mob_effect/saturation.png differ diff --git a/assets/minecraft/textures/mob_effect/slow_falling.png b/assets/minecraft/textures/mob_effect/slow_falling.png new file mode 100644 index 0000000..fa02c7c Binary files /dev/null and b/assets/minecraft/textures/mob_effect/slow_falling.png differ diff --git a/assets/minecraft/textures/mob_effect/slowness.png b/assets/minecraft/textures/mob_effect/slowness.png new file mode 100644 index 0000000..11e530c Binary files /dev/null and b/assets/minecraft/textures/mob_effect/slowness.png differ diff --git a/assets/minecraft/textures/mob_effect/speed.png b/assets/minecraft/textures/mob_effect/speed.png new file mode 100644 index 0000000..3e7a0d4 Binary files /dev/null and b/assets/minecraft/textures/mob_effect/speed.png differ diff --git a/assets/minecraft/textures/mob_effect/strength.png b/assets/minecraft/textures/mob_effect/strength.png new file mode 100644 index 0000000..2aa60be Binary files /dev/null and b/assets/minecraft/textures/mob_effect/strength.png differ diff --git a/assets/minecraft/textures/mob_effect/unluck.png b/assets/minecraft/textures/mob_effect/unluck.png new file mode 100644 index 0000000..ff37eed Binary files /dev/null and b/assets/minecraft/textures/mob_effect/unluck.png differ diff --git a/assets/minecraft/textures/mob_effect/water_breathing.png b/assets/minecraft/textures/mob_effect/water_breathing.png new file mode 100644 index 0000000..bff39ed Binary files /dev/null and b/assets/minecraft/textures/mob_effect/water_breathing.png differ diff --git a/assets/minecraft/textures/mob_effect/weakness.png b/assets/minecraft/textures/mob_effect/weakness.png new file mode 100644 index 0000000..3eb3e9d Binary files /dev/null and b/assets/minecraft/textures/mob_effect/weakness.png differ diff --git a/assets/minecraft/textures/mob_effect/wither.png b/assets/minecraft/textures/mob_effect/wither.png new file mode 100644 index 0000000..1dfd469 Binary files /dev/null and b/assets/minecraft/textures/mob_effect/wither.png differ diff --git a/assets/minecraft/textures/models/armor/chainmail_layer_1.png b/assets/minecraft/textures/models/armor/chainmail_layer_1.png new file mode 100644 index 0000000..e6cff3f Binary files /dev/null and b/assets/minecraft/textures/models/armor/chainmail_layer_1.png differ diff --git a/assets/minecraft/textures/models/armor/chainmail_layer_2.png b/assets/minecraft/textures/models/armor/chainmail_layer_2.png new file mode 100644 index 0000000..b3a5f59 Binary files /dev/null and b/assets/minecraft/textures/models/armor/chainmail_layer_2.png differ diff --git a/assets/minecraft/textures/models/armor/diamond_layer_1.png b/assets/minecraft/textures/models/armor/diamond_layer_1.png new file mode 100644 index 0000000..0449645 Binary files /dev/null and b/assets/minecraft/textures/models/armor/diamond_layer_1.png differ diff --git a/assets/minecraft/textures/models/armor/diamond_layer_2.png b/assets/minecraft/textures/models/armor/diamond_layer_2.png new file mode 100644 index 0000000..e67d878 Binary files /dev/null and b/assets/minecraft/textures/models/armor/diamond_layer_2.png differ diff --git a/assets/minecraft/textures/models/armor/gold_layer_1.png b/assets/minecraft/textures/models/armor/gold_layer_1.png new file mode 100644 index 0000000..3de89ac Binary files /dev/null and b/assets/minecraft/textures/models/armor/gold_layer_1.png differ diff --git a/assets/minecraft/textures/models/armor/gold_layer_2.png b/assets/minecraft/textures/models/armor/gold_layer_2.png new file mode 100644 index 0000000..2ba36f7 Binary files /dev/null and b/assets/minecraft/textures/models/armor/gold_layer_2.png differ diff --git a/assets/minecraft/textures/models/armor/iron_layer_1.png b/assets/minecraft/textures/models/armor/iron_layer_1.png new file mode 100644 index 0000000..9626c78 Binary files /dev/null and b/assets/minecraft/textures/models/armor/iron_layer_1.png differ diff --git a/assets/minecraft/textures/models/armor/iron_layer_2.png b/assets/minecraft/textures/models/armor/iron_layer_2.png new file mode 100644 index 0000000..ec0cb08 Binary files /dev/null and b/assets/minecraft/textures/models/armor/iron_layer_2.png differ diff --git a/assets/minecraft/textures/models/armor/leather_layer_1.png b/assets/minecraft/textures/models/armor/leather_layer_1.png new file mode 100644 index 0000000..d5e4eae Binary files /dev/null and b/assets/minecraft/textures/models/armor/leather_layer_1.png differ diff --git a/assets/minecraft/textures/models/armor/leather_layer_1_overlay.png b/assets/minecraft/textures/models/armor/leather_layer_1_overlay.png new file mode 100644 index 0000000..a6cec05 Binary files /dev/null and b/assets/minecraft/textures/models/armor/leather_layer_1_overlay.png differ diff --git a/assets/minecraft/textures/models/armor/leather_layer_2.png b/assets/minecraft/textures/models/armor/leather_layer_2.png new file mode 100644 index 0000000..7031df3 Binary files /dev/null and b/assets/minecraft/textures/models/armor/leather_layer_2.png differ diff --git a/assets/minecraft/textures/models/armor/leather_layer_2_overlay.png b/assets/minecraft/textures/models/armor/leather_layer_2_overlay.png new file mode 100644 index 0000000..4cd98ed Binary files /dev/null and b/assets/minecraft/textures/models/armor/leather_layer_2_overlay.png differ diff --git a/assets/minecraft/textures/models/armor/turtle_layer_1.png b/assets/minecraft/textures/models/armor/turtle_layer_1.png new file mode 100644 index 0000000..6f39272 Binary files /dev/null and b/assets/minecraft/textures/models/armor/turtle_layer_1.png differ diff --git a/assets/minecraft/textures/painting/alban.png b/assets/minecraft/textures/painting/alban.png new file mode 100644 index 0000000..380fa25 Binary files /dev/null and b/assets/minecraft/textures/painting/alban.png differ diff --git a/assets/minecraft/textures/painting/aztec.png b/assets/minecraft/textures/painting/aztec.png new file mode 100644 index 0000000..5ff661f Binary files /dev/null and b/assets/minecraft/textures/painting/aztec.png differ diff --git a/assets/minecraft/textures/painting/aztec2.png b/assets/minecraft/textures/painting/aztec2.png new file mode 100644 index 0000000..d4036f6 Binary files /dev/null and b/assets/minecraft/textures/painting/aztec2.png differ diff --git a/assets/minecraft/textures/painting/back.png b/assets/minecraft/textures/painting/back.png new file mode 100644 index 0000000..5cad3b4 Binary files /dev/null and b/assets/minecraft/textures/painting/back.png differ diff --git a/assets/minecraft/textures/painting/bomb.png b/assets/minecraft/textures/painting/bomb.png new file mode 100644 index 0000000..457a8eb Binary files /dev/null and b/assets/minecraft/textures/painting/bomb.png differ diff --git a/assets/minecraft/textures/painting/burning_skull.png b/assets/minecraft/textures/painting/burning_skull.png new file mode 100644 index 0000000..a6670dc Binary files /dev/null and b/assets/minecraft/textures/painting/burning_skull.png differ diff --git a/assets/minecraft/textures/painting/bust.png b/assets/minecraft/textures/painting/bust.png new file mode 100644 index 0000000..39dc981 Binary files /dev/null and b/assets/minecraft/textures/painting/bust.png differ diff --git a/assets/minecraft/textures/painting/courbet.png b/assets/minecraft/textures/painting/courbet.png new file mode 100644 index 0000000..34fc8ee Binary files /dev/null and b/assets/minecraft/textures/painting/courbet.png differ diff --git a/assets/minecraft/textures/painting/creebet.png b/assets/minecraft/textures/painting/creebet.png new file mode 100644 index 0000000..ec3910c Binary files /dev/null and b/assets/minecraft/textures/painting/creebet.png differ diff --git a/assets/minecraft/textures/painting/donkey_kong.png b/assets/minecraft/textures/painting/donkey_kong.png new file mode 100644 index 0000000..9effcb2 Binary files /dev/null and b/assets/minecraft/textures/painting/donkey_kong.png differ diff --git a/assets/minecraft/textures/painting/fighters.png b/assets/minecraft/textures/painting/fighters.png new file mode 100644 index 0000000..5f0d18c Binary files /dev/null and b/assets/minecraft/textures/painting/fighters.png differ diff --git a/assets/minecraft/textures/painting/graham.png b/assets/minecraft/textures/painting/graham.png new file mode 100644 index 0000000..11dad04 Binary files /dev/null and b/assets/minecraft/textures/painting/graham.png differ diff --git a/assets/minecraft/textures/painting/kebab.png b/assets/minecraft/textures/painting/kebab.png new file mode 100644 index 0000000..2f25bb5 Binary files /dev/null and b/assets/minecraft/textures/painting/kebab.png differ diff --git a/assets/minecraft/textures/painting/match.png b/assets/minecraft/textures/painting/match.png new file mode 100644 index 0000000..a8acc58 Binary files /dev/null and b/assets/minecraft/textures/painting/match.png differ diff --git a/assets/minecraft/textures/painting/pigscene.png b/assets/minecraft/textures/painting/pigscene.png new file mode 100644 index 0000000..ef2f440 Binary files /dev/null and b/assets/minecraft/textures/painting/pigscene.png differ diff --git a/assets/minecraft/textures/painting/plant.png b/assets/minecraft/textures/painting/plant.png new file mode 100644 index 0000000..ed68a04 Binary files /dev/null and b/assets/minecraft/textures/painting/plant.png differ diff --git a/assets/minecraft/textures/painting/pointer.png b/assets/minecraft/textures/painting/pointer.png new file mode 100644 index 0000000..22703da Binary files /dev/null and b/assets/minecraft/textures/painting/pointer.png differ diff --git a/assets/minecraft/textures/painting/pool.png b/assets/minecraft/textures/painting/pool.png new file mode 100644 index 0000000..d1ae8d9 Binary files /dev/null and b/assets/minecraft/textures/painting/pool.png differ diff --git a/assets/minecraft/textures/painting/sea.png b/assets/minecraft/textures/painting/sea.png new file mode 100644 index 0000000..40dc6e2 Binary files /dev/null and b/assets/minecraft/textures/painting/sea.png differ diff --git a/assets/minecraft/textures/painting/skeleton.png b/assets/minecraft/textures/painting/skeleton.png new file mode 100644 index 0000000..193846a Binary files /dev/null and b/assets/minecraft/textures/painting/skeleton.png differ diff --git a/assets/minecraft/textures/painting/skull_and_roses.png b/assets/minecraft/textures/painting/skull_and_roses.png new file mode 100644 index 0000000..6462126 Binary files /dev/null and b/assets/minecraft/textures/painting/skull_and_roses.png differ diff --git a/assets/minecraft/textures/painting/stage.png b/assets/minecraft/textures/painting/stage.png new file mode 100644 index 0000000..b74596a Binary files /dev/null and b/assets/minecraft/textures/painting/stage.png differ diff --git a/assets/minecraft/textures/painting/sunset.png b/assets/minecraft/textures/painting/sunset.png new file mode 100644 index 0000000..c8864ee Binary files /dev/null and b/assets/minecraft/textures/painting/sunset.png differ diff --git a/assets/minecraft/textures/painting/void.png b/assets/minecraft/textures/painting/void.png new file mode 100644 index 0000000..7a73ffb Binary files /dev/null and b/assets/minecraft/textures/painting/void.png differ diff --git a/assets/minecraft/textures/painting/wanderer.png b/assets/minecraft/textures/painting/wanderer.png new file mode 100644 index 0000000..d6ebe81 Binary files /dev/null and b/assets/minecraft/textures/painting/wanderer.png differ diff --git a/assets/minecraft/textures/painting/wasteland.png b/assets/minecraft/textures/painting/wasteland.png new file mode 100644 index 0000000..ffc4a63 Binary files /dev/null and b/assets/minecraft/textures/painting/wasteland.png differ diff --git a/assets/minecraft/textures/painting/wither.png b/assets/minecraft/textures/painting/wither.png new file mode 100644 index 0000000..27bd240 Binary files /dev/null and b/assets/minecraft/textures/painting/wither.png differ diff --git a/assets/minecraft/textures/particle/angry.png b/assets/minecraft/textures/particle/angry.png new file mode 100644 index 0000000..fa96792 Binary files /dev/null and b/assets/minecraft/textures/particle/angry.png differ diff --git a/assets/minecraft/textures/particle/big_smoke_0.png b/assets/minecraft/textures/particle/big_smoke_0.png new file mode 100644 index 0000000..727f1d6 Binary files /dev/null and b/assets/minecraft/textures/particle/big_smoke_0.png differ diff --git a/assets/minecraft/textures/particle/big_smoke_1.png b/assets/minecraft/textures/particle/big_smoke_1.png new file mode 100644 index 0000000..8c07ee3 Binary files /dev/null and b/assets/minecraft/textures/particle/big_smoke_1.png differ diff --git a/assets/minecraft/textures/particle/big_smoke_10.png b/assets/minecraft/textures/particle/big_smoke_10.png new file mode 100644 index 0000000..712c41c Binary files /dev/null and b/assets/minecraft/textures/particle/big_smoke_10.png differ diff --git a/assets/minecraft/textures/particle/big_smoke_11.png b/assets/minecraft/textures/particle/big_smoke_11.png new file mode 100644 index 0000000..7f3a7db Binary files /dev/null and b/assets/minecraft/textures/particle/big_smoke_11.png differ diff --git a/assets/minecraft/textures/particle/big_smoke_2.png b/assets/minecraft/textures/particle/big_smoke_2.png new file mode 100644 index 0000000..81d1a98 Binary files /dev/null and b/assets/minecraft/textures/particle/big_smoke_2.png differ diff --git a/assets/minecraft/textures/particle/big_smoke_3.png b/assets/minecraft/textures/particle/big_smoke_3.png new file mode 100644 index 0000000..4a5f822 Binary files /dev/null and b/assets/minecraft/textures/particle/big_smoke_3.png differ diff --git a/assets/minecraft/textures/particle/big_smoke_4.png b/assets/minecraft/textures/particle/big_smoke_4.png new file mode 100644 index 0000000..17c35e5 Binary files /dev/null and b/assets/minecraft/textures/particle/big_smoke_4.png differ diff --git a/assets/minecraft/textures/particle/big_smoke_5.png b/assets/minecraft/textures/particle/big_smoke_5.png new file mode 100644 index 0000000..3dbb32a Binary files /dev/null and b/assets/minecraft/textures/particle/big_smoke_5.png differ diff --git a/assets/minecraft/textures/particle/big_smoke_6.png b/assets/minecraft/textures/particle/big_smoke_6.png new file mode 100644 index 0000000..1e5fec1 Binary files /dev/null and b/assets/minecraft/textures/particle/big_smoke_6.png differ diff --git a/assets/minecraft/textures/particle/big_smoke_7.png b/assets/minecraft/textures/particle/big_smoke_7.png new file mode 100644 index 0000000..ebef40c Binary files /dev/null and b/assets/minecraft/textures/particle/big_smoke_7.png differ diff --git a/assets/minecraft/textures/particle/big_smoke_8.png b/assets/minecraft/textures/particle/big_smoke_8.png new file mode 100644 index 0000000..a704e86 Binary files /dev/null and b/assets/minecraft/textures/particle/big_smoke_8.png differ diff --git a/assets/minecraft/textures/particle/big_smoke_9.png b/assets/minecraft/textures/particle/big_smoke_9.png new file mode 100644 index 0000000..4dd14f3 Binary files /dev/null and b/assets/minecraft/textures/particle/big_smoke_9.png differ diff --git a/assets/minecraft/textures/particle/bubble.png b/assets/minecraft/textures/particle/bubble.png new file mode 100644 index 0000000..083d670 Binary files /dev/null and b/assets/minecraft/textures/particle/bubble.png differ diff --git a/assets/minecraft/textures/particle/bubble_pop_0.png b/assets/minecraft/textures/particle/bubble_pop_0.png new file mode 100644 index 0000000..2f2eb00 Binary files /dev/null and b/assets/minecraft/textures/particle/bubble_pop_0.png differ diff --git a/assets/minecraft/textures/particle/bubble_pop_1.png b/assets/minecraft/textures/particle/bubble_pop_1.png new file mode 100644 index 0000000..b1d286d Binary files /dev/null and b/assets/minecraft/textures/particle/bubble_pop_1.png differ diff --git a/assets/minecraft/textures/particle/bubble_pop_2.png b/assets/minecraft/textures/particle/bubble_pop_2.png new file mode 100644 index 0000000..b142bd9 Binary files /dev/null and b/assets/minecraft/textures/particle/bubble_pop_2.png differ diff --git a/assets/minecraft/textures/particle/bubble_pop_3.png b/assets/minecraft/textures/particle/bubble_pop_3.png new file mode 100644 index 0000000..79fa0cc Binary files /dev/null and b/assets/minecraft/textures/particle/bubble_pop_3.png differ diff --git a/assets/minecraft/textures/particle/bubble_pop_4.png b/assets/minecraft/textures/particle/bubble_pop_4.png new file mode 100644 index 0000000..42fed52 Binary files /dev/null and b/assets/minecraft/textures/particle/bubble_pop_4.png differ diff --git a/assets/minecraft/textures/particle/critical_hit.png b/assets/minecraft/textures/particle/critical_hit.png new file mode 100644 index 0000000..2142ef9 Binary files /dev/null and b/assets/minecraft/textures/particle/critical_hit.png differ diff --git a/assets/minecraft/textures/particle/damage.png b/assets/minecraft/textures/particle/damage.png new file mode 100644 index 0000000..9f397a9 Binary files /dev/null and b/assets/minecraft/textures/particle/damage.png differ diff --git a/assets/minecraft/textures/particle/drip_fall.png b/assets/minecraft/textures/particle/drip_fall.png new file mode 100644 index 0000000..d2bc551 Binary files /dev/null and b/assets/minecraft/textures/particle/drip_fall.png differ diff --git a/assets/minecraft/textures/particle/drip_hang.png b/assets/minecraft/textures/particle/drip_hang.png new file mode 100644 index 0000000..fbb3305 Binary files /dev/null and b/assets/minecraft/textures/particle/drip_hang.png differ diff --git a/assets/minecraft/textures/particle/drip_land.png b/assets/minecraft/textures/particle/drip_land.png new file mode 100644 index 0000000..6ece280 Binary files /dev/null and b/assets/minecraft/textures/particle/drip_land.png differ diff --git a/assets/minecraft/textures/particle/effect_0.png b/assets/minecraft/textures/particle/effect_0.png new file mode 100644 index 0000000..23a31ff Binary files /dev/null and b/assets/minecraft/textures/particle/effect_0.png differ diff --git a/assets/minecraft/textures/particle/effect_1.png b/assets/minecraft/textures/particle/effect_1.png new file mode 100644 index 0000000..03d94bf Binary files /dev/null and b/assets/minecraft/textures/particle/effect_1.png differ diff --git a/assets/minecraft/textures/particle/effect_2.png b/assets/minecraft/textures/particle/effect_2.png new file mode 100644 index 0000000..ef04a7e Binary files /dev/null and b/assets/minecraft/textures/particle/effect_2.png differ diff --git a/assets/minecraft/textures/particle/effect_3.png b/assets/minecraft/textures/particle/effect_3.png new file mode 100644 index 0000000..ebdbf85 Binary files /dev/null and b/assets/minecraft/textures/particle/effect_3.png differ diff --git a/assets/minecraft/textures/particle/effect_4.png b/assets/minecraft/textures/particle/effect_4.png new file mode 100644 index 0000000..7a16851 Binary files /dev/null and b/assets/minecraft/textures/particle/effect_4.png differ diff --git a/assets/minecraft/textures/particle/effect_5.png b/assets/minecraft/textures/particle/effect_5.png new file mode 100644 index 0000000..4dd4d71 Binary files /dev/null and b/assets/minecraft/textures/particle/effect_5.png differ diff --git a/assets/minecraft/textures/particle/effect_6.png b/assets/minecraft/textures/particle/effect_6.png new file mode 100644 index 0000000..16566a3 Binary files /dev/null and b/assets/minecraft/textures/particle/effect_6.png differ diff --git a/assets/minecraft/textures/particle/effect_7.png b/assets/minecraft/textures/particle/effect_7.png new file mode 100644 index 0000000..6ba434d Binary files /dev/null and b/assets/minecraft/textures/particle/effect_7.png differ diff --git a/assets/minecraft/textures/particle/enchanted_hit.png b/assets/minecraft/textures/particle/enchanted_hit.png new file mode 100644 index 0000000..3a01624 Binary files /dev/null and b/assets/minecraft/textures/particle/enchanted_hit.png differ diff --git a/assets/minecraft/textures/particle/explosion_0.png b/assets/minecraft/textures/particle/explosion_0.png new file mode 100644 index 0000000..801ff03 Binary files /dev/null and b/assets/minecraft/textures/particle/explosion_0.png differ diff --git a/assets/minecraft/textures/particle/explosion_1.png b/assets/minecraft/textures/particle/explosion_1.png new file mode 100644 index 0000000..8c74a9c Binary files /dev/null and b/assets/minecraft/textures/particle/explosion_1.png differ diff --git a/assets/minecraft/textures/particle/explosion_10.png b/assets/minecraft/textures/particle/explosion_10.png new file mode 100644 index 0000000..c8102f6 Binary files /dev/null and b/assets/minecraft/textures/particle/explosion_10.png differ diff --git a/assets/minecraft/textures/particle/explosion_11.png b/assets/minecraft/textures/particle/explosion_11.png new file mode 100644 index 0000000..3523842 Binary files /dev/null and b/assets/minecraft/textures/particle/explosion_11.png differ diff --git a/assets/minecraft/textures/particle/explosion_12.png b/assets/minecraft/textures/particle/explosion_12.png new file mode 100644 index 0000000..8e81b14 Binary files /dev/null and b/assets/minecraft/textures/particle/explosion_12.png differ diff --git a/assets/minecraft/textures/particle/explosion_13.png b/assets/minecraft/textures/particle/explosion_13.png new file mode 100644 index 0000000..5409c88 Binary files /dev/null and b/assets/minecraft/textures/particle/explosion_13.png differ diff --git a/assets/minecraft/textures/particle/explosion_14.png b/assets/minecraft/textures/particle/explosion_14.png new file mode 100644 index 0000000..eeb2317 Binary files /dev/null and b/assets/minecraft/textures/particle/explosion_14.png differ diff --git a/assets/minecraft/textures/particle/explosion_15.png b/assets/minecraft/textures/particle/explosion_15.png new file mode 100644 index 0000000..bbdf082 Binary files /dev/null and b/assets/minecraft/textures/particle/explosion_15.png differ diff --git a/assets/minecraft/textures/particle/explosion_2.png b/assets/minecraft/textures/particle/explosion_2.png new file mode 100644 index 0000000..f7e6f34 Binary files /dev/null and b/assets/minecraft/textures/particle/explosion_2.png differ diff --git a/assets/minecraft/textures/particle/explosion_3.png b/assets/minecraft/textures/particle/explosion_3.png new file mode 100644 index 0000000..d88723d Binary files /dev/null and b/assets/minecraft/textures/particle/explosion_3.png differ diff --git a/assets/minecraft/textures/particle/explosion_4.png b/assets/minecraft/textures/particle/explosion_4.png new file mode 100644 index 0000000..db8df21 Binary files /dev/null and b/assets/minecraft/textures/particle/explosion_4.png differ diff --git a/assets/minecraft/textures/particle/explosion_5.png b/assets/minecraft/textures/particle/explosion_5.png new file mode 100644 index 0000000..fb4cca3 Binary files /dev/null and b/assets/minecraft/textures/particle/explosion_5.png differ diff --git a/assets/minecraft/textures/particle/explosion_6.png b/assets/minecraft/textures/particle/explosion_6.png new file mode 100644 index 0000000..1ee51a9 Binary files /dev/null and b/assets/minecraft/textures/particle/explosion_6.png differ diff --git a/assets/minecraft/textures/particle/explosion_7.png b/assets/minecraft/textures/particle/explosion_7.png new file mode 100644 index 0000000..0aa2d07 Binary files /dev/null and b/assets/minecraft/textures/particle/explosion_7.png differ diff --git a/assets/minecraft/textures/particle/explosion_8.png b/assets/minecraft/textures/particle/explosion_8.png new file mode 100644 index 0000000..311b556 Binary files /dev/null and b/assets/minecraft/textures/particle/explosion_8.png differ diff --git a/assets/minecraft/textures/particle/explosion_9.png b/assets/minecraft/textures/particle/explosion_9.png new file mode 100644 index 0000000..a59c803 Binary files /dev/null and b/assets/minecraft/textures/particle/explosion_9.png differ diff --git a/assets/minecraft/textures/particle/flame.png b/assets/minecraft/textures/particle/flame.png new file mode 100644 index 0000000..41aa4e2 Binary files /dev/null and b/assets/minecraft/textures/particle/flame.png differ diff --git a/assets/minecraft/textures/particle/flash.png b/assets/minecraft/textures/particle/flash.png new file mode 100644 index 0000000..ac13583 Binary files /dev/null and b/assets/minecraft/textures/particle/flash.png differ diff --git a/assets/minecraft/textures/particle/footprint.png b/assets/minecraft/textures/particle/footprint.png new file mode 100644 index 0000000..495a367 Binary files /dev/null and b/assets/minecraft/textures/particle/footprint.png differ diff --git a/assets/minecraft/textures/particle/generic_0.png b/assets/minecraft/textures/particle/generic_0.png new file mode 100644 index 0000000..d77b5a6 Binary files /dev/null and b/assets/minecraft/textures/particle/generic_0.png differ diff --git a/assets/minecraft/textures/particle/generic_1.png b/assets/minecraft/textures/particle/generic_1.png new file mode 100644 index 0000000..7611188 Binary files /dev/null and b/assets/minecraft/textures/particle/generic_1.png differ diff --git a/assets/minecraft/textures/particle/generic_2.png b/assets/minecraft/textures/particle/generic_2.png new file mode 100644 index 0000000..1bd1dd0 Binary files /dev/null and b/assets/minecraft/textures/particle/generic_2.png differ diff --git a/assets/minecraft/textures/particle/generic_3.png b/assets/minecraft/textures/particle/generic_3.png new file mode 100644 index 0000000..c92be40 Binary files /dev/null and b/assets/minecraft/textures/particle/generic_3.png differ diff --git a/assets/minecraft/textures/particle/generic_4.png b/assets/minecraft/textures/particle/generic_4.png new file mode 100644 index 0000000..82e1223 Binary files /dev/null and b/assets/minecraft/textures/particle/generic_4.png differ diff --git a/assets/minecraft/textures/particle/generic_5.png b/assets/minecraft/textures/particle/generic_5.png new file mode 100644 index 0000000..dbe9222 Binary files /dev/null and b/assets/minecraft/textures/particle/generic_5.png differ diff --git a/assets/minecraft/textures/particle/generic_6.png b/assets/minecraft/textures/particle/generic_6.png new file mode 100644 index 0000000..b1365e4 Binary files /dev/null and b/assets/minecraft/textures/particle/generic_6.png differ diff --git a/assets/minecraft/textures/particle/generic_7.png b/assets/minecraft/textures/particle/generic_7.png new file mode 100644 index 0000000..f647617 Binary files /dev/null and b/assets/minecraft/textures/particle/generic_7.png differ diff --git a/assets/minecraft/textures/particle/glint.png b/assets/minecraft/textures/particle/glint.png new file mode 100644 index 0000000..b3b8845 Binary files /dev/null and b/assets/minecraft/textures/particle/glint.png differ diff --git a/assets/minecraft/textures/particle/heart.png b/assets/minecraft/textures/particle/heart.png new file mode 100644 index 0000000..389d0ee Binary files /dev/null and b/assets/minecraft/textures/particle/heart.png differ diff --git a/assets/minecraft/textures/particle/lava.png b/assets/minecraft/textures/particle/lava.png new file mode 100644 index 0000000..079f773 Binary files /dev/null and b/assets/minecraft/textures/particle/lava.png differ diff --git a/assets/minecraft/textures/particle/nautilus.png b/assets/minecraft/textures/particle/nautilus.png new file mode 100644 index 0000000..0ab4ef0 Binary files /dev/null and b/assets/minecraft/textures/particle/nautilus.png differ diff --git a/assets/minecraft/textures/particle/note.png b/assets/minecraft/textures/particle/note.png new file mode 100644 index 0000000..4d48586 Binary files /dev/null and b/assets/minecraft/textures/particle/note.png differ diff --git a/assets/minecraft/textures/particle/spark_0.png b/assets/minecraft/textures/particle/spark_0.png new file mode 100644 index 0000000..509064b Binary files /dev/null and b/assets/minecraft/textures/particle/spark_0.png differ diff --git a/assets/minecraft/textures/particle/spark_1.png b/assets/minecraft/textures/particle/spark_1.png new file mode 100644 index 0000000..44bc22f Binary files /dev/null and b/assets/minecraft/textures/particle/spark_1.png differ diff --git a/assets/minecraft/textures/particle/spark_2.png b/assets/minecraft/textures/particle/spark_2.png new file mode 100644 index 0000000..2d8c65a Binary files /dev/null and b/assets/minecraft/textures/particle/spark_2.png differ diff --git a/assets/minecraft/textures/particle/spark_3.png b/assets/minecraft/textures/particle/spark_3.png new file mode 100644 index 0000000..0776277 Binary files /dev/null and b/assets/minecraft/textures/particle/spark_3.png differ diff --git a/assets/minecraft/textures/particle/spark_4.png b/assets/minecraft/textures/particle/spark_4.png new file mode 100644 index 0000000..ba4b8e1 Binary files /dev/null and b/assets/minecraft/textures/particle/spark_4.png differ diff --git a/assets/minecraft/textures/particle/spark_5.png b/assets/minecraft/textures/particle/spark_5.png new file mode 100644 index 0000000..ef65def Binary files /dev/null and b/assets/minecraft/textures/particle/spark_5.png differ diff --git a/assets/minecraft/textures/particle/spark_6.png b/assets/minecraft/textures/particle/spark_6.png new file mode 100644 index 0000000..d93f66b Binary files /dev/null and b/assets/minecraft/textures/particle/spark_6.png differ diff --git a/assets/minecraft/textures/particle/spark_7.png b/assets/minecraft/textures/particle/spark_7.png new file mode 100644 index 0000000..a44cff2 Binary files /dev/null and b/assets/minecraft/textures/particle/spark_7.png differ diff --git a/assets/minecraft/textures/particle/spell_0.png b/assets/minecraft/textures/particle/spell_0.png new file mode 100644 index 0000000..fb93b4f Binary files /dev/null and b/assets/minecraft/textures/particle/spell_0.png differ diff --git a/assets/minecraft/textures/particle/spell_1.png b/assets/minecraft/textures/particle/spell_1.png new file mode 100644 index 0000000..0df0ab8 Binary files /dev/null and b/assets/minecraft/textures/particle/spell_1.png differ diff --git a/assets/minecraft/textures/particle/spell_2.png b/assets/minecraft/textures/particle/spell_2.png new file mode 100644 index 0000000..f793ed7 Binary files /dev/null and b/assets/minecraft/textures/particle/spell_2.png differ diff --git a/assets/minecraft/textures/particle/spell_3.png b/assets/minecraft/textures/particle/spell_3.png new file mode 100644 index 0000000..3ba9059 Binary files /dev/null and b/assets/minecraft/textures/particle/spell_3.png differ diff --git a/assets/minecraft/textures/particle/spell_4.png b/assets/minecraft/textures/particle/spell_4.png new file mode 100644 index 0000000..412e1a1 Binary files /dev/null and b/assets/minecraft/textures/particle/spell_4.png differ diff --git a/assets/minecraft/textures/particle/spell_5.png b/assets/minecraft/textures/particle/spell_5.png new file mode 100644 index 0000000..8396223 Binary files /dev/null and b/assets/minecraft/textures/particle/spell_5.png differ diff --git a/assets/minecraft/textures/particle/spell_6.png b/assets/minecraft/textures/particle/spell_6.png new file mode 100644 index 0000000..1375791 Binary files /dev/null and b/assets/minecraft/textures/particle/spell_6.png differ diff --git a/assets/minecraft/textures/particle/spell_7.png b/assets/minecraft/textures/particle/spell_7.png new file mode 100644 index 0000000..718a713 Binary files /dev/null and b/assets/minecraft/textures/particle/spell_7.png differ diff --git a/assets/minecraft/textures/particle/splash_0.png b/assets/minecraft/textures/particle/splash_0.png new file mode 100644 index 0000000..606e609 Binary files /dev/null and b/assets/minecraft/textures/particle/splash_0.png differ diff --git a/assets/minecraft/textures/particle/splash_1.png b/assets/minecraft/textures/particle/splash_1.png new file mode 100644 index 0000000..040eebd Binary files /dev/null and b/assets/minecraft/textures/particle/splash_1.png differ diff --git a/assets/minecraft/textures/particle/splash_2.png b/assets/minecraft/textures/particle/splash_2.png new file mode 100644 index 0000000..4722f9d Binary files /dev/null and b/assets/minecraft/textures/particle/splash_2.png differ diff --git a/assets/minecraft/textures/particle/splash_3.png b/assets/minecraft/textures/particle/splash_3.png new file mode 100644 index 0000000..e5fd120 Binary files /dev/null and b/assets/minecraft/textures/particle/splash_3.png differ diff --git a/assets/minecraft/textures/particle/sweep_0.png b/assets/minecraft/textures/particle/sweep_0.png new file mode 100644 index 0000000..a2504e1 Binary files /dev/null and b/assets/minecraft/textures/particle/sweep_0.png differ diff --git a/assets/minecraft/textures/particle/sweep_1.png b/assets/minecraft/textures/particle/sweep_1.png new file mode 100644 index 0000000..39686c2 Binary files /dev/null and b/assets/minecraft/textures/particle/sweep_1.png differ diff --git a/assets/minecraft/textures/particle/sweep_2.png b/assets/minecraft/textures/particle/sweep_2.png new file mode 100644 index 0000000..95a048c Binary files /dev/null and b/assets/minecraft/textures/particle/sweep_2.png differ diff --git a/assets/minecraft/textures/particle/sweep_3.png b/assets/minecraft/textures/particle/sweep_3.png new file mode 100644 index 0000000..fa278fa Binary files /dev/null and b/assets/minecraft/textures/particle/sweep_3.png differ diff --git a/assets/minecraft/textures/particle/sweep_4.png b/assets/minecraft/textures/particle/sweep_4.png new file mode 100644 index 0000000..5cad474 Binary files /dev/null and b/assets/minecraft/textures/particle/sweep_4.png differ diff --git a/assets/minecraft/textures/particle/sweep_5.png b/assets/minecraft/textures/particle/sweep_5.png new file mode 100644 index 0000000..f981534 Binary files /dev/null and b/assets/minecraft/textures/particle/sweep_5.png differ diff --git a/assets/minecraft/textures/particle/sweep_6.png b/assets/minecraft/textures/particle/sweep_6.png new file mode 100644 index 0000000..c5e2512 Binary files /dev/null and b/assets/minecraft/textures/particle/sweep_6.png differ diff --git a/assets/minecraft/textures/particle/sweep_7.png b/assets/minecraft/textures/particle/sweep_7.png new file mode 100644 index 0000000..279b60f Binary files /dev/null and b/assets/minecraft/textures/particle/sweep_7.png differ diff --git a/pack.mcmeta b/pack.mcmeta new file mode 100644 index 0000000..2819b99 --- /dev/null +++ b/pack.mcmeta @@ -0,0 +1,6 @@ +{ + "pack": { + "pack_format": 5, + "description": "XSSheep\u0027s Pixel Perfection." + } +} \ No newline at end of file diff --git a/pack.png b/pack.png new file mode 100644 index 0000000..afacc65 Binary files /dev/null and b/pack.png differ diff --git a/pack.txt b/pack.txt new file mode 100644 index 0000000..76a9466 --- /dev/null +++ b/pack.txt @@ -0,0 +1,3 @@ +XSSheep's Pixel Perfection. +Pure pixely goodness. +Shoddily ported for 1.15. \ No newline at end of file