diff --git a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/blockstates/acacia_button.json b/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/blockstates/acacia_button.json deleted file mode 100644 index 2a0d0b26..00000000 --- a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/blockstates/acacia_button.json +++ /dev/null @@ -1,28 +0,0 @@ -{ - "variants": { - "face=floor,facing=east,powered=false": { "model": "block/acacia_button", "y": 90 }, - "face=floor,facing=west,powered=false": { "model": "block/acacia_button", "y": 270 }, - "face=floor,facing=south,powered=false": { "model": "block/acacia_button", "y": 180 }, - "face=floor,facing=north,powered=false": { "model": "block/acacia_button" }, - "face=wall,facing=east,powered=false": { "model": "block/acacia_button", "uvlock": true, "x": 90, "y": 90 }, - "face=wall,facing=west,powered=false": { "model": "block/acacia_button", "uvlock": true, "x": 90, "y": 270 }, - "face=wall,facing=south,powered=false": { "model": "block/acacia_button", "uvlock": true, "x": 90, "y": 180 }, - "face=wall,facing=north,powered=false": { "model": "block/acacia_button", "uvlock": true, "x": 90 }, - "face=ceiling,facing=east,powered=false": { "model": "block/acacia_button", "x": 180, "y": 270 }, - "face=ceiling,facing=west,powered=false": { "model": "block/acacia_button", "x": 180, "y": 90 }, - "face=ceiling,facing=south,powered=false": { "model": "block/acacia_button", "x": 180 }, - "face=ceiling,facing=north,powered=false": { "model": "block/acacia_button", "x": 180, "y": 180 }, - "face=floor,facing=east,powered=true": { "model": "block/acacia_button_pressed", "y": 90 }, - "face=floor,facing=west,powered=true": { "model": "block/acacia_button_pressed", "y": 270 }, - "face=floor,facing=south,powered=true": { "model": "block/acacia_button_pressed", "y": 180 }, - "face=floor,facing=north,powered=true": { "model": "block/acacia_button_pressed" }, - "face=wall,facing=east,powered=true": { "model": "block/acacia_button_pressed", "uvlock": true, "x": 90, "y": 90 }, - "face=wall,facing=west,powered=true": { "model": "block/acacia_button_pressed", "uvlock": true, "x": 90, "y": 270 }, - "face=wall,facing=south,powered=true": { "model": "block/acacia_button_pressed", "uvlock": true, "x": 90, "y": 180 }, - "face=wall,facing=north,powered=true": { "model": "block/acacia_button_pressed", "uvlock": true, "x": 90 }, - "face=ceiling,facing=east,powered=true": { "model": "block/acacia_button_pressed", "x": 180, "y": 270 }, - "face=ceiling,facing=west,powered=true": { "model": "block/acacia_button_pressed", "x": 180, "y": 90 }, - "face=ceiling,facing=south,powered=true": { "model": "block/acacia_button_pressed", "x": 180 }, - "face=ceiling,facing=north,powered=true": { "model": "block/acacia_button_pressed", "x": 180, "y": 180 } - } -} diff --git a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/blockstates/acacia_door.json b/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/blockstates/acacia_door.json deleted file mode 100644 index 0e1d538b..00000000 --- a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/blockstates/acacia_door.json +++ /dev/null @@ -1,36 +0,0 @@ -{ - "variants": { - "facing=east,half=lower,hinge=left,open=false": { "model": "block/acacia_door_bottom" }, - "facing=south,half=lower,hinge=left,open=false": { "model": "block/acacia_door_bottom", "y": 90 }, - "facing=west,half=lower,hinge=left,open=false": { "model": "block/acacia_door_bottom", "y": 180 }, - "facing=north,half=lower,hinge=left,open=false": { "model": "block/acacia_door_bottom", "y": 270 }, - "facing=east,half=lower,hinge=right,open=false": { "model": "block/acacia_door_bottom_hinge" }, - "facing=south,half=lower,hinge=right,open=false": { "model": "block/acacia_door_bottom_hinge", "y": 90 }, - "facing=west,half=lower,hinge=right,open=false": { "model": "block/acacia_door_bottom_hinge", "y": 180 }, - "facing=north,half=lower,hinge=right,open=false": { "model": "block/acacia_door_bottom_hinge", "y": 270 }, - "facing=east,half=lower,hinge=left,open=true": { "model": "block/acacia_door_bottom_hinge", "y": 90 }, - "facing=south,half=lower,hinge=left,open=true": { "model": "block/acacia_door_bottom_hinge", "y": 180 }, - "facing=west,half=lower,hinge=left,open=true": { "model": "block/acacia_door_bottom_hinge", "y": 270 }, - "facing=north,half=lower,hinge=left,open=true": { "model": "block/acacia_door_bottom_hinge" }, - "facing=east,half=lower,hinge=right,open=true": { "model": "block/acacia_door_bottom", "y": 270 }, - "facing=south,half=lower,hinge=right,open=true": { "model": "block/acacia_door_bottom" }, - "facing=west,half=lower,hinge=right,open=true": { "model": "block/acacia_door_bottom", "y": 90 }, - "facing=north,half=lower,hinge=right,open=true": { "model": "block/acacia_door_bottom", "y": 180 }, - "facing=east,half=upper,hinge=left,open=false": { "model": "block/acacia_door_top" }, - "facing=south,half=upper,hinge=left,open=false": { "model": "block/acacia_door_top", "y": 90 }, - "facing=west,half=upper,hinge=left,open=false": { "model": "block/acacia_door_top", "y": 180 }, - "facing=north,half=upper,hinge=left,open=false": { "model": "block/acacia_door_top", "y": 270 }, - "facing=east,half=upper,hinge=right,open=false": { "model": "block/acacia_door_top_hinge" }, - "facing=south,half=upper,hinge=right,open=false": { "model": "block/acacia_door_top_hinge", "y": 90 }, - "facing=west,half=upper,hinge=right,open=false": { "model": "block/acacia_door_top_hinge", "y": 180 }, - "facing=north,half=upper,hinge=right,open=false": { "model": "block/acacia_door_top_hinge", "y": 270 }, - "facing=east,half=upper,hinge=left,open=true": { "model": "block/acacia_door_top_hinge", "y": 90 }, - "facing=south,half=upper,hinge=left,open=true": { "model": "block/acacia_door_top_hinge", "y": 180 }, - "facing=west,half=upper,hinge=left,open=true": { "model": "block/acacia_door_top_hinge", "y": 270 }, - "facing=north,half=upper,hinge=left,open=true": { "model": "block/acacia_door_top_hinge" }, - "facing=east,half=upper,hinge=right,open=true": { "model": "block/acacia_door_top", "y": 270 }, - "facing=south,half=upper,hinge=right,open=true": { "model": "block/acacia_door_top" }, - "facing=west,half=upper,hinge=right,open=true": { "model": "block/acacia_door_top", "y": 90 }, - "facing=north,half=upper,hinge=right,open=true": { "model": "block/acacia_door_top", "y": 180 } - } -} diff --git a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/blockstates/acacia_fence.json b/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/blockstates/acacia_fence.json deleted file mode 100644 index 868497ce..00000000 --- a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/blockstates/acacia_fence.json +++ /dev/null @@ -1,17 +0,0 @@ -{ - "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/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/blockstates/acacia_fence_gate.json b/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/blockstates/acacia_fence_gate.json deleted file mode 100644 index 83cedf27..00000000 --- a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/blockstates/acacia_fence_gate.json +++ /dev/null @@ -1,20 +0,0 @@ -{ - "variants": { - "facing=south,in_wall=false,open=false": { "model": "block/acacia_fence_gate", "uvlock": true }, - "facing=west,in_wall=false,open=false": { "model": "block/acacia_fence_gate", "uvlock": true, "y": 90 }, - "facing=north,in_wall=false,open=false": { "model": "block/acacia_fence_gate", "uvlock": true, "y": 180 }, - "facing=east,in_wall=false,open=false": { "model": "block/acacia_fence_gate", "uvlock": true, "y": 270 }, - "facing=south,in_wall=false,open=true": { "model": "block/acacia_fence_gate_open", "uvlock": true }, - "facing=west,in_wall=false,open=true": { "model": "block/acacia_fence_gate_open", "uvlock": true, "y": 90 }, - "facing=north,in_wall=false,open=true": { "model": "block/acacia_fence_gate_open", "uvlock": true, "y": 180 }, - "facing=east,in_wall=false,open=true": { "model": "block/acacia_fence_gate_open", "uvlock": true, "y": 270 }, - "facing=south,in_wall=true,open=false": { "model": "block/acacia_fence_gate_wall", "uvlock": true }, - "facing=west,in_wall=true,open=false": { "model": "block/acacia_fence_gate_wall", "uvlock": true, "y": 90 }, - "facing=north,in_wall=true,open=false": { "model": "block/acacia_fence_gate_wall", "uvlock": true, "y": 180 }, - "facing=east,in_wall=true,open=false": { "model": "block/acacia_fence_gate_wall", "uvlock": true, "y": 270 }, - "facing=south,in_wall=true,open=true": { "model": "block/acacia_fence_gate_wall_open", "uvlock": true }, - "facing=west,in_wall=true,open=true": { "model": "block/acacia_fence_gate_wall_open", "uvlock": true, "y": 90 }, - "facing=north,in_wall=true,open=true": { "model": "block/acacia_fence_gate_wall_open", "uvlock": true, "y": 180 }, - "facing=east,in_wall=true,open=true": { "model": "block/acacia_fence_gate_wall_open", "uvlock": true, "y": 270 } - } -} diff --git a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/blockstates/acacia_leaves.json b/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/blockstates/acacia_leaves.json deleted file mode 100644 index 6de4f3e9..00000000 --- a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/blockstates/acacia_leaves.json +++ /dev/null @@ -1,5 +0,0 @@ -{ - "variants": { - "": { "model": "block/acacia_leaves" } - } -} diff --git a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/blockstates/acacia_log.json b/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/blockstates/acacia_log.json deleted file mode 100644 index 70a021bd..00000000 --- a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/blockstates/acacia_log.json +++ /dev/null @@ -1,7 +0,0 @@ -{ - "variants": { - "axis=y": { "model": "block/acacia_log" }, - "axis=z": { "model": "block/acacia_log", "x": 90 }, - "axis=x": { "model": "block/acacia_log", "x": 90, "y": 90 } - } -} diff --git a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/blockstates/acacia_planks.json b/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/blockstates/acacia_planks.json deleted file mode 100644 index c8ab0889..00000000 --- a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/blockstates/acacia_planks.json +++ /dev/null @@ -1,5 +0,0 @@ -{ - "variants": { - "": { "model": "block/acacia_planks" } - } -} diff --git a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/blockstates/acacia_pressure_plate.json b/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/blockstates/acacia_pressure_plate.json deleted file mode 100644 index a2488207..00000000 --- a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/blockstates/acacia_pressure_plate.json +++ /dev/null @@ -1,6 +0,0 @@ -{ - "variants": { - "powered=false": { "model": "block/acacia_pressure_plate" }, - "powered=true": { "model": "block/acacia_pressure_plate_down" } - } -} diff --git a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/blockstates/acacia_sapling.json b/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/blockstates/acacia_sapling.json deleted file mode 100644 index 1dc41a26..00000000 --- a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/blockstates/acacia_sapling.json +++ /dev/null @@ -1,5 +0,0 @@ -{ - "variants": { - "": { "model": "block/acacia_sapling" } - } -} diff --git a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/blockstates/acacia_sign.json b/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/blockstates/acacia_sign.json deleted file mode 100644 index 2e239a32..00000000 --- a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/blockstates/acacia_sign.json +++ /dev/null @@ -1,5 +0,0 @@ -{ - "variants": { - "": { "model": "block/acacia_sign" } - } -} diff --git a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/blockstates/acacia_slab.json b/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/blockstates/acacia_slab.json deleted file mode 100644 index cdfd867b..00000000 --- a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/blockstates/acacia_slab.json +++ /dev/null @@ -1,7 +0,0 @@ -{ - "variants": { - "type=bottom": { "model": "block/acacia_slab" }, - "type=top": { "model": "block/acacia_slab_top" }, - "type=double": { "model": "block/acacia_planks" } - } -} diff --git a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/blockstates/acacia_stairs.json b/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/blockstates/acacia_stairs.json deleted file mode 100644 index bc61b292..00000000 --- a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/blockstates/acacia_stairs.json +++ /dev/null @@ -1,44 +0,0 @@ -{ - "variants": { - "facing=east,half=bottom,shape=straight": { "model": "block/acacia_stairs" }, - "facing=west,half=bottom,shape=straight": { "model": "block/acacia_stairs", "y": 180, "uvlock": true }, - "facing=south,half=bottom,shape=straight": { "model": "block/acacia_stairs", "y": 90, "uvlock": true }, - "facing=north,half=bottom,shape=straight": { "model": "block/acacia_stairs", "y": 270, "uvlock": true }, - "facing=east,half=bottom,shape=outer_right": { "model": "block/acacia_stairs_outer" }, - "facing=west,half=bottom,shape=outer_right": { "model": "block/acacia_stairs_outer", "y": 180, "uvlock": true }, - "facing=south,half=bottom,shape=outer_right": { "model": "block/acacia_stairs_outer", "y": 90, "uvlock": true }, - "facing=north,half=bottom,shape=outer_right": { "model": "block/acacia_stairs_outer", "y": 270, "uvlock": true }, - "facing=east,half=bottom,shape=outer_left": { "model": "block/acacia_stairs_outer", "y": 270, "uvlock": true }, - "facing=west,half=bottom,shape=outer_left": { "model": "block/acacia_stairs_outer", "y": 90, "uvlock": true }, - "facing=south,half=bottom,shape=outer_left": { "model": "block/acacia_stairs_outer" }, - "facing=north,half=bottom,shape=outer_left": { "model": "block/acacia_stairs_outer", "y": 180, "uvlock": true }, - "facing=east,half=bottom,shape=inner_right": { "model": "block/acacia_stairs_inner" }, - "facing=west,half=bottom,shape=inner_right": { "model": "block/acacia_stairs_inner", "y": 180, "uvlock": true }, - "facing=south,half=bottom,shape=inner_right": { "model": "block/acacia_stairs_inner", "y": 90, "uvlock": true }, - "facing=north,half=bottom,shape=inner_right": { "model": "block/acacia_stairs_inner", "y": 270, "uvlock": true }, - "facing=east,half=bottom,shape=inner_left": { "model": "block/acacia_stairs_inner", "y": 270, "uvlock": true }, - "facing=west,half=bottom,shape=inner_left": { "model": "block/acacia_stairs_inner", "y": 90, "uvlock": true }, - "facing=south,half=bottom,shape=inner_left": { "model": "block/acacia_stairs_inner" }, - "facing=north,half=bottom,shape=inner_left": { "model": "block/acacia_stairs_inner", "y": 180, "uvlock": true }, - "facing=east,half=top,shape=straight": { "model": "block/acacia_stairs", "x": 180, "uvlock": true }, - "facing=west,half=top,shape=straight": { "model": "block/acacia_stairs", "x": 180, "y": 180, "uvlock": true }, - "facing=south,half=top,shape=straight": { "model": "block/acacia_stairs", "x": 180, "y": 90, "uvlock": true }, - "facing=north,half=top,shape=straight": { "model": "block/acacia_stairs", "x": 180, "y": 270, "uvlock": true }, - "facing=east,half=top,shape=outer_right": { "model": "block/acacia_stairs_outer", "x": 180, "y": 90, "uvlock": true }, - "facing=west,half=top,shape=outer_right": { "model": "block/acacia_stairs_outer", "x": 180, "y": 270, "uvlock": true }, - "facing=south,half=top,shape=outer_right": { "model": "block/acacia_stairs_outer", "x": 180, "y": 180, "uvlock": true }, - "facing=north,half=top,shape=outer_right": { "model": "block/acacia_stairs_outer", "x": 180, "uvlock": true }, - "facing=east,half=top,shape=outer_left": { "model": "block/acacia_stairs_outer", "x": 180, "uvlock": true }, - "facing=west,half=top,shape=outer_left": { "model": "block/acacia_stairs_outer", "x": 180, "y": 180, "uvlock": true }, - "facing=south,half=top,shape=outer_left": { "model": "block/acacia_stairs_outer", "x": 180, "y": 90, "uvlock": true }, - "facing=north,half=top,shape=outer_left": { "model": "block/acacia_stairs_outer", "x": 180, "y": 270, "uvlock": true }, - "facing=east,half=top,shape=inner_right": { "model": "block/acacia_stairs_inner", "x": 180, "y": 90, "uvlock": true }, - "facing=west,half=top,shape=inner_right": { "model": "block/acacia_stairs_inner", "x": 180, "y": 270, "uvlock": true }, - "facing=south,half=top,shape=inner_right": { "model": "block/acacia_stairs_inner", "x": 180, "y": 180, "uvlock": true }, - "facing=north,half=top,shape=inner_right": { "model": "block/acacia_stairs_inner", "x": 180, "uvlock": true }, - "facing=east,half=top,shape=inner_left": { "model": "block/acacia_stairs_inner", "x": 180, "uvlock": true }, - "facing=west,half=top,shape=inner_left": { "model": "block/acacia_stairs_inner", "x": 180, "y": 180, "uvlock": true }, - "facing=south,half=top,shape=inner_left": { "model": "block/acacia_stairs_inner", "x": 180, "y": 90, "uvlock": true }, - "facing=north,half=top,shape=inner_left": { "model": "block/acacia_stairs_inner", "x": 180, "y": 270, "uvlock": true } - } -} diff --git a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/blockstates/acacia_trapdoor.json b/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/blockstates/acacia_trapdoor.json deleted file mode 100644 index 4061a364..00000000 --- a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/blockstates/acacia_trapdoor.json +++ /dev/null @@ -1,20 +0,0 @@ -{ - "variants": { - "facing=north,half=bottom,open=false": { "model": "block/acacia_trapdoor_bottom" }, - "facing=south,half=bottom,open=false": { "model": "block/acacia_trapdoor_bottom", "y": 180 }, - "facing=east,half=bottom,open=false": { "model": "block/acacia_trapdoor_bottom", "y": 90 }, - "facing=west,half=bottom,open=false": { "model": "block/acacia_trapdoor_bottom", "y": 270 }, - "facing=north,half=top,open=false": { "model": "block/acacia_trapdoor_top" }, - "facing=south,half=top,open=false": { "model": "block/acacia_trapdoor_top", "y": 180 }, - "facing=east,half=top,open=false": { "model": "block/acacia_trapdoor_top", "y": 90 }, - "facing=west,half=top,open=false": { "model": "block/acacia_trapdoor_top", "y": 270 }, - "facing=north,half=bottom,open=true": { "model": "block/acacia_trapdoor_open" }, - "facing=south,half=bottom,open=true": { "model": "block/acacia_trapdoor_open", "y": 180 }, - "facing=east,half=bottom,open=true": { "model": "block/acacia_trapdoor_open", "y": 90 }, - "facing=west,half=bottom,open=true": { "model": "block/acacia_trapdoor_open", "y": 270 }, - "facing=north,half=top,open=true": { "model": "block/acacia_trapdoor_open", "x": 180, "y": 180 }, - "facing=south,half=top,open=true": { "model": "block/acacia_trapdoor_open", "x": 180, "y": 0 }, - "facing=east,half=top,open=true": { "model": "block/acacia_trapdoor_open", "x": 180, "y": 270 }, - "facing=west,half=top,open=true": { "model": "block/acacia_trapdoor_open", "x": 180, "y": 90 } - } -} diff --git a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/blockstates/acacia_wall_sign.json b/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/blockstates/acacia_wall_sign.json deleted file mode 100644 index 2e239a32..00000000 --- a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/blockstates/acacia_wall_sign.json +++ /dev/null @@ -1,5 +0,0 @@ -{ - "variants": { - "": { "model": "block/acacia_sign" } - } -} diff --git a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/blockstates/acacia_wood.json b/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/blockstates/acacia_wood.json deleted file mode 100644 index f55ac8ee..00000000 --- a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/blockstates/acacia_wood.json +++ /dev/null @@ -1,7 +0,0 @@ -{ - "variants": { - "axis=y": { "model": "block/acacia_wood" }, - "axis=z": { "model": "block/acacia_wood", "x": 90 }, - "axis=x": { "model": "block/acacia_wood", "x": 90, "y": 90 } - } -} diff --git a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/blockstates/activator_rail.json b/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/blockstates/activator_rail.json deleted file mode 100644 index 69c29498..00000000 --- a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/blockstates/activator_rail.json +++ /dev/null @@ -1,16 +0,0 @@ -{ - "variants": { - "powered=false,shape=north_south": { "model": "block/activator_rail" }, - "powered=false,shape=east_west": { "model": "block/activator_rail", "y": 90 }, - "powered=false,shape=ascending_east": { "model": "block/activator_rail_raised_ne", "y": 90 }, - "powered=false,shape=ascending_west": { "model": "block/activator_rail_raised_sw", "y": 90 }, - "powered=false,shape=ascending_north": { "model": "block/activator_rail_raised_ne" }, - "powered=false,shape=ascending_south": { "model": "block/activator_rail_raised_sw" }, - "powered=true,shape=north_south": { "model": "block/activator_rail_on" }, - "powered=true,shape=east_west": { "model": "block/activator_rail_on", "y": 90 }, - "powered=true,shape=ascending_east": { "model": "block/activator_rail_on_raised_ne", "y": 90 }, - "powered=true,shape=ascending_west": { "model": "block/activator_rail_on_raised_sw", "y": 90 }, - "powered=true,shape=ascending_north": { "model": "block/activator_rail_on_raised_ne" }, - "powered=true,shape=ascending_south": { "model": "block/activator_rail_on_raised_sw" } - } -} diff --git a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/blockstates/air.json b/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/blockstates/air.json deleted file mode 100644 index 09fa52b3..00000000 --- a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/blockstates/air.json +++ /dev/null @@ -1,5 +0,0 @@ -{ - "variants": { - "": { "model": "block/air" } - } -} diff --git a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/blockstates/allium.json b/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/blockstates/allium.json deleted file mode 100644 index d97ce5ab..00000000 --- a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/blockstates/allium.json +++ /dev/null @@ -1,5 +0,0 @@ -{ - "variants": { - "": { "model": "block/allium" } - } -} diff --git a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/blockstates/andesite.json b/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/blockstates/andesite.json deleted file mode 100644 index 4ff83d47..00000000 --- a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/blockstates/andesite.json +++ /dev/null @@ -1,5 +0,0 @@ -{ - "variants": { - "": { "model": "block/andesite" } - } -} diff --git a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/blockstates/andesite_slab.json b/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/blockstates/andesite_slab.json deleted file mode 100644 index 6b2f26f1..00000000 --- a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/blockstates/andesite_slab.json +++ /dev/null @@ -1,7 +0,0 @@ -{ - "variants": { - "type=bottom": { "model": "block/andesite_slab" }, - "type=top": { "model": "block/andesite_slab_top" }, - "type=double": { "model": "block/andesite" } - } -} diff --git a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/blockstates/andesite_stairs.json b/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/blockstates/andesite_stairs.json deleted file mode 100644 index 7c9b5fa7..00000000 --- a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/blockstates/andesite_stairs.json +++ /dev/null @@ -1,44 +0,0 @@ -{ - "variants": { - "facing=east,half=bottom,shape=straight": { "model": "block/andesite_stairs" }, - "facing=west,half=bottom,shape=straight": { "model": "block/andesite_stairs", "y": 180, "uvlock": true }, - "facing=south,half=bottom,shape=straight": { "model": "block/andesite_stairs", "y": 90, "uvlock": true }, - "facing=north,half=bottom,shape=straight": { "model": "block/andesite_stairs", "y": 270, "uvlock": true }, - "facing=east,half=bottom,shape=outer_right": { "model": "block/andesite_stairs_outer" }, - "facing=west,half=bottom,shape=outer_right": { "model": "block/andesite_stairs_outer", "y": 180, "uvlock": true }, - "facing=south,half=bottom,shape=outer_right": { "model": "block/andesite_stairs_outer", "y": 90, "uvlock": true }, - "facing=north,half=bottom,shape=outer_right": { "model": "block/andesite_stairs_outer", "y": 270, "uvlock": true }, - "facing=east,half=bottom,shape=outer_left": { "model": "block/andesite_stairs_outer", "y": 270, "uvlock": true }, - "facing=west,half=bottom,shape=outer_left": { "model": "block/andesite_stairs_outer", "y": 90, "uvlock": true }, - "facing=south,half=bottom,shape=outer_left": { "model": "block/andesite_stairs_outer" }, - "facing=north,half=bottom,shape=outer_left": { "model": "block/andesite_stairs_outer", "y": 180, "uvlock": true }, - "facing=east,half=bottom,shape=inner_right": { "model": "block/andesite_stairs_inner" }, - "facing=west,half=bottom,shape=inner_right": { "model": "block/andesite_stairs_inner", "y": 180, "uvlock": true }, - "facing=south,half=bottom,shape=inner_right": { "model": "block/andesite_stairs_inner", "y": 90, "uvlock": true }, - "facing=north,half=bottom,shape=inner_right": { "model": "block/andesite_stairs_inner", "y": 270, "uvlock": true }, - "facing=east,half=bottom,shape=inner_left": { "model": "block/andesite_stairs_inner", "y": 270, "uvlock": true }, - "facing=west,half=bottom,shape=inner_left": { "model": "block/andesite_stairs_inner", "y": 90, "uvlock": true }, - "facing=south,half=bottom,shape=inner_left": { "model": "block/andesite_stairs_inner" }, - "facing=north,half=bottom,shape=inner_left": { "model": "block/andesite_stairs_inner", "y": 180, "uvlock": true }, - "facing=east,half=top,shape=straight": { "model": "block/andesite_stairs", "x": 180, "uvlock": true }, - "facing=west,half=top,shape=straight": { "model": "block/andesite_stairs", "x": 180, "y": 180, "uvlock": true }, - "facing=south,half=top,shape=straight": { "model": "block/andesite_stairs", "x": 180, "y": 90, "uvlock": true }, - "facing=north,half=top,shape=straight": { "model": "block/andesite_stairs", "x": 180, "y": 270, "uvlock": true }, - "facing=east,half=top,shape=outer_right": { "model": "block/andesite_stairs_outer", "x": 180, "y": 90, "uvlock": true }, - "facing=west,half=top,shape=outer_right": { "model": "block/andesite_stairs_outer", "x": 180, "y": 270, "uvlock": true }, - "facing=south,half=top,shape=outer_right": { "model": "block/andesite_stairs_outer", "x": 180, "y": 180, "uvlock": true }, - "facing=north,half=top,shape=outer_right": { "model": "block/andesite_stairs_outer", "x": 180, "uvlock": true }, - "facing=east,half=top,shape=outer_left": { "model": "block/andesite_stairs_outer", "x": 180, "uvlock": true }, - "facing=west,half=top,shape=outer_left": { "model": "block/andesite_stairs_outer", "x": 180, "y": 180, "uvlock": true }, - "facing=south,half=top,shape=outer_left": { "model": "block/andesite_stairs_outer", "x": 180, "y": 90, "uvlock": true }, - "facing=north,half=top,shape=outer_left": { "model": "block/andesite_stairs_outer", "x": 180, "y": 270, "uvlock": true }, - "facing=east,half=top,shape=inner_right": { "model": "block/andesite_stairs_inner", "x": 180, "y": 90, "uvlock": true }, - "facing=west,half=top,shape=inner_right": { "model": "block/andesite_stairs_inner", "x": 180, "y": 270, "uvlock": true }, - "facing=south,half=top,shape=inner_right": { "model": "block/andesite_stairs_inner", "x": 180, "y": 180, "uvlock": true }, - "facing=north,half=top,shape=inner_right": { "model": "block/andesite_stairs_inner", "x": 180, "uvlock": true }, - "facing=east,half=top,shape=inner_left": { "model": "block/andesite_stairs_inner", "x": 180, "uvlock": true }, - "facing=west,half=top,shape=inner_left": { "model": "block/andesite_stairs_inner", "x": 180, "y": 180, "uvlock": true }, - "facing=south,half=top,shape=inner_left": { "model": "block/andesite_stairs_inner", "x": 180, "y": 90, "uvlock": true }, - "facing=north,half=top,shape=inner_left": { "model": "block/andesite_stairs_inner", "x": 180, "y": 270, "uvlock": true } - } -} diff --git a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/blockstates/andesite_wall.json b/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/blockstates/andesite_wall.json deleted file mode 100644 index 7356ff91..00000000 --- a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/blockstates/andesite_wall.json +++ /dev/null @@ -1,19 +0,0 @@ -{ - "multipart": [ - { "when": { "up": "true" }, - "apply": { "model": "block/andesite_wall_post" } - }, - { "when": { "north": "true" }, - "apply": { "model": "block/andesite_wall_side", "uvlock": true } - }, - { "when": { "east": "true" }, - "apply": { "model": "block/andesite_wall_side", "y": 90, "uvlock": true } - }, - { "when": { "south": "true" }, - "apply": { "model": "block/andesite_wall_side", "y": 180, "uvlock": true } - }, - { "when": { "west": "true" }, - "apply": { "model": "block/andesite_wall_side", "y": 270, "uvlock": true } - } - ] -} diff --git a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/blockstates/anvil.json b/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/blockstates/anvil.json deleted file mode 100644 index e71b0834..00000000 --- a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/blockstates/anvil.json +++ /dev/null @@ -1,8 +0,0 @@ -{ - "variants": { - "facing=south": { "model": "block/anvil" }, - "facing=west": { "model": "block/anvil", "y": 90 }, - "facing=north": { "model": "block/anvil", "y": 180 }, - "facing=east": { "model": "block/anvil", "y": 270 } - } -} diff --git a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/blockstates/attached_melon_stem.json b/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/blockstates/attached_melon_stem.json deleted file mode 100644 index f4048cb5..00000000 --- a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/blockstates/attached_melon_stem.json +++ /dev/null @@ -1,8 +0,0 @@ -{ - "variants": { - "facing=west": { "model": "block/attached_melon_stem" }, - "facing=east": { "model": "block/attached_melon_stem", "y": 180 }, - "facing=north": { "model": "block/attached_melon_stem", "y": 90 }, - "facing=south": { "model": "block/attached_melon_stem", "y": 270 } - } -} diff --git a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/blockstates/attached_pumpkin_stem.json b/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/blockstates/attached_pumpkin_stem.json deleted file mode 100644 index 3bbdc208..00000000 --- a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/blockstates/attached_pumpkin_stem.json +++ /dev/null @@ -1,8 +0,0 @@ -{ - "variants": { - "facing=west": { "model": "block/attached_pumpkin_stem" }, - "facing=east": { "model": "block/attached_pumpkin_stem", "y": 180 }, - "facing=north": { "model": "block/attached_pumpkin_stem", "y": 90 }, - "facing=south": { "model": "block/attached_pumpkin_stem", "y": 270 } - } -} diff --git a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/blockstates/azure_bluet.json b/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/blockstates/azure_bluet.json deleted file mode 100644 index ac768cb8..00000000 --- a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/blockstates/azure_bluet.json +++ /dev/null @@ -1,5 +0,0 @@ -{ - "variants": { - "": { "model": "block/azure_bluet" } - } -} diff --git a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/blockstates/bamboo.json b/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/blockstates/bamboo.json deleted file mode 100644 index cfa0c1a9..00000000 --- a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/blockstates/bamboo.json +++ /dev/null @@ -1,26 +0,0 @@ -{ - "multipart": [ - { "when": { "age": "0" }, - "apply": [ - { "model": "block/bamboo1_age0" }, - { "model": "block/bamboo2_age0" }, - { "model": "block/bamboo3_age0" }, - { "model": "block/bamboo4_age0" } - ] - }, - { "when": { "age": "1" }, - "apply": [ - { "model": "block/bamboo1_age1" }, - { "model": "block/bamboo2_age1" }, - { "model": "block/bamboo3_age1" }, - { "model": "block/bamboo4_age1" } - ] - }, - { "when": { "leaves": "small" }, - "apply": { "model": "block/bamboo_small_leaves" } - }, - { "when": { "leaves": "large" }, - "apply": { "model": "block/bamboo_large_leaves" } - } - ] -} diff --git a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/blockstates/bamboo_sapling.json b/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/blockstates/bamboo_sapling.json deleted file mode 100644 index 9755a079..00000000 --- a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/blockstates/bamboo_sapling.json +++ /dev/null @@ -1,5 +0,0 @@ -{ - "variants": { - "": { "model": "block/bamboo_sapling" } - } -} diff --git a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/blockstates/barrel.json b/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/blockstates/barrel.json deleted file mode 100644 index e31119fa..00000000 --- a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/blockstates/barrel.json +++ /dev/null @@ -1,16 +0,0 @@ -{ - "variants": { - "facing=down,open=false": { "model": "block/barrel", "x": 180 }, - "facing=up,open=false": { "model": "block/barrel" }, - "facing=north,open=false": { "model": "block/barrel", "x": 90 }, - "facing=south,open=false": { "model": "block/barrel", "x": 90, "y": 180 }, - "facing=west,open=false": { "model": "block/barrel", "x": 90, "y": 270 }, - "facing=east,open=false": { "model": "block/barrel", "x": 90, "y": 90 }, - "facing=down,open=true": { "model": "block/barrel_open", "x": 180 }, - "facing=up,open=true": { "model": "block/barrel_open" }, - "facing=north,open=true": { "model": "block/barrel_open", "x": 90 }, - "facing=south,open=true": { "model": "block/barrel_open", "x": 90, "y": 180 }, - "facing=west,open=true": { "model": "block/barrel_open", "x": 90, "y": 270 }, - "facing=east,open=true": { "model": "block/barrel_open", "x": 90, "y": 90 } - } -} diff --git a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/blockstates/barrier.json b/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/blockstates/barrier.json deleted file mode 100644 index 0d8d2e48..00000000 --- a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/blockstates/barrier.json +++ /dev/null @@ -1,5 +0,0 @@ -{ - "variants": { - "": { "model": "block/barrier" } - } -} diff --git a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/blockstates/beacon.json b/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/blockstates/beacon.json deleted file mode 100644 index 49a1565c..00000000 --- a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/blockstates/beacon.json +++ /dev/null @@ -1,5 +0,0 @@ -{ - "variants": { - "": { "model": "block/beacon" } - } -} diff --git a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/blockstates/bedrock.json b/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/blockstates/bedrock.json deleted file mode 100644 index 12a4ec26..00000000 --- a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/blockstates/bedrock.json +++ /dev/null @@ -1,10 +0,0 @@ -{ - "variants": { - "": [ - { "model": "block/bedrock" }, - { "model": "block/bedrock_mirrored" }, - { "model": "block/bedrock", "y": 180 }, - { "model": "block/bedrock_mirrored", "y": 180 } - ] - } -} diff --git a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/blockstates/beetroots.json b/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/blockstates/beetroots.json deleted file mode 100644 index d96ba876..00000000 --- a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/blockstates/beetroots.json +++ /dev/null @@ -1,8 +0,0 @@ -{ - "variants": { - "age=0": { "model": "block/beetroots_stage0" }, - "age=1": { "model": "block/beetroots_stage1" }, - "age=2": { "model": "block/beetroots_stage2" }, - "age=3": { "model": "block/beetroots_stage3" } - } -} diff --git a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/blockstates/bell.json b/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/blockstates/bell.json deleted file mode 100644 index 2e06b6e2..00000000 --- a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/blockstates/bell.json +++ /dev/null @@ -1,20 +0,0 @@ -{ - "variants": { - "facing=north,attachment=floor": { "model": "block/bell_floor" }, - "facing=south,attachment=floor": { "model": "block/bell_floor", "y": 180 }, - "facing=east,attachment=floor": { "model": "block/bell_floor", "y": 90 }, - "facing=west,attachment=floor": { "model": "block/bell_floor", "y": 270 }, - "facing=north,attachment=ceiling": { "model": "block/bell_ceiling" }, - "facing=south,attachment=ceiling": { "model": "block/bell_ceiling", "y": 180 }, - "facing=east,attachment=ceiling": { "model": "block/bell_ceiling", "y": 90 }, - "facing=west,attachment=ceiling": { "model": "block/bell_ceiling", "y": 270 }, - "facing=east,attachment=single_wall": { "model": "block/bell_wall" }, - "facing=west,attachment=single_wall": { "model": "block/bell_wall", "y": 180 }, - "facing=south,attachment=single_wall": { "model": "block/bell_wall", "y": 90 }, - "facing=north,attachment=single_wall": { "model": "block/bell_wall", "y": 270 }, - "facing=east,attachment=double_wall": { "model": "block/bell_between_walls" }, - "facing=west,attachment=double_wall": { "model": "block/bell_between_walls", "y": 180 }, - "facing=north,attachment=double_wall": { "model": "block/bell_between_walls", "y": 90 }, - "facing=south,attachment=double_wall": { "model": "block/bell_between_walls", "y": 270 } - } -} diff --git a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/blockstates/birch_button.json b/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/blockstates/birch_button.json deleted file mode 100644 index 59950516..00000000 --- a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/blockstates/birch_button.json +++ /dev/null @@ -1,28 +0,0 @@ -{ - "variants": { - "face=floor,facing=east,powered=false": { "model": "block/birch_button", "y": 90 }, - "face=floor,facing=west,powered=false": { "model": "block/birch_button", "y": 270 }, - "face=floor,facing=south,powered=false": { "model": "block/birch_button", "y": 180 }, - "face=floor,facing=north,powered=false": { "model": "block/birch_button" }, - "face=wall,facing=east,powered=false": { "model": "block/birch_button", "uvlock": true, "x": 90, "y": 90 }, - "face=wall,facing=west,powered=false": { "model": "block/birch_button", "uvlock": true, "x": 90, "y": 270 }, - "face=wall,facing=south,powered=false": { "model": "block/birch_button", "uvlock": true, "x": 90, "y": 180 }, - "face=wall,facing=north,powered=false": { "model": "block/birch_button", "uvlock": true, "x": 90 }, - "face=ceiling,facing=east,powered=false": { "model": "block/birch_button", "x": 180, "y": 270 }, - "face=ceiling,facing=west,powered=false": { "model": "block/birch_button", "x": 180, "y": 90 }, - "face=ceiling,facing=south,powered=false": { "model": "block/birch_button", "x": 180 }, - "face=ceiling,facing=north,powered=false": { "model": "block/birch_button", "x": 180, "y": 180 }, - "face=floor,facing=east,powered=true": { "model": "block/birch_button_pressed", "y": 90 }, - "face=floor,facing=west,powered=true": { "model": "block/birch_button_pressed", "y": 270 }, - "face=floor,facing=south,powered=true": { "model": "block/birch_button_pressed", "y": 180 }, - "face=floor,facing=north,powered=true": { "model": "block/birch_button_pressed" }, - "face=wall,facing=east,powered=true": { "model": "block/birch_button_pressed", "uvlock": true, "x": 90, "y": 90 }, - "face=wall,facing=west,powered=true": { "model": "block/birch_button_pressed", "uvlock": true, "x": 90, "y": 270 }, - "face=wall,facing=south,powered=true": { "model": "block/birch_button_pressed", "uvlock": true, "x": 90, "y": 180 }, - "face=wall,facing=north,powered=true": { "model": "block/birch_button_pressed", "uvlock": true, "x": 90 }, - "face=ceiling,facing=east,powered=true": { "model": "block/birch_button_pressed", "x": 180, "y": 270 }, - "face=ceiling,facing=west,powered=true": { "model": "block/birch_button_pressed", "x": 180, "y": 90 }, - "face=ceiling,facing=south,powered=true": { "model": "block/birch_button_pressed", "x": 180 }, - "face=ceiling,facing=north,powered=true": { "model": "block/birch_button_pressed", "x": 180, "y": 180 } - } -} diff --git a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/blockstates/birch_door.json b/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/blockstates/birch_door.json deleted file mode 100644 index 57080995..00000000 --- a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/blockstates/birch_door.json +++ /dev/null @@ -1,36 +0,0 @@ -{ - "variants": { - "facing=east,half=lower,hinge=left,open=false": { "model": "block/birch_door_bottom" }, - "facing=south,half=lower,hinge=left,open=false": { "model": "block/birch_door_bottom", "y": 90 }, - "facing=west,half=lower,hinge=left,open=false": { "model": "block/birch_door_bottom", "y": 180 }, - "facing=north,half=lower,hinge=left,open=false": { "model": "block/birch_door_bottom", "y": 270 }, - "facing=east,half=lower,hinge=right,open=false": { "model": "block/birch_door_bottom_hinge" }, - "facing=south,half=lower,hinge=right,open=false": { "model": "block/birch_door_bottom_hinge", "y": 90 }, - "facing=west,half=lower,hinge=right,open=false": { "model": "block/birch_door_bottom_hinge", "y": 180 }, - "facing=north,half=lower,hinge=right,open=false": { "model": "block/birch_door_bottom_hinge", "y": 270 }, - "facing=east,half=lower,hinge=left,open=true": { "model": "block/birch_door_bottom_hinge", "y": 90 }, - "facing=south,half=lower,hinge=left,open=true": { "model": "block/birch_door_bottom_hinge", "y": 180 }, - "facing=west,half=lower,hinge=left,open=true": { "model": "block/birch_door_bottom_hinge", "y": 270 }, - "facing=north,half=lower,hinge=left,open=true": { "model": "block/birch_door_bottom_hinge" }, - "facing=east,half=lower,hinge=right,open=true": { "model": "block/birch_door_bottom", "y": 270 }, - "facing=south,half=lower,hinge=right,open=true": { "model": "block/birch_door_bottom" }, - "facing=west,half=lower,hinge=right,open=true": { "model": "block/birch_door_bottom", "y": 90 }, - "facing=north,half=lower,hinge=right,open=true": { "model": "block/birch_door_bottom", "y": 180 }, - "facing=east,half=upper,hinge=left,open=false": { "model": "block/birch_door_top" }, - "facing=south,half=upper,hinge=left,open=false": { "model": "block/birch_door_top", "y": 90 }, - "facing=west,half=upper,hinge=left,open=false": { "model": "block/birch_door_top", "y": 180 }, - "facing=north,half=upper,hinge=left,open=false": { "model": "block/birch_door_top", "y": 270 }, - "facing=east,half=upper,hinge=right,open=false": { "model": "block/birch_door_top_hinge" }, - "facing=south,half=upper,hinge=right,open=false": { "model": "block/birch_door_top_hinge", "y": 90 }, - "facing=west,half=upper,hinge=right,open=false": { "model": "block/birch_door_top_hinge", "y": 180 }, - "facing=north,half=upper,hinge=right,open=false": { "model": "block/birch_door_top_hinge", "y": 270 }, - "facing=east,half=upper,hinge=left,open=true": { "model": "block/birch_door_top_hinge", "y": 90 }, - "facing=south,half=upper,hinge=left,open=true": { "model": "block/birch_door_top_hinge", "y": 180 }, - "facing=west,half=upper,hinge=left,open=true": { "model": "block/birch_door_top_hinge", "y": 270 }, - "facing=north,half=upper,hinge=left,open=true": { "model": "block/birch_door_top_hinge" }, - "facing=east,half=upper,hinge=right,open=true": { "model": "block/birch_door_top", "y": 270 }, - "facing=south,half=upper,hinge=right,open=true": { "model": "block/birch_door_top" }, - "facing=west,half=upper,hinge=right,open=true": { "model": "block/birch_door_top", "y": 90 }, - "facing=north,half=upper,hinge=right,open=true": { "model": "block/birch_door_top", "y": 180 } - } -} diff --git a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/blockstates/birch_fence.json b/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/blockstates/birch_fence.json deleted file mode 100644 index 8333ce9e..00000000 --- a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/blockstates/birch_fence.json +++ /dev/null @@ -1,17 +0,0 @@ -{ - "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/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/blockstates/birch_fence_gate.json b/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/blockstates/birch_fence_gate.json deleted file mode 100644 index c45aa799..00000000 --- a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/blockstates/birch_fence_gate.json +++ /dev/null @@ -1,20 +0,0 @@ -{ - "variants": { - "facing=south,in_wall=false,open=false": { "model": "block/birch_fence_gate", "uvlock": true }, - "facing=west,in_wall=false,open=false": { "model": "block/birch_fence_gate", "uvlock": true, "y": 90 }, - "facing=north,in_wall=false,open=false": { "model": "block/birch_fence_gate", "uvlock": true, "y": 180 }, - "facing=east,in_wall=false,open=false": { "model": "block/birch_fence_gate", "uvlock": true, "y": 270 }, - "facing=south,in_wall=false,open=true": { "model": "block/birch_fence_gate_open", "uvlock": true }, - "facing=west,in_wall=false,open=true": { "model": "block/birch_fence_gate_open", "uvlock": true, "y": 90 }, - "facing=north,in_wall=false,open=true": { "model": "block/birch_fence_gate_open", "uvlock": true, "y": 180 }, - "facing=east,in_wall=false,open=true": { "model": "block/birch_fence_gate_open", "uvlock": true, "y": 270 }, - "facing=south,in_wall=true,open=false": { "model": "block/birch_fence_gate_wall", "uvlock": true }, - "facing=west,in_wall=true,open=false": { "model": "block/birch_fence_gate_wall", "uvlock": true, "y": 90 }, - "facing=north,in_wall=true,open=false": { "model": "block/birch_fence_gate_wall", "uvlock": true, "y": 180 }, - "facing=east,in_wall=true,open=false": { "model": "block/birch_fence_gate_wall", "uvlock": true, "y": 270 }, - "facing=south,in_wall=true,open=true": { "model": "block/birch_fence_gate_wall_open", "uvlock": true }, - "facing=west,in_wall=true,open=true": { "model": "block/birch_fence_gate_wall_open", "uvlock": true, "y": 90 }, - "facing=north,in_wall=true,open=true": { "model": "block/birch_fence_gate_wall_open", "uvlock": true, "y": 180 }, - "facing=east,in_wall=true,open=true": { "model": "block/birch_fence_gate_wall_open", "uvlock": true, "y": 270 } - } -} diff --git a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/blockstates/birch_leaves.json b/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/blockstates/birch_leaves.json deleted file mode 100644 index a0a11ff6..00000000 --- a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/blockstates/birch_leaves.json +++ /dev/null @@ -1,5 +0,0 @@ -{ - "variants": { - "": { "model": "block/birch_leaves" } - } -} diff --git a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/blockstates/birch_log.json b/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/blockstates/birch_log.json deleted file mode 100644 index 2e81aacd..00000000 --- a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/blockstates/birch_log.json +++ /dev/null @@ -1,7 +0,0 @@ -{ - "variants": { - "axis=y": { "model": "block/birch_log" }, - "axis=z": { "model": "block/birch_log", "x": 90 }, - "axis=x": { "model": "block/birch_log", "x": 90, "y": 90 } - } -} diff --git a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/blockstates/birch_planks.json b/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/blockstates/birch_planks.json deleted file mode 100644 index 93b51a28..00000000 --- a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/blockstates/birch_planks.json +++ /dev/null @@ -1,5 +0,0 @@ -{ - "variants": { - "": { "model": "block/birch_planks" } - } -} diff --git a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/blockstates/birch_pressure_plate.json b/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/blockstates/birch_pressure_plate.json deleted file mode 100644 index 294bc14b..00000000 --- a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/blockstates/birch_pressure_plate.json +++ /dev/null @@ -1,6 +0,0 @@ -{ - "variants": { - "powered=false": { "model": "block/birch_pressure_plate" }, - "powered=true": { "model": "block/birch_pressure_plate_down" } - } -} diff --git a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/blockstates/birch_sapling.json b/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/blockstates/birch_sapling.json deleted file mode 100644 index 5a7fc058..00000000 --- a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/blockstates/birch_sapling.json +++ /dev/null @@ -1,5 +0,0 @@ -{ - "variants": { - "": { "model": "block/birch_sapling" } - } -} diff --git a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/blockstates/birch_sign.json b/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/blockstates/birch_sign.json deleted file mode 100644 index 873d83db..00000000 --- a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/blockstates/birch_sign.json +++ /dev/null @@ -1,5 +0,0 @@ -{ - "variants": { - "": { "model": "block/birch_sign" } - } -} diff --git a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/blockstates/birch_slab.json b/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/blockstates/birch_slab.json deleted file mode 100644 index 4a6f5b56..00000000 --- a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/blockstates/birch_slab.json +++ /dev/null @@ -1,7 +0,0 @@ -{ - "variants": { - "type=bottom": { "model": "block/birch_slab" }, - "type=top": { "model": "block/birch_slab_top" }, - "type=double": { "model": "block/birch_planks" } - } -} diff --git a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/blockstates/birch_stairs.json b/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/blockstates/birch_stairs.json deleted file mode 100644 index 8ac9dddd..00000000 --- a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/blockstates/birch_stairs.json +++ /dev/null @@ -1,44 +0,0 @@ -{ - "variants": { - "facing=east,half=bottom,shape=straight": { "model": "block/birch_stairs" }, - "facing=west,half=bottom,shape=straight": { "model": "block/birch_stairs", "y": 180, "uvlock": true }, - "facing=south,half=bottom,shape=straight": { "model": "block/birch_stairs", "y": 90, "uvlock": true }, - "facing=north,half=bottom,shape=straight": { "model": "block/birch_stairs", "y": 270, "uvlock": true }, - "facing=east,half=bottom,shape=outer_right": { "model": "block/birch_stairs_outer" }, - "facing=west,half=bottom,shape=outer_right": { "model": "block/birch_stairs_outer", "y": 180, "uvlock": true }, - "facing=south,half=bottom,shape=outer_right": { "model": "block/birch_stairs_outer", "y": 90, "uvlock": true }, - "facing=north,half=bottom,shape=outer_right": { "model": "block/birch_stairs_outer", "y": 270, "uvlock": true }, - "facing=east,half=bottom,shape=outer_left": { "model": "block/birch_stairs_outer", "y": 270, "uvlock": true }, - "facing=west,half=bottom,shape=outer_left": { "model": "block/birch_stairs_outer", "y": 90, "uvlock": true }, - "facing=south,half=bottom,shape=outer_left": { "model": "block/birch_stairs_outer" }, - "facing=north,half=bottom,shape=outer_left": { "model": "block/birch_stairs_outer", "y": 180, "uvlock": true }, - "facing=east,half=bottom,shape=inner_right": { "model": "block/birch_stairs_inner" }, - "facing=west,half=bottom,shape=inner_right": { "model": "block/birch_stairs_inner", "y": 180, "uvlock": true }, - "facing=south,half=bottom,shape=inner_right": { "model": "block/birch_stairs_inner", "y": 90, "uvlock": true }, - "facing=north,half=bottom,shape=inner_right": { "model": "block/birch_stairs_inner", "y": 270, "uvlock": true }, - "facing=east,half=bottom,shape=inner_left": { "model": "block/birch_stairs_inner", "y": 270, "uvlock": true }, - "facing=west,half=bottom,shape=inner_left": { "model": "block/birch_stairs_inner", "y": 90, "uvlock": true }, - "facing=south,half=bottom,shape=inner_left": { "model": "block/birch_stairs_inner" }, - "facing=north,half=bottom,shape=inner_left": { "model": "block/birch_stairs_inner", "y": 180, "uvlock": true }, - "facing=east,half=top,shape=straight": { "model": "block/birch_stairs", "x": 180, "uvlock": true }, - "facing=west,half=top,shape=straight": { "model": "block/birch_stairs", "x": 180, "y": 180, "uvlock": true }, - "facing=south,half=top,shape=straight": { "model": "block/birch_stairs", "x": 180, "y": 90, "uvlock": true }, - "facing=north,half=top,shape=straight": { "model": "block/birch_stairs", "x": 180, "y": 270, "uvlock": true }, - "facing=east,half=top,shape=outer_right": { "model": "block/birch_stairs_outer", "x": 180, "y": 90, "uvlock": true }, - "facing=west,half=top,shape=outer_right": { "model": "block/birch_stairs_outer", "x": 180, "y": 270, "uvlock": true }, - "facing=south,half=top,shape=outer_right": { "model": "block/birch_stairs_outer", "x": 180, "y": 180, "uvlock": true }, - "facing=north,half=top,shape=outer_right": { "model": "block/birch_stairs_outer", "x": 180, "uvlock": true }, - "facing=east,half=top,shape=outer_left": { "model": "block/birch_stairs_outer", "x": 180, "uvlock": true }, - "facing=west,half=top,shape=outer_left": { "model": "block/birch_stairs_outer", "x": 180, "y": 180, "uvlock": true }, - "facing=south,half=top,shape=outer_left": { "model": "block/birch_stairs_outer", "x": 180, "y": 90, "uvlock": true }, - "facing=north,half=top,shape=outer_left": { "model": "block/birch_stairs_outer", "x": 180, "y": 270, "uvlock": true }, - "facing=east,half=top,shape=inner_right": { "model": "block/birch_stairs_inner", "x": 180, "y": 90, "uvlock": true }, - "facing=west,half=top,shape=inner_right": { "model": "block/birch_stairs_inner", "x": 180, "y": 270, "uvlock": true }, - "facing=south,half=top,shape=inner_right": { "model": "block/birch_stairs_inner", "x": 180, "y": 180, "uvlock": true }, - "facing=north,half=top,shape=inner_right": { "model": "block/birch_stairs_inner", "x": 180, "uvlock": true }, - "facing=east,half=top,shape=inner_left": { "model": "block/birch_stairs_inner", "x": 180, "uvlock": true }, - "facing=west,half=top,shape=inner_left": { "model": "block/birch_stairs_inner", "x": 180, "y": 180, "uvlock": true }, - "facing=south,half=top,shape=inner_left": { "model": "block/birch_stairs_inner", "x": 180, "y": 90, "uvlock": true }, - "facing=north,half=top,shape=inner_left": { "model": "block/birch_stairs_inner", "x": 180, "y": 270, "uvlock": true } - } -} diff --git a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/blockstates/birch_trapdoor.json b/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/blockstates/birch_trapdoor.json deleted file mode 100644 index 30567436..00000000 --- a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/blockstates/birch_trapdoor.json +++ /dev/null @@ -1,20 +0,0 @@ -{ - "variants": { - "facing=north,half=bottom,open=false": { "model": "block/birch_trapdoor_bottom" }, - "facing=south,half=bottom,open=false": { "model": "block/birch_trapdoor_bottom", "y": 180 }, - "facing=east,half=bottom,open=false": { "model": "block/birch_trapdoor_bottom", "y": 90 }, - "facing=west,half=bottom,open=false": { "model": "block/birch_trapdoor_bottom", "y": 270 }, - "facing=north,half=top,open=false": { "model": "block/birch_trapdoor_top" }, - "facing=south,half=top,open=false": { "model": "block/birch_trapdoor_top", "y": 180 }, - "facing=east,half=top,open=false": { "model": "block/birch_trapdoor_top", "y": 90 }, - "facing=west,half=top,open=false": { "model": "block/birch_trapdoor_top", "y": 270 }, - "facing=north,half=bottom,open=true": { "model": "block/birch_trapdoor_open" }, - "facing=south,half=bottom,open=true": { "model": "block/birch_trapdoor_open", "y": 180 }, - "facing=east,half=bottom,open=true": { "model": "block/birch_trapdoor_open", "y": 90 }, - "facing=west,half=bottom,open=true": { "model": "block/birch_trapdoor_open", "y": 270 }, - "facing=north,half=top,open=true": { "model": "block/birch_trapdoor_open", "x": 180, "y": 180 }, - "facing=south,half=top,open=true": { "model": "block/birch_trapdoor_open", "x": 180, "y": 0 }, - "facing=east,half=top,open=true": { "model": "block/birch_trapdoor_open", "x": 180, "y": 270 }, - "facing=west,half=top,open=true": { "model": "block/birch_trapdoor_open", "x": 180, "y": 90 } - } -} diff --git a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/blockstates/birch_wall_sign.json b/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/blockstates/birch_wall_sign.json deleted file mode 100644 index 873d83db..00000000 --- a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/blockstates/birch_wall_sign.json +++ /dev/null @@ -1,5 +0,0 @@ -{ - "variants": { - "": { "model": "block/birch_sign" } - } -} diff --git a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/blockstates/birch_wood.json b/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/blockstates/birch_wood.json deleted file mode 100644 index 1cfc0b88..00000000 --- a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/blockstates/birch_wood.json +++ /dev/null @@ -1,7 +0,0 @@ -{ - "variants": { - "axis=y": { "model": "block/birch_wood" }, - "axis=z": { "model": "block/birch_wood", "x": 90 }, - "axis=x": { "model": "block/birch_wood", "x": 90, "y": 90 } - } -} diff --git a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/blockstates/black_banner.json b/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/blockstates/black_banner.json deleted file mode 100644 index e022788c..00000000 --- a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/blockstates/black_banner.json +++ /dev/null @@ -1,5 +0,0 @@ -{ - "variants": { - "": { "model": "block/banner" } - } -} diff --git a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/blockstates/black_bed.json b/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/blockstates/black_bed.json deleted file mode 100644 index 8cdeb6ce..00000000 --- a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/blockstates/black_bed.json +++ /dev/null @@ -1,5 +0,0 @@ -{ - "variants": { - "": { "model": "block/bed" } - } -} diff --git a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/blockstates/black_carpet.json b/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/blockstates/black_carpet.json deleted file mode 100644 index 21f71063..00000000 --- a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/blockstates/black_carpet.json +++ /dev/null @@ -1,5 +0,0 @@ -{ - "variants": { - "": { "model": "block/black_carpet" } - } -} diff --git a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/blockstates/black_concrete.json b/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/blockstates/black_concrete.json deleted file mode 100644 index 9e56b5dd..00000000 --- a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/blockstates/black_concrete.json +++ /dev/null @@ -1,5 +0,0 @@ -{ - "variants": { - "": { "model": "block/black_concrete" } - } -} diff --git a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/blockstates/black_concrete_powder.json b/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/blockstates/black_concrete_powder.json deleted file mode 100644 index cc9ab95d..00000000 --- a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/blockstates/black_concrete_powder.json +++ /dev/null @@ -1,10 +0,0 @@ -{ - "variants": { - "": [ - { "model": "block/black_concrete_powder" }, - { "model": "block/black_concrete_powder", "y": 90 }, - { "model": "block/black_concrete_powder", "y": 180 }, - { "model": "block/black_concrete_powder", "y": 270 } - ] - } -} diff --git a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/blockstates/black_glazed_terracotta.json b/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/blockstates/black_glazed_terracotta.json deleted file mode 100644 index b1fdec8b..00000000 --- a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/blockstates/black_glazed_terracotta.json +++ /dev/null @@ -1,8 +0,0 @@ -{ - "variants": { - "facing=south": { "model": "block/black_glazed_terracotta" }, - "facing=west": { "model": "block/black_glazed_terracotta", "y": 90 }, - "facing=north": { "model": "block/black_glazed_terracotta", "y": 180 }, - "facing=east": { "model": "block/black_glazed_terracotta", "y": 270 } - } -} diff --git a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/blockstates/black_shulker_box.json b/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/blockstates/black_shulker_box.json deleted file mode 100644 index 7831b9f7..00000000 --- a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/blockstates/black_shulker_box.json +++ /dev/null @@ -1,5 +0,0 @@ -{ - "variants": { - "": { "model": "block/black_shulker_box" } - } -} diff --git a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/blockstates/black_stained_glass.json b/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/blockstates/black_stained_glass.json deleted file mode 100644 index bccd2bcf..00000000 --- a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/blockstates/black_stained_glass.json +++ /dev/null @@ -1,5 +0,0 @@ -{ - "variants": { - "": { "model": "block/black_stained_glass" } - } -} diff --git a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/blockstates/black_stained_glass_pane.json b/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/blockstates/black_stained_glass_pane.json deleted file mode 100644 index 57fb68d9..00000000 --- a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/blockstates/black_stained_glass_pane.json +++ /dev/null @@ -1,29 +0,0 @@ -{ - "multipart": [ - { "apply": { "model": "block/black_stained_glass_pane_post" }}, - { "when": { "north": true }, - "apply": { "model": "block/black_stained_glass_pane_side" } - }, - { "when": { "east": true }, - "apply": { "model": "block/black_stained_glass_pane_side", "y": 90 } - }, - { "when": { "south": true }, - "apply": { "model": "block/black_stained_glass_pane_side_alt" } - }, - { "when": { "west": true }, - "apply": { "model": "block/black_stained_glass_pane_side_alt", "y": 90 } - }, - { "when": { "north": false }, - "apply": { "model": "block/black_stained_glass_pane_noside" } - }, - { "when": { "east": false }, - "apply": { "model": "block/black_stained_glass_pane_noside_alt" } - }, - { "when": { "south": false }, - "apply": { "model": "block/black_stained_glass_pane_noside_alt", "y": 90 } - }, - { "when": { "west": false }, - "apply": { "model": "block/black_stained_glass_pane_noside", "y": 270 } - } - ] -} diff --git a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/blockstates/black_terracotta.json b/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/blockstates/black_terracotta.json deleted file mode 100644 index a88bb3d4..00000000 --- a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/blockstates/black_terracotta.json +++ /dev/null @@ -1,5 +0,0 @@ -{ - "variants": { - "": { "model": "block/black_terracotta" } - } -} diff --git a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/blockstates/black_wall_banner.json b/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/blockstates/black_wall_banner.json deleted file mode 100644 index e022788c..00000000 --- a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/blockstates/black_wall_banner.json +++ /dev/null @@ -1,5 +0,0 @@ -{ - "variants": { - "": { "model": "block/banner" } - } -} diff --git a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/blockstates/black_wool.json b/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/blockstates/black_wool.json deleted file mode 100644 index e3e5790c..00000000 --- a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/blockstates/black_wool.json +++ /dev/null @@ -1,5 +0,0 @@ -{ - "variants": { - "": { "model": "block/black_wool" } - } -} diff --git a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/blockstates/blast_furnace.json b/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/blockstates/blast_furnace.json deleted file mode 100644 index 8392fcd9..00000000 --- a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/blockstates/blast_furnace.json +++ /dev/null @@ -1,12 +0,0 @@ -{ - "variants": { - "facing=north,lit=false": { "model": "block/blast_furnace" }, - "facing=south,lit=false": { "model": "block/blast_furnace", "y": 180 }, - "facing=west,lit=false": { "model": "block/blast_furnace", "y": 270 }, - "facing=east,lit=false": { "model": "block/blast_furnace", "y": 90 }, - "facing=north,lit=true": { "model": "block/blast_furnace_on" }, - "facing=south,lit=true": { "model": "block/blast_furnace_on", "y": 180 }, - "facing=west,lit=true": { "model": "block/blast_furnace_on", "y": 270 }, - "facing=east,lit=true": { "model": "block/blast_furnace_on", "y": 90 } - } -} diff --git a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/blockstates/blue_banner.json b/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/blockstates/blue_banner.json deleted file mode 100644 index e022788c..00000000 --- a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/blockstates/blue_banner.json +++ /dev/null @@ -1,5 +0,0 @@ -{ - "variants": { - "": { "model": "block/banner" } - } -} diff --git a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/blockstates/blue_bed.json b/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/blockstates/blue_bed.json deleted file mode 100644 index 8cdeb6ce..00000000 --- a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/blockstates/blue_bed.json +++ /dev/null @@ -1,5 +0,0 @@ -{ - "variants": { - "": { "model": "block/bed" } - } -} diff --git a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/blockstates/blue_carpet.json b/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/blockstates/blue_carpet.json deleted file mode 100644 index 4b31a299..00000000 --- a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/blockstates/blue_carpet.json +++ /dev/null @@ -1,5 +0,0 @@ -{ - "variants": { - "": { "model": "block/blue_carpet" } - } -} diff --git a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/blockstates/blue_concrete.json b/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/blockstates/blue_concrete.json deleted file mode 100644 index 7bad98f3..00000000 --- a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/blockstates/blue_concrete.json +++ /dev/null @@ -1,5 +0,0 @@ -{ - "variants": { - "": { "model": "block/blue_concrete" } - } -} diff --git a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/blockstates/blue_concrete_powder.json b/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/blockstates/blue_concrete_powder.json deleted file mode 100644 index af673f0c..00000000 --- a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/blockstates/blue_concrete_powder.json +++ /dev/null @@ -1,10 +0,0 @@ -{ - "variants": { - "": [ - { "model": "block/blue_concrete_powder" }, - { "model": "block/blue_concrete_powder", "y": 90 }, - { "model": "block/blue_concrete_powder", "y": 180 }, - { "model": "block/blue_concrete_powder", "y": 270 } - ] - } -} diff --git a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/blockstates/blue_glazed_terracotta.json b/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/blockstates/blue_glazed_terracotta.json deleted file mode 100644 index 1f267a25..00000000 --- a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/blockstates/blue_glazed_terracotta.json +++ /dev/null @@ -1,8 +0,0 @@ -{ - "variants": { - "facing=south": { "model": "block/blue_glazed_terracotta" }, - "facing=west": { "model": "block/blue_glazed_terracotta", "y": 90 }, - "facing=north": { "model": "block/blue_glazed_terracotta", "y": 180 }, - "facing=east": { "model": "block/blue_glazed_terracotta", "y": 270 } - } -} diff --git a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/blockstates/blue_ice.json b/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/blockstates/blue_ice.json deleted file mode 100644 index 58a6bc66..00000000 --- a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/blockstates/blue_ice.json +++ /dev/null @@ -1,5 +0,0 @@ -{ - "variants": { - "": { "model": "block/blue_ice" } - } -} diff --git a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/blockstates/blue_orchid.json b/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/blockstates/blue_orchid.json deleted file mode 100644 index f765e4be..00000000 --- a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/blockstates/blue_orchid.json +++ /dev/null @@ -1,5 +0,0 @@ -{ - "variants": { - "": { "model": "block/blue_orchid" } - } -} diff --git a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/blockstates/blue_shulker_box.json b/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/blockstates/blue_shulker_box.json deleted file mode 100644 index ec899b78..00000000 --- a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/blockstates/blue_shulker_box.json +++ /dev/null @@ -1,5 +0,0 @@ -{ - "variants": { - "": { "model": "block/blue_shulker_box" } - } -} diff --git a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/blockstates/blue_stained_glass.json b/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/blockstates/blue_stained_glass.json deleted file mode 100644 index 0b9ff5b0..00000000 --- a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/blockstates/blue_stained_glass.json +++ /dev/null @@ -1,5 +0,0 @@ -{ - "variants": { - "": { "model": "block/blue_stained_glass" } - } -} diff --git a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/blockstates/blue_stained_glass_pane.json b/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/blockstates/blue_stained_glass_pane.json deleted file mode 100644 index 6c08c117..00000000 --- a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/blockstates/blue_stained_glass_pane.json +++ /dev/null @@ -1,29 +0,0 @@ -{ - "multipart": [ - { "apply": { "model": "block/blue_stained_glass_pane_post" }}, - { "when": { "north": true }, - "apply": { "model": "block/blue_stained_glass_pane_side" } - }, - { "when": { "east": true }, - "apply": { "model": "block/blue_stained_glass_pane_side", "y": 90 } - }, - { "when": { "south": true }, - "apply": { "model": "block/blue_stained_glass_pane_side_alt" } - }, - { "when": { "west": true }, - "apply": { "model": "block/blue_stained_glass_pane_side_alt", "y": 90 } - }, - { "when": { "north": false }, - "apply": { "model": "block/blue_stained_glass_pane_noside" } - }, - { "when": { "east": false }, - "apply": { "model": "block/blue_stained_glass_pane_noside_alt" } - }, - { "when": { "south": false }, - "apply": { "model": "block/blue_stained_glass_pane_noside_alt", "y": 90 } - }, - { "when": { "west": false }, - "apply": { "model": "block/blue_stained_glass_pane_noside", "y": 270 } - } - ] -} diff --git a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/blockstates/blue_terracotta.json b/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/blockstates/blue_terracotta.json deleted file mode 100644 index 8200b2fc..00000000 --- a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/blockstates/blue_terracotta.json +++ /dev/null @@ -1,5 +0,0 @@ -{ - "variants": { - "": { "model": "block/blue_terracotta" } - } -} diff --git a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/blockstates/blue_wall_banner.json b/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/blockstates/blue_wall_banner.json deleted file mode 100644 index e022788c..00000000 --- a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/blockstates/blue_wall_banner.json +++ /dev/null @@ -1,5 +0,0 @@ -{ - "variants": { - "": { "model": "block/banner" } - } -} diff --git a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/blockstates/blue_wool.json b/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/blockstates/blue_wool.json deleted file mode 100644 index f1c262cb..00000000 --- a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/blockstates/blue_wool.json +++ /dev/null @@ -1,5 +0,0 @@ -{ - "variants": { - "": { "model": "block/blue_wool" } - } -} diff --git a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/blockstates/bone_block.json b/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/blockstates/bone_block.json deleted file mode 100644 index b6afb4b6..00000000 --- a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/blockstates/bone_block.json +++ /dev/null @@ -1,7 +0,0 @@ -{ - "variants": { - "axis=y": { "model": "block/bone_block" }, - "axis=z": { "model": "block/bone_block", "x": 90 }, - "axis=x": { "model": "block/bone_block", "x": 90, "y": 90 } - } -} diff --git a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/blockstates/bookshelf.json b/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/blockstates/bookshelf.json deleted file mode 100644 index df39cc30..00000000 --- a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/blockstates/bookshelf.json +++ /dev/null @@ -1,5 +0,0 @@ -{ - "variants": { - "": { "model": "block/bookshelf" } - } -} diff --git a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/blockstates/brain_coral.json b/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/blockstates/brain_coral.json deleted file mode 100644 index ba47e3df..00000000 --- a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/blockstates/brain_coral.json +++ /dev/null @@ -1,5 +0,0 @@ -{ - "variants": { - "": { "model": "block/brain_coral" } - } -} \ No newline at end of file diff --git a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/blockstates/brain_coral_block.json b/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/blockstates/brain_coral_block.json deleted file mode 100644 index bab54b01..00000000 --- a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/blockstates/brain_coral_block.json +++ /dev/null @@ -1,5 +0,0 @@ -{ - "variants": { - "": { "model": "block/brain_coral_block" } - } -} diff --git a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/blockstates/brain_coral_fan.json b/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/blockstates/brain_coral_fan.json deleted file mode 100644 index 5d5f5225..00000000 --- a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/blockstates/brain_coral_fan.json +++ /dev/null @@ -1,5 +0,0 @@ -{ - "variants": { - "": { "model": "block/brain_coral_fan" } - } -} diff --git a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/blockstates/brain_coral_wall_fan.json b/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/blockstates/brain_coral_wall_fan.json deleted file mode 100644 index 1e3d00b9..00000000 --- a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/blockstates/brain_coral_wall_fan.json +++ /dev/null @@ -1,8 +0,0 @@ -{ - "variants": { - "facing=east": { "model": "block/brain_coral_wall_fan", "y": 90 }, - "facing=south": { "model": "block/brain_coral_wall_fan", "y": 180 }, - "facing=west": { "model": "block/brain_coral_wall_fan", "y": 270 }, - "facing=north": { "model": "block/brain_coral_wall_fan", "y": 0 } - } -} diff --git a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/blockstates/brewing_stand.json b/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/blockstates/brewing_stand.json deleted file mode 100644 index fc6eecf6..00000000 --- a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/blockstates/brewing_stand.json +++ /dev/null @@ -1,23 +0,0 @@ -{ - "multipart": [ - { "apply": { "model": "block/brewing_stand" }}, - { "when": { "has_bottle_0": "true" }, - "apply": { "model": "block/brewing_stand_bottle0" } - }, - { "when": { "has_bottle_1": "true" }, - "apply": { "model": "block/brewing_stand_bottle1" } - }, - { "when": { "has_bottle_2": "true" }, - "apply": { "model": "block/brewing_stand_bottle2" } - }, - { "when": { "has_bottle_0": "false" }, - "apply": { "model": "block/brewing_stand_empty0" } - }, - { "when": { "has_bottle_1": "false" }, - "apply": { "model": "block/brewing_stand_empty1" } - }, - { "when": { "has_bottle_2": "false" }, - "apply": { "model": "block/brewing_stand_empty2" } - } - ] -} diff --git a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/blockstates/brick_slab.json b/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/blockstates/brick_slab.json deleted file mode 100644 index f50ad298..00000000 --- a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/blockstates/brick_slab.json +++ /dev/null @@ -1,7 +0,0 @@ -{ - "variants": { - "type=bottom": { "model": "block/brick_slab" }, - "type=top": { "model": "block/brick_slab_top" }, - "type=double": { "model": "block/bricks" } - } -} diff --git a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/blockstates/brick_stairs.json b/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/blockstates/brick_stairs.json deleted file mode 100644 index a94331c9..00000000 --- a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/blockstates/brick_stairs.json +++ /dev/null @@ -1,44 +0,0 @@ -{ - "variants": { - "facing=east,half=bottom,shape=straight": { "model": "block/brick_stairs" }, - "facing=west,half=bottom,shape=straight": { "model": "block/brick_stairs", "y": 180, "uvlock": true }, - "facing=south,half=bottom,shape=straight": { "model": "block/brick_stairs", "y": 90, "uvlock": true }, - "facing=north,half=bottom,shape=straight": { "model": "block/brick_stairs", "y": 270, "uvlock": true }, - "facing=east,half=bottom,shape=outer_right": { "model": "block/brick_stairs_outer" }, - "facing=west,half=bottom,shape=outer_right": { "model": "block/brick_stairs_outer", "y": 180, "uvlock": true }, - "facing=south,half=bottom,shape=outer_right": { "model": "block/brick_stairs_outer", "y": 90, "uvlock": true }, - "facing=north,half=bottom,shape=outer_right": { "model": "block/brick_stairs_outer", "y": 270, "uvlock": true }, - "facing=east,half=bottom,shape=outer_left": { "model": "block/brick_stairs_outer", "y": 270, "uvlock": true }, - "facing=west,half=bottom,shape=outer_left": { "model": "block/brick_stairs_outer", "y": 90, "uvlock": true }, - "facing=south,half=bottom,shape=outer_left": { "model": "block/brick_stairs_outer" }, - "facing=north,half=bottom,shape=outer_left": { "model": "block/brick_stairs_outer", "y": 180, "uvlock": true }, - "facing=east,half=bottom,shape=inner_right": { "model": "block/brick_stairs_inner" }, - "facing=west,half=bottom,shape=inner_right": { "model": "block/brick_stairs_inner", "y": 180, "uvlock": true }, - "facing=south,half=bottom,shape=inner_right": { "model": "block/brick_stairs_inner", "y": 90, "uvlock": true }, - "facing=north,half=bottom,shape=inner_right": { "model": "block/brick_stairs_inner", "y": 270, "uvlock": true }, - "facing=east,half=bottom,shape=inner_left": { "model": "block/brick_stairs_inner", "y": 270, "uvlock": true }, - "facing=west,half=bottom,shape=inner_left": { "model": "block/brick_stairs_inner", "y": 90, "uvlock": true }, - "facing=south,half=bottom,shape=inner_left": { "model": "block/brick_stairs_inner" }, - "facing=north,half=bottom,shape=inner_left": { "model": "block/brick_stairs_inner", "y": 180, "uvlock": true }, - "facing=east,half=top,shape=straight": { "model": "block/brick_stairs", "x": 180, "uvlock": true }, - "facing=west,half=top,shape=straight": { "model": "block/brick_stairs", "x": 180, "y": 180, "uvlock": true }, - "facing=south,half=top,shape=straight": { "model": "block/brick_stairs", "x": 180, "y": 90, "uvlock": true }, - "facing=north,half=top,shape=straight": { "model": "block/brick_stairs", "x": 180, "y": 270, "uvlock": true }, - "facing=east,half=top,shape=outer_right": { "model": "block/brick_stairs_outer", "x": 180, "y": 90, "uvlock": true }, - "facing=west,half=top,shape=outer_right": { "model": "block/brick_stairs_outer", "x": 180, "y": 270, "uvlock": true }, - "facing=south,half=top,shape=outer_right": { "model": "block/brick_stairs_outer", "x": 180, "y": 180, "uvlock": true }, - "facing=north,half=top,shape=outer_right": { "model": "block/brick_stairs_outer", "x": 180, "uvlock": true }, - "facing=east,half=top,shape=outer_left": { "model": "block/brick_stairs_outer", "x": 180, "uvlock": true }, - "facing=west,half=top,shape=outer_left": { "model": "block/brick_stairs_outer", "x": 180, "y": 180, "uvlock": true }, - "facing=south,half=top,shape=outer_left": { "model": "block/brick_stairs_outer", "x": 180, "y": 90, "uvlock": true }, - "facing=north,half=top,shape=outer_left": { "model": "block/brick_stairs_outer", "x": 180, "y": 270, "uvlock": true }, - "facing=east,half=top,shape=inner_right": { "model": "block/brick_stairs_inner", "x": 180, "y": 90, "uvlock": true }, - "facing=west,half=top,shape=inner_right": { "model": "block/brick_stairs_inner", "x": 180, "y": 270, "uvlock": true }, - "facing=south,half=top,shape=inner_right": { "model": "block/brick_stairs_inner", "x": 180, "y": 180, "uvlock": true }, - "facing=north,half=top,shape=inner_right": { "model": "block/brick_stairs_inner", "x": 180, "uvlock": true }, - "facing=east,half=top,shape=inner_left": { "model": "block/brick_stairs_inner", "x": 180, "uvlock": true }, - "facing=west,half=top,shape=inner_left": { "model": "block/brick_stairs_inner", "x": 180, "y": 180, "uvlock": true }, - "facing=south,half=top,shape=inner_left": { "model": "block/brick_stairs_inner", "x": 180, "y": 90, "uvlock": true }, - "facing=north,half=top,shape=inner_left": { "model": "block/brick_stairs_inner", "x": 180, "y": 270, "uvlock": true } - } -} diff --git a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/blockstates/brick_wall.json b/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/blockstates/brick_wall.json deleted file mode 100644 index 8e8b9b71..00000000 --- a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/blockstates/brick_wall.json +++ /dev/null @@ -1,19 +0,0 @@ -{ - "multipart": [ - { "when": { "up": "true" }, - "apply": { "model": "block/brick_wall_post" } - }, - { "when": { "north": "true" }, - "apply": { "model": "block/brick_wall_side", "uvlock": true } - }, - { "when": { "east": "true" }, - "apply": { "model": "block/brick_wall_side", "y": 90, "uvlock": true } - }, - { "when": { "south": "true" }, - "apply": { "model": "block/brick_wall_side", "y": 180, "uvlock": true } - }, - { "when": { "west": "true" }, - "apply": { "model": "block/brick_wall_side", "y": 270, "uvlock": true } - } - ] -} diff --git a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/blockstates/bricks.json b/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/blockstates/bricks.json deleted file mode 100644 index e65d8f5c..00000000 --- a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/blockstates/bricks.json +++ /dev/null @@ -1,5 +0,0 @@ -{ - "variants": { - "": { "model": "block/bricks" } - } -} diff --git a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/blockstates/brown_banner.json b/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/blockstates/brown_banner.json deleted file mode 100644 index e022788c..00000000 --- a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/blockstates/brown_banner.json +++ /dev/null @@ -1,5 +0,0 @@ -{ - "variants": { - "": { "model": "block/banner" } - } -} diff --git a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/blockstates/brown_bed.json b/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/blockstates/brown_bed.json deleted file mode 100644 index 8cdeb6ce..00000000 --- a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/blockstates/brown_bed.json +++ /dev/null @@ -1,5 +0,0 @@ -{ - "variants": { - "": { "model": "block/bed" } - } -} diff --git a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/blockstates/brown_carpet.json b/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/blockstates/brown_carpet.json deleted file mode 100644 index 7372d237..00000000 --- a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/blockstates/brown_carpet.json +++ /dev/null @@ -1,5 +0,0 @@ -{ - "variants": { - "": { "model": "block/brown_carpet" } - } -} diff --git a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/blockstates/brown_concrete.json b/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/blockstates/brown_concrete.json deleted file mode 100644 index 9e77290a..00000000 --- a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/blockstates/brown_concrete.json +++ /dev/null @@ -1,5 +0,0 @@ -{ - "variants": { - "": { "model": "block/brown_concrete" } - } -} diff --git a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/blockstates/brown_concrete_powder.json b/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/blockstates/brown_concrete_powder.json deleted file mode 100644 index 3f67ba65..00000000 --- a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/blockstates/brown_concrete_powder.json +++ /dev/null @@ -1,10 +0,0 @@ -{ - "variants": { - "": [ - { "model": "block/brown_concrete_powder" }, - { "model": "block/brown_concrete_powder", "y": 90 }, - { "model": "block/brown_concrete_powder", "y": 180 }, - { "model": "block/brown_concrete_powder", "y": 270 } - ] - } -} diff --git a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/blockstates/brown_glazed_terracotta.json b/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/blockstates/brown_glazed_terracotta.json deleted file mode 100644 index bc683a3d..00000000 --- a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/blockstates/brown_glazed_terracotta.json +++ /dev/null @@ -1,8 +0,0 @@ -{ - "variants": { - "facing=south": { "model": "block/brown_glazed_terracotta" }, - "facing=west": { "model": "block/brown_glazed_terracotta", "y": 90 }, - "facing=north": { "model": "block/brown_glazed_terracotta", "y": 180 }, - "facing=east": { "model": "block/brown_glazed_terracotta", "y": 270 } - } -} diff --git a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/blockstates/brown_mushroom.json b/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/blockstates/brown_mushroom.json deleted file mode 100644 index 7507327c..00000000 --- a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/blockstates/brown_mushroom.json +++ /dev/null @@ -1,5 +0,0 @@ -{ - "variants": { - "": { "model": "block/brown_mushroom" } - } -} diff --git a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/blockstates/brown_mushroom_block.json b/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/blockstates/brown_mushroom_block.json deleted file mode 100644 index ee0485d7..00000000 --- a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/blockstates/brown_mushroom_block.json +++ /dev/null @@ -1,40 +0,0 @@ -{ - "multipart": [ - { "when": { "north": true }, - "apply": { "model": "block/brown_mushroom_block" } - }, - { "when": { "east": true }, - "apply": { "model": "block/brown_mushroom_block", "y": 90, "uvlock": true } - }, - { "when": { "south": true }, - "apply": { "model": "block/brown_mushroom_block", "y": 180, "uvlock": true } - }, - { "when": { "west": true }, - "apply": { "model": "block/brown_mushroom_block", "y": 270, "uvlock": true } - }, - { "when": { "up": true }, - "apply": { "model": "block/brown_mushroom_block", "x": 270, "uvlock": true } - }, - { "when": { "down": true }, - "apply": { "model": "block/brown_mushroom_block", "x": 90, "uvlock": true } - }, - { "when": { "north": false }, - "apply": { "model": "block/mushroom_block_inside" } - }, - { "when": { "east": false }, - "apply": { "model": "block/mushroom_block_inside", "y": 90, "uvlock": false } - }, - { "when": { "south": false }, - "apply": { "model": "block/mushroom_block_inside", "y": 180, "uvlock": false } - }, - { "when": { "west": false }, - "apply": { "model": "block/mushroom_block_inside", "y": 270, "uvlock": false } - }, - { "when": { "up": false }, - "apply": { "model": "block/mushroom_block_inside", "x": 270, "uvlock": false } - }, - { "when": { "down": false }, - "apply": { "model": "block/mushroom_block_inside", "x": 90, "uvlock": false } - } - ] -} diff --git a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/blockstates/brown_shulker_box.json b/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/blockstates/brown_shulker_box.json deleted file mode 100644 index 6a6c6887..00000000 --- a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/blockstates/brown_shulker_box.json +++ /dev/null @@ -1,5 +0,0 @@ -{ - "variants": { - "": { "model": "block/brown_shulker_box" } - } -} diff --git a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/blockstates/brown_stained_glass.json b/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/blockstates/brown_stained_glass.json deleted file mode 100644 index 6de6ebb7..00000000 --- a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/blockstates/brown_stained_glass.json +++ /dev/null @@ -1,5 +0,0 @@ -{ - "variants": { - "": { "model": "block/brown_stained_glass" } - } -} diff --git a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/blockstates/brown_stained_glass_pane.json b/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/blockstates/brown_stained_glass_pane.json deleted file mode 100644 index 9f91b8ac..00000000 --- a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/blockstates/brown_stained_glass_pane.json +++ /dev/null @@ -1,29 +0,0 @@ -{ - "multipart": [ - { "apply": { "model": "block/brown_stained_glass_pane_post" }}, - { "when": { "north": true }, - "apply": { "model": "block/brown_stained_glass_pane_side" } - }, - { "when": { "east": true }, - "apply": { "model": "block/brown_stained_glass_pane_side", "y": 90 } - }, - { "when": { "south": true }, - "apply": { "model": "block/brown_stained_glass_pane_side_alt" } - }, - { "when": { "west": true }, - "apply": { "model": "block/brown_stained_glass_pane_side_alt", "y": 90 } - }, - { "when": { "north": false }, - "apply": { "model": "block/brown_stained_glass_pane_noside" } - }, - { "when": { "east": false }, - "apply": { "model": "block/brown_stained_glass_pane_noside_alt" } - }, - { "when": { "south": false }, - "apply": { "model": "block/brown_stained_glass_pane_noside_alt", "y": 90 } - }, - { "when": { "west": false }, - "apply": { "model": "block/brown_stained_glass_pane_noside", "y": 270 } - } - ] -} diff --git a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/blockstates/brown_terracotta.json b/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/blockstates/brown_terracotta.json deleted file mode 100644 index ba12a04b..00000000 --- a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/blockstates/brown_terracotta.json +++ /dev/null @@ -1,5 +0,0 @@ -{ - "variants": { - "": { "model": "block/brown_terracotta" } - } -} diff --git a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/blockstates/brown_wall_banner.json b/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/blockstates/brown_wall_banner.json deleted file mode 100644 index e022788c..00000000 --- a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/blockstates/brown_wall_banner.json +++ /dev/null @@ -1,5 +0,0 @@ -{ - "variants": { - "": { "model": "block/banner" } - } -} diff --git a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/blockstates/brown_wool.json b/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/blockstates/brown_wool.json deleted file mode 100644 index 62d4556e..00000000 --- a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/blockstates/brown_wool.json +++ /dev/null @@ -1,5 +0,0 @@ -{ - "variants": { - "": { "model": "block/brown_wool" } - } -} diff --git a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/blockstates/bubble_column.json b/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/blockstates/bubble_column.json deleted file mode 100644 index 48ff0ea4..00000000 --- a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/blockstates/bubble_column.json +++ /dev/null @@ -1,5 +0,0 @@ -{ - "variants": { - "": { "model": "block/water" } - } -} diff --git a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/blockstates/bubble_coral.json b/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/blockstates/bubble_coral.json deleted file mode 100644 index 6ea2e40c..00000000 --- a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/blockstates/bubble_coral.json +++ /dev/null @@ -1,5 +0,0 @@ -{ - "variants": { - "": { "model": "block/bubble_coral" } - } -} \ No newline at end of file diff --git a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/blockstates/bubble_coral_block.json b/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/blockstates/bubble_coral_block.json deleted file mode 100644 index 19e84ab8..00000000 --- a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/blockstates/bubble_coral_block.json +++ /dev/null @@ -1,5 +0,0 @@ -{ - "variants": { - "": { "model": "block/bubble_coral_block" } - } -} diff --git a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/blockstates/bubble_coral_fan.json b/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/blockstates/bubble_coral_fan.json deleted file mode 100644 index 4e1fd8a9..00000000 --- a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/blockstates/bubble_coral_fan.json +++ /dev/null @@ -1,5 +0,0 @@ -{ - "variants": { - "": { "model": "block/bubble_coral_fan" } - } -} diff --git a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/blockstates/bubble_coral_wall_fan.json b/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/blockstates/bubble_coral_wall_fan.json deleted file mode 100644 index 83a05c98..00000000 --- a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/blockstates/bubble_coral_wall_fan.json +++ /dev/null @@ -1,8 +0,0 @@ -{ - "variants": { - "facing=east": { "model": "block/bubble_coral_wall_fan", "y": 90 }, - "facing=south": { "model": "block/bubble_coral_wall_fan", "y": 180 }, - "facing=west": { "model": "block/bubble_coral_wall_fan", "y": 270 }, - "facing=north": { "model": "block/bubble_coral_wall_fan", "y": 0 } - } -} diff --git a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/blockstates/cactus.json b/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/blockstates/cactus.json deleted file mode 100644 index 01a156ff..00000000 --- a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/blockstates/cactus.json +++ /dev/null @@ -1,5 +0,0 @@ -{ - "variants": { - "": { "model": "block/cactus" } - } -} diff --git a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/blockstates/cake.json b/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/blockstates/cake.json deleted file mode 100644 index 3fad9916..00000000 --- a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/blockstates/cake.json +++ /dev/null @@ -1,11 +0,0 @@ -{ - "variants": { - "bites=0": { "model": "block/cake" }, - "bites=1": { "model": "block/cake_slice1" }, - "bites=2": { "model": "block/cake_slice2" }, - "bites=3": { "model": "block/cake_slice3" }, - "bites=4": { "model": "block/cake_slice4" }, - "bites=5": { "model": "block/cake_slice5" }, - "bites=6": { "model": "block/cake_slice6" } - } -} diff --git a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/blockstates/campfire.json b/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/blockstates/campfire.json deleted file mode 100644 index b7d995d4..00000000 --- a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/blockstates/campfire.json +++ /dev/null @@ -1,12 +0,0 @@ -{ - "variants": { - "facing=north,lit=true": { "model": "block/campfire", "y": 180 }, - "facing=south,lit=true": { "model": "block/campfire" }, - "facing=east,lit=true": { "model": "block/campfire", "y": 270 }, - "facing=west,lit=true": { "model": "block/campfire", "y": 90 }, - "facing=north,lit=false": { "model": "block/campfire_off", "y": 180 }, - "facing=south,lit=false": { "model": "block/campfire_off" }, - "facing=east,lit=false": { "model": "block/campfire_off", "y": 270 }, - "facing=west,lit=false": { "model": "block/campfire_off", "y": 90 } - } -} diff --git a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/blockstates/carrots.json b/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/blockstates/carrots.json deleted file mode 100644 index b8bd5836..00000000 --- a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/blockstates/carrots.json +++ /dev/null @@ -1,12 +0,0 @@ -{ - "variants": { - "age=0": { "model": "block/carrots_stage0" }, - "age=1": { "model": "block/carrots_stage0" }, - "age=2": { "model": "block/carrots_stage1" }, - "age=3": { "model": "block/carrots_stage1" }, - "age=4": { "model": "block/carrots_stage2" }, - "age=5": { "model": "block/carrots_stage2" }, - "age=6": { "model": "block/carrots_stage2" }, - "age=7": { "model": "block/carrots_stage3" } - } -} diff --git a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/blockstates/cartography_table.json b/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/blockstates/cartography_table.json deleted file mode 100644 index f010c88d..00000000 --- a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/blockstates/cartography_table.json +++ /dev/null @@ -1,5 +0,0 @@ -{ - "variants": { - "": { "model": "block/cartography_table" } - } -} diff --git a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/blockstates/carved_pumpkin.json b/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/blockstates/carved_pumpkin.json deleted file mode 100644 index 6983dda3..00000000 --- a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/blockstates/carved_pumpkin.json +++ /dev/null @@ -1,8 +0,0 @@ -{ - "variants": { - "facing=north": { "model": "block/carved_pumpkin" }, - "facing=south": { "model": "block/carved_pumpkin", "y": 180 }, - "facing=west": { "model": "block/carved_pumpkin", "y": 270 }, - "facing=east": { "model": "block/carved_pumpkin", "y": 90 } - } -} diff --git a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/blockstates/cauldron.json b/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/blockstates/cauldron.json deleted file mode 100644 index b8e5a760..00000000 --- a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/blockstates/cauldron.json +++ /dev/null @@ -1,8 +0,0 @@ -{ - "variants": { - "level=0": { "model": "block/cauldron" }, - "level=1": { "model": "block/cauldron_level1" }, - "level=2": { "model": "block/cauldron_level2" }, - "level=3": { "model": "block/cauldron_level3" } - } -} diff --git a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/blockstates/cave_air.json b/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/blockstates/cave_air.json deleted file mode 100644 index 09fa52b3..00000000 --- a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/blockstates/cave_air.json +++ /dev/null @@ -1,5 +0,0 @@ -{ - "variants": { - "": { "model": "block/air" } - } -} diff --git a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/blockstates/chain_command_block.json b/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/blockstates/chain_command_block.json deleted file mode 100644 index 03753450..00000000 --- a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/blockstates/chain_command_block.json +++ /dev/null @@ -1,16 +0,0 @@ -{ - "variants": { - "conditional=false,facing=down": { "model": "block/chain_command_block", "x": 90 }, - "conditional=false,facing=up": { "model": "block/chain_command_block", "x": 270 }, - "conditional=false,facing=north": { "model": "block/chain_command_block" }, - "conditional=false,facing=south": { "model": "block/chain_command_block", "y": 180 }, - "conditional=false,facing=west": { "model": "block/chain_command_block", "y": 270 }, - "conditional=false,facing=east": { "model": "block/chain_command_block", "y": 90 }, - "conditional=true,facing=down": { "model": "block/chain_command_block_conditional", "x": 90 }, - "conditional=true,facing=up": { "model": "block/chain_command_block_conditional", "x": 270 }, - "conditional=true,facing=north": { "model": "block/chain_command_block_conditional" }, - "conditional=true,facing=south": { "model": "block/chain_command_block_conditional", "y": 180 }, - "conditional=true,facing=west": { "model": "block/chain_command_block_conditional", "y": 270 }, - "conditional=true,facing=east": { "model": "block/chain_command_block_conditional", "y": 90 } - } -} diff --git a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/blockstates/chest.json b/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/blockstates/chest.json deleted file mode 100644 index 77b44fb4..00000000 --- a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/blockstates/chest.json +++ /dev/null @@ -1,5 +0,0 @@ -{ - "variants": { - "": { "model": "block/chest" } - } -} diff --git a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/blockstates/chipped_anvil.json b/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/blockstates/chipped_anvil.json deleted file mode 100644 index 9eab482a..00000000 --- a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/blockstates/chipped_anvil.json +++ /dev/null @@ -1,8 +0,0 @@ -{ - "variants": { - "facing=south": { "model": "block/chipped_anvil" }, - "facing=west": { "model": "block/chipped_anvil", "y": 90 }, - "facing=north": { "model": "block/chipped_anvil", "y": 180 }, - "facing=east": { "model": "block/chipped_anvil", "y": 270 } - } -} diff --git a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/blockstates/chiseled_quartz_block.json b/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/blockstates/chiseled_quartz_block.json deleted file mode 100644 index 2a7803b2..00000000 --- a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/blockstates/chiseled_quartz_block.json +++ /dev/null @@ -1,5 +0,0 @@ -{ - "variants": { - "": { "model": "block/chiseled_quartz_block" } - } -} diff --git a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/blockstates/chiseled_red_sandstone.json b/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/blockstates/chiseled_red_sandstone.json deleted file mode 100644 index 1f9119b6..00000000 --- a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/blockstates/chiseled_red_sandstone.json +++ /dev/null @@ -1,5 +0,0 @@ -{ - "variants": { - "": { "model": "block/chiseled_red_sandstone" } - } -} diff --git a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/blockstates/chiseled_sandstone.json b/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/blockstates/chiseled_sandstone.json deleted file mode 100644 index 589aea93..00000000 --- a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/blockstates/chiseled_sandstone.json +++ /dev/null @@ -1,5 +0,0 @@ -{ - "variants": { - "": { "model": "block/chiseled_sandstone" } - } -} diff --git a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/blockstates/chiseled_stone_bricks.json b/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/blockstates/chiseled_stone_bricks.json deleted file mode 100644 index 8190d79b..00000000 --- a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/blockstates/chiseled_stone_bricks.json +++ /dev/null @@ -1,5 +0,0 @@ -{ - "variants": { - "": { "model": "block/chiseled_stone_bricks" } - } -} diff --git a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/blockstates/chorus_flower.json b/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/blockstates/chorus_flower.json deleted file mode 100644 index a9cedfed..00000000 --- a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/blockstates/chorus_flower.json +++ /dev/null @@ -1,10 +0,0 @@ -{ - "variants": { - "age=0": { "model": "block/chorus_flower" }, - "age=1": { "model": "block/chorus_flower" }, - "age=2": { "model": "block/chorus_flower" }, - "age=3": { "model": "block/chorus_flower" }, - "age=4": { "model": "block/chorus_flower" }, - "age=5": { "model": "block/chorus_flower_dead" } - } -} diff --git a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/blockstates/chorus_plant.json b/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/blockstates/chorus_plant.json deleted file mode 100644 index da672f15..00000000 --- a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/blockstates/chorus_plant.json +++ /dev/null @@ -1,70 +0,0 @@ -{ - "multipart": [ - { "when": { "north": true }, - "apply": { "model": "block/chorus_plant_side" } - }, - { "when": { "east": true }, - "apply": { "model": "block/chorus_plant_side", "y": 90, "uvlock": true } - }, - { "when": { "south": true }, - "apply": { "model": "block/chorus_plant_side", "y": 180, "uvlock": true } - }, - { "when": { "west": true }, - "apply": { "model": "block/chorus_plant_side", "y": 270, "uvlock": true } - }, - { "when": { "up": true }, - "apply": { "model": "block/chorus_plant_side", "x": 270, "uvlock": true } - }, - { "when": { "down": true }, - "apply": { "model": "block/chorus_plant_side", "x": 90, "uvlock": true } - }, - { "when": { "north": false }, - "apply": [ - { "model": "block/chorus_plant_noside", "weight": 2 }, - { "model": "block/chorus_plant_noside1" }, - { "model": "block/chorus_plant_noside2" }, - { "model": "block/chorus_plant_noside3" } - ] - }, - { "when": { "east": false }, - "apply": [ - { "model": "block/chorus_plant_noside1", "y": 90, "uvlock": true }, - { "model": "block/chorus_plant_noside2", "y": 90, "uvlock": true }, - { "model": "block/chorus_plant_noside3", "y": 90, "uvlock": true }, - { "model": "block/chorus_plant_noside", "weight": 2, "y": 90, "uvlock": true } - ] - }, - { "when": { "south": false }, - "apply": [ - { "model": "block/chorus_plant_noside2", "y": 180, "uvlock": true }, - { "model": "block/chorus_plant_noside3", "y": 180, "uvlock": true }, - { "model": "block/chorus_plant_noside", "weight": 2, "y": 180, "uvlock": true }, - { "model": "block/chorus_plant_noside1", "y": 180, "uvlock": true } - ] - }, - { "when": { "west": false }, - "apply": [ - { "model": "block/chorus_plant_noside3", "y": 270, "uvlock": true }, - { "model": "block/chorus_plant_noside", "weight": 2, "y": 270, "uvlock": true }, - { "model": "block/chorus_plant_noside1", "y": 270, "uvlock": true }, - { "model": "block/chorus_plant_noside2", "y": 270, "uvlock": true } - ] - }, - { "when": { "up": false }, - "apply": [ - { "model": "block/chorus_plant_noside", "weight": 2, "x": 270, "uvlock": true }, - { "model": "block/chorus_plant_noside3", "x": 270, "uvlock": true }, - { "model": "block/chorus_plant_noside1", "x": 270, "uvlock": true }, - { "model": "block/chorus_plant_noside2", "x": 270, "uvlock": true } - ] - }, - { "when": { "down": false }, - "apply": [ - { "model": "block/chorus_plant_noside3", "x": 90, "uvlock": true }, - { "model": "block/chorus_plant_noside2", "x": 90, "uvlock": true }, - { "model": "block/chorus_plant_noside1", "x": 90, "uvlock": true }, - { "model": "block/chorus_plant_noside", "weight": 2, "x": 90, "uvlock": true } - ] - } - ] -} diff --git a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/blockstates/clay.json b/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/blockstates/clay.json deleted file mode 100644 index 6f19e601..00000000 --- a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/blockstates/clay.json +++ /dev/null @@ -1,5 +0,0 @@ -{ - "variants": { - "": { "model": "block/clay" } - } -} diff --git a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/blockstates/coal_block.json b/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/blockstates/coal_block.json deleted file mode 100644 index bfd8f29a..00000000 --- a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/blockstates/coal_block.json +++ /dev/null @@ -1,5 +0,0 @@ -{ - "variants": { - "": { "model": "block/coal_block" } - } -} diff --git a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/blockstates/coal_ore.json b/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/blockstates/coal_ore.json deleted file mode 100644 index 12f5e818..00000000 --- a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/blockstates/coal_ore.json +++ /dev/null @@ -1,5 +0,0 @@ -{ - "variants": { - "": { "model": "block/coal_ore" } - } -} diff --git a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/blockstates/coarse_dirt.json b/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/blockstates/coarse_dirt.json deleted file mode 100644 index e2f87f02..00000000 --- a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/blockstates/coarse_dirt.json +++ /dev/null @@ -1,5 +0,0 @@ -{ - "variants": { - "": { "model": "block/coarse_dirt" } - } -} diff --git a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/blockstates/cobblestone.json b/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/blockstates/cobblestone.json deleted file mode 100644 index 30950753..00000000 --- a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/blockstates/cobblestone.json +++ /dev/null @@ -1,5 +0,0 @@ -{ - "variants": { - "": { "model": "block/cobblestone" } - } -} diff --git a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/blockstates/cobblestone_slab.json b/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/blockstates/cobblestone_slab.json deleted file mode 100644 index 2a80c333..00000000 --- a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/blockstates/cobblestone_slab.json +++ /dev/null @@ -1,7 +0,0 @@ -{ - "variants": { - "type=bottom": { "model": "block/cobblestone_slab" }, - "type=top": { "model": "block/cobblestone_slab_top" }, - "type=double": { "model": "block/cobblestone" } - } -} diff --git a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/blockstates/cobblestone_stairs.json b/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/blockstates/cobblestone_stairs.json deleted file mode 100644 index 95fc3539..00000000 --- a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/blockstates/cobblestone_stairs.json +++ /dev/null @@ -1,44 +0,0 @@ -{ - "variants": { - "facing=east,half=bottom,shape=straight": { "model": "block/cobblestone_stairs" }, - "facing=west,half=bottom,shape=straight": { "model": "block/cobblestone_stairs", "y": 180, "uvlock": true }, - "facing=south,half=bottom,shape=straight": { "model": "block/cobblestone_stairs", "y": 90, "uvlock": true }, - "facing=north,half=bottom,shape=straight": { "model": "block/cobblestone_stairs", "y": 270, "uvlock": true }, - "facing=east,half=bottom,shape=outer_right": { "model": "block/cobblestone_stairs_outer" }, - "facing=west,half=bottom,shape=outer_right": { "model": "block/cobblestone_stairs_outer", "y": 180, "uvlock": true }, - "facing=south,half=bottom,shape=outer_right": { "model": "block/cobblestone_stairs_outer", "y": 90, "uvlock": true }, - "facing=north,half=bottom,shape=outer_right": { "model": "block/cobblestone_stairs_outer", "y": 270, "uvlock": true }, - "facing=east,half=bottom,shape=outer_left": { "model": "block/cobblestone_stairs_outer", "y": 270, "uvlock": true }, - "facing=west,half=bottom,shape=outer_left": { "model": "block/cobblestone_stairs_outer", "y": 90, "uvlock": true }, - "facing=south,half=bottom,shape=outer_left": { "model": "block/cobblestone_stairs_outer" }, - "facing=north,half=bottom,shape=outer_left": { "model": "block/cobblestone_stairs_outer", "y": 180, "uvlock": true }, - "facing=east,half=bottom,shape=inner_right": { "model": "block/cobblestone_stairs_inner" }, - "facing=west,half=bottom,shape=inner_right": { "model": "block/cobblestone_stairs_inner", "y": 180, "uvlock": true }, - "facing=south,half=bottom,shape=inner_right": { "model": "block/cobblestone_stairs_inner", "y": 90, "uvlock": true }, - "facing=north,half=bottom,shape=inner_right": { "model": "block/cobblestone_stairs_inner", "y": 270, "uvlock": true }, - "facing=east,half=bottom,shape=inner_left": { "model": "block/cobblestone_stairs_inner", "y": 270, "uvlock": true }, - "facing=west,half=bottom,shape=inner_left": { "model": "block/cobblestone_stairs_inner", "y": 90, "uvlock": true }, - "facing=south,half=bottom,shape=inner_left": { "model": "block/cobblestone_stairs_inner" }, - "facing=north,half=bottom,shape=inner_left": { "model": "block/cobblestone_stairs_inner", "y": 180, "uvlock": true }, - "facing=east,half=top,shape=straight": { "model": "block/cobblestone_stairs", "x": 180, "uvlock": true }, - "facing=west,half=top,shape=straight": { "model": "block/cobblestone_stairs", "x": 180, "y": 180, "uvlock": true }, - "facing=south,half=top,shape=straight": { "model": "block/cobblestone_stairs", "x": 180, "y": 90, "uvlock": true }, - "facing=north,half=top,shape=straight": { "model": "block/cobblestone_stairs", "x": 180, "y": 270, "uvlock": true }, - "facing=east,half=top,shape=outer_right": { "model": "block/cobblestone_stairs_outer", "x": 180, "y": 90, "uvlock": true }, - "facing=west,half=top,shape=outer_right": { "model": "block/cobblestone_stairs_outer", "x": 180, "y": 270, "uvlock": true }, - "facing=south,half=top,shape=outer_right": { "model": "block/cobblestone_stairs_outer", "x": 180, "y": 180, "uvlock": true }, - "facing=north,half=top,shape=outer_right": { "model": "block/cobblestone_stairs_outer", "x": 180, "uvlock": true }, - "facing=east,half=top,shape=outer_left": { "model": "block/cobblestone_stairs_outer", "x": 180, "uvlock": true }, - "facing=west,half=top,shape=outer_left": { "model": "block/cobblestone_stairs_outer", "x": 180, "y": 180, "uvlock": true }, - "facing=south,half=top,shape=outer_left": { "model": "block/cobblestone_stairs_outer", "x": 180, "y": 90, "uvlock": true }, - "facing=north,half=top,shape=outer_left": { "model": "block/cobblestone_stairs_outer", "x": 180, "y": 270, "uvlock": true }, - "facing=east,half=top,shape=inner_right": { "model": "block/cobblestone_stairs_inner", "x": 180, "y": 90, "uvlock": true }, - "facing=west,half=top,shape=inner_right": { "model": "block/cobblestone_stairs_inner", "x": 180, "y": 270, "uvlock": true }, - "facing=south,half=top,shape=inner_right": { "model": "block/cobblestone_stairs_inner", "x": 180, "y": 180, "uvlock": true }, - "facing=north,half=top,shape=inner_right": { "model": "block/cobblestone_stairs_inner", "x": 180, "uvlock": true }, - "facing=east,half=top,shape=inner_left": { "model": "block/cobblestone_stairs_inner", "x": 180, "uvlock": true }, - "facing=west,half=top,shape=inner_left": { "model": "block/cobblestone_stairs_inner", "x": 180, "y": 180, "uvlock": true }, - "facing=south,half=top,shape=inner_left": { "model": "block/cobblestone_stairs_inner", "x": 180, "y": 90, "uvlock": true }, - "facing=north,half=top,shape=inner_left": { "model": "block/cobblestone_stairs_inner", "x": 180, "y": 270, "uvlock": true } - } -} diff --git a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/blockstates/cobblestone_wall.json b/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/blockstates/cobblestone_wall.json deleted file mode 100644 index e5d49eaa..00000000 --- a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/blockstates/cobblestone_wall.json +++ /dev/null @@ -1,19 +0,0 @@ -{ - "multipart": [ - { "when": { "up": "true" }, - "apply": { "model": "block/cobblestone_wall_post" } - }, - { "when": { "north": "true" }, - "apply": { "model": "block/cobblestone_wall_side", "uvlock": true } - }, - { "when": { "east": "true" }, - "apply": { "model": "block/cobblestone_wall_side", "y": 90, "uvlock": true } - }, - { "when": { "south": "true" }, - "apply": { "model": "block/cobblestone_wall_side", "y": 180, "uvlock": true } - }, - { "when": { "west": "true" }, - "apply": { "model": "block/cobblestone_wall_side", "y": 270, "uvlock": true } - } - ] -} diff --git a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/blockstates/cobweb.json b/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/blockstates/cobweb.json deleted file mode 100644 index 5a0590f7..00000000 --- a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/blockstates/cobweb.json +++ /dev/null @@ -1,5 +0,0 @@ -{ - "variants": { - "": { "model": "block/cobweb" } - } -} diff --git a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/blockstates/cocoa.json b/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/blockstates/cocoa.json deleted file mode 100644 index b8a61ced..00000000 --- a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/blockstates/cocoa.json +++ /dev/null @@ -1,16 +0,0 @@ -{ - "variants": { - "age=0,facing=south": { "model": "block/cocoa_stage0" }, - "age=0,facing=west": { "model": "block/cocoa_stage0", "y": 90 }, - "age=0,facing=north": { "model": "block/cocoa_stage0", "y": 180 }, - "age=0,facing=east": { "model": "block/cocoa_stage0", "y": 270 }, - "age=1,facing=south": { "model": "block/cocoa_stage1" }, - "age=1,facing=west": { "model": "block/cocoa_stage1", "y": 90 }, - "age=1,facing=north": { "model": "block/cocoa_stage1", "y": 180 }, - "age=1,facing=east": { "model": "block/cocoa_stage1", "y": 270 }, - "age=2,facing=south": { "model": "block/cocoa_stage2" }, - "age=2,facing=west": { "model": "block/cocoa_stage2", "y": 90 }, - "age=2,facing=north": { "model": "block/cocoa_stage2", "y": 180 }, - "age=2,facing=east": { "model": "block/cocoa_stage2", "y": 270 } - } -} diff --git a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/blockstates/command_block.json b/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/blockstates/command_block.json deleted file mode 100644 index ea8d3a92..00000000 --- a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/blockstates/command_block.json +++ /dev/null @@ -1,16 +0,0 @@ -{ - "variants": { - "conditional=false,facing=down": { "model": "block/command_block", "x": 90 }, - "conditional=false,facing=up": { "model": "block/command_block", "x": 270 }, - "conditional=false,facing=north": { "model": "block/command_block" }, - "conditional=false,facing=south": { "model": "block/command_block", "y": 180 }, - "conditional=false,facing=west": { "model": "block/command_block", "y": 270 }, - "conditional=false,facing=east": { "model": "block/command_block", "y": 90 }, - "conditional=true,facing=down": { "model": "block/command_block_conditional", "x": 90 }, - "conditional=true,facing=up": { "model": "block/command_block_conditional", "x": 270 }, - "conditional=true,facing=north": { "model": "block/command_block_conditional" }, - "conditional=true,facing=south": { "model": "block/command_block_conditional", "y": 180 }, - "conditional=true,facing=west": { "model": "block/command_block_conditional", "y": 270 }, - "conditional=true,facing=east": { "model": "block/command_block_conditional", "y": 90 } - } -} diff --git a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/blockstates/comparator.json b/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/blockstates/comparator.json deleted file mode 100644 index cb077a08..00000000 --- a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/blockstates/comparator.json +++ /dev/null @@ -1,20 +0,0 @@ -{ - "variants": { - "facing=south,mode=compare,powered=false": { "model": "block/comparator" }, - "facing=west,mode=compare,powered=false": { "model": "block/comparator", "y": 90 }, - "facing=north,mode=compare,powered=false": { "model": "block/comparator", "y": 180 }, - "facing=east,mode=compare,powered=false": { "model": "block/comparator", "y": 270 }, - "facing=south,mode=subtract,powered=false": { "model": "block/comparator_subtract" }, - "facing=west,mode=subtract,powered=false": { "model": "block/comparator_subtract", "y": 90 }, - "facing=north,mode=subtract,powered=false": { "model": "block/comparator_subtract", "y": 180 }, - "facing=east,mode=subtract,powered=false": { "model": "block/comparator_subtract", "y": 270 }, - "facing=south,mode=compare,powered=true": { "model": "block/comparator_on" }, - "facing=west,mode=compare,powered=true": { "model": "block/comparator_on", "y": 90 }, - "facing=north,mode=compare,powered=true": { "model": "block/comparator_on", "y": 180 }, - "facing=east,mode=compare,powered=true": { "model": "block/comparator_on", "y": 270 }, - "facing=south,mode=subtract,powered=true": { "model": "block/comparator_on_subtract" }, - "facing=west,mode=subtract,powered=true": { "model": "block/comparator_on_subtract", "y": 90 }, - "facing=north,mode=subtract,powered=true": { "model": "block/comparator_on_subtract", "y": 180 }, - "facing=east,mode=subtract,powered=true": { "model": "block/comparator_on_subtract", "y": 270 } - } -} diff --git a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/blockstates/composter.json b/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/blockstates/composter.json deleted file mode 100644 index fac7a958..00000000 --- a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/blockstates/composter.json +++ /dev/null @@ -1,29 +0,0 @@ -{ - "multipart": [ - { "apply": { "model": "block/composter" }}, - { "when": { "level": "1" }, - "apply": { "model": "block/composter_contents1" } - }, - { "when": { "level": "2" }, - "apply": { "model": "block/composter_contents2" } - }, - { "when": { "level": "3" }, - "apply": { "model": "block/composter_contents3" } - }, - { "when": { "level": "4" }, - "apply": { "model": "block/composter_contents4" } - }, - { "when": { "level": "5" }, - "apply": { "model": "block/composter_contents5" } - }, - { "when": { "level": "6" }, - "apply": { "model": "block/composter_contents6" } - }, - { "when": { "level": "7" }, - "apply": { "model": "block/composter_contents7" } - }, - { "when": { "level": "8" }, - "apply": { "model": "block/composter_contents_ready" } - } - ] -} diff --git a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/blockstates/conduit.json b/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/blockstates/conduit.json deleted file mode 100644 index d9b4e3a9..00000000 --- a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/blockstates/conduit.json +++ /dev/null @@ -1,5 +0,0 @@ -{ - "variants": { - "": { "model": "block/conduit" } - } -} diff --git a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/blockstates/cornflower.json b/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/blockstates/cornflower.json deleted file mode 100644 index 3b20c551..00000000 --- a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/blockstates/cornflower.json +++ /dev/null @@ -1,5 +0,0 @@ -{ - "variants": { - "": { "model": "block/cornflower" } - } -} diff --git a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/blockstates/cracked_stone_bricks.json b/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/blockstates/cracked_stone_bricks.json deleted file mode 100644 index c036dfec..00000000 --- a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/blockstates/cracked_stone_bricks.json +++ /dev/null @@ -1,5 +0,0 @@ -{ - "variants": { - "": { "model": "block/cracked_stone_bricks" } - } -} diff --git a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/blockstates/crafting_table.json b/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/blockstates/crafting_table.json deleted file mode 100644 index 1fead104..00000000 --- a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/blockstates/crafting_table.json +++ /dev/null @@ -1,5 +0,0 @@ -{ - "variants": { - "": { "model": "block/crafting_table" } - } -} diff --git a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/blockstates/creeper_head.json b/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/blockstates/creeper_head.json deleted file mode 100644 index 05969bc2..00000000 --- a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/blockstates/creeper_head.json +++ /dev/null @@ -1,5 +0,0 @@ -{ - "variants": { - "": { "model": "block/skull" } - } -} diff --git a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/blockstates/creeper_wall_head.json b/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/blockstates/creeper_wall_head.json deleted file mode 100644 index 05969bc2..00000000 --- a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/blockstates/creeper_wall_head.json +++ /dev/null @@ -1,5 +0,0 @@ -{ - "variants": { - "": { "model": "block/skull" } - } -} diff --git a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/blockstates/cut_red_sandstone.json b/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/blockstates/cut_red_sandstone.json deleted file mode 100644 index 68ba8d1f..00000000 --- a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/blockstates/cut_red_sandstone.json +++ /dev/null @@ -1,5 +0,0 @@ -{ - "variants": { - "": { "model": "block/cut_red_sandstone" } - } -} diff --git a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/blockstates/cut_red_sandstone_slab.json b/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/blockstates/cut_red_sandstone_slab.json deleted file mode 100644 index 6ef96863..00000000 --- a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/blockstates/cut_red_sandstone_slab.json +++ /dev/null @@ -1,7 +0,0 @@ -{ - "variants": { - "type=bottom": { "model": "block/cut_red_sandstone_slab" }, - "type=top": { "model": "block/cut_red_sandstone_slab_top" }, - "type=double": { "model": "block/cut_red_sandstone" } - } -} diff --git a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/blockstates/cut_sandstone.json b/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/blockstates/cut_sandstone.json deleted file mode 100644 index 9465e1aa..00000000 --- a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/blockstates/cut_sandstone.json +++ /dev/null @@ -1,5 +0,0 @@ -{ - "variants": { - "": { "model": "block/cut_sandstone" } - } -} diff --git a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/blockstates/cut_sandstone_slab.json b/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/blockstates/cut_sandstone_slab.json deleted file mode 100644 index e5f960c3..00000000 --- a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/blockstates/cut_sandstone_slab.json +++ /dev/null @@ -1,7 +0,0 @@ -{ - "variants": { - "type=bottom": { "model": "block/cut_sandstone_slab" }, - "type=top": { "model": "block/cut_sandstone_slab_top" }, - "type=double": { "model": "block/cut_sandstone" } - } -} diff --git a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/blockstates/cyan_banner.json b/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/blockstates/cyan_banner.json deleted file mode 100644 index e022788c..00000000 --- a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/blockstates/cyan_banner.json +++ /dev/null @@ -1,5 +0,0 @@ -{ - "variants": { - "": { "model": "block/banner" } - } -} diff --git a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/blockstates/cyan_bed.json b/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/blockstates/cyan_bed.json deleted file mode 100644 index 8cdeb6ce..00000000 --- a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/blockstates/cyan_bed.json +++ /dev/null @@ -1,5 +0,0 @@ -{ - "variants": { - "": { "model": "block/bed" } - } -} diff --git a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/blockstates/cyan_carpet.json b/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/blockstates/cyan_carpet.json deleted file mode 100644 index c63f8ed7..00000000 --- a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/blockstates/cyan_carpet.json +++ /dev/null @@ -1,5 +0,0 @@ -{ - "variants": { - "": { "model": "block/cyan_carpet" } - } -} diff --git a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/blockstates/cyan_concrete.json b/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/blockstates/cyan_concrete.json deleted file mode 100644 index 11169fbf..00000000 --- a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/blockstates/cyan_concrete.json +++ /dev/null @@ -1,5 +0,0 @@ -{ - "variants": { - "": { "model": "block/cyan_concrete" } - } -} diff --git a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/blockstates/cyan_concrete_powder.json b/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/blockstates/cyan_concrete_powder.json deleted file mode 100644 index 49d12db2..00000000 --- a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/blockstates/cyan_concrete_powder.json +++ /dev/null @@ -1,10 +0,0 @@ -{ - "variants": { - "": [ - { "model": "block/cyan_concrete_powder" }, - { "model": "block/cyan_concrete_powder", "y": 90 }, - { "model": "block/cyan_concrete_powder", "y": 180 }, - { "model": "block/cyan_concrete_powder", "y": 270 } - ] - } -} diff --git a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/blockstates/cyan_glazed_terracotta.json b/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/blockstates/cyan_glazed_terracotta.json deleted file mode 100644 index d0c44733..00000000 --- a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/blockstates/cyan_glazed_terracotta.json +++ /dev/null @@ -1,8 +0,0 @@ -{ - "variants": { - "facing=south": { "model": "block/cyan_glazed_terracotta" }, - "facing=west": { "model": "block/cyan_glazed_terracotta", "y": 90 }, - "facing=north": { "model": "block/cyan_glazed_terracotta", "y": 180 }, - "facing=east": { "model": "block/cyan_glazed_terracotta", "y": 270 } - } -} diff --git a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/blockstates/cyan_shulker_box.json b/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/blockstates/cyan_shulker_box.json deleted file mode 100644 index 64133932..00000000 --- a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/blockstates/cyan_shulker_box.json +++ /dev/null @@ -1,5 +0,0 @@ -{ - "variants": { - "": { "model": "block/cyan_shulker_box" } - } -} diff --git a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/blockstates/cyan_stained_glass.json b/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/blockstates/cyan_stained_glass.json deleted file mode 100644 index 2bde7e6c..00000000 --- a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/blockstates/cyan_stained_glass.json +++ /dev/null @@ -1,5 +0,0 @@ -{ - "variants": { - "": { "model": "block/cyan_stained_glass" } - } -} diff --git a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/blockstates/cyan_stained_glass_pane.json b/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/blockstates/cyan_stained_glass_pane.json deleted file mode 100644 index b372638b..00000000 --- a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/blockstates/cyan_stained_glass_pane.json +++ /dev/null @@ -1,29 +0,0 @@ -{ - "multipart": [ - { "apply": { "model": "block/cyan_stained_glass_pane_post" }}, - { "when": { "north": true }, - "apply": { "model": "block/cyan_stained_glass_pane_side" } - }, - { "when": { "east": true }, - "apply": { "model": "block/cyan_stained_glass_pane_side", "y": 90 } - }, - { "when": { "south": true }, - "apply": { "model": "block/cyan_stained_glass_pane_side_alt" } - }, - { "when": { "west": true }, - "apply": { "model": "block/cyan_stained_glass_pane_side_alt", "y": 90 } - }, - { "when": { "north": false }, - "apply": { "model": "block/cyan_stained_glass_pane_noside" } - }, - { "when": { "east": false }, - "apply": { "model": "block/cyan_stained_glass_pane_noside_alt" } - }, - { "when": { "south": false }, - "apply": { "model": "block/cyan_stained_glass_pane_noside_alt", "y": 90 } - }, - { "when": { "west": false }, - "apply": { "model": "block/cyan_stained_glass_pane_noside", "y": 270 } - } - ] -} diff --git a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/blockstates/cyan_terracotta.json b/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/blockstates/cyan_terracotta.json deleted file mode 100644 index c96e4377..00000000 --- a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/blockstates/cyan_terracotta.json +++ /dev/null @@ -1,5 +0,0 @@ -{ - "variants": { - "": { "model": "block/cyan_terracotta" } - } -} diff --git a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/blockstates/cyan_wall_banner.json b/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/blockstates/cyan_wall_banner.json deleted file mode 100644 index e022788c..00000000 --- a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/blockstates/cyan_wall_banner.json +++ /dev/null @@ -1,5 +0,0 @@ -{ - "variants": { - "": { "model": "block/banner" } - } -} diff --git a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/blockstates/cyan_wool.json b/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/blockstates/cyan_wool.json deleted file mode 100644 index f2867d35..00000000 --- a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/blockstates/cyan_wool.json +++ /dev/null @@ -1,5 +0,0 @@ -{ - "variants": { - "": { "model": "block/cyan_wool" } - } -} diff --git a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/blockstates/damaged_anvil.json b/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/blockstates/damaged_anvil.json deleted file mode 100644 index 7ae5fc5a..00000000 --- a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/blockstates/damaged_anvil.json +++ /dev/null @@ -1,8 +0,0 @@ -{ - "variants": { - "facing=south": { "model": "block/damaged_anvil" }, - "facing=west": { "model": "block/damaged_anvil", "y": 90 }, - "facing=north": { "model": "block/damaged_anvil", "y": 180 }, - "facing=east": { "model": "block/damaged_anvil", "y": 270 } - } -} diff --git a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/blockstates/dandelion.json b/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/blockstates/dandelion.json deleted file mode 100644 index d4cf3b02..00000000 --- a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/blockstates/dandelion.json +++ /dev/null @@ -1,5 +0,0 @@ -{ - "variants": { - "": { "model": "block/dandelion" } - } -} diff --git a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/blockstates/dark_oak_button.json b/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/blockstates/dark_oak_button.json deleted file mode 100644 index cb5f1dcc..00000000 --- a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/blockstates/dark_oak_button.json +++ /dev/null @@ -1,28 +0,0 @@ -{ - "variants": { - "face=floor,facing=east,powered=false": { "model": "block/dark_oak_button", "y": 90 }, - "face=floor,facing=west,powered=false": { "model": "block/dark_oak_button", "y": 270 }, - "face=floor,facing=south,powered=false": { "model": "block/dark_oak_button", "y": 180 }, - "face=floor,facing=north,powered=false": { "model": "block/dark_oak_button" }, - "face=wall,facing=east,powered=false": { "model": "block/dark_oak_button", "uvlock": true, "x": 90, "y": 90 }, - "face=wall,facing=west,powered=false": { "model": "block/dark_oak_button", "uvlock": true, "x": 90, "y": 270 }, - "face=wall,facing=south,powered=false": { "model": "block/dark_oak_button", "uvlock": true, "x": 90, "y": 180 }, - "face=wall,facing=north,powered=false": { "model": "block/dark_oak_button", "uvlock": true, "x": 90 }, - "face=ceiling,facing=east,powered=false": { "model": "block/dark_oak_button", "x": 180, "y": 270 }, - "face=ceiling,facing=west,powered=false": { "model": "block/dark_oak_button", "x": 180, "y": 90 }, - "face=ceiling,facing=south,powered=false": { "model": "block/dark_oak_button", "x": 180 }, - "face=ceiling,facing=north,powered=false": { "model": "block/dark_oak_button", "x": 180, "y": 180 }, - "face=floor,facing=east,powered=true": { "model": "block/dark_oak_button_pressed", "y": 90 }, - "face=floor,facing=west,powered=true": { "model": "block/dark_oak_button_pressed", "y": 270 }, - "face=floor,facing=south,powered=true": { "model": "block/dark_oak_button_pressed", "y": 180 }, - "face=floor,facing=north,powered=true": { "model": "block/dark_oak_button_pressed" }, - "face=wall,facing=east,powered=true": { "model": "block/dark_oak_button_pressed", "uvlock": true, "x": 90, "y": 90 }, - "face=wall,facing=west,powered=true": { "model": "block/dark_oak_button_pressed", "uvlock": true, "x": 90, "y": 270 }, - "face=wall,facing=south,powered=true": { "model": "block/dark_oak_button_pressed", "uvlock": true, "x": 90, "y": 180 }, - "face=wall,facing=north,powered=true": { "model": "block/dark_oak_button_pressed", "uvlock": true, "x": 90 }, - "face=ceiling,facing=east,powered=true": { "model": "block/dark_oak_button_pressed", "x": 180, "y": 270 }, - "face=ceiling,facing=west,powered=true": { "model": "block/dark_oak_button_pressed", "x": 180, "y": 90 }, - "face=ceiling,facing=south,powered=true": { "model": "block/dark_oak_button_pressed", "x": 180 }, - "face=ceiling,facing=north,powered=true": { "model": "block/dark_oak_button_pressed", "x": 180, "y": 180 } - } -} diff --git a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/blockstates/dark_oak_door.json b/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/blockstates/dark_oak_door.json deleted file mode 100644 index 90fe610d..00000000 --- a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/blockstates/dark_oak_door.json +++ /dev/null @@ -1,36 +0,0 @@ -{ - "variants": { - "facing=east,half=lower,hinge=left,open=false": { "model": "block/dark_oak_door_bottom" }, - "facing=south,half=lower,hinge=left,open=false": { "model": "block/dark_oak_door_bottom", "y": 90 }, - "facing=west,half=lower,hinge=left,open=false": { "model": "block/dark_oak_door_bottom", "y": 180 }, - "facing=north,half=lower,hinge=left,open=false": { "model": "block/dark_oak_door_bottom", "y": 270 }, - "facing=east,half=lower,hinge=right,open=false": { "model": "block/dark_oak_door_bottom_hinge" }, - "facing=south,half=lower,hinge=right,open=false": { "model": "block/dark_oak_door_bottom_hinge", "y": 90 }, - "facing=west,half=lower,hinge=right,open=false": { "model": "block/dark_oak_door_bottom_hinge", "y": 180 }, - "facing=north,half=lower,hinge=right,open=false": { "model": "block/dark_oak_door_bottom_hinge", "y": 270 }, - "facing=east,half=lower,hinge=left,open=true": { "model": "block/dark_oak_door_bottom_hinge", "y": 90 }, - "facing=south,half=lower,hinge=left,open=true": { "model": "block/dark_oak_door_bottom_hinge", "y": 180 }, - "facing=west,half=lower,hinge=left,open=true": { "model": "block/dark_oak_door_bottom_hinge", "y": 270 }, - "facing=north,half=lower,hinge=left,open=true": { "model": "block/dark_oak_door_bottom_hinge" }, - "facing=east,half=lower,hinge=right,open=true": { "model": "block/dark_oak_door_bottom", "y": 270 }, - "facing=south,half=lower,hinge=right,open=true": { "model": "block/dark_oak_door_bottom" }, - "facing=west,half=lower,hinge=right,open=true": { "model": "block/dark_oak_door_bottom", "y": 90 }, - "facing=north,half=lower,hinge=right,open=true": { "model": "block/dark_oak_door_bottom", "y": 180 }, - "facing=east,half=upper,hinge=left,open=false": { "model": "block/dark_oak_door_top" }, - "facing=south,half=upper,hinge=left,open=false": { "model": "block/dark_oak_door_top", "y": 90 }, - "facing=west,half=upper,hinge=left,open=false": { "model": "block/dark_oak_door_top", "y": 180 }, - "facing=north,half=upper,hinge=left,open=false": { "model": "block/dark_oak_door_top", "y": 270 }, - "facing=east,half=upper,hinge=right,open=false": { "model": "block/dark_oak_door_top_hinge" }, - "facing=south,half=upper,hinge=right,open=false": { "model": "block/dark_oak_door_top_hinge", "y": 90 }, - "facing=west,half=upper,hinge=right,open=false": { "model": "block/dark_oak_door_top_hinge", "y": 180 }, - "facing=north,half=upper,hinge=right,open=false": { "model": "block/dark_oak_door_top_hinge", "y": 270 }, - "facing=east,half=upper,hinge=left,open=true": { "model": "block/dark_oak_door_top_hinge", "y": 90 }, - "facing=south,half=upper,hinge=left,open=true": { "model": "block/dark_oak_door_top_hinge", "y": 180 }, - "facing=west,half=upper,hinge=left,open=true": { "model": "block/dark_oak_door_top_hinge", "y": 270 }, - "facing=north,half=upper,hinge=left,open=true": { "model": "block/dark_oak_door_top_hinge" }, - "facing=east,half=upper,hinge=right,open=true": { "model": "block/dark_oak_door_top", "y": 270 }, - "facing=south,half=upper,hinge=right,open=true": { "model": "block/dark_oak_door_top" }, - "facing=west,half=upper,hinge=right,open=true": { "model": "block/dark_oak_door_top", "y": 90 }, - "facing=north,half=upper,hinge=right,open=true": { "model": "block/dark_oak_door_top", "y": 180 } - } -} diff --git a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/blockstates/dark_oak_fence.json b/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/blockstates/dark_oak_fence.json deleted file mode 100644 index 03c4923c..00000000 --- a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/blockstates/dark_oak_fence.json +++ /dev/null @@ -1,17 +0,0 @@ -{ - "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/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/blockstates/dark_oak_fence_gate.json b/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/blockstates/dark_oak_fence_gate.json deleted file mode 100644 index 925fc56f..00000000 --- a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/blockstates/dark_oak_fence_gate.json +++ /dev/null @@ -1,20 +0,0 @@ -{ - "variants": { - "facing=south,in_wall=false,open=false": { "model": "block/dark_oak_fence_gate", "uvlock": true }, - "facing=west,in_wall=false,open=false": { "model": "block/dark_oak_fence_gate", "uvlock": true, "y": 90 }, - "facing=north,in_wall=false,open=false": { "model": "block/dark_oak_fence_gate", "uvlock": true, "y": 180 }, - "facing=east,in_wall=false,open=false": { "model": "block/dark_oak_fence_gate", "uvlock": true, "y": 270 }, - "facing=south,in_wall=false,open=true": { "model": "block/dark_oak_fence_gate_open", "uvlock": true }, - "facing=west,in_wall=false,open=true": { "model": "block/dark_oak_fence_gate_open", "uvlock": true, "y": 90 }, - "facing=north,in_wall=false,open=true": { "model": "block/dark_oak_fence_gate_open", "uvlock": true, "y": 180 }, - "facing=east,in_wall=false,open=true": { "model": "block/dark_oak_fence_gate_open", "uvlock": true, "y": 270 }, - "facing=south,in_wall=true,open=false": { "model": "block/dark_oak_fence_gate_wall", "uvlock": true }, - "facing=west,in_wall=true,open=false": { "model": "block/dark_oak_fence_gate_wall", "uvlock": true, "y": 90 }, - "facing=north,in_wall=true,open=false": { "model": "block/dark_oak_fence_gate_wall", "uvlock": true, "y": 180 }, - "facing=east,in_wall=true,open=false": { "model": "block/dark_oak_fence_gate_wall", "uvlock": true, "y": 270 }, - "facing=south,in_wall=true,open=true": { "model": "block/dark_oak_fence_gate_wall_open", "uvlock": true }, - "facing=west,in_wall=true,open=true": { "model": "block/dark_oak_fence_gate_wall_open", "uvlock": true, "y": 90 }, - "facing=north,in_wall=true,open=true": { "model": "block/dark_oak_fence_gate_wall_open", "uvlock": true, "y": 180 }, - "facing=east,in_wall=true,open=true": { "model": "block/dark_oak_fence_gate_wall_open", "uvlock": true, "y": 270 } - } -} diff --git a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/blockstates/dark_oak_leaves.json b/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/blockstates/dark_oak_leaves.json deleted file mode 100644 index 6f793453..00000000 --- a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/blockstates/dark_oak_leaves.json +++ /dev/null @@ -1,5 +0,0 @@ -{ - "variants": { - "": { "model": "block/dark_oak_leaves" } - } -} diff --git a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/blockstates/dark_oak_log.json b/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/blockstates/dark_oak_log.json deleted file mode 100644 index ccd30db7..00000000 --- a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/blockstates/dark_oak_log.json +++ /dev/null @@ -1,7 +0,0 @@ -{ - "variants": { - "axis=y": { "model": "block/dark_oak_log" }, - "axis=z": { "model": "block/dark_oak_log", "x": 90 }, - "axis=x": { "model": "block/dark_oak_log", "x": 90, "y": 90 } - } -} diff --git a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/blockstates/dark_oak_planks.json b/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/blockstates/dark_oak_planks.json deleted file mode 100644 index 09ede937..00000000 --- a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/blockstates/dark_oak_planks.json +++ /dev/null @@ -1,5 +0,0 @@ -{ - "variants": { - "": { "model": "block/dark_oak_planks" } - } -} diff --git a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/blockstates/dark_oak_pressure_plate.json b/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/blockstates/dark_oak_pressure_plate.json deleted file mode 100644 index b8d7a7b6..00000000 --- a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/blockstates/dark_oak_pressure_plate.json +++ /dev/null @@ -1,6 +0,0 @@ -{ - "variants": { - "powered=false": { "model": "block/dark_oak_pressure_plate" }, - "powered=true": { "model": "block/dark_oak_pressure_plate_down" } - } -} diff --git a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/blockstates/dark_oak_sapling.json b/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/blockstates/dark_oak_sapling.json deleted file mode 100644 index 3070cea2..00000000 --- a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/blockstates/dark_oak_sapling.json +++ /dev/null @@ -1,5 +0,0 @@ -{ - "variants": { - "": { "model": "block/dark_oak_sapling" } - } -} diff --git a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/blockstates/dark_oak_sign.json b/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/blockstates/dark_oak_sign.json deleted file mode 100644 index f2bd54fc..00000000 --- a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/blockstates/dark_oak_sign.json +++ /dev/null @@ -1,5 +0,0 @@ -{ - "variants": { - "": { "model": "block/dark_oak_sign" } - } -} diff --git a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/blockstates/dark_oak_slab.json b/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/blockstates/dark_oak_slab.json deleted file mode 100644 index 6468e61e..00000000 --- a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/blockstates/dark_oak_slab.json +++ /dev/null @@ -1,7 +0,0 @@ -{ - "variants": { - "type=bottom": { "model": "block/dark_oak_slab" }, - "type=top": { "model": "block/dark_oak_slab_top" }, - "type=double": { "model": "block/dark_oak_planks" } - } -} diff --git a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/blockstates/dark_oak_stairs.json b/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/blockstates/dark_oak_stairs.json deleted file mode 100644 index d8e099ea..00000000 --- a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/blockstates/dark_oak_stairs.json +++ /dev/null @@ -1,44 +0,0 @@ -{ - "variants": { - "facing=east,half=bottom,shape=straight": { "model": "block/dark_oak_stairs" }, - "facing=west,half=bottom,shape=straight": { "model": "block/dark_oak_stairs", "y": 180, "uvlock": true }, - "facing=south,half=bottom,shape=straight": { "model": "block/dark_oak_stairs", "y": 90, "uvlock": true }, - "facing=north,half=bottom,shape=straight": { "model": "block/dark_oak_stairs", "y": 270, "uvlock": true }, - "facing=east,half=bottom,shape=outer_right": { "model": "block/dark_oak_stairs_outer" }, - "facing=west,half=bottom,shape=outer_right": { "model": "block/dark_oak_stairs_outer", "y": 180, "uvlock": true }, - "facing=south,half=bottom,shape=outer_right": { "model": "block/dark_oak_stairs_outer", "y": 90, "uvlock": true }, - "facing=north,half=bottom,shape=outer_right": { "model": "block/dark_oak_stairs_outer", "y": 270, "uvlock": true }, - "facing=east,half=bottom,shape=outer_left": { "model": "block/dark_oak_stairs_outer", "y": 270, "uvlock": true }, - "facing=west,half=bottom,shape=outer_left": { "model": "block/dark_oak_stairs_outer", "y": 90, "uvlock": true }, - "facing=south,half=bottom,shape=outer_left": { "model": "block/dark_oak_stairs_outer" }, - "facing=north,half=bottom,shape=outer_left": { "model": "block/dark_oak_stairs_outer", "y": 180, "uvlock": true }, - "facing=east,half=bottom,shape=inner_right": { "model": "block/dark_oak_stairs_inner" }, - "facing=west,half=bottom,shape=inner_right": { "model": "block/dark_oak_stairs_inner", "y": 180, "uvlock": true }, - "facing=south,half=bottom,shape=inner_right": { "model": "block/dark_oak_stairs_inner", "y": 90, "uvlock": true }, - "facing=north,half=bottom,shape=inner_right": { "model": "block/dark_oak_stairs_inner", "y": 270, "uvlock": true }, - "facing=east,half=bottom,shape=inner_left": { "model": "block/dark_oak_stairs_inner", "y": 270, "uvlock": true }, - "facing=west,half=bottom,shape=inner_left": { "model": "block/dark_oak_stairs_inner", "y": 90, "uvlock": true }, - "facing=south,half=bottom,shape=inner_left": { "model": "block/dark_oak_stairs_inner" }, - "facing=north,half=bottom,shape=inner_left": { "model": "block/dark_oak_stairs_inner", "y": 180, "uvlock": true }, - "facing=east,half=top,shape=straight": { "model": "block/dark_oak_stairs", "x": 180, "uvlock": true }, - "facing=west,half=top,shape=straight": { "model": "block/dark_oak_stairs", "x": 180, "y": 180, "uvlock": true }, - "facing=south,half=top,shape=straight": { "model": "block/dark_oak_stairs", "x": 180, "y": 90, "uvlock": true }, - "facing=north,half=top,shape=straight": { "model": "block/dark_oak_stairs", "x": 180, "y": 270, "uvlock": true }, - "facing=east,half=top,shape=outer_right": { "model": "block/dark_oak_stairs_outer", "x": 180, "y": 90, "uvlock": true }, - "facing=west,half=top,shape=outer_right": { "model": "block/dark_oak_stairs_outer", "x": 180, "y": 270, "uvlock": true }, - "facing=south,half=top,shape=outer_right": { "model": "block/dark_oak_stairs_outer", "x": 180, "y": 180, "uvlock": true }, - "facing=north,half=top,shape=outer_right": { "model": "block/dark_oak_stairs_outer", "x": 180, "uvlock": true }, - "facing=east,half=top,shape=outer_left": { "model": "block/dark_oak_stairs_outer", "x": 180, "uvlock": true }, - "facing=west,half=top,shape=outer_left": { "model": "block/dark_oak_stairs_outer", "x": 180, "y": 180, "uvlock": true }, - "facing=south,half=top,shape=outer_left": { "model": "block/dark_oak_stairs_outer", "x": 180, "y": 90, "uvlock": true }, - "facing=north,half=top,shape=outer_left": { "model": "block/dark_oak_stairs_outer", "x": 180, "y": 270, "uvlock": true }, - "facing=east,half=top,shape=inner_right": { "model": "block/dark_oak_stairs_inner", "x": 180, "y": 90, "uvlock": true }, - "facing=west,half=top,shape=inner_right": { "model": "block/dark_oak_stairs_inner", "x": 180, "y": 270, "uvlock": true }, - "facing=south,half=top,shape=inner_right": { "model": "block/dark_oak_stairs_inner", "x": 180, "y": 180, "uvlock": true }, - "facing=north,half=top,shape=inner_right": { "model": "block/dark_oak_stairs_inner", "x": 180, "uvlock": true }, - "facing=east,half=top,shape=inner_left": { "model": "block/dark_oak_stairs_inner", "x": 180, "uvlock": true }, - "facing=west,half=top,shape=inner_left": { "model": "block/dark_oak_stairs_inner", "x": 180, "y": 180, "uvlock": true }, - "facing=south,half=top,shape=inner_left": { "model": "block/dark_oak_stairs_inner", "x": 180, "y": 90, "uvlock": true }, - "facing=north,half=top,shape=inner_left": { "model": "block/dark_oak_stairs_inner", "x": 180, "y": 270, "uvlock": true } - } -} diff --git a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/blockstates/dark_oak_trapdoor.json b/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/blockstates/dark_oak_trapdoor.json deleted file mode 100644 index 1aa5e10e..00000000 --- a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/blockstates/dark_oak_trapdoor.json +++ /dev/null @@ -1,20 +0,0 @@ -{ - "variants": { - "facing=north,half=bottom,open=false": { "model": "block/dark_oak_trapdoor_bottom" }, - "facing=south,half=bottom,open=false": { "model": "block/dark_oak_trapdoor_bottom" }, - "facing=east,half=bottom,open=false": { "model": "block/dark_oak_trapdoor_bottom" }, - "facing=west,half=bottom,open=false": { "model": "block/dark_oak_trapdoor_bottom" }, - "facing=north,half=top,open=false": { "model": "block/dark_oak_trapdoor_top" }, - "facing=south,half=top,open=false": { "model": "block/dark_oak_trapdoor_top" }, - "facing=east,half=top,open=false": { "model": "block/dark_oak_trapdoor_top" }, - "facing=west,half=top,open=false": { "model": "block/dark_oak_trapdoor_top" }, - "facing=north,half=bottom,open=true": { "model": "block/dark_oak_trapdoor_open" }, - "facing=south,half=bottom,open=true": { "model": "block/dark_oak_trapdoor_open", "y": 180 }, - "facing=east,half=bottom,open=true": { "model": "block/dark_oak_trapdoor_open", "y": 90 }, - "facing=west,half=bottom,open=true": { "model": "block/dark_oak_trapdoor_open", "y": 270 }, - "facing=north,half=top,open=true": { "model": "block/dark_oak_trapdoor_open" }, - "facing=south,half=top,open=true": { "model": "block/dark_oak_trapdoor_open", "y": 180 }, - "facing=east,half=top,open=true": { "model": "block/dark_oak_trapdoor_open", "y": 90 }, - "facing=west,half=top,open=true": { "model": "block/dark_oak_trapdoor_open", "y": 270 } - } -} diff --git a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/blockstates/dark_oak_wall_sign.json b/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/blockstates/dark_oak_wall_sign.json deleted file mode 100644 index f2bd54fc..00000000 --- a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/blockstates/dark_oak_wall_sign.json +++ /dev/null @@ -1,5 +0,0 @@ -{ - "variants": { - "": { "model": "block/dark_oak_sign" } - } -} diff --git a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/blockstates/dark_oak_wood.json b/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/blockstates/dark_oak_wood.json deleted file mode 100644 index 7eef8596..00000000 --- a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/blockstates/dark_oak_wood.json +++ /dev/null @@ -1,7 +0,0 @@ -{ - "variants": { - "axis=y": { "model": "block/dark_oak_wood" }, - "axis=z": { "model": "block/dark_oak_wood", "x": 90 }, - "axis=x": { "model": "block/dark_oak_wood", "x": 90, "y": 90 } - } -} diff --git a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/blockstates/dark_prismarine.json b/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/blockstates/dark_prismarine.json deleted file mode 100644 index 1038e7fc..00000000 --- a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/blockstates/dark_prismarine.json +++ /dev/null @@ -1,5 +0,0 @@ -{ - "variants": { - "": { "model": "block/dark_prismarine" } - } -} diff --git a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/blockstates/dark_prismarine_slab.json b/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/blockstates/dark_prismarine_slab.json deleted file mode 100644 index d394ec63..00000000 --- a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/blockstates/dark_prismarine_slab.json +++ /dev/null @@ -1,7 +0,0 @@ -{ - "variants": { - "type=bottom": { "model": "block/dark_prismarine_slab" }, - "type=top": { "model": "block/dark_prismarine_slab_top" }, - "type=double": { "model": "block/dark_prismarine" } - } -} diff --git a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/blockstates/dark_prismarine_stairs.json b/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/blockstates/dark_prismarine_stairs.json deleted file mode 100644 index fd63ee11..00000000 --- a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/blockstates/dark_prismarine_stairs.json +++ /dev/null @@ -1,44 +0,0 @@ -{ - "variants": { - "facing=east,half=bottom,shape=straight": { "model": "block/dark_prismarine_stairs" }, - "facing=west,half=bottom,shape=straight": { "model": "block/dark_prismarine_stairs", "y": 180, "uvlock": true }, - "facing=south,half=bottom,shape=straight": { "model": "block/dark_prismarine_stairs", "y": 90, "uvlock": true }, - "facing=north,half=bottom,shape=straight": { "model": "block/dark_prismarine_stairs", "y": 270, "uvlock": true }, - "facing=east,half=bottom,shape=outer_right": { "model": "block/dark_prismarine_stairs_outer" }, - "facing=west,half=bottom,shape=outer_right": { "model": "block/dark_prismarine_stairs_outer", "y": 180, "uvlock": true }, - "facing=south,half=bottom,shape=outer_right": { "model": "block/dark_prismarine_stairs_outer", "y": 90, "uvlock": true }, - "facing=north,half=bottom,shape=outer_right": { "model": "block/dark_prismarine_stairs_outer", "y": 270, "uvlock": true }, - "facing=east,half=bottom,shape=outer_left": { "model": "block/dark_prismarine_stairs_outer", "y": 270, "uvlock": true }, - "facing=west,half=bottom,shape=outer_left": { "model": "block/dark_prismarine_stairs_outer", "y": 90, "uvlock": true }, - "facing=south,half=bottom,shape=outer_left": { "model": "block/dark_prismarine_stairs_outer" }, - "facing=north,half=bottom,shape=outer_left": { "model": "block/dark_prismarine_stairs_outer", "y": 180, "uvlock": true }, - "facing=east,half=bottom,shape=inner_right": { "model": "block/dark_prismarine_stairs_inner" }, - "facing=west,half=bottom,shape=inner_right": { "model": "block/dark_prismarine_stairs_inner", "y": 180, "uvlock": true }, - "facing=south,half=bottom,shape=inner_right": { "model": "block/dark_prismarine_stairs_inner", "y": 90, "uvlock": true }, - "facing=north,half=bottom,shape=inner_right": { "model": "block/dark_prismarine_stairs_inner", "y": 270, "uvlock": true }, - "facing=east,half=bottom,shape=inner_left": { "model": "block/dark_prismarine_stairs_inner", "y": 270, "uvlock": true }, - "facing=west,half=bottom,shape=inner_left": { "model": "block/dark_prismarine_stairs_inner", "y": 90, "uvlock": true }, - "facing=south,half=bottom,shape=inner_left": { "model": "block/dark_prismarine_stairs_inner" }, - "facing=north,half=bottom,shape=inner_left": { "model": "block/dark_prismarine_stairs_inner", "y": 180, "uvlock": true }, - "facing=east,half=top,shape=straight": { "model": "block/dark_prismarine_stairs", "x": 180, "uvlock": true }, - "facing=west,half=top,shape=straight": { "model": "block/dark_prismarine_stairs", "x": 180, "y": 180, "uvlock": true }, - "facing=south,half=top,shape=straight": { "model": "block/dark_prismarine_stairs", "x": 180, "y": 90, "uvlock": true }, - "facing=north,half=top,shape=straight": { "model": "block/dark_prismarine_stairs", "x": 180, "y": 270, "uvlock": true }, - "facing=east,half=top,shape=outer_right": { "model": "block/dark_prismarine_stairs_outer", "x": 180, "y": 90, "uvlock": true }, - "facing=west,half=top,shape=outer_right": { "model": "block/dark_prismarine_stairs_outer", "x": 180, "y": 270, "uvlock": true }, - "facing=south,half=top,shape=outer_right": { "model": "block/dark_prismarine_stairs_outer", "x": 180, "y": 180, "uvlock": true }, - "facing=north,half=top,shape=outer_right": { "model": "block/dark_prismarine_stairs_outer", "x": 180, "uvlock": true }, - "facing=east,half=top,shape=outer_left": { "model": "block/dark_prismarine_stairs_outer", "x": 180, "uvlock": true }, - "facing=west,half=top,shape=outer_left": { "model": "block/dark_prismarine_stairs_outer", "x": 180, "y": 180, "uvlock": true }, - "facing=south,half=top,shape=outer_left": { "model": "block/dark_prismarine_stairs_outer", "x": 180, "y": 90, "uvlock": true }, - "facing=north,half=top,shape=outer_left": { "model": "block/dark_prismarine_stairs_outer", "x": 180, "y": 270, "uvlock": true }, - "facing=east,half=top,shape=inner_right": { "model": "block/dark_prismarine_stairs_inner", "x": 180, "y": 90, "uvlock": true }, - "facing=west,half=top,shape=inner_right": { "model": "block/dark_prismarine_stairs_inner", "x": 180, "y": 270, "uvlock": true }, - "facing=south,half=top,shape=inner_right": { "model": "block/dark_prismarine_stairs_inner", "x": 180, "y": 180, "uvlock": true }, - "facing=north,half=top,shape=inner_right": { "model": "block/dark_prismarine_stairs_inner", "x": 180, "uvlock": true }, - "facing=east,half=top,shape=inner_left": { "model": "block/dark_prismarine_stairs_inner", "x": 180, "uvlock": true }, - "facing=west,half=top,shape=inner_left": { "model": "block/dark_prismarine_stairs_inner", "x": 180, "y": 180, "uvlock": true }, - "facing=south,half=top,shape=inner_left": { "model": "block/dark_prismarine_stairs_inner", "x": 180, "y": 90, "uvlock": true }, - "facing=north,half=top,shape=inner_left": { "model": "block/dark_prismarine_stairs_inner", "x": 180, "y": 270, "uvlock": true } - } -} diff --git a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/blockstates/daylight_detector.json b/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/blockstates/daylight_detector.json deleted file mode 100644 index 79ea1707..00000000 --- a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/blockstates/daylight_detector.json +++ /dev/null @@ -1,6 +0,0 @@ -{ - "variants": { - "inverted=false": { "model": "block/daylight_detector" }, - "inverted=true": { "model": "block/daylight_detector_inverted" } - } -} diff --git a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/blockstates/dead_brain_coral.json b/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/blockstates/dead_brain_coral.json deleted file mode 100644 index 3dbacd37..00000000 --- a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/blockstates/dead_brain_coral.json +++ /dev/null @@ -1,5 +0,0 @@ -{ - "variants": { - "": { "model": "block/dead_brain_coral" } - } -} diff --git a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/blockstates/dead_brain_coral_block.json b/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/blockstates/dead_brain_coral_block.json deleted file mode 100644 index a7c33dbf..00000000 --- a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/blockstates/dead_brain_coral_block.json +++ /dev/null @@ -1,5 +0,0 @@ -{ - "variants": { - "": { "model": "block/dead_brain_coral_block" } - } -} diff --git a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/blockstates/dead_brain_coral_fan.json b/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/blockstates/dead_brain_coral_fan.json deleted file mode 100644 index 1d122043..00000000 --- a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/blockstates/dead_brain_coral_fan.json +++ /dev/null @@ -1,5 +0,0 @@ -{ - "variants": { - "": { "model": "block/dead_brain_coral_fan" } - } -} diff --git a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/blockstates/dead_brain_coral_wall_fan.json b/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/blockstates/dead_brain_coral_wall_fan.json deleted file mode 100644 index b9d80fc0..00000000 --- a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/blockstates/dead_brain_coral_wall_fan.json +++ /dev/null @@ -1,8 +0,0 @@ -{ - "variants": { - "facing=east": { "model": "block/dead_brain_coral_wall_fan", "y": 90 }, - "facing=south": { "model": "block/dead_brain_coral_wall_fan", "y": 180 }, - "facing=west": { "model": "block/dead_brain_coral_wall_fan", "y": 270 }, - "facing=north": { "model": "block/dead_brain_coral_wall_fan", "y": 0 } - } -} diff --git a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/blockstates/dead_bubble_coral.json b/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/blockstates/dead_bubble_coral.json deleted file mode 100644 index 8b7eafc6..00000000 --- a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/blockstates/dead_bubble_coral.json +++ /dev/null @@ -1,5 +0,0 @@ -{ - "variants": { - "": { "model": "block/dead_bubble_coral" } - } -} diff --git a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/blockstates/dead_bubble_coral_block.json b/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/blockstates/dead_bubble_coral_block.json deleted file mode 100644 index 70858745..00000000 --- a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/blockstates/dead_bubble_coral_block.json +++ /dev/null @@ -1,5 +0,0 @@ -{ - "variants": { - "": { "model": "block/dead_bubble_coral_block" } - } -} diff --git a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/blockstates/dead_bubble_coral_fan.json b/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/blockstates/dead_bubble_coral_fan.json deleted file mode 100644 index 5815fc43..00000000 --- a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/blockstates/dead_bubble_coral_fan.json +++ /dev/null @@ -1,5 +0,0 @@ -{ - "variants": { - "": { "model": "block/dead_bubble_coral_fan" } - } -} diff --git a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/blockstates/dead_bubble_coral_wall_fan.json b/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/blockstates/dead_bubble_coral_wall_fan.json deleted file mode 100644 index 63eebc28..00000000 --- a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/blockstates/dead_bubble_coral_wall_fan.json +++ /dev/null @@ -1,8 +0,0 @@ -{ - "variants": { - "facing=east": { "model": "block/dead_bubble_coral_wall_fan", "y": 90 }, - "facing=south": { "model": "block/dead_bubble_coral_wall_fan", "y": 180 }, - "facing=west": { "model": "block/dead_bubble_coral_wall_fan", "y": 270 }, - "facing=north": { "model": "block/dead_bubble_coral_wall_fan", "y": 0 } - } -} diff --git a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/blockstates/dead_bush.json b/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/blockstates/dead_bush.json deleted file mode 100644 index da4831e1..00000000 --- a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/blockstates/dead_bush.json +++ /dev/null @@ -1,5 +0,0 @@ -{ - "variants": { - "": { "model": "block/dead_bush" } - } -} diff --git a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/blockstates/dead_fire_coral.json b/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/blockstates/dead_fire_coral.json deleted file mode 100644 index 861261d6..00000000 --- a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/blockstates/dead_fire_coral.json +++ /dev/null @@ -1,5 +0,0 @@ -{ - "variants": { - "": { "model": "block/dead_fire_coral" } - } -} diff --git a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/blockstates/dead_fire_coral_block.json b/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/blockstates/dead_fire_coral_block.json deleted file mode 100644 index 5b0dd2aa..00000000 --- a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/blockstates/dead_fire_coral_block.json +++ /dev/null @@ -1,5 +0,0 @@ -{ - "variants": { - "": { "model": "block/dead_fire_coral_block" } - } -} diff --git a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/blockstates/dead_fire_coral_fan.json b/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/blockstates/dead_fire_coral_fan.json deleted file mode 100644 index 1edd36f7..00000000 --- a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/blockstates/dead_fire_coral_fan.json +++ /dev/null @@ -1,5 +0,0 @@ -{ - "variants": { - "": { "model": "block/dead_fire_coral_fan" } - } -} diff --git a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/blockstates/dead_fire_coral_wall_fan.json b/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/blockstates/dead_fire_coral_wall_fan.json deleted file mode 100644 index e6666423..00000000 --- a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/blockstates/dead_fire_coral_wall_fan.json +++ /dev/null @@ -1,8 +0,0 @@ -{ - "variants": { - "facing=east": { "model": "block/dead_fire_coral_wall_fan", "y": 90 }, - "facing=south": { "model": "block/dead_fire_coral_wall_fan", "y": 180 }, - "facing=west": { "model": "block/dead_fire_coral_wall_fan", "y": 270 }, - "facing=north": { "model": "block/dead_fire_coral_wall_fan", "y": 0 } - } -} diff --git a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/blockstates/dead_horn_coral.json b/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/blockstates/dead_horn_coral.json deleted file mode 100644 index 130973ca..00000000 --- a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/blockstates/dead_horn_coral.json +++ /dev/null @@ -1,5 +0,0 @@ -{ - "variants": { - "": { "model": "block/dead_horn_coral" } - } -} diff --git a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/blockstates/dead_horn_coral_block.json b/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/blockstates/dead_horn_coral_block.json deleted file mode 100644 index 1f9655ae..00000000 --- a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/blockstates/dead_horn_coral_block.json +++ /dev/null @@ -1,5 +0,0 @@ -{ - "variants": { - "": { "model": "block/dead_horn_coral_block" } - } -} diff --git a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/blockstates/dead_horn_coral_fan.json b/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/blockstates/dead_horn_coral_fan.json deleted file mode 100644 index 634a0e18..00000000 --- a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/blockstates/dead_horn_coral_fan.json +++ /dev/null @@ -1,5 +0,0 @@ -{ - "variants": { - "": { "model": "block/dead_horn_coral_fan" } - } -} diff --git a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/blockstates/dead_horn_coral_wall_fan.json b/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/blockstates/dead_horn_coral_wall_fan.json deleted file mode 100644 index dfa92ad8..00000000 --- a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/blockstates/dead_horn_coral_wall_fan.json +++ /dev/null @@ -1,8 +0,0 @@ -{ - "variants": { - "facing=east": { "model": "block/dead_horn_coral_wall_fan", "y": 90 }, - "facing=south": { "model": "block/dead_horn_coral_wall_fan", "y": 180 }, - "facing=west": { "model": "block/dead_horn_coral_wall_fan", "y": 270 }, - "facing=north": { "model": "block/dead_horn_coral_wall_fan", "y": 0 } - } -} diff --git a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/blockstates/dead_tube_coral.json b/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/blockstates/dead_tube_coral.json deleted file mode 100644 index 50b32ce9..00000000 --- a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/blockstates/dead_tube_coral.json +++ /dev/null @@ -1,5 +0,0 @@ -{ - "variants": { - "": { "model": "block/dead_tube_coral" } - } -} diff --git a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/blockstates/dead_tube_coral_block.json b/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/blockstates/dead_tube_coral_block.json deleted file mode 100644 index f218f559..00000000 --- a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/blockstates/dead_tube_coral_block.json +++ /dev/null @@ -1,5 +0,0 @@ -{ - "variants": { - "": { "model": "block/dead_tube_coral_block" } - } -} diff --git a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/blockstates/dead_tube_coral_fan.json b/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/blockstates/dead_tube_coral_fan.json deleted file mode 100644 index 559426bb..00000000 --- a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/blockstates/dead_tube_coral_fan.json +++ /dev/null @@ -1,5 +0,0 @@ -{ - "variants": { - "": { "model": "block/dead_tube_coral_fan" } - } -} diff --git a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/blockstates/dead_tube_coral_wall_fan.json b/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/blockstates/dead_tube_coral_wall_fan.json deleted file mode 100644 index b0996666..00000000 --- a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/blockstates/dead_tube_coral_wall_fan.json +++ /dev/null @@ -1,8 +0,0 @@ -{ - "variants": { - "facing=east": { "model": "block/dead_tube_coral_wall_fan", "y": 90 }, - "facing=south": { "model": "block/dead_tube_coral_wall_fan", "y": 180 }, - "facing=west": { "model": "block/dead_tube_coral_wall_fan", "y": 270 }, - "facing=north": { "model": "block/dead_tube_coral_wall_fan", "y": 0 } - } -} diff --git a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/blockstates/detector_rail.json b/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/blockstates/detector_rail.json deleted file mode 100644 index 0790c81a..00000000 --- a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/blockstates/detector_rail.json +++ /dev/null @@ -1,16 +0,0 @@ -{ - "variants": { - "powered=false,shape=north_south": { "model": "block/detector_rail" }, - "powered=false,shape=east_west": { "model": "block/detector_rail", "y": 90 }, - "powered=false,shape=ascending_east": { "model": "block/detector_rail_raised_ne", "y": 90 }, - "powered=false,shape=ascending_west": { "model": "block/detector_rail_raised_sw", "y": 90 }, - "powered=false,shape=ascending_north": { "model": "block/detector_rail_raised_ne" }, - "powered=false,shape=ascending_south": { "model": "block/detector_rail_raised_sw" }, - "powered=true,shape=north_south": { "model": "block/detector_rail_on" }, - "powered=true,shape=east_west": { "model": "block/detector_rail_on", "y": 90 }, - "powered=true,shape=ascending_east": { "model": "block/detector_rail_on_raised_ne", "y": 90 }, - "powered=true,shape=ascending_west": { "model": "block/detector_rail_on_raised_sw", "y": 90 }, - "powered=true,shape=ascending_north": { "model": "block/detector_rail_on_raised_ne" }, - "powered=true,shape=ascending_south": { "model": "block/detector_rail_on_raised_sw" } - } -} diff --git a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/blockstates/diamond_block.json b/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/blockstates/diamond_block.json deleted file mode 100644 index e57004c9..00000000 --- a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/blockstates/diamond_block.json +++ /dev/null @@ -1,5 +0,0 @@ -{ - "variants": { - "": { "model": "block/diamond_block" } - } -} diff --git a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/blockstates/diamond_ore.json b/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/blockstates/diamond_ore.json deleted file mode 100644 index cc43a21c..00000000 --- a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/blockstates/diamond_ore.json +++ /dev/null @@ -1,5 +0,0 @@ -{ - "variants": { - "": { "model": "block/diamond_ore" } - } -} diff --git a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/blockstates/diorite.json b/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/blockstates/diorite.json deleted file mode 100644 index 57f49b6e..00000000 --- a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/blockstates/diorite.json +++ /dev/null @@ -1,5 +0,0 @@ -{ - "variants": { - "": { "model": "block/diorite" } - } -} diff --git a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/blockstates/diorite_slab.json b/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/blockstates/diorite_slab.json deleted file mode 100644 index 10268932..00000000 --- a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/blockstates/diorite_slab.json +++ /dev/null @@ -1,7 +0,0 @@ -{ - "variants": { - "type=bottom": { "model": "block/diorite_slab" }, - "type=top": { "model": "block/diorite_slab_top" }, - "type=double": { "model": "block/diorite" } - } -} diff --git a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/blockstates/diorite_stairs.json b/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/blockstates/diorite_stairs.json deleted file mode 100644 index cca1a2a6..00000000 --- a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/blockstates/diorite_stairs.json +++ /dev/null @@ -1,44 +0,0 @@ -{ - "variants": { - "facing=east,half=bottom,shape=straight": { "model": "block/diorite_stairs" }, - "facing=west,half=bottom,shape=straight": { "model": "block/diorite_stairs", "y": 180, "uvlock": true }, - "facing=south,half=bottom,shape=straight": { "model": "block/diorite_stairs", "y": 90, "uvlock": true }, - "facing=north,half=bottom,shape=straight": { "model": "block/diorite_stairs", "y": 270, "uvlock": true }, - "facing=east,half=bottom,shape=outer_right": { "model": "block/diorite_stairs_outer" }, - "facing=west,half=bottom,shape=outer_right": { "model": "block/diorite_stairs_outer", "y": 180, "uvlock": true }, - "facing=south,half=bottom,shape=outer_right": { "model": "block/diorite_stairs_outer", "y": 90, "uvlock": true }, - "facing=north,half=bottom,shape=outer_right": { "model": "block/diorite_stairs_outer", "y": 270, "uvlock": true }, - "facing=east,half=bottom,shape=outer_left": { "model": "block/diorite_stairs_outer", "y": 270, "uvlock": true }, - "facing=west,half=bottom,shape=outer_left": { "model": "block/diorite_stairs_outer", "y": 90, "uvlock": true }, - "facing=south,half=bottom,shape=outer_left": { "model": "block/diorite_stairs_outer" }, - "facing=north,half=bottom,shape=outer_left": { "model": "block/diorite_stairs_outer", "y": 180, "uvlock": true }, - "facing=east,half=bottom,shape=inner_right": { "model": "block/diorite_stairs_inner" }, - "facing=west,half=bottom,shape=inner_right": { "model": "block/diorite_stairs_inner", "y": 180, "uvlock": true }, - "facing=south,half=bottom,shape=inner_right": { "model": "block/diorite_stairs_inner", "y": 90, "uvlock": true }, - "facing=north,half=bottom,shape=inner_right": { "model": "block/diorite_stairs_inner", "y": 270, "uvlock": true }, - "facing=east,half=bottom,shape=inner_left": { "model": "block/diorite_stairs_inner", "y": 270, "uvlock": true }, - "facing=west,half=bottom,shape=inner_left": { "model": "block/diorite_stairs_inner", "y": 90, "uvlock": true }, - "facing=south,half=bottom,shape=inner_left": { "model": "block/diorite_stairs_inner" }, - "facing=north,half=bottom,shape=inner_left": { "model": "block/diorite_stairs_inner", "y": 180, "uvlock": true }, - "facing=east,half=top,shape=straight": { "model": "block/diorite_stairs", "x": 180, "uvlock": true }, - "facing=west,half=top,shape=straight": { "model": "block/diorite_stairs", "x": 180, "y": 180, "uvlock": true }, - "facing=south,half=top,shape=straight": { "model": "block/diorite_stairs", "x": 180, "y": 90, "uvlock": true }, - "facing=north,half=top,shape=straight": { "model": "block/diorite_stairs", "x": 180, "y": 270, "uvlock": true }, - "facing=east,half=top,shape=outer_right": { "model": "block/diorite_stairs_outer", "x": 180, "y": 90, "uvlock": true }, - "facing=west,half=top,shape=outer_right": { "model": "block/diorite_stairs_outer", "x": 180, "y": 270, "uvlock": true }, - "facing=south,half=top,shape=outer_right": { "model": "block/diorite_stairs_outer", "x": 180, "y": 180, "uvlock": true }, - "facing=north,half=top,shape=outer_right": { "model": "block/diorite_stairs_outer", "x": 180, "uvlock": true }, - "facing=east,half=top,shape=outer_left": { "model": "block/diorite_stairs_outer", "x": 180, "uvlock": true }, - "facing=west,half=top,shape=outer_left": { "model": "block/diorite_stairs_outer", "x": 180, "y": 180, "uvlock": true }, - "facing=south,half=top,shape=outer_left": { "model": "block/diorite_stairs_outer", "x": 180, "y": 90, "uvlock": true }, - "facing=north,half=top,shape=outer_left": { "model": "block/diorite_stairs_outer", "x": 180, "y": 270, "uvlock": true }, - "facing=east,half=top,shape=inner_right": { "model": "block/diorite_stairs_inner", "x": 180, "y": 90, "uvlock": true }, - "facing=west,half=top,shape=inner_right": { "model": "block/diorite_stairs_inner", "x": 180, "y": 270, "uvlock": true }, - "facing=south,half=top,shape=inner_right": { "model": "block/diorite_stairs_inner", "x": 180, "y": 180, "uvlock": true }, - "facing=north,half=top,shape=inner_right": { "model": "block/diorite_stairs_inner", "x": 180, "uvlock": true }, - "facing=east,half=top,shape=inner_left": { "model": "block/diorite_stairs_inner", "x": 180, "uvlock": true }, - "facing=west,half=top,shape=inner_left": { "model": "block/diorite_stairs_inner", "x": 180, "y": 180, "uvlock": true }, - "facing=south,half=top,shape=inner_left": { "model": "block/diorite_stairs_inner", "x": 180, "y": 90, "uvlock": true }, - "facing=north,half=top,shape=inner_left": { "model": "block/diorite_stairs_inner", "x": 180, "y": 270, "uvlock": true } - } -} diff --git a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/blockstates/diorite_wall.json b/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/blockstates/diorite_wall.json deleted file mode 100644 index 097ca141..00000000 --- a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/blockstates/diorite_wall.json +++ /dev/null @@ -1,19 +0,0 @@ -{ - "multipart": [ - { "when": { "up": "true" }, - "apply": { "model": "block/diorite_wall_post" } - }, - { "when": { "north": "true" }, - "apply": { "model": "block/diorite_wall_side", "uvlock": true } - }, - { "when": { "east": "true" }, - "apply": { "model": "block/diorite_wall_side", "y": 90, "uvlock": true } - }, - { "when": { "south": "true" }, - "apply": { "model": "block/diorite_wall_side", "y": 180, "uvlock": true } - }, - { "when": { "west": "true" }, - "apply": { "model": "block/diorite_wall_side", "y": 270, "uvlock": true } - } - ] -} diff --git a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/blockstates/dirt.json b/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/blockstates/dirt.json deleted file mode 100644 index a936a179..00000000 --- a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/blockstates/dirt.json +++ /dev/null @@ -1,10 +0,0 @@ -{ - "variants": { - "": [ - { "model": "block/dirt" }, - { "model": "block/dirt", "y": 90 }, - { "model": "block/dirt", "y": 180 }, - { "model": "block/dirt", "y": 270 } - ] - } -} diff --git a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/blockstates/dispenser.json b/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/blockstates/dispenser.json deleted file mode 100644 index 1ba37837..00000000 --- a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/blockstates/dispenser.json +++ /dev/null @@ -1,10 +0,0 @@ -{ - "variants": { - "facing=down": { "model": "block/dispenser_vertical", "x": 180 }, - "facing=up": { "model": "block/dispenser_vertical" }, - "facing=north": { "model": "block/dispenser" }, - "facing=south": { "model": "block/dispenser", "y": 180 }, - "facing=west": { "model": "block/dispenser", "y": 270 }, - "facing=east": { "model": "block/dispenser", "y": 90 } - } -} diff --git a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/blockstates/dragon_egg.json b/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/blockstates/dragon_egg.json deleted file mode 100644 index 50532186..00000000 --- a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/blockstates/dragon_egg.json +++ /dev/null @@ -1,5 +0,0 @@ -{ - "variants": { - "": { "model": "block/dragon_egg" } - } -} diff --git a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/blockstates/dragon_head.json b/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/blockstates/dragon_head.json deleted file mode 100644 index 05969bc2..00000000 --- a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/blockstates/dragon_head.json +++ /dev/null @@ -1,5 +0,0 @@ -{ - "variants": { - "": { "model": "block/skull" } - } -} diff --git a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/blockstates/dragon_wall_head.json b/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/blockstates/dragon_wall_head.json deleted file mode 100644 index 05969bc2..00000000 --- a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/blockstates/dragon_wall_head.json +++ /dev/null @@ -1,5 +0,0 @@ -{ - "variants": { - "": { "model": "block/skull" } - } -} diff --git a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/blockstates/dried_kelp_block.json b/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/blockstates/dried_kelp_block.json deleted file mode 100644 index 27e7a0e9..00000000 --- a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/blockstates/dried_kelp_block.json +++ /dev/null @@ -1,5 +0,0 @@ -{ - "variants": { - "": { "model": "block/dried_kelp_block" } - } -} diff --git a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/blockstates/dropper.json b/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/blockstates/dropper.json deleted file mode 100644 index ded838a8..00000000 --- a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/blockstates/dropper.json +++ /dev/null @@ -1,10 +0,0 @@ -{ - "variants": { - "facing=down": { "model": "block/dropper_vertical", "x": 180 }, - "facing=up": { "model": "block/dropper_vertical" }, - "facing=north": { "model": "block/dropper" }, - "facing=south": { "model": "block/dropper", "y": 180 }, - "facing=west": { "model": "block/dropper", "y": 270 }, - "facing=east": { "model": "block/dropper", "y": 90 } - } -} diff --git a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/blockstates/emerald_block.json b/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/blockstates/emerald_block.json deleted file mode 100644 index 9fa2458e..00000000 --- a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/blockstates/emerald_block.json +++ /dev/null @@ -1,5 +0,0 @@ -{ - "variants": { - "": { "model": "block/emerald_block" } - } -} diff --git a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/blockstates/emerald_ore.json b/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/blockstates/emerald_ore.json deleted file mode 100644 index 959f9cdb..00000000 --- a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/blockstates/emerald_ore.json +++ /dev/null @@ -1,5 +0,0 @@ -{ - "variants": { - "": { "model": "block/emerald_ore" } - } -} diff --git a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/blockstates/enchanting_table.json b/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/blockstates/enchanting_table.json deleted file mode 100644 index 34bf0d07..00000000 --- a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/blockstates/enchanting_table.json +++ /dev/null @@ -1,5 +0,0 @@ -{ - "variants": { - "": { "model": "block/enchanting_table" } - } -} diff --git a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/blockstates/end_gateway.json b/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/blockstates/end_gateway.json deleted file mode 100644 index a72c4ee1..00000000 --- a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/blockstates/end_gateway.json +++ /dev/null @@ -1,5 +0,0 @@ -{ - "variants": { - "": { "model": "block/end_portal" } - } -} diff --git a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/blockstates/end_portal.json b/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/blockstates/end_portal.json deleted file mode 100644 index a72c4ee1..00000000 --- a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/blockstates/end_portal.json +++ /dev/null @@ -1,5 +0,0 @@ -{ - "variants": { - "": { "model": "block/end_portal" } - } -} diff --git a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/blockstates/end_portal_frame.json b/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/blockstates/end_portal_frame.json deleted file mode 100644 index f92440d5..00000000 --- a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/blockstates/end_portal_frame.json +++ /dev/null @@ -1,12 +0,0 @@ -{ - "variants": { - "eye=false,facing=south": { "model": "block/end_portal_frame" }, - "eye=false,facing=west": { "model": "block/end_portal_frame", "y": 90 }, - "eye=false,facing=north": { "model": "block/end_portal_frame", "y": 180 }, - "eye=false,facing=east": { "model": "block/end_portal_frame", "y": 270 }, - "eye=true,facing=south": { "model": "block/end_portal_frame_filled" }, - "eye=true,facing=west": { "model": "block/end_portal_frame_filled", "y": 90 }, - "eye=true,facing=north": { "model": "block/end_portal_frame_filled", "y": 180 }, - "eye=true,facing=east": { "model": "block/end_portal_frame_filled", "y": 270 } - } -} diff --git a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/blockstates/end_rod.json b/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/blockstates/end_rod.json deleted file mode 100644 index a47e0bc4..00000000 --- a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/blockstates/end_rod.json +++ /dev/null @@ -1,10 +0,0 @@ -{ - "variants": { - "facing=up": { "model": "block/end_rod" }, - "facing=down": { "model": "block/end_rod", "x": 180 }, - "facing=east": { "model": "block/end_rod", "y": 90, "x": 90 }, - "facing=south": { "model": "block/end_rod", "y": 180, "x": 90 }, - "facing=west": { "model": "block/end_rod", "y": 270, "x": 90 }, - "facing=north": { "model": "block/end_rod", "y": 0, "x": 90 } - } -} diff --git a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/blockstates/end_stone.json b/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/blockstates/end_stone.json deleted file mode 100644 index 5c8291d8..00000000 --- a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/blockstates/end_stone.json +++ /dev/null @@ -1,5 +0,0 @@ -{ - "variants": { - "": { "model": "block/end_stone" } - } -} diff --git a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/blockstates/end_stone_brick_slab.json b/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/blockstates/end_stone_brick_slab.json deleted file mode 100644 index 14dfbb84..00000000 --- a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/blockstates/end_stone_brick_slab.json +++ /dev/null @@ -1,7 +0,0 @@ -{ - "variants": { - "type=bottom": { "model": "block/end_stone_brick_slab" }, - "type=top": { "model": "block/end_stone_brick_slab_top" }, - "type=double": { "model": "block/end_stone_bricks" } - } -} diff --git a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/blockstates/end_stone_brick_stairs.json b/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/blockstates/end_stone_brick_stairs.json deleted file mode 100644 index 77df915c..00000000 --- a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/blockstates/end_stone_brick_stairs.json +++ /dev/null @@ -1,44 +0,0 @@ -{ - "variants": { - "facing=east,half=bottom,shape=straight": { "model": "block/end_stone_brick_stairs" }, - "facing=west,half=bottom,shape=straight": { "model": "block/end_stone_brick_stairs", "y": 180, "uvlock": true }, - "facing=south,half=bottom,shape=straight": { "model": "block/end_stone_brick_stairs", "y": 90, "uvlock": true }, - "facing=north,half=bottom,shape=straight": { "model": "block/end_stone_brick_stairs", "y": 270, "uvlock": true }, - "facing=east,half=bottom,shape=outer_right": { "model": "block/end_stone_brick_stairs_outer" }, - "facing=west,half=bottom,shape=outer_right": { "model": "block/end_stone_brick_stairs_outer", "y": 180, "uvlock": true }, - "facing=south,half=bottom,shape=outer_right": { "model": "block/end_stone_brick_stairs_outer", "y": 90, "uvlock": true }, - "facing=north,half=bottom,shape=outer_right": { "model": "block/end_stone_brick_stairs_outer", "y": 270, "uvlock": true }, - "facing=east,half=bottom,shape=outer_left": { "model": "block/end_stone_brick_stairs_outer", "y": 270, "uvlock": true }, - "facing=west,half=bottom,shape=outer_left": { "model": "block/end_stone_brick_stairs_outer", "y": 90, "uvlock": true }, - "facing=south,half=bottom,shape=outer_left": { "model": "block/end_stone_brick_stairs_outer" }, - "facing=north,half=bottom,shape=outer_left": { "model": "block/end_stone_brick_stairs_outer", "y": 180, "uvlock": true }, - "facing=east,half=bottom,shape=inner_right": { "model": "block/end_stone_brick_stairs_inner" }, - "facing=west,half=bottom,shape=inner_right": { "model": "block/end_stone_brick_stairs_inner", "y": 180, "uvlock": true }, - "facing=south,half=bottom,shape=inner_right": { "model": "block/end_stone_brick_stairs_inner", "y": 90, "uvlock": true }, - "facing=north,half=bottom,shape=inner_right": { "model": "block/end_stone_brick_stairs_inner", "y": 270, "uvlock": true }, - "facing=east,half=bottom,shape=inner_left": { "model": "block/end_stone_brick_stairs_inner", "y": 270, "uvlock": true }, - "facing=west,half=bottom,shape=inner_left": { "model": "block/end_stone_brick_stairs_inner", "y": 90, "uvlock": true }, - "facing=south,half=bottom,shape=inner_left": { "model": "block/end_stone_brick_stairs_inner" }, - "facing=north,half=bottom,shape=inner_left": { "model": "block/end_stone_brick_stairs_inner", "y": 180, "uvlock": true }, - "facing=east,half=top,shape=straight": { "model": "block/end_stone_brick_stairs", "x": 180, "uvlock": true }, - "facing=west,half=top,shape=straight": { "model": "block/end_stone_brick_stairs", "x": 180, "y": 180, "uvlock": true }, - "facing=south,half=top,shape=straight": { "model": "block/end_stone_brick_stairs", "x": 180, "y": 90, "uvlock": true }, - "facing=north,half=top,shape=straight": { "model": "block/end_stone_brick_stairs", "x": 180, "y": 270, "uvlock": true }, - "facing=east,half=top,shape=outer_right": { "model": "block/end_stone_brick_stairs_outer", "x": 180, "y": 90, "uvlock": true }, - "facing=west,half=top,shape=outer_right": { "model": "block/end_stone_brick_stairs_outer", "x": 180, "y": 270, "uvlock": true }, - "facing=south,half=top,shape=outer_right": { "model": "block/end_stone_brick_stairs_outer", "x": 180, "y": 180, "uvlock": true }, - "facing=north,half=top,shape=outer_right": { "model": "block/end_stone_brick_stairs_outer", "x": 180, "uvlock": true }, - "facing=east,half=top,shape=outer_left": { "model": "block/end_stone_brick_stairs_outer", "x": 180, "uvlock": true }, - "facing=west,half=top,shape=outer_left": { "model": "block/end_stone_brick_stairs_outer", "x": 180, "y": 180, "uvlock": true }, - "facing=south,half=top,shape=outer_left": { "model": "block/end_stone_brick_stairs_outer", "x": 180, "y": 90, "uvlock": true }, - "facing=north,half=top,shape=outer_left": { "model": "block/end_stone_brick_stairs_outer", "x": 180, "y": 270, "uvlock": true }, - "facing=east,half=top,shape=inner_right": { "model": "block/end_stone_brick_stairs_inner", "x": 180, "y": 90, "uvlock": true }, - "facing=west,half=top,shape=inner_right": { "model": "block/end_stone_brick_stairs_inner", "x": 180, "y": 270, "uvlock": true }, - "facing=south,half=top,shape=inner_right": { "model": "block/end_stone_brick_stairs_inner", "x": 180, "y": 180, "uvlock": true }, - "facing=north,half=top,shape=inner_right": { "model": "block/end_stone_brick_stairs_inner", "x": 180, "uvlock": true }, - "facing=east,half=top,shape=inner_left": { "model": "block/end_stone_brick_stairs_inner", "x": 180, "uvlock": true }, - "facing=west,half=top,shape=inner_left": { "model": "block/end_stone_brick_stairs_inner", "x": 180, "y": 180, "uvlock": true }, - "facing=south,half=top,shape=inner_left": { "model": "block/end_stone_brick_stairs_inner", "x": 180, "y": 90, "uvlock": true }, - "facing=north,half=top,shape=inner_left": { "model": "block/end_stone_brick_stairs_inner", "x": 180, "y": 270, "uvlock": true } - } -} diff --git a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/blockstates/end_stone_brick_wall.json b/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/blockstates/end_stone_brick_wall.json deleted file mode 100644 index c70fcb4a..00000000 --- a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/blockstates/end_stone_brick_wall.json +++ /dev/null @@ -1,19 +0,0 @@ -{ - "multipart": [ - { "when": { "up": "true" }, - "apply": { "model": "block/end_stone_brick_wall_post" } - }, - { "when": { "north": "true" }, - "apply": { "model": "block/end_stone_brick_wall_side", "uvlock": true } - }, - { "when": { "east": "true" }, - "apply": { "model": "block/end_stone_brick_wall_side", "y": 90, "uvlock": true } - }, - { "when": { "south": "true" }, - "apply": { "model": "block/end_stone_brick_wall_side", "y": 180, "uvlock": true } - }, - { "when": { "west": "true" }, - "apply": { "model": "block/end_stone_brick_wall_side", "y": 270, "uvlock": true } - } - ] -} diff --git a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/blockstates/end_stone_bricks.json b/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/blockstates/end_stone_bricks.json deleted file mode 100644 index 1b76e4b1..00000000 --- a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/blockstates/end_stone_bricks.json +++ /dev/null @@ -1,5 +0,0 @@ -{ - "variants": { - "": { "model": "block/end_stone_bricks" } - } -} diff --git a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/blockstates/ender_chest.json b/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/blockstates/ender_chest.json deleted file mode 100644 index 278b12af..00000000 --- a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/blockstates/ender_chest.json +++ /dev/null @@ -1,5 +0,0 @@ -{ - "variants": { - "": { "model": "block/ender_chest" } - } -} diff --git a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/blockstates/farmland.json b/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/blockstates/farmland.json deleted file mode 100644 index fd340289..00000000 --- a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/blockstates/farmland.json +++ /dev/null @@ -1,12 +0,0 @@ -{ - "variants": { - "moisture=0": { "model": "block/farmland" }, - "moisture=1": { "model": "block/farmland" }, - "moisture=2": { "model": "block/farmland" }, - "moisture=3": { "model": "block/farmland" }, - "moisture=4": { "model": "block/farmland" }, - "moisture=5": { "model": "block/farmland" }, - "moisture=6": { "model": "block/farmland" }, - "moisture=7": { "model": "block/farmland_moist" } - } -} diff --git a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/blockstates/fern.json b/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/blockstates/fern.json deleted file mode 100644 index 955a8f10..00000000 --- a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/blockstates/fern.json +++ /dev/null @@ -1,5 +0,0 @@ -{ - "variants": { - "": { "model": "block/fern" } - } -} diff --git a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/blockstates/fire.json b/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/blockstates/fire.json deleted file mode 100644 index 116b2fd4..00000000 --- a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/blockstates/fire.json +++ /dev/null @@ -1,50 +0,0 @@ -{ - "multipart": [ - { "when": {"north": false, "east": false, "south": false, "west": false, "up": false}, - "apply": [ - { "model": "block/fire_floor0" }, - { "model": "block/fire_floor1" } - ] - }, - { "when": {"OR": [{"north": true}, {"north": false, "east": false, "south": false, "west": false, "up": false}]}, - "apply": [ - { "model": "block/fire_side0" }, - { "model": "block/fire_side1" }, - { "model": "block/fire_side_alt0" }, - { "model": "block/fire_side_alt1" } - ] - }, - { "when": {"OR": [{"east": true}, {"north": false, "east": false, "south": false, "west": false, "up": false}]}, - "apply": [ - { "model": "block/fire_side0", "y": 90 }, - { "model": "block/fire_side1", "y": 90 }, - { "model": "block/fire_side_alt0", "y": 90 }, - { "model": "block/fire_side_alt1", "y": 90 } - ] - }, - { "when": {"OR": [{"south": true}, {"north": false, "east": false, "south": false, "west": false, "up": false}]}, - "apply": [ - { "model": "block/fire_side0", "y": 180 }, - { "model": "block/fire_side1", "y": 180 }, - { "model": "block/fire_side_alt0", "y": 180 }, - { "model": "block/fire_side_alt1", "y": 180 } - ] - }, - { "when": {"OR": [{"west": true}, {"north": false, "east": false, "south": false, "west": false, "up": false}]}, - "apply": [ - { "model": "block/fire_side0", "y": 270 }, - { "model": "block/fire_side1", "y": 270 }, - { "model": "block/fire_side_alt0", "y": 270 }, - { "model": "block/fire_side_alt1", "y": 270 } - ] - }, - { "when": {"up": true}, - "apply": [ - { "model": "block/fire_up0" }, - { "model": "block/fire_up1" }, - { "model": "block/fire_up_alt0" }, - { "model": "block/fire_up_alt1" } - ] - } - ] -} diff --git a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/blockstates/fire_coral.json b/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/blockstates/fire_coral.json deleted file mode 100644 index 4a4ef6b1..00000000 --- a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/blockstates/fire_coral.json +++ /dev/null @@ -1,5 +0,0 @@ -{ - "variants": { - "": { "model": "block/fire_coral" } - } -} \ No newline at end of file diff --git a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/blockstates/fire_coral_block.json b/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/blockstates/fire_coral_block.json deleted file mode 100644 index 42d6ccb1..00000000 --- a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/blockstates/fire_coral_block.json +++ /dev/null @@ -1,5 +0,0 @@ -{ - "variants": { - "": { "model": "block/fire_coral_block" } - } -} diff --git a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/blockstates/fire_coral_fan.json b/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/blockstates/fire_coral_fan.json deleted file mode 100644 index c8b57bc9..00000000 --- a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/blockstates/fire_coral_fan.json +++ /dev/null @@ -1,5 +0,0 @@ -{ - "variants": { - "": { "model": "block/fire_coral_fan" } - } -} diff --git a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/blockstates/fire_coral_wall_fan.json b/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/blockstates/fire_coral_wall_fan.json deleted file mode 100644 index 76ae9b1e..00000000 --- a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/blockstates/fire_coral_wall_fan.json +++ /dev/null @@ -1,8 +0,0 @@ -{ - "variants": { - "facing=east": { "model": "block/fire_coral_wall_fan", "y": 90 }, - "facing=south": { "model": "block/fire_coral_wall_fan", "y": 180 }, - "facing=west": { "model": "block/fire_coral_wall_fan", "y": 270 }, - "facing=north": { "model": "block/fire_coral_wall_fan", "y": 0 } - } -} diff --git a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/blockstates/fletching_table.json b/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/blockstates/fletching_table.json deleted file mode 100644 index 20cf60be..00000000 --- a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/blockstates/fletching_table.json +++ /dev/null @@ -1,5 +0,0 @@ -{ - "variants": { - "": { "model": "block/fletching_table" } - } -} diff --git a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/blockstates/flower_pot.json b/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/blockstates/flower_pot.json deleted file mode 100644 index 8f9ab79e..00000000 --- a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/blockstates/flower_pot.json +++ /dev/null @@ -1,5 +0,0 @@ -{ - "variants": { - "": { "model": "block/flower_pot" } - } -} diff --git a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/blockstates/frosted_ice.json b/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/blockstates/frosted_ice.json deleted file mode 100644 index 1cccdcd1..00000000 --- a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/blockstates/frosted_ice.json +++ /dev/null @@ -1,8 +0,0 @@ -{ - "variants": { - "age=0": { "model": "block/frosted_ice_0" }, - "age=1": { "model": "block/frosted_ice_1" }, - "age=2": { "model": "block/frosted_ice_2" }, - "age=3": { "model": "block/frosted_ice_3" } - } -} diff --git a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/blockstates/furnace.json b/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/blockstates/furnace.json deleted file mode 100644 index 4607b25e..00000000 --- a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/blockstates/furnace.json +++ /dev/null @@ -1,12 +0,0 @@ -{ - "variants": { - "facing=north,lit=false": { "model": "block/furnace" }, - "facing=south,lit=false": { "model": "block/furnace", "y": 180 }, - "facing=west,lit=false": { "model": "block/furnace", "y": 270 }, - "facing=east,lit=false": { "model": "block/furnace", "y": 90 }, - "facing=north,lit=true": { "model": "block/furnace_on" }, - "facing=south,lit=true": { "model": "block/furnace_on", "y": 180 }, - "facing=west,lit=true": { "model": "block/furnace_on", "y": 270 }, - "facing=east,lit=true": { "model": "block/furnace_on", "y": 90 } - } -} diff --git a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/blockstates/glass.json b/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/blockstates/glass.json deleted file mode 100644 index 9b39a220..00000000 --- a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/blockstates/glass.json +++ /dev/null @@ -1,5 +0,0 @@ -{ - "variants": { - "": { "model": "block/glass" } - } -} diff --git a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/blockstates/glass_pane.json b/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/blockstates/glass_pane.json deleted file mode 100644 index c36280e2..00000000 --- a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/blockstates/glass_pane.json +++ /dev/null @@ -1,29 +0,0 @@ -{ - "multipart": [ - { "apply": { "model": "block/glass_pane_post" }}, - { "when": { "north": true }, - "apply": { "model": "block/glass_pane_side" } - }, - { "when": { "east": true }, - "apply": { "model": "block/glass_pane_side", "y": 90 } - }, - { "when": { "south": true }, - "apply": { "model": "block/glass_pane_side_alt" } - }, - { "when": { "west": true }, - "apply": { "model": "block/glass_pane_side_alt", "y": 90 } - }, - { "when": { "north": false }, - "apply": { "model": "block/glass_pane_noside" } - }, - { "when": { "east": false }, - "apply": { "model": "block/glass_pane_noside_alt" } - }, - { "when": { "south": false }, - "apply": { "model": "block/glass_pane_noside_alt", "y": 90 } - }, - { "when": { "west": false }, - "apply": { "model": "block/glass_pane_noside", "y": 270 } - } - ] -} diff --git a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/blockstates/glowstone.json b/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/blockstates/glowstone.json deleted file mode 100644 index 43b7e20e..00000000 --- a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/blockstates/glowstone.json +++ /dev/null @@ -1,5 +0,0 @@ -{ - "variants": { - "": { "model": "block/glowstone" } - } -} diff --git a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/blockstates/gold_block.json b/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/blockstates/gold_block.json deleted file mode 100644 index 7b7b5d64..00000000 --- a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/blockstates/gold_block.json +++ /dev/null @@ -1,5 +0,0 @@ -{ - "variants": { - "": { "model": "block/gold_block" } - } -} diff --git a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/blockstates/gold_ore.json b/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/blockstates/gold_ore.json deleted file mode 100644 index b6c3eb38..00000000 --- a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/blockstates/gold_ore.json +++ /dev/null @@ -1,5 +0,0 @@ -{ - "variants": { - "": { "model": "block/gold_ore" } - } -} diff --git a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/blockstates/granite.json b/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/blockstates/granite.json deleted file mode 100644 index d4da5bd4..00000000 --- a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/blockstates/granite.json +++ /dev/null @@ -1,5 +0,0 @@ -{ - "variants": { - "": { "model": "block/granite" } - } -} diff --git a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/blockstates/granite_slab.json b/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/blockstates/granite_slab.json deleted file mode 100644 index 7ddd2363..00000000 --- a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/blockstates/granite_slab.json +++ /dev/null @@ -1,7 +0,0 @@ -{ - "variants": { - "type=bottom": { "model": "block/granite_slab" }, - "type=top": { "model": "block/granite_slab_top" }, - "type=double": { "model": "block/granite" } - } -} diff --git a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/blockstates/granite_stairs.json b/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/blockstates/granite_stairs.json deleted file mode 100644 index 61e23c9d..00000000 --- a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/blockstates/granite_stairs.json +++ /dev/null @@ -1,44 +0,0 @@ -{ - "variants": { - "facing=east,half=bottom,shape=straight": { "model": "block/granite_stairs" }, - "facing=west,half=bottom,shape=straight": { "model": "block/granite_stairs", "y": 180, "uvlock": true }, - "facing=south,half=bottom,shape=straight": { "model": "block/granite_stairs", "y": 90, "uvlock": true }, - "facing=north,half=bottom,shape=straight": { "model": "block/granite_stairs", "y": 270, "uvlock": true }, - "facing=east,half=bottom,shape=outer_right": { "model": "block/granite_stairs_outer" }, - "facing=west,half=bottom,shape=outer_right": { "model": "block/granite_stairs_outer", "y": 180, "uvlock": true }, - "facing=south,half=bottom,shape=outer_right": { "model": "block/granite_stairs_outer", "y": 90, "uvlock": true }, - "facing=north,half=bottom,shape=outer_right": { "model": "block/granite_stairs_outer", "y": 270, "uvlock": true }, - "facing=east,half=bottom,shape=outer_left": { "model": "block/granite_stairs_outer", "y": 270, "uvlock": true }, - "facing=west,half=bottom,shape=outer_left": { "model": "block/granite_stairs_outer", "y": 90, "uvlock": true }, - "facing=south,half=bottom,shape=outer_left": { "model": "block/granite_stairs_outer" }, - "facing=north,half=bottom,shape=outer_left": { "model": "block/granite_stairs_outer", "y": 180, "uvlock": true }, - "facing=east,half=bottom,shape=inner_right": { "model": "block/granite_stairs_inner" }, - "facing=west,half=bottom,shape=inner_right": { "model": "block/granite_stairs_inner", "y": 180, "uvlock": true }, - "facing=south,half=bottom,shape=inner_right": { "model": "block/granite_stairs_inner", "y": 90, "uvlock": true }, - "facing=north,half=bottom,shape=inner_right": { "model": "block/granite_stairs_inner", "y": 270, "uvlock": true }, - "facing=east,half=bottom,shape=inner_left": { "model": "block/granite_stairs_inner", "y": 270, "uvlock": true }, - "facing=west,half=bottom,shape=inner_left": { "model": "block/granite_stairs_inner", "y": 90, "uvlock": true }, - "facing=south,half=bottom,shape=inner_left": { "model": "block/granite_stairs_inner" }, - "facing=north,half=bottom,shape=inner_left": { "model": "block/granite_stairs_inner", "y": 180, "uvlock": true }, - "facing=east,half=top,shape=straight": { "model": "block/granite_stairs", "x": 180, "uvlock": true }, - "facing=west,half=top,shape=straight": { "model": "block/granite_stairs", "x": 180, "y": 180, "uvlock": true }, - "facing=south,half=top,shape=straight": { "model": "block/granite_stairs", "x": 180, "y": 90, "uvlock": true }, - "facing=north,half=top,shape=straight": { "model": "block/granite_stairs", "x": 180, "y": 270, "uvlock": true }, - "facing=east,half=top,shape=outer_right": { "model": "block/granite_stairs_outer", "x": 180, "y": 90, "uvlock": true }, - "facing=west,half=top,shape=outer_right": { "model": "block/granite_stairs_outer", "x": 180, "y": 270, "uvlock": true }, - "facing=south,half=top,shape=outer_right": { "model": "block/granite_stairs_outer", "x": 180, "y": 180, "uvlock": true }, - "facing=north,half=top,shape=outer_right": { "model": "block/granite_stairs_outer", "x": 180, "uvlock": true }, - "facing=east,half=top,shape=outer_left": { "model": "block/granite_stairs_outer", "x": 180, "uvlock": true }, - "facing=west,half=top,shape=outer_left": { "model": "block/granite_stairs_outer", "x": 180, "y": 180, "uvlock": true }, - "facing=south,half=top,shape=outer_left": { "model": "block/granite_stairs_outer", "x": 180, "y": 90, "uvlock": true }, - "facing=north,half=top,shape=outer_left": { "model": "block/granite_stairs_outer", "x": 180, "y": 270, "uvlock": true }, - "facing=east,half=top,shape=inner_right": { "model": "block/granite_stairs_inner", "x": 180, "y": 90, "uvlock": true }, - "facing=west,half=top,shape=inner_right": { "model": "block/granite_stairs_inner", "x": 180, "y": 270, "uvlock": true }, - "facing=south,half=top,shape=inner_right": { "model": "block/granite_stairs_inner", "x": 180, "y": 180, "uvlock": true }, - "facing=north,half=top,shape=inner_right": { "model": "block/granite_stairs_inner", "x": 180, "uvlock": true }, - "facing=east,half=top,shape=inner_left": { "model": "block/granite_stairs_inner", "x": 180, "uvlock": true }, - "facing=west,half=top,shape=inner_left": { "model": "block/granite_stairs_inner", "x": 180, "y": 180, "uvlock": true }, - "facing=south,half=top,shape=inner_left": { "model": "block/granite_stairs_inner", "x": 180, "y": 90, "uvlock": true }, - "facing=north,half=top,shape=inner_left": { "model": "block/granite_stairs_inner", "x": 180, "y": 270, "uvlock": true } - } -} diff --git a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/blockstates/granite_wall.json b/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/blockstates/granite_wall.json deleted file mode 100644 index 4b3dec34..00000000 --- a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/blockstates/granite_wall.json +++ /dev/null @@ -1,19 +0,0 @@ -{ - "multipart": [ - { "when": { "up": "true" }, - "apply": { "model": "block/granite_wall_post" } - }, - { "when": { "north": "true" }, - "apply": { "model": "block/granite_wall_side", "uvlock": true } - }, - { "when": { "east": "true" }, - "apply": { "model": "block/granite_wall_side", "y": 90, "uvlock": true } - }, - { "when": { "south": "true" }, - "apply": { "model": "block/granite_wall_side", "y": 180, "uvlock": true } - }, - { "when": { "west": "true" }, - "apply": { "model": "block/granite_wall_side", "y": 270, "uvlock": true } - } - ] -} diff --git a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/blockstates/grass.json b/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/blockstates/grass.json deleted file mode 100644 index e95fac81..00000000 --- a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/blockstates/grass.json +++ /dev/null @@ -1,5 +0,0 @@ -{ - "variants": { - "": { "model": "block/grass" } - } -} diff --git a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/blockstates/grass_block.json b/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/blockstates/grass_block.json deleted file mode 100644 index ee42c0b5..00000000 --- a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/blockstates/grass_block.json +++ /dev/null @@ -1,11 +0,0 @@ -{ - "variants": { - "snowy=false": [ - { "model": "block/grass_block" }, - { "model": "block/grass_block", "y": 90 }, - { "model": "block/grass_block", "y": 180 }, - { "model": "block/grass_block", "y": 270 } - ], - "snowy=true": { "model": "block/grass_block_snow" } - } -} diff --git a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/blockstates/grass_path.json b/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/blockstates/grass_path.json deleted file mode 100644 index 34b605f4..00000000 --- a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/blockstates/grass_path.json +++ /dev/null @@ -1,10 +0,0 @@ -{ - "variants": { - "": [ - { "model": "block/grass_path" }, - { "model": "block/grass_path", "y": 90 }, - { "model": "block/grass_path", "y": 180 }, - { "model": "block/grass_path", "y": 270 } - ] - } -} diff --git a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/blockstates/gravel.json b/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/blockstates/gravel.json deleted file mode 100644 index a2c3c585..00000000 --- a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/blockstates/gravel.json +++ /dev/null @@ -1,5 +0,0 @@ -{ - "variants": { - "": { "model": "block/gravel" } - } -} diff --git a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/blockstates/gray_banner.json b/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/blockstates/gray_banner.json deleted file mode 100644 index e022788c..00000000 --- a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/blockstates/gray_banner.json +++ /dev/null @@ -1,5 +0,0 @@ -{ - "variants": { - "": { "model": "block/banner" } - } -} diff --git a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/blockstates/gray_bed.json b/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/blockstates/gray_bed.json deleted file mode 100644 index 8cdeb6ce..00000000 --- a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/blockstates/gray_bed.json +++ /dev/null @@ -1,5 +0,0 @@ -{ - "variants": { - "": { "model": "block/bed" } - } -} diff --git a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/blockstates/gray_carpet.json b/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/blockstates/gray_carpet.json deleted file mode 100644 index eac87f94..00000000 --- a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/blockstates/gray_carpet.json +++ /dev/null @@ -1,5 +0,0 @@ -{ - "variants": { - "": { "model": "block/gray_carpet" } - } -} diff --git a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/blockstates/gray_concrete.json b/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/blockstates/gray_concrete.json deleted file mode 100644 index 11fe26ee..00000000 --- a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/blockstates/gray_concrete.json +++ /dev/null @@ -1,5 +0,0 @@ -{ - "variants": { - "": { "model": "block/gray_concrete" } - } -} diff --git a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/blockstates/gray_concrete_powder.json b/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/blockstates/gray_concrete_powder.json deleted file mode 100644 index e7e89331..00000000 --- a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/blockstates/gray_concrete_powder.json +++ /dev/null @@ -1,10 +0,0 @@ -{ - "variants": { - "": [ - { "model": "block/gray_concrete_powder" }, - { "model": "block/gray_concrete_powder", "y": 90 }, - { "model": "block/gray_concrete_powder", "y": 180 }, - { "model": "block/gray_concrete_powder", "y": 270 } - ] - } -} diff --git a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/blockstates/gray_glazed_terracotta.json b/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/blockstates/gray_glazed_terracotta.json deleted file mode 100644 index 1dbedb8d..00000000 --- a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/blockstates/gray_glazed_terracotta.json +++ /dev/null @@ -1,8 +0,0 @@ -{ - "variants": { - "facing=south": { "model": "block/gray_glazed_terracotta" }, - "facing=west": { "model": "block/gray_glazed_terracotta", "y": 90 }, - "facing=north": { "model": "block/gray_glazed_terracotta", "y": 180 }, - "facing=east": { "model": "block/gray_glazed_terracotta", "y": 270 } - } -} diff --git a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/blockstates/gray_shulker_box.json b/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/blockstates/gray_shulker_box.json deleted file mode 100644 index aa5bee9b..00000000 --- a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/blockstates/gray_shulker_box.json +++ /dev/null @@ -1,5 +0,0 @@ -{ - "variants": { - "": { "model": "block/gray_shulker_box" } - } -} diff --git a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/blockstates/gray_stained_glass.json b/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/blockstates/gray_stained_glass.json deleted file mode 100644 index 3f66a5a4..00000000 --- a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/blockstates/gray_stained_glass.json +++ /dev/null @@ -1,5 +0,0 @@ -{ - "variants": { - "": { "model": "block/gray_stained_glass" } - } -} diff --git a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/blockstates/gray_stained_glass_pane.json b/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/blockstates/gray_stained_glass_pane.json deleted file mode 100644 index b989a1eb..00000000 --- a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/blockstates/gray_stained_glass_pane.json +++ /dev/null @@ -1,29 +0,0 @@ -{ - "multipart": [ - { "apply": { "model": "block/gray_stained_glass_pane_post" }}, - { "when": { "north": true }, - "apply": { "model": "block/gray_stained_glass_pane_side" } - }, - { "when": { "east": true }, - "apply": { "model": "block/gray_stained_glass_pane_side", "y": 90 } - }, - { "when": { "south": true }, - "apply": { "model": "block/gray_stained_glass_pane_side_alt" } - }, - { "when": { "west": true }, - "apply": { "model": "block/gray_stained_glass_pane_side_alt", "y": 90 } - }, - { "when": { "north": false }, - "apply": { "model": "block/gray_stained_glass_pane_noside" } - }, - { "when": { "east": false }, - "apply": { "model": "block/gray_stained_glass_pane_noside_alt" } - }, - { "when": { "south": false }, - "apply": { "model": "block/gray_stained_glass_pane_noside_alt", "y": 90 } - }, - { "when": { "west": false }, - "apply": { "model": "block/gray_stained_glass_pane_noside", "y": 270 } - } - ] -} diff --git a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/blockstates/gray_terracotta.json b/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/blockstates/gray_terracotta.json deleted file mode 100644 index 07a7f73a..00000000 --- a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/blockstates/gray_terracotta.json +++ /dev/null @@ -1,5 +0,0 @@ -{ - "variants": { - "": { "model": "block/gray_terracotta" } - } -} diff --git a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/blockstates/gray_wall_banner.json b/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/blockstates/gray_wall_banner.json deleted file mode 100644 index e022788c..00000000 --- a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/blockstates/gray_wall_banner.json +++ /dev/null @@ -1,5 +0,0 @@ -{ - "variants": { - "": { "model": "block/banner" } - } -} diff --git a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/blockstates/gray_wool.json b/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/blockstates/gray_wool.json deleted file mode 100644 index 543791bf..00000000 --- a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/blockstates/gray_wool.json +++ /dev/null @@ -1,5 +0,0 @@ -{ - "variants": { - "": { "model": "block/gray_wool" } - } -} diff --git a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/blockstates/green_banner.json b/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/blockstates/green_banner.json deleted file mode 100644 index e022788c..00000000 --- a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/blockstates/green_banner.json +++ /dev/null @@ -1,5 +0,0 @@ -{ - "variants": { - "": { "model": "block/banner" } - } -} diff --git a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/blockstates/green_bed.json b/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/blockstates/green_bed.json deleted file mode 100644 index 8cdeb6ce..00000000 --- a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/blockstates/green_bed.json +++ /dev/null @@ -1,5 +0,0 @@ -{ - "variants": { - "": { "model": "block/bed" } - } -} diff --git a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/blockstates/green_carpet.json b/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/blockstates/green_carpet.json deleted file mode 100644 index 0b7bb4a9..00000000 --- a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/blockstates/green_carpet.json +++ /dev/null @@ -1,5 +0,0 @@ -{ - "variants": { - "": { "model": "block/green_carpet" } - } -} diff --git a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/blockstates/green_concrete.json b/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/blockstates/green_concrete.json deleted file mode 100644 index f145363b..00000000 --- a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/blockstates/green_concrete.json +++ /dev/null @@ -1,5 +0,0 @@ -{ - "variants": { - "": { "model": "block/green_concrete" } - } -} diff --git a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/blockstates/green_concrete_powder.json b/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/blockstates/green_concrete_powder.json deleted file mode 100644 index 7770c786..00000000 --- a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/blockstates/green_concrete_powder.json +++ /dev/null @@ -1,10 +0,0 @@ -{ - "variants": { - "": [ - { "model": "block/green_concrete_powder" }, - { "model": "block/green_concrete_powder", "y": 90 }, - { "model": "block/green_concrete_powder", "y": 180 }, - { "model": "block/green_concrete_powder", "y": 270 } - ] - } -} diff --git a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/blockstates/green_glazed_terracotta.json b/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/blockstates/green_glazed_terracotta.json deleted file mode 100644 index 6b7561f8..00000000 --- a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/blockstates/green_glazed_terracotta.json +++ /dev/null @@ -1,8 +0,0 @@ -{ - "variants": { - "facing=south": { "model": "block/green_glazed_terracotta" }, - "facing=west": { "model": "block/green_glazed_terracotta", "y": 90 }, - "facing=north": { "model": "block/green_glazed_terracotta", "y": 180 }, - "facing=east": { "model": "block/green_glazed_terracotta", "y": 270 } - } -} diff --git a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/blockstates/green_shulker_box.json b/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/blockstates/green_shulker_box.json deleted file mode 100644 index 7d5057ae..00000000 --- a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/blockstates/green_shulker_box.json +++ /dev/null @@ -1,5 +0,0 @@ -{ - "variants": { - "": { "model": "block/green_shulker_box" } - } -} diff --git a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/blockstates/green_stained_glass.json b/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/blockstates/green_stained_glass.json deleted file mode 100644 index b411a4f5..00000000 --- a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/blockstates/green_stained_glass.json +++ /dev/null @@ -1,5 +0,0 @@ -{ - "variants": { - "": { "model": "block/green_stained_glass" } - } -} diff --git a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/blockstates/green_stained_glass_pane.json b/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/blockstates/green_stained_glass_pane.json deleted file mode 100644 index 24d07372..00000000 --- a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/blockstates/green_stained_glass_pane.json +++ /dev/null @@ -1,29 +0,0 @@ -{ - "multipart": [ - { "apply": { "model": "block/green_stained_glass_pane_post" }}, - { "when": { "north": true }, - "apply": { "model": "block/green_stained_glass_pane_side" } - }, - { "when": { "east": true }, - "apply": { "model": "block/green_stained_glass_pane_side", "y": 90 } - }, - { "when": { "south": true }, - "apply": { "model": "block/green_stained_glass_pane_side_alt" } - }, - { "when": { "west": true }, - "apply": { "model": "block/green_stained_glass_pane_side_alt", "y": 90 } - }, - { "when": { "north": false }, - "apply": { "model": "block/green_stained_glass_pane_noside" } - }, - { "when": { "east": false }, - "apply": { "model": "block/green_stained_glass_pane_noside_alt" } - }, - { "when": { "south": false }, - "apply": { "model": "block/green_stained_glass_pane_noside_alt", "y": 90 } - }, - { "when": { "west": false }, - "apply": { "model": "block/green_stained_glass_pane_noside", "y": 270 } - } - ] -} diff --git a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/blockstates/green_terracotta.json b/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/blockstates/green_terracotta.json deleted file mode 100644 index b50474b7..00000000 --- a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/blockstates/green_terracotta.json +++ /dev/null @@ -1,5 +0,0 @@ -{ - "variants": { - "": { "model": "block/green_terracotta" } - } -} diff --git a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/blockstates/green_wall_banner.json b/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/blockstates/green_wall_banner.json deleted file mode 100644 index e022788c..00000000 --- a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/blockstates/green_wall_banner.json +++ /dev/null @@ -1,5 +0,0 @@ -{ - "variants": { - "": { "model": "block/banner" } - } -} diff --git a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/blockstates/green_wool.json b/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/blockstates/green_wool.json deleted file mode 100644 index 329c4f44..00000000 --- a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/blockstates/green_wool.json +++ /dev/null @@ -1,5 +0,0 @@ -{ - "variants": { - "": { "model": "block/green_wool" } - } -} diff --git a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/blockstates/grindstone.json b/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/blockstates/grindstone.json deleted file mode 100644 index 2a75a1cb..00000000 --- a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/blockstates/grindstone.json +++ /dev/null @@ -1,16 +0,0 @@ -{ - "variants": { - "face=floor,facing=east": { "model": "block/grindstone", "y": 90 }, - "face=floor,facing=west": { "model": "block/grindstone", "y": 270 }, - "face=floor,facing=south": { "model": "block/grindstone", "y": 180 }, - "face=floor,facing=north": { "model": "block/grindstone" }, - "face=wall,facing=east": { "model": "block/grindstone", "x": 90, "y": 90 }, - "face=wall,facing=west": { "model": "block/grindstone", "x": 90, "y": 270 }, - "face=wall,facing=south": { "model": "block/grindstone", "x": 90, "y": 180 }, - "face=wall,facing=north": { "model": "block/grindstone", "x": 90 }, - "face=ceiling,facing=east": { "model": "block/grindstone", "x": 180, "y": 270 }, - "face=ceiling,facing=west": { "model": "block/grindstone", "x": 180, "y": 90 }, - "face=ceiling,facing=south": { "model": "block/grindstone", "x": 180 }, - "face=ceiling,facing=north": { "model": "block/grindstone", "x": 180, "y": 180 } - } -} diff --git a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/blockstates/hay_block.json b/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/blockstates/hay_block.json deleted file mode 100644 index ef1086d9..00000000 --- a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/blockstates/hay_block.json +++ /dev/null @@ -1,7 +0,0 @@ -{ - "variants": { - "axis=y": { "model": "block/hay_block" }, - "axis=z": { "model": "block/hay_block", "x": 90 }, - "axis=x": { "model": "block/hay_block", "x": 90, "y": 90 } - } -} diff --git a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/blockstates/heavy_weighted_pressure_plate.json b/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/blockstates/heavy_weighted_pressure_plate.json deleted file mode 100644 index 70c9c4ce..00000000 --- a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/blockstates/heavy_weighted_pressure_plate.json +++ /dev/null @@ -1,20 +0,0 @@ -{ - "variants": { - "power=0": { "model": "block/heavy_weighted_pressure_plate" }, - "power=1": { "model": "block/heavy_weighted_pressure_plate_down" }, - "power=2": { "model": "block/heavy_weighted_pressure_plate_down" }, - "power=3": { "model": "block/heavy_weighted_pressure_plate_down" }, - "power=4": { "model": "block/heavy_weighted_pressure_plate_down" }, - "power=5": { "model": "block/heavy_weighted_pressure_plate_down" }, - "power=6": { "model": "block/heavy_weighted_pressure_plate_down" }, - "power=7": { "model": "block/heavy_weighted_pressure_plate_down" }, - "power=8": { "model": "block/heavy_weighted_pressure_plate_down" }, - "power=9": { "model": "block/heavy_weighted_pressure_plate_down" }, - "power=10": { "model": "block/heavy_weighted_pressure_plate_down" }, - "power=11": { "model": "block/heavy_weighted_pressure_plate_down" }, - "power=12": { "model": "block/heavy_weighted_pressure_plate_down" }, - "power=13": { "model": "block/heavy_weighted_pressure_plate_down" }, - "power=14": { "model": "block/heavy_weighted_pressure_plate_down" }, - "power=15": { "model": "block/heavy_weighted_pressure_plate_down" } - } -} diff --git a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/blockstates/hopper.json b/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/blockstates/hopper.json deleted file mode 100644 index 88c7cb1e..00000000 --- a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/blockstates/hopper.json +++ /dev/null @@ -1,9 +0,0 @@ -{ - "variants": { - "facing=down": { "model": "block/hopper" }, - "facing=north": { "model": "block/hopper_side" }, - "facing=south": { "model": "block/hopper_side", "y": 180 }, - "facing=west": { "model": "block/hopper_side", "y": 270 }, - "facing=east": { "model": "block/hopper_side", "y": 90 } - } -} diff --git a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/blockstates/horn_coral.json b/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/blockstates/horn_coral.json deleted file mode 100644 index daa2d870..00000000 --- a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/blockstates/horn_coral.json +++ /dev/null @@ -1,5 +0,0 @@ -{ - "variants": { - "": { "model": "block/horn_coral" } - } -} \ No newline at end of file diff --git a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/blockstates/horn_coral_block.json b/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/blockstates/horn_coral_block.json deleted file mode 100644 index 11f9911d..00000000 --- a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/blockstates/horn_coral_block.json +++ /dev/null @@ -1,5 +0,0 @@ -{ - "variants": { - "": { "model": "block/horn_coral_block" } - } -} diff --git a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/blockstates/horn_coral_fan.json b/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/blockstates/horn_coral_fan.json deleted file mode 100644 index 639f1d3a..00000000 --- a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/blockstates/horn_coral_fan.json +++ /dev/null @@ -1,5 +0,0 @@ -{ - "variants": { - "": { "model": "block/horn_coral_fan" } - } -} diff --git a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/blockstates/horn_coral_wall_fan.json b/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/blockstates/horn_coral_wall_fan.json deleted file mode 100644 index 28363883..00000000 --- a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/blockstates/horn_coral_wall_fan.json +++ /dev/null @@ -1,8 +0,0 @@ -{ - "variants": { - "facing=east": { "model": "block/horn_coral_wall_fan", "y": 90 }, - "facing=south": { "model": "block/horn_coral_wall_fan", "y": 180 }, - "facing=west": { "model": "block/horn_coral_wall_fan", "y": 270 }, - "facing=north": { "model": "block/horn_coral_wall_fan", "y": 0 } - } -} diff --git a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/blockstates/ice.json b/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/blockstates/ice.json deleted file mode 100644 index fe5dfcb5..00000000 --- a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/blockstates/ice.json +++ /dev/null @@ -1,5 +0,0 @@ -{ - "variants": { - "": { "model": "block/ice" } - } -} diff --git a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/blockstates/infested_chiseled_stone_bricks.json b/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/blockstates/infested_chiseled_stone_bricks.json deleted file mode 100644 index 8190d79b..00000000 --- a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/blockstates/infested_chiseled_stone_bricks.json +++ /dev/null @@ -1,5 +0,0 @@ -{ - "variants": { - "": { "model": "block/chiseled_stone_bricks" } - } -} diff --git a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/blockstates/infested_cobblestone.json b/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/blockstates/infested_cobblestone.json deleted file mode 100644 index 30950753..00000000 --- a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/blockstates/infested_cobblestone.json +++ /dev/null @@ -1,5 +0,0 @@ -{ - "variants": { - "": { "model": "block/cobblestone" } - } -} diff --git a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/blockstates/infested_cracked_stone_bricks.json b/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/blockstates/infested_cracked_stone_bricks.json deleted file mode 100644 index c036dfec..00000000 --- a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/blockstates/infested_cracked_stone_bricks.json +++ /dev/null @@ -1,5 +0,0 @@ -{ - "variants": { - "": { "model": "block/cracked_stone_bricks" } - } -} diff --git a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/blockstates/infested_mossy_stone_bricks.json b/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/blockstates/infested_mossy_stone_bricks.json deleted file mode 100644 index 09f65d9a..00000000 --- a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/blockstates/infested_mossy_stone_bricks.json +++ /dev/null @@ -1,5 +0,0 @@ -{ - "variants": { - "": { "model": "block/mossy_stone_bricks" } - } -} diff --git a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/blockstates/infested_stone.json b/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/blockstates/infested_stone.json deleted file mode 100644 index 56c13648..00000000 --- a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/blockstates/infested_stone.json +++ /dev/null @@ -1,10 +0,0 @@ -{ - "variants": { - "": [ - { "model": "block/stone" }, - { "model": "block/stone_mirrored" }, - { "model": "block/stone", "y": 180 }, - { "model": "block/stone_mirrored", "y": 180 } - ] - } -} diff --git a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/blockstates/infested_stone_bricks.json b/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/blockstates/infested_stone_bricks.json deleted file mode 100644 index 0fe8fa5f..00000000 --- a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/blockstates/infested_stone_bricks.json +++ /dev/null @@ -1,5 +0,0 @@ -{ - "variants": { - "": { "model": "block/stone_bricks" } - } -} diff --git a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/blockstates/iron_bars.json b/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/blockstates/iron_bars.json deleted file mode 100644 index a8140a02..00000000 --- a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/blockstates/iron_bars.json +++ /dev/null @@ -1,32 +0,0 @@ -{ - "multipart": [ - { "apply": { "model": "block/iron_bars_post_ends" }}, - { "when": { "north": false, "east": false, "south": false, "west": false }, - "apply": { "model": "block/iron_bars_post" } - }, - { "when": { "north": true, "east": false, "south": false, "west": false }, - "apply": { "model": "block/iron_bars_cap" } - }, - { "when": { "north": false, "east": true, "south": false, "west": false }, - "apply": { "model": "block/iron_bars_cap", "y": 90 } - }, - { "when": { "north": false, "east": false, "south": true, "west": false }, - "apply": { "model": "block/iron_bars_cap_alt" } - }, - { "when": { "north": false, "east": false, "south": false, "west": true }, - "apply": { "model": "block/iron_bars_cap_alt", "y": 90 } - }, - { "when": { "north": true }, - "apply": { "model": "block/iron_bars_side" } - }, - { "when": { "east": true }, - "apply": { "model": "block/iron_bars_side", "y": 90 } - }, - { "when": { "south": true }, - "apply": { "model": "block/iron_bars_side_alt" } - }, - { "when": { "west": true }, - "apply": { "model": "block/iron_bars_side_alt", "y": 90 } - } - ] -} diff --git a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/blockstates/iron_block.json b/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/blockstates/iron_block.json deleted file mode 100644 index 89f0cf9e..00000000 --- a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/blockstates/iron_block.json +++ /dev/null @@ -1,5 +0,0 @@ -{ - "variants": { - "": { "model": "block/iron_block" } - } -} diff --git a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/blockstates/iron_door.json b/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/blockstates/iron_door.json deleted file mode 100644 index 3d8dc5ab..00000000 --- a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/blockstates/iron_door.json +++ /dev/null @@ -1,36 +0,0 @@ -{ - "variants": { - "facing=east,half=lower,hinge=left,open=false": { "model": "block/iron_door_bottom" }, - "facing=south,half=lower,hinge=left,open=false": { "model": "block/iron_door_bottom", "y": 90 }, - "facing=west,half=lower,hinge=left,open=false": { "model": "block/iron_door_bottom", "y": 180 }, - "facing=north,half=lower,hinge=left,open=false": { "model": "block/iron_door_bottom", "y": 270 }, - "facing=east,half=lower,hinge=right,open=false": { "model": "block/iron_door_bottom_hinge" }, - "facing=south,half=lower,hinge=right,open=false": { "model": "block/iron_door_bottom_hinge", "y": 90 }, - "facing=west,half=lower,hinge=right,open=false": { "model": "block/iron_door_bottom_hinge", "y": 180 }, - "facing=north,half=lower,hinge=right,open=false": { "model": "block/iron_door_bottom_hinge", "y": 270 }, - "facing=east,half=lower,hinge=left,open=true": { "model": "block/iron_door_bottom_hinge", "y": 90 }, - "facing=south,half=lower,hinge=left,open=true": { "model": "block/iron_door_bottom_hinge", "y": 180 }, - "facing=west,half=lower,hinge=left,open=true": { "model": "block/iron_door_bottom_hinge", "y": 270 }, - "facing=north,half=lower,hinge=left,open=true": { "model": "block/iron_door_bottom_hinge" }, - "facing=east,half=lower,hinge=right,open=true": { "model": "block/iron_door_bottom", "y": 270 }, - "facing=south,half=lower,hinge=right,open=true": { "model": "block/iron_door_bottom" }, - "facing=west,half=lower,hinge=right,open=true": { "model": "block/iron_door_bottom", "y": 90 }, - "facing=north,half=lower,hinge=right,open=true": { "model": "block/iron_door_bottom", "y": 180 }, - "facing=east,half=upper,hinge=left,open=false": { "model": "block/iron_door_top" }, - "facing=south,half=upper,hinge=left,open=false": { "model": "block/iron_door_top", "y": 90 }, - "facing=west,half=upper,hinge=left,open=false": { "model": "block/iron_door_top", "y": 180 }, - "facing=north,half=upper,hinge=left,open=false": { "model": "block/iron_door_top", "y": 270 }, - "facing=east,half=upper,hinge=right,open=false": { "model": "block/iron_door_top_hinge" }, - "facing=south,half=upper,hinge=right,open=false": { "model": "block/iron_door_top_hinge", "y": 90 }, - "facing=west,half=upper,hinge=right,open=false": { "model": "block/iron_door_top_hinge", "y": 180 }, - "facing=north,half=upper,hinge=right,open=false": { "model": "block/iron_door_top_hinge", "y": 270 }, - "facing=east,half=upper,hinge=left,open=true": { "model": "block/iron_door_top_hinge", "y": 90 }, - "facing=south,half=upper,hinge=left,open=true": { "model": "block/iron_door_top_hinge", "y": 180 }, - "facing=west,half=upper,hinge=left,open=true": { "model": "block/iron_door_top_hinge", "y": 270 }, - "facing=north,half=upper,hinge=left,open=true": { "model": "block/iron_door_top_hinge" }, - "facing=east,half=upper,hinge=right,open=true": { "model": "block/iron_door_top", "y": 270 }, - "facing=south,half=upper,hinge=right,open=true": { "model": "block/iron_door_top" }, - "facing=west,half=upper,hinge=right,open=true": { "model": "block/iron_door_top", "y": 90 }, - "facing=north,half=upper,hinge=right,open=true": { "model": "block/iron_door_top", "y": 180 } - } -} diff --git a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/blockstates/iron_ore.json b/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/blockstates/iron_ore.json deleted file mode 100644 index 55b1b9c6..00000000 --- a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/blockstates/iron_ore.json +++ /dev/null @@ -1,5 +0,0 @@ -{ - "variants": { - "": { "model": "block/iron_ore" } - } -} diff --git a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/blockstates/iron_trapdoor.json b/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/blockstates/iron_trapdoor.json deleted file mode 100644 index 291eeece..00000000 --- a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/blockstates/iron_trapdoor.json +++ /dev/null @@ -1,20 +0,0 @@ -{ - "variants": { - "facing=north,half=bottom,open=false": { "model": "block/iron_trapdoor_bottom" }, - "facing=south,half=bottom,open=false": { "model": "block/iron_trapdoor_bottom" }, - "facing=east,half=bottom,open=false": { "model": "block/iron_trapdoor_bottom" }, - "facing=west,half=bottom,open=false": { "model": "block/iron_trapdoor_bottom" }, - "facing=north,half=top,open=false": { "model": "block/iron_trapdoor_top" }, - "facing=south,half=top,open=false": { "model": "block/iron_trapdoor_top" }, - "facing=east,half=top,open=false": { "model": "block/iron_trapdoor_top" }, - "facing=west,half=top,open=false": { "model": "block/iron_trapdoor_top" }, - "facing=north,half=bottom,open=true": { "model": "block/iron_trapdoor_open" }, - "facing=south,half=bottom,open=true": { "model": "block/iron_trapdoor_open", "y": 180 }, - "facing=east,half=bottom,open=true": { "model": "block/iron_trapdoor_open", "y": 90 }, - "facing=west,half=bottom,open=true": { "model": "block/iron_trapdoor_open", "y": 270 }, - "facing=north,half=top,open=true": { "model": "block/iron_trapdoor_open" }, - "facing=south,half=top,open=true": { "model": "block/iron_trapdoor_open", "y": 180 }, - "facing=east,half=top,open=true": { "model": "block/iron_trapdoor_open", "y": 90 }, - "facing=west,half=top,open=true": { "model": "block/iron_trapdoor_open", "y": 270 } - } -} diff --git a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/blockstates/item_frame.json b/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/blockstates/item_frame.json deleted file mode 100644 index 7b70ec00..00000000 --- a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/blockstates/item_frame.json +++ /dev/null @@ -1,6 +0,0 @@ -{ - "variants": { - "map=false": { "model": "block/item_frame" }, - "map=true": { "model": "block/item_frame_map" } - } -} diff --git a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/blockstates/jack_o_lantern.json b/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/blockstates/jack_o_lantern.json deleted file mode 100644 index 61119511..00000000 --- a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/blockstates/jack_o_lantern.json +++ /dev/null @@ -1,8 +0,0 @@ -{ - "variants": { - "facing=north": { "model": "block/jack_o_lantern" }, - "facing=south": { "model": "block/jack_o_lantern", "y": 180 }, - "facing=west": { "model": "block/jack_o_lantern", "y": 270 }, - "facing=east": { "model": "block/jack_o_lantern", "y": 90 } - } -} diff --git a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/blockstates/jigsaw.json b/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/blockstates/jigsaw.json deleted file mode 100644 index bd432979..00000000 --- a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/blockstates/jigsaw.json +++ /dev/null @@ -1,10 +0,0 @@ -{ - "variants": { - "facing=up": { "model": "block/jigsaw"}, - "facing=down": { "model": "block/jigsaw", "x": 180 }, - "facing=north": { "model": "block/jigsaw", "x" : 90}, - "facing=south": { "model": "block/jigsaw", "x" : 90, "y": 180 }, - "facing=west": { "model": "block/jigsaw", "x" : 90, "y": 270 }, - "facing=east": { "model": "block/jigsaw", "x" : 90, "y": 90 } - } -} \ No newline at end of file diff --git a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/blockstates/jukebox.json b/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/blockstates/jukebox.json deleted file mode 100644 index c37487a1..00000000 --- a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/blockstates/jukebox.json +++ /dev/null @@ -1,5 +0,0 @@ -{ - "variants": { - "": { "model": "block/jukebox" } - } -} diff --git a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/blockstates/jungle_button.json b/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/blockstates/jungle_button.json deleted file mode 100644 index 8674824b..00000000 --- a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/blockstates/jungle_button.json +++ /dev/null @@ -1,28 +0,0 @@ -{ - "variants": { - "face=floor,facing=east,powered=false": { "model": "block/jungle_button", "y": 90 }, - "face=floor,facing=west,powered=false": { "model": "block/jungle_button", "y": 270 }, - "face=floor,facing=south,powered=false": { "model": "block/jungle_button", "y": 180 }, - "face=floor,facing=north,powered=false": { "model": "block/jungle_button" }, - "face=wall,facing=east,powered=false": { "model": "block/jungle_button", "uvlock": true, "x": 90, "y": 90 }, - "face=wall,facing=west,powered=false": { "model": "block/jungle_button", "uvlock": true, "x": 90, "y": 270 }, - "face=wall,facing=south,powered=false": { "model": "block/jungle_button", "uvlock": true, "x": 90, "y": 180 }, - "face=wall,facing=north,powered=false": { "model": "block/jungle_button", "uvlock": true, "x": 90 }, - "face=ceiling,facing=east,powered=false": { "model": "block/jungle_button", "x": 180, "y": 270 }, - "face=ceiling,facing=west,powered=false": { "model": "block/jungle_button", "x": 180, "y": 90 }, - "face=ceiling,facing=south,powered=false": { "model": "block/jungle_button", "x": 180 }, - "face=ceiling,facing=north,powered=false": { "model": "block/jungle_button", "x": 180, "y": 180 }, - "face=floor,facing=east,powered=true": { "model": "block/jungle_button_pressed", "y": 90 }, - "face=floor,facing=west,powered=true": { "model": "block/jungle_button_pressed", "y": 270 }, - "face=floor,facing=south,powered=true": { "model": "block/jungle_button_pressed", "y": 180 }, - "face=floor,facing=north,powered=true": { "model": "block/jungle_button_pressed" }, - "face=wall,facing=east,powered=true": { "model": "block/jungle_button_pressed", "uvlock": true, "x": 90, "y": 90 }, - "face=wall,facing=west,powered=true": { "model": "block/jungle_button_pressed", "uvlock": true, "x": 90, "y": 270 }, - "face=wall,facing=south,powered=true": { "model": "block/jungle_button_pressed", "uvlock": true, "x": 90, "y": 180 }, - "face=wall,facing=north,powered=true": { "model": "block/jungle_button_pressed", "uvlock": true, "x": 90 }, - "face=ceiling,facing=east,powered=true": { "model": "block/jungle_button_pressed", "x": 180, "y": 270 }, - "face=ceiling,facing=west,powered=true": { "model": "block/jungle_button_pressed", "x": 180, "y": 90 }, - "face=ceiling,facing=south,powered=true": { "model": "block/jungle_button_pressed", "x": 180 }, - "face=ceiling,facing=north,powered=true": { "model": "block/jungle_button_pressed", "x": 180, "y": 180 } - } -} diff --git a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/blockstates/jungle_door.json b/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/blockstates/jungle_door.json deleted file mode 100644 index 25d292dc..00000000 --- a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/blockstates/jungle_door.json +++ /dev/null @@ -1,36 +0,0 @@ -{ - "variants": { - "facing=east,half=lower,hinge=left,open=false": { "model": "block/jungle_door_bottom" }, - "facing=south,half=lower,hinge=left,open=false": { "model": "block/jungle_door_bottom", "y": 90 }, - "facing=west,half=lower,hinge=left,open=false": { "model": "block/jungle_door_bottom", "y": 180 }, - "facing=north,half=lower,hinge=left,open=false": { "model": "block/jungle_door_bottom", "y": 270 }, - "facing=east,half=lower,hinge=right,open=false": { "model": "block/jungle_door_bottom_hinge" }, - "facing=south,half=lower,hinge=right,open=false": { "model": "block/jungle_door_bottom_hinge", "y": 90 }, - "facing=west,half=lower,hinge=right,open=false": { "model": "block/jungle_door_bottom_hinge", "y": 180 }, - "facing=north,half=lower,hinge=right,open=false": { "model": "block/jungle_door_bottom_hinge", "y": 270 }, - "facing=east,half=lower,hinge=left,open=true": { "model": "block/jungle_door_bottom_hinge", "y": 90 }, - "facing=south,half=lower,hinge=left,open=true": { "model": "block/jungle_door_bottom_hinge", "y": 180 }, - "facing=west,half=lower,hinge=left,open=true": { "model": "block/jungle_door_bottom_hinge", "y": 270 }, - "facing=north,half=lower,hinge=left,open=true": { "model": "block/jungle_door_bottom_hinge" }, - "facing=east,half=lower,hinge=right,open=true": { "model": "block/jungle_door_bottom", "y": 270 }, - "facing=south,half=lower,hinge=right,open=true": { "model": "block/jungle_door_bottom" }, - "facing=west,half=lower,hinge=right,open=true": { "model": "block/jungle_door_bottom", "y": 90 }, - "facing=north,half=lower,hinge=right,open=true": { "model": "block/jungle_door_bottom", "y": 180 }, - "facing=east,half=upper,hinge=left,open=false": { "model": "block/jungle_door_top" }, - "facing=south,half=upper,hinge=left,open=false": { "model": "block/jungle_door_top", "y": 90 }, - "facing=west,half=upper,hinge=left,open=false": { "model": "block/jungle_door_top", "y": 180 }, - "facing=north,half=upper,hinge=left,open=false": { "model": "block/jungle_door_top", "y": 270 }, - "facing=east,half=upper,hinge=right,open=false": { "model": "block/jungle_door_top_hinge" }, - "facing=south,half=upper,hinge=right,open=false": { "model": "block/jungle_door_top_hinge", "y": 90 }, - "facing=west,half=upper,hinge=right,open=false": { "model": "block/jungle_door_top_hinge", "y": 180 }, - "facing=north,half=upper,hinge=right,open=false": { "model": "block/jungle_door_top_hinge", "y": 270 }, - "facing=east,half=upper,hinge=left,open=true": { "model": "block/jungle_door_top_hinge", "y": 90 }, - "facing=south,half=upper,hinge=left,open=true": { "model": "block/jungle_door_top_hinge", "y": 180 }, - "facing=west,half=upper,hinge=left,open=true": { "model": "block/jungle_door_top_hinge", "y": 270 }, - "facing=north,half=upper,hinge=left,open=true": { "model": "block/jungle_door_top_hinge" }, - "facing=east,half=upper,hinge=right,open=true": { "model": "block/jungle_door_top", "y": 270 }, - "facing=south,half=upper,hinge=right,open=true": { "model": "block/jungle_door_top" }, - "facing=west,half=upper,hinge=right,open=true": { "model": "block/jungle_door_top", "y": 90 }, - "facing=north,half=upper,hinge=right,open=true": { "model": "block/jungle_door_top", "y": 180 } - } -} diff --git a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/blockstates/jungle_fence.json b/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/blockstates/jungle_fence.json deleted file mode 100644 index 6c4af9b3..00000000 --- a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/blockstates/jungle_fence.json +++ /dev/null @@ -1,17 +0,0 @@ -{ - "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/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/blockstates/jungle_fence_gate.json b/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/blockstates/jungle_fence_gate.json deleted file mode 100644 index a47f7958..00000000 --- a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/blockstates/jungle_fence_gate.json +++ /dev/null @@ -1,20 +0,0 @@ -{ - "variants": { - "facing=south,in_wall=false,open=false": { "model": "block/jungle_fence_gate", "uvlock": true }, - "facing=west,in_wall=false,open=false": { "model": "block/jungle_fence_gate", "uvlock": true, "y": 90 }, - "facing=north,in_wall=false,open=false": { "model": "block/jungle_fence_gate", "uvlock": true, "y": 180 }, - "facing=east,in_wall=false,open=false": { "model": "block/jungle_fence_gate", "uvlock": true, "y": 270 }, - "facing=south,in_wall=false,open=true": { "model": "block/jungle_fence_gate_open", "uvlock": true }, - "facing=west,in_wall=false,open=true": { "model": "block/jungle_fence_gate_open", "uvlock": true, "y": 90 }, - "facing=north,in_wall=false,open=true": { "model": "block/jungle_fence_gate_open", "uvlock": true, "y": 180 }, - "facing=east,in_wall=false,open=true": { "model": "block/jungle_fence_gate_open", "uvlock": true, "y": 270 }, - "facing=south,in_wall=true,open=false": { "model": "block/jungle_fence_gate_wall", "uvlock": true }, - "facing=west,in_wall=true,open=false": { "model": "block/jungle_fence_gate_wall", "uvlock": true, "y": 90 }, - "facing=north,in_wall=true,open=false": { "model": "block/jungle_fence_gate_wall", "uvlock": true, "y": 180 }, - "facing=east,in_wall=true,open=false": { "model": "block/jungle_fence_gate_wall", "uvlock": true, "y": 270 }, - "facing=south,in_wall=true,open=true": { "model": "block/jungle_fence_gate_wall_open", "uvlock": true }, - "facing=west,in_wall=true,open=true": { "model": "block/jungle_fence_gate_wall_open", "uvlock": true, "y": 90 }, - "facing=north,in_wall=true,open=true": { "model": "block/jungle_fence_gate_wall_open", "uvlock": true, "y": 180 }, - "facing=east,in_wall=true,open=true": { "model": "block/jungle_fence_gate_wall_open", "uvlock": true, "y": 270 } - } -} diff --git a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/blockstates/jungle_leaves.json b/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/blockstates/jungle_leaves.json deleted file mode 100644 index 0cf6c06b..00000000 --- a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/blockstates/jungle_leaves.json +++ /dev/null @@ -1,5 +0,0 @@ -{ - "variants": { - "": { "model": "block/jungle_leaves" } - } -} diff --git a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/blockstates/jungle_log.json b/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/blockstates/jungle_log.json deleted file mode 100644 index 09865d95..00000000 --- a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/blockstates/jungle_log.json +++ /dev/null @@ -1,7 +0,0 @@ -{ - "variants": { - "axis=y": { "model": "block/jungle_log" }, - "axis=z": { "model": "block/jungle_log", "x": 90 }, - "axis=x": { "model": "block/jungle_log", "x": 90, "y": 90 } - } -} diff --git a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/blockstates/jungle_planks.json b/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/blockstates/jungle_planks.json deleted file mode 100644 index 706c2ba6..00000000 --- a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/blockstates/jungle_planks.json +++ /dev/null @@ -1,5 +0,0 @@ -{ - "variants": { - "": { "model": "block/jungle_planks" } - } -} diff --git a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/blockstates/jungle_pressure_plate.json b/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/blockstates/jungle_pressure_plate.json deleted file mode 100644 index 83aaab84..00000000 --- a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/blockstates/jungle_pressure_plate.json +++ /dev/null @@ -1,6 +0,0 @@ -{ - "variants": { - "powered=false": { "model": "block/jungle_pressure_plate" }, - "powered=true": { "model": "block/jungle_pressure_plate_down" } - } -} diff --git a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/blockstates/jungle_sapling.json b/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/blockstates/jungle_sapling.json deleted file mode 100644 index 73e8eaaf..00000000 --- a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/blockstates/jungle_sapling.json +++ /dev/null @@ -1,5 +0,0 @@ -{ - "variants": { - "": { "model": "block/jungle_sapling" } - } -} diff --git a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/blockstates/jungle_sign.json b/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/blockstates/jungle_sign.json deleted file mode 100644 index d798d899..00000000 --- a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/blockstates/jungle_sign.json +++ /dev/null @@ -1,5 +0,0 @@ -{ - "variants": { - "": { "model": "block/jungle_sign" } - } -} diff --git a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/blockstates/jungle_slab.json b/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/blockstates/jungle_slab.json deleted file mode 100644 index 5687434c..00000000 --- a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/blockstates/jungle_slab.json +++ /dev/null @@ -1,7 +0,0 @@ -{ - "variants": { - "type=bottom": { "model": "block/jungle_slab" }, - "type=top": { "model": "block/jungle_slab_top" }, - "type=double": { "model": "block/jungle_planks" } - } -} diff --git a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/blockstates/jungle_stairs.json b/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/blockstates/jungle_stairs.json deleted file mode 100644 index 725f91d1..00000000 --- a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/blockstates/jungle_stairs.json +++ /dev/null @@ -1,44 +0,0 @@ -{ - "variants": { - "facing=east,half=bottom,shape=straight": { "model": "block/jungle_stairs" }, - "facing=west,half=bottom,shape=straight": { "model": "block/jungle_stairs", "y": 180, "uvlock": true }, - "facing=south,half=bottom,shape=straight": { "model": "block/jungle_stairs", "y": 90, "uvlock": true }, - "facing=north,half=bottom,shape=straight": { "model": "block/jungle_stairs", "y": 270, "uvlock": true }, - "facing=east,half=bottom,shape=outer_right": { "model": "block/jungle_stairs_outer" }, - "facing=west,half=bottom,shape=outer_right": { "model": "block/jungle_stairs_outer", "y": 180, "uvlock": true }, - "facing=south,half=bottom,shape=outer_right": { "model": "block/jungle_stairs_outer", "y": 90, "uvlock": true }, - "facing=north,half=bottom,shape=outer_right": { "model": "block/jungle_stairs_outer", "y": 270, "uvlock": true }, - "facing=east,half=bottom,shape=outer_left": { "model": "block/jungle_stairs_outer", "y": 270, "uvlock": true }, - "facing=west,half=bottom,shape=outer_left": { "model": "block/jungle_stairs_outer", "y": 90, "uvlock": true }, - "facing=south,half=bottom,shape=outer_left": { "model": "block/jungle_stairs_outer" }, - "facing=north,half=bottom,shape=outer_left": { "model": "block/jungle_stairs_outer", "y": 180, "uvlock": true }, - "facing=east,half=bottom,shape=inner_right": { "model": "block/jungle_stairs_inner" }, - "facing=west,half=bottom,shape=inner_right": { "model": "block/jungle_stairs_inner", "y": 180, "uvlock": true }, - "facing=south,half=bottom,shape=inner_right": { "model": "block/jungle_stairs_inner", "y": 90, "uvlock": true }, - "facing=north,half=bottom,shape=inner_right": { "model": "block/jungle_stairs_inner", "y": 270, "uvlock": true }, - "facing=east,half=bottom,shape=inner_left": { "model": "block/jungle_stairs_inner", "y": 270, "uvlock": true }, - "facing=west,half=bottom,shape=inner_left": { "model": "block/jungle_stairs_inner", "y": 90, "uvlock": true }, - "facing=south,half=bottom,shape=inner_left": { "model": "block/jungle_stairs_inner" }, - "facing=north,half=bottom,shape=inner_left": { "model": "block/jungle_stairs_inner", "y": 180, "uvlock": true }, - "facing=east,half=top,shape=straight": { "model": "block/jungle_stairs", "x": 180, "uvlock": true }, - "facing=west,half=top,shape=straight": { "model": "block/jungle_stairs", "x": 180, "y": 180, "uvlock": true }, - "facing=south,half=top,shape=straight": { "model": "block/jungle_stairs", "x": 180, "y": 90, "uvlock": true }, - "facing=north,half=top,shape=straight": { "model": "block/jungle_stairs", "x": 180, "y": 270, "uvlock": true }, - "facing=east,half=top,shape=outer_right": { "model": "block/jungle_stairs_outer", "x": 180, "y": 90, "uvlock": true }, - "facing=west,half=top,shape=outer_right": { "model": "block/jungle_stairs_outer", "x": 180, "y": 270, "uvlock": true }, - "facing=south,half=top,shape=outer_right": { "model": "block/jungle_stairs_outer", "x": 180, "y": 180, "uvlock": true }, - "facing=north,half=top,shape=outer_right": { "model": "block/jungle_stairs_outer", "x": 180, "uvlock": true }, - "facing=east,half=top,shape=outer_left": { "model": "block/jungle_stairs_outer", "x": 180, "uvlock": true }, - "facing=west,half=top,shape=outer_left": { "model": "block/jungle_stairs_outer", "x": 180, "y": 180, "uvlock": true }, - "facing=south,half=top,shape=outer_left": { "model": "block/jungle_stairs_outer", "x": 180, "y": 90, "uvlock": true }, - "facing=north,half=top,shape=outer_left": { "model": "block/jungle_stairs_outer", "x": 180, "y": 270, "uvlock": true }, - "facing=east,half=top,shape=inner_right": { "model": "block/jungle_stairs_inner", "x": 180, "y": 90, "uvlock": true }, - "facing=west,half=top,shape=inner_right": { "model": "block/jungle_stairs_inner", "x": 180, "y": 270, "uvlock": true }, - "facing=south,half=top,shape=inner_right": { "model": "block/jungle_stairs_inner", "x": 180, "y": 180, "uvlock": true }, - "facing=north,half=top,shape=inner_right": { "model": "block/jungle_stairs_inner", "x": 180, "uvlock": true }, - "facing=east,half=top,shape=inner_left": { "model": "block/jungle_stairs_inner", "x": 180, "uvlock": true }, - "facing=west,half=top,shape=inner_left": { "model": "block/jungle_stairs_inner", "x": 180, "y": 180, "uvlock": true }, - "facing=south,half=top,shape=inner_left": { "model": "block/jungle_stairs_inner", "x": 180, "y": 90, "uvlock": true }, - "facing=north,half=top,shape=inner_left": { "model": "block/jungle_stairs_inner", "x": 180, "y": 270, "uvlock": true } - } -} diff --git a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/blockstates/jungle_trapdoor.json b/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/blockstates/jungle_trapdoor.json deleted file mode 100644 index 1d4a7101..00000000 --- a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/blockstates/jungle_trapdoor.json +++ /dev/null @@ -1,20 +0,0 @@ -{ - "variants": { - "facing=north,half=bottom,open=false": { "model": "block/jungle_trapdoor_bottom" }, - "facing=south,half=bottom,open=false": { "model": "block/jungle_trapdoor_bottom", "y": 180 }, - "facing=east,half=bottom,open=false": { "model": "block/jungle_trapdoor_bottom", "y": 90 }, - "facing=west,half=bottom,open=false": { "model": "block/jungle_trapdoor_bottom", "y": 270 }, - "facing=north,half=top,open=false": { "model": "block/jungle_trapdoor_top" }, - "facing=south,half=top,open=false": { "model": "block/jungle_trapdoor_top", "y": 180 }, - "facing=east,half=top,open=false": { "model": "block/jungle_trapdoor_top", "y": 90 }, - "facing=west,half=top,open=false": { "model": "block/jungle_trapdoor_top", "y": 270 }, - "facing=north,half=bottom,open=true": { "model": "block/jungle_trapdoor_open" }, - "facing=south,half=bottom,open=true": { "model": "block/jungle_trapdoor_open", "y": 180 }, - "facing=east,half=bottom,open=true": { "model": "block/jungle_trapdoor_open", "y": 90 }, - "facing=west,half=bottom,open=true": { "model": "block/jungle_trapdoor_open", "y": 270 }, - "facing=north,half=top,open=true": { "model": "block/jungle_trapdoor_open", "x": 180, "y": 180 }, - "facing=south,half=top,open=true": { "model": "block/jungle_trapdoor_open", "x": 180, "y": 0 }, - "facing=east,half=top,open=true": { "model": "block/jungle_trapdoor_open", "x": 180, "y": 270 }, - "facing=west,half=top,open=true": { "model": "block/jungle_trapdoor_open", "x": 180, "y": 90 } - } -} diff --git a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/blockstates/jungle_wall_sign.json b/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/blockstates/jungle_wall_sign.json deleted file mode 100644 index d798d899..00000000 --- a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/blockstates/jungle_wall_sign.json +++ /dev/null @@ -1,5 +0,0 @@ -{ - "variants": { - "": { "model": "block/jungle_sign" } - } -} diff --git a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/blockstates/jungle_wood.json b/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/blockstates/jungle_wood.json deleted file mode 100644 index 2247b7e9..00000000 --- a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/blockstates/jungle_wood.json +++ /dev/null @@ -1,7 +0,0 @@ -{ - "variants": { - "axis=y": { "model": "block/jungle_wood" }, - "axis=z": { "model": "block/jungle_wood", "x": 90 }, - "axis=x": { "model": "block/jungle_wood", "x": 90, "y": 90 } - } -} diff --git a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/blockstates/kelp.json b/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/blockstates/kelp.json deleted file mode 100644 index 13b69d5e..00000000 --- a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/blockstates/kelp.json +++ /dev/null @@ -1,5 +0,0 @@ -{ - "variants": { - "": { "model": "block/kelp" } - } -} diff --git a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/blockstates/kelp_plant.json b/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/blockstates/kelp_plant.json deleted file mode 100644 index 4661b3d0..00000000 --- a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/blockstates/kelp_plant.json +++ /dev/null @@ -1,5 +0,0 @@ -{ - "variants": { - "": { "model": "block/kelp_plant" } - } -} diff --git a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/blockstates/ladder.json b/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/blockstates/ladder.json deleted file mode 100644 index f94e0ba0..00000000 --- a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/blockstates/ladder.json +++ /dev/null @@ -1,8 +0,0 @@ -{ - "variants": { - "facing=north": { "model": "block/ladder" }, - "facing=east": { "model": "block/ladder", "y": 90 }, - "facing=south": { "model": "block/ladder", "y": 180 }, - "facing=west": { "model": "block/ladder", "y": 270 } - } -} diff --git a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/blockstates/lantern.json b/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/blockstates/lantern.json deleted file mode 100644 index ca960d54..00000000 --- a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/blockstates/lantern.json +++ /dev/null @@ -1,6 +0,0 @@ -{ - "variants": { - "hanging=true": { "model": "block/hanging_lantern"}, - "hanging=false": { "model": "block/lantern"} - } -} diff --git a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/blockstates/lapis_block.json b/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/blockstates/lapis_block.json deleted file mode 100644 index 20cd1ad5..00000000 --- a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/blockstates/lapis_block.json +++ /dev/null @@ -1,5 +0,0 @@ -{ - "variants": { - "": { "model": "block/lapis_block" } - } -} diff --git a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/blockstates/lapis_ore.json b/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/blockstates/lapis_ore.json deleted file mode 100644 index 20157363..00000000 --- a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/blockstates/lapis_ore.json +++ /dev/null @@ -1,5 +0,0 @@ -{ - "variants": { - "": { "model": "block/lapis_ore" } - } -} diff --git a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/blockstates/large_fern.json b/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/blockstates/large_fern.json deleted file mode 100644 index aa6fe962..00000000 --- a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/blockstates/large_fern.json +++ /dev/null @@ -1,6 +0,0 @@ -{ - "variants": { - "half=lower": { "model": "block/large_fern_bottom" }, - "half=upper": { "model": "block/large_fern_top" } - } -} diff --git a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/blockstates/lava.json b/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/blockstates/lava.json deleted file mode 100644 index d6adbba4..00000000 --- a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/blockstates/lava.json +++ /dev/null @@ -1,5 +0,0 @@ -{ - "variants": { - "": { "model": "block/lava" } - } -} diff --git a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/blockstates/lectern.json b/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/blockstates/lectern.json deleted file mode 100644 index a8d6c483..00000000 --- a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/blockstates/lectern.json +++ /dev/null @@ -1,8 +0,0 @@ -{ - "variants": { - "facing=north": { "model": "block/lectern" }, - "facing=south": { "model": "block/lectern", "y": 180 }, - "facing=west": { "model": "block/lectern", "y": 270 }, - "facing=east": { "model": "block/lectern", "y": 90 } - } -} diff --git a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/blockstates/lever.json b/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/blockstates/lever.json deleted file mode 100644 index 7d672c59..00000000 --- a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/blockstates/lever.json +++ /dev/null @@ -1,28 +0,0 @@ -{ - "variants": { - "face=ceiling,facing=north,powered=false": { "model": "block/lever_on", "x": 180, "y": 180 }, - "face=ceiling,facing=east,powered=false": { "model": "block/lever_on", "x": 180, "y": 270 }, - "face=ceiling,facing=south,powered=false": { "model": "block/lever_on", "x": 180}, - "face=ceiling,facing=west,powered=false": { "model": "block/lever_on", "x": 180, "y": 90 }, - "face=floor,facing=north,powered=false": { "model": "block/lever_on" }, - "face=floor,facing=east,powered=false": { "model": "block/lever_on", "y": 90 }, - "face=floor,facing=south,powered=false": { "model": "block/lever_on", "y": 180 }, - "face=floor,facing=west,powered=false": { "model": "block/lever_on", "y": 270 }, - "face=wall,facing=north,powered=false": { "model": "block/lever_on", "x": 90 }, - "face=wall,facing=east,powered=false": { "model": "block/lever_on", "x": 90, "y": 90 }, - "face=wall,facing=south,powered=false": { "model": "block/lever_on", "x": 90, "y": 180 }, - "face=wall,facing=west,powered=false": { "model": "block/lever_on", "x": 90, "y": 270 }, - "face=ceiling,facing=north,powered=true": { "model": "block/lever", "x": 180, "y": 180 }, - "face=ceiling,facing=east,powered=true": { "model": "block/lever", "x": 180, "y": 270 }, - "face=ceiling,facing=south,powered=true": { "model": "block/lever", "x": 180}, - "face=ceiling,facing=west,powered=true": { "model": "block/lever", "x": 180, "y": 90 }, - "face=floor,facing=north,powered=true": { "model": "block/lever" }, - "face=floor,facing=east,powered=true": { "model": "block/lever", "y": 90 }, - "face=floor,facing=south,powered=true": { "model": "block/lever", "y": 180 }, - "face=floor,facing=west,powered=true": { "model": "block/lever", "y": 270 }, - "face=wall,facing=north,powered=true": { "model": "block/lever", "x": 90 }, - "face=wall,facing=east,powered=true": { "model": "block/lever", "x": 90, "y": 90 }, - "face=wall,facing=south,powered=true": { "model": "block/lever", "x": 90, "y": 180 }, - "face=wall,facing=west,powered=true": { "model": "block/lever", "x": 90, "y": 270 } - } -} diff --git a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/blockstates/light_blue_banner.json b/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/blockstates/light_blue_banner.json deleted file mode 100644 index e022788c..00000000 --- a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/blockstates/light_blue_banner.json +++ /dev/null @@ -1,5 +0,0 @@ -{ - "variants": { - "": { "model": "block/banner" } - } -} diff --git a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/blockstates/light_blue_bed.json b/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/blockstates/light_blue_bed.json deleted file mode 100644 index 8cdeb6ce..00000000 --- a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/blockstates/light_blue_bed.json +++ /dev/null @@ -1,5 +0,0 @@ -{ - "variants": { - "": { "model": "block/bed" } - } -} diff --git a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/blockstates/light_blue_carpet.json b/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/blockstates/light_blue_carpet.json deleted file mode 100644 index 41daad9b..00000000 --- a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/blockstates/light_blue_carpet.json +++ /dev/null @@ -1,5 +0,0 @@ -{ - "variants": { - "": { "model": "block/light_blue_carpet" } - } -} diff --git a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/blockstates/light_blue_concrete.json b/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/blockstates/light_blue_concrete.json deleted file mode 100644 index c02c029c..00000000 --- a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/blockstates/light_blue_concrete.json +++ /dev/null @@ -1,5 +0,0 @@ -{ - "variants": { - "": { "model": "block/light_blue_concrete" } - } -} diff --git a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/blockstates/light_blue_concrete_powder.json b/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/blockstates/light_blue_concrete_powder.json deleted file mode 100644 index fab8a19a..00000000 --- a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/blockstates/light_blue_concrete_powder.json +++ /dev/null @@ -1,10 +0,0 @@ -{ - "variants": { - "": [ - { "model": "block/light_blue_concrete_powder" }, - { "model": "block/light_blue_concrete_powder", "y": 90 }, - { "model": "block/light_blue_concrete_powder", "y": 180 }, - { "model": "block/light_blue_concrete_powder", "y": 270 } - ] - } -} diff --git a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/blockstates/light_blue_glazed_terracotta.json b/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/blockstates/light_blue_glazed_terracotta.json deleted file mode 100644 index c9fa8d1f..00000000 --- a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/blockstates/light_blue_glazed_terracotta.json +++ /dev/null @@ -1,8 +0,0 @@ -{ - "variants": { - "facing=south": { "model": "block/light_blue_glazed_terracotta" }, - "facing=west": { "model": "block/light_blue_glazed_terracotta", "y": 90 }, - "facing=north": { "model": "block/light_blue_glazed_terracotta", "y": 180 }, - "facing=east": { "model": "block/light_blue_glazed_terracotta", "y": 270 } - } -} diff --git a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/blockstates/light_blue_shulker_box.json b/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/blockstates/light_blue_shulker_box.json deleted file mode 100644 index 47e31a38..00000000 --- a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/blockstates/light_blue_shulker_box.json +++ /dev/null @@ -1,5 +0,0 @@ -{ - "variants": { - "": { "model": "block/light_blue_shulker_box" } - } -} diff --git a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/blockstates/light_blue_stained_glass.json b/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/blockstates/light_blue_stained_glass.json deleted file mode 100644 index 440449de..00000000 --- a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/blockstates/light_blue_stained_glass.json +++ /dev/null @@ -1,5 +0,0 @@ -{ - "variants": { - "": { "model": "block/light_blue_stained_glass" } - } -} diff --git a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/blockstates/light_blue_stained_glass_pane.json b/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/blockstates/light_blue_stained_glass_pane.json deleted file mode 100644 index 15114397..00000000 --- a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/blockstates/light_blue_stained_glass_pane.json +++ /dev/null @@ -1,29 +0,0 @@ -{ - "multipart": [ - { "apply": { "model": "block/light_blue_stained_glass_pane_post" }}, - { "when": { "north": true }, - "apply": { "model": "block/light_blue_stained_glass_pane_side" } - }, - { "when": { "east": true }, - "apply": { "model": "block/light_blue_stained_glass_pane_side", "y": 90 } - }, - { "when": { "south": true }, - "apply": { "model": "block/light_blue_stained_glass_pane_side_alt" } - }, - { "when": { "west": true }, - "apply": { "model": "block/light_blue_stained_glass_pane_side_alt", "y": 90 } - }, - { "when": { "north": false }, - "apply": { "model": "block/light_blue_stained_glass_pane_noside" } - }, - { "when": { "east": false }, - "apply": { "model": "block/light_blue_stained_glass_pane_noside_alt" } - }, - { "when": { "south": false }, - "apply": { "model": "block/light_blue_stained_glass_pane_noside_alt", "y": 90 } - }, - { "when": { "west": false }, - "apply": { "model": "block/light_blue_stained_glass_pane_noside", "y": 270 } - } - ] -} diff --git a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/blockstates/light_blue_terracotta.json b/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/blockstates/light_blue_terracotta.json deleted file mode 100644 index 0d22de3c..00000000 --- a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/blockstates/light_blue_terracotta.json +++ /dev/null @@ -1,5 +0,0 @@ -{ - "variants": { - "": { "model": "block/light_blue_terracotta" } - } -} diff --git a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/blockstates/light_blue_wall_banner.json b/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/blockstates/light_blue_wall_banner.json deleted file mode 100644 index e022788c..00000000 --- a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/blockstates/light_blue_wall_banner.json +++ /dev/null @@ -1,5 +0,0 @@ -{ - "variants": { - "": { "model": "block/banner" } - } -} diff --git a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/blockstates/light_blue_wool.json b/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/blockstates/light_blue_wool.json deleted file mode 100644 index 67d2ebc1..00000000 --- a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/blockstates/light_blue_wool.json +++ /dev/null @@ -1,5 +0,0 @@ -{ - "variants": { - "": { "model": "block/light_blue_wool" } - } -} diff --git a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/blockstates/light_gray_banner.json b/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/blockstates/light_gray_banner.json deleted file mode 100644 index e022788c..00000000 --- a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/blockstates/light_gray_banner.json +++ /dev/null @@ -1,5 +0,0 @@ -{ - "variants": { - "": { "model": "block/banner" } - } -} diff --git a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/blockstates/light_gray_bed.json b/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/blockstates/light_gray_bed.json deleted file mode 100644 index 8cdeb6ce..00000000 --- a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/blockstates/light_gray_bed.json +++ /dev/null @@ -1,5 +0,0 @@ -{ - "variants": { - "": { "model": "block/bed" } - } -} diff --git a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/blockstates/light_gray_carpet.json b/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/blockstates/light_gray_carpet.json deleted file mode 100644 index 8ba2c1ae..00000000 --- a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/blockstates/light_gray_carpet.json +++ /dev/null @@ -1,5 +0,0 @@ -{ - "variants": { - "": { "model": "block/light_gray_carpet" } - } -} diff --git a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/blockstates/light_gray_concrete.json b/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/blockstates/light_gray_concrete.json deleted file mode 100644 index d2902af5..00000000 --- a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/blockstates/light_gray_concrete.json +++ /dev/null @@ -1,5 +0,0 @@ -{ - "variants": { - "": { "model": "block/light_gray_concrete" } - } -} diff --git a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/blockstates/light_gray_concrete_powder.json b/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/blockstates/light_gray_concrete_powder.json deleted file mode 100644 index 506582f0..00000000 --- a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/blockstates/light_gray_concrete_powder.json +++ /dev/null @@ -1,10 +0,0 @@ -{ - "variants": { - "": [ - { "model": "block/light_gray_concrete_powder" }, - { "model": "block/light_gray_concrete_powder", "y": 90 }, - { "model": "block/light_gray_concrete_powder", "y": 180 }, - { "model": "block/light_gray_concrete_powder", "y": 270 } - ] - } -} diff --git a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/blockstates/light_gray_glazed_terracotta.json b/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/blockstates/light_gray_glazed_terracotta.json deleted file mode 100644 index 351f51f4..00000000 --- a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/blockstates/light_gray_glazed_terracotta.json +++ /dev/null @@ -1,8 +0,0 @@ -{ - "variants": { - "facing=south": { "model": "block/light_gray_glazed_terracotta" }, - "facing=west": { "model": "block/light_gray_glazed_terracotta", "y": 90 }, - "facing=north": { "model": "block/light_gray_glazed_terracotta", "y": 180 }, - "facing=east": { "model": "block/light_gray_glazed_terracotta", "y": 270 } - } -} diff --git a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/blockstates/light_gray_shulker_box.json b/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/blockstates/light_gray_shulker_box.json deleted file mode 100644 index 03c77040..00000000 --- a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/blockstates/light_gray_shulker_box.json +++ /dev/null @@ -1,5 +0,0 @@ -{ - "variants": { - "": { "model": "block/light_gray_shulker_box" } - } -} diff --git a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/blockstates/light_gray_stained_glass.json b/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/blockstates/light_gray_stained_glass.json deleted file mode 100644 index 28aa79ae..00000000 --- a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/blockstates/light_gray_stained_glass.json +++ /dev/null @@ -1,5 +0,0 @@ -{ - "variants": { - "": { "model": "block/light_gray_stained_glass" } - } -} diff --git a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/blockstates/light_gray_stained_glass_pane.json b/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/blockstates/light_gray_stained_glass_pane.json deleted file mode 100644 index b9e07a49..00000000 --- a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/blockstates/light_gray_stained_glass_pane.json +++ /dev/null @@ -1,29 +0,0 @@ -{ - "multipart": [ - { "apply": { "model": "block/light_gray_stained_glass_pane_post" }}, - { "when": { "north": true }, - "apply": { "model": "block/light_gray_stained_glass_pane_side" } - }, - { "when": { "east": true }, - "apply": { "model": "block/light_gray_stained_glass_pane_side", "y": 90 } - }, - { "when": { "south": true }, - "apply": { "model": "block/light_gray_stained_glass_pane_side_alt" } - }, - { "when": { "west": true }, - "apply": { "model": "block/light_gray_stained_glass_pane_side_alt", "y": 90 } - }, - { "when": { "north": false }, - "apply": { "model": "block/light_gray_stained_glass_pane_noside" } - }, - { "when": { "east": false }, - "apply": { "model": "block/light_gray_stained_glass_pane_noside_alt" } - }, - { "when": { "south": false }, - "apply": { "model": "block/light_gray_stained_glass_pane_noside_alt", "y": 90 } - }, - { "when": { "west": false }, - "apply": { "model": "block/light_gray_stained_glass_pane_noside", "y": 270 } - } - ] -} diff --git a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/blockstates/light_gray_terracotta.json b/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/blockstates/light_gray_terracotta.json deleted file mode 100644 index a8d8de20..00000000 --- a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/blockstates/light_gray_terracotta.json +++ /dev/null @@ -1,5 +0,0 @@ -{ - "variants": { - "": { "model": "block/light_gray_terracotta" } - } -} diff --git a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/blockstates/light_gray_wall_banner.json b/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/blockstates/light_gray_wall_banner.json deleted file mode 100644 index e022788c..00000000 --- a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/blockstates/light_gray_wall_banner.json +++ /dev/null @@ -1,5 +0,0 @@ -{ - "variants": { - "": { "model": "block/banner" } - } -} diff --git a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/blockstates/light_gray_wool.json b/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/blockstates/light_gray_wool.json deleted file mode 100644 index fe2ad735..00000000 --- a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/blockstates/light_gray_wool.json +++ /dev/null @@ -1,5 +0,0 @@ -{ - "variants": { - "": { "model": "block/light_gray_wool" } - } -} diff --git a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/blockstates/light_weighted_pressure_plate.json b/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/blockstates/light_weighted_pressure_plate.json deleted file mode 100644 index fabc41ef..00000000 --- a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/blockstates/light_weighted_pressure_plate.json +++ /dev/null @@ -1,20 +0,0 @@ -{ - "variants": { - "power=0": { "model": "block/light_weighted_pressure_plate" }, - "power=1": { "model": "block/light_weighted_pressure_plate_down" }, - "power=2": { "model": "block/light_weighted_pressure_plate_down" }, - "power=3": { "model": "block/light_weighted_pressure_plate_down" }, - "power=4": { "model": "block/light_weighted_pressure_plate_down" }, - "power=5": { "model": "block/light_weighted_pressure_plate_down" }, - "power=6": { "model": "block/light_weighted_pressure_plate_down" }, - "power=7": { "model": "block/light_weighted_pressure_plate_down" }, - "power=8": { "model": "block/light_weighted_pressure_plate_down" }, - "power=9": { "model": "block/light_weighted_pressure_plate_down" }, - "power=10": { "model": "block/light_weighted_pressure_plate_down" }, - "power=11": { "model": "block/light_weighted_pressure_plate_down" }, - "power=12": { "model": "block/light_weighted_pressure_plate_down" }, - "power=13": { "model": "block/light_weighted_pressure_plate_down" }, - "power=14": { "model": "block/light_weighted_pressure_plate_down" }, - "power=15": { "model": "block/light_weighted_pressure_plate_down" } - } -} diff --git a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/blockstates/lilac.json b/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/blockstates/lilac.json deleted file mode 100644 index 2af53595..00000000 --- a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/blockstates/lilac.json +++ /dev/null @@ -1,6 +0,0 @@ -{ - "variants": { - "half=lower": { "model": "block/lilac_bottom" }, - "half=upper": { "model": "block/lilac_top" } - } -} diff --git a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/blockstates/lily_of_the_valley.json b/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/blockstates/lily_of_the_valley.json deleted file mode 100644 index 6d833019..00000000 --- a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/blockstates/lily_of_the_valley.json +++ /dev/null @@ -1,5 +0,0 @@ -{ - "variants": { - "": { "model": "block/lily_of_the_valley" } - } -} diff --git a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/blockstates/lily_pad.json b/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/blockstates/lily_pad.json deleted file mode 100644 index 5eeb1260..00000000 --- a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/blockstates/lily_pad.json +++ /dev/null @@ -1,10 +0,0 @@ -{ - "variants": { - "": [ - { "model": "block/lily_pad" }, - { "model": "block/lily_pad", "y": 90 }, - { "model": "block/lily_pad", "y": 180 }, - { "model": "block/lily_pad", "y": 270 } - ] - } -} diff --git a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/blockstates/lime_banner.json b/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/blockstates/lime_banner.json deleted file mode 100644 index e022788c..00000000 --- a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/blockstates/lime_banner.json +++ /dev/null @@ -1,5 +0,0 @@ -{ - "variants": { - "": { "model": "block/banner" } - } -} diff --git a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/blockstates/lime_bed.json b/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/blockstates/lime_bed.json deleted file mode 100644 index 8cdeb6ce..00000000 --- a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/blockstates/lime_bed.json +++ /dev/null @@ -1,5 +0,0 @@ -{ - "variants": { - "": { "model": "block/bed" } - } -} diff --git a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/blockstates/lime_carpet.json b/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/blockstates/lime_carpet.json deleted file mode 100644 index a968add8..00000000 --- a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/blockstates/lime_carpet.json +++ /dev/null @@ -1,5 +0,0 @@ -{ - "variants": { - "": { "model": "block/lime_carpet" } - } -} diff --git a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/blockstates/lime_concrete.json b/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/blockstates/lime_concrete.json deleted file mode 100644 index 36419b13..00000000 --- a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/blockstates/lime_concrete.json +++ /dev/null @@ -1,5 +0,0 @@ -{ - "variants": { - "": { "model": "block/lime_concrete" } - } -} diff --git a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/blockstates/lime_concrete_powder.json b/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/blockstates/lime_concrete_powder.json deleted file mode 100644 index 3243f023..00000000 --- a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/blockstates/lime_concrete_powder.json +++ /dev/null @@ -1,10 +0,0 @@ -{ - "variants": { - "": [ - { "model": "block/lime_concrete_powder" }, - { "model": "block/lime_concrete_powder", "y": 90 }, - { "model": "block/lime_concrete_powder", "y": 180 }, - { "model": "block/lime_concrete_powder", "y": 270 } - ] - } -} diff --git a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/blockstates/lime_glazed_terracotta.json b/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/blockstates/lime_glazed_terracotta.json deleted file mode 100644 index 6d89619d..00000000 --- a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/blockstates/lime_glazed_terracotta.json +++ /dev/null @@ -1,8 +0,0 @@ -{ - "variants": { - "facing=south": { "model": "block/lime_glazed_terracotta" }, - "facing=west": { "model": "block/lime_glazed_terracotta", "y": 90 }, - "facing=north": { "model": "block/lime_glazed_terracotta", "y": 180 }, - "facing=east": { "model": "block/lime_glazed_terracotta", "y": 270 } - } -} diff --git a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/blockstates/lime_shulker_box.json b/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/blockstates/lime_shulker_box.json deleted file mode 100644 index e84597dd..00000000 --- a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/blockstates/lime_shulker_box.json +++ /dev/null @@ -1,5 +0,0 @@ -{ - "variants": { - "": { "model": "block/lime_shulker_box" } - } -} diff --git a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/blockstates/lime_stained_glass.json b/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/blockstates/lime_stained_glass.json deleted file mode 100644 index e060289a..00000000 --- a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/blockstates/lime_stained_glass.json +++ /dev/null @@ -1,5 +0,0 @@ -{ - "variants": { - "": { "model": "block/lime_stained_glass" } - } -} diff --git a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/blockstates/lime_stained_glass_pane.json b/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/blockstates/lime_stained_glass_pane.json deleted file mode 100644 index 5384be0e..00000000 --- a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/blockstates/lime_stained_glass_pane.json +++ /dev/null @@ -1,29 +0,0 @@ -{ - "multipart": [ - { "apply": { "model": "block/lime_stained_glass_pane_post" }}, - { "when": { "north": true }, - "apply": { "model": "block/lime_stained_glass_pane_side" } - }, - { "when": { "east": true }, - "apply": { "model": "block/lime_stained_glass_pane_side", "y": 90 } - }, - { "when": { "south": true }, - "apply": { "model": "block/lime_stained_glass_pane_side_alt" } - }, - { "when": { "west": true }, - "apply": { "model": "block/lime_stained_glass_pane_side_alt", "y": 90 } - }, - { "when": { "north": false }, - "apply": { "model": "block/lime_stained_glass_pane_noside" } - }, - { "when": { "east": false }, - "apply": { "model": "block/lime_stained_glass_pane_noside_alt" } - }, - { "when": { "south": false }, - "apply": { "model": "block/lime_stained_glass_pane_noside_alt", "y": 90 } - }, - { "when": { "west": false }, - "apply": { "model": "block/lime_stained_glass_pane_noside", "y": 270 } - } - ] -} diff --git a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/blockstates/lime_terracotta.json b/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/blockstates/lime_terracotta.json deleted file mode 100644 index 13b0e685..00000000 --- a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/blockstates/lime_terracotta.json +++ /dev/null @@ -1,5 +0,0 @@ -{ - "variants": { - "": { "model": "block/lime_terracotta" } - } -} diff --git a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/blockstates/lime_wall_banner.json b/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/blockstates/lime_wall_banner.json deleted file mode 100644 index e022788c..00000000 --- a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/blockstates/lime_wall_banner.json +++ /dev/null @@ -1,5 +0,0 @@ -{ - "variants": { - "": { "model": "block/banner" } - } -} diff --git a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/blockstates/lime_wool.json b/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/blockstates/lime_wool.json deleted file mode 100644 index f8eaee27..00000000 --- a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/blockstates/lime_wool.json +++ /dev/null @@ -1,5 +0,0 @@ -{ - "variants": { - "": { "model": "block/lime_wool" } - } -} diff --git a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/blockstates/loom.json b/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/blockstates/loom.json deleted file mode 100644 index 0c8c9615..00000000 --- a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/blockstates/loom.json +++ /dev/null @@ -1,8 +0,0 @@ -{ - "variants": { - "facing=north": { "model": "block/loom" }, - "facing=south": { "model": "block/loom", "y": 180 }, - "facing=west": { "model": "block/loom", "y": 270 }, - "facing=east": { "model": "block/loom", "y": 90 } - } -} diff --git a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/blockstates/magenta_banner.json b/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/blockstates/magenta_banner.json deleted file mode 100644 index e022788c..00000000 --- a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/blockstates/magenta_banner.json +++ /dev/null @@ -1,5 +0,0 @@ -{ - "variants": { - "": { "model": "block/banner" } - } -} diff --git a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/blockstates/magenta_bed.json b/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/blockstates/magenta_bed.json deleted file mode 100644 index 8cdeb6ce..00000000 --- a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/blockstates/magenta_bed.json +++ /dev/null @@ -1,5 +0,0 @@ -{ - "variants": { - "": { "model": "block/bed" } - } -} diff --git a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/blockstates/magenta_carpet.json b/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/blockstates/magenta_carpet.json deleted file mode 100644 index 655bdc5b..00000000 --- a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/blockstates/magenta_carpet.json +++ /dev/null @@ -1,5 +0,0 @@ -{ - "variants": { - "": { "model": "block/magenta_carpet" } - } -} diff --git a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/blockstates/magenta_concrete.json b/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/blockstates/magenta_concrete.json deleted file mode 100644 index 6bcc25b6..00000000 --- a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/blockstates/magenta_concrete.json +++ /dev/null @@ -1,5 +0,0 @@ -{ - "variants": { - "": { "model": "block/magenta_concrete" } - } -} diff --git a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/blockstates/magenta_concrete_powder.json b/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/blockstates/magenta_concrete_powder.json deleted file mode 100644 index e1b54c68..00000000 --- a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/blockstates/magenta_concrete_powder.json +++ /dev/null @@ -1,10 +0,0 @@ -{ - "variants": { - "": [ - { "model": "block/magenta_concrete_powder" }, - { "model": "block/magenta_concrete_powder", "y": 90 }, - { "model": "block/magenta_concrete_powder", "y": 180 }, - { "model": "block/magenta_concrete_powder", "y": 270 } - ] - } -} diff --git a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/blockstates/magenta_glazed_terracotta.json b/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/blockstates/magenta_glazed_terracotta.json deleted file mode 100644 index fa07b030..00000000 --- a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/blockstates/magenta_glazed_terracotta.json +++ /dev/null @@ -1,8 +0,0 @@ -{ - "variants": { - "facing=south": { "model": "block/magenta_glazed_terracotta" }, - "facing=west": { "model": "block/magenta_glazed_terracotta", "y": 90 }, - "facing=north": { "model": "block/magenta_glazed_terracotta", "y": 180 }, - "facing=east": { "model": "block/magenta_glazed_terracotta", "y": 270 } - } -} diff --git a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/blockstates/magenta_shulker_box.json b/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/blockstates/magenta_shulker_box.json deleted file mode 100644 index b45f2c48..00000000 --- a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/blockstates/magenta_shulker_box.json +++ /dev/null @@ -1,5 +0,0 @@ -{ - "variants": { - "": { "model": "block/magenta_shulker_box" } - } -} diff --git a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/blockstates/magenta_stained_glass.json b/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/blockstates/magenta_stained_glass.json deleted file mode 100644 index 3a29764e..00000000 --- a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/blockstates/magenta_stained_glass.json +++ /dev/null @@ -1,5 +0,0 @@ -{ - "variants": { - "": { "model": "block/magenta_stained_glass" } - } -} diff --git a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/blockstates/magenta_stained_glass_pane.json b/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/blockstates/magenta_stained_glass_pane.json deleted file mode 100644 index 4e8c80d3..00000000 --- a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/blockstates/magenta_stained_glass_pane.json +++ /dev/null @@ -1,29 +0,0 @@ -{ - "multipart": [ - { "apply": { "model": "block/magenta_stained_glass_pane_post" }}, - { "when": { "north": true }, - "apply": { "model": "block/magenta_stained_glass_pane_side" } - }, - { "when": { "east": true }, - "apply": { "model": "block/magenta_stained_glass_pane_side", "y": 90 } - }, - { "when": { "south": true }, - "apply": { "model": "block/magenta_stained_glass_pane_side_alt" } - }, - { "when": { "west": true }, - "apply": { "model": "block/magenta_stained_glass_pane_side_alt", "y": 90 } - }, - { "when": { "north": false }, - "apply": { "model": "block/magenta_stained_glass_pane_noside" } - }, - { "when": { "east": false }, - "apply": { "model": "block/magenta_stained_glass_pane_noside_alt" } - }, - { "when": { "south": false }, - "apply": { "model": "block/magenta_stained_glass_pane_noside_alt", "y": 90 } - }, - { "when": { "west": false }, - "apply": { "model": "block/magenta_stained_glass_pane_noside", "y": 270 } - } - ] -} diff --git a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/blockstates/magenta_terracotta.json b/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/blockstates/magenta_terracotta.json deleted file mode 100644 index 1980a081..00000000 --- a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/blockstates/magenta_terracotta.json +++ /dev/null @@ -1,5 +0,0 @@ -{ - "variants": { - "": { "model": "block/magenta_terracotta" } - } -} diff --git a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/blockstates/magenta_wall_banner.json b/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/blockstates/magenta_wall_banner.json deleted file mode 100644 index e022788c..00000000 --- a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/blockstates/magenta_wall_banner.json +++ /dev/null @@ -1,5 +0,0 @@ -{ - "variants": { - "": { "model": "block/banner" } - } -} diff --git a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/blockstates/magenta_wool.json b/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/blockstates/magenta_wool.json deleted file mode 100644 index 74fcb569..00000000 --- a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/blockstates/magenta_wool.json +++ /dev/null @@ -1,5 +0,0 @@ -{ - "variants": { - "": { "model": "block/magenta_wool" } - } -} diff --git a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/blockstates/magma_block.json b/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/blockstates/magma_block.json deleted file mode 100644 index 133c4a07..00000000 --- a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/blockstates/magma_block.json +++ /dev/null @@ -1,5 +0,0 @@ -{ - "variants": { - "": { "model": "block/magma_block" } - } -} diff --git a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/blockstates/melon.json b/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/blockstates/melon.json deleted file mode 100644 index e7264597..00000000 --- a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/blockstates/melon.json +++ /dev/null @@ -1,5 +0,0 @@ -{ - "variants": { - "": { "model": "block/melon" } - } -} diff --git a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/blockstates/melon_stem.json b/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/blockstates/melon_stem.json deleted file mode 100644 index a390bc83..00000000 --- a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/blockstates/melon_stem.json +++ /dev/null @@ -1,12 +0,0 @@ -{ - "variants": { - "age=0": { "model": "block/melon_stem_stage0" }, - "age=1": { "model": "block/melon_stem_stage1" }, - "age=2": { "model": "block/melon_stem_stage2" }, - "age=3": { "model": "block/melon_stem_stage3" }, - "age=4": { "model": "block/melon_stem_stage4" }, - "age=5": { "model": "block/melon_stem_stage5" }, - "age=6": { "model": "block/melon_stem_stage6" }, - "age=7": { "model": "block/melon_stem_stage7" } - } -} diff --git a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/blockstates/mossy_cobblestone.json b/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/blockstates/mossy_cobblestone.json deleted file mode 100644 index 0fe122d2..00000000 --- a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/blockstates/mossy_cobblestone.json +++ /dev/null @@ -1,5 +0,0 @@ -{ - "variants": { - "": { "model": "block/mossy_cobblestone" } - } -} diff --git a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/blockstates/mossy_cobblestone_slab.json b/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/blockstates/mossy_cobblestone_slab.json deleted file mode 100644 index 1b598134..00000000 --- a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/blockstates/mossy_cobblestone_slab.json +++ /dev/null @@ -1,7 +0,0 @@ -{ - "variants": { - "type=bottom": { "model": "block/mossy_cobblestone_slab" }, - "type=top": { "model": "block/mossy_cobblestone_slab_top" }, - "type=double": { "model": "block/mossy_cobblestone" } - } -} diff --git a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/blockstates/mossy_cobblestone_stairs.json b/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/blockstates/mossy_cobblestone_stairs.json deleted file mode 100644 index d41f951d..00000000 --- a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/blockstates/mossy_cobblestone_stairs.json +++ /dev/null @@ -1,44 +0,0 @@ -{ - "variants": { - "facing=east,half=bottom,shape=straight": { "model": "block/mossy_cobblestone_stairs" }, - "facing=west,half=bottom,shape=straight": { "model": "block/mossy_cobblestone_stairs", "y": 180, "uvlock": true }, - "facing=south,half=bottom,shape=straight": { "model": "block/mossy_cobblestone_stairs", "y": 90, "uvlock": true }, - "facing=north,half=bottom,shape=straight": { "model": "block/mossy_cobblestone_stairs", "y": 270, "uvlock": true }, - "facing=east,half=bottom,shape=outer_right": { "model": "block/mossy_cobblestone_stairs_outer" }, - "facing=west,half=bottom,shape=outer_right": { "model": "block/mossy_cobblestone_stairs_outer", "y": 180, "uvlock": true }, - "facing=south,half=bottom,shape=outer_right": { "model": "block/mossy_cobblestone_stairs_outer", "y": 90, "uvlock": true }, - "facing=north,half=bottom,shape=outer_right": { "model": "block/mossy_cobblestone_stairs_outer", "y": 270, "uvlock": true }, - "facing=east,half=bottom,shape=outer_left": { "model": "block/mossy_cobblestone_stairs_outer", "y": 270, "uvlock": true }, - "facing=west,half=bottom,shape=outer_left": { "model": "block/mossy_cobblestone_stairs_outer", "y": 90, "uvlock": true }, - "facing=south,half=bottom,shape=outer_left": { "model": "block/mossy_cobblestone_stairs_outer" }, - "facing=north,half=bottom,shape=outer_left": { "model": "block/mossy_cobblestone_stairs_outer", "y": 180, "uvlock": true }, - "facing=east,half=bottom,shape=inner_right": { "model": "block/mossy_cobblestone_stairs_inner" }, - "facing=west,half=bottom,shape=inner_right": { "model": "block/mossy_cobblestone_stairs_inner", "y": 180, "uvlock": true }, - "facing=south,half=bottom,shape=inner_right": { "model": "block/mossy_cobblestone_stairs_inner", "y": 90, "uvlock": true }, - "facing=north,half=bottom,shape=inner_right": { "model": "block/mossy_cobblestone_stairs_inner", "y": 270, "uvlock": true }, - "facing=east,half=bottom,shape=inner_left": { "model": "block/mossy_cobblestone_stairs_inner", "y": 270, "uvlock": true }, - "facing=west,half=bottom,shape=inner_left": { "model": "block/mossy_cobblestone_stairs_inner", "y": 90, "uvlock": true }, - "facing=south,half=bottom,shape=inner_left": { "model": "block/mossy_cobblestone_stairs_inner" }, - "facing=north,half=bottom,shape=inner_left": { "model": "block/mossy_cobblestone_stairs_inner", "y": 180, "uvlock": true }, - "facing=east,half=top,shape=straight": { "model": "block/mossy_cobblestone_stairs", "x": 180, "uvlock": true }, - "facing=west,half=top,shape=straight": { "model": "block/mossy_cobblestone_stairs", "x": 180, "y": 180, "uvlock": true }, - "facing=south,half=top,shape=straight": { "model": "block/mossy_cobblestone_stairs", "x": 180, "y": 90, "uvlock": true }, - "facing=north,half=top,shape=straight": { "model": "block/mossy_cobblestone_stairs", "x": 180, "y": 270, "uvlock": true }, - "facing=east,half=top,shape=outer_right": { "model": "block/mossy_cobblestone_stairs_outer", "x": 180, "y": 90, "uvlock": true }, - "facing=west,half=top,shape=outer_right": { "model": "block/mossy_cobblestone_stairs_outer", "x": 180, "y": 270, "uvlock": true }, - "facing=south,half=top,shape=outer_right": { "model": "block/mossy_cobblestone_stairs_outer", "x": 180, "y": 180, "uvlock": true }, - "facing=north,half=top,shape=outer_right": { "model": "block/mossy_cobblestone_stairs_outer", "x": 180, "uvlock": true }, - "facing=east,half=top,shape=outer_left": { "model": "block/mossy_cobblestone_stairs_outer", "x": 180, "uvlock": true }, - "facing=west,half=top,shape=outer_left": { "model": "block/mossy_cobblestone_stairs_outer", "x": 180, "y": 180, "uvlock": true }, - "facing=south,half=top,shape=outer_left": { "model": "block/mossy_cobblestone_stairs_outer", "x": 180, "y": 90, "uvlock": true }, - "facing=north,half=top,shape=outer_left": { "model": "block/mossy_cobblestone_stairs_outer", "x": 180, "y": 270, "uvlock": true }, - "facing=east,half=top,shape=inner_right": { "model": "block/mossy_cobblestone_stairs_inner", "x": 180, "y": 90, "uvlock": true }, - "facing=west,half=top,shape=inner_right": { "model": "block/mossy_cobblestone_stairs_inner", "x": 180, "y": 270, "uvlock": true }, - "facing=south,half=top,shape=inner_right": { "model": "block/mossy_cobblestone_stairs_inner", "x": 180, "y": 180, "uvlock": true }, - "facing=north,half=top,shape=inner_right": { "model": "block/mossy_cobblestone_stairs_inner", "x": 180, "uvlock": true }, - "facing=east,half=top,shape=inner_left": { "model": "block/mossy_cobblestone_stairs_inner", "x": 180, "uvlock": true }, - "facing=west,half=top,shape=inner_left": { "model": "block/mossy_cobblestone_stairs_inner", "x": 180, "y": 180, "uvlock": true }, - "facing=south,half=top,shape=inner_left": { "model": "block/mossy_cobblestone_stairs_inner", "x": 180, "y": 90, "uvlock": true }, - "facing=north,half=top,shape=inner_left": { "model": "block/mossy_cobblestone_stairs_inner", "x": 180, "y": 270, "uvlock": true } - } -} diff --git a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/blockstates/mossy_cobblestone_wall.json b/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/blockstates/mossy_cobblestone_wall.json deleted file mode 100644 index 4291f237..00000000 --- a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/blockstates/mossy_cobblestone_wall.json +++ /dev/null @@ -1,19 +0,0 @@ -{ - "multipart": [ - { "when": { "up": true }, - "apply": { "model": "block/mossy_cobblestone_wall_post" } - }, - { "when": { "north": true }, - "apply": { "model": "block/mossy_cobblestone_wall_side", "uvlock": true } - }, - { "when": { "east": true }, - "apply": { "model": "block/mossy_cobblestone_wall_side", "y": 90, "uvlock": true } - }, - { "when": { "south": true }, - "apply": { "model": "block/mossy_cobblestone_wall_side", "y": 180, "uvlock": true } - }, - { "when": { "west": true }, - "apply": { "model": "block/mossy_cobblestone_wall_side", "y": 270, "uvlock": true } - } - ] -} diff --git a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/blockstates/mossy_stone_brick_slab.json b/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/blockstates/mossy_stone_brick_slab.json deleted file mode 100644 index e69b322f..00000000 --- a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/blockstates/mossy_stone_brick_slab.json +++ /dev/null @@ -1,7 +0,0 @@ -{ - "variants": { - "type=bottom": { "model": "block/mossy_stone_brick_slab" }, - "type=top": { "model": "block/mossy_stone_brick_slab_top" }, - "type=double": { "model": "block/mossy_stone_bricks" } - } -} diff --git a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/blockstates/mossy_stone_brick_stairs.json b/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/blockstates/mossy_stone_brick_stairs.json deleted file mode 100644 index b92e2033..00000000 --- a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/blockstates/mossy_stone_brick_stairs.json +++ /dev/null @@ -1,44 +0,0 @@ -{ - "variants": { - "facing=east,half=bottom,shape=straight": { "model": "block/mossy_stone_brick_stairs" }, - "facing=west,half=bottom,shape=straight": { "model": "block/mossy_stone_brick_stairs", "y": 180, "uvlock": true }, - "facing=south,half=bottom,shape=straight": { "model": "block/mossy_stone_brick_stairs", "y": 90, "uvlock": true }, - "facing=north,half=bottom,shape=straight": { "model": "block/mossy_stone_brick_stairs", "y": 270, "uvlock": true }, - "facing=east,half=bottom,shape=outer_right": { "model": "block/mossy_stone_brick_stairs_outer" }, - "facing=west,half=bottom,shape=outer_right": { "model": "block/mossy_stone_brick_stairs_outer", "y": 180, "uvlock": true }, - "facing=south,half=bottom,shape=outer_right": { "model": "block/mossy_stone_brick_stairs_outer", "y": 90, "uvlock": true }, - "facing=north,half=bottom,shape=outer_right": { "model": "block/mossy_stone_brick_stairs_outer", "y": 270, "uvlock": true }, - "facing=east,half=bottom,shape=outer_left": { "model": "block/mossy_stone_brick_stairs_outer", "y": 270, "uvlock": true }, - "facing=west,half=bottom,shape=outer_left": { "model": "block/mossy_stone_brick_stairs_outer", "y": 90, "uvlock": true }, - "facing=south,half=bottom,shape=outer_left": { "model": "block/mossy_stone_brick_stairs_outer" }, - "facing=north,half=bottom,shape=outer_left": { "model": "block/mossy_stone_brick_stairs_outer", "y": 180, "uvlock": true }, - "facing=east,half=bottom,shape=inner_right": { "model": "block/mossy_stone_brick_stairs_inner" }, - "facing=west,half=bottom,shape=inner_right": { "model": "block/mossy_stone_brick_stairs_inner", "y": 180, "uvlock": true }, - "facing=south,half=bottom,shape=inner_right": { "model": "block/mossy_stone_brick_stairs_inner", "y": 90, "uvlock": true }, - "facing=north,half=bottom,shape=inner_right": { "model": "block/mossy_stone_brick_stairs_inner", "y": 270, "uvlock": true }, - "facing=east,half=bottom,shape=inner_left": { "model": "block/mossy_stone_brick_stairs_inner", "y": 270, "uvlock": true }, - "facing=west,half=bottom,shape=inner_left": { "model": "block/mossy_stone_brick_stairs_inner", "y": 90, "uvlock": true }, - "facing=south,half=bottom,shape=inner_left": { "model": "block/mossy_stone_brick_stairs_inner" }, - "facing=north,half=bottom,shape=inner_left": { "model": "block/mossy_stone_brick_stairs_inner", "y": 180, "uvlock": true }, - "facing=east,half=top,shape=straight": { "model": "block/mossy_stone_brick_stairs", "x": 180, "uvlock": true }, - "facing=west,half=top,shape=straight": { "model": "block/mossy_stone_brick_stairs", "x": 180, "y": 180, "uvlock": true }, - "facing=south,half=top,shape=straight": { "model": "block/mossy_stone_brick_stairs", "x": 180, "y": 90, "uvlock": true }, - "facing=north,half=top,shape=straight": { "model": "block/mossy_stone_brick_stairs", "x": 180, "y": 270, "uvlock": true }, - "facing=east,half=top,shape=outer_right": { "model": "block/mossy_stone_brick_stairs_outer", "x": 180, "y": 90, "uvlock": true }, - "facing=west,half=top,shape=outer_right": { "model": "block/mossy_stone_brick_stairs_outer", "x": 180, "y": 270, "uvlock": true }, - "facing=south,half=top,shape=outer_right": { "model": "block/mossy_stone_brick_stairs_outer", "x": 180, "y": 180, "uvlock": true }, - "facing=north,half=top,shape=outer_right": { "model": "block/mossy_stone_brick_stairs_outer", "x": 180, "uvlock": true }, - "facing=east,half=top,shape=outer_left": { "model": "block/mossy_stone_brick_stairs_outer", "x": 180, "uvlock": true }, - "facing=west,half=top,shape=outer_left": { "model": "block/mossy_stone_brick_stairs_outer", "x": 180, "y": 180, "uvlock": true }, - "facing=south,half=top,shape=outer_left": { "model": "block/mossy_stone_brick_stairs_outer", "x": 180, "y": 90, "uvlock": true }, - "facing=north,half=top,shape=outer_left": { "model": "block/mossy_stone_brick_stairs_outer", "x": 180, "y": 270, "uvlock": true }, - "facing=east,half=top,shape=inner_right": { "model": "block/mossy_stone_brick_stairs_inner", "x": 180, "y": 90, "uvlock": true }, - "facing=west,half=top,shape=inner_right": { "model": "block/mossy_stone_brick_stairs_inner", "x": 180, "y": 270, "uvlock": true }, - "facing=south,half=top,shape=inner_right": { "model": "block/mossy_stone_brick_stairs_inner", "x": 180, "y": 180, "uvlock": true }, - "facing=north,half=top,shape=inner_right": { "model": "block/mossy_stone_brick_stairs_inner", "x": 180, "uvlock": true }, - "facing=east,half=top,shape=inner_left": { "model": "block/mossy_stone_brick_stairs_inner", "x": 180, "uvlock": true }, - "facing=west,half=top,shape=inner_left": { "model": "block/mossy_stone_brick_stairs_inner", "x": 180, "y": 180, "uvlock": true }, - "facing=south,half=top,shape=inner_left": { "model": "block/mossy_stone_brick_stairs_inner", "x": 180, "y": 90, "uvlock": true }, - "facing=north,half=top,shape=inner_left": { "model": "block/mossy_stone_brick_stairs_inner", "x": 180, "y": 270, "uvlock": true } - } -} diff --git a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/blockstates/mossy_stone_brick_wall.json b/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/blockstates/mossy_stone_brick_wall.json deleted file mode 100644 index 805c1400..00000000 --- a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/blockstates/mossy_stone_brick_wall.json +++ /dev/null @@ -1,19 +0,0 @@ -{ - "multipart": [ - { "when": { "up": "true" }, - "apply": { "model": "block/mossy_stone_brick_wall_post" } - }, - { "when": { "north": "true" }, - "apply": { "model": "block/mossy_stone_brick_wall_side", "uvlock": true } - }, - { "when": { "east": "true" }, - "apply": { "model": "block/mossy_stone_brick_wall_side", "y": 90, "uvlock": true } - }, - { "when": { "south": "true" }, - "apply": { "model": "block/mossy_stone_brick_wall_side", "y": 180, "uvlock": true } - }, - { "when": { "west": "true" }, - "apply": { "model": "block/mossy_stone_brick_wall_side", "y": 270, "uvlock": true } - } - ] -} diff --git a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/blockstates/mossy_stone_bricks.json b/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/blockstates/mossy_stone_bricks.json deleted file mode 100644 index 09f65d9a..00000000 --- a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/blockstates/mossy_stone_bricks.json +++ /dev/null @@ -1,5 +0,0 @@ -{ - "variants": { - "": { "model": "block/mossy_stone_bricks" } - } -} diff --git a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/blockstates/moving_piston.json b/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/blockstates/moving_piston.json deleted file mode 100644 index 18a3412d..00000000 --- a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/blockstates/moving_piston.json +++ /dev/null @@ -1,5 +0,0 @@ -{ - "variants": { - "": { "model": "block/moving_piston" } - } -} diff --git a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/blockstates/mushroom_stem.json b/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/blockstates/mushroom_stem.json deleted file mode 100644 index f7cfa5a9..00000000 --- a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/blockstates/mushroom_stem.json +++ /dev/null @@ -1,40 +0,0 @@ -{ - "multipart": [ - { "when": { "north": true }, - "apply": { "model": "block/mushroom_stem" } - }, - { "when": { "east": true }, - "apply": { "model": "block/mushroom_stem", "y": 90, "uvlock": true } - }, - { "when": { "south": true }, - "apply": { "model": "block/mushroom_stem", "y": 180, "uvlock": true } - }, - { "when": { "west": true }, - "apply": { "model": "block/mushroom_stem", "y": 270, "uvlock": true } - }, - { "when": { "up": true }, - "apply": { "model": "block/mushroom_stem", "x": 270, "uvlock": true } - }, - { "when": { "down": true }, - "apply": { "model": "block/mushroom_stem", "x": 90, "uvlock": true } - }, - { "when": { "north": false }, - "apply": { "model": "block/mushroom_block_inside" } - }, - { "when": { "east": false }, - "apply": { "model": "block/mushroom_block_inside", "y": 90, "uvlock": false } - }, - { "when": { "south": false }, - "apply": { "model": "block/mushroom_block_inside", "y": 180, "uvlock": false } - }, - { "when": { "west": false }, - "apply": { "model": "block/mushroom_block_inside", "y": 270, "uvlock": false } - }, - { "when": { "up": false }, - "apply": { "model": "block/mushroom_block_inside", "x": 270, "uvlock": false } - }, - { "when": { "down": false }, - "apply": { "model": "block/mushroom_block_inside", "x": 90, "uvlock": false } - } - ] -} diff --git a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/blockstates/mycelium.json b/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/blockstates/mycelium.json deleted file mode 100644 index 8cf83dbe..00000000 --- a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/blockstates/mycelium.json +++ /dev/null @@ -1,11 +0,0 @@ -{ - "variants": { - "snowy=false": [ - { "model": "block/mycelium" }, - { "model": "block/mycelium", "y": 90 }, - { "model": "block/mycelium", "y": 180 }, - { "model": "block/mycelium", "y": 270 } - ], - "snowy=true": { "model": "block/grass_block_snow" } - } -} diff --git a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/blockstates/nether_brick_fence.json b/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/blockstates/nether_brick_fence.json deleted file mode 100644 index 92c2f01e..00000000 --- a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/blockstates/nether_brick_fence.json +++ /dev/null @@ -1,17 +0,0 @@ -{ - "multipart": [ - { "apply": { "model": "block/nether_brick_fence_post" }}, - { "when": { "north": true }, - "apply": { "model": "block/nether_brick_fence_side", "uvlock": true } - }, - { "when": { "east": true }, - "apply": { "model": "block/nether_brick_fence_side", "y": 90, "uvlock": true } - }, - { "when": { "south": true }, - "apply": { "model": "block/nether_brick_fence_side", "y": 180, "uvlock": true } - }, - { "when": { "west": true }, - "apply": { "model": "block/nether_brick_fence_side", "y": 270, "uvlock": true } - } - ] -} diff --git a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/blockstates/nether_brick_slab.json b/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/blockstates/nether_brick_slab.json deleted file mode 100644 index 2855de97..00000000 --- a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/blockstates/nether_brick_slab.json +++ /dev/null @@ -1,7 +0,0 @@ -{ - "variants": { - "type=bottom": { "model": "block/nether_brick_slab" }, - "type=top": { "model": "block/nether_brick_slab_top" }, - "type=double": { "model": "block/nether_bricks" } - } -} diff --git a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/blockstates/nether_brick_stairs.json b/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/blockstates/nether_brick_stairs.json deleted file mode 100644 index 1961e059..00000000 --- a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/blockstates/nether_brick_stairs.json +++ /dev/null @@ -1,44 +0,0 @@ -{ - "variants": { - "facing=east,half=bottom,shape=straight": { "model": "block/nether_brick_stairs" }, - "facing=west,half=bottom,shape=straight": { "model": "block/nether_brick_stairs", "y": 180, "uvlock": true }, - "facing=south,half=bottom,shape=straight": { "model": "block/nether_brick_stairs", "y": 90, "uvlock": true }, - "facing=north,half=bottom,shape=straight": { "model": "block/nether_brick_stairs", "y": 270, "uvlock": true }, - "facing=east,half=bottom,shape=outer_right": { "model": "block/nether_brick_stairs_outer" }, - "facing=west,half=bottom,shape=outer_right": { "model": "block/nether_brick_stairs_outer", "y": 180, "uvlock": true }, - "facing=south,half=bottom,shape=outer_right": { "model": "block/nether_brick_stairs_outer", "y": 90, "uvlock": true }, - "facing=north,half=bottom,shape=outer_right": { "model": "block/nether_brick_stairs_outer", "y": 270, "uvlock": true }, - "facing=east,half=bottom,shape=outer_left": { "model": "block/nether_brick_stairs_outer", "y": 270, "uvlock": true }, - "facing=west,half=bottom,shape=outer_left": { "model": "block/nether_brick_stairs_outer", "y": 90, "uvlock": true }, - "facing=south,half=bottom,shape=outer_left": { "model": "block/nether_brick_stairs_outer" }, - "facing=north,half=bottom,shape=outer_left": { "model": "block/nether_brick_stairs_outer", "y": 180, "uvlock": true }, - "facing=east,half=bottom,shape=inner_right": { "model": "block/nether_brick_stairs_inner" }, - "facing=west,half=bottom,shape=inner_right": { "model": "block/nether_brick_stairs_inner", "y": 180, "uvlock": true }, - "facing=south,half=bottom,shape=inner_right": { "model": "block/nether_brick_stairs_inner", "y": 90, "uvlock": true }, - "facing=north,half=bottom,shape=inner_right": { "model": "block/nether_brick_stairs_inner", "y": 270, "uvlock": true }, - "facing=east,half=bottom,shape=inner_left": { "model": "block/nether_brick_stairs_inner", "y": 270, "uvlock": true }, - "facing=west,half=bottom,shape=inner_left": { "model": "block/nether_brick_stairs_inner", "y": 90, "uvlock": true }, - "facing=south,half=bottom,shape=inner_left": { "model": "block/nether_brick_stairs_inner" }, - "facing=north,half=bottom,shape=inner_left": { "model": "block/nether_brick_stairs_inner", "y": 180, "uvlock": true }, - "facing=east,half=top,shape=straight": { "model": "block/nether_brick_stairs", "x": 180, "uvlock": true }, - "facing=west,half=top,shape=straight": { "model": "block/nether_brick_stairs", "x": 180, "y": 180, "uvlock": true }, - "facing=south,half=top,shape=straight": { "model": "block/nether_brick_stairs", "x": 180, "y": 90, "uvlock": true }, - "facing=north,half=top,shape=straight": { "model": "block/nether_brick_stairs", "x": 180, "y": 270, "uvlock": true }, - "facing=east,half=top,shape=outer_right": { "model": "block/nether_brick_stairs_outer", "x": 180, "y": 90, "uvlock": true }, - "facing=west,half=top,shape=outer_right": { "model": "block/nether_brick_stairs_outer", "x": 180, "y": 270, "uvlock": true }, - "facing=south,half=top,shape=outer_right": { "model": "block/nether_brick_stairs_outer", "x": 180, "y": 180, "uvlock": true }, - "facing=north,half=top,shape=outer_right": { "model": "block/nether_brick_stairs_outer", "x": 180, "uvlock": true }, - "facing=east,half=top,shape=outer_left": { "model": "block/nether_brick_stairs_outer", "x": 180, "uvlock": true }, - "facing=west,half=top,shape=outer_left": { "model": "block/nether_brick_stairs_outer", "x": 180, "y": 180, "uvlock": true }, - "facing=south,half=top,shape=outer_left": { "model": "block/nether_brick_stairs_outer", "x": 180, "y": 90, "uvlock": true }, - "facing=north,half=top,shape=outer_left": { "model": "block/nether_brick_stairs_outer", "x": 180, "y": 270, "uvlock": true }, - "facing=east,half=top,shape=inner_right": { "model": "block/nether_brick_stairs_inner", "x": 180, "y": 90, "uvlock": true }, - "facing=west,half=top,shape=inner_right": { "model": "block/nether_brick_stairs_inner", "x": 180, "y": 270, "uvlock": true }, - "facing=south,half=top,shape=inner_right": { "model": "block/nether_brick_stairs_inner", "x": 180, "y": 180, "uvlock": true }, - "facing=north,half=top,shape=inner_right": { "model": "block/nether_brick_stairs_inner", "x": 180, "uvlock": true }, - "facing=east,half=top,shape=inner_left": { "model": "block/nether_brick_stairs_inner", "x": 180, "uvlock": true }, - "facing=west,half=top,shape=inner_left": { "model": "block/nether_brick_stairs_inner", "x": 180, "y": 180, "uvlock": true }, - "facing=south,half=top,shape=inner_left": { "model": "block/nether_brick_stairs_inner", "x": 180, "y": 90, "uvlock": true }, - "facing=north,half=top,shape=inner_left": { "model": "block/nether_brick_stairs_inner", "x": 180, "y": 270, "uvlock": true } - } -} diff --git a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/blockstates/nether_brick_wall.json b/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/blockstates/nether_brick_wall.json deleted file mode 100644 index d56994b4..00000000 --- a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/blockstates/nether_brick_wall.json +++ /dev/null @@ -1,19 +0,0 @@ -{ - "multipart": [ - { "when": { "up": "true" }, - "apply": { "model": "block/nether_brick_wall_post" } - }, - { "when": { "north": "true" }, - "apply": { "model": "block/nether_brick_wall_side", "uvlock": true } - }, - { "when": { "east": "true" }, - "apply": { "model": "block/nether_brick_wall_side", "y": 90, "uvlock": true } - }, - { "when": { "south": "true" }, - "apply": { "model": "block/nether_brick_wall_side", "y": 180, "uvlock": true } - }, - { "when": { "west": "true" }, - "apply": { "model": "block/nether_brick_wall_side", "y": 270, "uvlock": true } - } - ] -} diff --git a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/blockstates/nether_bricks.json b/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/blockstates/nether_bricks.json deleted file mode 100644 index bb9f9159..00000000 --- a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/blockstates/nether_bricks.json +++ /dev/null @@ -1,5 +0,0 @@ -{ - "variants": { - "": { "model": "block/nether_bricks" } - } -} diff --git a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/blockstates/nether_portal.json b/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/blockstates/nether_portal.json deleted file mode 100644 index e6847c51..00000000 --- a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/blockstates/nether_portal.json +++ /dev/null @@ -1,6 +0,0 @@ -{ - "variants": { - "axis=z": { "model": "block/nether_portal_ew" }, - "axis=x": { "model": "block/nether_portal_ns" } - } -} diff --git a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/blockstates/nether_quartz_ore.json b/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/blockstates/nether_quartz_ore.json deleted file mode 100644 index c9d72d65..00000000 --- a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/blockstates/nether_quartz_ore.json +++ /dev/null @@ -1,5 +0,0 @@ -{ - "variants": { - "": { "model": "block/nether_quartz_ore" } - } -} diff --git a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/blockstates/nether_wart.json b/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/blockstates/nether_wart.json deleted file mode 100644 index 40a17085..00000000 --- a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/blockstates/nether_wart.json +++ /dev/null @@ -1,8 +0,0 @@ -{ - "variants": { - "age=0": { "model": "block/nether_wart_stage0" }, - "age=1": { "model": "block/nether_wart_stage1" }, - "age=2": { "model": "block/nether_wart_stage1" }, - "age=3": { "model": "block/nether_wart_stage2" } - } -} diff --git a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/blockstates/nether_wart_block.json b/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/blockstates/nether_wart_block.json deleted file mode 100644 index ef846154..00000000 --- a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/blockstates/nether_wart_block.json +++ /dev/null @@ -1,5 +0,0 @@ -{ - "variants": { - "": { "model": "block/nether_wart_block" } - } -} diff --git a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/blockstates/netherrack.json b/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/blockstates/netherrack.json deleted file mode 100644 index cd449adc..00000000 --- a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/blockstates/netherrack.json +++ /dev/null @@ -1,22 +0,0 @@ -{ - "variants": { - "": [ - { "model": "block/netherrack" }, - { "model": "block/netherrack", "x": 90 }, - { "model": "block/netherrack", "x": 180 }, - { "model": "block/netherrack", "x": 270 }, - { "model": "block/netherrack", "y": 90 }, - { "model": "block/netherrack", "y": 90, "x": 90 }, - { "model": "block/netherrack", "y": 90, "x": 180 }, - { "model": "block/netherrack", "y": 90, "x": 270 }, - { "model": "block/netherrack", "y": 180 }, - { "model": "block/netherrack", "y": 180, "x": 90 }, - { "model": "block/netherrack", "y": 180, "x": 180 }, - { "model": "block/netherrack", "y": 180, "x": 270 }, - { "model": "block/netherrack", "y": 270 }, - { "model": "block/netherrack", "y": 270, "x": 90 }, - { "model": "block/netherrack", "y": 270, "x": 180 }, - { "model": "block/netherrack", "y": 270, "x": 270 } - ] - } -} diff --git a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/blockstates/note_block.json b/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/blockstates/note_block.json deleted file mode 100644 index 90c3e985..00000000 --- a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/blockstates/note_block.json +++ /dev/null @@ -1,5 +0,0 @@ -{ - "variants": { - "": { "model": "block/note_block" } - } -} diff --git a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/blockstates/oak_button.json b/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/blockstates/oak_button.json deleted file mode 100644 index 113cbd22..00000000 --- a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/blockstates/oak_button.json +++ /dev/null @@ -1,28 +0,0 @@ -{ - "variants": { - "face=floor,facing=east,powered=false": { "model": "block/oak_button", "y": 90 }, - "face=floor,facing=west,powered=false": { "model": "block/oak_button", "y": 270 }, - "face=floor,facing=south,powered=false": { "model": "block/oak_button", "y": 180 }, - "face=floor,facing=north,powered=false": { "model": "block/oak_button" }, - "face=wall,facing=east,powered=false": { "model": "block/oak_button", "uvlock": true, "x": 90, "y": 90 }, - "face=wall,facing=west,powered=false": { "model": "block/oak_button", "uvlock": true, "x": 90, "y": 270 }, - "face=wall,facing=south,powered=false": { "model": "block/oak_button", "uvlock": true, "x": 90, "y": 180 }, - "face=wall,facing=north,powered=false": { "model": "block/oak_button", "uvlock": true, "x": 90 }, - "face=ceiling,facing=east,powered=false": { "model": "block/oak_button", "x": 180, "y": 270 }, - "face=ceiling,facing=west,powered=false": { "model": "block/oak_button", "x": 180, "y": 90 }, - "face=ceiling,facing=south,powered=false": { "model": "block/oak_button", "x": 180 }, - "face=ceiling,facing=north,powered=false": { "model": "block/oak_button", "x": 180, "y": 180 }, - "face=floor,facing=east,powered=true": { "model": "block/oak_button_pressed", "y": 90 }, - "face=floor,facing=west,powered=true": { "model": "block/oak_button_pressed", "y": 270 }, - "face=floor,facing=south,powered=true": { "model": "block/oak_button_pressed", "y": 180 }, - "face=floor,facing=north,powered=true": { "model": "block/oak_button_pressed" }, - "face=wall,facing=east,powered=true": { "model": "block/oak_button_pressed", "uvlock": true, "x": 90, "y": 90 }, - "face=wall,facing=west,powered=true": { "model": "block/oak_button_pressed", "uvlock": true, "x": 90, "y": 270 }, - "face=wall,facing=south,powered=true": { "model": "block/oak_button_pressed", "uvlock": true, "x": 90, "y": 180 }, - "face=wall,facing=north,powered=true": { "model": "block/oak_button_pressed", "uvlock": true, "x": 90 }, - "face=ceiling,facing=east,powered=true": { "model": "block/oak_button_pressed", "x": 180, "y": 270 }, - "face=ceiling,facing=west,powered=true": { "model": "block/oak_button_pressed", "x": 180, "y": 90 }, - "face=ceiling,facing=south,powered=true": { "model": "block/oak_button_pressed", "x": 180 }, - "face=ceiling,facing=north,powered=true": { "model": "block/oak_button_pressed", "x": 180, "y": 180 } - } -} diff --git a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/blockstates/oak_door.json b/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/blockstates/oak_door.json deleted file mode 100644 index 84f01ae9..00000000 --- a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/blockstates/oak_door.json +++ /dev/null @@ -1,36 +0,0 @@ -{ - "variants": { - "facing=east,half=lower,hinge=left,open=false": { "model": "block/oak_door_bottom" }, - "facing=south,half=lower,hinge=left,open=false": { "model": "block/oak_door_bottom", "y": 90 }, - "facing=west,half=lower,hinge=left,open=false": { "model": "block/oak_door_bottom", "y": 180 }, - "facing=north,half=lower,hinge=left,open=false": { "model": "block/oak_door_bottom", "y": 270 }, - "facing=east,half=lower,hinge=right,open=false": { "model": "block/oak_door_bottom_hinge" }, - "facing=south,half=lower,hinge=right,open=false": { "model": "block/oak_door_bottom_hinge", "y": 90 }, - "facing=west,half=lower,hinge=right,open=false": { "model": "block/oak_door_bottom_hinge", "y": 180 }, - "facing=north,half=lower,hinge=right,open=false": { "model": "block/oak_door_bottom_hinge", "y": 270 }, - "facing=east,half=lower,hinge=left,open=true": { "model": "block/oak_door_bottom_hinge", "y": 90 }, - "facing=south,half=lower,hinge=left,open=true": { "model": "block/oak_door_bottom_hinge", "y": 180 }, - "facing=west,half=lower,hinge=left,open=true": { "model": "block/oak_door_bottom_hinge", "y": 270 }, - "facing=north,half=lower,hinge=left,open=true": { "model": "block/oak_door_bottom_hinge" }, - "facing=east,half=lower,hinge=right,open=true": { "model": "block/oak_door_bottom", "y": 270 }, - "facing=south,half=lower,hinge=right,open=true": { "model": "block/oak_door_bottom" }, - "facing=west,half=lower,hinge=right,open=true": { "model": "block/oak_door_bottom", "y": 90 }, - "facing=north,half=lower,hinge=right,open=true": { "model": "block/oak_door_bottom", "y": 180 }, - "facing=east,half=upper,hinge=left,open=false": { "model": "block/oak_door_top" }, - "facing=south,half=upper,hinge=left,open=false": { "model": "block/oak_door_top", "y": 90 }, - "facing=west,half=upper,hinge=left,open=false": { "model": "block/oak_door_top", "y": 180 }, - "facing=north,half=upper,hinge=left,open=false": { "model": "block/oak_door_top", "y": 270 }, - "facing=east,half=upper,hinge=right,open=false": { "model": "block/oak_door_top_hinge" }, - "facing=south,half=upper,hinge=right,open=false": { "model": "block/oak_door_top_hinge", "y": 90 }, - "facing=west,half=upper,hinge=right,open=false": { "model": "block/oak_door_top_hinge", "y": 180 }, - "facing=north,half=upper,hinge=right,open=false": { "model": "block/oak_door_top_hinge", "y": 270 }, - "facing=east,half=upper,hinge=left,open=true": { "model": "block/oak_door_top_hinge", "y": 90 }, - "facing=south,half=upper,hinge=left,open=true": { "model": "block/oak_door_top_hinge", "y": 180 }, - "facing=west,half=upper,hinge=left,open=true": { "model": "block/oak_door_top_hinge", "y": 270 }, - "facing=north,half=upper,hinge=left,open=true": { "model": "block/oak_door_top_hinge" }, - "facing=east,half=upper,hinge=right,open=true": { "model": "block/oak_door_top", "y": 270 }, - "facing=south,half=upper,hinge=right,open=true": { "model": "block/oak_door_top" }, - "facing=west,half=upper,hinge=right,open=true": { "model": "block/oak_door_top", "y": 90 }, - "facing=north,half=upper,hinge=right,open=true": { "model": "block/oak_door_top", "y": 180 } - } -} diff --git a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/blockstates/oak_fence.json b/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/blockstates/oak_fence.json deleted file mode 100644 index 4279ba05..00000000 --- a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/blockstates/oak_fence.json +++ /dev/null @@ -1,17 +0,0 @@ -{ - "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/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/blockstates/oak_fence_gate.json b/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/blockstates/oak_fence_gate.json deleted file mode 100644 index d7934969..00000000 --- a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/blockstates/oak_fence_gate.json +++ /dev/null @@ -1,20 +0,0 @@ -{ - "variants": { - "facing=south,in_wall=false,open=false": { "model": "block/oak_fence_gate", "uvlock": true }, - "facing=west,in_wall=false,open=false": { "model": "block/oak_fence_gate", "uvlock": true, "y": 90 }, - "facing=north,in_wall=false,open=false": { "model": "block/oak_fence_gate", "uvlock": true, "y": 180 }, - "facing=east,in_wall=false,open=false": { "model": "block/oak_fence_gate", "uvlock": true, "y": 270 }, - "facing=south,in_wall=false,open=true": { "model": "block/oak_fence_gate_open", "uvlock": true }, - "facing=west,in_wall=false,open=true": { "model": "block/oak_fence_gate_open", "uvlock": true, "y": 90 }, - "facing=north,in_wall=false,open=true": { "model": "block/oak_fence_gate_open", "uvlock": true, "y": 180 }, - "facing=east,in_wall=false,open=true": { "model": "block/oak_fence_gate_open", "uvlock": true, "y": 270 }, - "facing=south,in_wall=true,open=false": { "model": "block/oak_fence_gate_wall", "uvlock": true }, - "facing=west,in_wall=true,open=false": { "model": "block/oak_fence_gate_wall", "uvlock": true, "y": 90 }, - "facing=north,in_wall=true,open=false": { "model": "block/oak_fence_gate_wall", "uvlock": true, "y": 180 }, - "facing=east,in_wall=true,open=false": { "model": "block/oak_fence_gate_wall", "uvlock": true, "y": 270 }, - "facing=south,in_wall=true,open=true": { "model": "block/oak_fence_gate_wall_open", "uvlock": true }, - "facing=west,in_wall=true,open=true": { "model": "block/oak_fence_gate_wall_open", "uvlock": true, "y": 90 }, - "facing=north,in_wall=true,open=true": { "model": "block/oak_fence_gate_wall_open", "uvlock": true, "y": 180 }, - "facing=east,in_wall=true,open=true": { "model": "block/oak_fence_gate_wall_open", "uvlock": true, "y": 270 } - } -} diff --git a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/blockstates/oak_leaves.json b/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/blockstates/oak_leaves.json deleted file mode 100644 index 93472293..00000000 --- a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/blockstates/oak_leaves.json +++ /dev/null @@ -1,5 +0,0 @@ -{ - "variants": { - "": { "model": "block/oak_leaves" } - } -} diff --git a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/blockstates/oak_log.json b/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/blockstates/oak_log.json deleted file mode 100644 index c59ef7cc..00000000 --- a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/blockstates/oak_log.json +++ /dev/null @@ -1,7 +0,0 @@ -{ - "variants": { - "axis=y": { "model": "block/oak_log" }, - "axis=z": { "model": "block/oak_log", "x": 90 }, - "axis=x": { "model": "block/oak_log", "x": 90, "y": 90 } - } -} diff --git a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/blockstates/oak_planks.json b/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/blockstates/oak_planks.json deleted file mode 100644 index 91c01f75..00000000 --- a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/blockstates/oak_planks.json +++ /dev/null @@ -1,5 +0,0 @@ -{ - "variants": { - "": { "model": "block/oak_planks" } - } -} diff --git a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/blockstates/oak_pressure_plate.json b/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/blockstates/oak_pressure_plate.json deleted file mode 100644 index e0c3c43f..00000000 --- a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/blockstates/oak_pressure_plate.json +++ /dev/null @@ -1,6 +0,0 @@ -{ - "variants": { - "powered=false": { "model": "block/oak_pressure_plate" }, - "powered=true": { "model": "block/oak_pressure_plate_down" } - } -} diff --git a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/blockstates/oak_sapling.json b/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/blockstates/oak_sapling.json deleted file mode 100644 index f65c7b05..00000000 --- a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/blockstates/oak_sapling.json +++ /dev/null @@ -1,5 +0,0 @@ -{ - "variants": { - "": { "model": "block/oak_sapling" } - } -} diff --git a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/blockstates/oak_sign.json b/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/blockstates/oak_sign.json deleted file mode 100644 index 064f9bd7..00000000 --- a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/blockstates/oak_sign.json +++ /dev/null @@ -1,5 +0,0 @@ -{ - "variants": { - "": { "model": "block/oak_sign" } - } -} diff --git a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/blockstates/oak_slab.json b/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/blockstates/oak_slab.json deleted file mode 100644 index 7753dc65..00000000 --- a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/blockstates/oak_slab.json +++ /dev/null @@ -1,7 +0,0 @@ -{ - "variants": { - "type=bottom": { "model": "block/oak_slab" }, - "type=top": { "model": "block/oak_slab_top" }, - "type=double": { "model": "block/oak_planks" } - } -} diff --git a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/blockstates/oak_stairs.json b/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/blockstates/oak_stairs.json deleted file mode 100644 index 502144ac..00000000 --- a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/blockstates/oak_stairs.json +++ /dev/null @@ -1,44 +0,0 @@ -{ - "variants": { - "facing=east,half=bottom,shape=straight": { "model": "block/oak_stairs" }, - "facing=west,half=bottom,shape=straight": { "model": "block/oak_stairs", "y": 180, "uvlock": true }, - "facing=south,half=bottom,shape=straight": { "model": "block/oak_stairs", "y": 90, "uvlock": true }, - "facing=north,half=bottom,shape=straight": { "model": "block/oak_stairs", "y": 270, "uvlock": true }, - "facing=east,half=bottom,shape=outer_right": { "model": "block/oak_stairs_outer" }, - "facing=west,half=bottom,shape=outer_right": { "model": "block/oak_stairs_outer", "y": 180, "uvlock": true }, - "facing=south,half=bottom,shape=outer_right": { "model": "block/oak_stairs_outer", "y": 90, "uvlock": true }, - "facing=north,half=bottom,shape=outer_right": { "model": "block/oak_stairs_outer", "y": 270, "uvlock": true }, - "facing=east,half=bottom,shape=outer_left": { "model": "block/oak_stairs_outer", "y": 270, "uvlock": true }, - "facing=west,half=bottom,shape=outer_left": { "model": "block/oak_stairs_outer", "y": 90, "uvlock": true }, - "facing=south,half=bottom,shape=outer_left": { "model": "block/oak_stairs_outer" }, - "facing=north,half=bottom,shape=outer_left": { "model": "block/oak_stairs_outer", "y": 180, "uvlock": true }, - "facing=east,half=bottom,shape=inner_right": { "model": "block/oak_stairs_inner" }, - "facing=west,half=bottom,shape=inner_right": { "model": "block/oak_stairs_inner", "y": 180, "uvlock": true }, - "facing=south,half=bottom,shape=inner_right": { "model": "block/oak_stairs_inner", "y": 90, "uvlock": true }, - "facing=north,half=bottom,shape=inner_right": { "model": "block/oak_stairs_inner", "y": 270, "uvlock": true }, - "facing=east,half=bottom,shape=inner_left": { "model": "block/oak_stairs_inner", "y": 270, "uvlock": true }, - "facing=west,half=bottom,shape=inner_left": { "model": "block/oak_stairs_inner", "y": 90, "uvlock": true }, - "facing=south,half=bottom,shape=inner_left": { "model": "block/oak_stairs_inner" }, - "facing=north,half=bottom,shape=inner_left": { "model": "block/oak_stairs_inner", "y": 180, "uvlock": true }, - "facing=east,half=top,shape=straight": { "model": "block/oak_stairs", "x": 180, "uvlock": true }, - "facing=west,half=top,shape=straight": { "model": "block/oak_stairs", "x": 180, "y": 180, "uvlock": true }, - "facing=south,half=top,shape=straight": { "model": "block/oak_stairs", "x": 180, "y": 90, "uvlock": true }, - "facing=north,half=top,shape=straight": { "model": "block/oak_stairs", "x": 180, "y": 270, "uvlock": true }, - "facing=east,half=top,shape=outer_right": { "model": "block/oak_stairs_outer", "x": 180, "y": 90, "uvlock": true }, - "facing=west,half=top,shape=outer_right": { "model": "block/oak_stairs_outer", "x": 180, "y": 270, "uvlock": true }, - "facing=south,half=top,shape=outer_right": { "model": "block/oak_stairs_outer", "x": 180, "y": 180, "uvlock": true }, - "facing=north,half=top,shape=outer_right": { "model": "block/oak_stairs_outer", "x": 180, "uvlock": true }, - "facing=east,half=top,shape=outer_left": { "model": "block/oak_stairs_outer", "x": 180, "uvlock": true }, - "facing=west,half=top,shape=outer_left": { "model": "block/oak_stairs_outer", "x": 180, "y": 180, "uvlock": true }, - "facing=south,half=top,shape=outer_left": { "model": "block/oak_stairs_outer", "x": 180, "y": 90, "uvlock": true }, - "facing=north,half=top,shape=outer_left": { "model": "block/oak_stairs_outer", "x": 180, "y": 270, "uvlock": true }, - "facing=east,half=top,shape=inner_right": { "model": "block/oak_stairs_inner", "x": 180, "y": 90, "uvlock": true }, - "facing=west,half=top,shape=inner_right": { "model": "block/oak_stairs_inner", "x": 180, "y": 270, "uvlock": true }, - "facing=south,half=top,shape=inner_right": { "model": "block/oak_stairs_inner", "x": 180, "y": 180, "uvlock": true }, - "facing=north,half=top,shape=inner_right": { "model": "block/oak_stairs_inner", "x": 180, "uvlock": true }, - "facing=east,half=top,shape=inner_left": { "model": "block/oak_stairs_inner", "x": 180, "uvlock": true }, - "facing=west,half=top,shape=inner_left": { "model": "block/oak_stairs_inner", "x": 180, "y": 180, "uvlock": true }, - "facing=south,half=top,shape=inner_left": { "model": "block/oak_stairs_inner", "x": 180, "y": 90, "uvlock": true }, - "facing=north,half=top,shape=inner_left": { "model": "block/oak_stairs_inner", "x": 180, "y": 270, "uvlock": true } - } -} diff --git a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/blockstates/oak_trapdoor.json b/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/blockstates/oak_trapdoor.json deleted file mode 100644 index ee36c221..00000000 --- a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/blockstates/oak_trapdoor.json +++ /dev/null @@ -1,20 +0,0 @@ -{ - "variants": { - "facing=north,half=bottom,open=false": { "model": "block/oak_trapdoor_bottom" }, - "facing=south,half=bottom,open=false": { "model": "block/oak_trapdoor_bottom" }, - "facing=east,half=bottom,open=false": { "model": "block/oak_trapdoor_bottom" }, - "facing=west,half=bottom,open=false": { "model": "block/oak_trapdoor_bottom" }, - "facing=north,half=top,open=false": { "model": "block/oak_trapdoor_top" }, - "facing=south,half=top,open=false": { "model": "block/oak_trapdoor_top" }, - "facing=east,half=top,open=false": { "model": "block/oak_trapdoor_top" }, - "facing=west,half=top,open=false": { "model": "block/oak_trapdoor_top" }, - "facing=north,half=bottom,open=true": { "model": "block/oak_trapdoor_open" }, - "facing=south,half=bottom,open=true": { "model": "block/oak_trapdoor_open", "y": 180 }, - "facing=east,half=bottom,open=true": { "model": "block/oak_trapdoor_open", "y": 90 }, - "facing=west,half=bottom,open=true": { "model": "block/oak_trapdoor_open", "y": 270 }, - "facing=north,half=top,open=true": { "model": "block/oak_trapdoor_open" }, - "facing=south,half=top,open=true": { "model": "block/oak_trapdoor_open", "y": 180 }, - "facing=east,half=top,open=true": { "model": "block/oak_trapdoor_open", "y": 90 }, - "facing=west,half=top,open=true": { "model": "block/oak_trapdoor_open", "y": 270 } - } -} diff --git a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/blockstates/oak_wall_sign.json b/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/blockstates/oak_wall_sign.json deleted file mode 100644 index 064f9bd7..00000000 --- a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/blockstates/oak_wall_sign.json +++ /dev/null @@ -1,5 +0,0 @@ -{ - "variants": { - "": { "model": "block/oak_sign" } - } -} diff --git a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/blockstates/oak_wood.json b/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/blockstates/oak_wood.json deleted file mode 100644 index 672ba813..00000000 --- a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/blockstates/oak_wood.json +++ /dev/null @@ -1,7 +0,0 @@ -{ - "variants": { - "axis=y": { "model": "block/oak_wood" }, - "axis=z": { "model": "block/oak_wood", "x": 90 }, - "axis=x": { "model": "block/oak_wood", "x": 90, "y": 90 } - } -} diff --git a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/blockstates/observer.json b/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/blockstates/observer.json deleted file mode 100644 index 48a07afa..00000000 --- a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/blockstates/observer.json +++ /dev/null @@ -1,16 +0,0 @@ -{ - "variants": { - "facing=up,powered=false": { "model": "block/observer", "x": 270 }, - "facing=down,powered=false": { "model": "block/observer", "x": 90 }, - "facing=north,powered=false": { "model": "block/observer" }, - "facing=south,powered=false": { "model": "block/observer", "y": 180 }, - "facing=west,powered=false": { "model": "block/observer", "y": 270 }, - "facing=east,powered=false": { "model": "block/observer", "y": 90 }, - "facing=up,powered=true": { "model": "block/observer_on", "x": 270 }, - "facing=down,powered=true": { "model": "block/observer_on", "x": 90 }, - "facing=north,powered=true": { "model": "block/observer_on" }, - "facing=south,powered=true": { "model": "block/observer_on", "y": 180 }, - "facing=west,powered=true": { "model": "block/observer_on", "y": 270 }, - "facing=east,powered=true": { "model": "block/observer_on", "y": 90 } - } -} diff --git a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/blockstates/obsidian.json b/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/blockstates/obsidian.json deleted file mode 100644 index 3dd7be7d..00000000 --- a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/blockstates/obsidian.json +++ /dev/null @@ -1,5 +0,0 @@ -{ - "variants": { - "": { "model": "block/obsidian" } - } -} diff --git a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/blockstates/orange_banner.json b/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/blockstates/orange_banner.json deleted file mode 100644 index e022788c..00000000 --- a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/blockstates/orange_banner.json +++ /dev/null @@ -1,5 +0,0 @@ -{ - "variants": { - "": { "model": "block/banner" } - } -} diff --git a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/blockstates/orange_bed.json b/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/blockstates/orange_bed.json deleted file mode 100644 index 8cdeb6ce..00000000 --- a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/blockstates/orange_bed.json +++ /dev/null @@ -1,5 +0,0 @@ -{ - "variants": { - "": { "model": "block/bed" } - } -} diff --git a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/blockstates/orange_carpet.json b/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/blockstates/orange_carpet.json deleted file mode 100644 index 792db728..00000000 --- a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/blockstates/orange_carpet.json +++ /dev/null @@ -1,5 +0,0 @@ -{ - "variants": { - "": { "model": "block/orange_carpet" } - } -} diff --git a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/blockstates/orange_concrete.json b/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/blockstates/orange_concrete.json deleted file mode 100644 index 1033aa42..00000000 --- a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/blockstates/orange_concrete.json +++ /dev/null @@ -1,5 +0,0 @@ -{ - "variants": { - "": { "model": "block/orange_concrete" } - } -} diff --git a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/blockstates/orange_concrete_powder.json b/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/blockstates/orange_concrete_powder.json deleted file mode 100644 index 7a9b2b07..00000000 --- a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/blockstates/orange_concrete_powder.json +++ /dev/null @@ -1,10 +0,0 @@ -{ - "variants": { - "": [ - { "model": "block/orange_concrete_powder" }, - { "model": "block/orange_concrete_powder", "y": 90 }, - { "model": "block/orange_concrete_powder", "y": 180 }, - { "model": "block/orange_concrete_powder", "y": 270 } - ] - } -} diff --git a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/blockstates/orange_glazed_terracotta.json b/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/blockstates/orange_glazed_terracotta.json deleted file mode 100644 index 2bf26fc6..00000000 --- a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/blockstates/orange_glazed_terracotta.json +++ /dev/null @@ -1,8 +0,0 @@ -{ - "variants": { - "facing=south": { "model": "block/orange_glazed_terracotta" }, - "facing=west": { "model": "block/orange_glazed_terracotta", "y": 90 }, - "facing=north": { "model": "block/orange_glazed_terracotta", "y": 180 }, - "facing=east": { "model": "block/orange_glazed_terracotta", "y": 270 } - } -} diff --git a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/blockstates/orange_shulker_box.json b/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/blockstates/orange_shulker_box.json deleted file mode 100644 index 3a94491c..00000000 --- a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/blockstates/orange_shulker_box.json +++ /dev/null @@ -1,5 +0,0 @@ -{ - "variants": { - "": { "model": "block/orange_shulker_box" } - } -} diff --git a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/blockstates/orange_stained_glass.json b/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/blockstates/orange_stained_glass.json deleted file mode 100644 index 716645a0..00000000 --- a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/blockstates/orange_stained_glass.json +++ /dev/null @@ -1,5 +0,0 @@ -{ - "variants": { - "": { "model": "block/orange_stained_glass" } - } -} diff --git a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/blockstates/orange_stained_glass_pane.json b/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/blockstates/orange_stained_glass_pane.json deleted file mode 100644 index d6a3eb45..00000000 --- a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/blockstates/orange_stained_glass_pane.json +++ /dev/null @@ -1,29 +0,0 @@ -{ - "multipart": [ - { "apply": { "model": "block/orange_stained_glass_pane_post" }}, - { "when": { "north": true }, - "apply": { "model": "block/orange_stained_glass_pane_side" } - }, - { "when": { "east": true }, - "apply": { "model": "block/orange_stained_glass_pane_side", "y": 90 } - }, - { "when": { "south": true }, - "apply": { "model": "block/orange_stained_glass_pane_side_alt" } - }, - { "when": { "west": true }, - "apply": { "model": "block/orange_stained_glass_pane_side_alt", "y": 90 } - }, - { "when": { "north": false }, - "apply": { "model": "block/orange_stained_glass_pane_noside" } - }, - { "when": { "east": false }, - "apply": { "model": "block/orange_stained_glass_pane_noside_alt" } - }, - { "when": { "south": false }, - "apply": { "model": "block/orange_stained_glass_pane_noside_alt", "y": 90 } - }, - { "when": { "west": false }, - "apply": { "model": "block/orange_stained_glass_pane_noside", "y": 270 } - } - ] -} diff --git a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/blockstates/orange_terracotta.json b/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/blockstates/orange_terracotta.json deleted file mode 100644 index f46287b3..00000000 --- a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/blockstates/orange_terracotta.json +++ /dev/null @@ -1,5 +0,0 @@ -{ - "variants": { - "": { "model": "block/orange_terracotta" } - } -} diff --git a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/blockstates/orange_tulip.json b/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/blockstates/orange_tulip.json deleted file mode 100644 index e7880ad0..00000000 --- a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/blockstates/orange_tulip.json +++ /dev/null @@ -1,5 +0,0 @@ -{ - "variants": { - "": { "model": "block/orange_tulip" } - } -} diff --git a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/blockstates/orange_wall_banner.json b/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/blockstates/orange_wall_banner.json deleted file mode 100644 index e022788c..00000000 --- a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/blockstates/orange_wall_banner.json +++ /dev/null @@ -1,5 +0,0 @@ -{ - "variants": { - "": { "model": "block/banner" } - } -} diff --git a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/blockstates/orange_wool.json b/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/blockstates/orange_wool.json deleted file mode 100644 index c98f5df7..00000000 --- a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/blockstates/orange_wool.json +++ /dev/null @@ -1,5 +0,0 @@ -{ - "variants": { - "": { "model": "block/orange_wool" } - } -} diff --git a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/blockstates/oxeye_daisy.json b/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/blockstates/oxeye_daisy.json deleted file mode 100644 index b1b24391..00000000 --- a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/blockstates/oxeye_daisy.json +++ /dev/null @@ -1,5 +0,0 @@ -{ - "variants": { - "": { "model": "block/oxeye_daisy" } - } -} diff --git a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/blockstates/packed_ice.json b/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/blockstates/packed_ice.json deleted file mode 100644 index ac018896..00000000 --- a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/blockstates/packed_ice.json +++ /dev/null @@ -1,5 +0,0 @@ -{ - "variants": { - "": { "model": "block/packed_ice" } - } -} diff --git a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/blockstates/peony.json b/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/blockstates/peony.json deleted file mode 100644 index 4309966e..00000000 --- a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/blockstates/peony.json +++ /dev/null @@ -1,6 +0,0 @@ -{ - "variants": { - "half=lower": { "model": "block/peony_bottom" }, - "half=upper": { "model": "block/peony_top" } - } -} diff --git a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/blockstates/petrified_oak_slab.json b/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/blockstates/petrified_oak_slab.json deleted file mode 100644 index 8e3ba716..00000000 --- a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/blockstates/petrified_oak_slab.json +++ /dev/null @@ -1,7 +0,0 @@ -{ - "variants": { - "type=bottom": { "model": "block/petrified_oak_slab" }, - "type=top": { "model": "block/petrified_oak_slab_top" }, - "type=double": { "model": "block/oak_planks" } - } -} diff --git a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/blockstates/pink_banner.json b/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/blockstates/pink_banner.json deleted file mode 100644 index e022788c..00000000 --- a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/blockstates/pink_banner.json +++ /dev/null @@ -1,5 +0,0 @@ -{ - "variants": { - "": { "model": "block/banner" } - } -} diff --git a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/blockstates/pink_bed.json b/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/blockstates/pink_bed.json deleted file mode 100644 index 8cdeb6ce..00000000 --- a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/blockstates/pink_bed.json +++ /dev/null @@ -1,5 +0,0 @@ -{ - "variants": { - "": { "model": "block/bed" } - } -} diff --git a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/blockstates/pink_carpet.json b/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/blockstates/pink_carpet.json deleted file mode 100644 index 03a7a2ee..00000000 --- a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/blockstates/pink_carpet.json +++ /dev/null @@ -1,5 +0,0 @@ -{ - "variants": { - "": { "model": "block/pink_carpet" } - } -} diff --git a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/blockstates/pink_concrete.json b/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/blockstates/pink_concrete.json deleted file mode 100644 index f768731d..00000000 --- a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/blockstates/pink_concrete.json +++ /dev/null @@ -1,5 +0,0 @@ -{ - "variants": { - "": { "model": "block/pink_concrete" } - } -} diff --git a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/blockstates/pink_concrete_powder.json b/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/blockstates/pink_concrete_powder.json deleted file mode 100644 index dcaf5d29..00000000 --- a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/blockstates/pink_concrete_powder.json +++ /dev/null @@ -1,10 +0,0 @@ -{ - "variants": { - "": [ - { "model": "block/pink_concrete_powder" }, - { "model": "block/pink_concrete_powder", "y": 90 }, - { "model": "block/pink_concrete_powder", "y": 180 }, - { "model": "block/pink_concrete_powder", "y": 270 } - ] - } -} diff --git a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/blockstates/pink_glazed_terracotta.json b/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/blockstates/pink_glazed_terracotta.json deleted file mode 100644 index e9d484d8..00000000 --- a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/blockstates/pink_glazed_terracotta.json +++ /dev/null @@ -1,8 +0,0 @@ -{ - "variants": { - "facing=south": { "model": "block/pink_glazed_terracotta" }, - "facing=west": { "model": "block/pink_glazed_terracotta", "y": 90 }, - "facing=north": { "model": "block/pink_glazed_terracotta", "y": 180 }, - "facing=east": { "model": "block/pink_glazed_terracotta", "y": 270 } - } -} diff --git a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/blockstates/pink_shulker_box.json b/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/blockstates/pink_shulker_box.json deleted file mode 100644 index c6b34441..00000000 --- a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/blockstates/pink_shulker_box.json +++ /dev/null @@ -1,5 +0,0 @@ -{ - "variants": { - "": { "model": "block/pink_shulker_box" } - } -} diff --git a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/blockstates/pink_stained_glass.json b/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/blockstates/pink_stained_glass.json deleted file mode 100644 index 3eaddfcc..00000000 --- a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/blockstates/pink_stained_glass.json +++ /dev/null @@ -1,5 +0,0 @@ -{ - "variants": { - "": { "model": "block/pink_stained_glass" } - } -} diff --git a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/blockstates/pink_stained_glass_pane.json b/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/blockstates/pink_stained_glass_pane.json deleted file mode 100644 index 0de15416..00000000 --- a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/blockstates/pink_stained_glass_pane.json +++ /dev/null @@ -1,29 +0,0 @@ -{ - "multipart": [ - { "apply": { "model": "block/pink_stained_glass_pane_post" }}, - { "when": { "north": true }, - "apply": { "model": "block/pink_stained_glass_pane_side" } - }, - { "when": { "east": true }, - "apply": { "model": "block/pink_stained_glass_pane_side", "y": 90 } - }, - { "when": { "south": true }, - "apply": { "model": "block/pink_stained_glass_pane_side_alt" } - }, - { "when": { "west": true }, - "apply": { "model": "block/pink_stained_glass_pane_side_alt", "y": 90 } - }, - { "when": { "north": false }, - "apply": { "model": "block/pink_stained_glass_pane_noside" } - }, - { "when": { "east": false }, - "apply": { "model": "block/pink_stained_glass_pane_noside_alt" } - }, - { "when": { "south": false }, - "apply": { "model": "block/pink_stained_glass_pane_noside_alt", "y": 90 } - }, - { "when": { "west": false }, - "apply": { "model": "block/pink_stained_glass_pane_noside", "y": 270 } - } - ] -} diff --git a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/blockstates/pink_terracotta.json b/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/blockstates/pink_terracotta.json deleted file mode 100644 index a0d49524..00000000 --- a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/blockstates/pink_terracotta.json +++ /dev/null @@ -1,5 +0,0 @@ -{ - "variants": { - "": { "model": "block/pink_terracotta" } - } -} diff --git a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/blockstates/pink_tulip.json b/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/blockstates/pink_tulip.json deleted file mode 100644 index 2e88a12a..00000000 --- a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/blockstates/pink_tulip.json +++ /dev/null @@ -1,5 +0,0 @@ -{ - "variants": { - "": { "model": "block/pink_tulip" } - } -} diff --git a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/blockstates/pink_wall_banner.json b/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/blockstates/pink_wall_banner.json deleted file mode 100644 index e022788c..00000000 --- a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/blockstates/pink_wall_banner.json +++ /dev/null @@ -1,5 +0,0 @@ -{ - "variants": { - "": { "model": "block/banner" } - } -} diff --git a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/blockstates/pink_wool.json b/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/blockstates/pink_wool.json deleted file mode 100644 index f2217d89..00000000 --- a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/blockstates/pink_wool.json +++ /dev/null @@ -1,5 +0,0 @@ -{ - "variants": { - "": { "model": "block/pink_wool" } - } -} diff --git a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/blockstates/piston.json b/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/blockstates/piston.json deleted file mode 100644 index 5c091956..00000000 --- a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/blockstates/piston.json +++ /dev/null @@ -1,16 +0,0 @@ -{ - "variants": { - "extended=false,facing=down": { "model": "block/piston", "x": 90 }, - "extended=false,facing=up": { "model": "block/piston", "x": 270 }, - "extended=false,facing=north": { "model": "block/piston" }, - "extended=false,facing=south": { "model": "block/piston", "y": 180 }, - "extended=false,facing=west": { "model": "block/piston", "y": 270 }, - "extended=false,facing=east": { "model": "block/piston", "y": 90 }, - "extended=true,facing=down": { "model": "block/piston_base", "x": 90 }, - "extended=true,facing=up": { "model": "block/piston_base", "x": 270 }, - "extended=true,facing=north": { "model": "block/piston_base" }, - "extended=true,facing=south": { "model": "block/piston_base", "y": 180 }, - "extended=true,facing=west": { "model": "block/piston_base", "y": 270 }, - "extended=true,facing=east": { "model": "block/piston_base", "y": 90 } - } -} diff --git a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/blockstates/piston_head.json b/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/blockstates/piston_head.json deleted file mode 100644 index a5fa4b18..00000000 --- a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/blockstates/piston_head.json +++ /dev/null @@ -1,28 +0,0 @@ -{ - "variants": { - "facing=down,short=false,type=normal": { "model": "block/piston_head", "x": 90 }, - "facing=up,short=false,type=normal": { "model": "block/piston_head", "x": 270 }, - "facing=north,short=false,type=normal": { "model": "block/piston_head" }, - "facing=south,short=false,type=normal": { "model": "block/piston_head", "y": 180 }, - "facing=west,short=false,type=normal": { "model": "block/piston_head", "y": 270 }, - "facing=east,short=false,type=normal": { "model": "block/piston_head", "y": 90 }, - "facing=down,short=false,type=sticky": { "model": "block/piston_head_sticky", "x": 90 }, - "facing=up,short=false,type=sticky": { "model": "block/piston_head_sticky", "x": 270 }, - "facing=north,short=false,type=sticky": { "model": "block/piston_head_sticky" }, - "facing=south,short=false,type=sticky": { "model": "block/piston_head_sticky", "y": 180 }, - "facing=west,short=false,type=sticky": { "model": "block/piston_head_sticky", "y": 270 }, - "facing=east,short=false,type=sticky": { "model": "block/piston_head_sticky", "y": 90 }, - "facing=down,short=true,type=normal": { "model": "block/piston_head_short", "x": 90 }, - "facing=up,short=true,type=normal": { "model": "block/piston_head_short", "x": 270 }, - "facing=north,short=true,type=normal": { "model": "block/piston_head_short" }, - "facing=south,short=true,type=normal": { "model": "block/piston_head_short", "y": 180 }, - "facing=west,short=true,type=normal": { "model": "block/piston_head_short", "y": 270 }, - "facing=east,short=true,type=normal": { "model": "block/piston_head_short", "y": 90 }, - "facing=down,short=true,type=sticky": { "model": "block/piston_head_short_sticky", "x": 90 }, - "facing=up,short=true,type=sticky": { "model": "block/piston_head_short_sticky", "x": 270 }, - "facing=north,short=true,type=sticky": { "model": "block/piston_head_short_sticky" }, - "facing=south,short=true,type=sticky": { "model": "block/piston_head_short_sticky", "y": 180 }, - "facing=west,short=true,type=sticky": { "model": "block/piston_head_short_sticky", "y": 270 }, - "facing=east,short=true,type=sticky": { "model": "block/piston_head_short_sticky", "y": 90 } - } -} diff --git a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/blockstates/player_head.json b/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/blockstates/player_head.json deleted file mode 100644 index 05969bc2..00000000 --- a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/blockstates/player_head.json +++ /dev/null @@ -1,5 +0,0 @@ -{ - "variants": { - "": { "model": "block/skull" } - } -} diff --git a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/blockstates/player_wall_head.json b/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/blockstates/player_wall_head.json deleted file mode 100644 index 05969bc2..00000000 --- a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/blockstates/player_wall_head.json +++ /dev/null @@ -1,5 +0,0 @@ -{ - "variants": { - "": { "model": "block/skull" } - } -} diff --git a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/blockstates/podzol.json b/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/blockstates/podzol.json deleted file mode 100644 index 343aa59e..00000000 --- a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/blockstates/podzol.json +++ /dev/null @@ -1,11 +0,0 @@ -{ - "variants": { - "snowy=false": [ - { "model": "block/podzol" }, - { "model": "block/podzol", "y": 90 }, - { "model": "block/podzol", "y": 180 }, - { "model": "block/podzol", "y": 270 } - ], - "snowy=true": { "model": "block/grass_block_snow" } - } -} diff --git a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/blockstates/polished_andesite.json b/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/blockstates/polished_andesite.json deleted file mode 100644 index 0c117f97..00000000 --- a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/blockstates/polished_andesite.json +++ /dev/null @@ -1,5 +0,0 @@ -{ - "variants": { - "": { "model": "block/polished_andesite" } - } -} diff --git a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/blockstates/polished_andesite_slab.json b/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/blockstates/polished_andesite_slab.json deleted file mode 100644 index 1cef7814..00000000 --- a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/blockstates/polished_andesite_slab.json +++ /dev/null @@ -1,7 +0,0 @@ -{ - "variants": { - "type=bottom": { "model": "block/polished_andesite_slab" }, - "type=top": { "model": "block/polished_andesite_slab_top" }, - "type=double": { "model": "block/polished_andesite" } - } -} diff --git a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/blockstates/polished_andesite_stairs.json b/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/blockstates/polished_andesite_stairs.json deleted file mode 100644 index 681a7af1..00000000 --- a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/blockstates/polished_andesite_stairs.json +++ /dev/null @@ -1,44 +0,0 @@ -{ - "variants": { - "facing=east,half=bottom,shape=straight": { "model": "block/polished_andesite_stairs" }, - "facing=west,half=bottom,shape=straight": { "model": "block/polished_andesite_stairs", "y": 180, "uvlock": true }, - "facing=south,half=bottom,shape=straight": { "model": "block/polished_andesite_stairs", "y": 90, "uvlock": true }, - "facing=north,half=bottom,shape=straight": { "model": "block/polished_andesite_stairs", "y": 270, "uvlock": true }, - "facing=east,half=bottom,shape=outer_right": { "model": "block/polished_andesite_stairs_outer" }, - "facing=west,half=bottom,shape=outer_right": { "model": "block/polished_andesite_stairs_outer", "y": 180, "uvlock": true }, - "facing=south,half=bottom,shape=outer_right": { "model": "block/polished_andesite_stairs_outer", "y": 90, "uvlock": true }, - "facing=north,half=bottom,shape=outer_right": { "model": "block/polished_andesite_stairs_outer", "y": 270, "uvlock": true }, - "facing=east,half=bottom,shape=outer_left": { "model": "block/polished_andesite_stairs_outer", "y": 270, "uvlock": true }, - "facing=west,half=bottom,shape=outer_left": { "model": "block/polished_andesite_stairs_outer", "y": 90, "uvlock": true }, - "facing=south,half=bottom,shape=outer_left": { "model": "block/polished_andesite_stairs_outer" }, - "facing=north,half=bottom,shape=outer_left": { "model": "block/polished_andesite_stairs_outer", "y": 180, "uvlock": true }, - "facing=east,half=bottom,shape=inner_right": { "model": "block/polished_andesite_stairs_inner" }, - "facing=west,half=bottom,shape=inner_right": { "model": "block/polished_andesite_stairs_inner", "y": 180, "uvlock": true }, - "facing=south,half=bottom,shape=inner_right": { "model": "block/polished_andesite_stairs_inner", "y": 90, "uvlock": true }, - "facing=north,half=bottom,shape=inner_right": { "model": "block/polished_andesite_stairs_inner", "y": 270, "uvlock": true }, - "facing=east,half=bottom,shape=inner_left": { "model": "block/polished_andesite_stairs_inner", "y": 270, "uvlock": true }, - "facing=west,half=bottom,shape=inner_left": { "model": "block/polished_andesite_stairs_inner", "y": 90, "uvlock": true }, - "facing=south,half=bottom,shape=inner_left": { "model": "block/polished_andesite_stairs_inner" }, - "facing=north,half=bottom,shape=inner_left": { "model": "block/polished_andesite_stairs_inner", "y": 180, "uvlock": true }, - "facing=east,half=top,shape=straight": { "model": "block/polished_andesite_stairs", "x": 180, "uvlock": true }, - "facing=west,half=top,shape=straight": { "model": "block/polished_andesite_stairs", "x": 180, "y": 180, "uvlock": true }, - "facing=south,half=top,shape=straight": { "model": "block/polished_andesite_stairs", "x": 180, "y": 90, "uvlock": true }, - "facing=north,half=top,shape=straight": { "model": "block/polished_andesite_stairs", "x": 180, "y": 270, "uvlock": true }, - "facing=east,half=top,shape=outer_right": { "model": "block/polished_andesite_stairs_outer", "x": 180, "y": 90, "uvlock": true }, - "facing=west,half=top,shape=outer_right": { "model": "block/polished_andesite_stairs_outer", "x": 180, "y": 270, "uvlock": true }, - "facing=south,half=top,shape=outer_right": { "model": "block/polished_andesite_stairs_outer", "x": 180, "y": 180, "uvlock": true }, - "facing=north,half=top,shape=outer_right": { "model": "block/polished_andesite_stairs_outer", "x": 180, "uvlock": true }, - "facing=east,half=top,shape=outer_left": { "model": "block/polished_andesite_stairs_outer", "x": 180, "uvlock": true }, - "facing=west,half=top,shape=outer_left": { "model": "block/polished_andesite_stairs_outer", "x": 180, "y": 180, "uvlock": true }, - "facing=south,half=top,shape=outer_left": { "model": "block/polished_andesite_stairs_outer", "x": 180, "y": 90, "uvlock": true }, - "facing=north,half=top,shape=outer_left": { "model": "block/polished_andesite_stairs_outer", "x": 180, "y": 270, "uvlock": true }, - "facing=east,half=top,shape=inner_right": { "model": "block/polished_andesite_stairs_inner", "x": 180, "y": 90, "uvlock": true }, - "facing=west,half=top,shape=inner_right": { "model": "block/polished_andesite_stairs_inner", "x": 180, "y": 270, "uvlock": true }, - "facing=south,half=top,shape=inner_right": { "model": "block/polished_andesite_stairs_inner", "x": 180, "y": 180, "uvlock": true }, - "facing=north,half=top,shape=inner_right": { "model": "block/polished_andesite_stairs_inner", "x": 180, "uvlock": true }, - "facing=east,half=top,shape=inner_left": { "model": "block/polished_andesite_stairs_inner", "x": 180, "uvlock": true }, - "facing=west,half=top,shape=inner_left": { "model": "block/polished_andesite_stairs_inner", "x": 180, "y": 180, "uvlock": true }, - "facing=south,half=top,shape=inner_left": { "model": "block/polished_andesite_stairs_inner", "x": 180, "y": 90, "uvlock": true }, - "facing=north,half=top,shape=inner_left": { "model": "block/polished_andesite_stairs_inner", "x": 180, "y": 270, "uvlock": true } - } -} diff --git a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/blockstates/polished_diorite.json b/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/blockstates/polished_diorite.json deleted file mode 100644 index 59c76b93..00000000 --- a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/blockstates/polished_diorite.json +++ /dev/null @@ -1,5 +0,0 @@ -{ - "variants": { - "": { "model": "block/polished_diorite" } - } -} diff --git a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/blockstates/polished_diorite_slab.json b/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/blockstates/polished_diorite_slab.json deleted file mode 100644 index 034f6548..00000000 --- a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/blockstates/polished_diorite_slab.json +++ /dev/null @@ -1,7 +0,0 @@ -{ - "variants": { - "type=bottom": { "model": "block/polished_diorite_slab" }, - "type=top": { "model": "block/polished_diorite_slab_top" }, - "type=double": { "model": "block/polished_diorite" } - } -} diff --git a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/blockstates/polished_diorite_stairs.json b/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/blockstates/polished_diorite_stairs.json deleted file mode 100644 index c5503a23..00000000 --- a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/blockstates/polished_diorite_stairs.json +++ /dev/null @@ -1,44 +0,0 @@ -{ - "variants": { - "facing=east,half=bottom,shape=straight": { "model": "block/polished_diorite_stairs" }, - "facing=west,half=bottom,shape=straight": { "model": "block/polished_diorite_stairs", "y": 180, "uvlock": true }, - "facing=south,half=bottom,shape=straight": { "model": "block/polished_diorite_stairs", "y": 90, "uvlock": true }, - "facing=north,half=bottom,shape=straight": { "model": "block/polished_diorite_stairs", "y": 270, "uvlock": true }, - "facing=east,half=bottom,shape=outer_right": { "model": "block/polished_diorite_stairs_outer" }, - "facing=west,half=bottom,shape=outer_right": { "model": "block/polished_diorite_stairs_outer", "y": 180, "uvlock": true }, - "facing=south,half=bottom,shape=outer_right": { "model": "block/polished_diorite_stairs_outer", "y": 90, "uvlock": true }, - "facing=north,half=bottom,shape=outer_right": { "model": "block/polished_diorite_stairs_outer", "y": 270, "uvlock": true }, - "facing=east,half=bottom,shape=outer_left": { "model": "block/polished_diorite_stairs_outer", "y": 270, "uvlock": true }, - "facing=west,half=bottom,shape=outer_left": { "model": "block/polished_diorite_stairs_outer", "y": 90, "uvlock": true }, - "facing=south,half=bottom,shape=outer_left": { "model": "block/polished_diorite_stairs_outer" }, - "facing=north,half=bottom,shape=outer_left": { "model": "block/polished_diorite_stairs_outer", "y": 180, "uvlock": true }, - "facing=east,half=bottom,shape=inner_right": { "model": "block/polished_diorite_stairs_inner" }, - "facing=west,half=bottom,shape=inner_right": { "model": "block/polished_diorite_stairs_inner", "y": 180, "uvlock": true }, - "facing=south,half=bottom,shape=inner_right": { "model": "block/polished_diorite_stairs_inner", "y": 90, "uvlock": true }, - "facing=north,half=bottom,shape=inner_right": { "model": "block/polished_diorite_stairs_inner", "y": 270, "uvlock": true }, - "facing=east,half=bottom,shape=inner_left": { "model": "block/polished_diorite_stairs_inner", "y": 270, "uvlock": true }, - "facing=west,half=bottom,shape=inner_left": { "model": "block/polished_diorite_stairs_inner", "y": 90, "uvlock": true }, - "facing=south,half=bottom,shape=inner_left": { "model": "block/polished_diorite_stairs_inner" }, - "facing=north,half=bottom,shape=inner_left": { "model": "block/polished_diorite_stairs_inner", "y": 180, "uvlock": true }, - "facing=east,half=top,shape=straight": { "model": "block/polished_diorite_stairs", "x": 180, "uvlock": true }, - "facing=west,half=top,shape=straight": { "model": "block/polished_diorite_stairs", "x": 180, "y": 180, "uvlock": true }, - "facing=south,half=top,shape=straight": { "model": "block/polished_diorite_stairs", "x": 180, "y": 90, "uvlock": true }, - "facing=north,half=top,shape=straight": { "model": "block/polished_diorite_stairs", "x": 180, "y": 270, "uvlock": true }, - "facing=east,half=top,shape=outer_right": { "model": "block/polished_diorite_stairs_outer", "x": 180, "y": 90, "uvlock": true }, - "facing=west,half=top,shape=outer_right": { "model": "block/polished_diorite_stairs_outer", "x": 180, "y": 270, "uvlock": true }, - "facing=south,half=top,shape=outer_right": { "model": "block/polished_diorite_stairs_outer", "x": 180, "y": 180, "uvlock": true }, - "facing=north,half=top,shape=outer_right": { "model": "block/polished_diorite_stairs_outer", "x": 180, "uvlock": true }, - "facing=east,half=top,shape=outer_left": { "model": "block/polished_diorite_stairs_outer", "x": 180, "uvlock": true }, - "facing=west,half=top,shape=outer_left": { "model": "block/polished_diorite_stairs_outer", "x": 180, "y": 180, "uvlock": true }, - "facing=south,half=top,shape=outer_left": { "model": "block/polished_diorite_stairs_outer", "x": 180, "y": 90, "uvlock": true }, - "facing=north,half=top,shape=outer_left": { "model": "block/polished_diorite_stairs_outer", "x": 180, "y": 270, "uvlock": true }, - "facing=east,half=top,shape=inner_right": { "model": "block/polished_diorite_stairs_inner", "x": 180, "y": 90, "uvlock": true }, - "facing=west,half=top,shape=inner_right": { "model": "block/polished_diorite_stairs_inner", "x": 180, "y": 270, "uvlock": true }, - "facing=south,half=top,shape=inner_right": { "model": "block/polished_diorite_stairs_inner", "x": 180, "y": 180, "uvlock": true }, - "facing=north,half=top,shape=inner_right": { "model": "block/polished_diorite_stairs_inner", "x": 180, "uvlock": true }, - "facing=east,half=top,shape=inner_left": { "model": "block/polished_diorite_stairs_inner", "x": 180, "uvlock": true }, - "facing=west,half=top,shape=inner_left": { "model": "block/polished_diorite_stairs_inner", "x": 180, "y": 180, "uvlock": true }, - "facing=south,half=top,shape=inner_left": { "model": "block/polished_diorite_stairs_inner", "x": 180, "y": 90, "uvlock": true }, - "facing=north,half=top,shape=inner_left": { "model": "block/polished_diorite_stairs_inner", "x": 180, "y": 270, "uvlock": true } - } -} diff --git a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/blockstates/polished_granite.json b/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/blockstates/polished_granite.json deleted file mode 100644 index e31ad3d1..00000000 --- a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/blockstates/polished_granite.json +++ /dev/null @@ -1,5 +0,0 @@ -{ - "variants": { - "": { "model": "block/polished_granite" } - } -} diff --git a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/blockstates/polished_granite_slab.json b/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/blockstates/polished_granite_slab.json deleted file mode 100644 index ff9c3285..00000000 --- a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/blockstates/polished_granite_slab.json +++ /dev/null @@ -1,7 +0,0 @@ -{ - "variants": { - "type=bottom": { "model": "block/polished_granite_slab" }, - "type=top": { "model": "block/polished_granite_slab_top" }, - "type=double": { "model": "block/polished_granite" } - } -} diff --git a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/blockstates/polished_granite_stairs.json b/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/blockstates/polished_granite_stairs.json deleted file mode 100644 index 3c083fd1..00000000 --- a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/blockstates/polished_granite_stairs.json +++ /dev/null @@ -1,44 +0,0 @@ -{ - "variants": { - "facing=east,half=bottom,shape=straight": { "model": "block/polished_granite_stairs" }, - "facing=west,half=bottom,shape=straight": { "model": "block/polished_granite_stairs", "y": 180, "uvlock": true }, - "facing=south,half=bottom,shape=straight": { "model": "block/polished_granite_stairs", "y": 90, "uvlock": true }, - "facing=north,half=bottom,shape=straight": { "model": "block/polished_granite_stairs", "y": 270, "uvlock": true }, - "facing=east,half=bottom,shape=outer_right": { "model": "block/polished_granite_stairs_outer" }, - "facing=west,half=bottom,shape=outer_right": { "model": "block/polished_granite_stairs_outer", "y": 180, "uvlock": true }, - "facing=south,half=bottom,shape=outer_right": { "model": "block/polished_granite_stairs_outer", "y": 90, "uvlock": true }, - "facing=north,half=bottom,shape=outer_right": { "model": "block/polished_granite_stairs_outer", "y": 270, "uvlock": true }, - "facing=east,half=bottom,shape=outer_left": { "model": "block/polished_granite_stairs_outer", "y": 270, "uvlock": true }, - "facing=west,half=bottom,shape=outer_left": { "model": "block/polished_granite_stairs_outer", "y": 90, "uvlock": true }, - "facing=south,half=bottom,shape=outer_left": { "model": "block/polished_granite_stairs_outer" }, - "facing=north,half=bottom,shape=outer_left": { "model": "block/polished_granite_stairs_outer", "y": 180, "uvlock": true }, - "facing=east,half=bottom,shape=inner_right": { "model": "block/polished_granite_stairs_inner" }, - "facing=west,half=bottom,shape=inner_right": { "model": "block/polished_granite_stairs_inner", "y": 180, "uvlock": true }, - "facing=south,half=bottom,shape=inner_right": { "model": "block/polished_granite_stairs_inner", "y": 90, "uvlock": true }, - "facing=north,half=bottom,shape=inner_right": { "model": "block/polished_granite_stairs_inner", "y": 270, "uvlock": true }, - "facing=east,half=bottom,shape=inner_left": { "model": "block/polished_granite_stairs_inner", "y": 270, "uvlock": true }, - "facing=west,half=bottom,shape=inner_left": { "model": "block/polished_granite_stairs_inner", "y": 90, "uvlock": true }, - "facing=south,half=bottom,shape=inner_left": { "model": "block/polished_granite_stairs_inner" }, - "facing=north,half=bottom,shape=inner_left": { "model": "block/polished_granite_stairs_inner", "y": 180, "uvlock": true }, - "facing=east,half=top,shape=straight": { "model": "block/polished_granite_stairs", "x": 180, "uvlock": true }, - "facing=west,half=top,shape=straight": { "model": "block/polished_granite_stairs", "x": 180, "y": 180, "uvlock": true }, - "facing=south,half=top,shape=straight": { "model": "block/polished_granite_stairs", "x": 180, "y": 90, "uvlock": true }, - "facing=north,half=top,shape=straight": { "model": "block/polished_granite_stairs", "x": 180, "y": 270, "uvlock": true }, - "facing=east,half=top,shape=outer_right": { "model": "block/polished_granite_stairs_outer", "x": 180, "y": 90, "uvlock": true }, - "facing=west,half=top,shape=outer_right": { "model": "block/polished_granite_stairs_outer", "x": 180, "y": 270, "uvlock": true }, - "facing=south,half=top,shape=outer_right": { "model": "block/polished_granite_stairs_outer", "x": 180, "y": 180, "uvlock": true }, - "facing=north,half=top,shape=outer_right": { "model": "block/polished_granite_stairs_outer", "x": 180, "uvlock": true }, - "facing=east,half=top,shape=outer_left": { "model": "block/polished_granite_stairs_outer", "x": 180, "uvlock": true }, - "facing=west,half=top,shape=outer_left": { "model": "block/polished_granite_stairs_outer", "x": 180, "y": 180, "uvlock": true }, - "facing=south,half=top,shape=outer_left": { "model": "block/polished_granite_stairs_outer", "x": 180, "y": 90, "uvlock": true }, - "facing=north,half=top,shape=outer_left": { "model": "block/polished_granite_stairs_outer", "x": 180, "y": 270, "uvlock": true }, - "facing=east,half=top,shape=inner_right": { "model": "block/polished_granite_stairs_inner", "x": 180, "y": 90, "uvlock": true }, - "facing=west,half=top,shape=inner_right": { "model": "block/polished_granite_stairs_inner", "x": 180, "y": 270, "uvlock": true }, - "facing=south,half=top,shape=inner_right": { "model": "block/polished_granite_stairs_inner", "x": 180, "y": 180, "uvlock": true }, - "facing=north,half=top,shape=inner_right": { "model": "block/polished_granite_stairs_inner", "x": 180, "uvlock": true }, - "facing=east,half=top,shape=inner_left": { "model": "block/polished_granite_stairs_inner", "x": 180, "uvlock": true }, - "facing=west,half=top,shape=inner_left": { "model": "block/polished_granite_stairs_inner", "x": 180, "y": 180, "uvlock": true }, - "facing=south,half=top,shape=inner_left": { "model": "block/polished_granite_stairs_inner", "x": 180, "y": 90, "uvlock": true }, - "facing=north,half=top,shape=inner_left": { "model": "block/polished_granite_stairs_inner", "x": 180, "y": 270, "uvlock": true } - } -} diff --git a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/blockstates/poppy.json b/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/blockstates/poppy.json deleted file mode 100644 index 71537462..00000000 --- a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/blockstates/poppy.json +++ /dev/null @@ -1,5 +0,0 @@ -{ - "variants": { - "": { "model": "block/poppy" } - } -} diff --git a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/blockstates/potatoes.json b/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/blockstates/potatoes.json deleted file mode 100644 index 1b47edda..00000000 --- a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/blockstates/potatoes.json +++ /dev/null @@ -1,12 +0,0 @@ -{ - "variants": { - "age=0": { "model": "block/potatoes_stage0" }, - "age=1": { "model": "block/potatoes_stage0" }, - "age=2": { "model": "block/potatoes_stage1" }, - "age=3": { "model": "block/potatoes_stage1" }, - "age=4": { "model": "block/potatoes_stage2" }, - "age=5": { "model": "block/potatoes_stage2" }, - "age=6": { "model": "block/potatoes_stage2" }, - "age=7": { "model": "block/potatoes_stage3" } - } -} diff --git a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/blockstates/potted_acacia_sapling.json b/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/blockstates/potted_acacia_sapling.json deleted file mode 100644 index b369c220..00000000 --- a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/blockstates/potted_acacia_sapling.json +++ /dev/null @@ -1,5 +0,0 @@ -{ - "variants": { - "": { "model": "block/potted_acacia_sapling" } - } -} diff --git a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/blockstates/potted_allium.json b/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/blockstates/potted_allium.json deleted file mode 100644 index 5ab4f215..00000000 --- a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/blockstates/potted_allium.json +++ /dev/null @@ -1,5 +0,0 @@ -{ - "variants": { - "": { "model": "block/potted_allium" } - } -} diff --git a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/blockstates/potted_azure_bluet.json b/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/blockstates/potted_azure_bluet.json deleted file mode 100644 index a3fff3c8..00000000 --- a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/blockstates/potted_azure_bluet.json +++ /dev/null @@ -1,5 +0,0 @@ -{ - "variants": { - "": { "model": "block/potted_azure_bluet" } - } -} diff --git a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/blockstates/potted_bamboo.json b/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/blockstates/potted_bamboo.json deleted file mode 100644 index a580f760..00000000 --- a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/blockstates/potted_bamboo.json +++ /dev/null @@ -1,5 +0,0 @@ -{ - "variants": { - "": { "model": "block/potted_bamboo" } - } -} diff --git a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/blockstates/potted_birch_sapling.json b/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/blockstates/potted_birch_sapling.json deleted file mode 100644 index 993368f3..00000000 --- a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/blockstates/potted_birch_sapling.json +++ /dev/null @@ -1,5 +0,0 @@ -{ - "variants": { - "": { "model": "block/potted_birch_sapling" } - } -} diff --git a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/blockstates/potted_blue_orchid.json b/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/blockstates/potted_blue_orchid.json deleted file mode 100644 index 8918fe0a..00000000 --- a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/blockstates/potted_blue_orchid.json +++ /dev/null @@ -1,5 +0,0 @@ -{ - "variants": { - "": { "model": "block/potted_blue_orchid" } - } -} diff --git a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/blockstates/potted_brown_mushroom.json b/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/blockstates/potted_brown_mushroom.json deleted file mode 100644 index fb1dc98f..00000000 --- a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/blockstates/potted_brown_mushroom.json +++ /dev/null @@ -1,5 +0,0 @@ -{ - "variants": { - "": { "model": "block/potted_brown_mushroom" } - } -} diff --git a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/blockstates/potted_cactus.json b/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/blockstates/potted_cactus.json deleted file mode 100644 index 49c909ff..00000000 --- a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/blockstates/potted_cactus.json +++ /dev/null @@ -1,5 +0,0 @@ -{ - "variants": { - "": { "model": "block/potted_cactus" } - } -} diff --git a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/blockstates/potted_cornflower.json b/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/blockstates/potted_cornflower.json deleted file mode 100644 index 7ae4d9d5..00000000 --- a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/blockstates/potted_cornflower.json +++ /dev/null @@ -1,5 +0,0 @@ -{ - "variants": { - "": { "model": "block/potted_cornflower" } - } -} diff --git a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/blockstates/potted_dandelion.json b/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/blockstates/potted_dandelion.json deleted file mode 100644 index 3acd970a..00000000 --- a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/blockstates/potted_dandelion.json +++ /dev/null @@ -1,5 +0,0 @@ -{ - "variants": { - "": { "model": "block/potted_dandelion" } - } -} diff --git a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/blockstates/potted_dark_oak_sapling.json b/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/blockstates/potted_dark_oak_sapling.json deleted file mode 100644 index a65f73e5..00000000 --- a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/blockstates/potted_dark_oak_sapling.json +++ /dev/null @@ -1,5 +0,0 @@ -{ - "variants": { - "": { "model": "block/potted_dark_oak_sapling" } - } -} diff --git a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/blockstates/potted_dead_bush.json b/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/blockstates/potted_dead_bush.json deleted file mode 100644 index 65f40d1f..00000000 --- a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/blockstates/potted_dead_bush.json +++ /dev/null @@ -1,5 +0,0 @@ -{ - "variants": { - "": { "model": "block/potted_dead_bush" } - } -} diff --git a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/blockstates/potted_fern.json b/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/blockstates/potted_fern.json deleted file mode 100644 index 114c0e10..00000000 --- a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/blockstates/potted_fern.json +++ /dev/null @@ -1,5 +0,0 @@ -{ - "variants": { - "": { "model": "block/potted_fern" } - } -} diff --git a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/blockstates/potted_jungle_sapling.json b/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/blockstates/potted_jungle_sapling.json deleted file mode 100644 index fbee37c0..00000000 --- a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/blockstates/potted_jungle_sapling.json +++ /dev/null @@ -1,5 +0,0 @@ -{ - "variants": { - "": { "model": "block/potted_jungle_sapling" } - } -} diff --git a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/blockstates/potted_lily_of_the_valley.json b/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/blockstates/potted_lily_of_the_valley.json deleted file mode 100644 index 2f74497d..00000000 --- a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/blockstates/potted_lily_of_the_valley.json +++ /dev/null @@ -1,5 +0,0 @@ -{ - "variants": { - "": { "model": "block/potted_lily_of_the_valley" } - } -} diff --git a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/blockstates/potted_oak_sapling.json b/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/blockstates/potted_oak_sapling.json deleted file mode 100644 index 47837f10..00000000 --- a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/blockstates/potted_oak_sapling.json +++ /dev/null @@ -1,5 +0,0 @@ -{ - "variants": { - "": { "model": "block/potted_oak_sapling" } - } -} diff --git a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/blockstates/potted_orange_tulip.json b/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/blockstates/potted_orange_tulip.json deleted file mode 100644 index f52ecda5..00000000 --- a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/blockstates/potted_orange_tulip.json +++ /dev/null @@ -1,5 +0,0 @@ -{ - "variants": { - "": { "model": "block/potted_orange_tulip" } - } -} diff --git a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/blockstates/potted_oxeye_daisy.json b/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/blockstates/potted_oxeye_daisy.json deleted file mode 100644 index ee4231ef..00000000 --- a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/blockstates/potted_oxeye_daisy.json +++ /dev/null @@ -1,5 +0,0 @@ -{ - "variants": { - "": { "model": "block/potted_oxeye_daisy" } - } -} diff --git a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/blockstates/potted_pink_tulip.json b/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/blockstates/potted_pink_tulip.json deleted file mode 100644 index e23f9a86..00000000 --- a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/blockstates/potted_pink_tulip.json +++ /dev/null @@ -1,5 +0,0 @@ -{ - "variants": { - "": { "model": "block/potted_pink_tulip" } - } -} diff --git a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/blockstates/potted_poppy.json b/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/blockstates/potted_poppy.json deleted file mode 100644 index e1da0348..00000000 --- a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/blockstates/potted_poppy.json +++ /dev/null @@ -1,5 +0,0 @@ -{ - "variants": { - "": { "model": "block/potted_poppy" } - } -} diff --git a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/blockstates/potted_red_mushroom.json b/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/blockstates/potted_red_mushroom.json deleted file mode 100644 index fbf41d4d..00000000 --- a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/blockstates/potted_red_mushroom.json +++ /dev/null @@ -1,5 +0,0 @@ -{ - "variants": { - "": { "model": "block/potted_red_mushroom" } - } -} diff --git a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/blockstates/potted_red_tulip.json b/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/blockstates/potted_red_tulip.json deleted file mode 100644 index a6c7a126..00000000 --- a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/blockstates/potted_red_tulip.json +++ /dev/null @@ -1,5 +0,0 @@ -{ - "variants": { - "": { "model": "block/potted_red_tulip" } - } -} diff --git a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/blockstates/potted_spruce_sapling.json b/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/blockstates/potted_spruce_sapling.json deleted file mode 100644 index 422fd25b..00000000 --- a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/blockstates/potted_spruce_sapling.json +++ /dev/null @@ -1,5 +0,0 @@ -{ - "variants": { - "": { "model": "block/potted_spruce_sapling" } - } -} diff --git a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/blockstates/potted_white_tulip.json b/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/blockstates/potted_white_tulip.json deleted file mode 100644 index d0a5f985..00000000 --- a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/blockstates/potted_white_tulip.json +++ /dev/null @@ -1,5 +0,0 @@ -{ - "variants": { - "": { "model": "block/potted_white_tulip" } - } -} diff --git a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/blockstates/potted_wither_rose.json b/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/blockstates/potted_wither_rose.json deleted file mode 100644 index 4c59bc30..00000000 --- a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/blockstates/potted_wither_rose.json +++ /dev/null @@ -1,5 +0,0 @@ -{ - "variants": { - "": { "model": "block/potted_wither_rose" } - } -} diff --git a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/blockstates/powered_rail.json b/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/blockstates/powered_rail.json deleted file mode 100644 index a853b338..00000000 --- a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/blockstates/powered_rail.json +++ /dev/null @@ -1,16 +0,0 @@ -{ - "variants": { - "powered=false,shape=north_south": { "model": "block/powered_rail" }, - "powered=false,shape=east_west": { "model": "block/powered_rail", "y": 90 }, - "powered=false,shape=ascending_east": { "model": "block/powered_rail_raised_ne", "y": 90 }, - "powered=false,shape=ascending_west": { "model": "block/powered_rail_raised_sw", "y": 90 }, - "powered=false,shape=ascending_north": { "model": "block/powered_rail_raised_ne" }, - "powered=false,shape=ascending_south": { "model": "block/powered_rail_raised_sw" }, - "powered=true,shape=north_south": { "model": "block/powered_rail_on" }, - "powered=true,shape=east_west": { "model": "block/powered_rail_on", "y": 90 }, - "powered=true,shape=ascending_east": { "model": "block/powered_rail_on_raised_ne", "y": 90 }, - "powered=true,shape=ascending_west": { "model": "block/powered_rail_on_raised_sw", "y": 90 }, - "powered=true,shape=ascending_north": { "model": "block/powered_rail_on_raised_ne" }, - "powered=true,shape=ascending_south": { "model": "block/powered_rail_on_raised_sw" } - } -} diff --git a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/blockstates/prismarine.json b/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/blockstates/prismarine.json deleted file mode 100644 index 559f85c5..00000000 --- a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/blockstates/prismarine.json +++ /dev/null @@ -1,5 +0,0 @@ -{ - "variants": { - "": { "model": "block/prismarine" } - } -} diff --git a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/blockstates/prismarine_brick_slab.json b/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/blockstates/prismarine_brick_slab.json deleted file mode 100644 index 5b656d58..00000000 --- a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/blockstates/prismarine_brick_slab.json +++ /dev/null @@ -1,7 +0,0 @@ -{ - "variants": { - "type=bottom": { "model": "block/prismarine_brick_slab" }, - "type=top": { "model": "block/prismarine_brick_slab_top" }, - "type=double": { "model": "block/prismarine_bricks" } - } -} diff --git a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/blockstates/prismarine_brick_stairs.json b/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/blockstates/prismarine_brick_stairs.json deleted file mode 100644 index 6fc46f97..00000000 --- a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/blockstates/prismarine_brick_stairs.json +++ /dev/null @@ -1,44 +0,0 @@ -{ - "variants": { - "facing=east,half=bottom,shape=straight": { "model": "block/prismarine_brick_stairs" }, - "facing=west,half=bottom,shape=straight": { "model": "block/prismarine_brick_stairs", "y": 180, "uvlock": true }, - "facing=south,half=bottom,shape=straight": { "model": "block/prismarine_brick_stairs", "y": 90, "uvlock": true }, - "facing=north,half=bottom,shape=straight": { "model": "block/prismarine_brick_stairs", "y": 270, "uvlock": true }, - "facing=east,half=bottom,shape=outer_right": { "model": "block/prismarine_brick_stairs_outer" }, - "facing=west,half=bottom,shape=outer_right": { "model": "block/prismarine_brick_stairs_outer", "y": 180, "uvlock": true }, - "facing=south,half=bottom,shape=outer_right": { "model": "block/prismarine_brick_stairs_outer", "y": 90, "uvlock": true }, - "facing=north,half=bottom,shape=outer_right": { "model": "block/prismarine_brick_stairs_outer", "y": 270, "uvlock": true }, - "facing=east,half=bottom,shape=outer_left": { "model": "block/prismarine_brick_stairs_outer", "y": 270, "uvlock": true }, - "facing=west,half=bottom,shape=outer_left": { "model": "block/prismarine_brick_stairs_outer", "y": 90, "uvlock": true }, - "facing=south,half=bottom,shape=outer_left": { "model": "block/prismarine_brick_stairs_outer" }, - "facing=north,half=bottom,shape=outer_left": { "model": "block/prismarine_brick_stairs_outer", "y": 180, "uvlock": true }, - "facing=east,half=bottom,shape=inner_right": { "model": "block/prismarine_brick_stairs_inner" }, - "facing=west,half=bottom,shape=inner_right": { "model": "block/prismarine_brick_stairs_inner", "y": 180, "uvlock": true }, - "facing=south,half=bottom,shape=inner_right": { "model": "block/prismarine_brick_stairs_inner", "y": 90, "uvlock": true }, - "facing=north,half=bottom,shape=inner_right": { "model": "block/prismarine_brick_stairs_inner", "y": 270, "uvlock": true }, - "facing=east,half=bottom,shape=inner_left": { "model": "block/prismarine_brick_stairs_inner", "y": 270, "uvlock": true }, - "facing=west,half=bottom,shape=inner_left": { "model": "block/prismarine_brick_stairs_inner", "y": 90, "uvlock": true }, - "facing=south,half=bottom,shape=inner_left": { "model": "block/prismarine_brick_stairs_inner" }, - "facing=north,half=bottom,shape=inner_left": { "model": "block/prismarine_brick_stairs_inner", "y": 180, "uvlock": true }, - "facing=east,half=top,shape=straight": { "model": "block/prismarine_brick_stairs", "x": 180, "uvlock": true }, - "facing=west,half=top,shape=straight": { "model": "block/prismarine_brick_stairs", "x": 180, "y": 180, "uvlock": true }, - "facing=south,half=top,shape=straight": { "model": "block/prismarine_brick_stairs", "x": 180, "y": 90, "uvlock": true }, - "facing=north,half=top,shape=straight": { "model": "block/prismarine_brick_stairs", "x": 180, "y": 270, "uvlock": true }, - "facing=east,half=top,shape=outer_right": { "model": "block/prismarine_brick_stairs_outer", "x": 180, "y": 90, "uvlock": true }, - "facing=west,half=top,shape=outer_right": { "model": "block/prismarine_brick_stairs_outer", "x": 180, "y": 270, "uvlock": true }, - "facing=south,half=top,shape=outer_right": { "model": "block/prismarine_brick_stairs_outer", "x": 180, "y": 180, "uvlock": true }, - "facing=north,half=top,shape=outer_right": { "model": "block/prismarine_brick_stairs_outer", "x": 180, "uvlock": true }, - "facing=east,half=top,shape=outer_left": { "model": "block/prismarine_brick_stairs_outer", "x": 180, "uvlock": true }, - "facing=west,half=top,shape=outer_left": { "model": "block/prismarine_brick_stairs_outer", "x": 180, "y": 180, "uvlock": true }, - "facing=south,half=top,shape=outer_left": { "model": "block/prismarine_brick_stairs_outer", "x": 180, "y": 90, "uvlock": true }, - "facing=north,half=top,shape=outer_left": { "model": "block/prismarine_brick_stairs_outer", "x": 180, "y": 270, "uvlock": true }, - "facing=east,half=top,shape=inner_right": { "model": "block/prismarine_brick_stairs_inner", "x": 180, "y": 90, "uvlock": true }, - "facing=west,half=top,shape=inner_right": { "model": "block/prismarine_brick_stairs_inner", "x": 180, "y": 270, "uvlock": true }, - "facing=south,half=top,shape=inner_right": { "model": "block/prismarine_brick_stairs_inner", "x": 180, "y": 180, "uvlock": true }, - "facing=north,half=top,shape=inner_right": { "model": "block/prismarine_brick_stairs_inner", "x": 180, "uvlock": true }, - "facing=east,half=top,shape=inner_left": { "model": "block/prismarine_brick_stairs_inner", "x": 180, "uvlock": true }, - "facing=west,half=top,shape=inner_left": { "model": "block/prismarine_brick_stairs_inner", "x": 180, "y": 180, "uvlock": true }, - "facing=south,half=top,shape=inner_left": { "model": "block/prismarine_brick_stairs_inner", "x": 180, "y": 90, "uvlock": true }, - "facing=north,half=top,shape=inner_left": { "model": "block/prismarine_brick_stairs_inner", "x": 180, "y": 270, "uvlock": true } - } -} diff --git a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/blockstates/prismarine_bricks.json b/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/blockstates/prismarine_bricks.json deleted file mode 100644 index d8cc2a48..00000000 --- a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/blockstates/prismarine_bricks.json +++ /dev/null @@ -1,5 +0,0 @@ -{ - "variants": { - "": { "model": "block/prismarine_bricks" } - } -} diff --git a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/blockstates/prismarine_slab.json b/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/blockstates/prismarine_slab.json deleted file mode 100644 index 4deb13da..00000000 --- a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/blockstates/prismarine_slab.json +++ /dev/null @@ -1,7 +0,0 @@ -{ - "variants": { - "type=bottom": { "model": "block/prismarine_slab" }, - "type=top": { "model": "block/prismarine_slab_top" }, - "type=double": { "model": "block/prismarine" } - } -} diff --git a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/blockstates/prismarine_stairs.json b/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/blockstates/prismarine_stairs.json deleted file mode 100644 index 6ed279e6..00000000 --- a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/blockstates/prismarine_stairs.json +++ /dev/null @@ -1,44 +0,0 @@ -{ - "variants": { - "facing=east,half=bottom,shape=straight": { "model": "block/prismarine_stairs" }, - "facing=west,half=bottom,shape=straight": { "model": "block/prismarine_stairs", "y": 180, "uvlock": true }, - "facing=south,half=bottom,shape=straight": { "model": "block/prismarine_stairs", "y": 90, "uvlock": true }, - "facing=north,half=bottom,shape=straight": { "model": "block/prismarine_stairs", "y": 270, "uvlock": true }, - "facing=east,half=bottom,shape=outer_right": { "model": "block/prismarine_stairs_outer" }, - "facing=west,half=bottom,shape=outer_right": { "model": "block/prismarine_stairs_outer", "y": 180, "uvlock": true }, - "facing=south,half=bottom,shape=outer_right": { "model": "block/prismarine_stairs_outer", "y": 90, "uvlock": true }, - "facing=north,half=bottom,shape=outer_right": { "model": "block/prismarine_stairs_outer", "y": 270, "uvlock": true }, - "facing=east,half=bottom,shape=outer_left": { "model": "block/prismarine_stairs_outer", "y": 270, "uvlock": true }, - "facing=west,half=bottom,shape=outer_left": { "model": "block/prismarine_stairs_outer", "y": 90, "uvlock": true }, - "facing=south,half=bottom,shape=outer_left": { "model": "block/prismarine_stairs_outer" }, - "facing=north,half=bottom,shape=outer_left": { "model": "block/prismarine_stairs_outer", "y": 180, "uvlock": true }, - "facing=east,half=bottom,shape=inner_right": { "model": "block/prismarine_stairs_inner" }, - "facing=west,half=bottom,shape=inner_right": { "model": "block/prismarine_stairs_inner", "y": 180, "uvlock": true }, - "facing=south,half=bottom,shape=inner_right": { "model": "block/prismarine_stairs_inner", "y": 90, "uvlock": true }, - "facing=north,half=bottom,shape=inner_right": { "model": "block/prismarine_stairs_inner", "y": 270, "uvlock": true }, - "facing=east,half=bottom,shape=inner_left": { "model": "block/prismarine_stairs_inner", "y": 270, "uvlock": true }, - "facing=west,half=bottom,shape=inner_left": { "model": "block/prismarine_stairs_inner", "y": 90, "uvlock": true }, - "facing=south,half=bottom,shape=inner_left": { "model": "block/prismarine_stairs_inner" }, - "facing=north,half=bottom,shape=inner_left": { "model": "block/prismarine_stairs_inner", "y": 180, "uvlock": true }, - "facing=east,half=top,shape=straight": { "model": "block/prismarine_stairs", "x": 180, "uvlock": true }, - "facing=west,half=top,shape=straight": { "model": "block/prismarine_stairs", "x": 180, "y": 180, "uvlock": true }, - "facing=south,half=top,shape=straight": { "model": "block/prismarine_stairs", "x": 180, "y": 90, "uvlock": true }, - "facing=north,half=top,shape=straight": { "model": "block/prismarine_stairs", "x": 180, "y": 270, "uvlock": true }, - "facing=east,half=top,shape=outer_right": { "model": "block/prismarine_stairs_outer", "x": 180, "y": 90, "uvlock": true }, - "facing=west,half=top,shape=outer_right": { "model": "block/prismarine_stairs_outer", "x": 180, "y": 270, "uvlock": true }, - "facing=south,half=top,shape=outer_right": { "model": "block/prismarine_stairs_outer", "x": 180, "y": 180, "uvlock": true }, - "facing=north,half=top,shape=outer_right": { "model": "block/prismarine_stairs_outer", "x": 180, "uvlock": true }, - "facing=east,half=top,shape=outer_left": { "model": "block/prismarine_stairs_outer", "x": 180, "uvlock": true }, - "facing=west,half=top,shape=outer_left": { "model": "block/prismarine_stairs_outer", "x": 180, "y": 180, "uvlock": true }, - "facing=south,half=top,shape=outer_left": { "model": "block/prismarine_stairs_outer", "x": 180, "y": 90, "uvlock": true }, - "facing=north,half=top,shape=outer_left": { "model": "block/prismarine_stairs_outer", "x": 180, "y": 270, "uvlock": true }, - "facing=east,half=top,shape=inner_right": { "model": "block/prismarine_stairs_inner", "x": 180, "y": 90, "uvlock": true }, - "facing=west,half=top,shape=inner_right": { "model": "block/prismarine_stairs_inner", "x": 180, "y": 270, "uvlock": true }, - "facing=south,half=top,shape=inner_right": { "model": "block/prismarine_stairs_inner", "x": 180, "y": 180, "uvlock": true }, - "facing=north,half=top,shape=inner_right": { "model": "block/prismarine_stairs_inner", "x": 180, "uvlock": true }, - "facing=east,half=top,shape=inner_left": { "model": "block/prismarine_stairs_inner", "x": 180, "uvlock": true }, - "facing=west,half=top,shape=inner_left": { "model": "block/prismarine_stairs_inner", "x": 180, "y": 180, "uvlock": true }, - "facing=south,half=top,shape=inner_left": { "model": "block/prismarine_stairs_inner", "x": 180, "y": 90, "uvlock": true }, - "facing=north,half=top,shape=inner_left": { "model": "block/prismarine_stairs_inner", "x": 180, "y": 270, "uvlock": true } - } -} diff --git a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/blockstates/prismarine_wall.json b/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/blockstates/prismarine_wall.json deleted file mode 100644 index 95b0f41b..00000000 --- a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/blockstates/prismarine_wall.json +++ /dev/null @@ -1,19 +0,0 @@ -{ - "multipart": [ - { "when": { "up": "true" }, - "apply": { "model": "block/prismarine_wall_post" } - }, - { "when": { "north": "true" }, - "apply": { "model": "block/prismarine_wall_side", "uvlock": true } - }, - { "when": { "east": "true" }, - "apply": { "model": "block/prismarine_wall_side", "y": 90, "uvlock": true } - }, - { "when": { "south": "true" }, - "apply": { "model": "block/prismarine_wall_side", "y": 180, "uvlock": true } - }, - { "when": { "west": "true" }, - "apply": { "model": "block/prismarine_wall_side", "y": 270, "uvlock": true } - } - ] -} diff --git a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/blockstates/pumpkin.json b/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/blockstates/pumpkin.json deleted file mode 100644 index 0ccb2bf5..00000000 --- a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/blockstates/pumpkin.json +++ /dev/null @@ -1,5 +0,0 @@ -{ - "variants": { - "": { "model": "block/pumpkin" } - } -} diff --git a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/blockstates/pumpkin_stem.json b/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/blockstates/pumpkin_stem.json deleted file mode 100644 index 63ae2ecc..00000000 --- a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/blockstates/pumpkin_stem.json +++ /dev/null @@ -1,12 +0,0 @@ -{ - "variants": { - "age=0": { "model": "block/pumpkin_stem_stage0" }, - "age=1": { "model": "block/pumpkin_stem_stage1" }, - "age=2": { "model": "block/pumpkin_stem_stage2" }, - "age=3": { "model": "block/pumpkin_stem_stage3" }, - "age=4": { "model": "block/pumpkin_stem_stage4" }, - "age=5": { "model": "block/pumpkin_stem_stage5" }, - "age=6": { "model": "block/pumpkin_stem_stage6" }, - "age=7": { "model": "block/pumpkin_stem_stage7" } - } -} diff --git a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/blockstates/purple_banner.json b/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/blockstates/purple_banner.json deleted file mode 100644 index e022788c..00000000 --- a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/blockstates/purple_banner.json +++ /dev/null @@ -1,5 +0,0 @@ -{ - "variants": { - "": { "model": "block/banner" } - } -} diff --git a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/blockstates/purple_bed.json b/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/blockstates/purple_bed.json deleted file mode 100644 index 8cdeb6ce..00000000 --- a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/blockstates/purple_bed.json +++ /dev/null @@ -1,5 +0,0 @@ -{ - "variants": { - "": { "model": "block/bed" } - } -} diff --git a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/blockstates/purple_carpet.json b/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/blockstates/purple_carpet.json deleted file mode 100644 index 689b3b1b..00000000 --- a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/blockstates/purple_carpet.json +++ /dev/null @@ -1,5 +0,0 @@ -{ - "variants": { - "": { "model": "block/purple_carpet" } - } -} diff --git a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/blockstates/purple_concrete.json b/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/blockstates/purple_concrete.json deleted file mode 100644 index 1ad21a2d..00000000 --- a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/blockstates/purple_concrete.json +++ /dev/null @@ -1,5 +0,0 @@ -{ - "variants": { - "": { "model": "block/purple_concrete" } - } -} diff --git a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/blockstates/purple_concrete_powder.json b/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/blockstates/purple_concrete_powder.json deleted file mode 100644 index 1a5f1adb..00000000 --- a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/blockstates/purple_concrete_powder.json +++ /dev/null @@ -1,10 +0,0 @@ -{ - "variants": { - "": [ - { "model": "block/purple_concrete_powder" }, - { "model": "block/purple_concrete_powder", "y": 90 }, - { "model": "block/purple_concrete_powder", "y": 180 }, - { "model": "block/purple_concrete_powder", "y": 270 } - ] - } -} diff --git a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/blockstates/purple_glazed_terracotta.json b/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/blockstates/purple_glazed_terracotta.json deleted file mode 100644 index e1e12128..00000000 --- a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/blockstates/purple_glazed_terracotta.json +++ /dev/null @@ -1,8 +0,0 @@ -{ - "variants": { - "facing=south": { "model": "block/purple_glazed_terracotta" }, - "facing=west": { "model": "block/purple_glazed_terracotta", "y": 90 }, - "facing=north": { "model": "block/purple_glazed_terracotta", "y": 180 }, - "facing=east": { "model": "block/purple_glazed_terracotta", "y": 270 } - } -} diff --git a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/blockstates/purple_shulker_box.json b/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/blockstates/purple_shulker_box.json deleted file mode 100644 index a5973b4f..00000000 --- a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/blockstates/purple_shulker_box.json +++ /dev/null @@ -1,5 +0,0 @@ -{ - "variants": { - "": { "model": "block/purple_shulker_box" } - } -} diff --git a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/blockstates/purple_stained_glass.json b/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/blockstates/purple_stained_glass.json deleted file mode 100644 index 25229af4..00000000 --- a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/blockstates/purple_stained_glass.json +++ /dev/null @@ -1,5 +0,0 @@ -{ - "variants": { - "": { "model": "block/purple_stained_glass" } - } -} diff --git a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/blockstates/purple_stained_glass_pane.json b/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/blockstates/purple_stained_glass_pane.json deleted file mode 100644 index cc5891f7..00000000 --- a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/blockstates/purple_stained_glass_pane.json +++ /dev/null @@ -1,29 +0,0 @@ -{ - "multipart": [ - { "apply": { "model": "block/purple_stained_glass_pane_post" }}, - { "when": { "north": true }, - "apply": { "model": "block/purple_stained_glass_pane_side" } - }, - { "when": { "east": true }, - "apply": { "model": "block/purple_stained_glass_pane_side", "y": 90 } - }, - { "when": { "south": true }, - "apply": { "model": "block/purple_stained_glass_pane_side_alt" } - }, - { "when": { "west": true }, - "apply": { "model": "block/purple_stained_glass_pane_side_alt", "y": 90 } - }, - { "when": { "north": false }, - "apply": { "model": "block/purple_stained_glass_pane_noside" } - }, - { "when": { "east": false }, - "apply": { "model": "block/purple_stained_glass_pane_noside_alt" } - }, - { "when": { "south": false }, - "apply": { "model": "block/purple_stained_glass_pane_noside_alt", "y": 90 } - }, - { "when": { "west": false }, - "apply": { "model": "block/purple_stained_glass_pane_noside", "y": 270 } - } - ] -} diff --git a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/blockstates/purple_terracotta.json b/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/blockstates/purple_terracotta.json deleted file mode 100644 index 5d59b95f..00000000 --- a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/blockstates/purple_terracotta.json +++ /dev/null @@ -1,5 +0,0 @@ -{ - "variants": { - "": { "model": "block/purple_terracotta" } - } -} diff --git a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/blockstates/purple_wall_banner.json b/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/blockstates/purple_wall_banner.json deleted file mode 100644 index e022788c..00000000 --- a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/blockstates/purple_wall_banner.json +++ /dev/null @@ -1,5 +0,0 @@ -{ - "variants": { - "": { "model": "block/banner" } - } -} diff --git a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/blockstates/purple_wool.json b/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/blockstates/purple_wool.json deleted file mode 100644 index fe2d4709..00000000 --- a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/blockstates/purple_wool.json +++ /dev/null @@ -1,5 +0,0 @@ -{ - "variants": { - "": { "model": "block/purple_wool" } - } -} diff --git a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/blockstates/purpur_block.json b/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/blockstates/purpur_block.json deleted file mode 100644 index 29b1960c..00000000 --- a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/blockstates/purpur_block.json +++ /dev/null @@ -1,5 +0,0 @@ -{ - "variants": { - "": { "model": "block/purpur_block" } - } -} diff --git a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/blockstates/purpur_pillar.json b/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/blockstates/purpur_pillar.json deleted file mode 100644 index d478434c..00000000 --- a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/blockstates/purpur_pillar.json +++ /dev/null @@ -1,7 +0,0 @@ -{ - "variants": { - "axis=y": { "model": "block/purpur_pillar" }, - "axis=z": { "model": "block/purpur_pillar", "x": 90 }, - "axis=x": { "model": "block/purpur_pillar", "x": 90, "y": 90 } - } -} diff --git a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/blockstates/purpur_slab.json b/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/blockstates/purpur_slab.json deleted file mode 100644 index 9d88fef4..00000000 --- a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/blockstates/purpur_slab.json +++ /dev/null @@ -1,7 +0,0 @@ -{ - "variants": { - "type=bottom": { "model": "block/purpur_slab" }, - "type=top": { "model": "block/purpur_slab_top" }, - "type=double": { "model": "block/purpur_block" } - } -} diff --git a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/blockstates/purpur_stairs.json b/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/blockstates/purpur_stairs.json deleted file mode 100644 index 3ee66fbc..00000000 --- a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/blockstates/purpur_stairs.json +++ /dev/null @@ -1,44 +0,0 @@ -{ - "variants": { - "facing=east,half=bottom,shape=straight": { "model": "block/purpur_stairs" }, - "facing=west,half=bottom,shape=straight": { "model": "block/purpur_stairs", "y": 180, "uvlock": true }, - "facing=south,half=bottom,shape=straight": { "model": "block/purpur_stairs", "y": 90, "uvlock": true }, - "facing=north,half=bottom,shape=straight": { "model": "block/purpur_stairs", "y": 270, "uvlock": true }, - "facing=east,half=bottom,shape=outer_right": { "model": "block/purpur_stairs_outer" }, - "facing=west,half=bottom,shape=outer_right": { "model": "block/purpur_stairs_outer", "y": 180, "uvlock": true }, - "facing=south,half=bottom,shape=outer_right": { "model": "block/purpur_stairs_outer", "y": 90, "uvlock": true }, - "facing=north,half=bottom,shape=outer_right": { "model": "block/purpur_stairs_outer", "y": 270, "uvlock": true }, - "facing=east,half=bottom,shape=outer_left": { "model": "block/purpur_stairs_outer", "y": 270, "uvlock": true }, - "facing=west,half=bottom,shape=outer_left": { "model": "block/purpur_stairs_outer", "y": 90, "uvlock": true }, - "facing=south,half=bottom,shape=outer_left": { "model": "block/purpur_stairs_outer" }, - "facing=north,half=bottom,shape=outer_left": { "model": "block/purpur_stairs_outer", "y": 180, "uvlock": true }, - "facing=east,half=bottom,shape=inner_right": { "model": "block/purpur_stairs_inner" }, - "facing=west,half=bottom,shape=inner_right": { "model": "block/purpur_stairs_inner", "y": 180, "uvlock": true }, - "facing=south,half=bottom,shape=inner_right": { "model": "block/purpur_stairs_inner", "y": 90, "uvlock": true }, - "facing=north,half=bottom,shape=inner_right": { "model": "block/purpur_stairs_inner", "y": 270, "uvlock": true }, - "facing=east,half=bottom,shape=inner_left": { "model": "block/purpur_stairs_inner", "y": 270, "uvlock": true }, - "facing=west,half=bottom,shape=inner_left": { "model": "block/purpur_stairs_inner", "y": 90, "uvlock": true }, - "facing=south,half=bottom,shape=inner_left": { "model": "block/purpur_stairs_inner" }, - "facing=north,half=bottom,shape=inner_left": { "model": "block/purpur_stairs_inner", "y": 180, "uvlock": true }, - "facing=east,half=top,shape=straight": { "model": "block/purpur_stairs", "x": 180, "uvlock": true }, - "facing=west,half=top,shape=straight": { "model": "block/purpur_stairs", "x": 180, "y": 180, "uvlock": true }, - "facing=south,half=top,shape=straight": { "model": "block/purpur_stairs", "x": 180, "y": 90, "uvlock": true }, - "facing=north,half=top,shape=straight": { "model": "block/purpur_stairs", "x": 180, "y": 270, "uvlock": true }, - "facing=east,half=top,shape=outer_right": { "model": "block/purpur_stairs_outer", "x": 180, "y": 90, "uvlock": true }, - "facing=west,half=top,shape=outer_right": { "model": "block/purpur_stairs_outer", "x": 180, "y": 270, "uvlock": true }, - "facing=south,half=top,shape=outer_right": { "model": "block/purpur_stairs_outer", "x": 180, "y": 180, "uvlock": true }, - "facing=north,half=top,shape=outer_right": { "model": "block/purpur_stairs_outer", "x": 180, "uvlock": true }, - "facing=east,half=top,shape=outer_left": { "model": "block/purpur_stairs_outer", "x": 180, "uvlock": true }, - "facing=west,half=top,shape=outer_left": { "model": "block/purpur_stairs_outer", "x": 180, "y": 180, "uvlock": true }, - "facing=south,half=top,shape=outer_left": { "model": "block/purpur_stairs_outer", "x": 180, "y": 90, "uvlock": true }, - "facing=north,half=top,shape=outer_left": { "model": "block/purpur_stairs_outer", "x": 180, "y": 270, "uvlock": true }, - "facing=east,half=top,shape=inner_right": { "model": "block/purpur_stairs_inner", "x": 180, "y": 90, "uvlock": true }, - "facing=west,half=top,shape=inner_right": { "model": "block/purpur_stairs_inner", "x": 180, "y": 270, "uvlock": true }, - "facing=south,half=top,shape=inner_right": { "model": "block/purpur_stairs_inner", "x": 180, "y": 180, "uvlock": true }, - "facing=north,half=top,shape=inner_right": { "model": "block/purpur_stairs_inner", "x": 180, "uvlock": true }, - "facing=east,half=top,shape=inner_left": { "model": "block/purpur_stairs_inner", "x": 180, "uvlock": true }, - "facing=west,half=top,shape=inner_left": { "model": "block/purpur_stairs_inner", "x": 180, "y": 180, "uvlock": true }, - "facing=south,half=top,shape=inner_left": { "model": "block/purpur_stairs_inner", "x": 180, "y": 90, "uvlock": true }, - "facing=north,half=top,shape=inner_left": { "model": "block/purpur_stairs_inner", "x": 180, "y": 270, "uvlock": true } - } -} diff --git a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/blockstates/quartz_block.json b/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/blockstates/quartz_block.json deleted file mode 100644 index a835bff9..00000000 --- a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/blockstates/quartz_block.json +++ /dev/null @@ -1,5 +0,0 @@ -{ - "variants": { - "": { "model": "block/quartz_block" } - } -} diff --git a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/blockstates/quartz_pillar.json b/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/blockstates/quartz_pillar.json deleted file mode 100644 index fff299d7..00000000 --- a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/blockstates/quartz_pillar.json +++ /dev/null @@ -1,7 +0,0 @@ -{ - "variants": { - "axis=y": { "model": "block/quartz_pillar" }, - "axis=z": { "model": "block/quartz_pillar", "x": 90 }, - "axis=x": { "model": "block/quartz_pillar", "x": 90, "y": 90 } - } -} diff --git a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/blockstates/quartz_slab.json b/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/blockstates/quartz_slab.json deleted file mode 100644 index 46486fa9..00000000 --- a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/blockstates/quartz_slab.json +++ /dev/null @@ -1,7 +0,0 @@ -{ - "variants": { - "type=bottom": { "model": "block/quartz_slab" }, - "type=top": { "model": "block/quartz_slab_top" }, - "type=double": { "model": "block/quartz_block" } - } -} diff --git a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/blockstates/quartz_stairs.json b/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/blockstates/quartz_stairs.json deleted file mode 100644 index a2b466d9..00000000 --- a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/blockstates/quartz_stairs.json +++ /dev/null @@ -1,44 +0,0 @@ -{ - "variants": { - "facing=east,half=bottom,shape=straight": { "model": "block/quartz_stairs" }, - "facing=west,half=bottom,shape=straight": { "model": "block/quartz_stairs", "y": 180, "uvlock": true }, - "facing=south,half=bottom,shape=straight": { "model": "block/quartz_stairs", "y": 90, "uvlock": true }, - "facing=north,half=bottom,shape=straight": { "model": "block/quartz_stairs", "y": 270, "uvlock": true }, - "facing=east,half=bottom,shape=outer_right": { "model": "block/quartz_stairs_outer" }, - "facing=west,half=bottom,shape=outer_right": { "model": "block/quartz_stairs_outer", "y": 180, "uvlock": true }, - "facing=south,half=bottom,shape=outer_right": { "model": "block/quartz_stairs_outer", "y": 90, "uvlock": true }, - "facing=north,half=bottom,shape=outer_right": { "model": "block/quartz_stairs_outer", "y": 270, "uvlock": true }, - "facing=east,half=bottom,shape=outer_left": { "model": "block/quartz_stairs_outer", "y": 270, "uvlock": true }, - "facing=west,half=bottom,shape=outer_left": { "model": "block/quartz_stairs_outer", "y": 90, "uvlock": true }, - "facing=south,half=bottom,shape=outer_left": { "model": "block/quartz_stairs_outer" }, - "facing=north,half=bottom,shape=outer_left": { "model": "block/quartz_stairs_outer", "y": 180, "uvlock": true }, - "facing=east,half=bottom,shape=inner_right": { "model": "block/quartz_stairs_inner" }, - "facing=west,half=bottom,shape=inner_right": { "model": "block/quartz_stairs_inner", "y": 180, "uvlock": true }, - "facing=south,half=bottom,shape=inner_right": { "model": "block/quartz_stairs_inner", "y": 90, "uvlock": true }, - "facing=north,half=bottom,shape=inner_right": { "model": "block/quartz_stairs_inner", "y": 270, "uvlock": true }, - "facing=east,half=bottom,shape=inner_left": { "model": "block/quartz_stairs_inner", "y": 270, "uvlock": true }, - "facing=west,half=bottom,shape=inner_left": { "model": "block/quartz_stairs_inner", "y": 90, "uvlock": true }, - "facing=south,half=bottom,shape=inner_left": { "model": "block/quartz_stairs_inner" }, - "facing=north,half=bottom,shape=inner_left": { "model": "block/quartz_stairs_inner", "y": 180, "uvlock": true }, - "facing=east,half=top,shape=straight": { "model": "block/quartz_stairs", "x": 180, "uvlock": true }, - "facing=west,half=top,shape=straight": { "model": "block/quartz_stairs", "x": 180, "y": 180, "uvlock": true }, - "facing=south,half=top,shape=straight": { "model": "block/quartz_stairs", "x": 180, "y": 90, "uvlock": true }, - "facing=north,half=top,shape=straight": { "model": "block/quartz_stairs", "x": 180, "y": 270, "uvlock": true }, - "facing=east,half=top,shape=outer_right": { "model": "block/quartz_stairs_outer", "x": 180, "y": 90, "uvlock": true }, - "facing=west,half=top,shape=outer_right": { "model": "block/quartz_stairs_outer", "x": 180, "y": 270, "uvlock": true }, - "facing=south,half=top,shape=outer_right": { "model": "block/quartz_stairs_outer", "x": 180, "y": 180, "uvlock": true }, - "facing=north,half=top,shape=outer_right": { "model": "block/quartz_stairs_outer", "x": 180, "uvlock": true }, - "facing=east,half=top,shape=outer_left": { "model": "block/quartz_stairs_outer", "x": 180, "uvlock": true }, - "facing=west,half=top,shape=outer_left": { "model": "block/quartz_stairs_outer", "x": 180, "y": 180, "uvlock": true }, - "facing=south,half=top,shape=outer_left": { "model": "block/quartz_stairs_outer", "x": 180, "y": 90, "uvlock": true }, - "facing=north,half=top,shape=outer_left": { "model": "block/quartz_stairs_outer", "x": 180, "y": 270, "uvlock": true }, - "facing=east,half=top,shape=inner_right": { "model": "block/quartz_stairs_inner", "x": 180, "y": 90, "uvlock": true }, - "facing=west,half=top,shape=inner_right": { "model": "block/quartz_stairs_inner", "x": 180, "y": 270, "uvlock": true }, - "facing=south,half=top,shape=inner_right": { "model": "block/quartz_stairs_inner", "x": 180, "y": 180, "uvlock": true }, - "facing=north,half=top,shape=inner_right": { "model": "block/quartz_stairs_inner", "x": 180, "uvlock": true }, - "facing=east,half=top,shape=inner_left": { "model": "block/quartz_stairs_inner", "x": 180, "uvlock": true }, - "facing=west,half=top,shape=inner_left": { "model": "block/quartz_stairs_inner", "x": 180, "y": 180, "uvlock": true }, - "facing=south,half=top,shape=inner_left": { "model": "block/quartz_stairs_inner", "x": 180, "y": 90, "uvlock": true }, - "facing=north,half=top,shape=inner_left": { "model": "block/quartz_stairs_inner", "x": 180, "y": 270, "uvlock": true } - } -} diff --git a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/blockstates/rail.json b/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/blockstates/rail.json deleted file mode 100644 index b0d4d0c5..00000000 --- a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/blockstates/rail.json +++ /dev/null @@ -1,14 +0,0 @@ -{ - "variants": { - "shape=north_south": { "model": "block/rail" }, - "shape=east_west": { "model": "block/rail", "y": 90 }, - "shape=ascending_east": { "model": "block/rail_raised_ne", "y": 90 }, - "shape=ascending_west": { "model": "block/rail_raised_sw", "y": 90 }, - "shape=ascending_north": { "model": "block/rail_raised_ne" }, - "shape=ascending_south": { "model": "block/rail_raised_sw" }, - "shape=south_east": { "model": "block/rail_corner" }, - "shape=south_west": { "model": "block/rail_corner", "y": 90 }, - "shape=north_west": { "model": "block/rail_corner", "y": 180 }, - "shape=north_east": { "model": "block/rail_corner", "y": 270 } - } -} diff --git a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/blockstates/red_banner.json b/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/blockstates/red_banner.json deleted file mode 100644 index e022788c..00000000 --- a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/blockstates/red_banner.json +++ /dev/null @@ -1,5 +0,0 @@ -{ - "variants": { - "": { "model": "block/banner" } - } -} diff --git a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/blockstates/red_bed.json b/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/blockstates/red_bed.json deleted file mode 100644 index 8cdeb6ce..00000000 --- a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/blockstates/red_bed.json +++ /dev/null @@ -1,5 +0,0 @@ -{ - "variants": { - "": { "model": "block/bed" } - } -} diff --git a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/blockstates/red_carpet.json b/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/blockstates/red_carpet.json deleted file mode 100644 index 6a273822..00000000 --- a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/blockstates/red_carpet.json +++ /dev/null @@ -1,5 +0,0 @@ -{ - "variants": { - "": { "model": "block/red_carpet" } - } -} diff --git a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/blockstates/red_concrete.json b/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/blockstates/red_concrete.json deleted file mode 100644 index a17af07d..00000000 --- a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/blockstates/red_concrete.json +++ /dev/null @@ -1,5 +0,0 @@ -{ - "variants": { - "": { "model": "block/red_concrete" } - } -} diff --git a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/blockstates/red_concrete_powder.json b/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/blockstates/red_concrete_powder.json deleted file mode 100644 index 22367549..00000000 --- a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/blockstates/red_concrete_powder.json +++ /dev/null @@ -1,10 +0,0 @@ -{ - "variants": { - "": [ - { "model": "block/red_concrete_powder" }, - { "model": "block/red_concrete_powder", "y": 90 }, - { "model": "block/red_concrete_powder", "y": 180 }, - { "model": "block/red_concrete_powder", "y": 270 } - ] - } -} diff --git a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/blockstates/red_glazed_terracotta.json b/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/blockstates/red_glazed_terracotta.json deleted file mode 100644 index 50c82a1c..00000000 --- a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/blockstates/red_glazed_terracotta.json +++ /dev/null @@ -1,8 +0,0 @@ -{ - "variants": { - "facing=south": { "model": "block/red_glazed_terracotta" }, - "facing=west": { "model": "block/red_glazed_terracotta", "y": 90 }, - "facing=north": { "model": "block/red_glazed_terracotta", "y": 180 }, - "facing=east": { "model": "block/red_glazed_terracotta", "y": 270 } - } -} diff --git a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/blockstates/red_mushroom.json b/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/blockstates/red_mushroom.json deleted file mode 100644 index e310c711..00000000 --- a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/blockstates/red_mushroom.json +++ /dev/null @@ -1,5 +0,0 @@ -{ - "variants": { - "": { "model": "block/red_mushroom" } - } -} diff --git a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/blockstates/red_mushroom_block.json b/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/blockstates/red_mushroom_block.json deleted file mode 100644 index cfa3a5a2..00000000 --- a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/blockstates/red_mushroom_block.json +++ /dev/null @@ -1,40 +0,0 @@ -{ - "multipart": [ - { "when": { "north": true }, - "apply": { "model": "block/red_mushroom_block" } - }, - { "when": { "east": true }, - "apply": { "model": "block/red_mushroom_block", "y": 90, "uvlock": true } - }, - { "when": { "south": true }, - "apply": { "model": "block/red_mushroom_block", "y": 180, "uvlock": true } - }, - { "when": { "west": true }, - "apply": { "model": "block/red_mushroom_block", "y": 270, "uvlock": true } - }, - { "when": { "up": true }, - "apply": { "model": "block/red_mushroom_block", "x": 270, "uvlock": true } - }, - { "when": { "down": true }, - "apply": { "model": "block/red_mushroom_block", "x": 90, "uvlock": true } - }, - { "when": { "north": false }, - "apply": { "model": "block/mushroom_block_inside" } - }, - { "when": { "east": false }, - "apply": { "model": "block/mushroom_block_inside", "y": 90, "uvlock": false } - }, - { "when": { "south": false }, - "apply": { "model": "block/mushroom_block_inside", "y": 180, "uvlock": false } - }, - { "when": { "west": false }, - "apply": { "model": "block/mushroom_block_inside", "y": 270, "uvlock": false } - }, - { "when": { "up": false }, - "apply": { "model": "block/mushroom_block_inside", "x": 270, "uvlock": false } - }, - { "when": { "down": false }, - "apply": { "model": "block/mushroom_block_inside", "x": 90, "uvlock": false } - } - ] -} diff --git a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/blockstates/red_nether_brick_slab.json b/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/blockstates/red_nether_brick_slab.json deleted file mode 100644 index ba585052..00000000 --- a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/blockstates/red_nether_brick_slab.json +++ /dev/null @@ -1,7 +0,0 @@ -{ - "variants": { - "type=bottom": { "model": "block/red_nether_brick_slab" }, - "type=top": { "model": "block/red_nether_brick_slab_top" }, - "type=double": { "model": "block/red_nether_bricks" } - } -} diff --git a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/blockstates/red_nether_brick_stairs.json b/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/blockstates/red_nether_brick_stairs.json deleted file mode 100644 index ab353a67..00000000 --- a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/blockstates/red_nether_brick_stairs.json +++ /dev/null @@ -1,44 +0,0 @@ -{ - "variants": { - "facing=east,half=bottom,shape=straight": { "model": "block/red_nether_brick_stairs" }, - "facing=west,half=bottom,shape=straight": { "model": "block/red_nether_brick_stairs", "y": 180, "uvlock": true }, - "facing=south,half=bottom,shape=straight": { "model": "block/red_nether_brick_stairs", "y": 90, "uvlock": true }, - "facing=north,half=bottom,shape=straight": { "model": "block/red_nether_brick_stairs", "y": 270, "uvlock": true }, - "facing=east,half=bottom,shape=outer_right": { "model": "block/red_nether_brick_stairs_outer" }, - "facing=west,half=bottom,shape=outer_right": { "model": "block/red_nether_brick_stairs_outer", "y": 180, "uvlock": true }, - "facing=south,half=bottom,shape=outer_right": { "model": "block/red_nether_brick_stairs_outer", "y": 90, "uvlock": true }, - "facing=north,half=bottom,shape=outer_right": { "model": "block/red_nether_brick_stairs_outer", "y": 270, "uvlock": true }, - "facing=east,half=bottom,shape=outer_left": { "model": "block/red_nether_brick_stairs_outer", "y": 270, "uvlock": true }, - "facing=west,half=bottom,shape=outer_left": { "model": "block/red_nether_brick_stairs_outer", "y": 90, "uvlock": true }, - "facing=south,half=bottom,shape=outer_left": { "model": "block/red_nether_brick_stairs_outer" }, - "facing=north,half=bottom,shape=outer_left": { "model": "block/red_nether_brick_stairs_outer", "y": 180, "uvlock": true }, - "facing=east,half=bottom,shape=inner_right": { "model": "block/red_nether_brick_stairs_inner" }, - "facing=west,half=bottom,shape=inner_right": { "model": "block/red_nether_brick_stairs_inner", "y": 180, "uvlock": true }, - "facing=south,half=bottom,shape=inner_right": { "model": "block/red_nether_brick_stairs_inner", "y": 90, "uvlock": true }, - "facing=north,half=bottom,shape=inner_right": { "model": "block/red_nether_brick_stairs_inner", "y": 270, "uvlock": true }, - "facing=east,half=bottom,shape=inner_left": { "model": "block/red_nether_brick_stairs_inner", "y": 270, "uvlock": true }, - "facing=west,half=bottom,shape=inner_left": { "model": "block/red_nether_brick_stairs_inner", "y": 90, "uvlock": true }, - "facing=south,half=bottom,shape=inner_left": { "model": "block/red_nether_brick_stairs_inner" }, - "facing=north,half=bottom,shape=inner_left": { "model": "block/red_nether_brick_stairs_inner", "y": 180, "uvlock": true }, - "facing=east,half=top,shape=straight": { "model": "block/red_nether_brick_stairs", "x": 180, "uvlock": true }, - "facing=west,half=top,shape=straight": { "model": "block/red_nether_brick_stairs", "x": 180, "y": 180, "uvlock": true }, - "facing=south,half=top,shape=straight": { "model": "block/red_nether_brick_stairs", "x": 180, "y": 90, "uvlock": true }, - "facing=north,half=top,shape=straight": { "model": "block/red_nether_brick_stairs", "x": 180, "y": 270, "uvlock": true }, - "facing=east,half=top,shape=outer_right": { "model": "block/red_nether_brick_stairs_outer", "x": 180, "y": 90, "uvlock": true }, - "facing=west,half=top,shape=outer_right": { "model": "block/red_nether_brick_stairs_outer", "x": 180, "y": 270, "uvlock": true }, - "facing=south,half=top,shape=outer_right": { "model": "block/red_nether_brick_stairs_outer", "x": 180, "y": 180, "uvlock": true }, - "facing=north,half=top,shape=outer_right": { "model": "block/red_nether_brick_stairs_outer", "x": 180, "uvlock": true }, - "facing=east,half=top,shape=outer_left": { "model": "block/red_nether_brick_stairs_outer", "x": 180, "uvlock": true }, - "facing=west,half=top,shape=outer_left": { "model": "block/red_nether_brick_stairs_outer", "x": 180, "y": 180, "uvlock": true }, - "facing=south,half=top,shape=outer_left": { "model": "block/red_nether_brick_stairs_outer", "x": 180, "y": 90, "uvlock": true }, - "facing=north,half=top,shape=outer_left": { "model": "block/red_nether_brick_stairs_outer", "x": 180, "y": 270, "uvlock": true }, - "facing=east,half=top,shape=inner_right": { "model": "block/red_nether_brick_stairs_inner", "x": 180, "y": 90, "uvlock": true }, - "facing=west,half=top,shape=inner_right": { "model": "block/red_nether_brick_stairs_inner", "x": 180, "y": 270, "uvlock": true }, - "facing=south,half=top,shape=inner_right": { "model": "block/red_nether_brick_stairs_inner", "x": 180, "y": 180, "uvlock": true }, - "facing=north,half=top,shape=inner_right": { "model": "block/red_nether_brick_stairs_inner", "x": 180, "uvlock": true }, - "facing=east,half=top,shape=inner_left": { "model": "block/red_nether_brick_stairs_inner", "x": 180, "uvlock": true }, - "facing=west,half=top,shape=inner_left": { "model": "block/red_nether_brick_stairs_inner", "x": 180, "y": 180, "uvlock": true }, - "facing=south,half=top,shape=inner_left": { "model": "block/red_nether_brick_stairs_inner", "x": 180, "y": 90, "uvlock": true }, - "facing=north,half=top,shape=inner_left": { "model": "block/red_nether_brick_stairs_inner", "x": 180, "y": 270, "uvlock": true } - } -} diff --git a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/blockstates/red_nether_brick_wall.json b/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/blockstates/red_nether_brick_wall.json deleted file mode 100644 index 9f9fce16..00000000 --- a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/blockstates/red_nether_brick_wall.json +++ /dev/null @@ -1,19 +0,0 @@ -{ - "multipart": [ - { "when": { "up": "true" }, - "apply": { "model": "block/red_nether_brick_wall_post" } - }, - { "when": { "north": "true" }, - "apply": { "model": "block/red_nether_brick_wall_side", "uvlock": true } - }, - { "when": { "east": "true" }, - "apply": { "model": "block/red_nether_brick_wall_side", "y": 90, "uvlock": true } - }, - { "when": { "south": "true" }, - "apply": { "model": "block/red_nether_brick_wall_side", "y": 180, "uvlock": true } - }, - { "when": { "west": "true" }, - "apply": { "model": "block/red_nether_brick_wall_side", "y": 270, "uvlock": true } - } - ] -} diff --git a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/blockstates/red_nether_bricks.json b/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/blockstates/red_nether_bricks.json deleted file mode 100644 index 3b563de8..00000000 --- a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/blockstates/red_nether_bricks.json +++ /dev/null @@ -1,5 +0,0 @@ -{ - "variants": { - "": { "model": "block/red_nether_bricks" } - } -} diff --git a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/blockstates/red_sand.json b/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/blockstates/red_sand.json deleted file mode 100644 index b6a560ba..00000000 --- a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/blockstates/red_sand.json +++ /dev/null @@ -1,10 +0,0 @@ -{ - "variants": { - "": [ - { "model": "block/red_sand" }, - { "model": "block/red_sand", "y": 90 }, - { "model": "block/red_sand", "y": 180 }, - { "model": "block/red_sand", "y": 270 } - ] - } -} diff --git a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/blockstates/red_sandstone.json b/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/blockstates/red_sandstone.json deleted file mode 100644 index 2cc74559..00000000 --- a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/blockstates/red_sandstone.json +++ /dev/null @@ -1,5 +0,0 @@ -{ - "variants": { - "": { "model": "block/red_sandstone" } - } -} diff --git a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/blockstates/red_sandstone_slab.json b/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/blockstates/red_sandstone_slab.json deleted file mode 100644 index 41f3e93e..00000000 --- a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/blockstates/red_sandstone_slab.json +++ /dev/null @@ -1,7 +0,0 @@ -{ - "variants": { - "type=bottom": { "model": "block/red_sandstone_slab" }, - "type=top": { "model": "block/red_sandstone_slab_top" }, - "type=double": { "model": "block/red_sandstone" } - } -} diff --git a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/blockstates/red_sandstone_stairs.json b/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/blockstates/red_sandstone_stairs.json deleted file mode 100644 index 72d7a15b..00000000 --- a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/blockstates/red_sandstone_stairs.json +++ /dev/null @@ -1,44 +0,0 @@ -{ - "variants": { - "facing=east,half=bottom,shape=straight": { "model": "block/red_sandstone_stairs" }, - "facing=west,half=bottom,shape=straight": { "model": "block/red_sandstone_stairs", "y": 180, "uvlock": true }, - "facing=south,half=bottom,shape=straight": { "model": "block/red_sandstone_stairs", "y": 90, "uvlock": true }, - "facing=north,half=bottom,shape=straight": { "model": "block/red_sandstone_stairs", "y": 270, "uvlock": true }, - "facing=east,half=bottom,shape=outer_right": { "model": "block/red_sandstone_stairs_outer" }, - "facing=west,half=bottom,shape=outer_right": { "model": "block/red_sandstone_stairs_outer", "y": 180, "uvlock": true }, - "facing=south,half=bottom,shape=outer_right": { "model": "block/red_sandstone_stairs_outer", "y": 90, "uvlock": true }, - "facing=north,half=bottom,shape=outer_right": { "model": "block/red_sandstone_stairs_outer", "y": 270, "uvlock": true }, - "facing=east,half=bottom,shape=outer_left": { "model": "block/red_sandstone_stairs_outer", "y": 270, "uvlock": true }, - "facing=west,half=bottom,shape=outer_left": { "model": "block/red_sandstone_stairs_outer", "y": 90, "uvlock": true }, - "facing=south,half=bottom,shape=outer_left": { "model": "block/red_sandstone_stairs_outer" }, - "facing=north,half=bottom,shape=outer_left": { "model": "block/red_sandstone_stairs_outer", "y": 180, "uvlock": true }, - "facing=east,half=bottom,shape=inner_right": { "model": "block/red_sandstone_stairs_inner" }, - "facing=west,half=bottom,shape=inner_right": { "model": "block/red_sandstone_stairs_inner", "y": 180, "uvlock": true }, - "facing=south,half=bottom,shape=inner_right": { "model": "block/red_sandstone_stairs_inner", "y": 90, "uvlock": true }, - "facing=north,half=bottom,shape=inner_right": { "model": "block/red_sandstone_stairs_inner", "y": 270, "uvlock": true }, - "facing=east,half=bottom,shape=inner_left": { "model": "block/red_sandstone_stairs_inner", "y": 270, "uvlock": true }, - "facing=west,half=bottom,shape=inner_left": { "model": "block/red_sandstone_stairs_inner", "y": 90, "uvlock": true }, - "facing=south,half=bottom,shape=inner_left": { "model": "block/red_sandstone_stairs_inner" }, - "facing=north,half=bottom,shape=inner_left": { "model": "block/red_sandstone_stairs_inner", "y": 180, "uvlock": true }, - "facing=east,half=top,shape=straight": { "model": "block/red_sandstone_stairs", "x": 180, "uvlock": true }, - "facing=west,half=top,shape=straight": { "model": "block/red_sandstone_stairs", "x": 180, "y": 180, "uvlock": true }, - "facing=south,half=top,shape=straight": { "model": "block/red_sandstone_stairs", "x": 180, "y": 90, "uvlock": true }, - "facing=north,half=top,shape=straight": { "model": "block/red_sandstone_stairs", "x": 180, "y": 270, "uvlock": true }, - "facing=east,half=top,shape=outer_right": { "model": "block/red_sandstone_stairs_outer", "x": 180, "y": 90, "uvlock": true }, - "facing=west,half=top,shape=outer_right": { "model": "block/red_sandstone_stairs_outer", "x": 180, "y": 270, "uvlock": true }, - "facing=south,half=top,shape=outer_right": { "model": "block/red_sandstone_stairs_outer", "x": 180, "y": 180, "uvlock": true }, - "facing=north,half=top,shape=outer_right": { "model": "block/red_sandstone_stairs_outer", "x": 180, "uvlock": true }, - "facing=east,half=top,shape=outer_left": { "model": "block/red_sandstone_stairs_outer", "x": 180, "uvlock": true }, - "facing=west,half=top,shape=outer_left": { "model": "block/red_sandstone_stairs_outer", "x": 180, "y": 180, "uvlock": true }, - "facing=south,half=top,shape=outer_left": { "model": "block/red_sandstone_stairs_outer", "x": 180, "y": 90, "uvlock": true }, - "facing=north,half=top,shape=outer_left": { "model": "block/red_sandstone_stairs_outer", "x": 180, "y": 270, "uvlock": true }, - "facing=east,half=top,shape=inner_right": { "model": "block/red_sandstone_stairs_inner", "x": 180, "y": 90, "uvlock": true }, - "facing=west,half=top,shape=inner_right": { "model": "block/red_sandstone_stairs_inner", "x": 180, "y": 270, "uvlock": true }, - "facing=south,half=top,shape=inner_right": { "model": "block/red_sandstone_stairs_inner", "x": 180, "y": 180, "uvlock": true }, - "facing=north,half=top,shape=inner_right": { "model": "block/red_sandstone_stairs_inner", "x": 180, "uvlock": true }, - "facing=east,half=top,shape=inner_left": { "model": "block/red_sandstone_stairs_inner", "x": 180, "uvlock": true }, - "facing=west,half=top,shape=inner_left": { "model": "block/red_sandstone_stairs_inner", "x": 180, "y": 180, "uvlock": true }, - "facing=south,half=top,shape=inner_left": { "model": "block/red_sandstone_stairs_inner", "x": 180, "y": 90, "uvlock": true }, - "facing=north,half=top,shape=inner_left": { "model": "block/red_sandstone_stairs_inner", "x": 180, "y": 270, "uvlock": true } - } -} diff --git a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/blockstates/red_sandstone_wall.json b/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/blockstates/red_sandstone_wall.json deleted file mode 100644 index 8701ba5f..00000000 --- a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/blockstates/red_sandstone_wall.json +++ /dev/null @@ -1,19 +0,0 @@ -{ - "multipart": [ - { "when": { "up": "true" }, - "apply": { "model": "block/red_sandstone_wall_post" } - }, - { "when": { "north": "true" }, - "apply": { "model": "block/red_sandstone_wall_side", "uvlock": true } - }, - { "when": { "east": "true" }, - "apply": { "model": "block/red_sandstone_wall_side", "y": 90, "uvlock": true } - }, - { "when": { "south": "true" }, - "apply": { "model": "block/red_sandstone_wall_side", "y": 180, "uvlock": true } - }, - { "when": { "west": "true" }, - "apply": { "model": "block/red_sandstone_wall_side", "y": 270, "uvlock": true } - } - ] -} diff --git a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/blockstates/red_shulker_box.json b/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/blockstates/red_shulker_box.json deleted file mode 100644 index 673c1c4d..00000000 --- a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/blockstates/red_shulker_box.json +++ /dev/null @@ -1,5 +0,0 @@ -{ - "variants": { - "": { "model": "block/red_shulker_box" } - } -} diff --git a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/blockstates/red_stained_glass.json b/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/blockstates/red_stained_glass.json deleted file mode 100644 index 14c047ba..00000000 --- a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/blockstates/red_stained_glass.json +++ /dev/null @@ -1,5 +0,0 @@ -{ - "variants": { - "": { "model": "block/red_stained_glass" } - } -} diff --git a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/blockstates/red_stained_glass_pane.json b/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/blockstates/red_stained_glass_pane.json deleted file mode 100644 index a64abd6b..00000000 --- a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/blockstates/red_stained_glass_pane.json +++ /dev/null @@ -1,29 +0,0 @@ -{ - "multipart": [ - { "apply": { "model": "block/red_stained_glass_pane_post" }}, - { "when": { "north": true }, - "apply": { "model": "block/red_stained_glass_pane_side" } - }, - { "when": { "east": true }, - "apply": { "model": "block/red_stained_glass_pane_side", "y": 90 } - }, - { "when": { "south": true }, - "apply": { "model": "block/red_stained_glass_pane_side_alt" } - }, - { "when": { "west": true }, - "apply": { "model": "block/red_stained_glass_pane_side_alt", "y": 90 } - }, - { "when": { "north": false }, - "apply": { "model": "block/red_stained_glass_pane_noside" } - }, - { "when": { "east": false }, - "apply": { "model": "block/red_stained_glass_pane_noside_alt" } - }, - { "when": { "south": false }, - "apply": { "model": "block/red_stained_glass_pane_noside_alt", "y": 90 } - }, - { "when": { "west": false }, - "apply": { "model": "block/red_stained_glass_pane_noside", "y": 270 } - } - ] -} diff --git a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/blockstates/red_terracotta.json b/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/blockstates/red_terracotta.json deleted file mode 100644 index 7b752aaa..00000000 --- a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/blockstates/red_terracotta.json +++ /dev/null @@ -1,5 +0,0 @@ -{ - "variants": { - "": { "model": "block/red_terracotta" } - } -} diff --git a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/blockstates/red_tulip.json b/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/blockstates/red_tulip.json deleted file mode 100644 index dd899644..00000000 --- a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/blockstates/red_tulip.json +++ /dev/null @@ -1,5 +0,0 @@ -{ - "variants": { - "": { "model": "block/red_tulip" } - } -} diff --git a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/blockstates/red_wall_banner.json b/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/blockstates/red_wall_banner.json deleted file mode 100644 index e022788c..00000000 --- a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/blockstates/red_wall_banner.json +++ /dev/null @@ -1,5 +0,0 @@ -{ - "variants": { - "": { "model": "block/banner" } - } -} diff --git a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/blockstates/red_wool.json b/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/blockstates/red_wool.json deleted file mode 100644 index 78b803a7..00000000 --- a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/blockstates/red_wool.json +++ /dev/null @@ -1,5 +0,0 @@ -{ - "variants": { - "": { "model": "block/red_wool" } - } -} diff --git a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/blockstates/redstone_block.json b/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/blockstates/redstone_block.json deleted file mode 100644 index f2cf1ed7..00000000 --- a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/blockstates/redstone_block.json +++ /dev/null @@ -1,5 +0,0 @@ -{ - "variants": { - "": { "model": "block/redstone_block" } - } -} diff --git a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/blockstates/redstone_lamp.json b/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/blockstates/redstone_lamp.json deleted file mode 100644 index 568a7b9a..00000000 --- a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/blockstates/redstone_lamp.json +++ /dev/null @@ -1,6 +0,0 @@ -{ - "variants": { - "lit=false": { "model": "block/redstone_lamp" }, - "lit=true": { "model": "block/redstone_lamp_on" } - } -} diff --git a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/blockstates/redstone_ore.json b/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/blockstates/redstone_ore.json deleted file mode 100644 index dda6a3e8..00000000 --- a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/blockstates/redstone_ore.json +++ /dev/null @@ -1,6 +0,0 @@ -{ - "variants": { - "lit=false": { "model": "block/redstone_ore" }, - "lit=true": { "model": "block/redstone_ore_on" } - } -} diff --git a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/blockstates/redstone_torch.json b/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/blockstates/redstone_torch.json deleted file mode 100644 index 679045ec..00000000 --- a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/blockstates/redstone_torch.json +++ /dev/null @@ -1,6 +0,0 @@ -{ - "variants": { - "lit=true": { "model": "block/redstone_torch" }, - "lit=false": { "model": "block/redstone_torch_off" } - } -} diff --git a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/blockstates/redstone_wall_torch.json b/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/blockstates/redstone_wall_torch.json deleted file mode 100644 index 719aaf73..00000000 --- a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/blockstates/redstone_wall_torch.json +++ /dev/null @@ -1,12 +0,0 @@ -{ - "variants": { - "facing=east,lit=true": { "model": "block/redstone_wall_torch" }, - "facing=south,lit=true": { "model": "block/redstone_wall_torch", "y": 90 }, - "facing=west,lit=true": { "model": "block/redstone_wall_torch", "y": 180 }, - "facing=north,lit=true": { "model": "block/redstone_wall_torch", "y": 270 }, - "facing=east,lit=false": { "model": "block/redstone_wall_torch_off" }, - "facing=south,lit=false": { "model": "block/redstone_wall_torch_off", "y": 90 }, - "facing=west,lit=false": { "model": "block/redstone_wall_torch_off", "y": 180 }, - "facing=north,lit=false": { "model": "block/redstone_wall_torch_off", "y": 270 } - } -} diff --git a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/blockstates/redstone_wire.json b/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/blockstates/redstone_wire.json deleted file mode 100644 index fea44208..00000000 --- a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/blockstates/redstone_wire.json +++ /dev/null @@ -1,49 +0,0 @@ -{ - "multipart": [ - { "when": { "OR": [ - {"north": "none", "east": "none", "south": "none", "west": "none"}, - {"north": "side|up", "east": "side|up" }, - {"east": "side|up", "south": "side|up" }, - {"south": "side|up", "west": "side|up"}, - {"west": "side|up", "north": "side|up"} - ]}, - "apply": { "model": "block/redstone_dust_dot" } - }, - { "when": { "OR": [ - { "north": "side|up" }, - { "north": "none", "east": "none", "south": "side|up", "west": "none" } - ]}, - "apply": { "model": "block/redstone_dust_side0" } - }, - { "when": { "OR": [ - { "south": "side|up" }, - { "north": "side|up", "east": "none", "south": "none", "west": "none" } - ]}, - "apply": { "model": "block/redstone_dust_side_alt0" } - }, - { "when": { "OR": [ - { "east": "side|up" }, - { "north": "none", "east": "none", "south": "none", "west": "side|up" } - ]}, - "apply": { "model": "block/redstone_dust_side_alt1", "y": 270 } - }, - { "when": { "OR": [ - { "west": "side|up" }, - { "north": "none", "east": "side|up", "south": "none", "west": "none" } - ]}, - "apply": { "model": "block/redstone_dust_side1", "y": 270 } - }, - { "when": { "north": "up" }, - "apply": { "model": "block/redstone_dust_up" } - }, - { "when": { "east": "up" }, - "apply": { "model": "block/redstone_dust_up", "y": 90 } - }, - { "when": { "south": "up" }, - "apply": { "model": "block/redstone_dust_up", "y": 180 } - }, - { "when": { "west": "up" }, - "apply": { "model": "block/redstone_dust_up", "y": 270 } - } - ] -} diff --git a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/blockstates/repeater.json b/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/blockstates/repeater.json deleted file mode 100644 index e174493f..00000000 --- a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/blockstates/repeater.json +++ /dev/null @@ -1,68 +0,0 @@ -{ - "variants": { - "delay=1,facing=south,locked=false,powered=false": { "model": "block/repeater_1tick" }, - "delay=1,facing=west,locked=false,powered=false": { "model": "block/repeater_1tick", "y": 90 }, - "delay=1,facing=north,locked=false,powered=false": { "model": "block/repeater_1tick", "y": 180 }, - "delay=1,facing=east,locked=false,powered=false": { "model": "block/repeater_1tick", "y": 270 }, - "delay=2,facing=south,locked=false,powered=false": { "model": "block/repeater_2tick" }, - "delay=2,facing=west,locked=false,powered=false": { "model": "block/repeater_2tick", "y": 90 }, - "delay=2,facing=north,locked=false,powered=false": { "model": "block/repeater_2tick", "y": 180 }, - "delay=2,facing=east,locked=false,powered=false": { "model": "block/repeater_2tick", "y": 270 }, - "delay=3,facing=south,locked=false,powered=false": { "model": "block/repeater_3tick" }, - "delay=3,facing=west,locked=false,powered=false": { "model": "block/repeater_3tick", "y": 90 }, - "delay=3,facing=north,locked=false,powered=false": { "model": "block/repeater_3tick", "y": 180 }, - "delay=3,facing=east,locked=false,powered=false": { "model": "block/repeater_3tick", "y": 270 }, - "delay=4,facing=south,locked=false,powered=false": { "model": "block/repeater_4tick" }, - "delay=4,facing=west,locked=false,powered=false": { "model": "block/repeater_4tick", "y": 90 }, - "delay=4,facing=north,locked=false,powered=false": { "model": "block/repeater_4tick", "y": 180 }, - "delay=4,facing=east,locked=false,powered=false": { "model": "block/repeater_4tick", "y": 270 }, - "delay=1,facing=south,locked=true,powered=false": { "model": "block/repeater_1tick_locked" }, - "delay=1,facing=west,locked=true,powered=false": { "model": "block/repeater_1tick_locked", "y": 90 }, - "delay=1,facing=north,locked=true,powered=false": { "model": "block/repeater_1tick_locked", "y": 180 }, - "delay=1,facing=east,locked=true,powered=false": { "model": "block/repeater_1tick_locked", "y": 270 }, - "delay=2,facing=south,locked=true,powered=false": { "model": "block/repeater_2tick_locked" }, - "delay=2,facing=west,locked=true,powered=false": { "model": "block/repeater_2tick_locked", "y": 90 }, - "delay=2,facing=north,locked=true,powered=false": { "model": "block/repeater_2tick_locked", "y": 180 }, - "delay=2,facing=east,locked=true,powered=false": { "model": "block/repeater_2tick_locked", "y": 270 }, - "delay=3,facing=south,locked=true,powered=false": { "model": "block/repeater_3tick_locked" }, - "delay=3,facing=west,locked=true,powered=false": { "model": "block/repeater_3tick_locked", "y": 90 }, - "delay=3,facing=north,locked=true,powered=false": { "model": "block/repeater_3tick_locked", "y": 180 }, - "delay=3,facing=east,locked=true,powered=false": { "model": "block/repeater_3tick_locked", "y": 270 }, - "delay=4,facing=south,locked=true,powered=false": { "model": "block/repeater_4tick_locked" }, - "delay=4,facing=west,locked=true,powered=false": { "model": "block/repeater_4tick_locked", "y": 90 }, - "delay=4,facing=north,locked=true,powered=false": { "model": "block/repeater_4tick_locked", "y": 180 }, - "delay=4,facing=east,locked=true,powered=false": { "model": "block/repeater_4tick_locked", "y": 270 }, - "delay=1,facing=south,locked=false,powered=true": { "model": "block/repeater_1tick_on" }, - "delay=1,facing=west,locked=false,powered=true": { "model": "block/repeater_1tick_on", "y": 90 }, - "delay=1,facing=north,locked=false,powered=true": { "model": "block/repeater_1tick_on", "y": 180 }, - "delay=1,facing=east,locked=false,powered=true": { "model": "block/repeater_1tick_on", "y": 270 }, - "delay=2,facing=south,locked=false,powered=true": { "model": "block/repeater_2tick_on" }, - "delay=2,facing=west,locked=false,powered=true": { "model": "block/repeater_2tick_on", "y": 90 }, - "delay=2,facing=north,locked=false,powered=true": { "model": "block/repeater_2tick_on", "y": 180 }, - "delay=2,facing=east,locked=false,powered=true": { "model": "block/repeater_2tick_on", "y": 270 }, - "delay=3,facing=south,locked=false,powered=true": { "model": "block/repeater_3tick_on" }, - "delay=3,facing=west,locked=false,powered=true": { "model": "block/repeater_3tick_on", "y": 90 }, - "delay=3,facing=north,locked=false,powered=true": { "model": "block/repeater_3tick_on", "y": 180 }, - "delay=3,facing=east,locked=false,powered=true": { "model": "block/repeater_3tick_on", "y": 270 }, - "delay=4,facing=south,locked=false,powered=true": { "model": "block/repeater_4tick_on" }, - "delay=4,facing=west,locked=false,powered=true": { "model": "block/repeater_4tick_on", "y": 90 }, - "delay=4,facing=north,locked=false,powered=true": { "model": "block/repeater_4tick_on", "y": 180 }, - "delay=4,facing=east,locked=false,powered=true": { "model": "block/repeater_4tick_on", "y": 270 }, - "delay=1,facing=south,locked=true,powered=true": { "model": "block/repeater_1tick_on_locked" }, - "delay=1,facing=west,locked=true,powered=true": { "model": "block/repeater_1tick_on_locked", "y": 90 }, - "delay=1,facing=north,locked=true,powered=true": { "model": "block/repeater_1tick_on_locked", "y": 180 }, - "delay=1,facing=east,locked=true,powered=true": { "model": "block/repeater_1tick_on_locked", "y": 270 }, - "delay=2,facing=south,locked=true,powered=true": { "model": "block/repeater_2tick_on_locked" }, - "delay=2,facing=west,locked=true,powered=true": { "model": "block/repeater_2tick_on_locked", "y": 90 }, - "delay=2,facing=north,locked=true,powered=true": { "model": "block/repeater_2tick_on_locked", "y": 180 }, - "delay=2,facing=east,locked=true,powered=true": { "model": "block/repeater_2tick_on_locked", "y": 270 }, - "delay=3,facing=south,locked=true,powered=true": { "model": "block/repeater_3tick_on_locked" }, - "delay=3,facing=west,locked=true,powered=true": { "model": "block/repeater_3tick_on_locked", "y": 90 }, - "delay=3,facing=north,locked=true,powered=true": { "model": "block/repeater_3tick_on_locked", "y": 180 }, - "delay=3,facing=east,locked=true,powered=true": { "model": "block/repeater_3tick_on_locked", "y": 270 }, - "delay=4,facing=south,locked=true,powered=true": { "model": "block/repeater_4tick_on_locked" }, - "delay=4,facing=west,locked=true,powered=true": { "model": "block/repeater_4tick_on_locked", "y": 90 }, - "delay=4,facing=north,locked=true,powered=true": { "model": "block/repeater_4tick_on_locked", "y": 180 }, - "delay=4,facing=east,locked=true,powered=true": { "model": "block/repeater_4tick_on_locked", "y": 270 } - } -} diff --git a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/blockstates/repeating_command_block.json b/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/blockstates/repeating_command_block.json deleted file mode 100644 index 1f31a29c..00000000 --- a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/blockstates/repeating_command_block.json +++ /dev/null @@ -1,16 +0,0 @@ -{ - "variants": { - "conditional=false,facing=down": { "model": "block/repeating_command_block", "x": 90 }, - "conditional=false,facing=up": { "model": "block/repeating_command_block", "x": 270 }, - "conditional=false,facing=north": { "model": "block/repeating_command_block" }, - "conditional=false,facing=south": { "model": "block/repeating_command_block", "y": 180 }, - "conditional=false,facing=west": { "model": "block/repeating_command_block", "y": 270 }, - "conditional=false,facing=east": { "model": "block/repeating_command_block", "y": 90 }, - "conditional=true,facing=down": { "model": "block/repeating_command_block_conditional", "x": 90 }, - "conditional=true,facing=up": { "model": "block/repeating_command_block_conditional", "x": 270 }, - "conditional=true,facing=north": { "model": "block/repeating_command_block_conditional" }, - "conditional=true,facing=south": { "model": "block/repeating_command_block_conditional", "y": 180 }, - "conditional=true,facing=west": { "model": "block/repeating_command_block_conditional", "y": 270 }, - "conditional=true,facing=east": { "model": "block/repeating_command_block_conditional", "y": 90 } - } -} diff --git a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/blockstates/rose_bush.json b/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/blockstates/rose_bush.json deleted file mode 100644 index a7f42164..00000000 --- a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/blockstates/rose_bush.json +++ /dev/null @@ -1,6 +0,0 @@ -{ - "variants": { - "half=lower": { "model": "block/rose_bush_bottom" }, - "half=upper": { "model": "block/rose_bush_top" } - } -} diff --git a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/blockstates/sand.json b/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/blockstates/sand.json deleted file mode 100644 index 2a01f4f0..00000000 --- a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/blockstates/sand.json +++ /dev/null @@ -1,10 +0,0 @@ -{ - "variants": { - "": [ - { "model": "block/sand" }, - { "model": "block/sand", "y": 90 }, - { "model": "block/sand", "y": 180 }, - { "model": "block/sand", "y": 270 } - ] - } -} diff --git a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/blockstates/sandstone.json b/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/blockstates/sandstone.json deleted file mode 100644 index 0feb6c41..00000000 --- a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/blockstates/sandstone.json +++ /dev/null @@ -1,5 +0,0 @@ -{ - "variants": { - "": { "model": "block/sandstone" } - } -} diff --git a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/blockstates/sandstone_slab.json b/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/blockstates/sandstone_slab.json deleted file mode 100644 index cac261e1..00000000 --- a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/blockstates/sandstone_slab.json +++ /dev/null @@ -1,7 +0,0 @@ -{ - "variants": { - "type=bottom": { "model": "block/sandstone_slab" }, - "type=top": { "model": "block/sandstone_slab_top" }, - "type=double": { "model": "block/sandstone" } - } -} diff --git a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/blockstates/sandstone_stairs.json b/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/blockstates/sandstone_stairs.json deleted file mode 100644 index 722de2ba..00000000 --- a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/blockstates/sandstone_stairs.json +++ /dev/null @@ -1,44 +0,0 @@ -{ - "variants": { - "facing=east,half=bottom,shape=straight": { "model": "block/sandstone_stairs" }, - "facing=west,half=bottom,shape=straight": { "model": "block/sandstone_stairs", "y": 180, "uvlock": true }, - "facing=south,half=bottom,shape=straight": { "model": "block/sandstone_stairs", "y": 90, "uvlock": true }, - "facing=north,half=bottom,shape=straight": { "model": "block/sandstone_stairs", "y": 270, "uvlock": true }, - "facing=east,half=bottom,shape=outer_right": { "model": "block/sandstone_stairs_outer" }, - "facing=west,half=bottom,shape=outer_right": { "model": "block/sandstone_stairs_outer", "y": 180, "uvlock": true }, - "facing=south,half=bottom,shape=outer_right": { "model": "block/sandstone_stairs_outer", "y": 90, "uvlock": true }, - "facing=north,half=bottom,shape=outer_right": { "model": "block/sandstone_stairs_outer", "y": 270, "uvlock": true }, - "facing=east,half=bottom,shape=outer_left": { "model": "block/sandstone_stairs_outer", "y": 270, "uvlock": true }, - "facing=west,half=bottom,shape=outer_left": { "model": "block/sandstone_stairs_outer", "y": 90, "uvlock": true }, - "facing=south,half=bottom,shape=outer_left": { "model": "block/sandstone_stairs_outer" }, - "facing=north,half=bottom,shape=outer_left": { "model": "block/sandstone_stairs_outer", "y": 180, "uvlock": true }, - "facing=east,half=bottom,shape=inner_right": { "model": "block/sandstone_stairs_inner" }, - "facing=west,half=bottom,shape=inner_right": { "model": "block/sandstone_stairs_inner", "y": 180, "uvlock": true }, - "facing=south,half=bottom,shape=inner_right": { "model": "block/sandstone_stairs_inner", "y": 90, "uvlock": true }, - "facing=north,half=bottom,shape=inner_right": { "model": "block/sandstone_stairs_inner", "y": 270, "uvlock": true }, - "facing=east,half=bottom,shape=inner_left": { "model": "block/sandstone_stairs_inner", "y": 270, "uvlock": true }, - "facing=west,half=bottom,shape=inner_left": { "model": "block/sandstone_stairs_inner", "y": 90, "uvlock": true }, - "facing=south,half=bottom,shape=inner_left": { "model": "block/sandstone_stairs_inner" }, - "facing=north,half=bottom,shape=inner_left": { "model": "block/sandstone_stairs_inner", "y": 180, "uvlock": true }, - "facing=east,half=top,shape=straight": { "model": "block/sandstone_stairs", "x": 180, "uvlock": true }, - "facing=west,half=top,shape=straight": { "model": "block/sandstone_stairs", "x": 180, "y": 180, "uvlock": true }, - "facing=south,half=top,shape=straight": { "model": "block/sandstone_stairs", "x": 180, "y": 90, "uvlock": true }, - "facing=north,half=top,shape=straight": { "model": "block/sandstone_stairs", "x": 180, "y": 270, "uvlock": true }, - "facing=east,half=top,shape=outer_right": { "model": "block/sandstone_stairs_outer", "x": 180, "y": 90, "uvlock": true }, - "facing=west,half=top,shape=outer_right": { "model": "block/sandstone_stairs_outer", "x": 180, "y": 270, "uvlock": true }, - "facing=south,half=top,shape=outer_right": { "model": "block/sandstone_stairs_outer", "x": 180, "y": 180, "uvlock": true }, - "facing=north,half=top,shape=outer_right": { "model": "block/sandstone_stairs_outer", "x": 180, "uvlock": true }, - "facing=east,half=top,shape=outer_left": { "model": "block/sandstone_stairs_outer", "x": 180, "uvlock": true }, - "facing=west,half=top,shape=outer_left": { "model": "block/sandstone_stairs_outer", "x": 180, "y": 180, "uvlock": true }, - "facing=south,half=top,shape=outer_left": { "model": "block/sandstone_stairs_outer", "x": 180, "y": 90, "uvlock": true }, - "facing=north,half=top,shape=outer_left": { "model": "block/sandstone_stairs_outer", "x": 180, "y": 270, "uvlock": true }, - "facing=east,half=top,shape=inner_right": { "model": "block/sandstone_stairs_inner", "x": 180, "y": 90, "uvlock": true }, - "facing=west,half=top,shape=inner_right": { "model": "block/sandstone_stairs_inner", "x": 180, "y": 270, "uvlock": true }, - "facing=south,half=top,shape=inner_right": { "model": "block/sandstone_stairs_inner", "x": 180, "y": 180, "uvlock": true }, - "facing=north,half=top,shape=inner_right": { "model": "block/sandstone_stairs_inner", "x": 180, "uvlock": true }, - "facing=east,half=top,shape=inner_left": { "model": "block/sandstone_stairs_inner", "x": 180, "uvlock": true }, - "facing=west,half=top,shape=inner_left": { "model": "block/sandstone_stairs_inner", "x": 180, "y": 180, "uvlock": true }, - "facing=south,half=top,shape=inner_left": { "model": "block/sandstone_stairs_inner", "x": 180, "y": 90, "uvlock": true }, - "facing=north,half=top,shape=inner_left": { "model": "block/sandstone_stairs_inner", "x": 180, "y": 270, "uvlock": true } - } -} diff --git a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/blockstates/sandstone_wall.json b/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/blockstates/sandstone_wall.json deleted file mode 100644 index 45deea7b..00000000 --- a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/blockstates/sandstone_wall.json +++ /dev/null @@ -1,19 +0,0 @@ -{ - "multipart": [ - { "when": { "up": "true" }, - "apply": { "model": "block/sandstone_wall_post" } - }, - { "when": { "north": "true" }, - "apply": { "model": "block/sandstone_wall_side", "uvlock": true } - }, - { "when": { "east": "true" }, - "apply": { "model": "block/sandstone_wall_side", "y": 90, "uvlock": true } - }, - { "when": { "south": "true" }, - "apply": { "model": "block/sandstone_wall_side", "y": 180, "uvlock": true } - }, - { "when": { "west": "true" }, - "apply": { "model": "block/sandstone_wall_side", "y": 270, "uvlock": true } - } - ] -} diff --git a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/blockstates/scaffolding.json b/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/blockstates/scaffolding.json deleted file mode 100644 index c5ff4276..00000000 --- a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/blockstates/scaffolding.json +++ /dev/null @@ -1,6 +0,0 @@ -{ - "variants": { - "bottom=true": { "model": "block/scaffolding_unstable" }, - "bottom=false": { "model": "block/scaffolding_stable" } - } -} diff --git a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/blockstates/sea_lantern.json b/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/blockstates/sea_lantern.json deleted file mode 100644 index d55b67a7..00000000 --- a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/blockstates/sea_lantern.json +++ /dev/null @@ -1,5 +0,0 @@ -{ - "variants": { - "": { "model": "block/sea_lantern" } - } -} diff --git a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/blockstates/sea_pickle.json b/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/blockstates/sea_pickle.json deleted file mode 100644 index 60af4a2e..00000000 --- a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/blockstates/sea_pickle.json +++ /dev/null @@ -1,52 +0,0 @@ -{ - "variants": { - "pickles=1,waterlogged=false": [ - { "model": "block/dead_sea_pickle" }, - { "model": "block/dead_sea_pickle", "y": 90 }, - { "model": "block/dead_sea_pickle", "y": 180 }, - { "model": "block/dead_sea_pickle", "y": 270 } - ], - "pickles=2,waterlogged=false": [ - { "model": "block/two_dead_sea_pickles" }, - { "model": "block/two_dead_sea_pickles", "y": 90 }, - { "model": "block/two_dead_sea_pickles", "y": 180 }, - { "model": "block/two_dead_sea_pickles", "y": 270 } - ], - "pickles=3,waterlogged=false": [ - { "model": "block/three_dead_sea_pickles" }, - { "model": "block/three_dead_sea_pickles", "y": 90 }, - { "model": "block/three_dead_sea_pickles", "y": 180 }, - { "model": "block/three_dead_sea_pickles", "y": 270 } - ], - "pickles=4,waterlogged=false": [ - { "model": "block/four_dead_sea_pickles" }, - { "model": "block/four_dead_sea_pickles", "y": 90 }, - { "model": "block/four_dead_sea_pickles", "y": 180 }, - { "model": "block/four_dead_sea_pickles", "y": 270 } - ], - "pickles=1,waterlogged=true": [ - { "model": "block/sea_pickle" }, - { "model": "block/sea_pickle", "y": 90 }, - { "model": "block/sea_pickle", "y": 180 }, - { "model": "block/sea_pickle", "y": 270 } - ], - "pickles=2,waterlogged=true": [ - { "model": "block/two_sea_pickles" }, - { "model": "block/two_sea_pickles", "y": 90 }, - { "model": "block/two_sea_pickles", "y": 180 }, - { "model": "block/two_sea_pickles", "y": 270 } - ], - "pickles=3,waterlogged=true": [ - { "model": "block/three_sea_pickles" }, - { "model": "block/three_sea_pickles", "y": 90 }, - { "model": "block/three_sea_pickles", "y": 180 }, - { "model": "block/three_sea_pickles", "y": 270 } - ], - "pickles=4,waterlogged=true": [ - { "model": "block/four_sea_pickles" }, - { "model": "block/four_sea_pickles", "y": 90 }, - { "model": "block/four_sea_pickles", "y": 180 }, - { "model": "block/four_sea_pickles", "y": 270 } - ] - } -} diff --git a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/blockstates/seagrass.json b/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/blockstates/seagrass.json deleted file mode 100644 index 5facd016..00000000 --- a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/blockstates/seagrass.json +++ /dev/null @@ -1,5 +0,0 @@ -{ - "variants": { - "": { "model": "block/seagrass" } - } -} diff --git a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/blockstates/shulker_box.json b/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/blockstates/shulker_box.json deleted file mode 100644 index 35288893..00000000 --- a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/blockstates/shulker_box.json +++ /dev/null @@ -1,5 +0,0 @@ -{ - "variants": { - "": { "model": "block/shulker_box" } - } -} diff --git a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/blockstates/sign.json b/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/blockstates/sign.json deleted file mode 100644 index 77b44fb4..00000000 --- a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/blockstates/sign.json +++ /dev/null @@ -1,5 +0,0 @@ -{ - "variants": { - "": { "model": "block/chest" } - } -} diff --git a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/blockstates/skeleton_skull.json b/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/blockstates/skeleton_skull.json deleted file mode 100644 index 3cbbaae7..00000000 --- a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/blockstates/skeleton_skull.json +++ /dev/null @@ -1,5 +0,0 @@ -{ - "variants": { - "": { "model": "block/soul_sand" } - } -} diff --git a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/blockstates/skeleton_wall_skull.json b/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/blockstates/skeleton_wall_skull.json deleted file mode 100644 index 3cbbaae7..00000000 --- a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/blockstates/skeleton_wall_skull.json +++ /dev/null @@ -1,5 +0,0 @@ -{ - "variants": { - "": { "model": "block/soul_sand" } - } -} diff --git a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/blockstates/slime_block.json b/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/blockstates/slime_block.json deleted file mode 100644 index b032b45d..00000000 --- a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/blockstates/slime_block.json +++ /dev/null @@ -1,5 +0,0 @@ -{ - "variants": { - "": { "model": "block/slime_block" } - } -} diff --git a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/blockstates/smithing_table.json b/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/blockstates/smithing_table.json deleted file mode 100644 index 7872439d..00000000 --- a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/blockstates/smithing_table.json +++ /dev/null @@ -1,5 +0,0 @@ -{ - "variants": { - "": { "model": "block/smithing_table" } - } -} diff --git a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/blockstates/smoker.json b/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/blockstates/smoker.json deleted file mode 100644 index b2262922..00000000 --- a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/blockstates/smoker.json +++ /dev/null @@ -1,12 +0,0 @@ -{ - "variants": { - "facing=north,lit=false": { "model": "block/smoker" }, - "facing=south,lit=false": { "model": "block/smoker", "y": 180 }, - "facing=west,lit=false": { "model": "block/smoker", "y": 270 }, - "facing=east,lit=false": { "model": "block/smoker", "y": 90 }, - "facing=north,lit=true": { "model": "block/smoker_on" }, - "facing=south,lit=true": { "model": "block/smoker_on", "y": 180 }, - "facing=west,lit=true": { "model": "block/smoker_on", "y": 270 }, - "facing=east,lit=true": { "model": "block/smoker_on", "y": 90 } - } -} diff --git a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/blockstates/smooth_quartz.json b/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/blockstates/smooth_quartz.json deleted file mode 100644 index b5c0dfe3..00000000 --- a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/blockstates/smooth_quartz.json +++ /dev/null @@ -1,5 +0,0 @@ -{ - "variants": { - "": { "model": "block/smooth_quartz" } - } -} diff --git a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/blockstates/smooth_quartz_slab.json b/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/blockstates/smooth_quartz_slab.json deleted file mode 100644 index 773f2b66..00000000 --- a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/blockstates/smooth_quartz_slab.json +++ /dev/null @@ -1,7 +0,0 @@ -{ - "variants": { - "type=bottom": { "model": "block/smooth_quartz_slab" }, - "type=top": { "model": "block/smooth_quartz_slab_top" }, - "type=double": { "model": "block/smooth_quartz" } - } -} diff --git a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/blockstates/smooth_quartz_stairs.json b/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/blockstates/smooth_quartz_stairs.json deleted file mode 100644 index fa1c51f0..00000000 --- a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/blockstates/smooth_quartz_stairs.json +++ /dev/null @@ -1,44 +0,0 @@ -{ - "variants": { - "facing=east,half=bottom,shape=straight": { "model": "block/smooth_quartz_stairs" }, - "facing=west,half=bottom,shape=straight": { "model": "block/smooth_quartz_stairs", "y": 180, "uvlock": true }, - "facing=south,half=bottom,shape=straight": { "model": "block/smooth_quartz_stairs", "y": 90, "uvlock": true }, - "facing=north,half=bottom,shape=straight": { "model": "block/smooth_quartz_stairs", "y": 270, "uvlock": true }, - "facing=east,half=bottom,shape=outer_right": { "model": "block/smooth_quartz_stairs_outer" }, - "facing=west,half=bottom,shape=outer_right": { "model": "block/smooth_quartz_stairs_outer", "y": 180, "uvlock": true }, - "facing=south,half=bottom,shape=outer_right": { "model": "block/smooth_quartz_stairs_outer", "y": 90, "uvlock": true }, - "facing=north,half=bottom,shape=outer_right": { "model": "block/smooth_quartz_stairs_outer", "y": 270, "uvlock": true }, - "facing=east,half=bottom,shape=outer_left": { "model": "block/smooth_quartz_stairs_outer", "y": 270, "uvlock": true }, - "facing=west,half=bottom,shape=outer_left": { "model": "block/smooth_quartz_stairs_outer", "y": 90, "uvlock": true }, - "facing=south,half=bottom,shape=outer_left": { "model": "block/smooth_quartz_stairs_outer" }, - "facing=north,half=bottom,shape=outer_left": { "model": "block/smooth_quartz_stairs_outer", "y": 180, "uvlock": true }, - "facing=east,half=bottom,shape=inner_right": { "model": "block/smooth_quartz_stairs_inner" }, - "facing=west,half=bottom,shape=inner_right": { "model": "block/smooth_quartz_stairs_inner", "y": 180, "uvlock": true }, - "facing=south,half=bottom,shape=inner_right": { "model": "block/smooth_quartz_stairs_inner", "y": 90, "uvlock": true }, - "facing=north,half=bottom,shape=inner_right": { "model": "block/smooth_quartz_stairs_inner", "y": 270, "uvlock": true }, - "facing=east,half=bottom,shape=inner_left": { "model": "block/smooth_quartz_stairs_inner", "y": 270, "uvlock": true }, - "facing=west,half=bottom,shape=inner_left": { "model": "block/smooth_quartz_stairs_inner", "y": 90, "uvlock": true }, - "facing=south,half=bottom,shape=inner_left": { "model": "block/smooth_quartz_stairs_inner" }, - "facing=north,half=bottom,shape=inner_left": { "model": "block/smooth_quartz_stairs_inner", "y": 180, "uvlock": true }, - "facing=east,half=top,shape=straight": { "model": "block/smooth_quartz_stairs", "x": 180, "uvlock": true }, - "facing=west,half=top,shape=straight": { "model": "block/smooth_quartz_stairs", "x": 180, "y": 180, "uvlock": true }, - "facing=south,half=top,shape=straight": { "model": "block/smooth_quartz_stairs", "x": 180, "y": 90, "uvlock": true }, - "facing=north,half=top,shape=straight": { "model": "block/smooth_quartz_stairs", "x": 180, "y": 270, "uvlock": true }, - "facing=east,half=top,shape=outer_right": { "model": "block/smooth_quartz_stairs_outer", "x": 180, "y": 90, "uvlock": true }, - "facing=west,half=top,shape=outer_right": { "model": "block/smooth_quartz_stairs_outer", "x": 180, "y": 270, "uvlock": true }, - "facing=south,half=top,shape=outer_right": { "model": "block/smooth_quartz_stairs_outer", "x": 180, "y": 180, "uvlock": true }, - "facing=north,half=top,shape=outer_right": { "model": "block/smooth_quartz_stairs_outer", "x": 180, "uvlock": true }, - "facing=east,half=top,shape=outer_left": { "model": "block/smooth_quartz_stairs_outer", "x": 180, "uvlock": true }, - "facing=west,half=top,shape=outer_left": { "model": "block/smooth_quartz_stairs_outer", "x": 180, "y": 180, "uvlock": true }, - "facing=south,half=top,shape=outer_left": { "model": "block/smooth_quartz_stairs_outer", "x": 180, "y": 90, "uvlock": true }, - "facing=north,half=top,shape=outer_left": { "model": "block/smooth_quartz_stairs_outer", "x": 180, "y": 270, "uvlock": true }, - "facing=east,half=top,shape=inner_right": { "model": "block/smooth_quartz_stairs_inner", "x": 180, "y": 90, "uvlock": true }, - "facing=west,half=top,shape=inner_right": { "model": "block/smooth_quartz_stairs_inner", "x": 180, "y": 270, "uvlock": true }, - "facing=south,half=top,shape=inner_right": { "model": "block/smooth_quartz_stairs_inner", "x": 180, "y": 180, "uvlock": true }, - "facing=north,half=top,shape=inner_right": { "model": "block/smooth_quartz_stairs_inner", "x": 180, "uvlock": true }, - "facing=east,half=top,shape=inner_left": { "model": "block/smooth_quartz_stairs_inner", "x": 180, "uvlock": true }, - "facing=west,half=top,shape=inner_left": { "model": "block/smooth_quartz_stairs_inner", "x": 180, "y": 180, "uvlock": true }, - "facing=south,half=top,shape=inner_left": { "model": "block/smooth_quartz_stairs_inner", "x": 180, "y": 90, "uvlock": true }, - "facing=north,half=top,shape=inner_left": { "model": "block/smooth_quartz_stairs_inner", "x": 180, "y": 270, "uvlock": true } - } -} diff --git a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/blockstates/smooth_red_sandstone.json b/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/blockstates/smooth_red_sandstone.json deleted file mode 100644 index 38a49a00..00000000 --- a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/blockstates/smooth_red_sandstone.json +++ /dev/null @@ -1,5 +0,0 @@ -{ - "variants": { - "": { "model": "block/smooth_red_sandstone" } - } -} diff --git a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/blockstates/smooth_red_sandstone_slab.json b/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/blockstates/smooth_red_sandstone_slab.json deleted file mode 100644 index f999ff48..00000000 --- a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/blockstates/smooth_red_sandstone_slab.json +++ /dev/null @@ -1,7 +0,0 @@ -{ - "variants": { - "type=bottom": { "model": "block/smooth_red_sandstone_slab" }, - "type=top": { "model": "block/smooth_red_sandstone_slab_top" }, - "type=double": { "model": "block/smooth_red_sandstone" } - } -} diff --git a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/blockstates/smooth_red_sandstone_stairs.json b/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/blockstates/smooth_red_sandstone_stairs.json deleted file mode 100644 index ed766e74..00000000 --- a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/blockstates/smooth_red_sandstone_stairs.json +++ /dev/null @@ -1,44 +0,0 @@ -{ - "variants": { - "facing=east,half=bottom,shape=straight": { "model": "block/smooth_red_sandstone_stairs" }, - "facing=west,half=bottom,shape=straight": { "model": "block/smooth_red_sandstone_stairs", "y": 180, "uvlock": true }, - "facing=south,half=bottom,shape=straight": { "model": "block/smooth_red_sandstone_stairs", "y": 90, "uvlock": true }, - "facing=north,half=bottom,shape=straight": { "model": "block/smooth_red_sandstone_stairs", "y": 270, "uvlock": true }, - "facing=east,half=bottom,shape=outer_right": { "model": "block/smooth_red_sandstone_stairs_outer" }, - "facing=west,half=bottom,shape=outer_right": { "model": "block/smooth_red_sandstone_stairs_outer", "y": 180, "uvlock": true }, - "facing=south,half=bottom,shape=outer_right": { "model": "block/smooth_red_sandstone_stairs_outer", "y": 90, "uvlock": true }, - "facing=north,half=bottom,shape=outer_right": { "model": "block/smooth_red_sandstone_stairs_outer", "y": 270, "uvlock": true }, - "facing=east,half=bottom,shape=outer_left": { "model": "block/smooth_red_sandstone_stairs_outer", "y": 270, "uvlock": true }, - "facing=west,half=bottom,shape=outer_left": { "model": "block/smooth_red_sandstone_stairs_outer", "y": 90, "uvlock": true }, - "facing=south,half=bottom,shape=outer_left": { "model": "block/smooth_red_sandstone_stairs_outer" }, - "facing=north,half=bottom,shape=outer_left": { "model": "block/smooth_red_sandstone_stairs_outer", "y": 180, "uvlock": true }, - "facing=east,half=bottom,shape=inner_right": { "model": "block/smooth_red_sandstone_stairs_inner" }, - "facing=west,half=bottom,shape=inner_right": { "model": "block/smooth_red_sandstone_stairs_inner", "y": 180, "uvlock": true }, - "facing=south,half=bottom,shape=inner_right": { "model": "block/smooth_red_sandstone_stairs_inner", "y": 90, "uvlock": true }, - "facing=north,half=bottom,shape=inner_right": { "model": "block/smooth_red_sandstone_stairs_inner", "y": 270, "uvlock": true }, - "facing=east,half=bottom,shape=inner_left": { "model": "block/smooth_red_sandstone_stairs_inner", "y": 270, "uvlock": true }, - "facing=west,half=bottom,shape=inner_left": { "model": "block/smooth_red_sandstone_stairs_inner", "y": 90, "uvlock": true }, - "facing=south,half=bottom,shape=inner_left": { "model": "block/smooth_red_sandstone_stairs_inner" }, - "facing=north,half=bottom,shape=inner_left": { "model": "block/smooth_red_sandstone_stairs_inner", "y": 180, "uvlock": true }, - "facing=east,half=top,shape=straight": { "model": "block/smooth_red_sandstone_stairs", "x": 180, "uvlock": true }, - "facing=west,half=top,shape=straight": { "model": "block/smooth_red_sandstone_stairs", "x": 180, "y": 180, "uvlock": true }, - "facing=south,half=top,shape=straight": { "model": "block/smooth_red_sandstone_stairs", "x": 180, "y": 90, "uvlock": true }, - "facing=north,half=top,shape=straight": { "model": "block/smooth_red_sandstone_stairs", "x": 180, "y": 270, "uvlock": true }, - "facing=east,half=top,shape=outer_right": { "model": "block/smooth_red_sandstone_stairs_outer", "x": 180, "y": 90, "uvlock": true }, - "facing=west,half=top,shape=outer_right": { "model": "block/smooth_red_sandstone_stairs_outer", "x": 180, "y": 270, "uvlock": true }, - "facing=south,half=top,shape=outer_right": { "model": "block/smooth_red_sandstone_stairs_outer", "x": 180, "y": 180, "uvlock": true }, - "facing=north,half=top,shape=outer_right": { "model": "block/smooth_red_sandstone_stairs_outer", "x": 180, "uvlock": true }, - "facing=east,half=top,shape=outer_left": { "model": "block/smooth_red_sandstone_stairs_outer", "x": 180, "uvlock": true }, - "facing=west,half=top,shape=outer_left": { "model": "block/smooth_red_sandstone_stairs_outer", "x": 180, "y": 180, "uvlock": true }, - "facing=south,half=top,shape=outer_left": { "model": "block/smooth_red_sandstone_stairs_outer", "x": 180, "y": 90, "uvlock": true }, - "facing=north,half=top,shape=outer_left": { "model": "block/smooth_red_sandstone_stairs_outer", "x": 180, "y": 270, "uvlock": true }, - "facing=east,half=top,shape=inner_right": { "model": "block/smooth_red_sandstone_stairs_inner", "x": 180, "y": 90, "uvlock": true }, - "facing=west,half=top,shape=inner_right": { "model": "block/smooth_red_sandstone_stairs_inner", "x": 180, "y": 270, "uvlock": true }, - "facing=south,half=top,shape=inner_right": { "model": "block/smooth_red_sandstone_stairs_inner", "x": 180, "y": 180, "uvlock": true }, - "facing=north,half=top,shape=inner_right": { "model": "block/smooth_red_sandstone_stairs_inner", "x": 180, "uvlock": true }, - "facing=east,half=top,shape=inner_left": { "model": "block/smooth_red_sandstone_stairs_inner", "x": 180, "uvlock": true }, - "facing=west,half=top,shape=inner_left": { "model": "block/smooth_red_sandstone_stairs_inner", "x": 180, "y": 180, "uvlock": true }, - "facing=south,half=top,shape=inner_left": { "model": "block/smooth_red_sandstone_stairs_inner", "x": 180, "y": 90, "uvlock": true }, - "facing=north,half=top,shape=inner_left": { "model": "block/smooth_red_sandstone_stairs_inner", "x": 180, "y": 270, "uvlock": true } - } -} diff --git a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/blockstates/smooth_sandstone.json b/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/blockstates/smooth_sandstone.json deleted file mode 100644 index eed1d5ba..00000000 --- a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/blockstates/smooth_sandstone.json +++ /dev/null @@ -1,5 +0,0 @@ -{ - "variants": { - "": { "model": "block/smooth_sandstone" } - } -} diff --git a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/blockstates/smooth_sandstone_slab.json b/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/blockstates/smooth_sandstone_slab.json deleted file mode 100644 index 7f3427a4..00000000 --- a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/blockstates/smooth_sandstone_slab.json +++ /dev/null @@ -1,7 +0,0 @@ -{ - "variants": { - "type=bottom": { "model": "block/smooth_sandstone_slab" }, - "type=top": { "model": "block/smooth_sandstone_slab_top" }, - "type=double": { "model": "block/smooth_sandstone" } - } -} diff --git a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/blockstates/smooth_sandstone_stairs.json b/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/blockstates/smooth_sandstone_stairs.json deleted file mode 100644 index b1e894da..00000000 --- a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/blockstates/smooth_sandstone_stairs.json +++ /dev/null @@ -1,44 +0,0 @@ -{ - "variants": { - "facing=east,half=bottom,shape=straight": { "model": "block/smooth_sandstone_stairs" }, - "facing=west,half=bottom,shape=straight": { "model": "block/smooth_sandstone_stairs", "y": 180, "uvlock": true }, - "facing=south,half=bottom,shape=straight": { "model": "block/smooth_sandstone_stairs", "y": 90, "uvlock": true }, - "facing=north,half=bottom,shape=straight": { "model": "block/smooth_sandstone_stairs", "y": 270, "uvlock": true }, - "facing=east,half=bottom,shape=outer_right": { "model": "block/smooth_sandstone_stairs_outer" }, - "facing=west,half=bottom,shape=outer_right": { "model": "block/smooth_sandstone_stairs_outer", "y": 180, "uvlock": true }, - "facing=south,half=bottom,shape=outer_right": { "model": "block/smooth_sandstone_stairs_outer", "y": 90, "uvlock": true }, - "facing=north,half=bottom,shape=outer_right": { "model": "block/smooth_sandstone_stairs_outer", "y": 270, "uvlock": true }, - "facing=east,half=bottom,shape=outer_left": { "model": "block/smooth_sandstone_stairs_outer", "y": 270, "uvlock": true }, - "facing=west,half=bottom,shape=outer_left": { "model": "block/smooth_sandstone_stairs_outer", "y": 90, "uvlock": true }, - "facing=south,half=bottom,shape=outer_left": { "model": "block/smooth_sandstone_stairs_outer" }, - "facing=north,half=bottom,shape=outer_left": { "model": "block/smooth_sandstone_stairs_outer", "y": 180, "uvlock": true }, - "facing=east,half=bottom,shape=inner_right": { "model": "block/smooth_sandstone_stairs_inner" }, - "facing=west,half=bottom,shape=inner_right": { "model": "block/smooth_sandstone_stairs_inner", "y": 180, "uvlock": true }, - "facing=south,half=bottom,shape=inner_right": { "model": "block/smooth_sandstone_stairs_inner", "y": 90, "uvlock": true }, - "facing=north,half=bottom,shape=inner_right": { "model": "block/smooth_sandstone_stairs_inner", "y": 270, "uvlock": true }, - "facing=east,half=bottom,shape=inner_left": { "model": "block/smooth_sandstone_stairs_inner", "y": 270, "uvlock": true }, - "facing=west,half=bottom,shape=inner_left": { "model": "block/smooth_sandstone_stairs_inner", "y": 90, "uvlock": true }, - "facing=south,half=bottom,shape=inner_left": { "model": "block/smooth_sandstone_stairs_inner" }, - "facing=north,half=bottom,shape=inner_left": { "model": "block/smooth_sandstone_stairs_inner", "y": 180, "uvlock": true }, - "facing=east,half=top,shape=straight": { "model": "block/smooth_sandstone_stairs", "x": 180, "uvlock": true }, - "facing=west,half=top,shape=straight": { "model": "block/smooth_sandstone_stairs", "x": 180, "y": 180, "uvlock": true }, - "facing=south,half=top,shape=straight": { "model": "block/smooth_sandstone_stairs", "x": 180, "y": 90, "uvlock": true }, - "facing=north,half=top,shape=straight": { "model": "block/smooth_sandstone_stairs", "x": 180, "y": 270, "uvlock": true }, - "facing=east,half=top,shape=outer_right": { "model": "block/smooth_sandstone_stairs_outer", "x": 180, "y": 90, "uvlock": true }, - "facing=west,half=top,shape=outer_right": { "model": "block/smooth_sandstone_stairs_outer", "x": 180, "y": 270, "uvlock": true }, - "facing=south,half=top,shape=outer_right": { "model": "block/smooth_sandstone_stairs_outer", "x": 180, "y": 180, "uvlock": true }, - "facing=north,half=top,shape=outer_right": { "model": "block/smooth_sandstone_stairs_outer", "x": 180, "uvlock": true }, - "facing=east,half=top,shape=outer_left": { "model": "block/smooth_sandstone_stairs_outer", "x": 180, "uvlock": true }, - "facing=west,half=top,shape=outer_left": { "model": "block/smooth_sandstone_stairs_outer", "x": 180, "y": 180, "uvlock": true }, - "facing=south,half=top,shape=outer_left": { "model": "block/smooth_sandstone_stairs_outer", "x": 180, "y": 90, "uvlock": true }, - "facing=north,half=top,shape=outer_left": { "model": "block/smooth_sandstone_stairs_outer", "x": 180, "y": 270, "uvlock": true }, - "facing=east,half=top,shape=inner_right": { "model": "block/smooth_sandstone_stairs_inner", "x": 180, "y": 90, "uvlock": true }, - "facing=west,half=top,shape=inner_right": { "model": "block/smooth_sandstone_stairs_inner", "x": 180, "y": 270, "uvlock": true }, - "facing=south,half=top,shape=inner_right": { "model": "block/smooth_sandstone_stairs_inner", "x": 180, "y": 180, "uvlock": true }, - "facing=north,half=top,shape=inner_right": { "model": "block/smooth_sandstone_stairs_inner", "x": 180, "uvlock": true }, - "facing=east,half=top,shape=inner_left": { "model": "block/smooth_sandstone_stairs_inner", "x": 180, "uvlock": true }, - "facing=west,half=top,shape=inner_left": { "model": "block/smooth_sandstone_stairs_inner", "x": 180, "y": 180, "uvlock": true }, - "facing=south,half=top,shape=inner_left": { "model": "block/smooth_sandstone_stairs_inner", "x": 180, "y": 90, "uvlock": true }, - "facing=north,half=top,shape=inner_left": { "model": "block/smooth_sandstone_stairs_inner", "x": 180, "y": 270, "uvlock": true } - } -} diff --git a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/blockstates/smooth_stone.json b/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/blockstates/smooth_stone.json deleted file mode 100644 index 654952f1..00000000 --- a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/blockstates/smooth_stone.json +++ /dev/null @@ -1,5 +0,0 @@ -{ - "variants": { - "": { "model": "block/smooth_stone" } - } -} diff --git a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/blockstates/smooth_stone_slab.json b/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/blockstates/smooth_stone_slab.json deleted file mode 100644 index 363ae017..00000000 --- a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/blockstates/smooth_stone_slab.json +++ /dev/null @@ -1,7 +0,0 @@ -{ - "variants": { - "type=bottom": { "model": "block/smooth_stone_slab" }, - "type=top": { "model": "block/smooth_stone_slab_top" }, - "type=double": { "model": "block/smooth_stone_slab_double" } - } -} diff --git a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/blockstates/snow.json b/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/blockstates/snow.json deleted file mode 100644 index 95a2c27d..00000000 --- a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/blockstates/snow.json +++ /dev/null @@ -1,12 +0,0 @@ -{ - "variants": { - "layers=1": { "model": "block/snow_height2" }, - "layers=2": { "model": "block/snow_height4" }, - "layers=3": { "model": "block/snow_height6" }, - "layers=4": { "model": "block/snow_height8" }, - "layers=5": { "model": "block/snow_height10" }, - "layers=6": { "model": "block/snow_height12" }, - "layers=7": { "model": "block/snow_height14" }, - "layers=8": { "model": "block/snow_block" } - } -} diff --git a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/blockstates/snow_block.json b/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/blockstates/snow_block.json deleted file mode 100644 index 24a2bd3c..00000000 --- a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/blockstates/snow_block.json +++ /dev/null @@ -1,5 +0,0 @@ -{ - "variants": { - "": { "model": "block/snow_block" } - } -} diff --git a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/blockstates/soul_sand.json b/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/blockstates/soul_sand.json deleted file mode 100644 index 3cbbaae7..00000000 --- a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/blockstates/soul_sand.json +++ /dev/null @@ -1,5 +0,0 @@ -{ - "variants": { - "": { "model": "block/soul_sand" } - } -} diff --git a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/blockstates/spawner.json b/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/blockstates/spawner.json deleted file mode 100644 index e4b28a28..00000000 --- a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/blockstates/spawner.json +++ /dev/null @@ -1,5 +0,0 @@ -{ - "variants": { - "": { "model": "block/spawner" } - } -} diff --git a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/blockstates/sponge.json b/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/blockstates/sponge.json deleted file mode 100644 index d9f8527b..00000000 --- a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/blockstates/sponge.json +++ /dev/null @@ -1,5 +0,0 @@ -{ - "variants": { - "": { "model": "block/sponge" } - } -} diff --git a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/blockstates/spruce_button.json b/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/blockstates/spruce_button.json deleted file mode 100644 index 91494835..00000000 --- a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/blockstates/spruce_button.json +++ /dev/null @@ -1,28 +0,0 @@ -{ - "variants": { - "face=floor,facing=east,powered=false": { "model": "block/spruce_button", "y": 90 }, - "face=floor,facing=west,powered=false": { "model": "block/spruce_button", "y": 270 }, - "face=floor,facing=south,powered=false": { "model": "block/spruce_button", "y": 180 }, - "face=floor,facing=north,powered=false": { "model": "block/spruce_button" }, - "face=wall,facing=east,powered=false": { "model": "block/spruce_button", "uvlock": true, "x": 90, "y": 90 }, - "face=wall,facing=west,powered=false": { "model": "block/spruce_button", "uvlock": true, "x": 90, "y": 270 }, - "face=wall,facing=south,powered=false": { "model": "block/spruce_button", "uvlock": true, "x": 90, "y": 180 }, - "face=wall,facing=north,powered=false": { "model": "block/spruce_button", "uvlock": true, "x": 90 }, - "face=ceiling,facing=east,powered=false": { "model": "block/spruce_button", "x": 180, "y": 270 }, - "face=ceiling,facing=west,powered=false": { "model": "block/spruce_button", "x": 180, "y": 90 }, - "face=ceiling,facing=south,powered=false": { "model": "block/spruce_button", "x": 180 }, - "face=ceiling,facing=north,powered=false": { "model": "block/spruce_button", "x": 180, "y": 180 }, - "face=floor,facing=east,powered=true": { "model": "block/spruce_button_pressed", "y": 90 }, - "face=floor,facing=west,powered=true": { "model": "block/spruce_button_pressed", "y": 270 }, - "face=floor,facing=south,powered=true": { "model": "block/spruce_button_pressed", "y": 180 }, - "face=floor,facing=north,powered=true": { "model": "block/spruce_button_pressed" }, - "face=wall,facing=east,powered=true": { "model": "block/spruce_button_pressed", "uvlock": true, "x": 90, "y": 90 }, - "face=wall,facing=west,powered=true": { "model": "block/spruce_button_pressed", "uvlock": true, "x": 90, "y": 270 }, - "face=wall,facing=south,powered=true": { "model": "block/spruce_button_pressed", "uvlock": true, "x": 90, "y": 180 }, - "face=wall,facing=north,powered=true": { "model": "block/spruce_button_pressed", "uvlock": true, "x": 90 }, - "face=ceiling,facing=east,powered=true": { "model": "block/spruce_button_pressed", "x": 180, "y": 270 }, - "face=ceiling,facing=west,powered=true": { "model": "block/spruce_button_pressed", "x": 180, "y": 90 }, - "face=ceiling,facing=south,powered=true": { "model": "block/spruce_button_pressed", "x": 180 }, - "face=ceiling,facing=north,powered=true": { "model": "block/spruce_button_pressed", "x": 180, "y": 180 } - } -} diff --git a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/blockstates/spruce_door.json b/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/blockstates/spruce_door.json deleted file mode 100644 index 28228506..00000000 --- a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/blockstates/spruce_door.json +++ /dev/null @@ -1,36 +0,0 @@ -{ - "variants": { - "facing=east,half=lower,hinge=left,open=false": { "model": "block/spruce_door_bottom" }, - "facing=south,half=lower,hinge=left,open=false": { "model": "block/spruce_door_bottom", "y": 90 }, - "facing=west,half=lower,hinge=left,open=false": { "model": "block/spruce_door_bottom", "y": 180 }, - "facing=north,half=lower,hinge=left,open=false": { "model": "block/spruce_door_bottom", "y": 270 }, - "facing=east,half=lower,hinge=right,open=false": { "model": "block/spruce_door_bottom_hinge" }, - "facing=south,half=lower,hinge=right,open=false": { "model": "block/spruce_door_bottom_hinge", "y": 90 }, - "facing=west,half=lower,hinge=right,open=false": { "model": "block/spruce_door_bottom_hinge", "y": 180 }, - "facing=north,half=lower,hinge=right,open=false": { "model": "block/spruce_door_bottom_hinge", "y": 270 }, - "facing=east,half=lower,hinge=left,open=true": { "model": "block/spruce_door_bottom_hinge", "y": 90 }, - "facing=south,half=lower,hinge=left,open=true": { "model": "block/spruce_door_bottom_hinge", "y": 180 }, - "facing=west,half=lower,hinge=left,open=true": { "model": "block/spruce_door_bottom_hinge", "y": 270 }, - "facing=north,half=lower,hinge=left,open=true": { "model": "block/spruce_door_bottom_hinge" }, - "facing=east,half=lower,hinge=right,open=true": { "model": "block/spruce_door_bottom", "y": 270 }, - "facing=south,half=lower,hinge=right,open=true": { "model": "block/spruce_door_bottom" }, - "facing=west,half=lower,hinge=right,open=true": { "model": "block/spruce_door_bottom", "y": 90 }, - "facing=north,half=lower,hinge=right,open=true": { "model": "block/spruce_door_bottom", "y": 180 }, - "facing=east,half=upper,hinge=left,open=false": { "model": "block/spruce_door_top" }, - "facing=south,half=upper,hinge=left,open=false": { "model": "block/spruce_door_top", "y": 90 }, - "facing=west,half=upper,hinge=left,open=false": { "model": "block/spruce_door_top", "y": 180 }, - "facing=north,half=upper,hinge=left,open=false": { "model": "block/spruce_door_top", "y": 270 }, - "facing=east,half=upper,hinge=right,open=false": { "model": "block/spruce_door_top_hinge" }, - "facing=south,half=upper,hinge=right,open=false": { "model": "block/spruce_door_top_hinge", "y": 90 }, - "facing=west,half=upper,hinge=right,open=false": { "model": "block/spruce_door_top_hinge", "y": 180 }, - "facing=north,half=upper,hinge=right,open=false": { "model": "block/spruce_door_top_hinge", "y": 270 }, - "facing=east,half=upper,hinge=left,open=true": { "model": "block/spruce_door_top_hinge", "y": 90 }, - "facing=south,half=upper,hinge=left,open=true": { "model": "block/spruce_door_top_hinge", "y": 180 }, - "facing=west,half=upper,hinge=left,open=true": { "model": "block/spruce_door_top_hinge", "y": 270 }, - "facing=north,half=upper,hinge=left,open=true": { "model": "block/spruce_door_top_hinge" }, - "facing=east,half=upper,hinge=right,open=true": { "model": "block/spruce_door_top", "y": 270 }, - "facing=south,half=upper,hinge=right,open=true": { "model": "block/spruce_door_top" }, - "facing=west,half=upper,hinge=right,open=true": { "model": "block/spruce_door_top", "y": 90 }, - "facing=north,half=upper,hinge=right,open=true": { "model": "block/spruce_door_top", "y": 180 } - } -} diff --git a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/blockstates/spruce_fence.json b/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/blockstates/spruce_fence.json deleted file mode 100644 index 2f9215a1..00000000 --- a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/blockstates/spruce_fence.json +++ /dev/null @@ -1,17 +0,0 @@ -{ - "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/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/blockstates/spruce_fence_gate.json b/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/blockstates/spruce_fence_gate.json deleted file mode 100644 index 3f8b6b2c..00000000 --- a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/blockstates/spruce_fence_gate.json +++ /dev/null @@ -1,20 +0,0 @@ -{ - "variants": { - "facing=south,in_wall=false,open=false": { "model": "block/spruce_fence_gate", "uvlock": true }, - "facing=west,in_wall=false,open=false": { "model": "block/spruce_fence_gate", "uvlock": true, "y": 90 }, - "facing=north,in_wall=false,open=false": { "model": "block/spruce_fence_gate", "uvlock": true, "y": 180 }, - "facing=east,in_wall=false,open=false": { "model": "block/spruce_fence_gate", "uvlock": true, "y": 270 }, - "facing=south,in_wall=false,open=true": { "model": "block/spruce_fence_gate_open", "uvlock": true }, - "facing=west,in_wall=false,open=true": { "model": "block/spruce_fence_gate_open", "uvlock": true, "y": 90 }, - "facing=north,in_wall=false,open=true": { "model": "block/spruce_fence_gate_open", "uvlock": true, "y": 180 }, - "facing=east,in_wall=false,open=true": { "model": "block/spruce_fence_gate_open", "uvlock": true, "y": 270 }, - "facing=south,in_wall=true,open=false": { "model": "block/spruce_fence_gate_wall", "uvlock": true }, - "facing=west,in_wall=true,open=false": { "model": "block/spruce_fence_gate_wall", "uvlock": true, "y": 90 }, - "facing=north,in_wall=true,open=false": { "model": "block/spruce_fence_gate_wall", "uvlock": true, "y": 180 }, - "facing=east,in_wall=true,open=false": { "model": "block/spruce_fence_gate_wall", "uvlock": true, "y": 270 }, - "facing=south,in_wall=true,open=true": { "model": "block/spruce_fence_gate_wall_open", "uvlock": true }, - "facing=west,in_wall=true,open=true": { "model": "block/spruce_fence_gate_wall_open", "uvlock": true, "y": 90 }, - "facing=north,in_wall=true,open=true": { "model": "block/spruce_fence_gate_wall_open", "uvlock": true, "y": 180 }, - "facing=east,in_wall=true,open=true": { "model": "block/spruce_fence_gate_wall_open", "uvlock": true, "y": 270 } - } -} diff --git a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/blockstates/spruce_leaves.json b/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/blockstates/spruce_leaves.json deleted file mode 100644 index 50d07f29..00000000 --- a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/blockstates/spruce_leaves.json +++ /dev/null @@ -1,5 +0,0 @@ -{ - "variants": { - "": { "model": "block/spruce_leaves" } - } -} diff --git a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/blockstates/spruce_log.json b/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/blockstates/spruce_log.json deleted file mode 100644 index 675d46ab..00000000 --- a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/blockstates/spruce_log.json +++ /dev/null @@ -1,7 +0,0 @@ -{ - "variants": { - "axis=y": { "model": "block/spruce_log" }, - "axis=z": { "model": "block/spruce_log", "x": 90 }, - "axis=x": { "model": "block/spruce_log", "x": 90, "y": 90 } - } -} diff --git a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/blockstates/spruce_planks.json b/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/blockstates/spruce_planks.json deleted file mode 100644 index 47458ce9..00000000 --- a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/blockstates/spruce_planks.json +++ /dev/null @@ -1,5 +0,0 @@ -{ - "variants": { - "": { "model": "block/spruce_planks" } - } -} diff --git a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/blockstates/spruce_pressure_plate.json b/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/blockstates/spruce_pressure_plate.json deleted file mode 100644 index 29a07e25..00000000 --- a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/blockstates/spruce_pressure_plate.json +++ /dev/null @@ -1,6 +0,0 @@ -{ - "variants": { - "powered=false": { "model": "block/spruce_pressure_plate" }, - "powered=true": { "model": "block/spruce_pressure_plate_down" } - } -} diff --git a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/blockstates/spruce_sapling.json b/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/blockstates/spruce_sapling.json deleted file mode 100644 index 14c71101..00000000 --- a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/blockstates/spruce_sapling.json +++ /dev/null @@ -1,5 +0,0 @@ -{ - "variants": { - "": { "model": "block/spruce_sapling" } - } -} diff --git a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/blockstates/spruce_sign.json b/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/blockstates/spruce_sign.json deleted file mode 100644 index 421fbfc5..00000000 --- a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/blockstates/spruce_sign.json +++ /dev/null @@ -1,5 +0,0 @@ -{ - "variants": { - "": { "model": "block/spruce_sign" } - } -} diff --git a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/blockstates/spruce_slab.json b/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/blockstates/spruce_slab.json deleted file mode 100644 index 0a51e87e..00000000 --- a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/blockstates/spruce_slab.json +++ /dev/null @@ -1,7 +0,0 @@ -{ - "variants": { - "type=bottom": { "model": "block/spruce_slab" }, - "type=top": { "model": "block/spruce_slab_top" }, - "type=double": { "model": "block/spruce_planks" } - } -} diff --git a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/blockstates/spruce_stairs.json b/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/blockstates/spruce_stairs.json deleted file mode 100644 index 81e0eb21..00000000 --- a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/blockstates/spruce_stairs.json +++ /dev/null @@ -1,44 +0,0 @@ -{ - "variants": { - "facing=east,half=bottom,shape=straight": { "model": "block/spruce_stairs" }, - "facing=west,half=bottom,shape=straight": { "model": "block/spruce_stairs", "y": 180, "uvlock": true }, - "facing=south,half=bottom,shape=straight": { "model": "block/spruce_stairs", "y": 90, "uvlock": true }, - "facing=north,half=bottom,shape=straight": { "model": "block/spruce_stairs", "y": 270, "uvlock": true }, - "facing=east,half=bottom,shape=outer_right": { "model": "block/spruce_stairs_outer" }, - "facing=west,half=bottom,shape=outer_right": { "model": "block/spruce_stairs_outer", "y": 180, "uvlock": true }, - "facing=south,half=bottom,shape=outer_right": { "model": "block/spruce_stairs_outer", "y": 90, "uvlock": true }, - "facing=north,half=bottom,shape=outer_right": { "model": "block/spruce_stairs_outer", "y": 270, "uvlock": true }, - "facing=east,half=bottom,shape=outer_left": { "model": "block/spruce_stairs_outer", "y": 270, "uvlock": true }, - "facing=west,half=bottom,shape=outer_left": { "model": "block/spruce_stairs_outer", "y": 90, "uvlock": true }, - "facing=south,half=bottom,shape=outer_left": { "model": "block/spruce_stairs_outer" }, - "facing=north,half=bottom,shape=outer_left": { "model": "block/spruce_stairs_outer", "y": 180, "uvlock": true }, - "facing=east,half=bottom,shape=inner_right": { "model": "block/spruce_stairs_inner" }, - "facing=west,half=bottom,shape=inner_right": { "model": "block/spruce_stairs_inner", "y": 180, "uvlock": true }, - "facing=south,half=bottom,shape=inner_right": { "model": "block/spruce_stairs_inner", "y": 90, "uvlock": true }, - "facing=north,half=bottom,shape=inner_right": { "model": "block/spruce_stairs_inner", "y": 270, "uvlock": true }, - "facing=east,half=bottom,shape=inner_left": { "model": "block/spruce_stairs_inner", "y": 270, "uvlock": true }, - "facing=west,half=bottom,shape=inner_left": { "model": "block/spruce_stairs_inner", "y": 90, "uvlock": true }, - "facing=south,half=bottom,shape=inner_left": { "model": "block/spruce_stairs_inner" }, - "facing=north,half=bottom,shape=inner_left": { "model": "block/spruce_stairs_inner", "y": 180, "uvlock": true }, - "facing=east,half=top,shape=straight": { "model": "block/spruce_stairs", "x": 180, "uvlock": true }, - "facing=west,half=top,shape=straight": { "model": "block/spruce_stairs", "x": 180, "y": 180, "uvlock": true }, - "facing=south,half=top,shape=straight": { "model": "block/spruce_stairs", "x": 180, "y": 90, "uvlock": true }, - "facing=north,half=top,shape=straight": { "model": "block/spruce_stairs", "x": 180, "y": 270, "uvlock": true }, - "facing=east,half=top,shape=outer_right": { "model": "block/spruce_stairs_outer", "x": 180, "y": 90, "uvlock": true }, - "facing=west,half=top,shape=outer_right": { "model": "block/spruce_stairs_outer", "x": 180, "y": 270, "uvlock": true }, - "facing=south,half=top,shape=outer_right": { "model": "block/spruce_stairs_outer", "x": 180, "y": 180, "uvlock": true }, - "facing=north,half=top,shape=outer_right": { "model": "block/spruce_stairs_outer", "x": 180, "uvlock": true }, - "facing=east,half=top,shape=outer_left": { "model": "block/spruce_stairs_outer", "x": 180, "uvlock": true }, - "facing=west,half=top,shape=outer_left": { "model": "block/spruce_stairs_outer", "x": 180, "y": 180, "uvlock": true }, - "facing=south,half=top,shape=outer_left": { "model": "block/spruce_stairs_outer", "x": 180, "y": 90, "uvlock": true }, - "facing=north,half=top,shape=outer_left": { "model": "block/spruce_stairs_outer", "x": 180, "y": 270, "uvlock": true }, - "facing=east,half=top,shape=inner_right": { "model": "block/spruce_stairs_inner", "x": 180, "y": 90, "uvlock": true }, - "facing=west,half=top,shape=inner_right": { "model": "block/spruce_stairs_inner", "x": 180, "y": 270, "uvlock": true }, - "facing=south,half=top,shape=inner_right": { "model": "block/spruce_stairs_inner", "x": 180, "y": 180, "uvlock": true }, - "facing=north,half=top,shape=inner_right": { "model": "block/spruce_stairs_inner", "x": 180, "uvlock": true }, - "facing=east,half=top,shape=inner_left": { "model": "block/spruce_stairs_inner", "x": 180, "uvlock": true }, - "facing=west,half=top,shape=inner_left": { "model": "block/spruce_stairs_inner", "x": 180, "y": 180, "uvlock": true }, - "facing=south,half=top,shape=inner_left": { "model": "block/spruce_stairs_inner", "x": 180, "y": 90, "uvlock": true }, - "facing=north,half=top,shape=inner_left": { "model": "block/spruce_stairs_inner", "x": 180, "y": 270, "uvlock": true } - } -} diff --git a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/blockstates/spruce_trapdoor.json b/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/blockstates/spruce_trapdoor.json deleted file mode 100644 index 14d4224e..00000000 --- a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/blockstates/spruce_trapdoor.json +++ /dev/null @@ -1,20 +0,0 @@ -{ - "variants": { - "facing=north,half=bottom,open=false": { "model": "block/spruce_trapdoor_bottom" }, - "facing=south,half=bottom,open=false": { "model": "block/spruce_trapdoor_bottom", "y": 180 }, - "facing=east,half=bottom,open=false": { "model": "block/spruce_trapdoor_bottom", "y": 90 }, - "facing=west,half=bottom,open=false": { "model": "block/spruce_trapdoor_bottom", "y": 270 }, - "facing=north,half=top,open=false": { "model": "block/spruce_trapdoor_top" }, - "facing=south,half=top,open=false": { "model": "block/spruce_trapdoor_top", "y": 180 }, - "facing=east,half=top,open=false": { "model": "block/spruce_trapdoor_top", "y": 90 }, - "facing=west,half=top,open=false": { "model": "block/spruce_trapdoor_top", "y": 270 }, - "facing=north,half=bottom,open=true": { "model": "block/spruce_trapdoor_open" }, - "facing=south,half=bottom,open=true": { "model": "block/spruce_trapdoor_open", "y": 180 }, - "facing=east,half=bottom,open=true": { "model": "block/spruce_trapdoor_open", "y": 90 }, - "facing=west,half=bottom,open=true": { "model": "block/spruce_trapdoor_open", "y": 270 }, - "facing=north,half=top,open=true": { "model": "block/spruce_trapdoor_open", "x": 180, "y": 180 }, - "facing=south,half=top,open=true": { "model": "block/spruce_trapdoor_open", "x": 180, "y": 0 }, - "facing=east,half=top,open=true": { "model": "block/spruce_trapdoor_open", "x": 180, "y": 270 }, - "facing=west,half=top,open=true": { "model": "block/spruce_trapdoor_open", "x": 180, "y": 90 } - } -} diff --git a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/blockstates/spruce_wall_sign.json b/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/blockstates/spruce_wall_sign.json deleted file mode 100644 index 421fbfc5..00000000 --- a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/blockstates/spruce_wall_sign.json +++ /dev/null @@ -1,5 +0,0 @@ -{ - "variants": { - "": { "model": "block/spruce_sign" } - } -} diff --git a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/blockstates/spruce_wood.json b/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/blockstates/spruce_wood.json deleted file mode 100644 index 30c91c98..00000000 --- a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/blockstates/spruce_wood.json +++ /dev/null @@ -1,7 +0,0 @@ -{ - "variants": { - "axis=y": { "model": "block/spruce_wood" }, - "axis=z": { "model": "block/spruce_wood", "x": 90 }, - "axis=x": { "model": "block/spruce_wood", "x": 90, "y": 90 } - } -} diff --git a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/blockstates/sticky_piston.json b/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/blockstates/sticky_piston.json deleted file mode 100644 index 274521ed..00000000 --- a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/blockstates/sticky_piston.json +++ /dev/null @@ -1,16 +0,0 @@ -{ - "variants": { - "extended=false,facing=down": { "model": "block/sticky_piston", "x": 90 }, - "extended=false,facing=up": { "model": "block/sticky_piston", "x": 270 }, - "extended=false,facing=north": { "model": "block/sticky_piston" }, - "extended=false,facing=south": { "model": "block/sticky_piston", "y": 180 }, - "extended=false,facing=west": { "model": "block/sticky_piston", "y": 270 }, - "extended=false,facing=east": { "model": "block/sticky_piston", "y": 90 }, - "extended=true,facing=down": { "model": "block/piston_base", "x": 90 }, - "extended=true,facing=up": { "model": "block/piston_base", "x": 270 }, - "extended=true,facing=north": { "model": "block/piston_base" }, - "extended=true,facing=south": { "model": "block/piston_base", "y": 180 }, - "extended=true,facing=west": { "model": "block/piston_base", "y": 270 }, - "extended=true,facing=east": { "model": "block/piston_base", "y": 90 } - } -} diff --git a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/blockstates/stone.json b/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/blockstates/stone.json deleted file mode 100644 index 56c13648..00000000 --- a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/blockstates/stone.json +++ /dev/null @@ -1,10 +0,0 @@ -{ - "variants": { - "": [ - { "model": "block/stone" }, - { "model": "block/stone_mirrored" }, - { "model": "block/stone", "y": 180 }, - { "model": "block/stone_mirrored", "y": 180 } - ] - } -} diff --git a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/blockstates/stone_brick_slab.json b/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/blockstates/stone_brick_slab.json deleted file mode 100644 index 4d0aec03..00000000 --- a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/blockstates/stone_brick_slab.json +++ /dev/null @@ -1,7 +0,0 @@ -{ - "variants": { - "type=bottom": { "model": "block/stone_brick_slab" }, - "type=top": { "model": "block/stone_brick_slab_top" }, - "type=double": { "model": "block/stone_bricks" } - } -} diff --git a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/blockstates/stone_brick_stairs.json b/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/blockstates/stone_brick_stairs.json deleted file mode 100644 index ac3e47fb..00000000 --- a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/blockstates/stone_brick_stairs.json +++ /dev/null @@ -1,44 +0,0 @@ -{ - "variants": { - "facing=east,half=bottom,shape=straight": { "model": "block/stone_brick_stairs" }, - "facing=west,half=bottom,shape=straight": { "model": "block/stone_brick_stairs", "y": 180, "uvlock": true }, - "facing=south,half=bottom,shape=straight": { "model": "block/stone_brick_stairs", "y": 90, "uvlock": true }, - "facing=north,half=bottom,shape=straight": { "model": "block/stone_brick_stairs", "y": 270, "uvlock": true }, - "facing=east,half=bottom,shape=outer_right": { "model": "block/stone_brick_stairs_outer" }, - "facing=west,half=bottom,shape=outer_right": { "model": "block/stone_brick_stairs_outer", "y": 180, "uvlock": true }, - "facing=south,half=bottom,shape=outer_right": { "model": "block/stone_brick_stairs_outer", "y": 90, "uvlock": true }, - "facing=north,half=bottom,shape=outer_right": { "model": "block/stone_brick_stairs_outer", "y": 270, "uvlock": true }, - "facing=east,half=bottom,shape=outer_left": { "model": "block/stone_brick_stairs_outer", "y": 270, "uvlock": true }, - "facing=west,half=bottom,shape=outer_left": { "model": "block/stone_brick_stairs_outer", "y": 90, "uvlock": true }, - "facing=south,half=bottom,shape=outer_left": { "model": "block/stone_brick_stairs_outer" }, - "facing=north,half=bottom,shape=outer_left": { "model": "block/stone_brick_stairs_outer", "y": 180, "uvlock": true }, - "facing=east,half=bottom,shape=inner_right": { "model": "block/stone_brick_stairs_inner" }, - "facing=west,half=bottom,shape=inner_right": { "model": "block/stone_brick_stairs_inner", "y": 180, "uvlock": true }, - "facing=south,half=bottom,shape=inner_right": { "model": "block/stone_brick_stairs_inner", "y": 90, "uvlock": true }, - "facing=north,half=bottom,shape=inner_right": { "model": "block/stone_brick_stairs_inner", "y": 270, "uvlock": true }, - "facing=east,half=bottom,shape=inner_left": { "model": "block/stone_brick_stairs_inner", "y": 270, "uvlock": true }, - "facing=west,half=bottom,shape=inner_left": { "model": "block/stone_brick_stairs_inner", "y": 90, "uvlock": true }, - "facing=south,half=bottom,shape=inner_left": { "model": "block/stone_brick_stairs_inner" }, - "facing=north,half=bottom,shape=inner_left": { "model": "block/stone_brick_stairs_inner", "y": 180, "uvlock": true }, - "facing=east,half=top,shape=straight": { "model": "block/stone_brick_stairs", "x": 180, "uvlock": true }, - "facing=west,half=top,shape=straight": { "model": "block/stone_brick_stairs", "x": 180, "y": 180, "uvlock": true }, - "facing=south,half=top,shape=straight": { "model": "block/stone_brick_stairs", "x": 180, "y": 90, "uvlock": true }, - "facing=north,half=top,shape=straight": { "model": "block/stone_brick_stairs", "x": 180, "y": 270, "uvlock": true }, - "facing=east,half=top,shape=outer_right": { "model": "block/stone_brick_stairs_outer", "x": 180, "y": 90, "uvlock": true }, - "facing=west,half=top,shape=outer_right": { "model": "block/stone_brick_stairs_outer", "x": 180, "y": 270, "uvlock": true }, - "facing=south,half=top,shape=outer_right": { "model": "block/stone_brick_stairs_outer", "x": 180, "y": 180, "uvlock": true }, - "facing=north,half=top,shape=outer_right": { "model": "block/stone_brick_stairs_outer", "x": 180, "uvlock": true }, - "facing=east,half=top,shape=outer_left": { "model": "block/stone_brick_stairs_outer", "x": 180, "uvlock": true }, - "facing=west,half=top,shape=outer_left": { "model": "block/stone_brick_stairs_outer", "x": 180, "y": 180, "uvlock": true }, - "facing=south,half=top,shape=outer_left": { "model": "block/stone_brick_stairs_outer", "x": 180, "y": 90, "uvlock": true }, - "facing=north,half=top,shape=outer_left": { "model": "block/stone_brick_stairs_outer", "x": 180, "y": 270, "uvlock": true }, - "facing=east,half=top,shape=inner_right": { "model": "block/stone_brick_stairs_inner", "x": 180, "y": 90, "uvlock": true }, - "facing=west,half=top,shape=inner_right": { "model": "block/stone_brick_stairs_inner", "x": 180, "y": 270, "uvlock": true }, - "facing=south,half=top,shape=inner_right": { "model": "block/stone_brick_stairs_inner", "x": 180, "y": 180, "uvlock": true }, - "facing=north,half=top,shape=inner_right": { "model": "block/stone_brick_stairs_inner", "x": 180, "uvlock": true }, - "facing=east,half=top,shape=inner_left": { "model": "block/stone_brick_stairs_inner", "x": 180, "uvlock": true }, - "facing=west,half=top,shape=inner_left": { "model": "block/stone_brick_stairs_inner", "x": 180, "y": 180, "uvlock": true }, - "facing=south,half=top,shape=inner_left": { "model": "block/stone_brick_stairs_inner", "x": 180, "y": 90, "uvlock": true }, - "facing=north,half=top,shape=inner_left": { "model": "block/stone_brick_stairs_inner", "x": 180, "y": 270, "uvlock": true } - } -} diff --git a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/blockstates/stone_brick_wall.json b/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/blockstates/stone_brick_wall.json deleted file mode 100644 index 5426a881..00000000 --- a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/blockstates/stone_brick_wall.json +++ /dev/null @@ -1,19 +0,0 @@ -{ - "multipart": [ - { "when": { "up": "true" }, - "apply": { "model": "block/stone_brick_wall_post" } - }, - { "when": { "north": "true" }, - "apply": { "model": "block/stone_brick_wall_side", "uvlock": true } - }, - { "when": { "east": "true" }, - "apply": { "model": "block/stone_brick_wall_side", "y": 90, "uvlock": true } - }, - { "when": { "south": "true" }, - "apply": { "model": "block/stone_brick_wall_side", "y": 180, "uvlock": true } - }, - { "when": { "west": "true" }, - "apply": { "model": "block/stone_brick_wall_side", "y": 270, "uvlock": true } - } - ] -} diff --git a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/blockstates/stone_bricks.json b/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/blockstates/stone_bricks.json deleted file mode 100644 index 0fe8fa5f..00000000 --- a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/blockstates/stone_bricks.json +++ /dev/null @@ -1,5 +0,0 @@ -{ - "variants": { - "": { "model": "block/stone_bricks" } - } -} diff --git a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/blockstates/stone_button.json b/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/blockstates/stone_button.json deleted file mode 100644 index cf7e80b6..00000000 --- a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/blockstates/stone_button.json +++ /dev/null @@ -1,28 +0,0 @@ -{ - "variants": { - "face=floor,facing=east,powered=false": { "model": "block/stone_button", "y": 90 }, - "face=floor,facing=west,powered=false": { "model": "block/stone_button", "y": 270 }, - "face=floor,facing=south,powered=false": { "model": "block/stone_button", "y": 180 }, - "face=floor,facing=north,powered=false": { "model": "block/stone_button" }, - "face=wall,facing=east,powered=false": { "model": "block/stone_button", "uvlock": true, "x": 90, "y": 90 }, - "face=wall,facing=west,powered=false": { "model": "block/stone_button", "uvlock": true, "x": 90, "y": 270 }, - "face=wall,facing=south,powered=false": { "model": "block/stone_button", "uvlock": true, "x": 90, "y": 180 }, - "face=wall,facing=north,powered=false": { "model": "block/stone_button", "uvlock": true, "x": 90 }, - "face=ceiling,facing=east,powered=false": { "model": "block/stone_button", "x": 180, "y": 270 }, - "face=ceiling,facing=west,powered=false": { "model": "block/stone_button", "x": 180, "y": 90 }, - "face=ceiling,facing=south,powered=false": { "model": "block/stone_button", "x": 180 }, - "face=ceiling,facing=north,powered=false": { "model": "block/stone_button", "x": 180, "y": 180 }, - "face=floor,facing=east,powered=true": { "model": "block/stone_button_pressed", "y": 90 }, - "face=floor,facing=west,powered=true": { "model": "block/stone_button_pressed", "y": 270 }, - "face=floor,facing=south,powered=true": { "model": "block/stone_button_pressed", "y": 180 }, - "face=floor,facing=north,powered=true": { "model": "block/stone_button_pressed" }, - "face=wall,facing=east,powered=true": { "model": "block/stone_button_pressed", "uvlock": true, "x": 90, "y": 90 }, - "face=wall,facing=west,powered=true": { "model": "block/stone_button_pressed", "uvlock": true, "x": 90, "y": 270 }, - "face=wall,facing=south,powered=true": { "model": "block/stone_button_pressed", "uvlock": true, "x": 90, "y": 180 }, - "face=wall,facing=north,powered=true": { "model": "block/stone_button_pressed", "uvlock": true, "x": 90 }, - "face=ceiling,facing=east,powered=true": { "model": "block/stone_button_pressed", "x": 180, "y": 270 }, - "face=ceiling,facing=west,powered=true": { "model": "block/stone_button_pressed", "x": 180, "y": 90 }, - "face=ceiling,facing=south,powered=true": { "model": "block/stone_button_pressed", "x": 180 }, - "face=ceiling,facing=north,powered=true": { "model": "block/stone_button_pressed", "x": 180, "y": 180 } - } -} diff --git a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/blockstates/stone_pressure_plate.json b/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/blockstates/stone_pressure_plate.json deleted file mode 100644 index 0586f507..00000000 --- a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/blockstates/stone_pressure_plate.json +++ /dev/null @@ -1,6 +0,0 @@ -{ - "variants": { - "powered=false": { "model": "block/stone_pressure_plate" }, - "powered=true": { "model": "block/stone_pressure_plate_down" } - } -} diff --git a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/blockstates/stone_slab.json b/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/blockstates/stone_slab.json deleted file mode 100644 index ea42fb28..00000000 --- a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/blockstates/stone_slab.json +++ /dev/null @@ -1,7 +0,0 @@ -{ - "variants": { - "type=bottom": { "model": "block/stone_slab" }, - "type=top": { "model": "block/stone_slab_top" }, - "type=double": { "model": "block/stone" } - } -} diff --git a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/blockstates/stone_stairs.json b/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/blockstates/stone_stairs.json deleted file mode 100644 index 4935203a..00000000 --- a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/blockstates/stone_stairs.json +++ /dev/null @@ -1,44 +0,0 @@ -{ - "variants": { - "facing=east,half=bottom,shape=straight": { "model": "block/stone_stairs" }, - "facing=west,half=bottom,shape=straight": { "model": "block/stone_stairs", "y": 180, "uvlock": true }, - "facing=south,half=bottom,shape=straight": { "model": "block/stone_stairs", "y": 90, "uvlock": true }, - "facing=north,half=bottom,shape=straight": { "model": "block/stone_stairs", "y": 270, "uvlock": true }, - "facing=east,half=bottom,shape=outer_right": { "model": "block/stone_stairs_outer" }, - "facing=west,half=bottom,shape=outer_right": { "model": "block/stone_stairs_outer", "y": 180, "uvlock": true }, - "facing=south,half=bottom,shape=outer_right": { "model": "block/stone_stairs_outer", "y": 90, "uvlock": true }, - "facing=north,half=bottom,shape=outer_right": { "model": "block/stone_stairs_outer", "y": 270, "uvlock": true }, - "facing=east,half=bottom,shape=outer_left": { "model": "block/stone_stairs_outer", "y": 270, "uvlock": true }, - "facing=west,half=bottom,shape=outer_left": { "model": "block/stone_stairs_outer", "y": 90, "uvlock": true }, - "facing=south,half=bottom,shape=outer_left": { "model": "block/stone_stairs_outer" }, - "facing=north,half=bottom,shape=outer_left": { "model": "block/stone_stairs_outer", "y": 180, "uvlock": true }, - "facing=east,half=bottom,shape=inner_right": { "model": "block/stone_stairs_inner" }, - "facing=west,half=bottom,shape=inner_right": { "model": "block/stone_stairs_inner", "y": 180, "uvlock": true }, - "facing=south,half=bottom,shape=inner_right": { "model": "block/stone_stairs_inner", "y": 90, "uvlock": true }, - "facing=north,half=bottom,shape=inner_right": { "model": "block/stone_stairs_inner", "y": 270, "uvlock": true }, - "facing=east,half=bottom,shape=inner_left": { "model": "block/stone_stairs_inner", "y": 270, "uvlock": true }, - "facing=west,half=bottom,shape=inner_left": { "model": "block/stone_stairs_inner", "y": 90, "uvlock": true }, - "facing=south,half=bottom,shape=inner_left": { "model": "block/stone_stairs_inner" }, - "facing=north,half=bottom,shape=inner_left": { "model": "block/stone_stairs_inner", "y": 180, "uvlock": true }, - "facing=east,half=top,shape=straight": { "model": "block/stone_stairs", "x": 180, "uvlock": true }, - "facing=west,half=top,shape=straight": { "model": "block/stone_stairs", "x": 180, "y": 180, "uvlock": true }, - "facing=south,half=top,shape=straight": { "model": "block/stone_stairs", "x": 180, "y": 90, "uvlock": true }, - "facing=north,half=top,shape=straight": { "model": "block/stone_stairs", "x": 180, "y": 270, "uvlock": true }, - "facing=east,half=top,shape=outer_right": { "model": "block/stone_stairs_outer", "x": 180, "y": 90, "uvlock": true }, - "facing=west,half=top,shape=outer_right": { "model": "block/stone_stairs_outer", "x": 180, "y": 270, "uvlock": true }, - "facing=south,half=top,shape=outer_right": { "model": "block/stone_stairs_outer", "x": 180, "y": 180, "uvlock": true }, - "facing=north,half=top,shape=outer_right": { "model": "block/stone_stairs_outer", "x": 180, "uvlock": true }, - "facing=east,half=top,shape=outer_left": { "model": "block/stone_stairs_outer", "x": 180, "uvlock": true }, - "facing=west,half=top,shape=outer_left": { "model": "block/stone_stairs_outer", "x": 180, "y": 180, "uvlock": true }, - "facing=south,half=top,shape=outer_left": { "model": "block/stone_stairs_outer", "x": 180, "y": 90, "uvlock": true }, - "facing=north,half=top,shape=outer_left": { "model": "block/stone_stairs_outer", "x": 180, "y": 270, "uvlock": true }, - "facing=east,half=top,shape=inner_right": { "model": "block/stone_stairs_inner", "x": 180, "y": 90, "uvlock": true }, - "facing=west,half=top,shape=inner_right": { "model": "block/stone_stairs_inner", "x": 180, "y": 270, "uvlock": true }, - "facing=south,half=top,shape=inner_right": { "model": "block/stone_stairs_inner", "x": 180, "y": 180, "uvlock": true }, - "facing=north,half=top,shape=inner_right": { "model": "block/stone_stairs_inner", "x": 180, "uvlock": true }, - "facing=east,half=top,shape=inner_left": { "model": "block/stone_stairs_inner", "x": 180, "uvlock": true }, - "facing=west,half=top,shape=inner_left": { "model": "block/stone_stairs_inner", "x": 180, "y": 180, "uvlock": true }, - "facing=south,half=top,shape=inner_left": { "model": "block/stone_stairs_inner", "x": 180, "y": 90, "uvlock": true }, - "facing=north,half=top,shape=inner_left": { "model": "block/stone_stairs_inner", "x": 180, "y": 270, "uvlock": true } - } -} diff --git a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/blockstates/stonecutter.json b/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/blockstates/stonecutter.json deleted file mode 100644 index 831d6118..00000000 --- a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/blockstates/stonecutter.json +++ /dev/null @@ -1,8 +0,0 @@ -{ - "variants": { - "facing=north": { "model": "block/stonecutter" }, - "facing=south": { "model": "block/stonecutter", "y": 180 }, - "facing=west": { "model": "block/stonecutter", "y": 270 }, - "facing=east": { "model": "block/stonecutter", "y": 90 } - } -} diff --git a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/blockstates/stripped_acacia_log.json b/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/blockstates/stripped_acacia_log.json deleted file mode 100644 index 4d6b29a2..00000000 --- a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/blockstates/stripped_acacia_log.json +++ /dev/null @@ -1,7 +0,0 @@ -{ - "variants": { - "axis=y": { "model": "block/stripped_acacia_log" }, - "axis=z": { "model": "block/stripped_acacia_log", "x": 90 }, - "axis=x": { "model": "block/stripped_acacia_log", "x": 90, "y": 90 } - } -} diff --git a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/blockstates/stripped_acacia_wood.json b/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/blockstates/stripped_acacia_wood.json deleted file mode 100644 index 4f2d74dd..00000000 --- a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/blockstates/stripped_acacia_wood.json +++ /dev/null @@ -1,7 +0,0 @@ -{ - "variants": { - "axis=y": { "model": "block/stripped_acacia_wood" }, - "axis=z": { "model": "block/stripped_acacia_wood", "x": 90 }, - "axis=x": { "model": "block/stripped_acacia_wood", "x": 90, "y": 90 } - } -} diff --git a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/blockstates/stripped_birch_log.json b/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/blockstates/stripped_birch_log.json deleted file mode 100644 index 45ab81a8..00000000 --- a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/blockstates/stripped_birch_log.json +++ /dev/null @@ -1,7 +0,0 @@ -{ - "variants": { - "axis=y": { "model": "block/stripped_birch_log" }, - "axis=z": { "model": "block/stripped_birch_log", "x": 90 }, - "axis=x": { "model": "block/stripped_birch_log", "x": 90, "y": 90 } - } -} diff --git a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/blockstates/stripped_birch_wood.json b/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/blockstates/stripped_birch_wood.json deleted file mode 100644 index d78bbdb6..00000000 --- a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/blockstates/stripped_birch_wood.json +++ /dev/null @@ -1,7 +0,0 @@ -{ - "variants": { - "axis=y": { "model": "block/stripped_birch_wood" }, - "axis=z": { "model": "block/stripped_birch_wood", "x": 90 }, - "axis=x": { "model": "block/stripped_birch_wood", "x": 90, "y": 90 } - } -} diff --git a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/blockstates/stripped_dark_oak_log.json b/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/blockstates/stripped_dark_oak_log.json deleted file mode 100644 index 7f4f5a70..00000000 --- a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/blockstates/stripped_dark_oak_log.json +++ /dev/null @@ -1,7 +0,0 @@ -{ - "variants": { - "axis=y": { "model": "block/stripped_dark_oak_log" }, - "axis=z": { "model": "block/stripped_dark_oak_log", "x": 90 }, - "axis=x": { "model": "block/stripped_dark_oak_log", "x": 90, "y": 90 } - } -} diff --git a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/blockstates/stripped_dark_oak_wood.json b/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/blockstates/stripped_dark_oak_wood.json deleted file mode 100644 index e3fd259b..00000000 --- a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/blockstates/stripped_dark_oak_wood.json +++ /dev/null @@ -1,7 +0,0 @@ -{ - "variants": { - "axis=y": { "model": "block/stripped_dark_oak_wood" }, - "axis=z": { "model": "block/stripped_dark_oak_wood", "x": 90 }, - "axis=x": { "model": "block/stripped_dark_oak_wood", "x": 90, "y": 90 } - } -} diff --git a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/blockstates/stripped_jungle_log.json b/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/blockstates/stripped_jungle_log.json deleted file mode 100644 index fd5746d9..00000000 --- a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/blockstates/stripped_jungle_log.json +++ /dev/null @@ -1,7 +0,0 @@ -{ - "variants": { - "axis=y": { "model": "block/stripped_jungle_log" }, - "axis=z": { "model": "block/stripped_jungle_log", "x": 90 }, - "axis=x": { "model": "block/stripped_jungle_log", "x": 90, "y": 90 } - } -} diff --git a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/blockstates/stripped_jungle_wood.json b/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/blockstates/stripped_jungle_wood.json deleted file mode 100644 index 8e087bef..00000000 --- a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/blockstates/stripped_jungle_wood.json +++ /dev/null @@ -1,7 +0,0 @@ -{ - "variants": { - "axis=y": { "model": "block/stripped_jungle_wood" }, - "axis=z": { "model": "block/stripped_jungle_wood", "x": 90 }, - "axis=x": { "model": "block/stripped_jungle_wood", "x": 90, "y": 90 } - } -} diff --git a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/blockstates/stripped_oak_log.json b/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/blockstates/stripped_oak_log.json deleted file mode 100644 index 1eba47e4..00000000 --- a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/blockstates/stripped_oak_log.json +++ /dev/null @@ -1,7 +0,0 @@ -{ - "variants": { - "axis=y": { "model": "block/stripped_oak_log" }, - "axis=z": { "model": "block/stripped_oak_log", "x": 90 }, - "axis=x": { "model": "block/stripped_oak_log", "x": 90, "y": 90 } - } -} diff --git a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/blockstates/stripped_oak_wood.json b/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/blockstates/stripped_oak_wood.json deleted file mode 100644 index bd7540c2..00000000 --- a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/blockstates/stripped_oak_wood.json +++ /dev/null @@ -1,7 +0,0 @@ -{ - "variants": { - "axis=y": { "model": "block/stripped_oak_wood" }, - "axis=z": { "model": "block/stripped_oak_wood", "x": 90 }, - "axis=x": { "model": "block/stripped_oak_wood", "x": 90, "y": 90 } - } -} diff --git a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/blockstates/stripped_spruce_log.json b/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/blockstates/stripped_spruce_log.json deleted file mode 100644 index cf30120a..00000000 --- a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/blockstates/stripped_spruce_log.json +++ /dev/null @@ -1,7 +0,0 @@ -{ - "variants": { - "axis=y": { "model": "block/stripped_spruce_log" }, - "axis=z": { "model": "block/stripped_spruce_log", "x": 90 }, - "axis=x": { "model": "block/stripped_spruce_log", "x": 90, "y": 90 } - } -} diff --git a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/blockstates/stripped_spruce_wood.json b/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/blockstates/stripped_spruce_wood.json deleted file mode 100644 index 21cb88b4..00000000 --- a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/blockstates/stripped_spruce_wood.json +++ /dev/null @@ -1,7 +0,0 @@ -{ - "variants": { - "axis=y": { "model": "block/stripped_spruce_wood" }, - "axis=z": { "model": "block/stripped_spruce_wood", "x": 90 }, - "axis=x": { "model": "block/stripped_spruce_wood", "x": 90, "y": 90 } - } -} diff --git a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/blockstates/structure_block.json b/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/blockstates/structure_block.json deleted file mode 100644 index a83bb108..00000000 --- a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/blockstates/structure_block.json +++ /dev/null @@ -1,8 +0,0 @@ -{ - "variants": { - "mode=save": { "model": "block/structure_block_save" }, - "mode=load": { "model": "block/structure_block_load" }, - "mode=corner": { "model": "block/structure_block_corner" }, - "mode=data": { "model": "block/structure_block_data" } - } -} diff --git a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/blockstates/structure_void.json b/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/blockstates/structure_void.json deleted file mode 100644 index 8f10375e..00000000 --- a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/blockstates/structure_void.json +++ /dev/null @@ -1,5 +0,0 @@ -{ - "variants": { - "": { "model": "block/structure_void" } - } -} diff --git a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/blockstates/sugar_cane.json b/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/blockstates/sugar_cane.json deleted file mode 100644 index 8125e1ad..00000000 --- a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/blockstates/sugar_cane.json +++ /dev/null @@ -1,5 +0,0 @@ -{ - "variants": { - "": { "model": "block/sugar_cane" } - } -} diff --git a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/blockstates/sunflower.json b/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/blockstates/sunflower.json deleted file mode 100644 index a5199755..00000000 --- a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/blockstates/sunflower.json +++ /dev/null @@ -1,6 +0,0 @@ -{ - "variants": { - "half=lower": { "model": "block/sunflower_bottom" }, - "half=upper": { "model": "block/sunflower_top" } - } -} diff --git a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/blockstates/sweet_berry_bush.json b/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/blockstates/sweet_berry_bush.json deleted file mode 100644 index 6304fd4f..00000000 --- a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/blockstates/sweet_berry_bush.json +++ /dev/null @@ -1,8 +0,0 @@ -{ - "variants": { - "age=0": { "model": "block/sweet_berry_bush_stage0" }, - "age=1": { "model": "block/sweet_berry_bush_stage1" }, - "age=2": { "model": "block/sweet_berry_bush_stage2" }, - "age=3": { "model": "block/sweet_berry_bush_stage3" } - } -} diff --git a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/blockstates/tall_grass.json b/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/blockstates/tall_grass.json deleted file mode 100644 index 0b59b57a..00000000 --- a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/blockstates/tall_grass.json +++ /dev/null @@ -1,6 +0,0 @@ -{ - "variants": { - "half=lower": { "model": "block/tall_grass_bottom" }, - "half=upper": { "model": "block/tall_grass_top" } - } -} diff --git a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/blockstates/tall_seagrass.json b/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/blockstates/tall_seagrass.json deleted file mode 100644 index de45b468..00000000 --- a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/blockstates/tall_seagrass.json +++ /dev/null @@ -1,6 +0,0 @@ -{ - "variants": { - "half=lower": { "model": "block/tall_seagrass_bottom" }, - "half=upper": { "model": "block/tall_seagrass_top" } - } -} diff --git a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/blockstates/terracotta.json b/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/blockstates/terracotta.json deleted file mode 100644 index 5c6b8b02..00000000 --- a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/blockstates/terracotta.json +++ /dev/null @@ -1,5 +0,0 @@ -{ - "variants": { - "": { "model": "block/terracotta" } - } -} diff --git a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/blockstates/tnt.json b/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/blockstates/tnt.json deleted file mode 100644 index f4a90100..00000000 --- a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/blockstates/tnt.json +++ /dev/null @@ -1,5 +0,0 @@ -{ - "variants": { - "": { "model": "block/tnt" } - } -} diff --git a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/blockstates/torch.json b/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/blockstates/torch.json deleted file mode 100644 index f9a43f97..00000000 --- a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/blockstates/torch.json +++ /dev/null @@ -1,5 +0,0 @@ -{ - "variants": { - "": { "model": "block/torch" } - } -} diff --git a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/blockstates/trapped_chest.json b/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/blockstates/trapped_chest.json deleted file mode 100644 index 77b44fb4..00000000 --- a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/blockstates/trapped_chest.json +++ /dev/null @@ -1,5 +0,0 @@ -{ - "variants": { - "": { "model": "block/chest" } - } -} diff --git a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/blockstates/tripwire.json b/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/blockstates/tripwire.json deleted file mode 100644 index ee8d04a4..00000000 --- a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/blockstates/tripwire.json +++ /dev/null @@ -1,36 +0,0 @@ -{ - "variants": { - "attached=false,east=false,north=false,south=false,west=false": { "model": "block/tripwire_ns" }, - "attached=false,east=false,north=true,south=false,west=false": { "model": "block/tripwire_n" }, - "attached=false,east=false,north=false,south=true,west=false": { "model": "block/tripwire_n", "y": 180 }, - "attached=false,east=true,north=false,south=false,west=false": { "model": "block/tripwire_n", "y": 90 }, - "attached=false,east=false,north=false,south=false,west=true": { "model": "block/tripwire_n", "y": 270 }, - "attached=false,east=true,north=true,south=false,west=false": { "model": "block/tripwire_ne" }, - "attached=false,east=true,north=false,south=true,west=false": { "model": "block/tripwire_ne", "y": 90 }, - "attached=false,east=false,north=false,south=true,west=true": { "model": "block/tripwire_ne", "y": 180 }, - "attached=false,east=false,north=true,south=false,west=true": { "model": "block/tripwire_ne", "y": 270 }, - "attached=false,east=false,north=true,south=true,west=false": { "model": "block/tripwire_ns" }, - "attached=false,east=true,north=false,south=false,west=true": { "model": "block/tripwire_ns", "y": 90 }, - "attached=false,east=true,north=true,south=true,west=false": { "model": "block/tripwire_nse" }, - "attached=false,east=true,north=false,south=true,west=true": { "model": "block/tripwire_nse", "y": 90 }, - "attached=false,east=false,north=true,south=true,west=true": { "model": "block/tripwire_nse", "y": 180 }, - "attached=false,east=true,north=true,south=false,west=true": { "model": "block/tripwire_nse", "y": 270 }, - "attached=false,east=true,north=true,south=true,west=true": { "model": "block/tripwire_nsew" }, - "attached=true,east=false,north=false,south=false,west=false": { "model": "block/tripwire_attached_ns" }, - "attached=true,east=false,north=true,south=false,west=false": { "model": "block/tripwire_attached_n" }, - "attached=true,east=false,north=false,south=true,west=false": { "model": "block/tripwire_attached_n", "y": 180 }, - "attached=true,east=true,north=false,south=false,west=false": { "model": "block/tripwire_attached_n", "y": 90 }, - "attached=true,east=false,north=false,south=false,west=true": { "model": "block/tripwire_attached_n", "y": 270 }, - "attached=true,east=true,north=true,south=false,west=false": { "model": "block/tripwire_attached_ne" }, - "attached=true,east=true,north=false,south=true,west=false": { "model": "block/tripwire_attached_ne", "y": 90 }, - "attached=true,east=false,north=false,south=true,west=true": { "model": "block/tripwire_attached_ne", "y": 180 }, - "attached=true,east=false,north=true,south=false,west=true": { "model": "block/tripwire_attached_ne", "y": 270 }, - "attached=true,east=false,north=true,south=true,west=false": { "model": "block/tripwire_attached_ns" }, - "attached=true,east=true,north=false,south=false,west=true": { "model": "block/tripwire_attached_ns", "y": 90 }, - "attached=true,east=true,north=true,south=true,west=false": { "model": "block/tripwire_attached_nse" }, - "attached=true,east=true,north=false,south=true,west=true": { "model": "block/tripwire_attached_nse", "y": 90 }, - "attached=true,east=false,north=true,south=true,west=true": { "model": "block/tripwire_attached_nse", "y": 180 }, - "attached=true,east=true,north=true,south=false,west=true": { "model": "block/tripwire_attached_nse", "y": 270 }, - "attached=true,east=true,north=true,south=true,west=true": { "model": "block/tripwire_attached_nsew" } - } -} diff --git a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/blockstates/tripwire_hook.json b/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/blockstates/tripwire_hook.json deleted file mode 100644 index 2c4d1334..00000000 --- a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/blockstates/tripwire_hook.json +++ /dev/null @@ -1,20 +0,0 @@ -{ - "variants": { - "attached=false,facing=north,powered=false": { "model": "block/tripwire_hook" }, - "attached=false,facing=south,powered=false": { "model": "block/tripwire_hook", "y": 180 }, - "attached=false,facing=west,powered=false": { "model": "block/tripwire_hook", "y": 270 }, - "attached=false,facing=east,powered=false": { "model": "block/tripwire_hook", "y": 90 }, - "attached=true,facing=north,powered=false": { "model": "block/tripwire_hook_attached" }, - "attached=true,facing=south,powered=false": { "model": "block/tripwire_hook_attached", "y": 180 }, - "attached=true,facing=west,powered=false": { "model": "block/tripwire_hook_attached", "y": 270 }, - "attached=true,facing=east,powered=false": { "model": "block/tripwire_hook_attached", "y": 90 }, - "attached=false,facing=north,powered=true": { "model": "block/tripwire_hook_on" }, - "attached=false,facing=south,powered=true": { "model": "block/tripwire_hook_on", "y": 180 }, - "attached=false,facing=west,powered=true": { "model": "block/tripwire_hook_on", "y": 270 }, - "attached=false,facing=east,powered=true": { "model": "block/tripwire_hook_on", "y": 90 }, - "attached=true,facing=north,powered=true": { "model": "block/tripwire_hook_attached_on" }, - "attached=true,facing=south,powered=true": { "model": "block/tripwire_hook_attached_on", "y": 180 }, - "attached=true,facing=west,powered=true": { "model": "block/tripwire_hook_attached_on", "y": 270 }, - "attached=true,facing=east,powered=true": { "model": "block/tripwire_hook_attached_on", "y": 90 } - } -} diff --git a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/blockstates/tube_coral.json b/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/blockstates/tube_coral.json deleted file mode 100644 index 3f89e2c5..00000000 --- a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/blockstates/tube_coral.json +++ /dev/null @@ -1,5 +0,0 @@ -{ - "variants": { - "": { "model": "block/tube_coral" } - } -} \ No newline at end of file diff --git a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/blockstates/tube_coral_block.json b/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/blockstates/tube_coral_block.json deleted file mode 100644 index fb409972..00000000 --- a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/blockstates/tube_coral_block.json +++ /dev/null @@ -1,5 +0,0 @@ -{ - "variants": { - "": { "model": "block/tube_coral_block" } - } -} diff --git a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/blockstates/tube_coral_fan.json b/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/blockstates/tube_coral_fan.json deleted file mode 100644 index 2885c324..00000000 --- a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/blockstates/tube_coral_fan.json +++ /dev/null @@ -1,5 +0,0 @@ -{ - "variants": { - "": { "model": "block/tube_coral_fan" } - } -} diff --git a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/blockstates/tube_coral_wall_fan.json b/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/blockstates/tube_coral_wall_fan.json deleted file mode 100644 index fe43a3b7..00000000 --- a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/blockstates/tube_coral_wall_fan.json +++ /dev/null @@ -1,8 +0,0 @@ -{ - "variants": { - "facing=east": { "model": "block/tube_coral_wall_fan", "y": 90 }, - "facing=south": { "model": "block/tube_coral_wall_fan", "y": 180 }, - "facing=west": { "model": "block/tube_coral_wall_fan", "y": 270 }, - "facing=north": { "model": "block/tube_coral_wall_fan", "y": 0 } - } -} diff --git a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/blockstates/turtle_egg.json b/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/blockstates/turtle_egg.json deleted file mode 100644 index 97a99ea6..00000000 --- a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/blockstates/turtle_egg.json +++ /dev/null @@ -1,76 +0,0 @@ -{ - "variants": { - "eggs=1,hatch=0": [ - { "model": "block/turtle_egg" }, - { "model": "block/turtle_egg", "y": 90 }, - { "model": "block/turtle_egg", "y": 180 }, - { "model": "block/turtle_egg", "y": 270 } - ], - "eggs=1,hatch=1": [ - { "model": "block/slightly_cracked_turtle_egg" }, - { "model": "block/slightly_cracked_turtle_egg", "y": 90 }, - { "model": "block/slightly_cracked_turtle_egg", "y": 180 }, - { "model": "block/slightly_cracked_turtle_egg", "y": 270 } - ], - "eggs=1,hatch=2": [ - { "model": "block/very_cracked_turtle_egg" }, - { "model": "block/very_cracked_turtle_egg", "y": 90 }, - { "model": "block/very_cracked_turtle_egg", "y": 180 }, - { "model": "block/very_cracked_turtle_egg", "y": 270 } - ], - "eggs=2,hatch=0": [ - { "model": "block/two_turtle_eggs" }, - { "model": "block/two_turtle_eggs", "y": 90 }, - { "model": "block/two_turtle_eggs", "y": 180 }, - { "model": "block/two_turtle_eggs", "y": 270 } - ], - "eggs=2,hatch=1": [ - { "model": "block/two_slightly_cracked_turtle_eggs" }, - { "model": "block/two_slightly_cracked_turtle_eggs", "y": 90 }, - { "model": "block/two_slightly_cracked_turtle_eggs", "y": 180 }, - { "model": "block/two_slightly_cracked_turtle_eggs", "y": 270 } - ], - "eggs=2,hatch=2": [ - { "model": "block/two_very_cracked_turtle_eggs" }, - { "model": "block/two_very_cracked_turtle_eggs", "y": 90 }, - { "model": "block/two_very_cracked_turtle_eggs", "y": 180 }, - { "model": "block/two_very_cracked_turtle_eggs", "y": 270 } - ], - "eggs=3,hatch=0": [ - { "model": "block/three_turtle_eggs" }, - { "model": "block/three_turtle_eggs", "y": 90 }, - { "model": "block/three_turtle_eggs", "y": 180 }, - { "model": "block/three_turtle_eggs", "y": 270 } - ], - "eggs=3,hatch=1": [ - { "model": "block/three_slightly_cracked_turtle_eggs" }, - { "model": "block/three_slightly_cracked_turtle_eggs", "y": 90 }, - { "model": "block/three_slightly_cracked_turtle_eggs", "y": 180 }, - { "model": "block/three_slightly_cracked_turtle_eggs", "y": 270 } - ], - "eggs=3,hatch=2": [ - { "model": "block/three_very_cracked_turtle_eggs" }, - { "model": "block/three_very_cracked_turtle_eggs", "y": 90 }, - { "model": "block/three_very_cracked_turtle_eggs", "y": 180 }, - { "model": "block/three_very_cracked_turtle_eggs", "y": 270 } - ], - "eggs=4,hatch=0": [ - { "model": "block/four_turtle_eggs" }, - { "model": "block/four_turtle_eggs", "y": 90 }, - { "model": "block/four_turtle_eggs", "y": 180 }, - { "model": "block/four_turtle_eggs", "y": 270 } - ], - "eggs=4,hatch=1": [ - { "model": "block/four_slightly_cracked_turtle_eggs" }, - { "model": "block/four_slightly_cracked_turtle_eggs", "y": 90 }, - { "model": "block/four_slightly_cracked_turtle_eggs", "y": 180 }, - { "model": "block/four_slightly_cracked_turtle_eggs", "y": 270 } - ], - "eggs=4,hatch=2": [ - { "model": "block/four_very_cracked_turtle_eggs" }, - { "model": "block/four_very_cracked_turtle_eggs", "y": 90 }, - { "model": "block/four_very_cracked_turtle_eggs", "y": 180 }, - { "model": "block/four_very_cracked_turtle_eggs", "y": 270 } - ] - } -} diff --git a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/blockstates/vine.json b/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/blockstates/vine.json deleted file mode 100644 index 64e6205f..00000000 --- a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/blockstates/vine.json +++ /dev/null @@ -1,36 +0,0 @@ -{ - "variants": { - "east=false,north=false,south=false,up=false,west=false": { "model": "block/vine_1" }, - "east=false,north=false,south=true,up=false,west=false": { "model": "block/vine_1" }, - "east=false,north=false,south=false,up=false,west=true": { "model": "block/vine_1", "y": 90 }, - "east=false,north=true,south=false,up=false,west=false": { "model": "block/vine_1", "y": 180 }, - "east=true,north=false,south=false,up=false,west=false": { "model": "block/vine_1", "y": 270 }, - "east=true,north=true,south=false,up=false,west=false": { "model": "block/vine_2" }, - "east=true,north=false,south=true,up=false,west=false": { "model": "block/vine_2", "y": 90 }, - "east=false,north=false,south=true,up=false,west=true": { "model": "block/vine_2", "y": 180 }, - "east=false,north=true,south=false,up=false,west=true": { "model": "block/vine_2", "y": 270 }, - "east=true,north=false,south=false,up=false,west=true": { "model": "block/vine_2_opposite" }, - "east=false,north=true,south=true,up=false,west=false": { "model": "block/vine_2_opposite", "y": 90 }, - "east=true,north=true,south=true,up=false,west=false": { "model": "block/vine_3" }, - "east=true,north=false,south=true,up=false,west=true": { "model": "block/vine_3", "y": 90 }, - "east=false,north=true,south=true,up=false,west=true": { "model": "block/vine_3", "y": 180 }, - "east=true,north=true,south=false,up=false,west=true": { "model": "block/vine_3", "y": 270 }, - "east=true,north=true,south=true,up=false,west=true": { "model": "block/vine_4" }, - "east=false,north=false,south=false,up=true,west=false": { "model": "block/vine_u" }, - "east=false,north=false,south=true,up=true,west=false": { "model": "block/vine_1u" }, - "east=false,north=false,south=false,up=true,west=true": { "model": "block/vine_1u", "y": 90 }, - "east=false,north=true,south=false,up=true,west=false": { "model": "block/vine_1u", "y": 180 }, - "east=true,north=false,south=false,up=true,west=false": { "model": "block/vine_1u", "y": 270 }, - "east=true,north=true,south=false,up=true,west=false": { "model": "block/vine_2u" }, - "east=true,north=false,south=true,up=true,west=false": { "model": "block/vine_2u", "y": 90 }, - "east=false,north=false,south=true,up=true,west=true": { "model": "block/vine_2u", "y": 180 }, - "east=false,north=true,south=false,up=true,west=true": { "model": "block/vine_2u", "y": 270 }, - "east=true,north=false,south=false,up=true,west=true": { "model": "block/vine_2u_opposite" }, - "east=false,north=true,south=true,up=true,west=false": { "model": "block/vine_2u_opposite", "y": 90 }, - "east=true,north=true,south=true,up=true,west=false": { "model": "block/vine_3u" }, - "east=true,north=false,south=true,up=true,west=true": { "model": "block/vine_3u", "y": 90 }, - "east=false,north=true,south=true,up=true,west=true": { "model": "block/vine_3u", "y": 180 }, - "east=true,north=true,south=false,up=true,west=true": { "model": "block/vine_3u", "y": 270 }, - "east=true,north=true,south=true,up=true,west=true": { "model": "block/vine_4u" } - } -} diff --git a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/blockstates/void_air.json b/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/blockstates/void_air.json deleted file mode 100644 index 09fa52b3..00000000 --- a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/blockstates/void_air.json +++ /dev/null @@ -1,5 +0,0 @@ -{ - "variants": { - "": { "model": "block/air" } - } -} diff --git a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/blockstates/wall_sign.json b/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/blockstates/wall_sign.json deleted file mode 100644 index dadcdcb9..00000000 --- a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/blockstates/wall_sign.json +++ /dev/null @@ -1,5 +0,0 @@ -{ - "variants": { - "": { "model": "block/sign" } - } -} diff --git a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/blockstates/wall_torch.json b/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/blockstates/wall_torch.json deleted file mode 100644 index 570b0e50..00000000 --- a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/blockstates/wall_torch.json +++ /dev/null @@ -1,8 +0,0 @@ -{ - "variants": { - "facing=east": { "model": "block/wall_torch" }, - "facing=south": { "model": "block/wall_torch", "y": 90 }, - "facing=west": { "model": "block/wall_torch", "y": 180 }, - "facing=north": { "model": "block/wall_torch", "y": 270 } - } -} diff --git a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/blockstates/water.json b/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/blockstates/water.json deleted file mode 100644 index 48ff0ea4..00000000 --- a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/blockstates/water.json +++ /dev/null @@ -1,5 +0,0 @@ -{ - "variants": { - "": { "model": "block/water" } - } -} diff --git a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/blockstates/wet_sponge.json b/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/blockstates/wet_sponge.json deleted file mode 100644 index 2b87a877..00000000 --- a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/blockstates/wet_sponge.json +++ /dev/null @@ -1,5 +0,0 @@ -{ - "variants": { - "": { "model": "block/wet_sponge" } - } -} diff --git a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/blockstates/wheat.json b/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/blockstates/wheat.json deleted file mode 100644 index c0871528..00000000 --- a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/blockstates/wheat.json +++ /dev/null @@ -1,12 +0,0 @@ -{ - "variants": { - "age=0": { "model": "block/wheat_stage0" }, - "age=1": { "model": "block/wheat_stage1" }, - "age=2": { "model": "block/wheat_stage2" }, - "age=3": { "model": "block/wheat_stage3" }, - "age=4": { "model": "block/wheat_stage4" }, - "age=5": { "model": "block/wheat_stage5" }, - "age=6": { "model": "block/wheat_stage6" }, - "age=7": { "model": "block/wheat_stage7" } - } -} diff --git a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/blockstates/white_banner.json b/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/blockstates/white_banner.json deleted file mode 100644 index e022788c..00000000 --- a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/blockstates/white_banner.json +++ /dev/null @@ -1,5 +0,0 @@ -{ - "variants": { - "": { "model": "block/banner" } - } -} diff --git a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/blockstates/white_bed.json b/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/blockstates/white_bed.json deleted file mode 100644 index 8cdeb6ce..00000000 --- a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/blockstates/white_bed.json +++ /dev/null @@ -1,5 +0,0 @@ -{ - "variants": { - "": { "model": "block/bed" } - } -} diff --git a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/blockstates/white_carpet.json b/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/blockstates/white_carpet.json deleted file mode 100644 index 9fca9252..00000000 --- a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/blockstates/white_carpet.json +++ /dev/null @@ -1,5 +0,0 @@ -{ - "variants": { - "": { "model": "block/white_carpet" } - } -} diff --git a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/blockstates/white_concrete.json b/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/blockstates/white_concrete.json deleted file mode 100644 index 7b387dfb..00000000 --- a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/blockstates/white_concrete.json +++ /dev/null @@ -1,5 +0,0 @@ -{ - "variants": { - "": { "model": "block/white_concrete" } - } -} diff --git a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/blockstates/white_concrete_powder.json b/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/blockstates/white_concrete_powder.json deleted file mode 100644 index c5d9a477..00000000 --- a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/blockstates/white_concrete_powder.json +++ /dev/null @@ -1,10 +0,0 @@ -{ - "variants": { - "": [ - { "model": "block/white_concrete_powder" }, - { "model": "block/white_concrete_powder", "y": 90 }, - { "model": "block/white_concrete_powder", "y": 180 }, - { "model": "block/white_concrete_powder", "y": 270 } - ] - } -} diff --git a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/blockstates/white_glazed_terracotta.json b/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/blockstates/white_glazed_terracotta.json deleted file mode 100644 index 2d15c168..00000000 --- a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/blockstates/white_glazed_terracotta.json +++ /dev/null @@ -1,8 +0,0 @@ -{ - "variants": { - "facing=south": { "model": "block/white_glazed_terracotta" }, - "facing=west": { "model": "block/white_glazed_terracotta", "y": 90 }, - "facing=north": { "model": "block/white_glazed_terracotta", "y": 180 }, - "facing=east": { "model": "block/white_glazed_terracotta", "y": 270 } - } -} diff --git a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/blockstates/white_shulker_box.json b/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/blockstates/white_shulker_box.json deleted file mode 100644 index 2c4f0b16..00000000 --- a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/blockstates/white_shulker_box.json +++ /dev/null @@ -1,5 +0,0 @@ -{ - "variants": { - "": { "model": "block/white_shulker_box" } - } -} diff --git a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/blockstates/white_stained_glass.json b/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/blockstates/white_stained_glass.json deleted file mode 100644 index 020f65ae..00000000 --- a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/blockstates/white_stained_glass.json +++ /dev/null @@ -1,5 +0,0 @@ -{ - "variants": { - "": { "model": "block/white_stained_glass" } - } -} diff --git a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/blockstates/white_stained_glass_pane.json b/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/blockstates/white_stained_glass_pane.json deleted file mode 100644 index 868b5468..00000000 --- a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/blockstates/white_stained_glass_pane.json +++ /dev/null @@ -1,29 +0,0 @@ -{ - "multipart": [ - { "apply": { "model": "block/white_stained_glass_pane_post" }}, - { "when": { "north": true }, - "apply": { "model": "block/white_stained_glass_pane_side" } - }, - { "when": { "east": true }, - "apply": { "model": "block/white_stained_glass_pane_side", "y": 90 } - }, - { "when": { "south": true }, - "apply": { "model": "block/white_stained_glass_pane_side_alt" } - }, - { "when": { "west": true }, - "apply": { "model": "block/white_stained_glass_pane_side_alt", "y": 90 } - }, - { "when": { "north": false }, - "apply": { "model": "block/white_stained_glass_pane_noside" } - }, - { "when": { "east": false }, - "apply": { "model": "block/white_stained_glass_pane_noside_alt" } - }, - { "when": { "south": false }, - "apply": { "model": "block/white_stained_glass_pane_noside_alt", "y": 90 } - }, - { "when": { "west": false }, - "apply": { "model": "block/white_stained_glass_pane_noside", "y": 270 } - } - ] -} diff --git a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/blockstates/white_terracotta.json b/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/blockstates/white_terracotta.json deleted file mode 100644 index 5fb19637..00000000 --- a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/blockstates/white_terracotta.json +++ /dev/null @@ -1,5 +0,0 @@ -{ - "variants": { - "": { "model": "block/white_terracotta" } - } -} diff --git a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/blockstates/white_tulip.json b/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/blockstates/white_tulip.json deleted file mode 100644 index 3fe38250..00000000 --- a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/blockstates/white_tulip.json +++ /dev/null @@ -1,5 +0,0 @@ -{ - "variants": { - "": { "model": "block/white_tulip" } - } -} diff --git a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/blockstates/white_wall_banner.json b/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/blockstates/white_wall_banner.json deleted file mode 100644 index e022788c..00000000 --- a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/blockstates/white_wall_banner.json +++ /dev/null @@ -1,5 +0,0 @@ -{ - "variants": { - "": { "model": "block/banner" } - } -} diff --git a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/blockstates/white_wool.json b/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/blockstates/white_wool.json deleted file mode 100644 index fc0fb4c3..00000000 --- a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/blockstates/white_wool.json +++ /dev/null @@ -1,5 +0,0 @@ -{ - "variants": { - "": { "model": "block/white_wool" } - } -} diff --git a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/blockstates/wither_rose.json b/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/blockstates/wither_rose.json deleted file mode 100644 index 56668325..00000000 --- a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/blockstates/wither_rose.json +++ /dev/null @@ -1,5 +0,0 @@ -{ - "variants": { - "": { "model": "block/wither_rose" } - } -} diff --git a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/blockstates/wither_skeleton_skull.json b/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/blockstates/wither_skeleton_skull.json deleted file mode 100644 index 3cbbaae7..00000000 --- a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/blockstates/wither_skeleton_skull.json +++ /dev/null @@ -1,5 +0,0 @@ -{ - "variants": { - "": { "model": "block/soul_sand" } - } -} diff --git a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/blockstates/wither_skeleton_wall_skull.json b/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/blockstates/wither_skeleton_wall_skull.json deleted file mode 100644 index 3cbbaae7..00000000 --- a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/blockstates/wither_skeleton_wall_skull.json +++ /dev/null @@ -1,5 +0,0 @@ -{ - "variants": { - "": { "model": "block/soul_sand" } - } -} diff --git a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/blockstates/yellow_banner.json b/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/blockstates/yellow_banner.json deleted file mode 100644 index e022788c..00000000 --- a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/blockstates/yellow_banner.json +++ /dev/null @@ -1,5 +0,0 @@ -{ - "variants": { - "": { "model": "block/banner" } - } -} diff --git a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/blockstates/yellow_bed.json b/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/blockstates/yellow_bed.json deleted file mode 100644 index 8cdeb6ce..00000000 --- a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/blockstates/yellow_bed.json +++ /dev/null @@ -1,5 +0,0 @@ -{ - "variants": { - "": { "model": "block/bed" } - } -} diff --git a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/blockstates/yellow_carpet.json b/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/blockstates/yellow_carpet.json deleted file mode 100644 index 3db2801b..00000000 --- a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/blockstates/yellow_carpet.json +++ /dev/null @@ -1,5 +0,0 @@ -{ - "variants": { - "": { "model": "block/yellow_carpet" } - } -} diff --git a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/blockstates/yellow_concrete.json b/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/blockstates/yellow_concrete.json deleted file mode 100644 index 4d45873b..00000000 --- a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/blockstates/yellow_concrete.json +++ /dev/null @@ -1,5 +0,0 @@ -{ - "variants": { - "": { "model": "block/yellow_concrete" } - } -} diff --git a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/blockstates/yellow_concrete_powder.json b/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/blockstates/yellow_concrete_powder.json deleted file mode 100644 index 5082470c..00000000 --- a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/blockstates/yellow_concrete_powder.json +++ /dev/null @@ -1,10 +0,0 @@ -{ - "variants": { - "": [ - { "model": "block/yellow_concrete_powder" }, - { "model": "block/yellow_concrete_powder", "y": 90 }, - { "model": "block/yellow_concrete_powder", "y": 180 }, - { "model": "block/yellow_concrete_powder", "y": 270 } - ] - } -} diff --git a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/blockstates/yellow_glazed_terracotta.json b/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/blockstates/yellow_glazed_terracotta.json deleted file mode 100644 index f77ef2f9..00000000 --- a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/blockstates/yellow_glazed_terracotta.json +++ /dev/null @@ -1,8 +0,0 @@ -{ - "variants": { - "facing=south": { "model": "block/yellow_glazed_terracotta" }, - "facing=west": { "model": "block/yellow_glazed_terracotta", "y": 90 }, - "facing=north": { "model": "block/yellow_glazed_terracotta", "y": 180 }, - "facing=east": { "model": "block/yellow_glazed_terracotta", "y": 270 } - } -} diff --git a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/blockstates/yellow_shulker_box.json b/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/blockstates/yellow_shulker_box.json deleted file mode 100644 index c63e5005..00000000 --- a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/blockstates/yellow_shulker_box.json +++ /dev/null @@ -1,5 +0,0 @@ -{ - "variants": { - "": { "model": "block/yellow_shulker_box" } - } -} diff --git a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/blockstates/yellow_stained_glass.json b/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/blockstates/yellow_stained_glass.json deleted file mode 100644 index 3587069b..00000000 --- a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/blockstates/yellow_stained_glass.json +++ /dev/null @@ -1,5 +0,0 @@ -{ - "variants": { - "": { "model": "block/yellow_stained_glass" } - } -} diff --git a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/blockstates/yellow_stained_glass_pane.json b/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/blockstates/yellow_stained_glass_pane.json deleted file mode 100644 index 6a430e58..00000000 --- a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/blockstates/yellow_stained_glass_pane.json +++ /dev/null @@ -1,29 +0,0 @@ -{ - "multipart": [ - { "apply": { "model": "block/yellow_stained_glass_pane_post" }}, - { "when": { "north": true }, - "apply": { "model": "block/yellow_stained_glass_pane_side" } - }, - { "when": { "east": true }, - "apply": { "model": "block/yellow_stained_glass_pane_side", "y": 90 } - }, - { "when": { "south": true }, - "apply": { "model": "block/yellow_stained_glass_pane_side_alt" } - }, - { "when": { "west": true }, - "apply": { "model": "block/yellow_stained_glass_pane_side_alt", "y": 90 } - }, - { "when": { "north": false }, - "apply": { "model": "block/yellow_stained_glass_pane_noside" } - }, - { "when": { "east": false }, - "apply": { "model": "block/yellow_stained_glass_pane_noside_alt" } - }, - { "when": { "south": false }, - "apply": { "model": "block/yellow_stained_glass_pane_noside_alt", "y": 90 } - }, - { "when": { "west": false }, - "apply": { "model": "block/yellow_stained_glass_pane_noside", "y": 270 } - } - ] -} diff --git a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/blockstates/yellow_terracotta.json b/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/blockstates/yellow_terracotta.json deleted file mode 100644 index 4bef9138..00000000 --- a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/blockstates/yellow_terracotta.json +++ /dev/null @@ -1,5 +0,0 @@ -{ - "variants": { - "": { "model": "block/yellow_terracotta" } - } -} diff --git a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/blockstates/yellow_wall_banner.json b/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/blockstates/yellow_wall_banner.json deleted file mode 100644 index e022788c..00000000 --- a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/blockstates/yellow_wall_banner.json +++ /dev/null @@ -1,5 +0,0 @@ -{ - "variants": { - "": { "model": "block/banner" } - } -} diff --git a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/blockstates/yellow_wool.json b/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/blockstates/yellow_wool.json deleted file mode 100644 index 068bebdb..00000000 --- a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/blockstates/yellow_wool.json +++ /dev/null @@ -1,5 +0,0 @@ -{ - "variants": { - "": { "model": "block/yellow_wool" } - } -} diff --git a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/blockstates/zombie_head.json b/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/blockstates/zombie_head.json deleted file mode 100644 index 05969bc2..00000000 --- a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/blockstates/zombie_head.json +++ /dev/null @@ -1,5 +0,0 @@ -{ - "variants": { - "": { "model": "block/skull" } - } -} diff --git a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/blockstates/zombie_wall_head.json b/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/blockstates/zombie_wall_head.json deleted file mode 100644 index 05969bc2..00000000 --- a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/blockstates/zombie_wall_head.json +++ /dev/null @@ -1,5 +0,0 @@ -{ - "variants": { - "": { "model": "block/skull" } - } -} diff --git a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/block/acacia_button.json b/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/block/acacia_button.json deleted file mode 100644 index d7da6298..00000000 --- a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/block/acacia_button.json +++ /dev/null @@ -1,6 +0,0 @@ -{ - "parent": "block/button", - "textures": { - "texture": "block/acacia_planks" - } -} diff --git a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/block/acacia_button_inventory.json b/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/block/acacia_button_inventory.json deleted file mode 100644 index aa0d5c99..00000000 --- a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/block/acacia_button_inventory.json +++ /dev/null @@ -1,6 +0,0 @@ -{ - "parent": "block/button_inventory", - "textures": { - "texture": "block/acacia_planks" - } -} diff --git a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/block/acacia_button_pressed.json b/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/block/acacia_button_pressed.json deleted file mode 100644 index 97ca29f1..00000000 --- a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/block/acacia_button_pressed.json +++ /dev/null @@ -1,6 +0,0 @@ -{ - "parent": "block/button_pressed", - "textures": { - "texture": "block/acacia_planks" - } -} diff --git a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/block/acacia_door_bottom.json b/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/block/acacia_door_bottom.json deleted file mode 100644 index f2b97e50..00000000 --- a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/block/acacia_door_bottom.json +++ /dev/null @@ -1,7 +0,0 @@ -{ - "parent": "block/door_bottom", - "textures": { - "bottom": "block/acacia_door_bottom", - "top": "block/acacia_door_top" - } -} diff --git a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/block/acacia_door_bottom_hinge.json b/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/block/acacia_door_bottom_hinge.json deleted file mode 100644 index bf99ef27..00000000 --- a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/block/acacia_door_bottom_hinge.json +++ /dev/null @@ -1,7 +0,0 @@ -{ - "parent": "block/door_bottom_rh", - "textures": { - "bottom": "block/acacia_door_bottom", - "top": "block/acacia_door_top" - } -} diff --git a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/block/acacia_door_top.json b/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/block/acacia_door_top.json deleted file mode 100644 index 20b1368b..00000000 --- a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/block/acacia_door_top.json +++ /dev/null @@ -1,7 +0,0 @@ -{ - "parent": "block/door_top", - "textures": { - "bottom": "block/acacia_door_bottom", - "top": "block/acacia_door_top" - } -} diff --git a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/block/acacia_door_top_hinge.json b/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/block/acacia_door_top_hinge.json deleted file mode 100644 index 6784ba67..00000000 --- a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/block/acacia_door_top_hinge.json +++ /dev/null @@ -1,7 +0,0 @@ -{ - "parent": "block/door_top_rh", - "textures": { - "bottom": "block/acacia_door_bottom", - "top": "block/acacia_door_top" - } -} diff --git a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/block/acacia_fence_gate.json b/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/block/acacia_fence_gate.json deleted file mode 100644 index c7e9fa06..00000000 --- a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/block/acacia_fence_gate.json +++ /dev/null @@ -1,6 +0,0 @@ -{ - "parent": "block/template_fence_gate", - "textures": { - "texture": "block/acacia_planks" - } -} diff --git a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/block/acacia_fence_gate_open.json b/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/block/acacia_fence_gate_open.json deleted file mode 100644 index 07661b97..00000000 --- a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/block/acacia_fence_gate_open.json +++ /dev/null @@ -1,6 +0,0 @@ -{ - "parent": "block/template_fence_gate_open", - "textures": { - "texture": "block/acacia_planks" - } -} diff --git a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/block/acacia_fence_gate_wall.json b/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/block/acacia_fence_gate_wall.json deleted file mode 100644 index 68437db1..00000000 --- a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/block/acacia_fence_gate_wall.json +++ /dev/null @@ -1,6 +0,0 @@ -{ - "parent": "block/template_fence_gate_wall", - "textures": { - "texture": "block/acacia_planks" - } -} diff --git a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/block/acacia_fence_gate_wall_open.json b/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/block/acacia_fence_gate_wall_open.json deleted file mode 100644 index 43f61a92..00000000 --- a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/block/acacia_fence_gate_wall_open.json +++ /dev/null @@ -1,6 +0,0 @@ -{ - "parent": "block/template_fence_gate_wall_open", - "textures": { - "texture": "block/acacia_planks" - } -} diff --git a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/block/acacia_fence_inventory.json b/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/block/acacia_fence_inventory.json deleted file mode 100644 index 56df92a7..00000000 --- a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/block/acacia_fence_inventory.json +++ /dev/null @@ -1,6 +0,0 @@ -{ - "parent": "block/fence_inventory", - "textures": { - "texture": "block/acacia_planks" - } -} diff --git a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/block/acacia_fence_post.json b/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/block/acacia_fence_post.json deleted file mode 100644 index 35ca5a9f..00000000 --- a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/block/acacia_fence_post.json +++ /dev/null @@ -1,6 +0,0 @@ -{ - "parent": "block/fence_post", - "textures": { - "texture": "block/acacia_planks" - } -} diff --git a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/block/acacia_fence_side.json b/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/block/acacia_fence_side.json deleted file mode 100644 index 1c788e12..00000000 --- a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/block/acacia_fence_side.json +++ /dev/null @@ -1,6 +0,0 @@ -{ - "parent": "block/fence_side", - "textures": { - "texture": "block/acacia_planks" - } -} diff --git a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/block/acacia_leaves.json b/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/block/acacia_leaves.json deleted file mode 100644 index 74544dbb..00000000 --- a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/block/acacia_leaves.json +++ /dev/null @@ -1,6 +0,0 @@ -{ - "parent": "block/leaves", - "textures": { - "all": "block/acacia_leaves" - } -} diff --git a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/block/acacia_log.json b/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/block/acacia_log.json deleted file mode 100644 index ff0eadb7..00000000 --- a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/block/acacia_log.json +++ /dev/null @@ -1,7 +0,0 @@ -{ - "parent": "block/cube_column", - "textures": { - "end": "block/acacia_log_top", - "side": "block/acacia_log" - } -} diff --git a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/block/acacia_planks.json b/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/block/acacia_planks.json deleted file mode 100644 index 61e8729f..00000000 --- a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/block/acacia_planks.json +++ /dev/null @@ -1,6 +0,0 @@ -{ - "parent": "block/cube_all", - "textures": { - "all": "block/acacia_planks" - } -} diff --git a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/block/acacia_pressure_plate.json b/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/block/acacia_pressure_plate.json deleted file mode 100644 index 34d921d8..00000000 --- a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/block/acacia_pressure_plate.json +++ /dev/null @@ -1,6 +0,0 @@ -{ - "parent": "block/pressure_plate_up", - "textures": { - "texture": "block/acacia_planks" - } -} diff --git a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/block/acacia_pressure_plate_down.json b/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/block/acacia_pressure_plate_down.json deleted file mode 100644 index 7c3dbbbf..00000000 --- a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/block/acacia_pressure_plate_down.json +++ /dev/null @@ -1,6 +0,0 @@ -{ - "parent": "block/pressure_plate_down", - "textures": { - "texture": "block/acacia_planks" - } -} diff --git a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/block/acacia_sapling.json b/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/block/acacia_sapling.json deleted file mode 100644 index 0125c721..00000000 --- a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/block/acacia_sapling.json +++ /dev/null @@ -1,6 +0,0 @@ -{ - "parent": "block/cross", - "textures": { - "cross": "block/acacia_sapling" - } -} diff --git a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/block/acacia_sign.json b/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/block/acacia_sign.json deleted file mode 100644 index 828e4053..00000000 --- a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/block/acacia_sign.json +++ /dev/null @@ -1,5 +0,0 @@ -{ - "textures": { - "particle": "block/acacia_planks" - } -} diff --git a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/block/acacia_slab.json b/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/block/acacia_slab.json deleted file mode 100644 index 9d55f7a3..00000000 --- a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/block/acacia_slab.json +++ /dev/null @@ -1,8 +0,0 @@ -{ - "parent": "block/slab", - "textures": { - "bottom": "block/acacia_planks", - "top": "block/acacia_planks", - "side": "block/acacia_planks" - } -} diff --git a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/block/acacia_slab_top.json b/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/block/acacia_slab_top.json deleted file mode 100644 index d4507a5b..00000000 --- a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/block/acacia_slab_top.json +++ /dev/null @@ -1,8 +0,0 @@ -{ - "parent": "block/slab_top", - "textures": { - "bottom": "block/acacia_planks", - "top": "block/acacia_planks", - "side": "block/acacia_planks" - } -} diff --git a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/block/acacia_stairs.json b/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/block/acacia_stairs.json deleted file mode 100644 index fae2d842..00000000 --- a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/block/acacia_stairs.json +++ /dev/null @@ -1,8 +0,0 @@ -{ - "parent": "block/stairs", - "textures": { - "bottom": "block/acacia_planks", - "top": "block/acacia_planks", - "side": "block/acacia_planks" - } -} diff --git a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/block/acacia_stairs_inner.json b/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/block/acacia_stairs_inner.json deleted file mode 100644 index 1e718245..00000000 --- a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/block/acacia_stairs_inner.json +++ /dev/null @@ -1,8 +0,0 @@ -{ - "parent": "block/inner_stairs", - "textures": { - "bottom": "block/acacia_planks", - "top": "block/acacia_planks", - "side": "block/acacia_planks" - } -} diff --git a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/block/acacia_stairs_outer.json b/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/block/acacia_stairs_outer.json deleted file mode 100644 index 4daeaaa5..00000000 --- a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/block/acacia_stairs_outer.json +++ /dev/null @@ -1,8 +0,0 @@ -{ - "parent": "block/outer_stairs", - "textures": { - "bottom": "block/acacia_planks", - "top": "block/acacia_planks", - "side": "block/acacia_planks" - } -} diff --git a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/block/acacia_trapdoor_bottom.json b/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/block/acacia_trapdoor_bottom.json deleted file mode 100644 index f16015d9..00000000 --- a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/block/acacia_trapdoor_bottom.json +++ /dev/null @@ -1,6 +0,0 @@ -{ - "parent": "block/template_orientable_trapdoor_bottom", - "textures": { - "texture": "block/acacia_trapdoor" - } -} diff --git a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/block/acacia_trapdoor_open.json b/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/block/acacia_trapdoor_open.json deleted file mode 100644 index c433d0f3..00000000 --- a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/block/acacia_trapdoor_open.json +++ /dev/null @@ -1,6 +0,0 @@ -{ - "parent": "block/template_orientable_trapdoor_open", - "textures": { - "texture": "block/acacia_trapdoor" - } -} diff --git a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/block/acacia_trapdoor_top.json b/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/block/acacia_trapdoor_top.json deleted file mode 100644 index 7befaa0b..00000000 --- a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/block/acacia_trapdoor_top.json +++ /dev/null @@ -1,6 +0,0 @@ -{ - "parent": "block/template_orientable_trapdoor_top", - "textures": { - "texture": "block/acacia_trapdoor" - } -} diff --git a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/block/acacia_wood.json b/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/block/acacia_wood.json deleted file mode 100644 index 54ed1506..00000000 --- a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/block/acacia_wood.json +++ /dev/null @@ -1,7 +0,0 @@ -{ - "parent": "block/cube_column", - "textures": { - "end": "block/acacia_log", - "side": "block/acacia_log" - } -} diff --git a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/block/activator_rail.json b/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/block/activator_rail.json deleted file mode 100644 index ffea2ae3..00000000 --- a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/block/activator_rail.json +++ /dev/null @@ -1,6 +0,0 @@ -{ - "parent": "block/rail_flat", - "textures": { - "rail": "block/activator_rail" - } -} diff --git a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/block/activator_rail_on.json b/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/block/activator_rail_on.json deleted file mode 100644 index d332027a..00000000 --- a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/block/activator_rail_on.json +++ /dev/null @@ -1,6 +0,0 @@ -{ - "parent": "block/rail_flat", - "textures": { - "rail": "block/activator_rail_on" - } -} diff --git a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/block/activator_rail_on_raised_ne.json b/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/block/activator_rail_on_raised_ne.json deleted file mode 100644 index c2de3a51..00000000 --- a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/block/activator_rail_on_raised_ne.json +++ /dev/null @@ -1,6 +0,0 @@ -{ - "parent": "block/template_rail_raised_ne", - "textures": { - "rail": "block/activator_rail_on" - } -} diff --git a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/block/activator_rail_on_raised_sw.json b/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/block/activator_rail_on_raised_sw.json deleted file mode 100644 index 7a632471..00000000 --- a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/block/activator_rail_on_raised_sw.json +++ /dev/null @@ -1,6 +0,0 @@ -{ - "parent": "block/template_rail_raised_sw", - "textures": { - "rail": "block/activator_rail_on" - } -} diff --git a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/block/activator_rail_raised_ne.json b/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/block/activator_rail_raised_ne.json deleted file mode 100644 index 4bb3ca05..00000000 --- a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/block/activator_rail_raised_ne.json +++ /dev/null @@ -1,6 +0,0 @@ -{ - "parent": "block/template_rail_raised_ne", - "textures": { - "rail": "block/activator_rail" - } -} diff --git a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/block/activator_rail_raised_sw.json b/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/block/activator_rail_raised_sw.json deleted file mode 100644 index d0096699..00000000 --- a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/block/activator_rail_raised_sw.json +++ /dev/null @@ -1,6 +0,0 @@ -{ - "parent": "block/template_rail_raised_sw", - "textures": { - "rail": "block/activator_rail" - } -} diff --git a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/block/air.json b/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/block/air.json deleted file mode 100644 index 2c63c085..00000000 --- a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/block/air.json +++ /dev/null @@ -1,2 +0,0 @@ -{ -} diff --git a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/block/allium.json b/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/block/allium.json deleted file mode 100644 index 11053282..00000000 --- a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/block/allium.json +++ /dev/null @@ -1,7 +0,0 @@ -{ - "parent": "block/cross", - "textures": { - "particle": "block/allium", - "cross": "block/allium" - } -} diff --git a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/block/andesite.json b/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/block/andesite.json deleted file mode 100644 index 7d0042fe..00000000 --- a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/block/andesite.json +++ /dev/null @@ -1,6 +0,0 @@ -{ - "parent": "block/cube_all", - "textures": { - "all": "block/andesite" - } -} diff --git a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/block/andesite_slab.json b/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/block/andesite_slab.json deleted file mode 100644 index 75b5dace..00000000 --- a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/block/andesite_slab.json +++ /dev/null @@ -1,8 +0,0 @@ -{ - "parent": "block/slab", - "textures": { - "bottom": "block/andesite", - "top": "block/andesite", - "side": "block/andesite" - } -} diff --git a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/block/andesite_slab_top.json b/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/block/andesite_slab_top.json deleted file mode 100644 index 9c8f8271..00000000 --- a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/block/andesite_slab_top.json +++ /dev/null @@ -1,8 +0,0 @@ -{ - "parent": "block/slab_top", - "textures": { - "bottom": "block/andesite", - "top": "block/andesite", - "side": "block/andesite" - } -} diff --git a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/block/andesite_stairs.json b/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/block/andesite_stairs.json deleted file mode 100644 index 6ccfd1af..00000000 --- a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/block/andesite_stairs.json +++ /dev/null @@ -1,8 +0,0 @@ -{ - "parent": "block/stairs", - "textures": { - "bottom": "block/andesite", - "top": "block/andesite", - "side": "block/andesite" - } -} diff --git a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/block/andesite_stairs_inner.json b/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/block/andesite_stairs_inner.json deleted file mode 100644 index 97a25861..00000000 --- a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/block/andesite_stairs_inner.json +++ /dev/null @@ -1,8 +0,0 @@ -{ - "parent": "block/inner_stairs", - "textures": { - "bottom": "block/andesite", - "top": "block/andesite", - "side": "block/andesite" - } -} diff --git a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/block/andesite_stairs_outer.json b/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/block/andesite_stairs_outer.json deleted file mode 100644 index 6f1a39ed..00000000 --- a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/block/andesite_stairs_outer.json +++ /dev/null @@ -1,8 +0,0 @@ -{ - "parent": "block/outer_stairs", - "textures": { - "bottom": "block/andesite", - "top": "block/andesite", - "side": "block/andesite" - } -} diff --git a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/block/andesite_wall_inventory.json b/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/block/andesite_wall_inventory.json deleted file mode 100644 index e235f16f..00000000 --- a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/block/andesite_wall_inventory.json +++ /dev/null @@ -1,6 +0,0 @@ -{ - "parent": "block/wall_inventory", - "textures": { - "wall": "block/andesite" - } -} diff --git a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/block/andesite_wall_post.json b/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/block/andesite_wall_post.json deleted file mode 100644 index b7accbbe..00000000 --- a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/block/andesite_wall_post.json +++ /dev/null @@ -1,6 +0,0 @@ -{ - "parent": "block/template_wall_post", - "textures": { - "wall": "block/andesite" - } -} diff --git a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/block/andesite_wall_side.json b/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/block/andesite_wall_side.json deleted file mode 100644 index 61e27af1..00000000 --- a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/block/andesite_wall_side.json +++ /dev/null @@ -1,6 +0,0 @@ -{ - "parent": "block/template_wall_side", - "textures": { - "wall": "block/andesite" - } -} diff --git a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/block/anvil.json b/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/block/anvil.json deleted file mode 100644 index 6e0b9dab..00000000 --- a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/block/anvil.json +++ /dev/null @@ -1,61 +0,0 @@ -{ "parent": "block/block", - "textures": { - "particle": "block/anvil", - "body": "block/anvil", - "top": "block/anvil_top" - }, - "display": { - "fixed": { - "rotation": [ 0, 90, 0 ], - "translation": [ 0, 0, 0 ], - "scale": [ 0.5, 0.5, 0.5 ] - } - }, - "elements": [ - { "__comment": "Anvil base", - "from": [ 2, 0, 2 ], - "to": [ 14, 4, 14 ], - "faces": { - "down": { "uv": [ 2, 2, 14, 14 ], "texture": "#body", "rotation": 180, "cullface": "down" }, - "up": { "uv": [ 2, 2, 14, 14 ], "texture": "#body", "rotation": 180 }, - "north": { "uv": [ 2, 12, 14, 16 ], "texture": "#body" }, - "south": { "uv": [ 2, 12, 14, 16 ], "texture": "#body" }, - "west": { "uv": [ 0, 2, 4, 14 ], "texture": "#body", "rotation": 90 }, - "east": { "uv": [ 4, 2, 0, 14 ], "texture": "#body", "rotation": 270 } - } - }, - { "__comment": "Lower narrow portion", - "from": [ 4, 4, 3 ], - "to": [ 12, 5, 13 ], - "faces": { - "up": { "uv": [ 4, 3, 12, 13 ], "texture": "#body", "rotation": 180 }, - "north": { "uv": [ 4, 11, 12, 12 ], "texture": "#body" }, - "south": { "uv": [ 4, 11, 12, 12 ], "texture": "#body" }, - "west": { "uv": [ 4, 3, 5, 13 ], "texture": "#body", "rotation": 90 }, - "east": { "uv": [ 5, 3, 4, 13 ], "texture": "#body", "rotation": 270 } - } - }, - { "__comment": "Wider section beneath top portion", - "from": [ 6, 5, 4 ], - "to": [ 10, 10, 12 ], - "faces": { - "north": { "uv": [ 6, 6, 10, 11 ], "texture": "#body" }, - "south": { "uv": [ 6, 6, 10, 11 ], "texture": "#body" }, - "west": { "uv": [ 5, 4, 10, 12 ], "texture": "#body", "rotation": 90 }, - "east": { "uv": [ 10, 4, 5, 12 ], "texture": "#body", "rotation": 270 } - } - }, - { "__comment": "Anvil top", - "from": [ 3, 10, 0 ], - "to": [ 13, 16, 16 ], - "faces": { - "down": { "uv": [ 3, 0, 13, 16 ], "texture": "#body", "rotation": 180 }, - "up": { "uv": [ 3, 0, 13, 16 ], "texture": "#top", "rotation": 180 }, - "north": { "uv": [ 3, 0, 13, 6 ], "texture": "#body" }, - "south": { "uv": [ 3, 0, 13, 6 ], "texture": "#body" }, - "west": { "uv": [ 10, 0, 16, 16 ], "texture": "#body", "rotation": 90 }, - "east": { "uv": [ 16, 0, 10, 16 ], "texture": "#body", "rotation": 270 } - } - } - ] -} diff --git a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/block/attached_melon_stem.json b/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/block/attached_melon_stem.json deleted file mode 100644 index 2fa3485c..00000000 --- a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/block/attached_melon_stem.json +++ /dev/null @@ -1,7 +0,0 @@ -{ - "parent": "block/stem_fruit", - "textures": { - "stem": "block/melon_stem", - "upperstem": "block/attached_melon_stem" - } -} diff --git a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/block/attached_pumpkin_stem.json b/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/block/attached_pumpkin_stem.json deleted file mode 100644 index 5db08cdd..00000000 --- a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/block/attached_pumpkin_stem.json +++ /dev/null @@ -1,7 +0,0 @@ -{ - "parent": "block/stem_fruit", - "textures": { - "stem": "block/pumpkin_stem", - "upperstem": "block/attached_pumpkin_stem" - } -} diff --git a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/block/azure_bluet.json b/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/block/azure_bluet.json deleted file mode 100644 index d87375c1..00000000 --- a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/block/azure_bluet.json +++ /dev/null @@ -1,6 +0,0 @@ -{ - "parent": "block/cross", - "textures": { - "cross": "block/azure_bluet" - } -} diff --git a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/block/bamboo1_age0.json b/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/block/bamboo1_age0.json deleted file mode 100644 index 0f5244e5..00000000 --- a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/block/bamboo1_age0.json +++ /dev/null @@ -1,19 +0,0 @@ -{ - "textures": { - "all": "block/bamboo_stalk", - "particle": "block/bamboo_stalk" - }, - "elements": [ - { "from": [ 7, 0, 7 ], - "to": [ 9, 16, 9 ], - "faces": { - "down": { "uv": [ 13, 4, 15, 6 ], "texture": "#all", "cullface": "down" }, - "up": { "uv": [ 13, 0, 15, 2], "texture": "#all", "cullface": "up" }, - "north": { "uv": [ 0, 0, 2, 16 ], "texture": "#all" }, - "south": { "uv": [ 0, 0, 2, 16 ], "texture": "#all" }, - "west": { "uv": [ 0, 0, 2, 16 ], "texture": "#all" }, - "east": { "uv": [ 0, 0, 2, 16 ], "texture": "#all" } - } - } - ] -} diff --git a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/block/bamboo1_age1.json b/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/block/bamboo1_age1.json deleted file mode 100644 index d121263f..00000000 --- a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/block/bamboo1_age1.json +++ /dev/null @@ -1,19 +0,0 @@ -{ - "textures": { - "all": "block/bamboo_stalk", - "particle": "block/bamboo_stalk" - }, - "elements": [ - { "from": [ 6.5, 0, 6.5 ], - "to": [ 9.5, 16, 9.5 ], - "faces": { - "down": { "uv": [ 13, 4, 16, 7 ], "texture": "#all", "cullface": "down" }, - "up": { "uv": [ 13, 0, 16, 3 ], "texture": "#all", "cullface": "up" }, - "north": { "uv": [ 0, 0, 3, 16 ], "texture": "#all" }, - "south": { "uv": [ 0, 0, 3, 16 ], "texture": "#all" }, - "west": { "uv": [ 0, 0, 3, 16 ], "texture": "#all" }, - "east": { "uv": [ 0, 0, 3, 16 ], "texture": "#all" } - } - } - ] -} diff --git a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/block/bamboo2_age0.json b/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/block/bamboo2_age0.json deleted file mode 100644 index bc6e56c6..00000000 --- a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/block/bamboo2_age0.json +++ /dev/null @@ -1,19 +0,0 @@ -{ - "textures": { - "all": "block/bamboo_stalk", - "particle": "block/bamboo_stalk" - }, - "elements": [ - { "from": [ 7, 0, 7 ], - "to": [ 9, 16, 9 ], - "faces": { - "down": { "uv": [ 13, 4, 15, 6 ], "texture": "#all", "cullface": "down" }, - "up": { "uv": [ 13, 0, 15, 2], "texture": "#all", "cullface": "up" }, - "north": { "uv": [ 3, 0, 5, 16 ], "texture": "#all" }, - "south": { "uv": [ 3, 0, 5, 16 ], "texture": "#all" }, - "west": { "uv": [ 3, 0, 5, 16 ], "texture": "#all" }, - "east": { "uv": [ 3, 0, 5, 16 ], "texture": "#all" } - } - } - ] -} diff --git a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/block/bamboo2_age1.json b/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/block/bamboo2_age1.json deleted file mode 100644 index 55b2f4d1..00000000 --- a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/block/bamboo2_age1.json +++ /dev/null @@ -1,19 +0,0 @@ -{ - "textures": { - "all": "block/bamboo_stalk", - "particle": "block/bamboo_stalk" - }, - "elements": [ - { "from": [ 6.5, 0, 6.5 ], - "to": [ 9.5, 16, 9.5 ], - "faces": { - "down": { "uv": [ 13, 4, 16, 7 ], "texture": "#all", "cullface": "down" }, - "up": { "uv": [ 13, 0, 16, 3 ], "texture": "#all", "cullface": "up" }, - "north": { "uv": [ 3, 0, 6, 16 ], "texture": "#all" }, - "south": { "uv": [ 3, 0, 6, 16 ], "texture": "#all" }, - "west": { "uv": [ 3, 0, 6, 16 ], "texture": "#all" }, - "east": { "uv": [ 3, 0, 6, 16 ], "texture": "#all" } - } - } - ] -} diff --git a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/block/bamboo3_age0.json b/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/block/bamboo3_age0.json deleted file mode 100644 index d72b3e64..00000000 --- a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/block/bamboo3_age0.json +++ /dev/null @@ -1,19 +0,0 @@ -{ - "textures": { - "all": "block/bamboo_stalk", - "particle": "block/bamboo_stalk" - }, - "elements": [ - { "from": [ 7, 0, 7 ], - "to": [ 9, 16, 9 ], - "faces": { - "down": { "uv": [ 13, 4, 15, 6 ], "texture": "#all", "cullface": "down" }, - "up": { "uv": [ 13, 0, 15, 2], "texture": "#all", "cullface": "up" }, - "north": { "uv": [ 6, 0, 8, 16 ], "texture": "#all" }, - "south": { "uv": [ 6, 0, 8, 16 ], "texture": "#all" }, - "west": { "uv": [ 6, 0, 8, 16 ], "texture": "#all" }, - "east": { "uv": [ 6, 0, 8, 16 ], "texture": "#all" } - } - } - ] -} diff --git a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/block/bamboo3_age1.json b/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/block/bamboo3_age1.json deleted file mode 100644 index 499cd02e..00000000 --- a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/block/bamboo3_age1.json +++ /dev/null @@ -1,19 +0,0 @@ -{ - "textures": { - "all": "block/bamboo_stalk", - "particle": "block/bamboo_stalk" - }, - "elements": [ - { "from": [ 6.5, 0, 6.5 ], - "to": [ 9.5, 16, 9.5 ], - "faces": { - "down": { "uv": [ 13, 4, 16, 7 ], "texture": "#all", "cullface": "down" }, - "up": { "uv": [ 13, 0, 16, 3 ], "texture": "#all", "cullface": "up" }, - "north": { "uv": [ 6, 0, 9, 16 ], "texture": "#all" }, - "south": { "uv": [ 6, 0, 9, 16 ], "texture": "#all" }, - "west": { "uv": [ 6, 0, 9, 16 ], "texture": "#all" }, - "east": { "uv": [ 6, 0, 9, 16 ], "texture": "#all" } - } - } - ] -} diff --git a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/block/bamboo4_age0.json b/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/block/bamboo4_age0.json deleted file mode 100644 index cc9c1dcc..00000000 --- a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/block/bamboo4_age0.json +++ /dev/null @@ -1,19 +0,0 @@ -{ - "textures": { - "all": "block/bamboo_stalk", - "particle": "block/bamboo_stalk" - }, - "elements": [ - { "from": [ 7, 0, 7 ], - "to": [ 9, 16, 9 ], - "faces": { - "down": { "uv": [ 13, 4, 15, 6 ], "texture": "#all", "cullface": "down" }, - "up": { "uv": [ 13, 0, 15, 2], "texture": "#all", "cullface": "up" }, - "north": { "uv": [ 9, 0, 11, 16 ], "texture": "#all" }, - "south": { "uv": [ 9, 0, 11, 16 ], "texture": "#all" }, - "west": { "uv": [ 9, 0, 11, 16 ], "texture": "#all" }, - "east": { "uv": [ 9, 0, 11, 16 ], "texture": "#all" } - } - } - ] -} diff --git a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/block/bamboo4_age1.json b/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/block/bamboo4_age1.json deleted file mode 100644 index 4b8b8681..00000000 --- a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/block/bamboo4_age1.json +++ /dev/null @@ -1,19 +0,0 @@ -{ - "textures": { - "all": "block/bamboo_stalk", - "particle": "block/bamboo_stalk" - }, - "elements": [ - { "from": [ 6.5, 0, 6.5 ], - "to": [ 9.5, 16, 9.5 ], - "faces": { - "down": { "uv": [ 13, 4, 16, 7 ], "texture": "#all", "cullface": "down" }, - "up": { "uv": [ 13, 0, 16, 3 ], "texture": "#all", "cullface": "up" }, - "north": { "uv": [ 9, 0, 12, 16 ], "texture": "#all" }, - "south": { "uv": [ 9, 0, 12, 16 ], "texture": "#all" }, - "west": { "uv": [ 9, 0, 12, 16 ], "texture": "#all" }, - "east": { "uv": [ 9, 0, 12, 16 ], "texture": "#all" } - } - } - ] -} diff --git a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/block/bamboo_large_leaves.json b/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/block/bamboo_large_leaves.json deleted file mode 100644 index 3ddead94..00000000 --- a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/block/bamboo_large_leaves.json +++ /dev/null @@ -1,25 +0,0 @@ -{ - "ambientocclusion": false, - "textures": { - "texture": "block/bamboo_large_leaves", - "particle": "block/bamboo_large_leaves" - }, - "elements": [ - { "from": [ 0.8, 0, 8 ], - "to": [ 15.2, 16, 8 ], - "shade": false, - "faces": { - "north": { "uv": [ 0, 0, 16, 16 ], "texture": "#texture", "tintindex": 0 }, - "south": { "uv": [ 0, 0, 16, 16 ], "texture": "#texture", "tintindex": 0 } - } - }, - { "from": [ 8, 0, 0.8 ], - "to": [ 8, 16, 15.2 ], - "shade": false, - "faces": { - "west": { "uv": [ 0, 0, 16, 16 ], "texture": "#texture", "tintindex": 0 }, - "east": { "uv": [ 0, 0, 16, 16 ], "texture": "#texture", "tintindex": 0 } - } - } - ] -} diff --git a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/block/bamboo_sapling.json b/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/block/bamboo_sapling.json deleted file mode 100644 index dd219bd3..00000000 --- a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/block/bamboo_sapling.json +++ /dev/null @@ -1,6 +0,0 @@ -{ - "parent": "block/tinted_cross", - "textures": { - "cross": "block/bamboo_stage0" - } -} diff --git a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/block/bamboo_small_leaves.json b/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/block/bamboo_small_leaves.json deleted file mode 100644 index c21694ea..00000000 --- a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/block/bamboo_small_leaves.json +++ /dev/null @@ -1,25 +0,0 @@ -{ - "ambientocclusion": false, - "textures": { - "texture": "block/bamboo_small_leaves", - "particle": "block/bamboo_small_leaves" - }, - "elements": [ - { "from": [ 0.8, 0, 8 ], - "to": [ 15.2, 16, 8 ], - "shade": false, - "faces": { - "north": { "uv": [ 0, 0, 16, 16 ], "texture": "#texture", "tintindex": 0 }, - "south": { "uv": [ 0, 0, 16, 16 ], "texture": "#texture", "tintindex": 0 } - } - }, - { "from": [ 8, 0, 0.8 ], - "to": [ 8, 16, 15.2 ], - "shade": false, - "faces": { - "west": { "uv": [ 0, 0, 16, 16 ], "texture": "#texture", "tintindex": 0 }, - "east": { "uv": [ 0, 0, 16, 16 ], "texture": "#texture", "tintindex": 0 } - } - } - ] -} diff --git a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/block/banner.json b/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/block/banner.json deleted file mode 100644 index 8f1d908c..00000000 --- a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/block/banner.json +++ /dev/null @@ -1,5 +0,0 @@ -{ - "textures": { - "particle": "block/oak_planks" - } -} diff --git a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/block/barrel.json b/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/block/barrel.json deleted file mode 100644 index 01d52d30..00000000 --- a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/block/barrel.json +++ /dev/null @@ -1,8 +0,0 @@ -{ - "parent": "block/cube_bottom_top", - "textures": { - "top": "block/barrel_top", - "side": "block/barrel_side", - "bottom": "block/barrel_bottom" - } -} diff --git a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/block/barrel_open.json b/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/block/barrel_open.json deleted file mode 100644 index a34c8891..00000000 --- a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/block/barrel_open.json +++ /dev/null @@ -1,8 +0,0 @@ -{ - "parent": "block/cube_bottom_top", - "textures": { - "top": "block/barrel_top_open", - "side": "block/barrel_side", - "bottom": "block/barrel_bottom" - } -} diff --git a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/block/barrier.json b/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/block/barrier.json deleted file mode 100644 index 4975fca5..00000000 --- a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/block/barrier.json +++ /dev/null @@ -1,6 +0,0 @@ -{ - "textures": { - "particle": "item/barrier" - } -} - diff --git a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/block/beacon.json b/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/block/beacon.json deleted file mode 100644 index 99808e6b..00000000 --- a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/block/beacon.json +++ /dev/null @@ -1,47 +0,0 @@ -{ "parent": "block/block", - "ambientocclusion": false, - "textures": { - "particle": "block/glass", - "glass": "block/glass", - "obsidian": "block/obsidian", - "beacon": "block/beacon" - }, - "elements": [ - { "__comment": "Glass shell", - "from": [ 0, 0, 0 ], - "to": [ 16, 16, 16 ], - "faces": { - "down": { "uv": [ 0, 0, 16, 16 ], "texture": "#glass" }, - "up": { "uv": [ 0, 0, 16, 16 ], "texture": "#glass" }, - "north": { "uv": [ 0, 0, 16, 16 ], "texture": "#glass" }, - "south": { "uv": [ 0, 0, 16, 16 ], "texture": "#glass" }, - "west": { "uv": [ 0, 0, 16, 16 ], "texture": "#glass" }, - "east": { "uv": [ 0, 0, 16, 16 ], "texture": "#glass" } - } - }, - { "__comment": "Obsidian base", - "from": [ 2, 0.1, 2 ], - "to": [ 14, 3, 14 ], - "faces": { - "down": { "uv": [ 2, 2, 14, 14 ], "texture": "#obsidian" }, - "up": { "uv": [ 2, 2, 14, 14 ], "texture": "#obsidian" }, - "north": { "uv": [ 2, 13, 14, 16 ], "texture": "#obsidian" }, - "south": { "uv": [ 2, 13, 14, 16 ], "texture": "#obsidian" }, - "west": { "uv": [ 2, 13, 14, 16 ], "texture": "#obsidian" }, - "east": { "uv": [ 2, 13, 14, 16 ], "texture": "#obsidian" } - } - }, - { "__comment": "Inner beacon texture", - "from": [ 3, 3, 3 ], - "to": [ 13, 14, 13 ], - "faces": { - "down": { "uv": [ 3, 3, 13, 13 ], "texture": "#beacon" }, - "up": { "uv": [ 3, 3, 13, 13 ], "texture": "#beacon" }, - "north": { "uv": [ 3, 2, 13, 13 ], "texture": "#beacon" }, - "south": { "uv": [ 3, 2, 13, 13 ], "texture": "#beacon" }, - "west": { "uv": [ 3, 2, 13, 13 ], "texture": "#beacon" }, - "east": { "uv": [ 3, 2, 13, 13 ], "texture": "#beacon" } - } - } - ] -} diff --git a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/block/bed.json b/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/block/bed.json deleted file mode 100644 index a3ee2504..00000000 --- a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/block/bed.json +++ /dev/null @@ -1,6 +0,0 @@ -{ - "textures": { - "particle": "block/oak_planks" - } -} - diff --git a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/block/bedrock.json b/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/block/bedrock.json deleted file mode 100644 index b22fc9af..00000000 --- a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/block/bedrock.json +++ /dev/null @@ -1,6 +0,0 @@ -{ - "parent": "block/cube_all", - "textures": { - "all": "block/bedrock" - } -} diff --git a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/block/bedrock_mirrored.json b/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/block/bedrock_mirrored.json deleted file mode 100644 index d2dfa170..00000000 --- a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/block/bedrock_mirrored.json +++ /dev/null @@ -1,6 +0,0 @@ -{ - "parent": "block/cube_mirrored_all", - "textures": { - "all": "block/bedrock" - } -} diff --git a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/block/beetroots_stage0.json b/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/block/beetroots_stage0.json deleted file mode 100644 index 7ed23c38..00000000 --- a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/block/beetroots_stage0.json +++ /dev/null @@ -1,6 +0,0 @@ -{ - "parent": "block/crop", - "textures": { - "crop": "block/beetroots_stage0" - } -} diff --git a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/block/beetroots_stage1.json b/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/block/beetroots_stage1.json deleted file mode 100644 index 847dc56e..00000000 --- a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/block/beetroots_stage1.json +++ /dev/null @@ -1,6 +0,0 @@ -{ - "parent": "block/crop", - "textures": { - "crop": "block/beetroots_stage1" - } -} diff --git a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/block/beetroots_stage2.json b/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/block/beetroots_stage2.json deleted file mode 100644 index 3d066767..00000000 --- a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/block/beetroots_stage2.json +++ /dev/null @@ -1,6 +0,0 @@ -{ - "parent": "block/crop", - "textures": { - "crop": "block/beetroots_stage2" - } -} diff --git a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/block/beetroots_stage3.json b/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/block/beetroots_stage3.json deleted file mode 100644 index 012db648..00000000 --- a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/block/beetroots_stage3.json +++ /dev/null @@ -1,6 +0,0 @@ -{ - "parent": "block/crop", - "textures": { - "crop": "block/beetroots_stage3" - } -} diff --git a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/block/bell_between_walls.json b/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/block/bell_between_walls.json deleted file mode 100644 index 8e7903f3..00000000 --- a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/block/bell_between_walls.json +++ /dev/null @@ -1,20 +0,0 @@ -{ - "textures": { - "particle": "block/bell_bottom", - "bar": "block/dark_oak_planks" - }, - "elements": [ - { - "from": [ 0, 13, 7 ], - "to": [ 16, 15, 9 ], - "faces": { - "north": { "uv": [ 2, 2, 14, 4 ], "texture": "#bar" }, - "east": { "uv": [ 5, 4, 7, 6 ], "texture": "#bar", "cullface": "east" }, - "south": { "uv": [ 2, 3, 14, 5 ], "texture": "#bar" }, - "west": { "uv": [ 5, 4, 7, 6 ], "texture": "#bar", "cullface": "west" }, - "up": { "uv": [ 2, 3, 14, 5 ], "texture": "#bar" }, - "down": { "uv": [ 2, 3, 14, 5 ], "texture": "#bar" } - } - } - ] -} diff --git a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/block/bell_ceiling.json b/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/block/bell_ceiling.json deleted file mode 100644 index a105fb98..00000000 --- a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/block/bell_ceiling.json +++ /dev/null @@ -1,19 +0,0 @@ -{ - "textures": { - "particle": "block/bell_bottom", - "bar": "block/dark_oak_planks" - }, - "elements": [ - { - "from": [ 7, 13, 7 ], - "to": [ 9, 16, 9 ], - "faces": { - "north": {"uv": [ 7, 2, 9, 5 ], "texture": "#bar" }, - "east": {"uv": [ 1, 2, 3, 5 ], "texture": "#bar" }, - "south": {"uv": [ 6, 2, 8, 5 ], "texture": "#bar" }, - "west": {"uv": [ 4, 2, 6, 5 ], "texture": "#bar" }, - "up": {"uv": [ 1, 3, 3, 5 ], "texture": "#bar", "cullface": "up" } - } - } - ] -} diff --git a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/block/bell_floor.json b/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/block/bell_floor.json deleted file mode 100644 index c2abfcbd..00000000 --- a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/block/bell_floor.json +++ /dev/null @@ -1,43 +0,0 @@ -{ - "textures": { - "particle": "block/bell_bottom", - "bar": "block/dark_oak_planks", - "post": "block/stone" - }, - "elements": [ - { - "from": [ 2, 13, 7 ], - "to": [ 14, 15, 9 ], - "faces": { - "north": { "uv": [ 2, 2, 14, 4 ], "texture": "#bar" }, - "south": { "uv": [ 2, 3, 14, 5 ], "texture": "#bar" }, - "up": { "uv": [ 2, 3, 14, 5 ], "texture": "#bar" }, - "down": { "uv": [ 2, 3, 14, 5 ], "texture": "#bar" } - } - }, - { - "from": [ 14, 0, 6 ], - "to": [ 16, 16, 10 ], - "faces": { - "north": { "uv": [ 0, 1, 2, 16 ], "texture": "#post" }, - "east": { "uv": [ 0, 1, 4, 16 ], "texture": "#post" }, - "south": { "uv": [ 0, 1, 2, 16 ], "texture": "#post" }, - "west": { "uv": [ 0, 1, 4, 16 ], "texture": "#post" }, - "up": { "uv": [ 0, 0, 2, 4 ], "texture": "#post", "cullface": "up" }, - "down": { "uv": [ 0, 0, 2, 4 ], "texture": "#post", "cullface": "down" } - } - }, - { - "from": [ 0, 0, 6 ], - "to": [ 2, 16, 10 ], - "faces": { - "north": { "uv": [ 0, 1, 2, 16 ], "texture": "#post" }, - "east": { "uv": [ 0, 1, 4, 16 ], "texture": "#post" }, - "south": { "uv": [ 0, 1, 2, 16 ], "texture": "#post" }, - "west": { "uv": [ 0, 1, 4, 16 ], "texture": "#post" }, - "up": { "uv": [ 0, 0, 2, 4 ], "texture": "#post","cullface": "up" }, - "down": { "uv": [ 0, 0, 2, 4 ], "texture": "#post", "cullface": "down" } - } - } - ] -} \ No newline at end of file diff --git a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/block/bell_wall.json b/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/block/bell_wall.json deleted file mode 100644 index 92927bd2..00000000 --- a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/block/bell_wall.json +++ /dev/null @@ -1,20 +0,0 @@ -{ - "textures": { - "particle": "block/bell_bottom", - "bar": "block/dark_oak_planks" - }, - "elements": [ - { - "from": [ 3, 13, 7 ], - "to": [ 16, 15, 9 ], - "faces": { - "north": { "uv": [ 2, 2, 14, 4 ], "texture": "#bar" }, - "east": { "uv": [ 5, 4, 7, 6 ], "texture": "#bar", "cullface": "east" }, - "south": { "uv": [ 2, 3, 14, 5 ], "texture": "#bar" }, - "west": { "uv": [ 5, 4, 7, 6 ], "texture": "#bar" }, - "up": { "uv": [ 2, 3, 14, 5 ], "texture": "#bar" }, - "down": { "uv": [ 2, 3, 14, 5 ], "texture": "#bar" } - } - } - ] -} diff --git a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/block/birch_button.json b/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/block/birch_button.json deleted file mode 100644 index 43e0feaa..00000000 --- a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/block/birch_button.json +++ /dev/null @@ -1,6 +0,0 @@ -{ - "parent": "block/button", - "textures": { - "texture": "block/birch_planks" - } -} diff --git a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/block/birch_button_inventory.json b/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/block/birch_button_inventory.json deleted file mode 100644 index 57de66b0..00000000 --- a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/block/birch_button_inventory.json +++ /dev/null @@ -1,6 +0,0 @@ -{ - "parent": "block/button_inventory", - "textures": { - "texture": "block/birch_planks" - } -} diff --git a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/block/birch_button_pressed.json b/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/block/birch_button_pressed.json deleted file mode 100644 index 4abe7f67..00000000 --- a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/block/birch_button_pressed.json +++ /dev/null @@ -1,6 +0,0 @@ -{ - "parent": "block/button_pressed", - "textures": { - "texture": "block/birch_planks" - } -} diff --git a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/block/birch_door_bottom.json b/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/block/birch_door_bottom.json deleted file mode 100644 index d148d34d..00000000 --- a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/block/birch_door_bottom.json +++ /dev/null @@ -1,7 +0,0 @@ -{ - "parent": "block/door_bottom", - "textures": { - "bottom": "block/birch_door_bottom", - "top": "block/birch_door_top" - } -} diff --git a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/block/birch_door_bottom_hinge.json b/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/block/birch_door_bottom_hinge.json deleted file mode 100644 index 6704c01f..00000000 --- a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/block/birch_door_bottom_hinge.json +++ /dev/null @@ -1,7 +0,0 @@ -{ - "parent": "block/door_bottom_rh", - "textures": { - "bottom": "block/birch_door_bottom", - "top": "block/birch_door_top" - } -} diff --git a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/block/birch_door_top.json b/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/block/birch_door_top.json deleted file mode 100644 index 7673c474..00000000 --- a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/block/birch_door_top.json +++ /dev/null @@ -1,7 +0,0 @@ -{ - "parent": "block/door_top", - "textures": { - "bottom": "block/birch_door_bottom", - "top": "block/birch_door_top" - } -} diff --git a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/block/birch_door_top_hinge.json b/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/block/birch_door_top_hinge.json deleted file mode 100644 index 5c49c32a..00000000 --- a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/block/birch_door_top_hinge.json +++ /dev/null @@ -1,7 +0,0 @@ -{ - "parent": "block/door_top_rh", - "textures": { - "bottom": "block/birch_door_bottom", - "top": "block/birch_door_top" - } -} diff --git a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/block/birch_fence_gate.json b/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/block/birch_fence_gate.json deleted file mode 100644 index da713200..00000000 --- a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/block/birch_fence_gate.json +++ /dev/null @@ -1,6 +0,0 @@ -{ - "parent": "block/template_fence_gate", - "textures": { - "texture": "block/birch_planks" - } -} diff --git a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/block/birch_fence_gate_open.json b/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/block/birch_fence_gate_open.json deleted file mode 100644 index d7a0bb83..00000000 --- a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/block/birch_fence_gate_open.json +++ /dev/null @@ -1,6 +0,0 @@ -{ - "parent": "block/template_fence_gate_open", - "textures": { - "texture": "block/birch_planks" - } -} diff --git a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/block/birch_fence_gate_wall.json b/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/block/birch_fence_gate_wall.json deleted file mode 100644 index 07721efd..00000000 --- a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/block/birch_fence_gate_wall.json +++ /dev/null @@ -1,6 +0,0 @@ -{ - "parent": "block/template_fence_gate_wall", - "textures": { - "texture": "block/birch_planks" - } -} diff --git a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/block/birch_fence_gate_wall_open.json b/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/block/birch_fence_gate_wall_open.json deleted file mode 100644 index 92b9a6c5..00000000 --- a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/block/birch_fence_gate_wall_open.json +++ /dev/null @@ -1,6 +0,0 @@ -{ - "parent": "block/template_fence_gate_wall_open", - "textures": { - "texture": "block/birch_planks" - } -} diff --git a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/block/birch_fence_inventory.json b/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/block/birch_fence_inventory.json deleted file mode 100644 index e80df717..00000000 --- a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/block/birch_fence_inventory.json +++ /dev/null @@ -1,6 +0,0 @@ -{ - "parent": "block/fence_inventory", - "textures": { - "texture": "block/birch_planks" - } -} diff --git a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/block/birch_fence_post.json b/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/block/birch_fence_post.json deleted file mode 100644 index fc161ab1..00000000 --- a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/block/birch_fence_post.json +++ /dev/null @@ -1,6 +0,0 @@ -{ - "parent": "block/fence_post", - "textures": { - "texture": "block/birch_planks" - } -} diff --git a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/block/birch_fence_side.json b/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/block/birch_fence_side.json deleted file mode 100644 index c88c276a..00000000 --- a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/block/birch_fence_side.json +++ /dev/null @@ -1,6 +0,0 @@ -{ - "parent": "block/fence_side", - "textures": { - "texture": "block/birch_planks" - } -} diff --git a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/block/birch_leaves.json b/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/block/birch_leaves.json deleted file mode 100644 index 6e9fac58..00000000 --- a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/block/birch_leaves.json +++ /dev/null @@ -1,6 +0,0 @@ -{ - "parent": "block/leaves", - "textures": { - "all": "block/birch_leaves" - } -} diff --git a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/block/birch_log.json b/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/block/birch_log.json deleted file mode 100644 index 4ccc2aff..00000000 --- a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/block/birch_log.json +++ /dev/null @@ -1,7 +0,0 @@ -{ - "parent": "block/cube_column", - "textures": { - "end": "block/birch_log_top", - "side": "block/birch_log" - } -} diff --git a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/block/birch_planks.json b/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/block/birch_planks.json deleted file mode 100644 index 68c497b4..00000000 --- a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/block/birch_planks.json +++ /dev/null @@ -1,6 +0,0 @@ -{ - "parent": "block/cube_all", - "textures": { - "all": "block/birch_planks" - } -} diff --git a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/block/birch_pressure_plate.json b/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/block/birch_pressure_plate.json deleted file mode 100644 index c4e9e2af..00000000 --- a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/block/birch_pressure_plate.json +++ /dev/null @@ -1,6 +0,0 @@ -{ - "parent": "block/pressure_plate_up", - "textures": { - "texture": "block/birch_planks" - } -} diff --git a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/block/birch_pressure_plate_down.json b/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/block/birch_pressure_plate_down.json deleted file mode 100644 index 283f8f66..00000000 --- a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/block/birch_pressure_plate_down.json +++ /dev/null @@ -1,6 +0,0 @@ -{ - "parent": "block/pressure_plate_down", - "textures": { - "texture": "block/birch_planks" - } -} diff --git a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/block/birch_sapling.json b/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/block/birch_sapling.json deleted file mode 100644 index d49ccbf6..00000000 --- a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/block/birch_sapling.json +++ /dev/null @@ -1,6 +0,0 @@ -{ - "parent": "block/cross", - "textures": { - "cross": "block/birch_sapling" - } -} diff --git a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/block/birch_sign.json b/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/block/birch_sign.json deleted file mode 100644 index 65e283c1..00000000 --- a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/block/birch_sign.json +++ /dev/null @@ -1,5 +0,0 @@ -{ - "textures": { - "particle": "block/birch_planks" - } -} diff --git a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/block/birch_slab.json b/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/block/birch_slab.json deleted file mode 100644 index dd5a0227..00000000 --- a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/block/birch_slab.json +++ /dev/null @@ -1,8 +0,0 @@ -{ - "parent": "block/slab", - "textures": { - "bottom": "block/birch_planks", - "top": "block/birch_planks", - "side": "block/birch_planks" - } -} diff --git a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/block/birch_slab_top.json b/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/block/birch_slab_top.json deleted file mode 100644 index cc56a42a..00000000 --- a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/block/birch_slab_top.json +++ /dev/null @@ -1,8 +0,0 @@ -{ - "parent": "block/slab_top", - "textures": { - "bottom": "block/birch_planks", - "top": "block/birch_planks", - "side": "block/birch_planks" - } -} diff --git a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/block/birch_stairs.json b/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/block/birch_stairs.json deleted file mode 100644 index f2a591a8..00000000 --- a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/block/birch_stairs.json +++ /dev/null @@ -1,8 +0,0 @@ -{ - "parent": "block/stairs", - "textures": { - "bottom": "block/birch_planks", - "top": "block/birch_planks", - "side": "block/birch_planks" - } -} diff --git a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/block/birch_stairs_inner.json b/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/block/birch_stairs_inner.json deleted file mode 100644 index c30d4f04..00000000 --- a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/block/birch_stairs_inner.json +++ /dev/null @@ -1,8 +0,0 @@ -{ - "parent": "block/inner_stairs", - "textures": { - "bottom": "block/birch_planks", - "top": "block/birch_planks", - "side": "block/birch_planks" - } -} diff --git a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/block/birch_stairs_outer.json b/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/block/birch_stairs_outer.json deleted file mode 100644 index 41d859c4..00000000 --- a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/block/birch_stairs_outer.json +++ /dev/null @@ -1,8 +0,0 @@ -{ - "parent": "block/outer_stairs", - "textures": { - "bottom": "block/birch_planks", - "top": "block/birch_planks", - "side": "block/birch_planks" - } -} diff --git a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/block/birch_trapdoor_bottom.json b/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/block/birch_trapdoor_bottom.json deleted file mode 100644 index 40087cb2..00000000 --- a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/block/birch_trapdoor_bottom.json +++ /dev/null @@ -1,6 +0,0 @@ -{ - "parent": "block/template_orientable_trapdoor_bottom", - "textures": { - "texture": "block/birch_trapdoor" - } -} diff --git a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/block/birch_trapdoor_open.json b/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/block/birch_trapdoor_open.json deleted file mode 100644 index 72c9259e..00000000 --- a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/block/birch_trapdoor_open.json +++ /dev/null @@ -1,6 +0,0 @@ -{ - "parent": "block/template_orientable_trapdoor_open", - "textures": { - "texture": "block/birch_trapdoor" - } -} diff --git a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/block/birch_trapdoor_top.json b/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/block/birch_trapdoor_top.json deleted file mode 100644 index 249d7948..00000000 --- a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/block/birch_trapdoor_top.json +++ /dev/null @@ -1,6 +0,0 @@ -{ - "parent": "block/template_orientable_trapdoor_top", - "textures": { - "texture": "block/birch_trapdoor" - } -} diff --git a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/block/birch_wood.json b/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/block/birch_wood.json deleted file mode 100644 index 1cfd1c22..00000000 --- a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/block/birch_wood.json +++ /dev/null @@ -1,7 +0,0 @@ -{ - "parent": "block/cube_column", - "textures": { - "end": "block/birch_log", - "side": "block/birch_log" - } -} diff --git a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/block/black_carpet.json b/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/block/black_carpet.json deleted file mode 100644 index fb9351e0..00000000 --- a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/block/black_carpet.json +++ /dev/null @@ -1,7 +0,0 @@ -{ - "parent": "block/carpet", - "textures": { - "particle": "block/black_wool", - "wool": "block/black_wool" - } -} diff --git a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/block/black_concrete.json b/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/block/black_concrete.json deleted file mode 100644 index 4989e344..00000000 --- a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/block/black_concrete.json +++ /dev/null @@ -1,6 +0,0 @@ -{ - "parent": "block/cube_all", - "textures": { - "all": "block/black_concrete" - } -} diff --git a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/block/black_concrete_powder.json b/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/block/black_concrete_powder.json deleted file mode 100644 index 8b8136e4..00000000 --- a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/block/black_concrete_powder.json +++ /dev/null @@ -1,6 +0,0 @@ -{ - "parent": "block/cube_all", - "textures": { - "all": "block/black_concrete_powder" - } -} diff --git a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/block/black_glazed_terracotta.json b/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/block/black_glazed_terracotta.json deleted file mode 100644 index 2a40f4b8..00000000 --- a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/block/black_glazed_terracotta.json +++ /dev/null @@ -1,7 +0,0 @@ -{ - "parent": "block/template_glazed_terracotta", - "textures": { - "particle": "block/black_glazed_terracotta", - "pattern": "block/black_glazed_terracotta" - } -} diff --git a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/block/black_shulker_box.json b/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/block/black_shulker_box.json deleted file mode 100644 index d45a611c..00000000 --- a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/block/black_shulker_box.json +++ /dev/null @@ -1,5 +0,0 @@ -{ - "textures": { - "particle": "block/black_shulker_box" - } -} diff --git a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/block/black_stained_glass.json b/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/block/black_stained_glass.json deleted file mode 100644 index e8f6987f..00000000 --- a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/block/black_stained_glass.json +++ /dev/null @@ -1,6 +0,0 @@ -{ - "parent": "block/cube_all", - "textures": { - "all": "block/black_stained_glass" - } -} diff --git a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/block/black_stained_glass_pane_noside.json b/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/block/black_stained_glass_pane_noside.json deleted file mode 100644 index a31e816f..00000000 --- a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/block/black_stained_glass_pane_noside.json +++ /dev/null @@ -1,6 +0,0 @@ -{ - "parent": "block/template_glass_pane_noside", - "textures": { - "pane": "block/black_stained_glass" - } -} diff --git a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/block/black_stained_glass_pane_noside_alt.json b/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/block/black_stained_glass_pane_noside_alt.json deleted file mode 100644 index fe5ad4c7..00000000 --- a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/block/black_stained_glass_pane_noside_alt.json +++ /dev/null @@ -1,6 +0,0 @@ -{ - "parent": "block/template_glass_pane_noside_alt", - "textures": { - "pane": "block/black_stained_glass" - } -} diff --git a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/block/black_stained_glass_pane_post.json b/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/block/black_stained_glass_pane_post.json deleted file mode 100644 index 6d3a8cad..00000000 --- a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/block/black_stained_glass_pane_post.json +++ /dev/null @@ -1,7 +0,0 @@ -{ - "parent": "block/template_glass_pane_post", - "textures": { - "edge": "block/black_stained_glass_pane_top", - "pane": "block/black_stained_glass" - } -} diff --git a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/block/black_stained_glass_pane_side.json b/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/block/black_stained_glass_pane_side.json deleted file mode 100644 index 4b2d680d..00000000 --- a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/block/black_stained_glass_pane_side.json +++ /dev/null @@ -1,7 +0,0 @@ -{ - "parent": "block/template_glass_pane_side", - "textures": { - "edge": "block/black_stained_glass_pane_top", - "pane": "block/black_stained_glass" - } -} diff --git a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/block/black_stained_glass_pane_side_alt.json b/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/block/black_stained_glass_pane_side_alt.json deleted file mode 100644 index 7dd6355d..00000000 --- a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/block/black_stained_glass_pane_side_alt.json +++ /dev/null @@ -1,7 +0,0 @@ -{ - "parent": "block/template_glass_pane_side_alt", - "textures": { - "edge": "block/black_stained_glass_pane_top", - "pane": "block/black_stained_glass" - } -} diff --git a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/block/black_terracotta.json b/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/block/black_terracotta.json deleted file mode 100644 index f6214fe4..00000000 --- a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/block/black_terracotta.json +++ /dev/null @@ -1,6 +0,0 @@ -{ - "parent": "block/cube_all", - "textures": { - "all": "block/black_terracotta" - } -} diff --git a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/block/black_wool.json b/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/block/black_wool.json deleted file mode 100644 index 3d8f3fed..00000000 --- a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/block/black_wool.json +++ /dev/null @@ -1,6 +0,0 @@ -{ - "parent": "block/cube_all", - "textures": { - "all": "block/black_wool" - } -} diff --git a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/block/blast_furnace.json b/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/block/blast_furnace.json deleted file mode 100644 index 51413e7c..00000000 --- a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/block/blast_furnace.json +++ /dev/null @@ -1,8 +0,0 @@ -{ - "parent": "block/orientable", - "textures": { - "top": "block/blast_furnace_top", - "front": "block/blast_furnace_front", - "side": "block/blast_furnace_side" - } -} diff --git a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/block/blast_furnace_on.json b/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/block/blast_furnace_on.json deleted file mode 100644 index 66280dcf..00000000 --- a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/block/blast_furnace_on.json +++ /dev/null @@ -1,8 +0,0 @@ -{ - "parent": "block/orientable", - "textures": { - "top": "block/blast_furnace_top", - "front": "block/blast_furnace_front_on", - "side": "block/blast_furnace_side" - } -} diff --git a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/block/block.json b/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/block/block.json deleted file mode 100644 index 9c15ead4..00000000 --- a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/block/block.json +++ /dev/null @@ -1,34 +0,0 @@ -{ - "display": { - "gui": { - "rotation": [ 30, 225, 0 ], - "translation": [ 0, 0, 0], - "scale":[ 0.625, 0.625, 0.625 ] - }, - "ground": { - "rotation": [ 0, 0, 0 ], - "translation": [ 0, 3, 0], - "scale":[ 0.25, 0.25, 0.25 ] - }, - "fixed": { - "rotation": [ 0, 0, 0 ], - "translation": [ 0, 0, 0], - "scale":[ 0.5, 0.5, 0.5 ] - }, - "thirdperson_righthand": { - "rotation": [ 75, 45, 0 ], - "translation": [ 0, 2.5, 0], - "scale": [ 0.375, 0.375, 0.375 ] - }, - "firstperson_righthand": { - "rotation": [ 0, 45, 0 ], - "translation": [ 0, 0, 0 ], - "scale": [ 0.40, 0.40, 0.40 ] - }, - "firstperson_lefthand": { - "rotation": [ 0, 225, 0 ], - "translation": [ 0, 0, 0 ], - "scale": [ 0.40, 0.40, 0.40 ] - } - } -} diff --git a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/block/blue_carpet.json b/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/block/blue_carpet.json deleted file mode 100644 index ea84c119..00000000 --- a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/block/blue_carpet.json +++ /dev/null @@ -1,7 +0,0 @@ -{ - "parent": "block/carpet", - "textures": { - "particle": "block/blue_wool", - "wool": "block/blue_wool" - } -} diff --git a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/block/blue_concrete.json b/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/block/blue_concrete.json deleted file mode 100644 index 991c4070..00000000 --- a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/block/blue_concrete.json +++ /dev/null @@ -1,6 +0,0 @@ -{ - "parent": "block/cube_all", - "textures": { - "all": "block/blue_concrete" - } -} diff --git a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/block/blue_concrete_powder.json b/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/block/blue_concrete_powder.json deleted file mode 100644 index 0679258a..00000000 --- a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/block/blue_concrete_powder.json +++ /dev/null @@ -1,6 +0,0 @@ -{ - "parent": "block/cube_all", - "textures": { - "all": "block/blue_concrete_powder" - } -} diff --git a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/block/blue_glazed_terracotta.json b/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/block/blue_glazed_terracotta.json deleted file mode 100644 index 75c5ccfe..00000000 --- a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/block/blue_glazed_terracotta.json +++ /dev/null @@ -1,7 +0,0 @@ -{ - "parent": "block/template_glazed_terracotta", - "textures": { - "particle": "block/blue_glazed_terracotta", - "pattern": "block/blue_glazed_terracotta" - } -} diff --git a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/block/blue_ice.json b/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/block/blue_ice.json deleted file mode 100644 index 4aee3d1e..00000000 --- a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/block/blue_ice.json +++ /dev/null @@ -1,6 +0,0 @@ -{ - "parent": "block/cube_all", - "textures": { - "all": "block/blue_ice" - } -} diff --git a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/block/blue_orchid.json b/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/block/blue_orchid.json deleted file mode 100644 index c5f29e1b..00000000 --- a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/block/blue_orchid.json +++ /dev/null @@ -1,6 +0,0 @@ -{ - "parent": "block/cross", - "textures": { - "cross": "block/blue_orchid" - } -} diff --git a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/block/blue_shulker_box.json b/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/block/blue_shulker_box.json deleted file mode 100644 index 2dc7a5e0..00000000 --- a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/block/blue_shulker_box.json +++ /dev/null @@ -1,5 +0,0 @@ -{ - "textures": { - "particle": "block/blue_shulker_box" - } -} diff --git a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/block/blue_stained_glass.json b/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/block/blue_stained_glass.json deleted file mode 100644 index ca3adb19..00000000 --- a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/block/blue_stained_glass.json +++ /dev/null @@ -1,6 +0,0 @@ -{ - "parent": "block/cube_all", - "textures": { - "all": "block/blue_stained_glass" - } -} diff --git a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/block/blue_stained_glass_pane_noside.json b/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/block/blue_stained_glass_pane_noside.json deleted file mode 100644 index d2b8f579..00000000 --- a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/block/blue_stained_glass_pane_noside.json +++ /dev/null @@ -1,6 +0,0 @@ -{ - "parent": "block/template_glass_pane_noside", - "textures": { - "pane": "block/blue_stained_glass" - } -} diff --git a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/block/blue_stained_glass_pane_noside_alt.json b/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/block/blue_stained_glass_pane_noside_alt.json deleted file mode 100644 index 94a0fd83..00000000 --- a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/block/blue_stained_glass_pane_noside_alt.json +++ /dev/null @@ -1,6 +0,0 @@ -{ - "parent": "block/template_glass_pane_noside_alt", - "textures": { - "pane": "block/blue_stained_glass" - } -} diff --git a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/block/blue_stained_glass_pane_post.json b/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/block/blue_stained_glass_pane_post.json deleted file mode 100644 index d4e11503..00000000 --- a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/block/blue_stained_glass_pane_post.json +++ /dev/null @@ -1,7 +0,0 @@ -{ - "parent": "block/template_glass_pane_post", - "textures": { - "edge": "block/blue_stained_glass_pane_top", - "pane": "block/blue_stained_glass" - } -} diff --git a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/block/blue_stained_glass_pane_side.json b/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/block/blue_stained_glass_pane_side.json deleted file mode 100644 index ca13da71..00000000 --- a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/block/blue_stained_glass_pane_side.json +++ /dev/null @@ -1,7 +0,0 @@ -{ - "parent": "block/template_glass_pane_side", - "textures": { - "edge": "block/blue_stained_glass_pane_top", - "pane": "block/blue_stained_glass" - } -} diff --git a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/block/blue_stained_glass_pane_side_alt.json b/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/block/blue_stained_glass_pane_side_alt.json deleted file mode 100644 index 365c8449..00000000 --- a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/block/blue_stained_glass_pane_side_alt.json +++ /dev/null @@ -1,7 +0,0 @@ -{ - "parent": "block/template_glass_pane_side_alt", - "textures": { - "edge": "block/blue_stained_glass_pane_top", - "pane": "block/blue_stained_glass" - } -} diff --git a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/block/blue_terracotta.json b/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/block/blue_terracotta.json deleted file mode 100644 index af20bf9a..00000000 --- a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/block/blue_terracotta.json +++ /dev/null @@ -1,6 +0,0 @@ -{ - "parent": "block/cube_all", - "textures": { - "all": "block/blue_terracotta" - } -} diff --git a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/block/blue_wool.json b/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/block/blue_wool.json deleted file mode 100644 index 931d008f..00000000 --- a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/block/blue_wool.json +++ /dev/null @@ -1,6 +0,0 @@ -{ - "parent": "block/cube_all", - "textures": { - "all": "block/blue_wool" - } -} diff --git a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/block/bone_block.json b/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/block/bone_block.json deleted file mode 100644 index fe3af760..00000000 --- a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/block/bone_block.json +++ /dev/null @@ -1,20 +0,0 @@ -{ - "parent": "block/cube_column", - "textures": { - "end": "block/bone_block_top", - "side": "block/bone_block_side" - }, - "elements": [ - { "from": [ 0, 0, 0 ], - "to": [ 16, 16, 16 ], - "faces": { - "down": { "texture": "#end", "cullface": "down" }, - "up": { "texture": "#end", "cullface": "up" }, - "north": { "texture": "#side", "cullface": "north" }, - "south": { "texture": "#side", "cullface": "south" }, - "west": { "texture": "#side", "cullface": "west" }, - "east": { "texture": "#side", "cullface": "east" } - } - } - ] -} diff --git a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/block/bookshelf.json b/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/block/bookshelf.json deleted file mode 100644 index 30b9669b..00000000 --- a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/block/bookshelf.json +++ /dev/null @@ -1,7 +0,0 @@ -{ - "parent": "block/cube_column", - "textures": { - "end": "block/oak_planks", - "side": "block/bookshelf" - } -} diff --git a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/block/brain_coral.json b/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/block/brain_coral.json deleted file mode 100644 index 68e3b0fa..00000000 --- a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/block/brain_coral.json +++ /dev/null @@ -1,6 +0,0 @@ -{ - "parent": "block/cross", - "textures": { - "cross": "block/brain_coral" - } -} \ No newline at end of file diff --git a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/block/brain_coral_block.json b/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/block/brain_coral_block.json deleted file mode 100644 index aee68e04..00000000 --- a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/block/brain_coral_block.json +++ /dev/null @@ -1,6 +0,0 @@ -{ - "parent": "block/cube_all", - "textures": { - "all": "block/brain_coral_block" - } -} diff --git a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/block/brain_coral_fan.json b/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/block/brain_coral_fan.json deleted file mode 100644 index 09eb1433..00000000 --- a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/block/brain_coral_fan.json +++ /dev/null @@ -1,6 +0,0 @@ -{ - "parent": "block/coral_fan", - "textures": { - "fan": "block/brain_coral_fan" - } -} diff --git a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/block/brain_coral_wall_fan.json b/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/block/brain_coral_wall_fan.json deleted file mode 100644 index 5f0bde3c..00000000 --- a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/block/brain_coral_wall_fan.json +++ /dev/null @@ -1,6 +0,0 @@ -{ - "parent": "block/coral_wall_fan", - "textures": { - "fan": "block/brain_coral_fan" - } -} diff --git a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/block/brewing_stand.json b/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/block/brewing_stand.json deleted file mode 100644 index d1804f23..00000000 --- a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/block/brewing_stand.json +++ /dev/null @@ -1,53 +0,0 @@ -{ - "textures": { - "particle": "block/brewing_stand", - "base": "block/brewing_stand_base", - "stand": "block/brewing_stand" - }, - "elements": [ - { "from": [ 7, 0, 7 ], - "to": [ 9, 14, 9 ], - "faces": { - "down": { "uv": [ 7, 7, 9, 9 ], "texture": "#stand" }, - "up": { "uv": [ 7, 7, 9, 9 ], "texture": "#stand" }, - "north": { "uv": [ 7, 2, 9, 16 ], "texture": "#stand" }, - "south": { "uv": [ 7, 2, 9, 16 ], "texture": "#stand" }, - "west": { "uv": [ 7, 2, 9, 16 ], "texture": "#stand" }, - "east": { "uv": [ 7, 2, 9, 16 ], "texture": "#stand" } - } - }, - { "from": [ 9, 0, 5 ], - "to": [ 15, 2, 11 ], - "faces": { - "down": { "uv": [ 9, 5, 15, 11 ], "texture": "#base", "cullface": "down" }, - "up": { "uv": [ 9, 5, 15, 11 ], "texture": "#base" }, - "north": { "uv": [ 9, 14, 15, 16 ], "texture": "#base" }, - "south": { "uv": [ 9, 14, 15, 16 ], "texture": "#base" }, - "west": { "uv": [ 5, 14, 11, 16 ], "texture": "#base" }, - "east": { "uv": [ 5, 14, 11, 16 ], "texture": "#base" } - } - }, - { "from": [ 2, 0, 1 ], - "to": [ 8, 2, 7 ], - "faces": { - "down": { "uv": [ 2, 1, 8, 7 ], "texture": "#base", "cullface": "down" }, - "up": { "uv": [ 2, 1, 8, 7 ], "texture": "#base" }, - "north": { "uv": [ 2, 14, 8, 16 ], "texture": "#base" }, - "south": { "uv": [ 2, 14, 8, 16 ], "texture": "#base" }, - "west": { "uv": [ 1, 14, 7, 16 ], "texture": "#base" }, - "east": { "uv": [ 1, 14, 7, 16 ], "texture": "#base" } - } - }, - { "from": [ 2, 0, 9 ], - "to": [ 8, 2, 15 ], - "faces": { - "down": { "uv": [ 2, 9, 8, 15 ], "texture": "#base", "cullface": "down" }, - "up": { "uv": [ 2, 9, 8, 15 ], "texture": "#base" }, - "north": { "uv": [ 2, 14, 8, 16 ], "texture": "#base" }, - "south": { "uv": [ 2, 14, 8, 16 ], "texture": "#base" }, - "west": { "uv": [ 9, 14, 15, 16 ], "texture": "#base" }, - "east": { "uv": [ 9, 14, 15, 16 ], "texture": "#base" } - } - } - ] -} diff --git a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/block/brewing_stand_bottle0.json b/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/block/brewing_stand_bottle0.json deleted file mode 100644 index 012ffa85..00000000 --- a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/block/brewing_stand_bottle0.json +++ /dev/null @@ -1,15 +0,0 @@ -{ - "textures": { - "particle": "block/brewing_stand", - "stand": "block/brewing_stand" - }, - "elements": [ - { "from": [ 8, 0, 8 ], - "to": [ 16, 16, 8 ], - "faces": { - "north": { "uv": [ 0, 0, 8, 16 ], "texture": "#stand" }, - "south": { "uv": [ 8, 0, 0, 16 ], "texture": "#stand" } - } - } - ] -} diff --git a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/block/brewing_stand_bottle1.json b/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/block/brewing_stand_bottle1.json deleted file mode 100644 index 9e989cde..00000000 --- a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/block/brewing_stand_bottle1.json +++ /dev/null @@ -1,20 +0,0 @@ -{ - "textures": { - "particle": "block/brewing_stand", - "stand": "block/brewing_stand" - }, - "elements": [ - { "from": [ -0.41, 0, 8 ], - "to": [ 7.59, 16, 8 ], - "rotation": { - "origin": [ 8, 8, 8 ], - "axis": "y", - "angle": -45 - }, - "faces": { - "north": { "uv": [ 8, 0, 0, 16 ], "texture": "#stand" }, - "south": { "uv": [ 0, 0, 8, 16 ], "texture": "#stand" } - } - } - ] -} diff --git a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/block/brewing_stand_bottle2.json b/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/block/brewing_stand_bottle2.json deleted file mode 100644 index 4796f71f..00000000 --- a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/block/brewing_stand_bottle2.json +++ /dev/null @@ -1,20 +0,0 @@ -{ - "textures": { - "particle": "block/brewing_stand", - "stand": "block/brewing_stand" - }, - "elements": [ - { "from": [ -0.41, 0, 8 ], - "to": [ 7.59, 16, 8 ], - "rotation": { - "origin": [ 8, 8, 8 ], - "axis": "y", - "angle": 45 - }, - "faces": { - "north": { "uv": [ 8, 0, 0, 16 ], "texture": "#stand" }, - "south": { "uv": [ 0, 0, 8, 16 ], "texture": "#stand" } - } - } - ] -} diff --git a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/block/brewing_stand_empty0.json b/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/block/brewing_stand_empty0.json deleted file mode 100644 index a99c90cc..00000000 --- a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/block/brewing_stand_empty0.json +++ /dev/null @@ -1,15 +0,0 @@ -{ - "textures": { - "particle": "block/brewing_stand", - "stand": "block/brewing_stand" - }, - "elements": [ - { "from": [ 8, 0, 8 ], - "to": [ 16, 16, 8 ], - "faces": { - "north": { "uv": [ 16, 0, 8, 16 ], "texture": "#stand" }, - "south": { "uv": [ 8, 0, 16, 16 ], "texture": "#stand" } - } - } - ] -} diff --git a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/block/brewing_stand_empty1.json b/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/block/brewing_stand_empty1.json deleted file mode 100644 index 47b78c29..00000000 --- a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/block/brewing_stand_empty1.json +++ /dev/null @@ -1,20 +0,0 @@ -{ - "textures": { - "particle": "block/brewing_stand", - "stand": "block/brewing_stand" - }, - "elements": [ - { "from": [ 0, 0, 8 ], - "to": [ 8, 16, 8 ], - "rotation": { - "origin": [ 8, 8, 8 ], - "axis": "y", - "angle": -45 - }, - "faces": { - "north": { "uv": [ 8, 0, 16, 16 ], "texture": "#stand" }, - "south": { "uv": [ 16, 0, 8, 16 ], "texture": "#stand" } - } - } - ] -} diff --git a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/block/brewing_stand_empty2.json b/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/block/brewing_stand_empty2.json deleted file mode 100644 index d3e3adf5..00000000 --- a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/block/brewing_stand_empty2.json +++ /dev/null @@ -1,20 +0,0 @@ -{ - "textures": { - "particle": "block/brewing_stand", - "stand": "block/brewing_stand" - }, - "elements": [ - { "from": [ 0, 0, 8 ], - "to": [ 8, 16, 8 ], - "rotation": { - "origin": [ 8, 8, 8 ], - "axis": "y", - "angle": 45 - }, - "faces": { - "north": { "uv": [ 8, 0, 16, 16 ], "texture": "#stand" }, - "south": { "uv": [ 16, 0, 8, 16 ], "texture": "#stand" } - } - } - ] -} diff --git a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/block/brick_slab.json b/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/block/brick_slab.json deleted file mode 100644 index 3fd9d78d..00000000 --- a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/block/brick_slab.json +++ /dev/null @@ -1,8 +0,0 @@ -{ - "parent": "block/slab", - "textures": { - "bottom": "block/bricks", - "top": "block/bricks", - "side": "block/bricks" - } -} diff --git a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/block/brick_slab_top.json b/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/block/brick_slab_top.json deleted file mode 100644 index 04a001b7..00000000 --- a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/block/brick_slab_top.json +++ /dev/null @@ -1,8 +0,0 @@ -{ - "parent": "block/slab_top", - "textures": { - "bottom": "block/bricks", - "top": "block/bricks", - "side": "block/bricks" - } -} diff --git a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/block/brick_stairs.json b/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/block/brick_stairs.json deleted file mode 100644 index c682040d..00000000 --- a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/block/brick_stairs.json +++ /dev/null @@ -1,8 +0,0 @@ -{ - "parent": "block/stairs", - "textures": { - "bottom": "block/bricks", - "top": "block/bricks", - "side": "block/bricks" - } -} diff --git a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/block/brick_stairs_inner.json b/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/block/brick_stairs_inner.json deleted file mode 100644 index 0eb637d4..00000000 --- a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/block/brick_stairs_inner.json +++ /dev/null @@ -1,8 +0,0 @@ -{ - "parent": "block/inner_stairs", - "textures": { - "bottom": "block/bricks", - "top": "block/bricks", - "side": "block/bricks" - } -} diff --git a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/block/brick_stairs_outer.json b/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/block/brick_stairs_outer.json deleted file mode 100644 index a9968274..00000000 --- a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/block/brick_stairs_outer.json +++ /dev/null @@ -1,8 +0,0 @@ -{ - "parent": "block/outer_stairs", - "textures": { - "bottom": "block/bricks", - "top": "block/bricks", - "side": "block/bricks" - } -} diff --git a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/block/brick_wall_inventory.json b/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/block/brick_wall_inventory.json deleted file mode 100644 index 31660cb8..00000000 --- a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/block/brick_wall_inventory.json +++ /dev/null @@ -1,6 +0,0 @@ -{ - "parent": "block/wall_inventory", - "textures": { - "wall": "block/bricks" - } -} diff --git a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/block/brick_wall_post.json b/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/block/brick_wall_post.json deleted file mode 100644 index bc6fb618..00000000 --- a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/block/brick_wall_post.json +++ /dev/null @@ -1,6 +0,0 @@ -{ - "parent": "block/template_wall_post", - "textures": { - "wall": "block/bricks" - } -} diff --git a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/block/brick_wall_side.json b/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/block/brick_wall_side.json deleted file mode 100644 index bed243fd..00000000 --- a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/block/brick_wall_side.json +++ /dev/null @@ -1,6 +0,0 @@ -{ - "parent": "block/template_wall_side", - "textures": { - "wall": "block/bricks" - } -} diff --git a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/block/bricks.json b/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/block/bricks.json deleted file mode 100644 index 1238b9a8..00000000 --- a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/block/bricks.json +++ /dev/null @@ -1,6 +0,0 @@ -{ - "parent": "block/cube_all", - "textures": { - "all": "block/bricks" - } -} diff --git a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/block/brown_carpet.json b/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/block/brown_carpet.json deleted file mode 100644 index 56292705..00000000 --- a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/block/brown_carpet.json +++ /dev/null @@ -1,7 +0,0 @@ -{ - "parent": "block/carpet", - "textures": { - "particle": "block/brown_wool", - "wool": "block/brown_wool" - } -} diff --git a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/block/brown_concrete.json b/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/block/brown_concrete.json deleted file mode 100644 index 01180397..00000000 --- a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/block/brown_concrete.json +++ /dev/null @@ -1,6 +0,0 @@ -{ - "parent": "block/cube_all", - "textures": { - "all": "block/brown_concrete" - } -} diff --git a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/block/brown_concrete_powder.json b/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/block/brown_concrete_powder.json deleted file mode 100644 index 92316395..00000000 --- a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/block/brown_concrete_powder.json +++ /dev/null @@ -1,6 +0,0 @@ -{ - "parent": "block/cube_all", - "textures": { - "all": "block/brown_concrete_powder" - } -} diff --git a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/block/brown_glazed_terracotta.json b/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/block/brown_glazed_terracotta.json deleted file mode 100644 index d7399d9f..00000000 --- a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/block/brown_glazed_terracotta.json +++ /dev/null @@ -1,7 +0,0 @@ -{ - "parent": "block/template_glazed_terracotta", - "textures": { - "particle": "block/brown_glazed_terracotta", - "pattern": "block/brown_glazed_terracotta" - } -} diff --git a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/block/brown_mushroom.json b/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/block/brown_mushroom.json deleted file mode 100644 index 95580961..00000000 --- a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/block/brown_mushroom.json +++ /dev/null @@ -1,6 +0,0 @@ -{ - "parent": "block/cross", - "textures": { - "cross": "block/brown_mushroom" - } -} diff --git a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/block/brown_mushroom_block.json b/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/block/brown_mushroom_block.json deleted file mode 100644 index b1b297a6..00000000 --- a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/block/brown_mushroom_block.json +++ /dev/null @@ -1,14 +0,0 @@ -{ - "textures": { - "texture": "block/brown_mushroom_block", - "particle": "block/brown_mushroom_block" - }, - "elements": [ - { "from": [ 0, 0, 0 ], - "to": [ 16, 16, 0 ], - "faces": { - "north": { "texture": "#texture", "cullface":"north" } - } - } - ] -} diff --git a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/block/brown_mushroom_block_inventory.json b/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/block/brown_mushroom_block_inventory.json deleted file mode 100644 index 384b3ab1..00000000 --- a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/block/brown_mushroom_block_inventory.json +++ /dev/null @@ -1,6 +0,0 @@ -{ - "parent": "block/cube_all", - "textures": { - "all": "block/brown_mushroom_block" - } -} diff --git a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/block/brown_shulker_box.json b/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/block/brown_shulker_box.json deleted file mode 100644 index c55cd76a..00000000 --- a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/block/brown_shulker_box.json +++ /dev/null @@ -1,5 +0,0 @@ -{ - "textures": { - "particle": "block/brown_shulker_box" - } -} diff --git a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/block/brown_stained_glass.json b/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/block/brown_stained_glass.json deleted file mode 100644 index 68e31b38..00000000 --- a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/block/brown_stained_glass.json +++ /dev/null @@ -1,6 +0,0 @@ -{ - "parent": "block/cube_all", - "textures": { - "all": "block/brown_stained_glass" - } -} diff --git a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/block/brown_stained_glass_pane_noside.json b/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/block/brown_stained_glass_pane_noside.json deleted file mode 100644 index e2473fbb..00000000 --- a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/block/brown_stained_glass_pane_noside.json +++ /dev/null @@ -1,6 +0,0 @@ -{ - "parent": "block/template_glass_pane_noside", - "textures": { - "pane": "block/brown_stained_glass" - } -} diff --git a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/block/brown_stained_glass_pane_noside_alt.json b/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/block/brown_stained_glass_pane_noside_alt.json deleted file mode 100644 index e5607588..00000000 --- a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/block/brown_stained_glass_pane_noside_alt.json +++ /dev/null @@ -1,6 +0,0 @@ -{ - "parent": "block/template_glass_pane_noside_alt", - "textures": { - "pane": "block/brown_stained_glass" - } -} diff --git a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/block/brown_stained_glass_pane_post.json b/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/block/brown_stained_glass_pane_post.json deleted file mode 100644 index 5476f44b..00000000 --- a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/block/brown_stained_glass_pane_post.json +++ /dev/null @@ -1,7 +0,0 @@ -{ - "parent": "block/template_glass_pane_post", - "textures": { - "edge": "block/brown_stained_glass_pane_top", - "pane": "block/brown_stained_glass" - } -} diff --git a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/block/brown_stained_glass_pane_side.json b/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/block/brown_stained_glass_pane_side.json deleted file mode 100644 index e4d1097a..00000000 --- a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/block/brown_stained_glass_pane_side.json +++ /dev/null @@ -1,7 +0,0 @@ -{ - "parent": "block/template_glass_pane_side", - "textures": { - "edge": "block/brown_stained_glass_pane_top", - "pane": "block/brown_stained_glass" - } -} diff --git a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/block/brown_stained_glass_pane_side_alt.json b/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/block/brown_stained_glass_pane_side_alt.json deleted file mode 100644 index 67ffb005..00000000 --- a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/block/brown_stained_glass_pane_side_alt.json +++ /dev/null @@ -1,7 +0,0 @@ -{ - "parent": "block/template_glass_pane_side_alt", - "textures": { - "edge": "block/brown_stained_glass_pane_top", - "pane": "block/brown_stained_glass" - } -} diff --git a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/block/brown_terracotta.json b/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/block/brown_terracotta.json deleted file mode 100644 index 15df85e6..00000000 --- a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/block/brown_terracotta.json +++ /dev/null @@ -1,6 +0,0 @@ -{ - "parent": "block/cube_all", - "textures": { - "all": "block/brown_terracotta" - } -} diff --git a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/block/brown_wool.json b/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/block/brown_wool.json deleted file mode 100644 index 5fcea3d9..00000000 --- a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/block/brown_wool.json +++ /dev/null @@ -1,6 +0,0 @@ -{ - "parent": "block/cube_all", - "textures": { - "all": "block/brown_wool" - } -} diff --git a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/block/bubble_coral.json b/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/block/bubble_coral.json deleted file mode 100644 index 37b568be..00000000 --- a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/block/bubble_coral.json +++ /dev/null @@ -1,6 +0,0 @@ -{ - "parent": "block/cross", - "textures": { - "cross": "block/bubble_coral" - } -} \ No newline at end of file diff --git a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/block/bubble_coral_block.json b/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/block/bubble_coral_block.json deleted file mode 100644 index afb5a5d0..00000000 --- a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/block/bubble_coral_block.json +++ /dev/null @@ -1,6 +0,0 @@ -{ - "parent": "block/cube_all", - "textures": { - "all": "block/bubble_coral_block" - } -} diff --git a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/block/bubble_coral_fan.json b/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/block/bubble_coral_fan.json deleted file mode 100644 index aa61c077..00000000 --- a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/block/bubble_coral_fan.json +++ /dev/null @@ -1,6 +0,0 @@ -{ - "parent": "block/coral_fan", - "textures": { - "fan": "block/bubble_coral_fan" - } -} diff --git a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/block/bubble_coral_wall_fan.json b/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/block/bubble_coral_wall_fan.json deleted file mode 100644 index a8eb71fd..00000000 --- a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/block/bubble_coral_wall_fan.json +++ /dev/null @@ -1,6 +0,0 @@ -{ - "parent": "block/coral_wall_fan", - "textures": { - "fan": "block/bubble_coral_fan" - } -} diff --git a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/block/button.json b/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/block/button.json deleted file mode 100644 index 8b5c506b..00000000 --- a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/block/button.json +++ /dev/null @@ -1,18 +0,0 @@ -{ - "textures": { - "particle": "#texture" - }, - "elements": [ - { "from": [ 5, 0, 6 ], - "to": [ 11, 2, 10 ], - "faces": { - "down": { "uv": [ 5, 6, 11, 10 ], "texture": "#texture", "cullface": "down" }, - "up": { "uv": [ 5, 10, 11, 6 ], "texture": "#texture" }, - "north": { "uv": [ 5, 14, 11, 16 ], "texture": "#texture" }, - "south": { "uv": [ 5, 14, 11, 16 ], "texture": "#texture" }, - "west": { "uv": [ 6, 14, 10, 16 ], "texture": "#texture" }, - "east": { "uv": [ 6, 14, 10, 16 ], "texture": "#texture" } - } - } - ] -} diff --git a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/block/button_inventory.json b/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/block/button_inventory.json deleted file mode 100644 index 7a13742d..00000000 --- a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/block/button_inventory.json +++ /dev/null @@ -1,18 +0,0 @@ -{ "parent": "block/block", - "textures": { - "particle": "#texture" - }, - "elements": [ - { "from": [ 5, 6, 6 ], - "to": [ 11, 10, 10 ], - "faces": { - "down": { "uv": [ 5, 6, 11, 10 ], "texture": "#texture" }, - "up": { "uv": [ 5, 10, 11, 6 ], "texture": "#texture" }, - "north": { "uv": [ 5, 12, 11, 16 ], "texture": "#texture" }, - "south": { "uv": [ 5, 12, 11, 16 ], "texture": "#texture" }, - "west": { "uv": [ 6, 12, 10, 16 ], "texture": "#texture" }, - "east": { "uv": [ 6, 12, 10, 16 ], "texture": "#texture" } - } - } - ] -} diff --git a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/block/button_pressed.json b/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/block/button_pressed.json deleted file mode 100644 index 5c6e96fa..00000000 --- a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/block/button_pressed.json +++ /dev/null @@ -1,18 +0,0 @@ -{ - "textures": { - "particle": "#texture" - }, - "elements": [ - { "from": [ 5, 0, 6 ], - "to": [ 11, 1, 10 ], - "faces": { - "down": { "uv": [ 5, 6, 11, 10 ], "texture": "#texture", "cullface": "down" }, - "up": { "uv": [ 5, 10, 11, 6 ], "texture": "#texture" }, - "north": { "uv": [ 5, 14, 11, 15 ], "texture": "#texture" }, - "south": { "uv": [ 5, 14, 11, 15 ], "texture": "#texture" }, - "west": { "uv": [ 6, 14, 10, 15 ], "texture": "#texture" }, - "east": { "uv": [ 6, 14, 10, 15 ], "texture": "#texture" } - } - } - ] -} diff --git a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/block/cactus.json b/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/block/cactus.json deleted file mode 100644 index 46318970..00000000 --- a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/block/cactus.json +++ /dev/null @@ -1,32 +0,0 @@ -{ "parent": "block/block", - "ambientocclusion": false, - "textures": { - "particle": "block/cactus_side", - "bottom": "block/cactus_bottom", - "top": "block/cactus_top", - "side": "block/cactus_side" - }, - "elements": [ - { "from": [ 0, 0, 0 ], - "to": [ 16, 16, 16 ], - "faces": { - "down": { "uv": [ 0, 0, 16, 16 ], "texture": "#bottom", "cullface": "down" }, - "up": { "uv": [ 0, 0, 16, 16 ], "texture": "#top", "cullface": "up" } - } - }, - { "from": [ 0, 0, 1 ], - "to": [ 16, 16, 15 ], - "faces": { - "north": { "uv": [ 0, 0, 16, 16 ], "texture": "#side" }, - "south": { "uv": [ 0, 0, 16, 16 ], "texture": "#side" } - } - }, - { "from": [ 1, 0, 0 ], - "to": [ 15, 16, 16 ], - "faces": { - "west": { "uv": [ 0, 0, 16, 16 ], "texture": "#side" }, - "east": { "uv": [ 0, 0, 16, 16 ], "texture": "#side" } - } - } - ] -} diff --git a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/block/cake.json b/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/block/cake.json deleted file mode 100644 index 1bc93473..00000000 --- a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/block/cake.json +++ /dev/null @@ -1,21 +0,0 @@ -{ - "textures": { - "particle": "block/cake_side", - "bottom": "block/cake_bottom", - "top": "block/cake_top", - "side": "block/cake_side" - }, - "elements": [ - { "from": [ 1, 0, 1 ], - "to": [ 15, 8, 15 ], - "faces": { - "down": { "texture": "#bottom", "cullface": "down" }, - "up": { "texture": "#top" }, - "north": { "texture": "#side" }, - "south": { "texture": "#side" }, - "west": { "texture": "#side" }, - "east": { "texture": "#side" } - } - } - ] -} diff --git a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/block/cake_slice1.json b/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/block/cake_slice1.json deleted file mode 100644 index ca6d8d85..00000000 --- a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/block/cake_slice1.json +++ /dev/null @@ -1,22 +0,0 @@ -{ - "textures": { - "particle": "block/cake_side", - "bottom": "block/cake_bottom", - "top": "block/cake_top", - "side": "block/cake_side", - "inside": "block/cake_inner" - }, - "elements": [ - { "from": [ 3, 0, 1 ], - "to": [ 15, 8, 15 ], - "faces": { - "down": { "texture": "#bottom", "cullface": "down" }, - "up": { "texture": "#top" }, - "north": { "texture": "#side" }, - "south": { "texture": "#side" }, - "west": { "texture": "#inside" }, - "east": { "texture": "#side" } - } - } - ] -} diff --git a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/block/cake_slice2.json b/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/block/cake_slice2.json deleted file mode 100644 index 7714c0d0..00000000 --- a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/block/cake_slice2.json +++ /dev/null @@ -1,22 +0,0 @@ -{ - "textures": { - "particle": "block/cake_side", - "bottom": "block/cake_bottom", - "top": "block/cake_top", - "side": "block/cake_side", - "inside": "block/cake_inner" - }, - "elements": [ - { "from": [ 5, 0, 1 ], - "to": [ 15, 8, 15 ], - "faces": { - "down": { "texture": "#bottom", "cullface": "down" }, - "up": { "texture": "#top" }, - "north": { "texture": "#side" }, - "south": { "texture": "#side" }, - "west": { "texture": "#inside" }, - "east": { "texture": "#side" } - } - } - ] -} diff --git a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/block/cake_slice3.json b/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/block/cake_slice3.json deleted file mode 100644 index 8d45a88a..00000000 --- a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/block/cake_slice3.json +++ /dev/null @@ -1,22 +0,0 @@ -{ - "textures": { - "particle": "block/cake_side", - "bottom": "block/cake_bottom", - "top": "block/cake_top", - "side": "block/cake_side", - "inside": "block/cake_inner" - }, - "elements": [ - { "from": [ 7, 0, 1 ], - "to": [ 15, 8, 15 ], - "faces": { - "down": { "texture": "#bottom", "cullface": "down" }, - "up": { "texture": "#top" }, - "north": { "texture": "#side" }, - "south": { "texture": "#side" }, - "west": { "texture": "#inside" }, - "east": { "texture": "#side" } - } - } - ] -} diff --git a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/block/cake_slice4.json b/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/block/cake_slice4.json deleted file mode 100644 index 00bab48e..00000000 --- a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/block/cake_slice4.json +++ /dev/null @@ -1,22 +0,0 @@ -{ - "textures": { - "particle": "block/cake_side", - "bottom": "block/cake_bottom", - "top": "block/cake_top", - "side": "block/cake_side", - "inside": "block/cake_inner" - }, - "elements": [ - { "from": [ 9, 0, 1 ], - "to": [ 15, 8, 15 ], - "faces": { - "down": { "texture": "#bottom", "cullface": "down" }, - "up": { "texture": "#top" }, - "north": { "texture": "#side" }, - "south": { "texture": "#side" }, - "west": { "texture": "#inside" }, - "east": { "texture": "#side" } - } - } - ] -} diff --git a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/block/cake_slice5.json b/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/block/cake_slice5.json deleted file mode 100644 index 518af838..00000000 --- a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/block/cake_slice5.json +++ /dev/null @@ -1,22 +0,0 @@ -{ - "textures": { - "particle": "block/cake_side", - "bottom": "block/cake_bottom", - "top": "block/cake_top", - "side": "block/cake_side", - "inside": "block/cake_inner" - }, - "elements": [ - { "from": [ 11, 0, 1 ], - "to": [ 15, 8, 15 ], - "faces": { - "down": { "texture": "#bottom", "cullface": "down" }, - "up": { "texture": "#top" }, - "north": { "texture": "#side" }, - "south": { "texture": "#side" }, - "west": { "texture": "#inside" }, - "east": { "texture": "#side" } - } - } - ] -} diff --git a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/block/cake_slice6.json b/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/block/cake_slice6.json deleted file mode 100644 index 97151ba5..00000000 --- a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/block/cake_slice6.json +++ /dev/null @@ -1,22 +0,0 @@ -{ - "textures": { - "particle": "block/cake_side", - "bottom": "block/cake_bottom", - "top": "block/cake_top", - "side": "block/cake_side", - "inside": "block/cake_inner" - }, - "elements": [ - { "from": [ 13, 0, 1 ], - "to": [ 15, 8, 15 ], - "faces": { - "down": { "texture": "#bottom", "cullface": "down" }, - "up": { "texture": "#top" }, - "north": { "texture": "#side" }, - "south": { "texture": "#side" }, - "west": { "texture": "#inside" }, - "east": { "texture": "#side" } - } - } - ] -} diff --git a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/block/campfire.json b/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/block/campfire.json deleted file mode 100644 index 2b87570f..00000000 --- a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/block/campfire.json +++ /dev/null @@ -1,92 +0,0 @@ -{ - "parent": "block/block", - "display": { - "head": { - "translation": [ 0, 10.5, 0 ] - } - }, - "textures": { - "particle": "block/campfire_log", - "log": "block/campfire_log", - "litlog": "block/campfire_log_lit", - "fire": "block/campfire_fire" - }, - "elements": [ - { - "from": [ 1, 0, 0 ], - "to": [ 5, 4, 16 ], - "faces": { - "north": { "uv": [ 0, 4, 4, 8 ], "texture": "#log", "cullface": "north" }, - "east": { "uv": [ 0, 1, 16, 5 ], "texture": "#litlog" }, - "south": { "uv": [ 0, 4, 4, 8 ], "texture": "#log", "cullface": "south" }, - "west": { "uv": [ 16, 0, 0, 4 ], "texture": "#log" }, - "up": { "uv": [ 0, 0, 16, 4 ], "rotation": 90, "texture": "#log" }, - "down": { "uv": [ 0, 0, 16, 4 ], "rotation": 90, "texture": "#log", "cullface": "down" } - } - }, - { - "from": [ 0, 3, 11 ], - "to": [ 16, 7, 15 ], - "faces": { - "north": { "uv": [ 16, 0, 0, 4 ], "texture": "#litlog" }, - "east": { "uv": [ 0, 4, 4, 8 ], "texture": "#log", "cullface": "east" }, - "south": { "uv": [ 0, 0, 16, 4 ], "texture": "#litlog" }, - "west": { "uv": [ 0, 4, 4, 8 ], "texture": "#log", "cullface": "west" }, - "up": { "uv": [ 0, 0, 16, 4 ], "rotation": 180, "texture": "#log" }, - "down": { "uv": [ 0, 4, 16, 8 ], "texture": "#litlog" } - } - }, - { - "from": [ 11, 0, 0 ], - "to": [ 15, 4, 16 ], - "faces": { - "north": { "uv": [ 0, 4, 4, 8 ], "texture": "#log", "cullface": "north" }, - "east": { "uv": [ 0, 0, 16, 4 ], "texture": "#log" }, - "south": { "uv": [ 0, 4, 4, 8 ], "texture": "#log", "cullface": "south" }, - "west": { "uv": [ 16, 1, 0, 5 ], "texture": "#litlog" }, - "up": { "uv": [ 0, 0, 16, 4 ], "rotation": 90, "texture": "#log" }, - "down": { "uv": [ 0, 0, 16, 4 ], "rotation": 90, "texture": "#log", "cullface": "down" } - } - }, - { - "from": [ 0, 3, 1 ], - "to": [ 16, 7, 5 ], - "faces": { - "north": { "uv": [ 0, 0, 16, 4 ], "texture": "#litlog" }, - "east": { "uv": [ 0, 4, 4, 8 ], "texture": "#log", "cullface": "east" }, - "south": { "uv": [ 16, 0, 0, 4 ], "texture": "#litlog" }, - "west": { "uv": [ 0, 4, 4, 8 ], "texture": "#log", "cullface": "west" }, - "up": { "uv": [ 0, 0, 16, 4 ], "rotation": 180, "texture": "#log" }, - "down": { "uv": [ 0, 4, 16, 8 ], "texture": "#litlog" } - } - }, - { - "from": [ 5, 0, 0 ], - "to": [ 11, 1, 16 ], - "faces": { - "north": {"uv": [ 0, 15, 6, 16 ], "texture": "#log", "cullface": "north" }, - "south": {"uv": [ 10, 15, 16, 16 ], "texture": "#log", "cullface": "south" }, - "up": {"uv": [ 0, 8, 16, 14 ], "rotation": 90, "texture": "#litlog" }, - "down": {"uv": [ 0, 8, 16, 14 ], "rotation": 90, "texture": "#log", "cullface": "down" } - } - }, - { "from": [ 0.8, 1, 8 ], - "to": [ 15.2, 17, 8 ], - "rotation": { "origin": [ 8, 8, 8 ], "axis": "y", "angle": 45, "rescale": true }, - "shade": false, - "faces": { - "north": { "uv": [ 0, 0, 16, 16 ], "texture": "#fire" }, - "south": { "uv": [ 0, 0, 16, 16 ], "texture": "#fire" } - } - }, - { "from": [ 8, 1, 0.8 ], - "to": [ 8, 17, 15.2 ], - "rotation": { "origin": [ 8, 8, 8 ], "axis": "y", "angle": 45, "rescale": true }, - "shade": false, - "faces": { - "west": { "uv": [ 0, 0, 16, 16 ], "texture": "#fire" }, - "east": { "uv": [ 0, 0, 16, 16 ], "texture": "#fire" } - } - } - ] -} diff --git a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/block/campfire_off.json b/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/block/campfire_off.json deleted file mode 100644 index 9dc54761..00000000 --- a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/block/campfire_off.json +++ /dev/null @@ -1,74 +0,0 @@ -{ - "parent": "block/block", - "display": { - "head": { - "rotation": [ 0, 0, 0 ], - "translation": [ 0, 10.5, 0 ], - "scale":[ 1, 1, 1 ] - } - }, - "textures": { - "particle": "block/campfire_log", - "log": "block/campfire_log" - }, - "elements": [ - { - "from": [ 1, 0, 0 ], - "to": [ 5, 4, 16 ], - "faces": { - "north": { "uv": [ 0, 4, 4, 8 ], "texture": "#log", "cullface": "north" }, - "east": { "uv": [ 0, 1, 16, 5 ], "texture": "#log" }, - "south": { "uv": [ 0, 4, 4, 8 ], "texture": "#log", "cullface": "south" }, - "west": { "uv": [ 16, 0, 0, 4 ], "texture": "#log" }, - "up": { "uv": [ 0, 0, 16, 4 ], "rotation": 90, "texture": "#log" }, - "down": { "uv": [ 0, 0, 16, 4 ], "rotation": 90, "texture": "#log", "cullface": "down" } - } - }, - { - "from": [ 0, 3, 11 ], - "to": [ 16, 7, 15 ], - "faces": { - "north": { "uv": [ 16, 0, 0, 4 ], "texture": "#log" }, - "east": { "uv": [ 0, 4, 4, 8 ], "texture": "#log", "cullface": "east" }, - "south": { "uv": [ 0, 0, 16, 4 ], "texture": "#log" }, - "west": { "uv": [ 0, 4, 4, 8 ], "texture": "#log", "cullface": "west" }, - "up": { "uv": [ 0, 0, 16, 4 ], "rotation": 180, "texture": "#log" }, - "down": { "uv": [ 0, 0, 16, 4 ], "texture": "#log" } - } - }, - { - "from": [ 11, 0, 0 ], - "to": [ 15, 4, 16 ], - "faces": { - "north": { "uv": [ 0, 4, 4, 8 ], "texture": "#log", "cullface": "north" }, - "east": { "uv": [ 0, 0, 16, 4 ], "texture": "#log" }, - "south": { "uv": [ 0, 4, 4, 8 ], "texture": "#log", "cullface": "south" }, - "west": { "uv": [ 16, 1, 0, 5 ], "texture": "#log" }, - "up": { "uv": [ 0, 0, 16, 4 ], "rotation": 90, "texture": "#log" }, - "down": { "uv": [ 0, 0, 16, 4 ], "rotation": 90, "texture": "#log", "cullface": "down" } - } - }, - { - "from": [ 0, 3, 1 ], - "to": [ 16, 7, 5 ], - "faces": { - "north": { "uv": [ 0, 0, 16, 4 ], "texture": "#log" }, - "east": { "uv": [ 0, 4, 4, 8 ], "texture": "#log", "cullface": "east" }, - "south": { "uv": [ 16, 0, 0, 4 ], "texture": "#log" }, - "west": { "uv": [ 0, 4, 4, 8 ], "texture": "#log", "cullface": "west" }, - "up": { "uv": [ 0, 0, 16, 4 ], "rotation": 180, "texture": "#log" }, - "down": { "uv": [ 0, 0, 16, 4 ], "texture": "#log" } - } - }, - { - "from": [ 5, 0, 0 ], - "to": [ 11, 1, 16 ], - "faces": { - "north": {"uv": [ 0, 15, 6, 16 ], "texture": "#log", "cullface": "north" }, - "south": {"uv": [ 10, 15, 16, 16 ], "texture": "#log", "cullface": "south" }, - "up": {"uv": [ 0, 8, 16, 14 ], "rotation": 90, "texture": "#log" }, - "down": {"uv": [ 0, 8, 16, 14 ], "rotation": 90, "texture": "#log", "cullface": "down" } - } - } - ] -} diff --git a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/block/carpet.json b/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/block/carpet.json deleted file mode 100644 index a33e999d..00000000 --- a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/block/carpet.json +++ /dev/null @@ -1,15 +0,0 @@ -{ "parent": "block/thin_block", - "elements": [ - { "from": [ 0, 0, 0 ], - "to": [ 16, 1, 16 ], - "faces": { - "down": { "uv": [ 0, 0, 16, 16 ], "texture": "#wool", "cullface": "down" }, - "up": { "uv": [ 0, 0, 16, 16 ], "texture": "#wool" }, - "north": { "uv": [ 0, 15, 16, 16 ], "texture": "#wool", "cullface": "north" }, - "south": { "uv": [ 0, 15, 16, 16 ], "texture": "#wool", "cullface": "south" }, - "west": { "uv": [ 0, 15, 16, 16 ], "texture": "#wool", "cullface": "west" }, - "east": { "uv": [ 0, 15, 16, 16 ], "texture": "#wool", "cullface": "east" } - } - } - ] -} diff --git a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/block/carrots_stage0.json b/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/block/carrots_stage0.json deleted file mode 100644 index e703ad8d..00000000 --- a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/block/carrots_stage0.json +++ /dev/null @@ -1,6 +0,0 @@ -{ - "parent": "block/crop", - "textures": { - "crop": "block/carrots_stage0" - } -} diff --git a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/block/carrots_stage1.json b/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/block/carrots_stage1.json deleted file mode 100644 index d39d2778..00000000 --- a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/block/carrots_stage1.json +++ /dev/null @@ -1,6 +0,0 @@ -{ - "parent": "block/crop", - "textures": { - "crop": "block/carrots_stage1" - } -} diff --git a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/block/carrots_stage2.json b/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/block/carrots_stage2.json deleted file mode 100644 index 76373cf0..00000000 --- a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/block/carrots_stage2.json +++ /dev/null @@ -1,6 +0,0 @@ -{ - "parent": "block/crop", - "textures": { - "crop": "block/carrots_stage2" - } -} diff --git a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/block/carrots_stage3.json b/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/block/carrots_stage3.json deleted file mode 100644 index 9691d1d5..00000000 --- a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/block/carrots_stage3.json +++ /dev/null @@ -1,6 +0,0 @@ -{ - "parent": "block/crop", - "textures": { - "crop": "block/carrots_stage3" - } -} diff --git a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/block/cartography_table.json b/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/block/cartography_table.json deleted file mode 100644 index b5da4f70..00000000 --- a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/block/cartography_table.json +++ /dev/null @@ -1,12 +0,0 @@ -{ - "parent": "block/cube", - "textures": { - "particle": "block/cartography_table_side3", - "down": "block/dark_oak_planks", - "up": "block/cartography_table_top", - "north": "block/cartography_table_side3", - "east": "block/cartography_table_side3", - "south": "block/cartography_table_side1", - "west": "block/cartography_table_side2" - } -} diff --git a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/block/carved_pumpkin.json b/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/block/carved_pumpkin.json deleted file mode 100644 index 06e222f2..00000000 --- a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/block/carved_pumpkin.json +++ /dev/null @@ -1,8 +0,0 @@ -{ - "parent": "block/orientable", - "textures": { - "top": "block/pumpkin_top", - "front": "block/carved_pumpkin", - "side": "block/pumpkin_side" - } -} diff --git a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/block/cauldron.json b/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/block/cauldron.json deleted file mode 100644 index 28a4d2b6..00000000 --- a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/block/cauldron.json +++ /dev/null @@ -1,148 +0,0 @@ -{ - "ambientocclusion": false, - "textures": { - "particle": "block/cauldron_side", - "top": "block/cauldron_top", - "bottom": "block/cauldron_bottom", - "side": "block/cauldron_side", - "inside": "block/cauldron_inner" - }, - "elements": [ - { - "from": [ 0, 3, 0 ], - "to": [ 2, 16, 16 ], - "faces": { - "north": { "texture": "#side", "cullface": "north" }, - "east": { "texture": "#side", "cullface": "up" }, - "south": { "texture": "#side", "cullface": "south" }, - "west": { "texture": "#side", "cullface": "west" }, - "up": { "texture": "#top", "cullface": "up" }, - "down": { "texture": "#inside" } - } - }, - { - "from": [ 2, 3, 2 ], - "to": [ 14, 4, 14 ], - "faces": { - "up": { "texture": "#inside", "cullface": "up" }, - "down": { "texture": "#inside" } - } - }, - { - "from": [ 14, 3, 0 ], - "to": [ 16, 16, 16 ], - "faces": { - "north": { "texture": "#side", "cullface": "north" }, - "east": { "texture": "#side", "cullface": "east" }, - "south": { "texture": "#side", "cullface": "south" }, - "west": { "texture": "#side", "cullface": "up" }, - "up": { "texture": "#top", "cullface": "up" }, - "down": { "texture": "#inside" } - } - }, - { - "from": [ 2, 3, 0 ], - "to": [ 14, 16, 2 ], - "faces": { - "north": { "texture": "#side", "cullface": "north" }, - "south": { "texture": "#side", "cullface": "up" }, - "up": { "texture": "#top", "cullface": "up" }, - "down": { "texture": "#inside" } - } - }, - { - "from": [ 2, 3, 14 ], - "to": [ 14, 16, 16 ], - "faces": { - "north": { "texture": "#side", "cullface": "up" }, - "south": { "texture": "#side", "cullface": "south" }, - "up": { "texture": "#top", "cullface": "up" }, - "down": { "texture": "#inside" } - } - }, - { - "from": [ 0, 0, 0 ], - "to": [ 4, 3, 2 ], - "faces": { - "north": { "texture": "#side", "cullface": "north" }, - "east": { "texture": "#side" }, - "south": { "texture": "#side" }, - "west": { "texture": "#side", "cullface": "west" }, - "down": { "texture": "#bottom", "cullface": "down" } - } - }, - { - "from": [ 0, 0, 2 ], - "to": [ 2, 3, 4 ], - "faces": { - "east": { "texture": "#side" }, - "south": { "texture": "#side" }, - "west": { "texture": "#side", "cullface": "west" }, - "down": { "texture": "#bottom", "cullface": "down" } - } - }, - { - "from": [ 12, 0, 0 ], - "to": [ 16, 3, 2 ], - "faces": { - "north": { "texture": "#side", "cullface": "north" }, - "east": { "texture": "#side", "cullface": "east" }, - "south": { "texture": "#side" }, - "west": { "texture": "#side" }, - "down": { "texture": "#bottom", "cullface": "down" } - } - }, - { - "from": [ 14, 0, 2 ], - "to": [ 16, 3, 4 ], - "faces": { - "east": { "texture": "#side", "cullface": "east" }, - "south": { "texture": "#side" }, - "west": { "texture": "#side" }, - "down": { "texture": "#bottom", "cullface": "down" } - } - }, - { - "from": [ 0, 0, 14 ], - "to": [ 4, 3, 16 ], - "faces": { - "north": { "texture": "#side" }, - "east": { "texture": "#side" }, - "south": { "texture": "#side", "cullface": "south" }, - "west": { "texture": "#side", "cullface": "west" }, - "down": { "texture": "#bottom", "cullface": "down" } - } - }, - { - "from": [ 0, 0, 12 ], - "to": [ 2, 3, 14 ], - "faces": { - "north": { "texture": "#side" }, - "east": { "texture": "#side" }, - "west": { "texture": "#side", "cullface": "west" }, - "down": { "texture": "#bottom", "cullface": "down" } - } - }, - { - "from": [ 12, 0, 14 ], - "to": [ 16, 3, 16 ], - "faces": { - "north": { "texture": "#side" }, - "east": { "texture": "#side", "cullface": "east" }, - "south": { "texture": "#side", "cullface": "south" }, - "west": { "texture": "#side" }, - "down": { "texture": "#bottom", "cullface": "down" } - } - }, - { - "from": [ 14, 0, 12 ], - "to": [ 16, 3, 14 ], - "faces": { - "north": { "texture": "#side" }, - "east": { "texture": "#side", "cullface": "east" }, - "west": { "texture": "#side" }, - "down": { "texture": "#bottom", "cullface": "down" } - } - } - ] -} diff --git a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/block/cauldron_level1.json b/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/block/cauldron_level1.json deleted file mode 100644 index 14a568b0..00000000 --- a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/block/cauldron_level1.json +++ /dev/null @@ -1,156 +0,0 @@ -{ - "ambientocclusion": false, - "textures": { - "particle": "block/cauldron_side", - "top": "block/cauldron_top", - "bottom": "block/cauldron_bottom", - "side": "block/cauldron_side", - "inside": "block/cauldron_inner", - "water": "block/water_still" - }, - "elements": [ - { - "from": [ 0, 3, 0 ], - "to": [ 2, 16, 16 ], - "faces": { - "north": { "texture": "#side", "cullface": "north" }, - "east": { "texture": "#side", "cullface": "up" }, - "south": { "texture": "#side", "cullface": "south" }, - "west": { "texture": "#side", "cullface": "west" }, - "up": { "texture": "#top", "cullface": "up" }, - "down": { "texture": "#inside" } - } - }, - { - "from": [ 2, 3, 2 ], - "to": [ 14, 4, 14 ], - "faces": { - "up": { "texture": "#inside", "cullface": "up" }, - "down": { "texture": "#inside" } - } - }, - { - "from": [ 14, 3, 0 ], - "to": [ 16, 16, 16 ], - "faces": { - "north": { "texture": "#side", "cullface": "north" }, - "east": { "texture": "#side", "cullface": "east" }, - "south": { "texture": "#side", "cullface": "south" }, - "west": { "texture": "#side", "cullface": "up" }, - "up": { "texture": "#top", "cullface": "up" }, - "down": { "texture": "#inside" } - } - }, - { - "from": [ 2, 3, 0 ], - "to": [ 14, 16, 2 ], - "faces": { - "north": { "texture": "#side", "cullface": "north" }, - "south": { "texture": "#side", "cullface": "up" }, - "up": { "texture": "#top", "cullface": "up" }, - "down": { "texture": "#inside" } - } - }, - { - "from": [ 2, 3, 14 ], - "to": [ 14, 16, 16 ], - "faces": { - "north": { "texture": "#side", "cullface": "up" }, - "south": { "texture": "#side", "cullface": "south" }, - "up": { "texture": "#top", "cullface": "up" }, - "down": { "texture": "#inside" } - } - }, - { - "from": [ 0, 0, 0 ], - "to": [ 4, 3, 2 ], - "faces": { - "north": { "texture": "#side", "cullface": "north" }, - "east": { "texture": "#side" }, - "south": { "texture": "#side" }, - "west": { "texture": "#side", "cullface": "west" }, - "down": { "texture": "#bottom", "cullface": "down" } - } - }, - { - "from": [ 0, 0, 2 ], - "to": [ 2, 3, 4 ], - "faces": { - "east": { "texture": "#side" }, - "south": { "texture": "#side" }, - "west": { "texture": "#side", "cullface": "west" }, - "down": { "texture": "#bottom", "cullface": "down" } - } - }, - { - "from": [ 12, 0, 0 ], - "to": [ 16, 3, 2 ], - "faces": { - "north": { "texture": "#side", "cullface": "north" }, - "east": { "texture": "#side", "cullface": "east" }, - "south": { "texture": "#side" }, - "west": { "texture": "#side" }, - "down": { "texture": "#bottom", "cullface": "down" } - } - }, - { - "from": [ 14, 0, 2 ], - "to": [ 16, 3, 4 ], - "faces": { - "east": { "texture": "#side", "cullface": "east" }, - "south": { "texture": "#side" }, - "west": { "texture": "#side" }, - "down": { "texture": "#bottom", "cullface": "down" } - } - }, - { - "from": [ 0, 0, 14 ], - "to": [ 4, 3, 16 ], - "faces": { - "north": { "texture": "#side" }, - "east": { "texture": "#side" }, - "south": { "texture": "#side", "cullface": "south" }, - "west": { "texture": "#side", "cullface": "west" }, - "down": { "texture": "#bottom", "cullface": "down" } - } - }, - { - "from": [ 0, 0, 12 ], - "to": [ 2, 3, 14 ], - "faces": { - "north": { "texture": "#side" }, - "east": { "texture": "#side" }, - "west": { "texture": "#side", "cullface": "west" }, - "down": { "texture": "#bottom", "cullface": "down" } - } - }, - { - "from": [ 12, 0, 14 ], - "to": [ 16, 3, 16 ], - "faces": { - "north": { "texture": "#side" }, - "east": { "texture": "#side", "cullface": "east" }, - "south": { "texture": "#side", "cullface": "south" }, - "west": { "texture": "#side" }, - "down": { "texture": "#bottom", "cullface": "down" } - } - }, - { - "from": [ 14, 0, 12 ], - "to": [ 16, 3, 14 ], - "faces": { - "north": { "texture": "#side" }, - "east": { "texture": "#side", "cullface": "east" }, - "west": { "texture": "#side" }, - "down": { "texture": "#bottom", "cullface": "down" } - } - }, - { - "from": [ 2, 4, 2 ], - "to": [ 14, 9, 14 ], - "faces": { - "up": { "texture": "#water", "tintindex": 0, "cullface": "up" } - } - } - ] -} diff --git a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/block/cauldron_level2.json b/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/block/cauldron_level2.json deleted file mode 100644 index 40cb48bd..00000000 --- a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/block/cauldron_level2.json +++ /dev/null @@ -1,156 +0,0 @@ -{ - "ambientocclusion": false, - "textures": { - "particle": "block/cauldron_side", - "top": "block/cauldron_top", - "bottom": "block/cauldron_bottom", - "side": "block/cauldron_side", - "inside": "block/cauldron_inner", - "water": "block/water_still" - }, - "elements": [ - { - "from": [ 0, 3, 0 ], - "to": [ 2, 16, 16 ], - "faces": { - "north": { "texture": "#side", "cullface": "north" }, - "east": { "texture": "#side", "cullface": "up" }, - "south": { "texture": "#side", "cullface": "south" }, - "west": { "texture": "#side", "cullface": "west" }, - "up": { "texture": "#top", "cullface": "up" }, - "down": { "texture": "#inside" } - } - }, - { - "from": [ 2, 3, 2 ], - "to": [ 14, 4, 14 ], - "faces": { - "up": { "texture": "#inside", "cullface": "up" }, - "down": { "texture": "#inside" } - } - }, - { - "from": [ 14, 3, 0 ], - "to": [ 16, 16, 16 ], - "faces": { - "north": { "texture": "#side", "cullface": "north" }, - "east": { "texture": "#side", "cullface": "east" }, - "south": { "texture": "#side", "cullface": "south" }, - "west": { "texture": "#side", "cullface": "up" }, - "up": { "texture": "#top", "cullface": "up" }, - "down": { "texture": "#inside" } - } - }, - { - "from": [ 2, 3, 0 ], - "to": [ 14, 16, 2 ], - "faces": { - "north": { "texture": "#side", "cullface": "north" }, - "south": { "texture": "#side", "cullface": "up" }, - "up": { "texture": "#top", "cullface": "up" }, - "down": { "texture": "#inside" } - } - }, - { - "from": [ 2, 3, 14 ], - "to": [ 14, 16, 16 ], - "faces": { - "north": { "texture": "#side", "cullface": "up" }, - "south": { "texture": "#side", "cullface": "south" }, - "up": { "texture": "#top", "cullface": "up" }, - "down": { "texture": "#inside" } - } - }, - { - "from": [ 0, 0, 0 ], - "to": [ 4, 3, 2 ], - "faces": { - "north": { "texture": "#side", "cullface": "north" }, - "east": { "texture": "#side" }, - "south": { "texture": "#side" }, - "west": { "texture": "#side", "cullface": "west" }, - "down": { "texture": "#bottom", "cullface": "down" } - } - }, - { - "from": [ 0, 0, 2 ], - "to": [ 2, 3, 4 ], - "faces": { - "east": { "texture": "#side" }, - "south": { "texture": "#side" }, - "west": { "texture": "#side", "cullface": "west" }, - "down": { "texture": "#bottom", "cullface": "down" } - } - }, - { - "from": [ 12, 0, 0 ], - "to": [ 16, 3, 2 ], - "faces": { - "north": { "texture": "#side", "cullface": "north" }, - "east": { "texture": "#side", "cullface": "east" }, - "south": { "texture": "#side" }, - "west": { "texture": "#side" }, - "down": { "texture": "#bottom", "cullface": "down" } - } - }, - { - "from": [ 14, 0, 2 ], - "to": [ 16, 3, 4 ], - "faces": { - "east": { "texture": "#side", "cullface": "east" }, - "south": { "texture": "#side" }, - "west": { "texture": "#side" }, - "down": { "texture": "#bottom", "cullface": "down" } - } - }, - { - "from": [ 0, 0, 14 ], - "to": [ 4, 3, 16 ], - "faces": { - "north": { "texture": "#side" }, - "east": { "texture": "#side" }, - "south": { "texture": "#side", "cullface": "south" }, - "west": { "texture": "#side", "cullface": "west" }, - "down": { "texture": "#bottom", "cullface": "down" } - } - }, - { - "from": [ 0, 0, 12 ], - "to": [ 2, 3, 14 ], - "faces": { - "north": { "texture": "#side" }, - "east": { "texture": "#side" }, - "west": { "texture": "#side", "cullface": "west" }, - "down": { "texture": "#bottom", "cullface": "down" } - } - }, - { - "from": [ 12, 0, 14 ], - "to": [ 16, 3, 16 ], - "faces": { - "north": { "texture": "#side" }, - "east": { "texture": "#side", "cullface": "east" }, - "south": { "texture": "#side", "cullface": "south" }, - "west": { "texture": "#side" }, - "down": { "texture": "#bottom", "cullface": "down" } - } - }, - { - "from": [ 14, 0, 12 ], - "to": [ 16, 3, 14 ], - "faces": { - "north": { "texture": "#side" }, - "east": { "texture": "#side", "cullface": "east" }, - "west": { "texture": "#side" }, - "down": { "texture": "#bottom", "cullface": "down" } - } - }, - { - "from": [ 2, 4, 2 ], - "to": [ 14, 12, 14 ], - "faces": { - "up": { "texture": "#water", "tintindex": 0, "cullface": "up" } - } - } - ] -} diff --git a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/block/cauldron_level3.json b/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/block/cauldron_level3.json deleted file mode 100644 index ff587ee0..00000000 --- a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/block/cauldron_level3.json +++ /dev/null @@ -1,156 +0,0 @@ -{ - "ambientocclusion": false, - "textures": { - "particle": "block/cauldron_side", - "top": "block/cauldron_top", - "bottom": "block/cauldron_bottom", - "side": "block/cauldron_side", - "inside": "block/cauldron_inner", - "water": "block/water_still" - }, - "elements": [ - { - "from": [ 0, 3, 0 ], - "to": [ 2, 16, 16 ], - "faces": { - "north": { "texture": "#side", "cullface": "north" }, - "east": { "texture": "#side", "cullface": "up" }, - "south": { "texture": "#side", "cullface": "south" }, - "west": { "texture": "#side", "cullface": "west" }, - "up": { "texture": "#top", "cullface": "up" }, - "down": { "texture": "#inside" } - } - }, - { - "from": [ 2, 3, 2 ], - "to": [ 14, 4, 14 ], - "faces": { - "up": { "texture": "#inside", "cullface": "up" }, - "down": { "texture": "#inside" } - } - }, - { - "from": [ 14, 3, 0 ], - "to": [ 16, 16, 16 ], - "faces": { - "north": { "texture": "#side", "cullface": "north" }, - "east": { "texture": "#side", "cullface": "east" }, - "south": { "texture": "#side", "cullface": "south" }, - "west": { "texture": "#side", "cullface": "up" }, - "up": { "texture": "#top", "cullface": "up" }, - "down": { "texture": "#inside" } - } - }, - { - "from": [ 2, 3, 0 ], - "to": [ 14, 16, 2 ], - "faces": { - "north": { "texture": "#side", "cullface": "north" }, - "south": { "texture": "#side", "cullface": "up" }, - "up": { "texture": "#top", "cullface": "up" }, - "down": { "texture": "#inside" } - } - }, - { - "from": [ 2, 3, 14 ], - "to": [ 14, 16, 16 ], - "faces": { - "north": { "texture": "#side", "cullface": "up" }, - "south": { "texture": "#side", "cullface": "south" }, - "up": { "texture": "#top", "cullface": "up" }, - "down": { "texture": "#inside" } - } - }, - { - "from": [ 0, 0, 0 ], - "to": [ 4, 3, 2 ], - "faces": { - "north": { "texture": "#side", "cullface": "north" }, - "east": { "texture": "#side" }, - "south": { "texture": "#side" }, - "west": { "texture": "#side", "cullface": "west" }, - "down": { "texture": "#bottom", "cullface": "down" } - } - }, - { - "from": [ 0, 0, 2 ], - "to": [ 2, 3, 4 ], - "faces": { - "east": { "texture": "#side" }, - "south": { "texture": "#side" }, - "west": { "texture": "#side", "cullface": "west" }, - "down": { "texture": "#bottom", "cullface": "down" } - } - }, - { - "from": [ 12, 0, 0 ], - "to": [ 16, 3, 2 ], - "faces": { - "north": { "texture": "#side", "cullface": "north" }, - "east": { "texture": "#side", "cullface": "east" }, - "south": { "texture": "#side" }, - "west": { "texture": "#side" }, - "down": { "texture": "#bottom", "cullface": "down" } - } - }, - { - "from": [ 14, 0, 2 ], - "to": [ 16, 3, 4 ], - "faces": { - "east": { "texture": "#side", "cullface": "east" }, - "south": { "texture": "#side" }, - "west": { "texture": "#side" }, - "down": { "texture": "#bottom", "cullface": "down" } - } - }, - { - "from": [ 0, 0, 14 ], - "to": [ 4, 3, 16 ], - "faces": { - "north": { "texture": "#side" }, - "east": { "texture": "#side" }, - "south": { "texture": "#side", "cullface": "south" }, - "west": { "texture": "#side", "cullface": "west" }, - "down": { "texture": "#bottom", "cullface": "down" } - } - }, - { - "from": [ 0, 0, 12 ], - "to": [ 2, 3, 14 ], - "faces": { - "north": { "texture": "#side" }, - "east": { "texture": "#side" }, - "west": { "texture": "#side", "cullface": "west" }, - "down": { "texture": "#bottom", "cullface": "down" } - } - }, - { - "from": [ 12, 0, 14 ], - "to": [ 16, 3, 16 ], - "faces": { - "north": { "texture": "#side" }, - "east": { "texture": "#side", "cullface": "east" }, - "south": { "texture": "#side", "cullface": "south" }, - "west": { "texture": "#side" }, - "down": { "texture": "#bottom", "cullface": "down" } - } - }, - { - "from": [ 14, 0, 12 ], - "to": [ 16, 3, 14 ], - "faces": { - "north": { "texture": "#side" }, - "east": { "texture": "#side", "cullface": "east" }, - "west": { "texture": "#side" }, - "down": { "texture": "#bottom", "cullface": "down" } - } - }, - { - "from": [ 2, 4, 2 ], - "to": [ 14, 15, 14 ], - "faces": { - "up": { "texture": "#water", "tintindex": 0, "cullface": "up" } - } - } - ] -} diff --git a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/block/chain_command_block.json b/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/block/chain_command_block.json deleted file mode 100644 index 352d78ae..00000000 --- a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/block/chain_command_block.json +++ /dev/null @@ -1,12 +0,0 @@ -{ - "parent": "block/cube_directional", - "textures": { - "particle": "block/chain_command_block_back", - "down": "block/chain_command_block_side", - "up": "block/chain_command_block_side", - "north": "block/chain_command_block_front", - "east": "block/chain_command_block_side", - "south": "block/chain_command_block_back", - "west": "block/chain_command_block_side" - } -} diff --git a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/block/chain_command_block_conditional.json b/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/block/chain_command_block_conditional.json deleted file mode 100644 index cde51b2f..00000000 --- a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/block/chain_command_block_conditional.json +++ /dev/null @@ -1,12 +0,0 @@ -{ - "parent": "block/cube_directional", - "textures": { - "particle": "block/chain_command_block_back", - "down": "block/chain_command_block_conditional", - "up": "block/chain_command_block_conditional", - "north": "block/chain_command_block_front", - "east": "block/chain_command_block_conditional", - "south": "block/chain_command_block_back", - "west": "block/chain_command_block_conditional" - } -} diff --git a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/block/chest.json b/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/block/chest.json deleted file mode 100644 index a3ee2504..00000000 --- a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/block/chest.json +++ /dev/null @@ -1,6 +0,0 @@ -{ - "textures": { - "particle": "block/oak_planks" - } -} - diff --git a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/block/chipped_anvil.json b/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/block/chipped_anvil.json deleted file mode 100644 index bceae5fb..00000000 --- a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/block/chipped_anvil.json +++ /dev/null @@ -1,6 +0,0 @@ -{ - "parent": "block/anvil", - "textures": { - "top": "block/chipped_anvil_top" - } -} diff --git a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/block/chiseled_quartz_block.json b/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/block/chiseled_quartz_block.json deleted file mode 100644 index 6e80b9cd..00000000 --- a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/block/chiseled_quartz_block.json +++ /dev/null @@ -1,7 +0,0 @@ -{ - "parent": "block/cube_column", - "textures": { - "side": "block/chiseled_quartz_block", - "end": "block/chiseled_quartz_block_top" - } -} diff --git a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/block/chiseled_red_sandstone.json b/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/block/chiseled_red_sandstone.json deleted file mode 100644 index 8c098132..00000000 --- a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/block/chiseled_red_sandstone.json +++ /dev/null @@ -1,7 +0,0 @@ -{ - "parent": "block/cube_column", - "textures": { - "end": "block/red_sandstone_top", - "side": "block/chiseled_red_sandstone" - } -} diff --git a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/block/chiseled_sandstone.json b/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/block/chiseled_sandstone.json deleted file mode 100644 index 79ae2d13..00000000 --- a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/block/chiseled_sandstone.json +++ /dev/null @@ -1,7 +0,0 @@ -{ - "parent": "block/cube_column", - "textures": { - "end": "block/sandstone_top", - "side": "block/chiseled_sandstone" - } -} diff --git a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/block/chiseled_stone_bricks.json b/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/block/chiseled_stone_bricks.json deleted file mode 100644 index 0c1db07f..00000000 --- a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/block/chiseled_stone_bricks.json +++ /dev/null @@ -1,6 +0,0 @@ -{ - "parent": "block/cube_all", - "textures": { - "all": "block/chiseled_stone_bricks" - } -} diff --git a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/block/chorus_flower.json b/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/block/chorus_flower.json deleted file mode 100644 index 85bf5360..00000000 --- a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/block/chorus_flower.json +++ /dev/null @@ -1,76 +0,0 @@ -{ "parent": "block/block", - "textures": { - "texture": "block/chorus_flower", - "bottom": "block/chorus_plant", - "particle": "block/chorus_flower" - }, - "elements": [ - { - "from": [ 2, 14, 2 ], - "to": [ 14, 16, 14 ], - "faces": { - "up": { "uv": [ 2, 2, 14, 14 ], "texture": "#texture" }, - "north": { "uv": [ 2, 0, 14, 2 ], "texture": "#bottom" }, - "south": { "uv": [ 2, 0, 14, 2 ], "texture": "#bottom" }, - "west": { "uv": [ 2, 0, 14, 2 ], "texture": "#bottom" }, - "east": { "uv": [ 2, 0, 14, 2 ], "texture": "#bottom" } - } - }, - { - "from": [ 0, 2, 2 ], - "to": [ 2, 14, 14 ], - "faces": { - "down": { "uv": [ 16, 14, 14, 2 ], "texture": "#bottom" }, - "up": { "uv": [ 0, 2, 2, 14 ], "texture": "#bottom" }, - "north": { "uv": [ 14, 2, 16, 14 ], "texture": "#bottom" }, - "south": { "uv": [ 0, 2, 2, 14 ], "texture": "#bottom" }, - "west": { "uv": [ 2, 2, 14, 14 ], "texture": "#texture" } - } - }, - { - "from": [ 2, 2, 0 ], - "to": [ 14, 14, 2 ], - "faces": { - "down": { "uv": [ 14, 2, 2, 0 ], "texture": "#bottom" }, - "up": { "uv": [ 2, 0, 14, 2 ], "texture": "#bottom" }, - "north": { "uv": [ 2, 2, 14, 14 ], "texture": "#texture" }, - "west": { "uv": [ 0, 2, 2, 14 ], "texture": "#bottom" }, - "east": { "uv": [ 14, 2, 16, 14 ], "texture": "#bottom" } - } - }, - { - "from": [ 2, 2, 14 ], - "to": [ 14, 14, 16 ], - "faces": { - "down": { "uv": [ 14, 16, 2, 14 ], "texture": "#bottom" }, - "up": { "uv": [ 2, 14, 14, 16 ], "texture": "#bottom" }, - "south": { "uv": [ 2, 2, 14, 14 ], "texture": "#texture" }, - "west": { "uv": [ 14, 2, 16, 14 ], "texture": "#bottom" }, - "east": { "uv": [ 0, 2, 2, 14 ], "texture": "#bottom" } - } - }, - { - "from": [ 14, 2, 2 ], - "to": [ 16, 14, 14 ], - "faces": { - "down": { "uv": [ 2, 14, 0, 2 ], "texture": "#bottom" }, - "up": { "uv": [ 14, 2, 16, 14 ], "texture": "#bottom" }, - "north": { "uv": [ 0, 2, 2, 14 ], "texture": "#bottom" }, - "south": { "uv": [ 14, 2, 16, 14 ], "texture": "#bottom" }, - "east": { "uv": [ 2, 2, 14, 14 ], "texture": "#texture" } - } - }, - { - "from": [ 2, 0, 2 ], - "to": [ 14, 14, 14 ], - "faces": { - "up": { "uv": [ 2, 2, 14, 14 ], "texture": "#bottom" }, - "down": { "uv": [ 14, 14, 2, 2 ], "texture": "#bottom" }, - "north": { "uv": [ 2, 2, 14, 16 ], "texture": "#bottom" }, - "south": { "uv": [ 2, 2, 14, 16 ], "texture": "#bottom" }, - "west": { "uv": [ 2, 2, 14, 16 ], "texture": "#bottom" }, - "east": { "uv": [ 2, 2, 14, 16 ], "texture": "#bottom" } - } - } - ] -} diff --git a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/block/chorus_flower_dead.json b/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/block/chorus_flower_dead.json deleted file mode 100644 index 0bbc97d3..00000000 --- a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/block/chorus_flower_dead.json +++ /dev/null @@ -1,8 +0,0 @@ -{ - "parent": "block/chorus_flower", - "textures": { - "texture": "block/chorus_flower_dead", - "bottom": "block/chorus_plant", - "particle": "block/chorus_flower_dead" - } -} diff --git a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/block/chorus_plant.json b/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/block/chorus_plant.json deleted file mode 100644 index 582b7030..00000000 --- a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/block/chorus_plant.json +++ /dev/null @@ -1,81 +0,0 @@ -{ "parent": "block/block", - "ambientocclusion": false, - "textures": { - "texture": "block/chorus_plant", - "inside": "block/chorus_plant", - "particle": "block/chorus_plant" - }, - "elements": [ - { "from": [ 2, 14, 2 ], - "to": [ 14, 16, 14 ], - "faces": { - "up": { "uv": [ 2, 2, 14, 14 ], "texture": "#texture", "cullface":"up" }, - "north": { "uv": [ 2, 0, 14, 2 ], "texture": "#texture", "cullface":"up" }, - "south": { "uv": [ 2, 0, 14, 2 ], "texture": "#texture", "cullface":"up" }, - "west": { "uv": [ 2, 0, 14, 2 ], "texture": "#texture", "cullface":"up" }, - "east": { "uv": [ 2, 0, 14, 2 ], "texture": "#texture", "cullface":"up" } - } - }, - { "from": [ 0, 2, 2 ], - "to": [ 2, 14, 14 ], - "faces": { - "down": { "uv": [ 16, 14, 14, 2 ], "texture": "#texture", "cullface":"west" }, - "up": { "uv": [ 0, 2, 2, 14 ], "texture": "#texture", "cullface":"west" }, - "north": { "uv": [ 14, 2, 16, 14 ], "texture": "#texture", "cullface":"west" }, - "south": { "uv": [ 0, 2, 2, 14 ], "texture": "#texture", "cullface":"west" }, - "west": { "uv": [ 2, 2, 14, 14 ], "texture": "#texture", "cullface":"west" } - } - }, - { "from": [ 2, 2, 0 ], - "to": [ 14, 14, 2 ], - "faces": { - "down": { "uv": [ 14, 2, 2, 0 ], "texture": "#texture", "cullface":"north" }, - "up": { "uv": [ 2, 0, 14, 2 ], "texture": "#texture", "cullface":"north" }, - "north": { "uv": [ 2, 2, 14, 14 ], "texture": "#texture", "cullface":"north" }, - "west": { "uv": [ 0, 2, 2, 14 ], "texture": "#texture", "cullface":"north" }, - "east": { "uv": [ 14, 2, 16, 14 ], "texture": "#texture", "cullface":"north" } - } - }, - { "from": [ 2, 2, 14 ], - "to": [ 14, 14, 16 ], - "faces": { - "down": { "uv": [ 14, 16, 2, 14 ], "texture": "#texture", "cullface":"south" }, - "up": { "uv": [ 2, 14, 14, 16 ], "texture": "#texture", "cullface":"south" }, - "south": { "uv": [ 2, 2, 14, 14 ], "texture": "#texture", "cullface":"south" }, - "west": { "uv": [ 14, 2, 16, 14 ], "texture": "#texture", "cullface":"south" }, - "east": { "uv": [ 0, 2, 2, 14 ], "texture": "#texture", "cullface":"south" } - } - }, - { "from": [ 14, 2, 2 ], - "to": [ 16, 14, 14 ], - "faces": { - "down": { "uv": [ 2, 14, 0, 2 ], "texture": "#texture", "cullface":"east" }, - "up": { "uv": [ 14, 2, 16, 14 ], "texture": "#texture", "cullface":"east" }, - "north": { "uv": [ 0, 2, 2, 14 ], "texture": "#texture", "cullface":"east" }, - "south": { "uv": [ 14, 2, 16, 14 ], "texture": "#texture", "cullface":"east" }, - "east": { "uv": [ 2, 2, 14, 14 ], "texture": "#texture", "cullface":"east" } - } - }, - { "from": [ 2, 0, 2 ], - "to": [ 14, 2, 14 ], - "faces": { - "down": { "uv": [ 14, 14, 2, 2 ], "texture": "#texture", "cullface":"down" }, - "north": { "uv": [ 2, 14, 14, 16 ], "texture": "#texture", "cullface":"down" }, - "south": { "uv": [ 2, 14, 14, 16 ], "texture": "#texture", "cullface":"down" }, - "west": { "uv": [ 2, 14, 14, 16 ], "texture": "#texture", "cullface":"down" }, - "east": { "uv": [ 2, 14, 14, 16 ], "texture": "#texture", "cullface":"down" } - } - }, - { "from": [ 2, 2, 2 ], - "to": [ 14, 14, 14 ], - "faces": { - "down": { "uv": [ 14, 14, 2, 2 ], "texture": "#inside" }, - "up": { "uv": [ 2, 2, 14, 14 ], "texture": "#inside" }, - "north": { "uv": [ 2, 2, 14, 14 ], "texture": "#inside" }, - "south": { "uv": [ 2, 2, 14, 14 ], "texture": "#inside" }, - "west": { "uv": [ 2, 2, 14, 14 ], "texture": "#inside" }, - "east": { "uv": [ 2, 2, 14, 14 ], "texture": "#inside" } - } - } - ] -} diff --git a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/block/chorus_plant_noside.json b/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/block/chorus_plant_noside.json deleted file mode 100644 index e7e60ce6..00000000 --- a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/block/chorus_plant_noside.json +++ /dev/null @@ -1,16 +0,0 @@ -{ - "ambientocclusion": false, - "textures": { - "texture": "block/chorus_plant", - "inside": "block/chorus_plant", - "particle": "block/chorus_plant" - }, - "elements": [ - { "from": [ 4, 4, 4 ], - "to": [ 12, 12, 12 ], - "faces": { - "north": { "texture": "#inside" } - } - } - ] -} diff --git a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/block/chorus_plant_noside1.json b/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/block/chorus_plant_noside1.json deleted file mode 100644 index f3fed503..00000000 --- a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/block/chorus_plant_noside1.json +++ /dev/null @@ -1,26 +0,0 @@ -{ - "ambientocclusion": false, - "textures": { - "texture": "block/chorus_plant", - "inside": "block/chorus_plant", - "particle": "block/chorus_plant" - }, - "elements": [ - { "from": [ 4, 4, 4 ], - "to": [ 12, 12, 12 ], - "faces": { - "north": { "texture": "#inside" } - } - }, - { "from": [ 4, 4, 3 ], - "to": [ 12, 12, 4 ], - "faces": { - "down": { "texture": "#texture" }, - "up": { "texture": "#texture" }, - "north": { "texture": "#texture" }, - "west": { "texture": "#texture" }, - "east": { "texture": "#texture" } - } - } - ] -} diff --git a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/block/chorus_plant_noside2.json b/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/block/chorus_plant_noside2.json deleted file mode 100644 index e2627b9a..00000000 --- a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/block/chorus_plant_noside2.json +++ /dev/null @@ -1,26 +0,0 @@ -{ - "ambientocclusion": false, - "textures": { - "texture": "block/chorus_plant", - "inside": "block/chorus_plant", - "particle": "block/chorus_plant" - }, - "elements": [ - { "from": [ 4, 4, 4 ], - "to": [ 12, 12, 12 ], - "faces": { - "north": { "texture": "#inside" } - } - }, - { "from": [ 5, 5, 2 ], - "to": [ 11, 11, 4 ], - "faces": { - "down": { "texture": "#texture" }, - "up": { "texture": "#texture" }, - "north": { "texture": "#texture" }, - "west": { "texture": "#texture" }, - "east": { "texture": "#texture" } - } - } - ] -} diff --git a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/block/chorus_plant_noside3.json b/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/block/chorus_plant_noside3.json deleted file mode 100644 index f3fed503..00000000 --- a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/block/chorus_plant_noside3.json +++ /dev/null @@ -1,26 +0,0 @@ -{ - "ambientocclusion": false, - "textures": { - "texture": "block/chorus_plant", - "inside": "block/chorus_plant", - "particle": "block/chorus_plant" - }, - "elements": [ - { "from": [ 4, 4, 4 ], - "to": [ 12, 12, 12 ], - "faces": { - "north": { "texture": "#inside" } - } - }, - { "from": [ 4, 4, 3 ], - "to": [ 12, 12, 4 ], - "faces": { - "down": { "texture": "#texture" }, - "up": { "texture": "#texture" }, - "north": { "texture": "#texture" }, - "west": { "texture": "#texture" }, - "east": { "texture": "#texture" } - } - } - ] -} diff --git a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/block/chorus_plant_side.json b/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/block/chorus_plant_side.json deleted file mode 100644 index e8117d24..00000000 --- a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/block/chorus_plant_side.json +++ /dev/null @@ -1,20 +0,0 @@ -{ - "ambientocclusion": false, - "textures": { - "texture": "block/chorus_plant", - "inside": "block/chorus_plant", - "particle": "block/chorus_plant" - }, - "elements": [ - { "from": [ 4, 4, 0 ], - "to": [ 12, 12, 4 ], - "faces": { - "down": { "texture": "#texture" }, - "up": { "texture": "#texture" }, - "north": { "texture": "#texture", "cullface":"north" }, - "west": { "texture": "#texture" }, - "east": { "texture": "#texture" } - } - } - ] -} diff --git a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/block/clay.json b/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/block/clay.json deleted file mode 100644 index cb6281eb..00000000 --- a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/block/clay.json +++ /dev/null @@ -1,6 +0,0 @@ -{ - "parent": "block/cube_all", - "textures": { - "all": "block/clay" - } -} diff --git a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/block/coal_block.json b/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/block/coal_block.json deleted file mode 100644 index cd0f38f2..00000000 --- a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/block/coal_block.json +++ /dev/null @@ -1,6 +0,0 @@ -{ - "parent": "block/cube_all", - "textures": { - "all": "block/coal_block" - } -} diff --git a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/block/coal_ore.json b/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/block/coal_ore.json deleted file mode 100644 index 6a915d4a..00000000 --- a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/block/coal_ore.json +++ /dev/null @@ -1,6 +0,0 @@ -{ - "parent": "block/cube_all", - "textures": { - "all": "block/coal_ore" - } -} diff --git a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/block/coarse_dirt.json b/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/block/coarse_dirt.json deleted file mode 100644 index b00c705e..00000000 --- a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/block/coarse_dirt.json +++ /dev/null @@ -1,6 +0,0 @@ -{ - "parent": "block/cube_all", - "textures": { - "all": "block/coarse_dirt" - } -} diff --git a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/block/cobblestone.json b/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/block/cobblestone.json deleted file mode 100644 index 6bffbfe8..00000000 --- a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/block/cobblestone.json +++ /dev/null @@ -1,6 +0,0 @@ -{ - "parent": "block/cube_all", - "textures": { - "all": "block/cobblestone" - } -} diff --git a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/block/cobblestone_slab.json b/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/block/cobblestone_slab.json deleted file mode 100644 index a9cb7f40..00000000 --- a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/block/cobblestone_slab.json +++ /dev/null @@ -1,8 +0,0 @@ -{ - "parent": "block/slab", - "textures": { - "bottom": "block/cobblestone", - "top": "block/cobblestone", - "side": "block/cobblestone" - } -} diff --git a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/block/cobblestone_slab_top.json b/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/block/cobblestone_slab_top.json deleted file mode 100644 index ee8dcc46..00000000 --- a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/block/cobblestone_slab_top.json +++ /dev/null @@ -1,8 +0,0 @@ -{ - "parent": "block/slab_top", - "textures": { - "bottom": "block/cobblestone", - "top": "block/cobblestone", - "side": "block/cobblestone" - } -} diff --git a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/block/cobblestone_stairs.json b/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/block/cobblestone_stairs.json deleted file mode 100644 index 25cbdc25..00000000 --- a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/block/cobblestone_stairs.json +++ /dev/null @@ -1,8 +0,0 @@ -{ - "parent": "block/stairs", - "textures": { - "bottom": "block/cobblestone", - "top": "block/cobblestone", - "side": "block/cobblestone" - } -} diff --git a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/block/cobblestone_stairs_inner.json b/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/block/cobblestone_stairs_inner.json deleted file mode 100644 index 4fef3a73..00000000 --- a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/block/cobblestone_stairs_inner.json +++ /dev/null @@ -1,8 +0,0 @@ -{ - "parent": "block/inner_stairs", - "textures": { - "bottom": "block/cobblestone", - "top": "block/cobblestone", - "side": "block/cobblestone" - } -} diff --git a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/block/cobblestone_stairs_outer.json b/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/block/cobblestone_stairs_outer.json deleted file mode 100644 index 2155108a..00000000 --- a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/block/cobblestone_stairs_outer.json +++ /dev/null @@ -1,8 +0,0 @@ -{ - "parent": "block/outer_stairs", - "textures": { - "bottom": "block/cobblestone", - "top": "block/cobblestone", - "side": "block/cobblestone" - } -} diff --git a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/block/cobblestone_wall_inventory.json b/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/block/cobblestone_wall_inventory.json deleted file mode 100644 index e73ad64e..00000000 --- a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/block/cobblestone_wall_inventory.json +++ /dev/null @@ -1,6 +0,0 @@ -{ - "parent": "block/wall_inventory", - "textures": { - "wall": "block/cobblestone" - } -} diff --git a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/block/cobblestone_wall_post.json b/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/block/cobblestone_wall_post.json deleted file mode 100644 index a5e74db5..00000000 --- a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/block/cobblestone_wall_post.json +++ /dev/null @@ -1,6 +0,0 @@ -{ - "parent": "block/template_wall_post", - "textures": { - "wall": "block/cobblestone" - } -} diff --git a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/block/cobblestone_wall_side.json b/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/block/cobblestone_wall_side.json deleted file mode 100644 index 3363b403..00000000 --- a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/block/cobblestone_wall_side.json +++ /dev/null @@ -1,6 +0,0 @@ -{ - "parent": "block/template_wall_side", - "textures": { - "wall": "block/cobblestone" - } -} diff --git a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/block/cobweb.json b/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/block/cobweb.json deleted file mode 100644 index 59e2e2c0..00000000 --- a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/block/cobweb.json +++ /dev/null @@ -1,6 +0,0 @@ -{ - "parent": "block/cross", - "textures": { - "cross": "block/cobweb" - } -} diff --git a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/block/cocoa_stage0.json b/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/block/cocoa_stage0.json deleted file mode 100644 index 9870dd80..00000000 --- a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/block/cocoa_stage0.json +++ /dev/null @@ -1,27 +0,0 @@ -{ - "ambientocclusion": false, - "textures": { - "particle": "block/cocoa_stage0", - "cocoa": "block/cocoa_stage0" - }, - "elements": [ - { "from": [ 6, 7, 11 ], - "to": [ 10, 12, 15 ], - "faces": { - "down": { "uv": [ 0, 0, 4, 4 ], "texture": "#cocoa" }, - "up": { "uv": [ 0, 0, 4, 4 ], "texture": "#cocoa" }, - "north": { "uv": [ 11, 4, 15, 9 ], "texture": "#cocoa" }, - "south": { "uv": [ 11, 4, 15, 9 ], "texture": "#cocoa" }, - "west": { "uv": [ 11, 4, 15, 9 ], "texture": "#cocoa" }, - "east": { "uv": [ 11, 4, 15, 9 ], "texture": "#cocoa" } - } - }, - { "from": [ 8, 12, 12 ], - "to": [ 8, 16, 16 ], - "faces": { - "west": { "uv": [ 12, 0, 16, 4 ], "texture": "#cocoa" }, - "east": { "uv": [ 16, 0, 12, 4 ], "texture": "#cocoa" } - } - } - ] -} diff --git a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/block/cocoa_stage1.json b/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/block/cocoa_stage1.json deleted file mode 100644 index 22d12d8d..00000000 --- a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/block/cocoa_stage1.json +++ /dev/null @@ -1,27 +0,0 @@ -{ - "ambientocclusion": false, - "textures": { - "particle": "block/cocoa_stage1", - "cocoa": "block/cocoa_stage1" - }, - "elements": [ - { "from": [ 5, 5, 9 ], - "to": [ 11, 12, 15 ], - "faces": { - "down": { "uv": [ 0, 0, 6, 6 ], "texture": "#cocoa" }, - "up": { "uv": [ 0, 0, 6, 6 ], "texture": "#cocoa" }, - "north": { "uv": [ 9, 4, 15, 11 ], "texture": "#cocoa" }, - "south": { "uv": [ 9, 4, 15, 11 ], "texture": "#cocoa" }, - "west": { "uv": [ 9, 4, 15, 11 ], "texture": "#cocoa" }, - "east": { "uv": [ 9, 4, 15, 11 ], "texture": "#cocoa" } - } - }, - { "from": [ 8, 12, 12 ], - "to": [ 8, 16, 16 ], - "faces": { - "west": { "uv": [ 12, 0, 16, 4 ], "texture": "#cocoa" }, - "east": { "uv": [ 16, 0, 12, 4 ], "texture": "#cocoa" } - } - } - ] -} diff --git a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/block/cocoa_stage2.json b/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/block/cocoa_stage2.json deleted file mode 100644 index f6d6b0ab..00000000 --- a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/block/cocoa_stage2.json +++ /dev/null @@ -1,27 +0,0 @@ -{ - "ambientocclusion": false, - "textures": { - "particle": "block/cocoa_stage2", - "cocoa": "block/cocoa_stage2" - }, - "elements": [ - { "from": [ 4, 3, 7 ], - "to": [ 12, 12, 15 ], - "faces": { - "down": { "uv": [ 0, 0, 7, 7 ], "texture": "#cocoa" }, - "up": { "uv": [ 0, 0, 7, 7 ], "texture": "#cocoa" }, - "north": { "uv": [ 7, 4, 15, 13 ], "texture": "#cocoa" }, - "south": { "uv": [ 7, 4, 15, 13 ], "texture": "#cocoa" }, - "west": { "uv": [ 7, 4, 15, 13 ], "texture": "#cocoa" }, - "east": { "uv": [ 7, 4, 15, 13 ], "texture": "#cocoa" } - } - }, - { "from": [ 8, 12, 12 ], - "to": [ 8, 16, 16 ], - "faces": { - "west": { "uv": [ 12, 0, 16, 4 ], "texture": "#cocoa" }, - "east": { "uv": [ 16, 0, 12, 4 ], "texture": "#cocoa" } - } - } - ] -} diff --git a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/block/command_block.json b/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/block/command_block.json deleted file mode 100644 index 6d1bcc40..00000000 --- a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/block/command_block.json +++ /dev/null @@ -1,12 +0,0 @@ -{ - "parent": "block/cube_directional", - "textures": { - "particle": "block/command_block_back", - "down": "block/command_block_side", - "up": "block/command_block_side", - "north": "block/command_block_front", - "east": "block/command_block_side", - "south": "block/command_block_back", - "west": "block/command_block_side" - } -} diff --git a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/block/command_block_conditional.json b/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/block/command_block_conditional.json deleted file mode 100644 index 6c8be78f..00000000 --- a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/block/command_block_conditional.json +++ /dev/null @@ -1,12 +0,0 @@ -{ - "parent": "block/cube_directional", - "textures": { - "particle": "block/command_block_back", - "down": "block/command_block_conditional", - "up": "block/command_block_conditional", - "north": "block/command_block_front", - "east": "block/command_block_conditional", - "south": "block/command_block_back", - "west": "block/command_block_conditional" - } -} diff --git a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/block/comparator.json b/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/block/comparator.json deleted file mode 100644 index f0203eae..00000000 --- a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/block/comparator.json +++ /dev/null @@ -1,56 +0,0 @@ -{ - "ambientocclusion": false, - "textures": { - "particle": "block/comparator", - "slab": "block/smooth_stone", - "top": "block/comparator", - "unlit": "block/redstone_torch_off", - "lit": "block/redstone_torch" - }, - "elements": [ - { "from": [ 0, 0, 0 ], - "to": [ 16, 2, 16 ], - "faces": { - "down": { "uv": [ 0, 0, 16, 16 ], "texture": "#slab", "cullface": "down" }, - "up": { "uv": [ 0, 0, 16, 16 ], "texture": "#top" }, - "north": { "uv": [ 0, 14, 16, 16 ], "texture": "#slab", "cullface": "north" }, - "south": { "uv": [ 0, 14, 16, 16 ], "texture": "#slab", "cullface": "south" }, - "west": { "uv": [ 0, 14, 16, 16 ], "texture": "#slab", "cullface": "west" }, - "east": { "uv": [ 0, 14, 16, 16 ], "texture": "#slab", "cullface": "east" } - } - }, - { "from": [ 4, 2, 11 ], - "to": [ 6, 7, 13 ], - "faces": { - "down": { "uv": [ 7, 13, 9, 15 ], "texture": "#unlit" }, - "up": { "uv": [ 7, 6, 9, 8 ], "texture": "#unlit" }, - "north": { "uv": [ 7, 6, 9, 11 ], "texture": "#unlit" }, - "south": { "uv": [ 7, 6, 9, 11 ], "texture": "#unlit" }, - "west": { "uv": [ 7, 6, 9, 11 ], "texture": "#unlit" }, - "east": { "uv": [ 7, 6, 9, 11 ], "texture": "#unlit" } - } - }, - { "from": [ 10, 2, 11 ], - "to": [ 12, 7, 13 ], - "faces": { - "down": { "uv": [ 7, 13, 9, 15 ], "texture": "#unlit" }, - "up": { "uv": [ 7, 6, 9, 8 ], "texture": "#unlit" }, - "north": { "uv": [ 7, 6, 9, 11 ], "texture": "#unlit" }, - "south": { "uv": [ 7, 6, 9, 11 ], "texture": "#unlit" }, - "west": { "uv": [ 7, 6, 9, 11 ], "texture": "#unlit" }, - "east": { "uv": [ 7, 6, 9, 11 ], "texture": "#unlit" } - } - }, - { "from": [ 7, 2, 2 ], - "to": [ 9, 4, 4 ], - "faces": { - "down": { "uv": [ 7, 13, 9, 15 ], "texture": "#unlit" }, - "up": { "uv": [ 7, 6, 9, 8 ], "texture": "#unlit" }, - "north": { "uv": [ 7, 6, 9, 8 ], "texture": "#unlit" }, - "south": { "uv": [ 7, 6, 9, 8 ], "texture": "#unlit" }, - "west": { "uv": [ 7, 6, 9, 8 ], "texture": "#unlit" }, - "east": { "uv": [ 7, 6, 9, 8 ], "texture": "#unlit" } - } - } - ] -} diff --git a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/block/comparator_on.json b/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/block/comparator_on.json deleted file mode 100644 index caa96734..00000000 --- a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/block/comparator_on.json +++ /dev/null @@ -1,74 +0,0 @@ -{ - "ambientocclusion": false, - "textures": { - "particle": "block/comparator_on", - "slab": "block/smooth_stone", - "top": "block/comparator_on", - "unlit": "block/redstone_torch_off", - "lit": "block/redstone_torch" - }, - "elements": [ - { "from": [ 0, 0, 0 ], - "to": [ 16, 2, 16 ], - "faces": { - "down": { "uv": [ 0, 0, 16, 16 ], "texture": "#slab", "cullface": "down" }, - "up": { "uv": [ 0, 0, 16, 16 ], "texture": "#top" }, - "north": { "uv": [ 0, 14, 16, 16 ], "texture": "#slab", "cullface": "north" }, - "south": { "uv": [ 0, 14, 16, 16 ], "texture": "#slab", "cullface": "south" }, - "west": { "uv": [ 0, 14, 16, 16 ], "texture": "#slab", "cullface": "west" }, - "east": { "uv": [ 0, 14, 16, 16 ], "texture": "#slab", "cullface": "east" } - } - }, - { "from": [ 4, 7, 11 ], - "to": [ 6, 7, 13 ], - "faces": { - "up": { "uv": [ 7, 6, 9, 8 ], "texture": "#lit" } - } - }, - { "from": [ 4, 2, 10 ], - "to": [ 6, 8, 14 ], - "faces": { - "west": { "uv": [ 6, 5, 10, 11 ], "texture": "#lit" }, - "east": { "uv": [ 6, 5, 10, 11 ], "texture": "#lit" } - } - }, - { "from": [ 3, 2, 11 ], - "to": [ 7, 8, 13 ], - "faces": { - "north": { "uv": [ 6, 5, 10, 11 ], "texture": "#lit" }, - "south": { "uv": [ 6, 5, 10, 11 ], "texture": "#lit" } - } - }, - { "from": [ 10, 7, 11 ], - "to": [ 12, 7, 13 ], - "faces": { - "up": { "uv": [ 7, 6, 9, 8 ], "texture": "#lit" } - } - }, - { "from": [ 10, 2, 10 ], - "to": [ 12, 8, 14 ], - "faces": { - "west": { "uv": [ 6, 5, 10, 11 ], "texture": "#lit" }, - "east": { "uv": [ 6, 5, 10, 11 ], "texture": "#lit" } - } - }, - { "from": [ 9, 2, 11 ], - "to": [ 13, 8, 13 ], - "faces": { - "north": { "uv": [ 6, 5, 10, 11 ], "texture": "#lit" }, - "south": { "uv": [ 6, 5, 10, 11 ], "texture": "#lit" } - } - }, - { "from": [ 7, 2, 2 ], - "to": [ 9, 4, 4 ], - "faces": { - "down": { "uv": [ 7, 13, 9, 15 ], "texture": "#unlit" }, - "up": { "uv": [ 7, 6, 9, 8 ], "texture": "#unlit" }, - "north": { "uv": [ 7, 6, 9, 8 ], "texture": "#unlit" }, - "south": { "uv": [ 7, 6, 9, 8 ], "texture": "#unlit" }, - "west": { "uv": [ 7, 6, 9, 8 ], "texture": "#unlit" }, - "east": { "uv": [ 7, 6, 9, 8 ], "texture": "#unlit" } - } - } - ] -} diff --git a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/block/comparator_on_subtract.json b/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/block/comparator_on_subtract.json deleted file mode 100644 index 061cc0be..00000000 --- a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/block/comparator_on_subtract.json +++ /dev/null @@ -1,83 +0,0 @@ -{ - "ambientocclusion": false, - "textures": { - "particle": "block/comparator_on", - "slab": "block/smooth_stone", - "top": "block/comparator_on", - "unlit": "block/redstone_torch_off", - "lit": "block/redstone_torch" - }, - "elements": [ - { "from": [ 0, 0, 0 ], - "to": [ 16, 2, 16 ], - "faces": { - "down": { "uv": [ 0, 0, 16, 16 ], "texture": "#slab", "cullface": "down" }, - "up": { "uv": [ 0, 0, 16, 16 ], "texture": "#top" }, - "north": { "uv": [ 0, 14, 16, 16 ], "texture": "#slab", "cullface": "north" }, - "south": { "uv": [ 0, 14, 16, 16 ], "texture": "#slab", "cullface": "south" }, - "west": { "uv": [ 0, 14, 16, 16 ], "texture": "#slab", "cullface": "west" }, - "east": { "uv": [ 0, 14, 16, 16 ], "texture": "#slab", "cullface": "east" } - } - }, - { "from": [ 4, 7, 11 ], - "to": [ 6, 7, 13 ], - "faces": { - "up": { "uv": [ 7, 6, 9, 8 ], "texture": "#lit" } - } - }, - { "from": [ 4, 2, 10 ], - "to": [ 6, 8, 14 ], - "faces": { - "west": { "uv": [ 6, 5, 10, 11 ], "texture": "#lit" }, - "east": { "uv": [ 6, 5, 10, 11 ], "texture": "#lit" } - } - }, - { "from": [ 3, 2, 11 ], - "to": [ 7, 8, 13 ], - "faces": { - "north": { "uv": [ 6, 5, 10, 11 ], "texture": "#lit" }, - "south": { "uv": [ 6, 5, 10, 11 ], "texture": "#lit" } - } - }, - { "from": [ 10, 7, 11 ], - "to": [ 12, 7, 13 ], - "faces": { - "up": { "uv": [ 7, 6, 9, 8 ], "texture": "#lit" } - } - }, - { "from": [ 10, 2, 10 ], - "to": [ 12, 8, 14 ], - "faces": { - "west": { "uv": [ 6, 5, 10, 11 ], "texture": "#lit" }, - "east": { "uv": [ 6, 5, 10, 11 ], "texture": "#lit" } - } - }, - { "from": [ 9, 2, 11 ], - "to": [ 13, 8, 13 ], - "faces": { - "north": { "uv": [ 6, 5, 10, 11 ], "texture": "#lit" }, - "south": { "uv": [ 6, 5, 10, 11 ], "texture": "#lit" } - } - }, - { "from": [ 7, 5, 2 ], - "to": [ 9, 5, 4 ], - "faces": { - "up": { "uv": [ 7, 6, 9, 8 ], "texture": "#lit" } - } - }, - { "from": [ 7, 2, 1 ], - "to": [ 9, 6, 5 ], - "faces": { - "west": { "uv": [ 6, 5, 10, 9 ], "texture": "#lit" }, - "east": { "uv": [ 6, 5, 10, 9 ], "texture": "#lit" } - } - }, - { "from": [ 6, 2, 2 ], - "to": [ 10, 6, 4 ], - "faces": { - "north": { "uv": [ 6, 5, 10, 9 ], "texture": "#lit" }, - "south": { "uv": [ 6, 5, 10, 9 ], "texture": "#lit" } - } - } - ] -} diff --git a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/block/comparator_subtract.json b/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/block/comparator_subtract.json deleted file mode 100644 index e2ce2031..00000000 --- a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/block/comparator_subtract.json +++ /dev/null @@ -1,65 +0,0 @@ -{ - "ambientocclusion": false, - "textures": { - "particle": "block/comparator", - "slab": "block/smooth_stone", - "top": "block/comparator", - "unlit": "block/redstone_torch_off", - "lit": "block/redstone_torch" - }, - "elements": [ - { "from": [ 0, 0, 0 ], - "to": [ 16, 2, 16 ], - "faces": { - "down": { "uv": [ 0, 0, 16, 16 ], "texture": "#slab", "cullface": "down" }, - "up": { "uv": [ 0, 0, 16, 16 ], "texture": "#top" }, - "north": { "uv": [ 0, 14, 16, 16 ], "texture": "#slab", "cullface": "north" }, - "south": { "uv": [ 0, 14, 16, 16 ], "texture": "#slab", "cullface": "south" }, - "west": { "uv": [ 0, 14, 16, 16 ], "texture": "#slab", "cullface": "west" }, - "east": { "uv": [ 0, 14, 16, 16 ], "texture": "#slab", "cullface": "east" } - } - }, - { "from": [ 4, 2, 11 ], - "to": [ 6, 7, 13 ], - "faces": { - "down": { "uv": [ 7, 13, 9, 15 ], "texture": "#unlit" }, - "up": { "uv": [ 7, 6, 9, 8 ], "texture": "#unlit" }, - "north": { "uv": [ 7, 6, 9, 11 ], "texture": "#unlit" }, - "south": { "uv": [ 7, 6, 9, 11 ], "texture": "#unlit" }, - "west": { "uv": [ 7, 6, 9, 11 ], "texture": "#unlit" }, - "east": { "uv": [ 7, 6, 9, 11 ], "texture": "#unlit" } - } - }, - { "from": [ 10, 2, 11 ], - "to": [ 12, 7, 13 ], - "faces": { - "down": { "uv": [ 7, 13, 9, 15 ], "texture": "#unlit" }, - "up": { "uv": [ 7, 6, 9, 8 ], "texture": "#unlit" }, - "north": { "uv": [ 7, 6, 9, 11 ], "texture": "#unlit" }, - "south": { "uv": [ 7, 6, 9, 11 ], "texture": "#unlit" }, - "west": { "uv": [ 7, 6, 9, 11 ], "texture": "#unlit" }, - "east": { "uv": [ 7, 6, 9, 11 ], "texture": "#unlit" } - } - }, - { "from": [ 7, 5, 2 ], - "to": [ 9, 5, 4 ], - "faces": { - "up": { "uv": [ 7, 6, 9, 8 ], "texture": "#lit" } - } - }, - { "from": [ 7, 2, 1 ], - "to": [ 9, 6, 5 ], - "faces": { - "west": { "uv": [ 6, 5, 10, 9 ], "texture": "#lit" }, - "east": { "uv": [ 6, 5, 10, 9 ], "texture": "#lit" } - } - }, - { "from": [ 6, 2, 2 ], - "to": [ 10, 6, 4 ], - "faces": { - "north": { "uv": [ 6, 5, 10, 9 ], "texture": "#lit" }, - "south": { "uv": [ 6, 5, 10, 9 ], "texture": "#lit" } - } - } - ] -} diff --git a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/block/composter.json b/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/block/composter.json deleted file mode 100644 index 0af91965..00000000 --- a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/block/composter.json +++ /dev/null @@ -1,55 +0,0 @@ -{ - "parent": "block/block", - "textures": { - "particle": "block/composter_side", - "top": "block/composter_top", - "bottom": "block/composter_bottom", - "side": "block/composter_side", - "inside": "block/composter_bottom" - }, - "elements": [ - { "from": [ 0, 0, 0 ], - "to": [ 16, 2, 16 ], - "faces": { - "up": { "texture": "#inside", "cullface": "up" }, - "down": { "texture": "#bottom", "cullface": "down" } - } - }, - { "from": [ 0, 0, 0 ], - "to": [ 2, 16, 16 ], - "faces": { - "up": { "texture": "#top", "cullface": "up" }, - "north": { "texture": "#side", "cullface": "north" }, - "south": { "texture": "#side", "cullface": "south" }, - "west": { "texture": "#side", "cullface": "west" }, - "east": { "texture": "#side", "cullface": "up" } - } - }, - { "from": [ 14, 0, 0 ], - "to": [ 16, 16, 16 ], - "faces": { - "up": { "texture": "#top", "cullface": "up" }, - "north": { "texture": "#side", "cullface": "north" }, - "south": { "texture": "#side", "cullface": "south" }, - "west": { "texture": "#side", "cullface": "up" }, - "east": { "texture": "#side", "cullface": "east" } - } - }, - { "from": [ 2, 0, 0 ], - "to": [ 14, 16, 2 ], - "faces": { - "up": { "texture": "#top", "cullface": "up" }, - "north": { "texture": "#side", "cullface": "north" }, - "south": { "texture": "#side", "cullface": "up" } - } - }, - { "from": [ 2, 0, 14 ], - "to": [ 14, 16, 16 ], - "faces": { - "up": { "texture": "#top", "cullface": "up" }, - "north": { "texture": "#side", "cullface": "up" }, - "south": { "texture": "#side", "cullface": "south" } - } - } - ] -} diff --git a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/block/composter_contents1.json b/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/block/composter_contents1.json deleted file mode 100644 index bee430a2..00000000 --- a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/block/composter_contents1.json +++ /dev/null @@ -1,14 +0,0 @@ -{ - "textures": { - "particle": "block/composter_compost", - "inside": "block/composter_compost" - }, - "elements": [ - { "from": [ 2, 0, 2 ], - "to": [ 14, 3, 14 ], - "faces": { - "up": { "texture": "#inside", "cullface": "up" } - } - } - ] -} diff --git a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/block/composter_contents2.json b/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/block/composter_contents2.json deleted file mode 100644 index 2758c207..00000000 --- a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/block/composter_contents2.json +++ /dev/null @@ -1,14 +0,0 @@ -{ - "textures": { - "particle": "block/composter_compost", - "inside": "block/composter_compost" - }, - "elements": [ - { "from": [ 2, 0, 2 ], - "to": [ 14, 5, 14 ], - "faces": { - "up": { "texture": "#inside", "cullface": "up" } - } - } - ] -} diff --git a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/block/composter_contents3.json b/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/block/composter_contents3.json deleted file mode 100644 index 7888aec6..00000000 --- a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/block/composter_contents3.json +++ /dev/null @@ -1,14 +0,0 @@ -{ - "textures": { - "particle": "block/composter_compost", - "inside": "block/composter_compost" - }, - "elements": [ - { "from": [ 2, 0, 2 ], - "to": [ 14, 7, 14 ], - "faces": { - "up": { "texture": "#inside", "cullface": "up" } - } - } - ] -} diff --git a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/block/composter_contents4.json b/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/block/composter_contents4.json deleted file mode 100644 index 24be6a0c..00000000 --- a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/block/composter_contents4.json +++ /dev/null @@ -1,14 +0,0 @@ -{ - "textures": { - "particle": "block/composter_compost", - "inside": "block/composter_compost" - }, - "elements": [ - { "from": [ 2, 0, 2 ], - "to": [ 14, 9, 14 ], - "faces": { - "up": { "texture": "#inside", "cullface": "up" } - } - } - ] -} diff --git a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/block/composter_contents5.json b/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/block/composter_contents5.json deleted file mode 100644 index 724fa445..00000000 --- a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/block/composter_contents5.json +++ /dev/null @@ -1,14 +0,0 @@ -{ - "textures": { - "particle": "block/composter_compost", - "inside": "block/composter_compost" - }, - "elements": [ - { "from": [ 2, 0, 2 ], - "to": [ 14, 11, 14 ], - "faces": { - "up": { "texture": "#inside", "cullface": "up" } - } - } - ] -} diff --git a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/block/composter_contents6.json b/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/block/composter_contents6.json deleted file mode 100644 index 2613218a..00000000 --- a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/block/composter_contents6.json +++ /dev/null @@ -1,14 +0,0 @@ -{ - "textures": { - "particle": "block/composter_compost", - "inside": "block/composter_compost" - }, - "elements": [ - { "from": [ 2, 0, 2 ], - "to": [ 14, 13, 14 ], - "faces": { - "up": { "texture": "#inside", "cullface": "up" } - } - } - ] -} diff --git a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/block/composter_contents7.json b/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/block/composter_contents7.json deleted file mode 100644 index 2022561d..00000000 --- a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/block/composter_contents7.json +++ /dev/null @@ -1,14 +0,0 @@ -{ - "textures": { - "particle": "block/composter_compost", - "inside": "block/composter_compost" - }, - "elements": [ - { "from": [ 2, 0, 2 ], - "to": [ 14, 15, 14 ], - "faces": { - "up": { "texture": "#inside", "cullface": "up" } - } - } - ] -} diff --git a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/block/composter_contents_ready.json b/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/block/composter_contents_ready.json deleted file mode 100644 index 9fd0e258..00000000 --- a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/block/composter_contents_ready.json +++ /dev/null @@ -1,14 +0,0 @@ -{ - "textures": { - "particle": "block/composter_compost", - "inside": "block/composter_ready" - }, - "elements": [ - { "from": [ 2, 0, 2 ], - "to": [ 14, 15, 14 ], - "faces": { - "up": { "texture": "#inside", "cullface": "up" } - } - } - ] -} diff --git a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/block/conduit.json b/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/block/conduit.json deleted file mode 100644 index dc84fca9..00000000 --- a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/block/conduit.json +++ /dev/null @@ -1,6 +0,0 @@ -{ - "textures": { - "particle": "block/conduit" - } -} - diff --git a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/block/coral_fan.json b/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/block/coral_fan.json deleted file mode 100644 index e28dd67b..00000000 --- a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/block/coral_fan.json +++ /dev/null @@ -1,44 +0,0 @@ -{ - "ambientocclusion": false, - "textures": { - "particle": "#fan" - }, - "elements": [ - { "from": [ 8, 0, 0 ], - "to": [ 24, 0, 16 ], - "rotation": { "origin": [ 8, 0, 0 ], "axis": "z", "angle": 22.5, "rescale": false }, - "shade": false, - "faces": { - "up": { "uv": [ 0, 0, 16, 16 ], "texture": "#fan", "rotation": 90 }, - "down": { "uv": [ 0, 16, 16, 0 ], "texture": "#fan", "rotation": 270 } - } - }, - { "from": [ -8, 0, 0 ], - "to": [ 8, 0, 16 ], - "rotation": { "origin": [ 8, 0, 0 ], "axis": "z", "angle": -22.5, "rescale": false }, - "shade": false, - "faces": { - "up": { "uv": [ 0, 0, 16, 16 ], "texture": "#fan", "rotation": 270 }, - "down": { "uv": [ 0, 16, 16, 0 ], "texture": "#fan", "rotation": 90 } - } - }, - { "from": [ 0, 0, 8 ], - "to": [ 16, 0, 24 ], - "rotation": { "origin": [ 0, 0, 8 ], "axis": "x", "angle": -22.5, "rescale": false }, - "shade": false, - "faces": { - "up": { "uv": [ 16, 16, 0, 0 ], "texture": "#fan" }, - "down": { "uv": [ 16, 0, 0, 16 ], "texture": "#fan" } - } - }, - { "from": [ 0, 0, -8 ], - "to": [ 16, 0, 8 ], - "rotation": { "origin": [ 0, 0, 8 ], "axis": "x", "angle": 22.5, "rescale": false }, - "shade": false, - "faces": { - "up": { "uv": [ 0, 0, 16, 16 ], "texture": "#fan" }, - "down": { "uv": [ 0, 16, 16, 0 ], "texture": "#fan" } - } - } - ] -} diff --git a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/block/coral_wall_fan.json b/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/block/coral_wall_fan.json deleted file mode 100644 index eafe1f8f..00000000 --- a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/block/coral_wall_fan.json +++ /dev/null @@ -1,26 +0,0 @@ -{ - "ambientocclusion": false, - "textures": { - "particle": "#fan" - }, - "elements": [ - { "from": [ 0, 8, 0 ], - "to": [ 16, 8, 16 ], - "rotation": { "origin": [ 8, 8, 14 ], "axis": "x", "angle": 22.5, "rescale": true }, - "shade": false, - "faces": { - "up": { "uv": [ 0, 0, 16, 16 ], "texture": "#fan" }, - "down": { "uv": [ 16, 16, 0, 0 ], "texture": "#fan" } - } - }, - { "from": [ 0, 8, 0 ], - "to": [ 16, 8, 16 ], - "rotation": { "origin": [ 8, 8, 14 ], "axis": "x", "angle": -22.5, "rescale": true }, - "shade": false, - "faces": { - "up": { "uv": [ 0, 0, 16, 16 ], "texture": "#fan" }, - "down": { "uv": [ 16, 16, 0, 0 ], "texture": "#fan" } - } - } - ] -} diff --git a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/block/cornflower.json b/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/block/cornflower.json deleted file mode 100644 index e25a6ce7..00000000 --- a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/block/cornflower.json +++ /dev/null @@ -1,6 +0,0 @@ -{ - "parent": "block/cross", - "textures": { - "cross": "block/cornflower" - } -} diff --git a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/block/cracked_stone_bricks.json b/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/block/cracked_stone_bricks.json deleted file mode 100644 index bebfed49..00000000 --- a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/block/cracked_stone_bricks.json +++ /dev/null @@ -1,6 +0,0 @@ -{ - "parent": "block/cube_all", - "textures": { - "all": "block/cracked_stone_bricks" - } -} diff --git a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/block/crafting_table.json b/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/block/crafting_table.json deleted file mode 100644 index 45c45871..00000000 --- a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/block/crafting_table.json +++ /dev/null @@ -1,12 +0,0 @@ -{ - "parent": "block/cube", - "textures": { - "particle": "block/crafting_table_front", - "down": "block/oak_planks", - "up": "block/crafting_table_top", - "north": "block/crafting_table_front", - "east": "block/crafting_table_side", - "south": "block/crafting_table_side", - "west": "block/crafting_table_front" - } -} diff --git a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/block/crop.json b/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/block/crop.json deleted file mode 100644 index 9cc479e4..00000000 --- a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/block/crop.json +++ /dev/null @@ -1,40 +0,0 @@ -{ - "ambientocclusion": false, - "textures": { - "particle": "#crop" - }, - "elements": [ - { "from": [ 4, -1, 0 ], - "to": [ 4, 15, 16 ], - "shade": false, - "faces": { - "west": { "uv": [ 0, 0, 16, 16 ], "texture": "#crop" }, - "east": { "uv": [ 0, 0, 16, 16 ], "texture": "#crop" } - } - }, - { "from": [ 12, -1, 0 ], - "to": [ 12, 15, 16 ], - "shade": false, - "faces": { - "west": { "uv": [ 0, 0, 16, 16 ], "texture": "#crop" }, - "east": { "uv": [ 0, 0, 16, 16 ], "texture": "#crop" } - } - }, - { "from": [ 0, -1, 4 ], - "to": [ 16, 15, 4 ], - "shade": false, - "faces": { - "north": { "uv": [ 0, 0, 16, 16 ], "texture": "#crop" }, - "south": { "uv": [ 0, 0, 16, 16 ], "texture": "#crop" } - } - }, - { "from": [ 0, -1, 12 ], - "to": [ 16, 15, 12 ], - "shade": false, - "faces": { - "north": { "uv": [ 0, 0, 16, 16 ], "texture": "#crop" }, - "south": { "uv": [ 0, 0, 16, 16 ], "texture": "#crop" } - } - } - ] -} diff --git a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/block/cross.json b/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/block/cross.json deleted file mode 100644 index 37c8b09f..00000000 --- a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/block/cross.json +++ /dev/null @@ -1,26 +0,0 @@ -{ - "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/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/block/cube.json b/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/block/cube.json deleted file mode 100644 index 1b9780b4..00000000 --- a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/block/cube.json +++ /dev/null @@ -1,16 +0,0 @@ -{ - "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/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/block/cube_all.json b/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/block/cube_all.json deleted file mode 100644 index fa2f9e77..00000000 --- a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/block/cube_all.json +++ /dev/null @@ -1,12 +0,0 @@ -{ - "parent": "block/cube", - "textures": { - "particle": "#all", - "down": "#all", - "up": "#all", - "north": "#all", - "east": "#all", - "south": "#all", - "west": "#all" - } -} diff --git a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/block/cube_bottom_top.json b/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/block/cube_bottom_top.json deleted file mode 100644 index 4c610597..00000000 --- a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/block/cube_bottom_top.json +++ /dev/null @@ -1,12 +0,0 @@ -{ - "parent": "block/cube", - "textures": { - "particle": "#side", - "down": "#bottom", - "up": "#top", - "north": "#side", - "east": "#side", - "south": "#side", - "west": "#side" - } -} diff --git a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/block/cube_column.json b/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/block/cube_column.json deleted file mode 100644 index 358b9847..00000000 --- a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/block/cube_column.json +++ /dev/null @@ -1,12 +0,0 @@ -{ - "parent": "block/cube", - "textures": { - "particle": "#side", - "down": "#end", - "up": "#end", - "north": "#side", - "east": "#side", - "south": "#side", - "west": "#side" - } -} diff --git a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/block/cube_directional.json b/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/block/cube_directional.json deleted file mode 100644 index 09fadd01..00000000 --- a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/block/cube_directional.json +++ /dev/null @@ -1,16 +0,0 @@ -{ - "parent": "block/block", - "elements": [ - { "from": [ 0, 0, 0 ], - "to": [ 16, 16, 16 ], - "faces": { - "down": { "texture": "#down", "cullface": "down", "rotation": 180 }, - "up": { "texture": "#up", "cullface": "up" }, - "north": { "texture": "#north", "cullface": "north" }, - "south": { "texture": "#south", "cullface": "south" }, - "west": { "texture": "#west", "cullface": "west", "rotation": 270 }, - "east": { "texture": "#east", "cullface": "east", "rotation": 90 } - } - } - ] -} diff --git a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/block/cube_mirrored.json b/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/block/cube_mirrored.json deleted file mode 100644 index 38f44bda..00000000 --- a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/block/cube_mirrored.json +++ /dev/null @@ -1,15 +0,0 @@ -{ - "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/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/block/cube_mirrored_all.json b/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/block/cube_mirrored_all.json deleted file mode 100644 index 75743f20..00000000 --- a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/block/cube_mirrored_all.json +++ /dev/null @@ -1,12 +0,0 @@ -{ - "parent": "block/cube_mirrored", - "textures": { - "particle": "#all", - "down": "#all", - "up": "#all", - "north": "#all", - "east": "#all", - "south": "#all", - "west": "#all" - } -} diff --git a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/block/cube_top.json b/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/block/cube_top.json deleted file mode 100644 index a0c1d569..00000000 --- a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/block/cube_top.json +++ /dev/null @@ -1,12 +0,0 @@ -{ - "parent": "block/cube", - "textures": { - "particle": "#side", - "down": "#side", - "up": "#top", - "north": "#side", - "east": "#side", - "south": "#side", - "west": "#side" - } -} diff --git a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/block/cut_red_sandstone.json b/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/block/cut_red_sandstone.json deleted file mode 100644 index ece69cd4..00000000 --- a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/block/cut_red_sandstone.json +++ /dev/null @@ -1,7 +0,0 @@ -{ - "parent": "block/cube_column", - "textures": { - "end": "block/red_sandstone_top", - "side": "block/cut_red_sandstone" - } -} diff --git a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/block/cut_red_sandstone_slab.json b/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/block/cut_red_sandstone_slab.json deleted file mode 100644 index 1f917e8b..00000000 --- a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/block/cut_red_sandstone_slab.json +++ /dev/null @@ -1,8 +0,0 @@ -{ - "parent": "block/slab", - "textures": { - "bottom": "block/red_sandstone_top", - "top": "block/red_sandstone_top", - "side": "block/cut_red_sandstone" - } -} diff --git a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/block/cut_red_sandstone_slab_top.json b/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/block/cut_red_sandstone_slab_top.json deleted file mode 100644 index afbd3a3e..00000000 --- a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/block/cut_red_sandstone_slab_top.json +++ /dev/null @@ -1,8 +0,0 @@ -{ - "parent": "block/slab_top", - "textures": { - "bottom": "block/red_sandstone_top", - "top": "block/red_sandstone_top", - "side": "block/cut_red_sandstone" - } -} diff --git a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/block/cut_sandstone.json b/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/block/cut_sandstone.json deleted file mode 100644 index ad22903a..00000000 --- a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/block/cut_sandstone.json +++ /dev/null @@ -1,7 +0,0 @@ -{ - "parent": "block/cube_column", - "textures": { - "end": "block/sandstone_top", - "side": "block/cut_sandstone" - } -} diff --git a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/block/cut_sandstone_slab.json b/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/block/cut_sandstone_slab.json deleted file mode 100644 index 022b1c83..00000000 --- a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/block/cut_sandstone_slab.json +++ /dev/null @@ -1,8 +0,0 @@ -{ - "parent": "block/slab", - "textures": { - "bottom": "block/sandstone_top", - "top": "block/sandstone_top", - "side": "block/cut_sandstone" - } -} diff --git a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/block/cut_sandstone_slab_top.json b/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/block/cut_sandstone_slab_top.json deleted file mode 100644 index 72b91676..00000000 --- a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/block/cut_sandstone_slab_top.json +++ /dev/null @@ -1,8 +0,0 @@ -{ - "parent": "block/slab_top", - "textures": { - "bottom": "block/sandstone_top", - "top": "block/sandstone_top", - "side": "block/cut_sandstone" - } -} diff --git a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/block/cyan_carpet.json b/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/block/cyan_carpet.json deleted file mode 100644 index 345ed3ea..00000000 --- a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/block/cyan_carpet.json +++ /dev/null @@ -1,7 +0,0 @@ -{ - "parent": "block/carpet", - "textures": { - "particle": "block/cyan_wool", - "wool": "block/cyan_wool" - } -} diff --git a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/block/cyan_concrete.json b/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/block/cyan_concrete.json deleted file mode 100644 index 26b0fc82..00000000 --- a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/block/cyan_concrete.json +++ /dev/null @@ -1,6 +0,0 @@ -{ - "parent": "block/cube_all", - "textures": { - "all": "block/cyan_concrete" - } -} diff --git a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/block/cyan_concrete_powder.json b/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/block/cyan_concrete_powder.json deleted file mode 100644 index 137593b8..00000000 --- a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/block/cyan_concrete_powder.json +++ /dev/null @@ -1,6 +0,0 @@ -{ - "parent": "block/cube_all", - "textures": { - "all": "block/cyan_concrete_powder" - } -} diff --git a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/block/cyan_glazed_terracotta.json b/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/block/cyan_glazed_terracotta.json deleted file mode 100644 index 5f71cfbf..00000000 --- a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/block/cyan_glazed_terracotta.json +++ /dev/null @@ -1,7 +0,0 @@ -{ - "parent": "block/template_glazed_terracotta", - "textures": { - "particle": "block/cyan_glazed_terracotta", - "pattern": "block/cyan_glazed_terracotta" - } -} diff --git a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/block/cyan_shulker_box.json b/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/block/cyan_shulker_box.json deleted file mode 100644 index 128569b5..00000000 --- a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/block/cyan_shulker_box.json +++ /dev/null @@ -1,5 +0,0 @@ -{ - "textures": { - "particle": "block/cyan_shulker_box" - } -} diff --git a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/block/cyan_stained_glass.json b/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/block/cyan_stained_glass.json deleted file mode 100644 index 92652c94..00000000 --- a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/block/cyan_stained_glass.json +++ /dev/null @@ -1,6 +0,0 @@ -{ - "parent": "block/cube_all", - "textures": { - "all": "block/cyan_stained_glass" - } -} diff --git a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/block/cyan_stained_glass_pane_noside.json b/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/block/cyan_stained_glass_pane_noside.json deleted file mode 100644 index 35b7242d..00000000 --- a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/block/cyan_stained_glass_pane_noside.json +++ /dev/null @@ -1,6 +0,0 @@ -{ - "parent": "block/template_glass_pane_noside", - "textures": { - "pane": "block/cyan_stained_glass" - } -} diff --git a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/block/cyan_stained_glass_pane_noside_alt.json b/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/block/cyan_stained_glass_pane_noside_alt.json deleted file mode 100644 index a13559db..00000000 --- a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/block/cyan_stained_glass_pane_noside_alt.json +++ /dev/null @@ -1,6 +0,0 @@ -{ - "parent": "block/template_glass_pane_noside_alt", - "textures": { - "pane": "block/cyan_stained_glass" - } -} diff --git a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/block/cyan_stained_glass_pane_post.json b/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/block/cyan_stained_glass_pane_post.json deleted file mode 100644 index f29f7842..00000000 --- a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/block/cyan_stained_glass_pane_post.json +++ /dev/null @@ -1,7 +0,0 @@ -{ - "parent": "block/template_glass_pane_post", - "textures": { - "edge": "block/cyan_stained_glass_pane_top", - "pane": "block/cyan_stained_glass" - } -} diff --git a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/block/cyan_stained_glass_pane_side.json b/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/block/cyan_stained_glass_pane_side.json deleted file mode 100644 index b1de8f04..00000000 --- a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/block/cyan_stained_glass_pane_side.json +++ /dev/null @@ -1,7 +0,0 @@ -{ - "parent": "block/template_glass_pane_side", - "textures": { - "edge": "block/cyan_stained_glass_pane_top", - "pane": "block/cyan_stained_glass" - } -} diff --git a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/block/cyan_stained_glass_pane_side_alt.json b/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/block/cyan_stained_glass_pane_side_alt.json deleted file mode 100644 index 3209b423..00000000 --- a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/block/cyan_stained_glass_pane_side_alt.json +++ /dev/null @@ -1,7 +0,0 @@ -{ - "parent": "block/template_glass_pane_side_alt", - "textures": { - "edge": "block/cyan_stained_glass_pane_top", - "pane": "block/cyan_stained_glass" - } -} diff --git a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/block/cyan_terracotta.json b/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/block/cyan_terracotta.json deleted file mode 100644 index 0ea553bb..00000000 --- a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/block/cyan_terracotta.json +++ /dev/null @@ -1,6 +0,0 @@ -{ - "parent": "block/cube_all", - "textures": { - "all": "block/cyan_terracotta" - } -} diff --git a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/block/cyan_wool.json b/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/block/cyan_wool.json deleted file mode 100644 index 5aaf0290..00000000 --- a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/block/cyan_wool.json +++ /dev/null @@ -1,6 +0,0 @@ -{ - "parent": "block/cube_all", - "textures": { - "all": "block/cyan_wool" - } -} diff --git a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/block/damaged_anvil.json b/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/block/damaged_anvil.json deleted file mode 100644 index 3b09aaa3..00000000 --- a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/block/damaged_anvil.json +++ /dev/null @@ -1,6 +0,0 @@ -{ - "parent": "block/anvil", - "textures": { - "top": "block/damaged_anvil_top" - } -} diff --git a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/block/dandelion.json b/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/block/dandelion.json deleted file mode 100644 index 50975110..00000000 --- a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/block/dandelion.json +++ /dev/null @@ -1,6 +0,0 @@ -{ - "parent": "block/cross", - "textures": { - "cross": "block/dandelion" - } -} diff --git a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/block/dark_oak_button.json b/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/block/dark_oak_button.json deleted file mode 100644 index 31554e17..00000000 --- a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/block/dark_oak_button.json +++ /dev/null @@ -1,6 +0,0 @@ -{ - "parent": "block/button", - "textures": { - "texture": "block/dark_oak_planks" - } -} diff --git a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/block/dark_oak_button_inventory.json b/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/block/dark_oak_button_inventory.json deleted file mode 100644 index e8bd09d4..00000000 --- a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/block/dark_oak_button_inventory.json +++ /dev/null @@ -1,6 +0,0 @@ -{ - "parent": "block/button_inventory", - "textures": { - "texture": "block/dark_oak_planks" - } -} diff --git a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/block/dark_oak_button_pressed.json b/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/block/dark_oak_button_pressed.json deleted file mode 100644 index 973f0af3..00000000 --- a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/block/dark_oak_button_pressed.json +++ /dev/null @@ -1,6 +0,0 @@ -{ - "parent": "block/button_pressed", - "textures": { - "texture": "block/dark_oak_planks" - } -} diff --git a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/block/dark_oak_door_bottom.json b/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/block/dark_oak_door_bottom.json deleted file mode 100644 index 38ad7d28..00000000 --- a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/block/dark_oak_door_bottom.json +++ /dev/null @@ -1,7 +0,0 @@ -{ - "parent": "block/door_bottom", - "textures": { - "bottom": "block/dark_oak_door_bottom", - "top": "block/dark_oak_door_top" - } -} diff --git a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/block/dark_oak_door_bottom_hinge.json b/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/block/dark_oak_door_bottom_hinge.json deleted file mode 100644 index 1ce1cd21..00000000 --- a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/block/dark_oak_door_bottom_hinge.json +++ /dev/null @@ -1,7 +0,0 @@ -{ - "parent": "block/door_bottom_rh", - "textures": { - "bottom": "block/dark_oak_door_bottom", - "top": "block/dark_oak_door_top" - } -} diff --git a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/block/dark_oak_door_top.json b/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/block/dark_oak_door_top.json deleted file mode 100644 index 9b692ee4..00000000 --- a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/block/dark_oak_door_top.json +++ /dev/null @@ -1,7 +0,0 @@ -{ - "parent": "block/door_top", - "textures": { - "bottom": "block/dark_oak_door_bottom", - "top": "block/dark_oak_door_top" - } -} diff --git a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/block/dark_oak_door_top_hinge.json b/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/block/dark_oak_door_top_hinge.json deleted file mode 100644 index 700f35d1..00000000 --- a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/block/dark_oak_door_top_hinge.json +++ /dev/null @@ -1,7 +0,0 @@ -{ - "parent": "block/door_top_rh", - "textures": { - "bottom": "block/dark_oak_door_bottom", - "top": "block/dark_oak_door_top" - } -} diff --git a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/block/dark_oak_fence_gate.json b/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/block/dark_oak_fence_gate.json deleted file mode 100644 index 5f5db453..00000000 --- a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/block/dark_oak_fence_gate.json +++ /dev/null @@ -1,6 +0,0 @@ -{ - "parent": "block/template_fence_gate", - "textures": { - "texture": "block/dark_oak_planks" - } -} diff --git a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/block/dark_oak_fence_gate_open.json b/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/block/dark_oak_fence_gate_open.json deleted file mode 100644 index 12316075..00000000 --- a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/block/dark_oak_fence_gate_open.json +++ /dev/null @@ -1,6 +0,0 @@ -{ - "parent": "block/template_fence_gate_open", - "textures": { - "texture": "block/dark_oak_planks" - } -} diff --git a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/block/dark_oak_fence_gate_wall.json b/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/block/dark_oak_fence_gate_wall.json deleted file mode 100644 index c2c59e82..00000000 --- a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/block/dark_oak_fence_gate_wall.json +++ /dev/null @@ -1,6 +0,0 @@ -{ - "parent": "block/template_fence_gate_wall", - "textures": { - "texture": "block/dark_oak_planks" - } -} diff --git a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/block/dark_oak_fence_gate_wall_open.json b/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/block/dark_oak_fence_gate_wall_open.json deleted file mode 100644 index af216a7c..00000000 --- a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/block/dark_oak_fence_gate_wall_open.json +++ /dev/null @@ -1,6 +0,0 @@ -{ - "parent": "block/template_fence_gate_wall_open", - "textures": { - "texture": "block/dark_oak_planks" - } -} diff --git a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/block/dark_oak_fence_inventory.json b/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/block/dark_oak_fence_inventory.json deleted file mode 100644 index 895cc26f..00000000 --- a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/block/dark_oak_fence_inventory.json +++ /dev/null @@ -1,6 +0,0 @@ -{ - "parent": "block/fence_inventory", - "textures": { - "texture": "block/dark_oak_planks" - } -} diff --git a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/block/dark_oak_fence_post.json b/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/block/dark_oak_fence_post.json deleted file mode 100644 index e65b6962..00000000 --- a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/block/dark_oak_fence_post.json +++ /dev/null @@ -1,6 +0,0 @@ -{ - "parent": "block/fence_post", - "textures": { - "texture": "block/dark_oak_planks" - } -} diff --git a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/block/dark_oak_fence_side.json b/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/block/dark_oak_fence_side.json deleted file mode 100644 index eca984b3..00000000 --- a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/block/dark_oak_fence_side.json +++ /dev/null @@ -1,6 +0,0 @@ -{ - "parent": "block/fence_side", - "textures": { - "texture": "block/dark_oak_planks" - } -} diff --git a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/block/dark_oak_leaves.json b/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/block/dark_oak_leaves.json deleted file mode 100644 index 231806f4..00000000 --- a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/block/dark_oak_leaves.json +++ /dev/null @@ -1,6 +0,0 @@ -{ - "parent": "block/leaves", - "textures": { - "all": "block/dark_oak_leaves" - } -} diff --git a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/block/dark_oak_log.json b/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/block/dark_oak_log.json deleted file mode 100644 index d0a8e69e..00000000 --- a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/block/dark_oak_log.json +++ /dev/null @@ -1,7 +0,0 @@ -{ - "parent": "block/cube_column", - "textures": { - "end": "block/dark_oak_log_top", - "side": "block/dark_oak_log" - } -} diff --git a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/block/dark_oak_planks.json b/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/block/dark_oak_planks.json deleted file mode 100644 index c0ff4c3c..00000000 --- a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/block/dark_oak_planks.json +++ /dev/null @@ -1,6 +0,0 @@ -{ - "parent": "block/cube_all", - "textures": { - "all": "block/dark_oak_planks" - } -} diff --git a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/block/dark_oak_pressure_plate.json b/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/block/dark_oak_pressure_plate.json deleted file mode 100644 index dca23aed..00000000 --- a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/block/dark_oak_pressure_plate.json +++ /dev/null @@ -1,6 +0,0 @@ -{ - "parent": "block/pressure_plate_up", - "textures": { - "texture": "block/dark_oak_planks" - } -} diff --git a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/block/dark_oak_pressure_plate_down.json b/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/block/dark_oak_pressure_plate_down.json deleted file mode 100644 index 7e37e872..00000000 --- a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/block/dark_oak_pressure_plate_down.json +++ /dev/null @@ -1,6 +0,0 @@ -{ - "parent": "block/pressure_plate_down", - "textures": { - "texture": "block/dark_oak_planks" - } -} diff --git a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/block/dark_oak_sapling.json b/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/block/dark_oak_sapling.json deleted file mode 100644 index 7267c413..00000000 --- a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/block/dark_oak_sapling.json +++ /dev/null @@ -1,6 +0,0 @@ -{ - "parent": "block/cross", - "textures": { - "cross": "block/dark_oak_sapling" - } -} diff --git a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/block/dark_oak_sign.json b/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/block/dark_oak_sign.json deleted file mode 100644 index 1961ef62..00000000 --- a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/block/dark_oak_sign.json +++ /dev/null @@ -1,5 +0,0 @@ -{ - "textures": { - "particle": "block/dark_oak_planks" - } -} diff --git a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/block/dark_oak_slab.json b/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/block/dark_oak_slab.json deleted file mode 100644 index 12ce4e02..00000000 --- a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/block/dark_oak_slab.json +++ /dev/null @@ -1,8 +0,0 @@ -{ - "parent": "block/slab", - "textures": { - "bottom": "block/dark_oak_planks", - "top": "block/dark_oak_planks", - "side": "block/dark_oak_planks" - } -} diff --git a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/block/dark_oak_slab_top.json b/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/block/dark_oak_slab_top.json deleted file mode 100644 index 9b861483..00000000 --- a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/block/dark_oak_slab_top.json +++ /dev/null @@ -1,8 +0,0 @@ -{ - "parent": "block/slab_top", - "textures": { - "bottom": "block/dark_oak_planks", - "top": "block/dark_oak_planks", - "side": "block/dark_oak_planks" - } -} diff --git a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/block/dark_oak_stairs.json b/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/block/dark_oak_stairs.json deleted file mode 100644 index 318195d8..00000000 --- a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/block/dark_oak_stairs.json +++ /dev/null @@ -1,8 +0,0 @@ -{ - "parent": "block/stairs", - "textures": { - "bottom": "block/dark_oak_planks", - "top": "block/dark_oak_planks", - "side": "block/dark_oak_planks" - } -} diff --git a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/block/dark_oak_stairs_inner.json b/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/block/dark_oak_stairs_inner.json deleted file mode 100644 index ff8fa26d..00000000 --- a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/block/dark_oak_stairs_inner.json +++ /dev/null @@ -1,8 +0,0 @@ -{ - "parent": "block/inner_stairs", - "textures": { - "bottom": "block/dark_oak_planks", - "top": "block/dark_oak_planks", - "side": "block/dark_oak_planks" - } -} diff --git a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/block/dark_oak_stairs_outer.json b/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/block/dark_oak_stairs_outer.json deleted file mode 100644 index 48215ae5..00000000 --- a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/block/dark_oak_stairs_outer.json +++ /dev/null @@ -1,8 +0,0 @@ -{ - "parent": "block/outer_stairs", - "textures": { - "bottom": "block/dark_oak_planks", - "top": "block/dark_oak_planks", - "side": "block/dark_oak_planks" - } -} diff --git a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/block/dark_oak_trapdoor_bottom.json b/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/block/dark_oak_trapdoor_bottom.json deleted file mode 100644 index 2d9d7f90..00000000 --- a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/block/dark_oak_trapdoor_bottom.json +++ /dev/null @@ -1,6 +0,0 @@ -{ - "parent": "block/template_trapdoor_bottom", - "textures": { - "texture": "block/dark_oak_trapdoor" - } -} diff --git a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/block/dark_oak_trapdoor_open.json b/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/block/dark_oak_trapdoor_open.json deleted file mode 100644 index 6f2fae62..00000000 --- a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/block/dark_oak_trapdoor_open.json +++ /dev/null @@ -1,6 +0,0 @@ -{ - "parent": "block/template_trapdoor_open", - "textures": { - "texture": "block/dark_oak_trapdoor" - } -} diff --git a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/block/dark_oak_trapdoor_top.json b/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/block/dark_oak_trapdoor_top.json deleted file mode 100644 index 7a5490f0..00000000 --- a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/block/dark_oak_trapdoor_top.json +++ /dev/null @@ -1,6 +0,0 @@ -{ - "parent": "block/template_trapdoor_top", - "textures": { - "texture": "block/dark_oak_trapdoor" - } -} diff --git a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/block/dark_oak_wood.json b/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/block/dark_oak_wood.json deleted file mode 100644 index 08631485..00000000 --- a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/block/dark_oak_wood.json +++ /dev/null @@ -1,7 +0,0 @@ -{ - "parent": "block/cube_column", - "textures": { - "end": "block/dark_oak_log", - "side": "block/dark_oak_log" - } -} diff --git a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/block/dark_prismarine.json b/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/block/dark_prismarine.json deleted file mode 100644 index ac773909..00000000 --- a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/block/dark_prismarine.json +++ /dev/null @@ -1,6 +0,0 @@ -{ - "parent": "block/cube_all", - "textures": { - "all": "block/dark_prismarine" - } -} diff --git a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/block/dark_prismarine_slab.json b/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/block/dark_prismarine_slab.json deleted file mode 100644 index 01a6664a..00000000 --- a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/block/dark_prismarine_slab.json +++ /dev/null @@ -1,8 +0,0 @@ -{ - "parent": "block/slab", - "textures": { - "bottom": "block/dark_prismarine", - "top": "block/dark_prismarine", - "side": "block/dark_prismarine" - } -} diff --git a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/block/dark_prismarine_slab_top.json b/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/block/dark_prismarine_slab_top.json deleted file mode 100644 index 8120ddb9..00000000 --- a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/block/dark_prismarine_slab_top.json +++ /dev/null @@ -1,8 +0,0 @@ -{ - "parent": "block/slab_top", - "textures": { - "bottom": "block/dark_prismarine", - "top": "block/dark_prismarine", - "side": "block/dark_prismarine" - } -} diff --git a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/block/dark_prismarine_stairs.json b/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/block/dark_prismarine_stairs.json deleted file mode 100644 index 49f29145..00000000 --- a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/block/dark_prismarine_stairs.json +++ /dev/null @@ -1,8 +0,0 @@ -{ - "parent": "block/stairs", - "textures": { - "bottom": "block/dark_prismarine", - "top": "block/dark_prismarine", - "side": "block/dark_prismarine" - } -} diff --git a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/block/dark_prismarine_stairs_inner.json b/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/block/dark_prismarine_stairs_inner.json deleted file mode 100644 index f3b2fbed..00000000 --- a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/block/dark_prismarine_stairs_inner.json +++ /dev/null @@ -1,8 +0,0 @@ -{ - "parent": "block/inner_stairs", - "textures": { - "bottom": "block/dark_prismarine", - "top": "block/dark_prismarine", - "side": "block/dark_prismarine" - } -} diff --git a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/block/dark_prismarine_stairs_outer.json b/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/block/dark_prismarine_stairs_outer.json deleted file mode 100644 index adaf0d2e..00000000 --- a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/block/dark_prismarine_stairs_outer.json +++ /dev/null @@ -1,8 +0,0 @@ -{ - "parent": "block/outer_stairs", - "textures": { - "bottom": "block/dark_prismarine", - "top": "block/dark_prismarine", - "side": "block/dark_prismarine" - } -} diff --git a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/block/daylight_detector.json b/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/block/daylight_detector.json deleted file mode 100644 index 7bbbbf40..00000000 --- a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/block/daylight_detector.json +++ /dev/null @@ -1,20 +0,0 @@ -{ "parent": "block/thin_block", - "textures": { - "particle": "block/daylight_detector_top", - "top": "block/daylight_detector_top", - "side": "block/daylight_detector_side" - }, - "elements": [ - { "from": [ 0, 0, 0 ], - "to": [ 16, 6, 16 ], - "faces": { - "down": { "uv": [ 0, 0, 16, 16 ], "texture": "#side", "cullface": "down" }, - "up": { "uv": [ 0, 0, 16, 16 ], "texture": "#top" }, - "north": { "uv": [ 0, 10, 16, 16 ], "texture": "#side", "cullface": "north" }, - "south": { "uv": [ 0, 10, 16, 16 ], "texture": "#side", "cullface": "south" }, - "west": { "uv": [ 0, 10, 16, 16 ], "texture": "#side", "cullface": "west" }, - "east": { "uv": [ 0, 10, 16, 16 ], "texture": "#side", "cullface": "east" } - } - } - ] -} diff --git a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/block/daylight_detector_inverted.json b/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/block/daylight_detector_inverted.json deleted file mode 100644 index 9dd5476d..00000000 --- a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/block/daylight_detector_inverted.json +++ /dev/null @@ -1,20 +0,0 @@ -{ - "textures": { - "particle": "block/daylight_detector_inverted_top", - "top": "block/daylight_detector_inverted_top", - "side": "block/daylight_detector_side" - }, - "elements": [ - { "from": [ 0, 0, 0 ], - "to": [ 16, 6, 16 ], - "faces": { - "down": { "uv": [ 0, 0, 16, 16 ], "texture": "#side", "cullface": "down" }, - "up": { "uv": [ 0, 0, 16, 16 ], "texture": "#top" }, - "north": { "uv": [ 0, 10, 16, 16 ], "texture": "#side", "cullface": "north" }, - "south": { "uv": [ 0, 10, 16, 16 ], "texture": "#side", "cullface": "south" }, - "west": { "uv": [ 0, 10, 16, 16 ], "texture": "#side", "cullface": "west" }, - "east": { "uv": [ 0, 10, 16, 16 ], "texture": "#side", "cullface": "east" } - } - } - ] -} diff --git a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/block/dead_brain_coral.json b/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/block/dead_brain_coral.json deleted file mode 100644 index 10fa3f16..00000000 --- a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/block/dead_brain_coral.json +++ /dev/null @@ -1,6 +0,0 @@ -{ - "parent": "block/cross", - "textures": { - "cross": "block/dead_brain_coral" - } -} diff --git a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/block/dead_brain_coral_block.json b/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/block/dead_brain_coral_block.json deleted file mode 100644 index dd8f9174..00000000 --- a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/block/dead_brain_coral_block.json +++ /dev/null @@ -1,6 +0,0 @@ -{ - "parent": "block/cube_all", - "textures": { - "all": "block/dead_brain_coral_block" - } -} diff --git a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/block/dead_brain_coral_fan.json b/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/block/dead_brain_coral_fan.json deleted file mode 100644 index 4ee4e4ef..00000000 --- a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/block/dead_brain_coral_fan.json +++ /dev/null @@ -1,6 +0,0 @@ -{ - "parent": "block/coral_fan", - "textures": { - "fan": "block/dead_brain_coral_fan" - } -} diff --git a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/block/dead_brain_coral_wall_fan.json b/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/block/dead_brain_coral_wall_fan.json deleted file mode 100644 index 1811cfc0..00000000 --- a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/block/dead_brain_coral_wall_fan.json +++ /dev/null @@ -1,6 +0,0 @@ -{ - "parent": "block/coral_wall_fan", - "textures": { - "fan": "block/dead_brain_coral_fan" - } -} diff --git a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/block/dead_bubble_coral.json b/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/block/dead_bubble_coral.json deleted file mode 100644 index 3883a06a..00000000 --- a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/block/dead_bubble_coral.json +++ /dev/null @@ -1,6 +0,0 @@ -{ - "parent": "block/cross", - "textures": { - "cross": "block/dead_bubble_coral" - } -} diff --git a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/block/dead_bubble_coral_block.json b/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/block/dead_bubble_coral_block.json deleted file mode 100644 index 9e63eb70..00000000 --- a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/block/dead_bubble_coral_block.json +++ /dev/null @@ -1,6 +0,0 @@ -{ - "parent": "block/cube_all", - "textures": { - "all": "block/dead_bubble_coral_block" - } -} diff --git a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/block/dead_bubble_coral_fan.json b/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/block/dead_bubble_coral_fan.json deleted file mode 100644 index dba30b8b..00000000 --- a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/block/dead_bubble_coral_fan.json +++ /dev/null @@ -1,6 +0,0 @@ -{ - "parent": "block/coral_fan", - "textures": { - "fan": "block/dead_bubble_coral_fan" - } -} diff --git a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/block/dead_bubble_coral_wall_fan.json b/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/block/dead_bubble_coral_wall_fan.json deleted file mode 100644 index 7b10457f..00000000 --- a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/block/dead_bubble_coral_wall_fan.json +++ /dev/null @@ -1,6 +0,0 @@ -{ - "parent": "block/coral_wall_fan", - "textures": { - "fan": "block/dead_bubble_coral_fan" - } -} diff --git a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/block/dead_bush.json b/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/block/dead_bush.json deleted file mode 100644 index c1df518f..00000000 --- a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/block/dead_bush.json +++ /dev/null @@ -1,6 +0,0 @@ -{ - "parent": "block/cross", - "textures": { - "cross": "block/dead_bush" - } -} diff --git a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/block/dead_fire_coral.json b/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/block/dead_fire_coral.json deleted file mode 100644 index 5e93967f..00000000 --- a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/block/dead_fire_coral.json +++ /dev/null @@ -1,6 +0,0 @@ -{ - "parent": "block/cross", - "textures": { - "cross": "block/dead_fire_coral" - } -} diff --git a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/block/dead_fire_coral_block.json b/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/block/dead_fire_coral_block.json deleted file mode 100644 index ef0f3d84..00000000 --- a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/block/dead_fire_coral_block.json +++ /dev/null @@ -1,6 +0,0 @@ -{ - "parent": "block/cube_all", - "textures": { - "all": "block/dead_fire_coral_block" - } -} diff --git a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/block/dead_fire_coral_fan.json b/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/block/dead_fire_coral_fan.json deleted file mode 100644 index 9b407266..00000000 --- a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/block/dead_fire_coral_fan.json +++ /dev/null @@ -1,6 +0,0 @@ -{ - "parent": "block/coral_fan", - "textures": { - "fan": "block/dead_fire_coral_fan" - } -} diff --git a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/block/dead_fire_coral_wall_fan.json b/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/block/dead_fire_coral_wall_fan.json deleted file mode 100644 index 300d273d..00000000 --- a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/block/dead_fire_coral_wall_fan.json +++ /dev/null @@ -1,6 +0,0 @@ -{ - "parent": "block/coral_wall_fan", - "textures": { - "fan": "block/dead_fire_coral_fan" - } -} diff --git a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/block/dead_horn_coral.json b/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/block/dead_horn_coral.json deleted file mode 100644 index 1ca098c9..00000000 --- a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/block/dead_horn_coral.json +++ /dev/null @@ -1,6 +0,0 @@ -{ - "parent": "block/cross", - "textures": { - "cross": "block/dead_horn_coral" - } -} diff --git a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/block/dead_horn_coral_block.json b/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/block/dead_horn_coral_block.json deleted file mode 100644 index 5bb4e46e..00000000 --- a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/block/dead_horn_coral_block.json +++ /dev/null @@ -1,6 +0,0 @@ -{ - "parent": "block/cube_all", - "textures": { - "all": "block/dead_horn_coral_block" - } -} diff --git a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/block/dead_horn_coral_fan.json b/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/block/dead_horn_coral_fan.json deleted file mode 100644 index 9dfc6de1..00000000 --- a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/block/dead_horn_coral_fan.json +++ /dev/null @@ -1,6 +0,0 @@ -{ - "parent": "block/coral_fan", - "textures": { - "fan": "block/dead_horn_coral_fan" - } -} diff --git a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/block/dead_horn_coral_wall_fan.json b/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/block/dead_horn_coral_wall_fan.json deleted file mode 100644 index dd698c76..00000000 --- a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/block/dead_horn_coral_wall_fan.json +++ /dev/null @@ -1,6 +0,0 @@ -{ - "parent": "block/coral_wall_fan", - "textures": { - "fan": "block/dead_horn_coral_fan" - } -} diff --git a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/block/dead_sea_pickle.json b/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/block/dead_sea_pickle.json deleted file mode 100644 index ce3ee6eb..00000000 --- a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/block/dead_sea_pickle.json +++ /dev/null @@ -1,27 +0,0 @@ -{ - "parent": "block/block", - "textures": { - "particle": "block/sea_pickle", - "all": "block/sea_pickle" - }, - "elements": [ - { "from": [ 6, 0, 6 ], - "to": [ 10, 6, 10 ], - "faces": { - "down": { "uv": [ 8, 1, 12, 5 ], "texture": "#all", "cullface": "down" }, - "up": { "uv": [ 4, 1, 8, 5 ], "texture": "#all" }, - "north": { "uv": [ 4, 5, 8, 11 ], "texture": "#all" }, - "south": { "uv": [ 0, 5, 4, 11 ], "texture": "#all" }, - "west": { "uv": [ 8, 5, 12, 11 ], "texture": "#all" }, - "east": { "uv": [ 12, 5, 16, 11 ], "texture": "#all" } - } - }, - { - "from": [ 6, 5.95, 6 ], - "to": [ 10, 5.95, 10 ], - "faces": { - "up": {"uv": [ 8, 1, 12, 5 ], "texture": "#all"} - } - } - ] -} diff --git a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/block/dead_tube_coral.json b/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/block/dead_tube_coral.json deleted file mode 100644 index efb4dd0e..00000000 --- a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/block/dead_tube_coral.json +++ /dev/null @@ -1,6 +0,0 @@ -{ - "parent": "block/cross", - "textures": { - "cross": "block/dead_tube_coral" - } -} diff --git a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/block/dead_tube_coral_block.json b/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/block/dead_tube_coral_block.json deleted file mode 100644 index 2ee3b677..00000000 --- a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/block/dead_tube_coral_block.json +++ /dev/null @@ -1,6 +0,0 @@ -{ - "parent": "block/cube_all", - "textures": { - "all": "block/dead_tube_coral_block" - } -} diff --git a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/block/dead_tube_coral_fan.json b/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/block/dead_tube_coral_fan.json deleted file mode 100644 index 7a2f42a7..00000000 --- a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/block/dead_tube_coral_fan.json +++ /dev/null @@ -1,6 +0,0 @@ -{ - "parent": "block/coral_fan", - "textures": { - "fan": "block/dead_tube_coral_fan" - } -} diff --git a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/block/dead_tube_coral_wall_fan.json b/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/block/dead_tube_coral_wall_fan.json deleted file mode 100644 index 5815dc84..00000000 --- a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/block/dead_tube_coral_wall_fan.json +++ /dev/null @@ -1,6 +0,0 @@ -{ - "parent": "block/coral_wall_fan", - "textures": { - "fan": "block/dead_tube_coral_fan" - } -} diff --git a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/block/detector_rail.json b/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/block/detector_rail.json deleted file mode 100644 index 6df3cc1d..00000000 --- a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/block/detector_rail.json +++ /dev/null @@ -1,6 +0,0 @@ -{ - "parent": "block/rail_flat", - "textures": { - "rail": "block/detector_rail" - } -} diff --git a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/block/detector_rail_on.json b/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/block/detector_rail_on.json deleted file mode 100644 index 84041520..00000000 --- a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/block/detector_rail_on.json +++ /dev/null @@ -1,6 +0,0 @@ -{ - "parent": "block/rail_flat", - "textures": { - "rail": "block/detector_rail_on" - } -} diff --git a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/block/detector_rail_on_raised_ne.json b/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/block/detector_rail_on_raised_ne.json deleted file mode 100644 index 0d2e3757..00000000 --- a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/block/detector_rail_on_raised_ne.json +++ /dev/null @@ -1,6 +0,0 @@ -{ - "parent": "block/template_rail_raised_ne", - "textures": { - "rail": "block/detector_rail_on" - } -} diff --git a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/block/detector_rail_on_raised_sw.json b/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/block/detector_rail_on_raised_sw.json deleted file mode 100644 index 7e5390f7..00000000 --- a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/block/detector_rail_on_raised_sw.json +++ /dev/null @@ -1,6 +0,0 @@ -{ - "parent": "block/template_rail_raised_sw", - "textures": { - "rail": "block/detector_rail_on" - } -} diff --git a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/block/detector_rail_raised_ne.json b/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/block/detector_rail_raised_ne.json deleted file mode 100644 index 5ba87c3e..00000000 --- a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/block/detector_rail_raised_ne.json +++ /dev/null @@ -1,6 +0,0 @@ -{ - "parent": "block/template_rail_raised_ne", - "textures": { - "rail": "block/detector_rail" - } -} diff --git a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/block/detector_rail_raised_sw.json b/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/block/detector_rail_raised_sw.json deleted file mode 100644 index dd8cc0f3..00000000 --- a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/block/detector_rail_raised_sw.json +++ /dev/null @@ -1,6 +0,0 @@ -{ - "parent": "block/template_rail_raised_sw", - "textures": { - "rail": "block/detector_rail" - } -} diff --git a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/block/diamond_block.json b/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/block/diamond_block.json deleted file mode 100644 index a2700992..00000000 --- a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/block/diamond_block.json +++ /dev/null @@ -1,6 +0,0 @@ -{ - "parent": "block/cube_all", - "textures": { - "all": "block/diamond_block" - } -} diff --git a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/block/diamond_ore.json b/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/block/diamond_ore.json deleted file mode 100644 index 98f97b69..00000000 --- a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/block/diamond_ore.json +++ /dev/null @@ -1,6 +0,0 @@ -{ - "parent": "block/cube_all", - "textures": { - "all": "block/diamond_ore" - } -} diff --git a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/block/diorite.json b/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/block/diorite.json deleted file mode 100644 index 24801519..00000000 --- a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/block/diorite.json +++ /dev/null @@ -1,6 +0,0 @@ -{ - "parent": "block/cube_all", - "textures": { - "all": "block/diorite" - } -} diff --git a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/block/diorite_slab.json b/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/block/diorite_slab.json deleted file mode 100644 index 49b92497..00000000 --- a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/block/diorite_slab.json +++ /dev/null @@ -1,8 +0,0 @@ -{ - "parent": "block/slab", - "textures": { - "bottom": "block/diorite", - "top": "block/diorite", - "side": "block/diorite" - } -} diff --git a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/block/diorite_slab_top.json b/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/block/diorite_slab_top.json deleted file mode 100644 index 4d3f8b5b..00000000 --- a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/block/diorite_slab_top.json +++ /dev/null @@ -1,8 +0,0 @@ -{ - "parent": "block/slab_top", - "textures": { - "bottom": "block/diorite", - "top": "block/diorite", - "side": "block/diorite" - } -} diff --git a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/block/diorite_stairs.json b/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/block/diorite_stairs.json deleted file mode 100644 index 7a1a58db..00000000 --- a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/block/diorite_stairs.json +++ /dev/null @@ -1,8 +0,0 @@ -{ - "parent": "block/stairs", - "textures": { - "bottom": "block/diorite", - "top": "block/diorite", - "side": "block/diorite" - } -} diff --git a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/block/diorite_stairs_inner.json b/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/block/diorite_stairs_inner.json deleted file mode 100644 index 764e2c46..00000000 --- a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/block/diorite_stairs_inner.json +++ /dev/null @@ -1,8 +0,0 @@ -{ - "parent": "block/inner_stairs", - "textures": { - "bottom": "block/diorite", - "top": "block/diorite", - "side": "block/diorite" - } -} diff --git a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/block/diorite_stairs_outer.json b/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/block/diorite_stairs_outer.json deleted file mode 100644 index 1f1b2397..00000000 --- a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/block/diorite_stairs_outer.json +++ /dev/null @@ -1,8 +0,0 @@ -{ - "parent": "block/outer_stairs", - "textures": { - "bottom": "block/diorite", - "top": "block/diorite", - "side": "block/diorite" - } -} diff --git a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/block/diorite_wall_inventory.json b/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/block/diorite_wall_inventory.json deleted file mode 100644 index 214d463e..00000000 --- a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/block/diorite_wall_inventory.json +++ /dev/null @@ -1,6 +0,0 @@ -{ - "parent": "block/wall_inventory", - "textures": { - "wall": "block/diorite" - } -} diff --git a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/block/diorite_wall_post.json b/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/block/diorite_wall_post.json deleted file mode 100644 index 64071cc5..00000000 --- a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/block/diorite_wall_post.json +++ /dev/null @@ -1,6 +0,0 @@ -{ - "parent": "block/template_wall_post", - "textures": { - "wall": "block/diorite" - } -} diff --git a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/block/diorite_wall_side.json b/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/block/diorite_wall_side.json deleted file mode 100644 index dd1b6f64..00000000 --- a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/block/diorite_wall_side.json +++ /dev/null @@ -1,6 +0,0 @@ -{ - "parent": "block/template_wall_side", - "textures": { - "wall": "block/diorite" - } -} diff --git a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/block/dirt.json b/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/block/dirt.json deleted file mode 100644 index 4f4edb1c..00000000 --- a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/block/dirt.json +++ /dev/null @@ -1,6 +0,0 @@ -{ - "parent": "block/cube_all", - "textures": { - "all": "block/dirt" - } -} diff --git a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/block/dispenser.json b/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/block/dispenser.json deleted file mode 100644 index 0e6b66b6..00000000 --- a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/block/dispenser.json +++ /dev/null @@ -1,8 +0,0 @@ -{ - "parent": "block/orientable", - "textures": { - "top": "block/furnace_top", - "front": "block/dispenser_front", - "side": "block/furnace_side" - } -} diff --git a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/block/dispenser_vertical.json b/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/block/dispenser_vertical.json deleted file mode 100644 index c84ffae4..00000000 --- a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/block/dispenser_vertical.json +++ /dev/null @@ -1,7 +0,0 @@ -{ - "parent": "block/orientable_vertical", - "textures": { - "front": "block/dispenser_front_vertical", - "side": "block/furnace_top" - } -} diff --git a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/block/door_bottom.json b/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/block/door_bottom.json deleted file mode 100644 index 905758fe..00000000 --- a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/block/door_bottom.json +++ /dev/null @@ -1,18 +0,0 @@ -{ - "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/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/block/door_bottom_rh.json b/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/block/door_bottom_rh.json deleted file mode 100644 index 26acf4c7..00000000 --- a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/block/door_bottom_rh.json +++ /dev/null @@ -1,18 +0,0 @@ -{ - "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/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/block/door_top.json b/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/block/door_top.json deleted file mode 100644 index 809fa443..00000000 --- a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/block/door_top.json +++ /dev/null @@ -1,18 +0,0 @@ -{ - "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/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/block/door_top_rh.json b/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/block/door_top_rh.json deleted file mode 100644 index e7d2f930..00000000 --- a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/block/door_top_rh.json +++ /dev/null @@ -1,18 +0,0 @@ -{ - "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/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/block/dragon_egg.json b/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/block/dragon_egg.json deleted file mode 100644 index 19e6c4e2..00000000 --- a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/block/dragon_egg.json +++ /dev/null @@ -1,97 +0,0 @@ -{ "parent": "block/block", - "ambientocclusion": false, - "textures": { - "particle": "block/dragon_egg", - "all": "block/dragon_egg" - }, - "elements": [ - { "from": [ 6, 15, 6 ], - "to": [ 10, 16, 10 ], - "faces": { - "down": { "uv": [ 6, 6, 10, 10 ], "texture": "#all" }, - "up": { "uv": [ 6, 6, 10, 10 ], "texture": "#all" }, - "north": { "uv": [ 6, 15, 10, 16 ], "texture": "#all" }, - "south": { "uv": [ 6, 15, 10, 16 ], "texture": "#all" }, - "west": { "uv": [ 6, 15, 10, 16 ], "texture": "#all" }, - "east": { "uv": [ 6, 15, 10, 16 ], "texture": "#all" } - } - }, - { "from": [ 5, 14, 5 ], - "to": [ 11, 15, 11 ], - "faces": { - "down": { "uv": [ 5, 5, 11, 11 ], "texture": "#all" }, - "up": { "uv": [ 5, 5, 11, 11 ], "texture": "#all" }, - "north": { "uv": [ 5, 14, 11, 15 ], "texture": "#all" }, - "south": { "uv": [ 5, 14, 11, 15 ], "texture": "#all" }, - "west": { "uv": [ 5, 14, 11, 15 ], "texture": "#all" }, - "east": { "uv": [ 5, 14, 11, 15 ], "texture": "#all" } - } - }, - { "from": [ 5, 13, 5 ], - "to": [ 11, 14, 11 ], - "faces": { - "down": { "uv": [ 4, 4, 12, 12 ], "texture": "#all" }, - "up": { "uv": [ 4, 4, 12, 12 ], "texture": "#all" }, - "north": { "uv": [ 4, 13, 12, 14 ], "texture": "#all" }, - "south": { "uv": [ 4, 13, 12, 14 ], "texture": "#all" }, - "west": { "uv": [ 4, 13, 12, 14 ], "texture": "#all" }, - "east": { "uv": [ 4, 13, 12, 14 ], "texture": "#all" } - } - }, - { "from": [ 3, 11, 3 ], - "to": [ 13, 13, 13 ], - "faces": { - "down": { "uv": [ 3, 3, 13, 13 ], "texture": "#all" }, - "up": { "uv": [ 3, 3, 13, 13 ], "texture": "#all" }, - "north": { "uv": [ 3, 11, 13, 13 ], "texture": "#all" }, - "south": { "uv": [ 3, 11, 13, 13 ], "texture": "#all" }, - "west": { "uv": [ 3, 11, 13, 13 ], "texture": "#all" }, - "east": { "uv": [ 3, 11, 13, 13 ], "texture": "#all" } - } - }, - { "from": [ 2, 8, 2 ], - "to": [ 14, 11, 14 ], - "faces": { - "down": { "uv": [ 2, 2, 14, 14 ], "texture": "#all" }, - "up": { "uv": [ 2, 2, 14, 14 ], "texture": "#all" }, - "north": { "uv": [ 2, 8, 14, 11 ], "texture": "#all" }, - "south": { "uv": [ 2, 8, 14, 11 ], "texture": "#all" }, - "west": { "uv": [ 2, 8, 14, 11 ], "texture": "#all" }, - "east": { "uv": [ 2, 8, 14, 11 ], "texture": "#all" } - } - }, - { "from": [ 1, 3, 1 ], - "to": [ 15, 8, 15 ], - "faces": { - "down": { "uv": [ 1, 1, 15, 15 ], "texture": "#all" }, - "up": { "uv": [ 1, 1, 15, 15 ], "texture": "#all" }, - "north": { "uv": [ 1, 3, 15, 8 ], "texture": "#all" }, - "south": { "uv": [ 1, 3, 15, 8 ], "texture": "#all" }, - "west": { "uv": [ 1, 3, 15, 8 ], "texture": "#all" }, - "east": { "uv": [ 1, 3, 15, 8 ], "texture": "#all" } - } - }, - { "from": [ 2, 1, 2 ], - "to": [ 14, 3, 14 ], - "faces": { - "down": { "uv": [ 2, 2, 14, 14 ], "texture": "#all" }, - "up": { "uv": [ 2, 2, 14, 14 ], "texture": "#all" }, - "north": { "uv": [ 2, 1, 14, 3 ], "texture": "#all" }, - "south": { "uv": [ 2, 1, 14, 3 ], "texture": "#all" }, - "west": { "uv": [ 2, 1, 14, 3 ], "texture": "#all" }, - "east": { "uv": [ 2, 1, 14, 3 ], "texture": "#all" } - } - }, - { "from": [ 3, 0, 3 ], - "to": [ 13, 1, 13 ], - "faces": { - "down": { "uv": [ 3, 3, 13, 13 ], "texture": "#all" }, - "up": { "uv": [ 3, 3, 13, 13 ], "texture": "#all" }, - "north": { "uv": [ 3, 0, 13, 1 ], "texture": "#all" }, - "south": { "uv": [ 3, 0, 13, 1 ], "texture": "#all" }, - "west": { "uv": [ 3, 0, 13, 1 ], "texture": "#all" }, - "east": { "uv": [ 3, 0, 13, 1 ], "texture": "#all" } - } - } - ] -} diff --git a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/block/dried_kelp_block.json b/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/block/dried_kelp_block.json deleted file mode 100644 index 4d76967b..00000000 --- a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/block/dried_kelp_block.json +++ /dev/null @@ -1,25 +0,0 @@ -{ - "parent": "block/block", - "textures": { - "particle": "block/dried_kelp_side", - "down": "block/dried_kelp_bottom", - "up": "block/dried_kelp_top", - "north": "block/dried_kelp_side", - "east": "block/dried_kelp_side", - "south": "block/dried_kelp_side", - "west": "block/dried_kelp_side" - }, - "elements": [ - { "from": [ 0, 0, 0 ], - "to": [ 16, 16, 16 ], - "faces": { - "down": { "texture": "#down", "cullface": "down" }, - "up": { "texture": "#up", "cullface": "up" }, - "north": { "texture": "#north", "cullface": "north" }, - "south": { "uv": [16, 0, 0, 16], "texture": "#south", "cullface": "south" }, - "west": { "texture": "#west", "cullface": "west" }, - "east": { "uv": [16, 0, 0, 16], "texture": "#east", "cullface": "east" } - } - } - ] -} diff --git a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/block/dropper.json b/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/block/dropper.json deleted file mode 100644 index 7ee6c070..00000000 --- a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/block/dropper.json +++ /dev/null @@ -1,8 +0,0 @@ -{ - "parent": "block/orientable", - "textures": { - "top": "block/furnace_top", - "front": "block/dropper_front", - "side": "block/furnace_side" - } -} diff --git a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/block/dropper_vertical.json b/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/block/dropper_vertical.json deleted file mode 100644 index 8fff4dd4..00000000 --- a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/block/dropper_vertical.json +++ /dev/null @@ -1,7 +0,0 @@ -{ - "parent": "block/orientable_vertical", - "textures": { - "front": "block/dropper_front_vertical", - "side": "block/furnace_top" - } -} diff --git a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/block/emerald_block.json b/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/block/emerald_block.json deleted file mode 100644 index 6f8071ab..00000000 --- a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/block/emerald_block.json +++ /dev/null @@ -1,6 +0,0 @@ -{ - "parent": "block/cube_all", - "textures": { - "all": "block/emerald_block" - } -} diff --git a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/block/emerald_ore.json b/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/block/emerald_ore.json deleted file mode 100644 index e1ca762f..00000000 --- a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/block/emerald_ore.json +++ /dev/null @@ -1,6 +0,0 @@ -{ - "parent": "block/cube_all", - "textures": { - "all": "block/emerald_ore" - } -} diff --git a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/block/enchanting_table.json b/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/block/enchanting_table.json deleted file mode 100644 index 404ca9a3..00000000 --- a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/block/enchanting_table.json +++ /dev/null @@ -1,21 +0,0 @@ -{ "parent": "block/block", - "textures": { - "particle": "block/enchanting_table_bottom", - "bottom": "block/enchanting_table_bottom", - "top": "block/enchanting_table_top", - "side": "block/enchanting_table_side" - }, - "elements": [ - { "from": [ 0, 0, 0 ], - "to": [ 16, 12, 16 ], - "faces": { - "down": { "uv": [ 0, 0, 16, 16 ], "texture": "#bottom", "cullface": "down" }, - "up": { "uv": [ 0, 0, 16, 16 ], "texture": "#top" }, - "north": { "uv": [ 0, 4, 16, 16 ], "texture": "#side", "cullface": "north" }, - "south": { "uv": [ 0, 4, 16, 16 ], "texture": "#side", "cullface": "south" }, - "west": { "uv": [ 0, 4, 16, 16 ], "texture": "#side", "cullface": "west" }, - "east": { "uv": [ 0, 4, 16, 16 ], "texture": "#side", "cullface": "east" } - } - } - ] -} diff --git a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/block/end_portal.json b/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/block/end_portal.json deleted file mode 100644 index 1035b319..00000000 --- a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/block/end_portal.json +++ /dev/null @@ -1,6 +0,0 @@ -{ - "textures": { - "particle": "block/obsidian" - } -} - diff --git a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/block/end_portal_frame.json b/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/block/end_portal_frame.json deleted file mode 100644 index ac716efd..00000000 --- a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/block/end_portal_frame.json +++ /dev/null @@ -1,21 +0,0 @@ -{ "parent": "block/block", - "textures": { - "particle": "block/end_portal_frame_side", - "bottom": "block/end_stone", - "top": "block/end_portal_frame_top", - "side": "block/end_portal_frame_side" - }, - "elements": [ - { "from": [ 0, 0, 0 ], - "to": [ 16, 13, 16 ], - "faces": { - "down": { "uv": [ 0, 0, 16, 16 ], "texture": "#bottom", "cullface": "down" }, - "up": { "uv": [ 0, 0, 16, 16 ], "texture": "#top" }, - "north": { "uv": [ 0, 3, 16, 16 ], "texture": "#side", "cullface": "north" }, - "south": { "uv": [ 0, 3, 16, 16 ], "texture": "#side", "cullface": "south" }, - "west": { "uv": [ 0, 3, 16, 16 ], "texture": "#side", "cullface": "west" }, - "east": { "uv": [ 0, 3, 16, 16 ], "texture": "#side", "cullface": "east" } - } - } - ] -} diff --git a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/block/end_portal_frame_filled.json b/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/block/end_portal_frame_filled.json deleted file mode 100644 index b3ed9297..00000000 --- a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/block/end_portal_frame_filled.json +++ /dev/null @@ -1,32 +0,0 @@ -{ - "textures": { - "particle": "block/end_portal_frame_side", - "bottom": "block/end_stone", - "top": "block/end_portal_frame_top", - "side": "block/end_portal_frame_side", - "eye": "block/end_portal_frame_eye" - }, - "elements": [ - { "from": [ 0, 0, 0 ], - "to": [ 16, 13, 16 ], - "faces": { - "down": { "uv": [ 0, 0, 16, 16 ], "texture": "#bottom", "cullface": "down" }, - "up": { "uv": [ 0, 0, 16, 16 ], "texture": "#top" }, - "north": { "uv": [ 0, 3, 16, 16 ], "texture": "#side", "cullface": "north" }, - "south": { "uv": [ 0, 3, 16, 16 ], "texture": "#side", "cullface": "south" }, - "west": { "uv": [ 0, 3, 16, 16 ], "texture": "#side", "cullface": "west" }, - "east": { "uv": [ 0, 3, 16, 16 ], "texture": "#side", "cullface": "east" } - } - }, - { "from": [ 4, 13, 4 ], - "to": [ 12, 16, 12 ], - "faces": { - "up": { "uv": [ 4, 4, 12, 12 ], "texture": "#eye", "cullface": "up" }, - "north": { "uv": [ 4, 0, 12, 3 ], "texture": "#eye" }, - "south": { "uv": [ 4, 0, 12, 3 ], "texture": "#eye" }, - "west": { "uv": [ 4, 0, 12, 3 ], "texture": "#eye" }, - "east": { "uv": [ 4, 0, 12, 3 ], "texture": "#eye" } - } - } - ] -} diff --git a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/block/end_rod.json b/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/block/end_rod.json deleted file mode 100644 index 04326c78..00000000 --- a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/block/end_rod.json +++ /dev/null @@ -1,44 +0,0 @@ -{ "parent": "block/block", - "display": { - "head": { - "rotation": [ -60, 0, 0 ], - "translation": [ 0, 5, -9], - "scale":[ 1, 1, 1] - }, - "thirdperson_righthand": { - "rotation": [ 0, 0, 0 ], - "translation": [ 0, 0, 0], - "scale": [ 0.375, 0.375, 0.375 ] - } - }, - "ambientocclusion": false, - "textures": { - "end_rod": "block/end_rod", - "particle": "block/end_rod" - }, - "elements": [ - { - "from": [ 6, 0, 6 ], - "to": [ 10, 1, 10 ], - "faces": { - "down": { "uv": [ 6, 6, 2, 2 ], "texture": "#end_rod", "cullface": "down" }, - "up": { "uv": [ 2, 2, 6, 6 ], "texture": "#end_rod" }, - "north": { "uv": [ 2, 6, 6, 7 ], "texture": "#end_rod" }, - "south": { "uv": [ 2, 6, 6, 7 ], "texture": "#end_rod" }, - "west": { "uv": [ 2, 6, 6, 7 ], "texture": "#end_rod" }, - "east": { "uv": [ 2, 6, 6, 7 ], "texture": "#end_rod" } - } - }, - { - "from": [ 7, 1, 7 ], - "to": [ 9, 16, 9 ], - "faces": { - "up": { "uv": [ 2, 0, 4, 2 ], "texture": "#end_rod", "cullface": "up" }, - "north": { "uv": [ 0, 0, 2, 15 ], "texture": "#end_rod" }, - "south": { "uv": [ 0, 0, 2, 15 ], "texture": "#end_rod" }, - "west": { "uv": [ 0, 0, 2, 15 ], "texture": "#end_rod" }, - "east": { "uv": [ 0, 0, 2, 15 ], "texture": "#end_rod" } - } - } - ] -} diff --git a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/block/end_stone.json b/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/block/end_stone.json deleted file mode 100644 index fa012dcd..00000000 --- a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/block/end_stone.json +++ /dev/null @@ -1,6 +0,0 @@ -{ - "parent": "block/cube_all", - "textures": { - "all": "block/end_stone" - } -} diff --git a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/block/end_stone_brick_slab.json b/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/block/end_stone_brick_slab.json deleted file mode 100644 index 6d4ffdf2..00000000 --- a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/block/end_stone_brick_slab.json +++ /dev/null @@ -1,8 +0,0 @@ -{ - "parent": "block/slab", - "textures": { - "bottom": "block/end_stone_bricks", - "top": "block/end_stone_bricks", - "side": "block/end_stone_bricks" - } -} diff --git a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/block/end_stone_brick_slab_top.json b/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/block/end_stone_brick_slab_top.json deleted file mode 100644 index 1dc11f4e..00000000 --- a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/block/end_stone_brick_slab_top.json +++ /dev/null @@ -1,8 +0,0 @@ -{ - "parent": "block/slab_top", - "textures": { - "bottom": "block/end_stone_bricks", - "top": "block/end_stone_bricks", - "side": "block/end_stone_bricks" - } -} diff --git a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/block/end_stone_brick_stairs.json b/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/block/end_stone_brick_stairs.json deleted file mode 100644 index ec2c35bb..00000000 --- a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/block/end_stone_brick_stairs.json +++ /dev/null @@ -1,8 +0,0 @@ -{ - "parent": "block/stairs", - "textures": { - "bottom": "block/end_stone_bricks", - "top": "block/end_stone_bricks", - "side": "block/end_stone_bricks" - } -} diff --git a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/block/end_stone_brick_stairs_inner.json b/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/block/end_stone_brick_stairs_inner.json deleted file mode 100644 index 01ed510f..00000000 --- a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/block/end_stone_brick_stairs_inner.json +++ /dev/null @@ -1,8 +0,0 @@ -{ - "parent": "block/inner_stairs", - "textures": { - "bottom": "block/end_stone_bricks", - "top": "block/end_stone_bricks", - "side": "block/end_stone_bricks" - } -} diff --git a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/block/end_stone_brick_stairs_outer.json b/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/block/end_stone_brick_stairs_outer.json deleted file mode 100644 index 0d50b28a..00000000 --- a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/block/end_stone_brick_stairs_outer.json +++ /dev/null @@ -1,8 +0,0 @@ -{ - "parent": "block/outer_stairs", - "textures": { - "bottom": "block/end_stone_bricks", - "top": "block/end_stone_bricks", - "side": "block/end_stone_bricks" - } -} diff --git a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/block/end_stone_brick_wall_inventory.json b/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/block/end_stone_brick_wall_inventory.json deleted file mode 100644 index 9ab586e9..00000000 --- a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/block/end_stone_brick_wall_inventory.json +++ /dev/null @@ -1,6 +0,0 @@ -{ - "parent": "block/wall_inventory", - "textures": { - "wall": "block/end_stone_bricks" - } -} diff --git a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/block/end_stone_brick_wall_post.json b/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/block/end_stone_brick_wall_post.json deleted file mode 100644 index 0e332c66..00000000 --- a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/block/end_stone_brick_wall_post.json +++ /dev/null @@ -1,6 +0,0 @@ -{ - "parent": "block/template_wall_post", - "textures": { - "wall": "block/end_stone_bricks" - } -} diff --git a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/block/end_stone_brick_wall_side.json b/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/block/end_stone_brick_wall_side.json deleted file mode 100644 index 386c0c74..00000000 --- a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/block/end_stone_brick_wall_side.json +++ /dev/null @@ -1,6 +0,0 @@ -{ - "parent": "block/template_wall_side", - "textures": { - "wall": "block/end_stone_bricks" - } -} diff --git a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/block/end_stone_bricks.json b/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/block/end_stone_bricks.json deleted file mode 100644 index 38f153de..00000000 --- a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/block/end_stone_bricks.json +++ /dev/null @@ -1,6 +0,0 @@ -{ - "parent": "block/cube_all", - "textures": { - "all": "block/end_stone_bricks" - } -} diff --git a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/block/ender_chest.json b/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/block/ender_chest.json deleted file mode 100644 index 1035b319..00000000 --- a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/block/ender_chest.json +++ /dev/null @@ -1,6 +0,0 @@ -{ - "textures": { - "particle": "block/obsidian" - } -} - diff --git a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/block/farmland.json b/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/block/farmland.json deleted file mode 100644 index 1119441b..00000000 --- a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/block/farmland.json +++ /dev/null @@ -1,8 +0,0 @@ -{ - "parent": "block/template_farmland", - "textures": { - "particle": "block/dirt", - "dirt": "block/dirt", - "top": "block/farmland" - } -} diff --git a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/block/farmland_moist.json b/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/block/farmland_moist.json deleted file mode 100644 index da8f960c..00000000 --- a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/block/farmland_moist.json +++ /dev/null @@ -1,8 +0,0 @@ -{ - "parent": "block/template_farmland", - "textures": { - "particle": "block/dirt", - "dirt": "block/dirt", - "top": "block/farmland_moist" - } -} diff --git a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/block/fence_inventory.json b/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/block/fence_inventory.json deleted file mode 100644 index 514f7416..00000000 --- a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/block/fence_inventory.json +++ /dev/null @@ -1,68 +0,0 @@ -{ "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/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/block/fence_post.json b/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/block/fence_post.json deleted file mode 100644 index 4f6a7438..00000000 --- a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/block/fence_post.json +++ /dev/null @@ -1,19 +0,0 @@ -{ - "textures": { - "particle": "#texture" - }, - "elements": [ - { "from": [ 6, 0, 6 ], - "to": [ 10, 16, 10 ], - "faces": { - "down": { "uv": [ 6, 6, 10, 10 ], "texture": "#texture", "cullface": "down" }, - "up": { "uv": [ 6, 6, 10, 10 ], "texture": "#texture", "cullface": "up" }, - "north": { "uv": [ 6, 0, 10, 16 ], "texture": "#texture" }, - "south": { "uv": [ 6, 0, 10, 16 ], "texture": "#texture" }, - "west": { "uv": [ 6, 0, 10, 16 ], "texture": "#texture" }, - "east": { "uv": [ 6, 0, 10, 16 ], "texture": "#texture" } - }, - "__comment": "Center post" - } - ] -} diff --git a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/block/fence_side.json b/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/block/fence_side.json deleted file mode 100644 index 7145349b..00000000 --- a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/block/fence_side.json +++ /dev/null @@ -1,29 +0,0 @@ -{ - "textures": { - "particle": "#texture" - }, - "elements": [ - { "from": [ 7, 12, 0 ], - "to": [ 9, 15, 9 ], - "faces": { - "down": { "uv": [ 7, 0, 9, 9 ], "texture": "#texture" }, - "up": { "uv": [ 7, 0, 9, 9 ], "texture": "#texture" }, - "north": { "uv": [ 7, 1, 9, 4 ], "texture": "#texture", "cullface": "north" }, - "west": { "uv": [ 0, 1, 9, 4 ], "texture": "#texture" }, - "east": { "uv": [ 0, 1, 9, 4 ], "texture": "#texture" } - }, - "__comment": "top bar" - }, - { "from": [ 7, 6, 0 ], - "to": [ 9, 9, 9 ], - "faces": { - "down": { "uv": [ 7, 0, 9, 9 ], "texture": "#texture" }, - "up": { "uv": [ 7, 0, 9, 9 ], "texture": "#texture" }, - "north": { "uv": [ 7, 7, 9, 10 ], "texture": "#texture", "cullface": "north" }, - "west": { "uv": [ 0, 7, 9, 10 ], "texture": "#texture" }, - "east": { "uv": [ 0, 7, 9, 10 ], "texture": "#texture" } - }, - "__comment": "lower bar" - } - ] -} diff --git a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/block/fern.json b/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/block/fern.json deleted file mode 100644 index a5ca3577..00000000 --- a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/block/fern.json +++ /dev/null @@ -1,6 +0,0 @@ -{ - "parent": "block/tinted_cross", - "textures": { - "cross": "block/fern" - } -} diff --git a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/block/fire_coral.json b/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/block/fire_coral.json deleted file mode 100644 index 1f944119..00000000 --- a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/block/fire_coral.json +++ /dev/null @@ -1,6 +0,0 @@ -{ - "parent": "block/cross", - "textures": { - "cross": "block/fire_coral" - } -} \ No newline at end of file diff --git a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/block/fire_coral_block.json b/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/block/fire_coral_block.json deleted file mode 100644 index 00fb59e3..00000000 --- a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/block/fire_coral_block.json +++ /dev/null @@ -1,6 +0,0 @@ -{ - "parent": "block/cube_all", - "textures": { - "all": "block/fire_coral_block" - } -} diff --git a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/block/fire_coral_fan.json b/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/block/fire_coral_fan.json deleted file mode 100644 index 22b293f9..00000000 --- a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/block/fire_coral_fan.json +++ /dev/null @@ -1,6 +0,0 @@ -{ - "parent": "block/coral_fan", - "textures": { - "fan": "block/fire_coral_fan" - } -} diff --git a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/block/fire_coral_wall_fan.json b/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/block/fire_coral_wall_fan.json deleted file mode 100644 index ecf323cb..00000000 --- a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/block/fire_coral_wall_fan.json +++ /dev/null @@ -1,6 +0,0 @@ -{ - "parent": "block/coral_wall_fan", - "textures": { - "fan": "block/fire_coral_fan" - } -} diff --git a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/block/fire_floor.json b/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/block/fire_floor.json deleted file mode 100644 index 002cce9f..00000000 --- a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/block/fire_floor.json +++ /dev/null @@ -1,29 +0,0 @@ -{ - "ambientocclusion": false, - "elements": [ - { "from": [ 0, 0, 8.8 ], - "to": [ 16, 22.4, 8.8 ], - "rotation": { "origin": [ 8, 8, 8 ], "axis": "x", "angle": -22.5, "rescale": true }, - "shade": false, - "faces": { "south": { "uv": [ 0, 0, 16, 16 ], "texture": "#fire" }} - }, - { "from": [ 0, 0, 7.2 ], - "to": [ 16, 22.4, 7.2 ], - "rotation": { "origin": [ 8, 8, 8 ], "axis": "x", "angle": 22.5, "rescale": true }, - "shade": false, - "faces": { "north": { "uv": [ 0, 0, 16, 16 ], "texture": "#fire" }} - }, - { "from": [ 8.8, 0, 0 ], - "to": [ 8.8, 22.4, 16 ], - "rotation": { "origin": [ 8, 8, 8 ], "axis": "z", "angle": -22.5, "rescale": true }, - "shade": false, - "faces": { "west": { "uv": [ 0, 0, 16, 16 ], "texture": "#fire" }} - }, - { "from": [ 7.2, 0, 0 ], - "to": [ 7.2, 22.4, 16 ], - "rotation": { "origin": [ 8, 8, 8 ], "axis": "z", "angle": 22.5, "rescale": true }, - "shade": false, - "faces": { "east": { "uv": [ 0, 0, 16, 16 ], "texture": "#fire" }} - } - ] -} diff --git a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/block/fire_floor0.json b/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/block/fire_floor0.json deleted file mode 100644 index ae526b63..00000000 --- a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/block/fire_floor0.json +++ /dev/null @@ -1,7 +0,0 @@ -{ - "parent": "block/fire_floor", - "textures": { - "particle": "block/fire_0", - "fire": "block/fire_0" - } -} diff --git a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/block/fire_floor1.json b/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/block/fire_floor1.json deleted file mode 100644 index 4b783b5f..00000000 --- a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/block/fire_floor1.json +++ /dev/null @@ -1,7 +0,0 @@ -{ - "parent": "block/fire_floor", - "textures": { - "particle": "block/fire_1", - "fire": "block/fire_1" - } -} diff --git a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/block/fire_side.json b/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/block/fire_side.json deleted file mode 100644 index e16c6b3a..00000000 --- a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/block/fire_side.json +++ /dev/null @@ -1,13 +0,0 @@ -{ - "ambientocclusion": false, - "elements": [ - { "from": [ 0, 0, 0.01 ], - "to": [ 16, 22.4, 0.01 ], - "shade": false, - "faces": { - "south": { "uv": [ 0, 0, 16, 16 ], "texture": "#fire" }, - "north": { "uv": [ 0, 0, 16, 16 ], "texture": "#fire" } - } - } - ] -} diff --git a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/block/fire_side0.json b/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/block/fire_side0.json deleted file mode 100644 index 8d07de55..00000000 --- a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/block/fire_side0.json +++ /dev/null @@ -1,7 +0,0 @@ -{ - "parent": "block/fire_side", - "textures": { - "particle": "block/fire_0", - "fire": "block/fire_0" - } -} diff --git a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/block/fire_side1.json b/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/block/fire_side1.json deleted file mode 100644 index 62fc0170..00000000 --- a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/block/fire_side1.json +++ /dev/null @@ -1,7 +0,0 @@ -{ - "parent": "block/fire_side", - "textures": { - "particle": "block/fire_1", - "fire": "block/fire_1" - } -} diff --git a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/block/fire_side_alt.json b/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/block/fire_side_alt.json deleted file mode 100644 index 38f82bbd..00000000 --- a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/block/fire_side_alt.json +++ /dev/null @@ -1,13 +0,0 @@ -{ - "ambientocclusion": false, - "elements": [ - { "from": [ 0, 0, 0.01 ], - "to": [ 16, 22.4, 0.01 ], - "shade": false, - "faces": { - "south": { "uv": [ 16, 0, 0, 16 ], "texture": "#fire" }, - "north": { "uv": [ 16, 0, 0, 16 ], "texture": "#fire" } - } - } - ] -} diff --git a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/block/fire_side_alt0.json b/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/block/fire_side_alt0.json deleted file mode 100644 index d651b6b9..00000000 --- a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/block/fire_side_alt0.json +++ /dev/null @@ -1,7 +0,0 @@ -{ - "parent": "block/fire_side_alt", - "textures": { - "particle": "block/fire_0", - "fire": "block/fire_0" - } -} diff --git a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/block/fire_side_alt1.json b/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/block/fire_side_alt1.json deleted file mode 100644 index 7a6900d8..00000000 --- a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/block/fire_side_alt1.json +++ /dev/null @@ -1,7 +0,0 @@ -{ - "parent": "block/fire_side_alt", - "textures": { - "particle": "block/fire_1", - "fire": "block/fire_1" - } -} diff --git a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/block/fire_up.json b/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/block/fire_up.json deleted file mode 100644 index e0f391d5..00000000 --- a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/block/fire_up.json +++ /dev/null @@ -1,17 +0,0 @@ -{ - "ambientocclusion": false, - "elements": [ - { "from": [ 0, 16, 0 ], - "to": [ 16, 16, 16 ], - "rotation": { "origin": [ 16, 16, 8 ], "axis": "z", "angle": 22.5, "rescale": true }, - "shade": false, - "faces": { "down": { "uv": [ 0, 0, 16, 16 ], "texture": "#fire", "rotation": 270 }} - }, - { "from": [ 0, 16, 0 ], - "to": [ 16, 16, 16 ], - "rotation": { "origin": [ 0, 16, 8 ], "axis": "z", "angle": -22.5, "rescale": true }, - "shade": false, - "faces": { "down": { "uv": [ 0, 0, 16, 16 ], "texture": "#fire", "rotation": 90 }} - } - ] -} diff --git a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/block/fire_up0.json b/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/block/fire_up0.json deleted file mode 100644 index 1fc87c77..00000000 --- a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/block/fire_up0.json +++ /dev/null @@ -1,7 +0,0 @@ -{ - "parent": "block/fire_up", - "textures": { - "particle": "block/fire_0", - "fire": "block/fire_0" - } -} diff --git a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/block/fire_up1.json b/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/block/fire_up1.json deleted file mode 100644 index bcb79b01..00000000 --- a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/block/fire_up1.json +++ /dev/null @@ -1,7 +0,0 @@ -{ - "parent": "block/fire_up", - "textures": { - "particle": "block/fire_1", - "fire": "block/fire_1" - } -} diff --git a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/block/fire_up_alt.json b/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/block/fire_up_alt.json deleted file mode 100644 index 9bfab62e..00000000 --- a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/block/fire_up_alt.json +++ /dev/null @@ -1,17 +0,0 @@ -{ - "ambientocclusion": false, - "elements": [ - { "from": [ 0, 16, 0 ], - "to": [ 16, 16, 16 ], - "rotation": { "origin": [ 8, 16, 16 ], "axis": "x", "angle": -22.5, "rescale": true }, - "shade": false, - "faces": { "down": { "uv": [ 0, 0, 16, 16 ], "texture": "#fire", "rotation": 180 }} - }, - { "from": [ 0, 16, 0 ], - "to": [ 16, 16, 16 ], - "rotation": { "origin": [ 8, 16, 0 ], "axis": "x", "angle": 22.5, "rescale": true }, - "shade": false, - "faces": { "down": { "uv": [ 0, 0, 16, 16 ], "texture": "#fire" }} - } - ] -} diff --git a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/block/fire_up_alt0.json b/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/block/fire_up_alt0.json deleted file mode 100644 index 1f4f6d85..00000000 --- a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/block/fire_up_alt0.json +++ /dev/null @@ -1,7 +0,0 @@ -{ - "parent": "block/fire_up_alt", - "textures": { - "particle": "block/fire_0", - "fire": "block/fire_0" - } -} diff --git a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/block/fire_up_alt1.json b/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/block/fire_up_alt1.json deleted file mode 100644 index 5c9425b0..00000000 --- a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/block/fire_up_alt1.json +++ /dev/null @@ -1,7 +0,0 @@ -{ - "parent": "block/fire_up_alt", - "textures": { - "particle": "block/fire_1", - "fire": "block/fire_1" - } -} diff --git a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/block/fletching_table.json b/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/block/fletching_table.json deleted file mode 100644 index 1413bdc0..00000000 --- a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/block/fletching_table.json +++ /dev/null @@ -1,12 +0,0 @@ -{ - "parent": "block/cube", - "textures": { - "particle": "block/fletching_table_front", - "down": "block/birch_planks", - "up": "block/fletching_table_top", - "north": "block/fletching_table_front", - "east": "block/fletching_table_side", - "south": "block/fletching_table_front", - "west": "block/fletching_table_side" - } -} diff --git a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/block/flower_pot.json b/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/block/flower_pot.json deleted file mode 100644 index ad159f70..00000000 --- a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/block/flower_pot.json +++ /dev/null @@ -1,57 +0,0 @@ -{ - "ambientocclusion": false, - "textures": { - "particle": "block/flower_pot", - "flowerpot": "block/flower_pot", - "dirt": "block/dirt" - }, - "elements": [ - { "from": [ 5, 0, 5 ], - "to": [ 6, 6, 11 ], - "faces": { - "down": { "uv": [ 5, 5, 6, 11 ], "texture": "#flowerpot", "cullface": "down" }, - "up": { "uv": [ 5, 5, 6, 11 ], "texture": "#flowerpot" }, - "north": { "uv": [ 10, 10, 11, 16 ], "texture": "#flowerpot" }, - "south": { "uv": [ 5, 10, 6, 16 ], "texture": "#flowerpot" }, - "west": { "uv": [ 5, 10, 11, 16 ], "texture": "#flowerpot" }, - "east": { "uv": [ 5, 10, 11, 16 ], "texture": "#flowerpot" } - } - }, - { "from": [ 10, 0, 5 ], - "to": [ 11, 6, 11 ], - "faces": { - "down": { "uv": [ 10, 5, 11, 11 ], "texture": "#flowerpot", "cullface": "down" }, - "up": { "uv": [ 10, 5, 11, 11 ], "texture": "#flowerpot" }, - "north": { "uv": [ 5, 10, 6, 16 ], "texture": "#flowerpot" }, - "south": { "uv": [ 10, 10, 11, 16 ], "texture": "#flowerpot" }, - "west": { "uv": [ 5, 10, 11, 16 ], "texture": "#flowerpot" }, - "east": { "uv": [ 5, 10, 11, 16 ], "texture": "#flowerpot" } - } - }, - { "from": [ 6, 0, 5 ], - "to": [ 10, 6, 6 ], - "faces": { - "down": { "uv": [ 6, 10, 10, 11 ], "texture": "#flowerpot", "cullface": "down" }, - "up": { "uv": [ 6, 5, 10, 6 ], "texture": "#flowerpot" }, - "north": { "uv": [ 6, 10, 10, 16 ], "texture": "#flowerpot" }, - "south": { "uv": [ 6, 10, 10, 16 ], "texture": "#flowerpot" } - } - }, - { "from": [ 6, 0, 10 ], - "to": [ 10, 6, 11 ], - "faces": { - "down": { "uv": [ 6, 5, 10, 6 ], "texture": "#flowerpot", "cullface": "down" }, - "up": { "uv": [ 6, 10, 10, 11 ], "texture": "#flowerpot" }, - "north": { "uv": [ 6, 10, 10, 16 ], "texture": "#flowerpot" }, - "south": { "uv": [ 6, 10, 10, 16 ], "texture": "#flowerpot" } - } - }, - { "from": [ 6, 0, 6 ], - "to": [ 10, 4, 10 ], - "faces": { - "down": { "uv": [ 6, 6, 10, 10 ], "texture": "#flowerpot", "cullface": "down" }, - "up": { "uv": [ 6, 6, 10, 10 ], "texture": "#dirt" } - } - } - ] -} diff --git a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/block/flower_pot_cross.json b/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/block/flower_pot_cross.json deleted file mode 100644 index d87fd15c..00000000 --- a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/block/flower_pot_cross.json +++ /dev/null @@ -1,73 +0,0 @@ -{ - "ambientocclusion": false, - "textures": { - "particle": "block/flower_pot", - "flowerpot": "block/flower_pot", - "dirt": "block/dirt" - }, - "elements": [ - { "from": [ 5, 0, 5 ], - "to": [ 6, 6, 11 ], - "faces": { - "down": { "uv": [ 5, 5, 6, 11 ], "texture": "#flowerpot", "cullface": "down" }, - "up": { "uv": [ 5, 5, 6, 11 ], "texture": "#flowerpot" }, - "north": { "uv": [ 10, 10, 11, 16 ], "texture": "#flowerpot" }, - "south": { "uv": [ 5, 10, 6, 16 ], "texture": "#flowerpot" }, - "west": { "uv": [ 5, 10, 11, 16 ], "texture": "#flowerpot" }, - "east": { "uv": [ 5, 10, 11, 16 ], "texture": "#flowerpot" } - } - }, - { "from": [ 10, 0, 5 ], - "to": [ 11, 6, 11 ], - "faces": { - "down": { "uv": [ 10, 5, 11, 11 ], "texture": "#flowerpot", "cullface": "down" }, - "up": { "uv": [ 10, 5, 11, 11 ], "texture": "#flowerpot" }, - "north": { "uv": [ 5, 10, 6, 16 ], "texture": "#flowerpot" }, - "south": { "uv": [ 10, 10, 11, 16 ], "texture": "#flowerpot" }, - "west": { "uv": [ 5, 10, 11, 16 ], "texture": "#flowerpot" }, - "east": { "uv": [ 5, 10, 11, 16 ], "texture": "#flowerpot" } - } - }, - { "from": [ 6, 0, 5 ], - "to": [ 10, 6, 6 ], - "faces": { - "down": { "uv": [ 6, 10, 10, 11 ], "texture": "#flowerpot", "cullface": "down" }, - "up": { "uv": [ 6, 5, 10, 6 ], "texture": "#flowerpot" }, - "north": { "uv": [ 6, 10, 10, 16 ], "texture": "#flowerpot" }, - "south": { "uv": [ 6, 10, 10, 16 ], "texture": "#flowerpot" } - } - }, - { "from": [ 6, 0, 10 ], - "to": [ 10, 6, 11 ], - "faces": { - "down": { "uv": [ 6, 5, 10, 6 ], "texture": "#flowerpot", "cullface": "down" }, - "up": { "uv": [ 6, 10, 10, 11 ], "texture": "#flowerpot" }, - "north": { "uv": [ 6, 10, 10, 16 ], "texture": "#flowerpot" }, - "south": { "uv": [ 6, 10, 10, 16 ], "texture": "#flowerpot" } - } - }, - { "from": [ 6, 0, 6 ], - "to": [ 10, 4, 10 ], - "faces": { - "down": { "uv": [ 6, 6, 10, 10 ], "texture": "#flowerpot", "cullface": "down" }, - "up": { "uv": [ 6, 6, 10, 10 ], "texture": "#dirt" } - } - }, - { "from": [ 2.6, 4, 8 ], - "to": [ 13.4, 16, 8 ], - "rotation": { "origin": [ 8, 8, 8 ], "axis": "y", "angle": 45, "rescale": true }, - "faces": { - "north": { "uv": [ 0, 0, 16, 16 ], "texture": "#plant" }, - "south": { "uv": [ 0, 0, 16, 16 ], "texture": "#plant" } - } - }, - { "from": [ 8, 4, 2.6 ], - "to": [ 8, 16, 13.4 ], - "rotation": { "origin": [ 8, 8, 8 ], "axis": "y", "angle": 45, "rescale": true }, - "faces": { - "west": { "uv": [ 0, 0, 16, 16 ], "texture": "#plant" }, - "east": { "uv": [ 0, 0, 16, 16 ], "texture": "#plant" } - } - } - ] -} diff --git a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/block/four_dead_sea_pickles.json b/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/block/four_dead_sea_pickles.json deleted file mode 100644 index 5b5b0e7b..00000000 --- a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/block/four_dead_sea_pickles.json +++ /dev/null @@ -1,84 +0,0 @@ -{ - "parent": "block/block", - "textures": { - "particle": "block/sea_pickle", - "all": "block/sea_pickle" - }, - "elements": [ - { "from": [ 2, 0, 2 ], - "to": [ 6, 6, 6 ], - "faces": { - "down": { "uv": [ 8, 1, 12, 5 ], "texture": "#all", "cullface": "down" }, - "up": { "uv": [ 4, 1, 8, 5 ], "texture": "#all" }, - "north": { "uv": [ 4, 5, 8, 11 ], "texture": "#all" }, - "south": { "uv": [ 0, 5, 4, 11 ], "texture": "#all" }, - "west": { "uv": [ 8, 5, 12, 11 ], "texture": "#all" }, - "east": { "uv": [ 12, 5, 16, 11 ], "texture": "#all" } - } - }, - { - "from": [ 2, 5.95, 2 ], - "to": [ 6, 5.95, 6 ], - "faces": { - "up": {"uv": [ 8, 1, 12, 5 ], "texture": "#all"} - } - }, - { - "from": [ 9, 0, 10 ], - "to": [ 13, 4, 14 ], - "faces": { - "down": { "uv": [ 8, 1, 12, 5 ], "texture": "#all", "cullface": "down" }, - "up": { "uv": [ 4, 1, 8, 5 ], "texture": "#all" }, - "north": { "uv": [ 4, 5, 8, 9 ], "texture": "#all" }, - "south": { "uv": [ 0, 5, 4, 9 ], "texture": "#all" }, - "west": { "uv": [ 8, 5, 12, 9 ], "texture": "#all" }, - "east": { "uv": [ 12, 5, 16, 9 ], "texture": "#all" } - } - }, - { - "from": [ 9, 3.95, 10 ], - "to": [ 13, 3.95, 14 ], - "faces": { - "up": {"uv": [ 8, 1, 12, 5 ], "texture": "#all"} - } - }, - { - "from": [ 9, 0, 2 ], - "to": [ 13, 6, 6 ], - "faces": { - "down": { "uv": [ 8, 1, 12, 5 ], "texture": "#all", "cullface": "down" }, - "up": { "uv": [ 4, 1, 8, 5 ], "texture": "#all" }, - "north": { "uv": [ 4, 5, 8, 11 ], "texture": "#all" }, - "south": { "uv": [ 0, 5, 4, 11 ], "texture": "#all" }, - "west": { "uv": [ 8, 5, 12, 11 ], "texture": "#all" }, - "east": { "uv": [ 12, 5, 16, 11 ], "texture": "#all" } - } - }, - { - "from": [ 9, 5.95, 2 ], - "to": [ 13, 5.95, 6 ], - "faces": { - "up": {"uv": [ 8, 1, 12, 5 ], "texture": "#all"} - } - }, - { - "from": [ 2, 0, 8 ], - "to": [ 6, 7, 12 ], - "faces": { - "down": { "uv": [ 8, 1, 12, 5 ], "texture": "#all", "cullface": "down" }, - "up": { "uv": [ 4, 1, 8, 5 ], "texture": "#all" }, - "north": { "uv": [ 4, 5, 8, 12 ], "texture": "#all" }, - "south": { "uv": [ 0, 5, 4, 12 ], "texture": "#all" }, - "west": { "uv": [ 8, 5, 12, 12 ], "texture": "#all" }, - "east": { "uv": [ 12, 5, 16, 12 ], "texture": "#all" } - } - }, - { - "from": [ 2, 6.95, 8 ], - "to": [ 6, 6.95, 12 ], - "faces": { - "up": {"uv": [ 8, 1, 12, 5 ], "texture": "#all"} - } - } - ] -} diff --git a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/block/four_sea_pickles.json b/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/block/four_sea_pickles.json deleted file mode 100644 index fea6d6be..00000000 --- a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/block/four_sea_pickles.json +++ /dev/null @@ -1,164 +0,0 @@ -{ - "parent": "block/block", - "textures": { - "particle": "block/sea_pickle", - "all": "block/sea_pickle" - }, - "elements": [ - { "from": [ 2, 0, 2 ], - "to": [ 6, 6, 6 ], - "faces": { - "down": { "uv": [ 8, 1, 12, 5 ], "texture": "#all", "cullface": "down" }, - "up": { "uv": [ 4, 1, 8, 5 ], "texture": "#all" }, - "north": { "uv": [ 4, 5, 8, 11 ], "texture": "#all" }, - "south": { "uv": [ 0, 5, 4, 11 ], "texture": "#all" }, - "west": { "uv": [ 8, 5, 12, 11 ], "texture": "#all" }, - "east": { "uv": [ 12, 5, 16, 11 ], "texture": "#all" } - } - }, - { - "from": [ 2, 5.95, 2 ], - "to": [ 6, 5.95, 6 ], - "faces": { - "up": {"uv": [ 8, 1, 12, 5 ], "texture": "#all"} - } - }, - { - "from": [ 9, 0, 10 ], - "to": [ 13, 4, 14 ], - "faces": { - "down": { "uv": [ 8, 1, 12, 5 ], "texture": "#all", "cullface": "down" }, - "up": { "uv": [ 4, 1, 8, 5 ], "texture": "#all" }, - "north": { "uv": [ 4, 5, 8, 9 ], "texture": "#all" }, - "south": { "uv": [ 0, 5, 4, 9 ], "texture": "#all" }, - "west": { "uv": [ 8, 5, 12, 9 ], "texture": "#all" }, - "east": { "uv": [ 12, 5, 16, 9 ], "texture": "#all" } - } - }, - { - "from": [ 9, 3.95, 10 ], - "to": [ 13, 3.95, 14 ], - "faces": { - "up": {"uv": [ 8, 1, 12, 5 ], "texture": "#all"} - } - }, - { - "from": [ 9, 0, 2 ], - "to": [ 13, 6, 6 ], - "faces": { - "down": { "uv": [ 8, 1, 12, 5 ], "texture": "#all", "cullface": "down" }, - "up": { "uv": [ 4, 1, 8, 5 ], "texture": "#all" }, - "north": { "uv": [ 4, 5, 8, 11 ], "texture": "#all" }, - "south": { "uv": [ 0, 5, 4, 11 ], "texture": "#all" }, - "west": { "uv": [ 8, 5, 12, 11 ], "texture": "#all" }, - "east": { "uv": [ 12, 5, 16, 11 ], "texture": "#all" } - } - }, - { - "from": [ 9, 5.95, 2 ], - "to": [ 13, 5.95, 6 ], - "faces": { - "up": {"uv": [ 8, 1, 12, 5 ], "texture": "#all"} - } - }, - { - "from": [ 2, 0, 8 ], - "to": [ 6, 7, 12 ], - "faces": { - "down": { "uv": [ 8, 1, 12, 5 ], "texture": "#all", "cullface": "down" }, - "up": { "uv": [ 4, 1, 8, 5 ], "texture": "#all" }, - "north": { "uv": [ 4, 5, 8, 12 ], "texture": "#all" }, - "south": { "uv": [ 0, 5, 4, 12 ], "texture": "#all" }, - "west": { "uv": [ 8, 5, 12, 12 ], "texture": "#all" }, - "east": { "uv": [ 12, 5, 16, 12 ], "texture": "#all" } - } - }, - { - "from": [ 2, 6.95, 8 ], - "to": [ 6, 6.95, 12 ], - "faces": { - "up": {"uv": [ 8, 1, 12, 5 ], "texture": "#all"} - } - }, - { - "from": [ 3.5, 5.2, 4 ], - "to": [ 4.5, 8.7, 4 ], - "rotation": { "origin": [ 4, 8, 4 ], "axis": "y", "angle": 45, "rescale": true }, - "shade": false, - "faces": { - "north": { "uv": [ 1, 0, 3, 5 ], "texture": "#all" }, - "south": { "uv": [ 13, 0, 15, 5 ], "texture": "#all" } - } - }, - { - "from": [ 4, 5.2, 3.5 ], - "to": [ 4, 8.7, 4.5 ], - "rotation": { "origin": [ 4, 8, 4 ], "axis": "y", "angle": 45, "rescale": true }, - "shade": false, - "faces": { - "west": { "uv": [ 1, 0, 3, 5 ], "texture": "#all" }, - "east": { "uv": [ 13, 0, 15, 5 ], "texture": "#all" } - } - }, - { - "from": [ 10.5, 3.2, 12 ], - "to": [ 11.5, 6.7, 12 ], - "rotation": { "origin": [ 11, 8, 12 ], "axis": "y", "angle": 45, "rescale": true }, - "shade": false, - "faces": { - "north": { "uv": [ 1, 0, 3, 5 ], "texture": "#all" }, - "south": { "uv": [ 13, 0, 15, 5 ], "texture": "#all" } - } - }, - { - "from": [ 11, 3.2, 11.5 ], - "to": [ 11, 6.7, 12.5 ], - "rotation": { "origin": [ 11, 8, 12 ], "axis": "y", "angle": 45, "rescale": true }, - "shade": false, - "faces": { - "west": { "uv": [ 1, 0, 3, 5 ], "texture": "#all" }, - "east": { "uv": [ 13, 0, 15, 5 ], "texture": "#all" } - } - }, - { - "from": [ 10.5, 5.2, 4 ], - "to": [ 11.5, 8.7, 4 ], - "rotation": { "origin": [ 11, 8, 4 ], "axis": "y", "angle": 45, "rescale": true }, - "shade": false, - "faces": { - "north": { "uv": [ 1, 0, 3, 5 ], "texture": "#all" }, - "south": { "uv": [ 13, 0, 15, 5 ], "texture": "#all" } - } - }, - { - "from": [ 11, 5.2, 3.5 ], - "to": [ 11, 8.7, 4.5 ], - "rotation": { "origin": [ 11, 8, 4 ], "axis": "y", "angle": 45, "rescale": true }, - "shade": false, - "faces": { - "west": { "uv": [ 1, 0, 3, 5 ], "texture": "#all" }, - "east": { "uv": [ 13, 0, 15, 5 ], "texture": "#all" } - } - }, - { - "from": [ 3.5, 6.2, 10 ], - "to": [ 4.5, 9.7, 10 ], - "rotation": { "origin": [ 4, 8, 10 ], "axis": "y", "angle": 45, "rescale": true }, - "shade": false, - "faces": { - "north": { "uv": [ 1, 0, 3, 5 ], "texture": "#all" }, - "south": { "uv": [ 13, 0, 15, 5 ], "texture": "#all" } - } - }, - { - "from": [ 4, 6.2, 9.5 ], - "to": [ 4, 9.7, 10.5 ], - "rotation": { "origin": [ 4, 8, 10 ], "axis": "y", "angle": 45, "rescale": true }, - "shade": false, - "faces": { - "west": { "uv": [ 1, 0, 3, 5 ], "texture": "#all" }, - "east": { "uv": [ 13, 0, 15, 5 ], "texture": "#all" } - } - } - ] -} diff --git a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/block/four_slightly_cracked_turtle_eggs.json b/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/block/four_slightly_cracked_turtle_eggs.json deleted file mode 100644 index 8c41a287..00000000 --- a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/block/four_slightly_cracked_turtle_eggs.json +++ /dev/null @@ -1,7 +0,0 @@ -{ - "parent": "block/four_turtle_eggs", - "textures": { - "particle": "block/turtle_egg_slightly_cracked", - "all": "block/turtle_egg_slightly_cracked" - } -} diff --git a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/block/four_turtle_eggs.json b/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/block/four_turtle_eggs.json deleted file mode 100644 index 9b54ac3b..00000000 --- a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/block/four_turtle_eggs.json +++ /dev/null @@ -1,56 +0,0 @@ -{ - "parent": "block/block", - "textures": { - "particle": "block/turtle_egg", - "all": "block/turtle_egg" - }, - "elements": [ - { "from": [ 5, 0, 4 ], - "to": [ 9, 7, 8 ], - "faces": { - "down": { "uv": [ 0, 0, 4, 4 ], "texture": "#all", "cullface": "down" }, - "up": { "uv": [ 0, 0, 4, 4 ], "texture": "#all" }, - "north": { "uv": [ 1, 4, 5, 11 ], "texture": "#all" }, - "south": { "uv": [ 1, 4, 5, 11 ], "texture": "#all" }, - "west": { "uv": [ 1, 4, 5, 11 ], "texture": "#all" }, - "east": { "uv": [ 1, 4, 5, 11 ], "texture": "#all" } - } - }, - { - "from": [ 1, 0, 7 ], - "to": [ 5, 5, 11 ], - "faces": { - "down": { "uv": [ 6, 7, 10, 11 ], "texture": "#all", "cullface": "down" }, - "up": { "uv": [ 6, 7, 10, 11 ], "texture": "#all" }, - "north": { "uv": [ 10, 10, 14, 15 ], "texture": "#all" }, - "south": { "uv": [ 10, 10, 14, 15 ], "texture": "#all" }, - "west": { "uv": [ 10, 10, 14, 15 ], "texture": "#all" }, - "east": { "uv": [ 10, 10, 14, 15 ], "texture": "#all" } - } - }, - { - "from": [ 11, 0, 7 ], - "to": [ 14, 4, 10 ], - "faces": { - "down": { "uv": [ 5, 0, 8, 3 ], "texture": "#all", "cullface": "down" }, - "up": { "uv": [ 5, 0, 8, 3 ], "texture": "#all" }, - "north": { "uv": [ 8, 3, 11, 7 ], "texture": "#all" }, - "south": { "uv": [ 8, 3, 11, 7 ], "texture": "#all" }, - "west": { "uv": [ 8, 3, 11, 7 ], "texture": "#all" }, - "east": { "uv": [ 8, 3, 11, 7 ], "texture": "#all" } - } - }, - { - "from": [ 6, 0, 9 ], - "to": [ 10, 4, 13 ], - "faces": { - "down": { "uv": [ 0, 11, 4, 15 ], "texture": "#all" }, - "up": { "uv": [ 0, 11, 4, 15 ], "texture": "#all" }, - "north": { "uv": [ 4, 11, 8, 15 ], "texture": "#all" }, - "south": { "uv": [ 4, 11, 8, 15 ], "texture": "#all" }, - "west": { "uv": [ 4, 11, 8, 15 ], "texture": "#all" }, - "east": { "uv": [ 4, 11, 8, 15 ], "texture": "#all" } - } - } - ] -} diff --git a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/block/four_very_cracked_turtle_eggs.json b/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/block/four_very_cracked_turtle_eggs.json deleted file mode 100644 index 91e747d5..00000000 --- a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/block/four_very_cracked_turtle_eggs.json +++ /dev/null @@ -1,6 +0,0 @@ -{ - "parent": "block/four_turtle_eggs", - "textures": { - "all": "block/turtle_egg_very_cracked" - } -} diff --git a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/block/frosted_ice_0.json b/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/block/frosted_ice_0.json deleted file mode 100644 index d057ae60..00000000 --- a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/block/frosted_ice_0.json +++ /dev/null @@ -1,6 +0,0 @@ -{ - "parent": "block/cube_all", - "textures": { - "all": "block/frosted_ice_0" - } -} diff --git a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/block/frosted_ice_1.json b/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/block/frosted_ice_1.json deleted file mode 100644 index 79bccbbf..00000000 --- a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/block/frosted_ice_1.json +++ /dev/null @@ -1,6 +0,0 @@ -{ - "parent": "block/cube_all", - "textures": { - "all": "block/frosted_ice_1" - } -} diff --git a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/block/frosted_ice_2.json b/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/block/frosted_ice_2.json deleted file mode 100644 index 3a429a31..00000000 --- a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/block/frosted_ice_2.json +++ /dev/null @@ -1,6 +0,0 @@ -{ - "parent": "block/cube_all", - "textures": { - "all": "block/frosted_ice_2" - } -} diff --git a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/block/frosted_ice_3.json b/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/block/frosted_ice_3.json deleted file mode 100644 index c60ba630..00000000 --- a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/block/frosted_ice_3.json +++ /dev/null @@ -1,6 +0,0 @@ -{ - "parent": "block/cube_all", - "textures": { - "all": "block/frosted_ice_3" - } -} diff --git a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/block/furnace.json b/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/block/furnace.json deleted file mode 100644 index 496b03c4..00000000 --- a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/block/furnace.json +++ /dev/null @@ -1,8 +0,0 @@ -{ - "parent": "block/orientable", - "textures": { - "top": "block/furnace_top", - "front": "block/furnace_front", - "side": "block/furnace_side" - } -} diff --git a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/block/furnace_on.json b/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/block/furnace_on.json deleted file mode 100644 index 57f1cad4..00000000 --- a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/block/furnace_on.json +++ /dev/null @@ -1,8 +0,0 @@ -{ - "parent": "block/orientable", - "textures": { - "top": "block/furnace_top", - "front": "block/furnace_front_on", - "side": "block/furnace_side" - } -} diff --git a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/block/glass.json b/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/block/glass.json deleted file mode 100644 index 773ce6a1..00000000 --- a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/block/glass.json +++ /dev/null @@ -1,6 +0,0 @@ -{ - "parent": "block/cube_all", - "textures": { - "all": "block/glass" - } -} diff --git a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/block/glass_pane_noside.json b/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/block/glass_pane_noside.json deleted file mode 100644 index a55a6e70..00000000 --- a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/block/glass_pane_noside.json +++ /dev/null @@ -1,6 +0,0 @@ -{ - "parent": "block/template_glass_pane_noside", - "textures": { - "pane": "block/glass" - } -} diff --git a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/block/glass_pane_noside_alt.json b/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/block/glass_pane_noside_alt.json deleted file mode 100644 index d4747e49..00000000 --- a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/block/glass_pane_noside_alt.json +++ /dev/null @@ -1,6 +0,0 @@ -{ - "parent": "block/template_glass_pane_noside_alt", - "textures": { - "pane": "block/glass" - } -} diff --git a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/block/glass_pane_post.json b/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/block/glass_pane_post.json deleted file mode 100644 index 4dd6db32..00000000 --- a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/block/glass_pane_post.json +++ /dev/null @@ -1,7 +0,0 @@ -{ - "parent": "block/template_glass_pane_post", - "textures": { - "edge": "block/glass_pane_top", - "pane": "block/glass" - } -} diff --git a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/block/glass_pane_side.json b/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/block/glass_pane_side.json deleted file mode 100644 index c63fbefa..00000000 --- a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/block/glass_pane_side.json +++ /dev/null @@ -1,7 +0,0 @@ -{ - "parent": "block/template_glass_pane_side", - "textures": { - "edge": "block/glass_pane_top", - "pane": "block/glass" - } -} diff --git a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/block/glass_pane_side_alt.json b/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/block/glass_pane_side_alt.json deleted file mode 100644 index 18dbc775..00000000 --- a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/block/glass_pane_side_alt.json +++ /dev/null @@ -1,7 +0,0 @@ -{ - "parent": "block/template_glass_pane_side_alt", - "textures": { - "edge": "block/glass_pane_top", - "pane": "block/glass" - } -} diff --git a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/block/glowstone.json b/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/block/glowstone.json deleted file mode 100644 index 1fcf2ae5..00000000 --- a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/block/glowstone.json +++ /dev/null @@ -1,6 +0,0 @@ -{ - "parent": "block/cube_all", - "textures": { - "all": "block/glowstone" - } -} diff --git a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/block/gold_block.json b/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/block/gold_block.json deleted file mode 100644 index d04ff8e6..00000000 --- a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/block/gold_block.json +++ /dev/null @@ -1,6 +0,0 @@ -{ - "parent": "block/cube_all", - "textures": { - "all": "block/gold_block" - } -} diff --git a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/block/gold_ore.json b/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/block/gold_ore.json deleted file mode 100644 index 80ebf074..00000000 --- a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/block/gold_ore.json +++ /dev/null @@ -1,6 +0,0 @@ -{ - "parent": "block/cube_all", - "textures": { - "all": "block/gold_ore" - } -} diff --git a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/block/granite.json b/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/block/granite.json deleted file mode 100644 index 9ad2718b..00000000 --- a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/block/granite.json +++ /dev/null @@ -1,6 +0,0 @@ -{ - "parent": "block/cube_all", - "textures": { - "all": "block/granite" - } -} diff --git a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/block/granite_slab.json b/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/block/granite_slab.json deleted file mode 100644 index 1e38affe..00000000 --- a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/block/granite_slab.json +++ /dev/null @@ -1,8 +0,0 @@ -{ - "parent": "block/slab", - "textures": { - "bottom": "block/granite", - "top": "block/granite", - "side": "block/granite" - } -} diff --git a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/block/granite_slab_top.json b/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/block/granite_slab_top.json deleted file mode 100644 index be16bf77..00000000 --- a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/block/granite_slab_top.json +++ /dev/null @@ -1,8 +0,0 @@ -{ - "parent": "block/slab_top", - "textures": { - "bottom": "block/granite", - "top": "block/granite", - "side": "block/granite" - } -} diff --git a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/block/granite_stairs.json b/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/block/granite_stairs.json deleted file mode 100644 index 702be3f0..00000000 --- a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/block/granite_stairs.json +++ /dev/null @@ -1,8 +0,0 @@ -{ - "parent": "block/stairs", - "textures": { - "bottom": "block/granite", - "top": "block/granite", - "side": "block/granite" - } -} diff --git a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/block/granite_stairs_inner.json b/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/block/granite_stairs_inner.json deleted file mode 100644 index 27a7af63..00000000 --- a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/block/granite_stairs_inner.json +++ /dev/null @@ -1,8 +0,0 @@ -{ - "parent": "block/inner_stairs", - "textures": { - "bottom": "block/granite", - "top": "block/granite", - "side": "block/granite" - } -} diff --git a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/block/granite_stairs_outer.json b/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/block/granite_stairs_outer.json deleted file mode 100644 index 54cb51b9..00000000 --- a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/block/granite_stairs_outer.json +++ /dev/null @@ -1,8 +0,0 @@ -{ - "parent": "block/outer_stairs", - "textures": { - "bottom": "block/granite", - "top": "block/granite", - "side": "block/granite" - } -} diff --git a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/block/granite_wall_inventory.json b/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/block/granite_wall_inventory.json deleted file mode 100644 index 5ac61af3..00000000 --- a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/block/granite_wall_inventory.json +++ /dev/null @@ -1,6 +0,0 @@ -{ - "parent": "block/wall_inventory", - "textures": { - "wall": "block/granite" - } -} diff --git a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/block/granite_wall_post.json b/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/block/granite_wall_post.json deleted file mode 100644 index 2422540f..00000000 --- a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/block/granite_wall_post.json +++ /dev/null @@ -1,6 +0,0 @@ -{ - "parent": "block/template_wall_post", - "textures": { - "wall": "block/granite" - } -} diff --git a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/block/granite_wall_side.json b/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/block/granite_wall_side.json deleted file mode 100644 index e195d4ac..00000000 --- a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/block/granite_wall_side.json +++ /dev/null @@ -1,6 +0,0 @@ -{ - "parent": "block/template_wall_side", - "textures": { - "wall": "block/granite" - } -} diff --git a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/block/grass.json b/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/block/grass.json deleted file mode 100644 index 598dfdc9..00000000 --- a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/block/grass.json +++ /dev/null @@ -1,6 +0,0 @@ -{ - "parent": "block/tinted_cross", - "textures": { - "cross": "block/grass" - } -} diff --git a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/block/grass_block.json b/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/block/grass_block.json deleted file mode 100644 index 94c521cb..00000000 --- a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/block/grass_block.json +++ /dev/null @@ -1,31 +0,0 @@ -{ "parent": "block/block", - "textures": { - "particle": "block/dirt", - "bottom": "block/dirt", - "top": "block/grass_block_top", - "side": "block/grass_block_side", - "overlay": "block/grass_block_side_overlay" - }, - "elements": [ - { "from": [ 0, 0, 0 ], - "to": [ 16, 16, 16 ], - "faces": { - "down": { "uv": [ 0, 0, 16, 16 ], "texture": "#bottom", "cullface": "down" }, - "up": { "uv": [ 0, 0, 16, 16 ], "texture": "#top", "cullface": "up", "tintindex": 0 }, - "north": { "uv": [ 0, 0, 16, 16 ], "texture": "#side", "cullface": "north" }, - "south": { "uv": [ 0, 0, 16, 16 ], "texture": "#side", "cullface": "south" }, - "west": { "uv": [ 0, 0, 16, 16 ], "texture": "#side", "cullface": "west" }, - "east": { "uv": [ 0, 0, 16, 16 ], "texture": "#side", "cullface": "east" } - } - }, - { "from": [ 0, 0, 0 ], - "to": [ 16, 16, 16 ], - "faces": { - "north": { "uv": [ 0, 0, 16, 16 ], "texture": "#overlay", "tintindex": 0, "cullface": "north" }, - "south": { "uv": [ 0, 0, 16, 16 ], "texture": "#overlay", "tintindex": 0, "cullface": "south" }, - "west": { "uv": [ 0, 0, 16, 16 ], "texture": "#overlay", "tintindex": 0, "cullface": "west" }, - "east": { "uv": [ 0, 0, 16, 16 ], "texture": "#overlay", "tintindex": 0, "cullface": "east" } - } - } - ] -} diff --git a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/block/grass_block_snow.json b/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/block/grass_block_snow.json deleted file mode 100644 index 915e71ac..00000000 --- a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/block/grass_block_snow.json +++ /dev/null @@ -1,9 +0,0 @@ -{ - "parent": "block/cube_bottom_top", - "textures": { - "particle": "block/dirt", - "bottom": "block/dirt", - "top": "block/grass_block_top", - "side": "block/grass_block_snow" - } -} diff --git a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/block/grass_path.json b/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/block/grass_path.json deleted file mode 100644 index b922acbe..00000000 --- a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/block/grass_path.json +++ /dev/null @@ -1,21 +0,0 @@ -{ "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/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/block/gravel.json b/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/block/gravel.json deleted file mode 100644 index 736f7452..00000000 --- a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/block/gravel.json +++ /dev/null @@ -1,6 +0,0 @@ -{ - "parent": "block/cube_all", - "textures": { - "all": "block/gravel" - } -} diff --git a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/block/gray_carpet.json b/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/block/gray_carpet.json deleted file mode 100644 index 3bd379e1..00000000 --- a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/block/gray_carpet.json +++ /dev/null @@ -1,7 +0,0 @@ -{ - "parent": "block/carpet", - "textures": { - "particle": "block/gray_wool", - "wool": "block/gray_wool" - } -} diff --git a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/block/gray_concrete.json b/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/block/gray_concrete.json deleted file mode 100644 index 68b185e4..00000000 --- a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/block/gray_concrete.json +++ /dev/null @@ -1,6 +0,0 @@ -{ - "parent": "block/cube_all", - "textures": { - "all": "block/gray_concrete" - } -} diff --git a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/block/gray_concrete_powder.json b/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/block/gray_concrete_powder.json deleted file mode 100644 index fbbf35c2..00000000 --- a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/block/gray_concrete_powder.json +++ /dev/null @@ -1,6 +0,0 @@ -{ - "parent": "block/cube_all", - "textures": { - "all": "block/gray_concrete_powder" - } -} diff --git a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/block/gray_glazed_terracotta.json b/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/block/gray_glazed_terracotta.json deleted file mode 100644 index 2d82132f..00000000 --- a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/block/gray_glazed_terracotta.json +++ /dev/null @@ -1,7 +0,0 @@ -{ - "parent": "block/template_glazed_terracotta", - "textures": { - "particle": "block/gray_glazed_terracotta", - "pattern": "block/gray_glazed_terracotta" - } -} diff --git a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/block/gray_shulker_box.json b/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/block/gray_shulker_box.json deleted file mode 100644 index 00df81bd..00000000 --- a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/block/gray_shulker_box.json +++ /dev/null @@ -1,5 +0,0 @@ -{ - "textures": { - "particle": "block/gray_shulker_box" - } -} diff --git a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/block/gray_stained_glass.json b/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/block/gray_stained_glass.json deleted file mode 100644 index 80b17ba4..00000000 --- a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/block/gray_stained_glass.json +++ /dev/null @@ -1,6 +0,0 @@ -{ - "parent": "block/cube_all", - "textures": { - "all": "block/gray_stained_glass" - } -} diff --git a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/block/gray_stained_glass_pane_noside.json b/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/block/gray_stained_glass_pane_noside.json deleted file mode 100644 index 71a825e2..00000000 --- a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/block/gray_stained_glass_pane_noside.json +++ /dev/null @@ -1,6 +0,0 @@ -{ - "parent": "block/template_glass_pane_noside", - "textures": { - "pane": "block/gray_stained_glass" - } -} diff --git a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/block/gray_stained_glass_pane_noside_alt.json b/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/block/gray_stained_glass_pane_noside_alt.json deleted file mode 100644 index c12a5d9c..00000000 --- a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/block/gray_stained_glass_pane_noside_alt.json +++ /dev/null @@ -1,6 +0,0 @@ -{ - "parent": "block/template_glass_pane_noside_alt", - "textures": { - "pane": "block/gray_stained_glass" - } -} diff --git a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/block/gray_stained_glass_pane_post.json b/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/block/gray_stained_glass_pane_post.json deleted file mode 100644 index c5dbdb26..00000000 --- a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/block/gray_stained_glass_pane_post.json +++ /dev/null @@ -1,7 +0,0 @@ -{ - "parent": "block/template_glass_pane_post", - "textures": { - "edge": "block/gray_stained_glass_pane_top", - "pane": "block/gray_stained_glass" - } -} diff --git a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/block/gray_stained_glass_pane_side.json b/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/block/gray_stained_glass_pane_side.json deleted file mode 100644 index 1a4144f5..00000000 --- a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/block/gray_stained_glass_pane_side.json +++ /dev/null @@ -1,7 +0,0 @@ -{ - "parent": "block/template_glass_pane_side", - "textures": { - "edge": "block/gray_stained_glass_pane_top", - "pane": "block/gray_stained_glass" - } -} diff --git a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/block/gray_stained_glass_pane_side_alt.json b/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/block/gray_stained_glass_pane_side_alt.json deleted file mode 100644 index a31891c0..00000000 --- a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/block/gray_stained_glass_pane_side_alt.json +++ /dev/null @@ -1,7 +0,0 @@ -{ - "parent": "block/template_glass_pane_side_alt", - "textures": { - "edge": "block/gray_stained_glass_pane_top", - "pane": "block/gray_stained_glass" - } -} diff --git a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/block/gray_terracotta.json b/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/block/gray_terracotta.json deleted file mode 100644 index ba483e0b..00000000 --- a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/block/gray_terracotta.json +++ /dev/null @@ -1,6 +0,0 @@ -{ - "parent": "block/cube_all", - "textures": { - "all": "block/gray_terracotta" - } -} diff --git a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/block/gray_wool.json b/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/block/gray_wool.json deleted file mode 100644 index f8569c1d..00000000 --- a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/block/gray_wool.json +++ /dev/null @@ -1,6 +0,0 @@ -{ - "parent": "block/cube_all", - "textures": { - "all": "block/gray_wool" - } -} diff --git a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/block/green_carpet.json b/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/block/green_carpet.json deleted file mode 100644 index a35b8b7c..00000000 --- a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/block/green_carpet.json +++ /dev/null @@ -1,7 +0,0 @@ -{ - "parent": "block/carpet", - "textures": { - "particle": "block/green_wool", - "wool": "block/green_wool" - } -} diff --git a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/block/green_concrete.json b/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/block/green_concrete.json deleted file mode 100644 index b4c9fe25..00000000 --- a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/block/green_concrete.json +++ /dev/null @@ -1,6 +0,0 @@ -{ - "parent": "block/cube_all", - "textures": { - "all": "block/green_concrete" - } -} diff --git a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/block/green_concrete_powder.json b/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/block/green_concrete_powder.json deleted file mode 100644 index 21f4acf3..00000000 --- a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/block/green_concrete_powder.json +++ /dev/null @@ -1,6 +0,0 @@ -{ - "parent": "block/cube_all", - "textures": { - "all": "block/green_concrete_powder" - } -} diff --git a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/block/green_glazed_terracotta.json b/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/block/green_glazed_terracotta.json deleted file mode 100644 index cfe45159..00000000 --- a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/block/green_glazed_terracotta.json +++ /dev/null @@ -1,7 +0,0 @@ -{ - "parent": "block/template_glazed_terracotta", - "textures": { - "particle": "block/green_glazed_terracotta", - "pattern": "block/green_glazed_terracotta" - } -} diff --git a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/block/green_shulker_box.json b/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/block/green_shulker_box.json deleted file mode 100644 index e524b8c5..00000000 --- a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/block/green_shulker_box.json +++ /dev/null @@ -1,5 +0,0 @@ -{ - "textures": { - "particle": "block/green_shulker_box" - } -} diff --git a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/block/green_stained_glass.json b/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/block/green_stained_glass.json deleted file mode 100644 index bef851ea..00000000 --- a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/block/green_stained_glass.json +++ /dev/null @@ -1,6 +0,0 @@ -{ - "parent": "block/cube_all", - "textures": { - "all": "block/green_stained_glass" - } -} diff --git a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/block/green_stained_glass_pane_noside.json b/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/block/green_stained_glass_pane_noside.json deleted file mode 100644 index 40949040..00000000 --- a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/block/green_stained_glass_pane_noside.json +++ /dev/null @@ -1,6 +0,0 @@ -{ - "parent": "block/template_glass_pane_noside", - "textures": { - "pane": "block/green_stained_glass" - } -} diff --git a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/block/green_stained_glass_pane_noside_alt.json b/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/block/green_stained_glass_pane_noside_alt.json deleted file mode 100644 index 5f3930ee..00000000 --- a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/block/green_stained_glass_pane_noside_alt.json +++ /dev/null @@ -1,6 +0,0 @@ -{ - "parent": "block/template_glass_pane_noside_alt", - "textures": { - "pane": "block/green_stained_glass" - } -} diff --git a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/block/green_stained_glass_pane_post.json b/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/block/green_stained_glass_pane_post.json deleted file mode 100644 index 1e571437..00000000 --- a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/block/green_stained_glass_pane_post.json +++ /dev/null @@ -1,7 +0,0 @@ -{ - "parent": "block/template_glass_pane_post", - "textures": { - "edge": "block/green_stained_glass_pane_top", - "pane": "block/green_stained_glass" - } -} diff --git a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/block/green_stained_glass_pane_side.json b/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/block/green_stained_glass_pane_side.json deleted file mode 100644 index f608e0b4..00000000 --- a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/block/green_stained_glass_pane_side.json +++ /dev/null @@ -1,7 +0,0 @@ -{ - "parent": "block/template_glass_pane_side", - "textures": { - "edge": "block/green_stained_glass_pane_top", - "pane": "block/green_stained_glass" - } -} diff --git a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/block/green_stained_glass_pane_side_alt.json b/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/block/green_stained_glass_pane_side_alt.json deleted file mode 100644 index 6f5d791f..00000000 --- a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/block/green_stained_glass_pane_side_alt.json +++ /dev/null @@ -1,7 +0,0 @@ -{ - "parent": "block/template_glass_pane_side_alt", - "textures": { - "edge": "block/green_stained_glass_pane_top", - "pane": "block/green_stained_glass" - } -} diff --git a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/block/green_terracotta.json b/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/block/green_terracotta.json deleted file mode 100644 index 7ab4418d..00000000 --- a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/block/green_terracotta.json +++ /dev/null @@ -1,6 +0,0 @@ -{ - "parent": "block/cube_all", - "textures": { - "all": "block/green_terracotta" - } -} diff --git a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/block/green_wool.json b/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/block/green_wool.json deleted file mode 100644 index 98a939c6..00000000 --- a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/block/green_wool.json +++ /dev/null @@ -1,6 +0,0 @@ -{ - "parent": "block/cube_all", - "textures": { - "all": "block/green_wool" - } -} diff --git a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/block/grindstone.json b/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/block/grindstone.json deleted file mode 100644 index cc5e0f1f..00000000 --- a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/block/grindstone.json +++ /dev/null @@ -1,68 +0,0 @@ -{ - "parent": "block/block", - "textures": { - "pivot": "block/grindstone_pivot", - "round": "block/grindstone_round", - "side": "block/grindstone_side", - "particle": "block/grindstone_side", - "leg": "block/dark_oak_log" - }, - "elements": [ - { - "from": [12, 0, 6], - "to": [14, 7, 10], - "faces": { - "north": {"uv": [2, 9, 4, 16], "texture": "#leg"}, - "east": {"uv": [10, 16, 6, 9], "texture": "#leg"}, - "south": {"uv": [12, 9, 14, 16], "texture": "#leg"}, - "west": {"uv": [6, 9, 10, 16], "texture": "#leg"}, - "down": {"uv": [12, 6, 14, 10], "texture": "#leg", "cullface": "down" } - } - }, - { - "from": [2, 0, 6], - "to": [4, 7, 10], - "faces": { - "north": {"uv": [12, 9, 14, 16], "texture": "#leg"}, - "east": {"uv": [10, 16, 6, 9], "texture": "#leg"}, - "south": {"uv": [2, 9, 4, 16], "texture": "#leg"}, - "west": {"uv": [6, 9, 10, 16], "texture": "#leg"}, - "down": {"uv": [2, 6, 4, 10], "texture": "#leg", "cullface": "down"} - } - }, - { - "from": [12, 7, 5], - "to": [14, 13, 11], - "faces": { - "north": {"uv": [6, 0, 8, 6], "texture": "#pivot"}, - "east": {"uv": [0, 0, 6, 6], "texture": "#pivot"}, - "south": {"uv": [6, 0, 8, 6], "texture": "#pivot"}, - "up": {"uv": [8, 0, 10, 6], "texture": "#pivot"}, - "down": {"uv": [8, 0, 10, 6], "texture": "#pivot"} - } - }, - { - "from": [2, 7, 5], - "to": [4, 13, 11], - "faces": { - "north": {"uv": [6, 0, 8, 6], "texture": "#pivot"}, - "south": {"uv": [6, 0, 8, 6], "texture": "#pivot"}, - "west": {"uv": [0, 0, 6, 6], "texture": "#pivot"}, - "up": {"uv": [8, 0, 10, 6], "texture": "#pivot"}, - "down": {"uv": [8, 0, 10, 6], "texture": "#pivot"} - } - }, - { - "from": [4, 4, 2], - "to": [12, 16, 14], - "faces": { - "north": {"uv": [0, 0, 8, 12], "texture": "#round"}, - "east": {"uv": [0, 0, 12, 12], "texture": "#side"}, - "south": {"uv": [0, 0, 8, 12], "texture": "#round"}, - "west": {"uv": [0, 0, 12, 12], "texture": "#side"}, - "up": {"uv": [0, 0, 8, 12], "texture": "#round", "cullface": "up" }, - "down": {"uv": [0, 0, 8, 12], "texture": "#round"} - } - } - ] -} \ No newline at end of file diff --git a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/block/hanging_lantern.json b/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/block/hanging_lantern.json deleted file mode 100644 index 093a4bf5..00000000 --- a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/block/hanging_lantern.json +++ /dev/null @@ -1,51 +0,0 @@ -{ - "parent": "block/block", - "textures": { - "particle": "block/lantern", - "all": "block/lantern" - }, - "elements": [ - { "from": [ 5, 1, 5 ], - "to": [ 11, 8, 11 ], - "faces": { - "down": { "uv": [ 0, 9, 6, 15 ], "texture": "#all"}, - "up": { "uv": [ 0, 9, 6, 15 ], "texture": "#all" }, - "north": { "uv": [ 0, 2, 6, 9 ], "texture": "#all" }, - "south": { "uv": [ 0, 2, 6, 9 ], "texture": "#all" }, - "west": { "uv": [ 0, 2, 6, 9 ], "texture": "#all" }, - "east": { "uv": [ 0, 2, 6, 9 ], "texture": "#all" } - } - }, - { "from": [ 6, 8, 6 ], - "to": [ 10, 10, 10 ], - "faces": { - "down": { "uv": [ 1, 10, 5, 14 ], "texture": "#all"}, - "up": { "uv": [ 1, 10, 5, 14 ], "texture": "#all" }, - "north": { "uv": [ 1, 0, 5, 2 ], "texture": "#all" }, - "south": { "uv": [ 1, 0, 5, 2 ], "texture": "#all" }, - "west": { "uv": [ 1, 0, 5, 2 ], "texture": "#all" }, - "east": { "uv": [ 1, 0, 5, 2 ], "texture": "#all" } - } - }, - { - "from": [ 6.5, 11, 8 ], - "to": [ 9.5, 15, 8 ], - "rotation": { "origin": [ 8, 8, 8 ], "axis": "y", "angle": 45}, - "shade": false, - "faces": { - "north": { "uv": [ 11, 1, 14, 5 ], "texture": "#all" }, - "south": { "uv": [ 11, 1, 14, 5 ], "texture": "#all" } - } - }, - { - "from": [ 8, 10, 6.5 ], - "to": [ 8, 16, 9.5 ], - "rotation": { "origin": [ 8, 8, 8 ], "axis": "y", "angle": 45}, - "shade": false, - "faces": { - "west": { "uv": [ 11, 6, 14, 12 ], "texture": "#all" }, - "east": { "uv": [ 11, 6, 14, 12 ], "texture": "#all" } - } - } - ] -} diff --git a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/block/hay_block.json b/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/block/hay_block.json deleted file mode 100644 index 70713d6a..00000000 --- a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/block/hay_block.json +++ /dev/null @@ -1,7 +0,0 @@ -{ - "parent": "block/cube_column", - "textures": { - "end": "block/hay_block_top", - "side": "block/hay_block_side" - } -} diff --git a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/block/heavy_weighted_pressure_plate.json b/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/block/heavy_weighted_pressure_plate.json deleted file mode 100644 index 53a53858..00000000 --- a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/block/heavy_weighted_pressure_plate.json +++ /dev/null @@ -1,6 +0,0 @@ -{ - "parent": "block/pressure_plate_up", - "textures": { - "texture": "block/iron_block" - } -} diff --git a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/block/heavy_weighted_pressure_plate_down.json b/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/block/heavy_weighted_pressure_plate_down.json deleted file mode 100644 index 118e3ac6..00000000 --- a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/block/heavy_weighted_pressure_plate_down.json +++ /dev/null @@ -1,6 +0,0 @@ -{ - "parent": "block/pressure_plate_down", - "textures": { - "texture": "block/iron_block" - } -} diff --git a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/block/hopper.json b/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/block/hopper.json deleted file mode 100644 index 32a4e191..00000000 --- a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/block/hopper.json +++ /dev/null @@ -1,78 +0,0 @@ -{ - "ambientocclusion": false, - "textures": { - "particle": "block/hopper_outside", - "top": "block/hopper_top", - "side": "block/hopper_outside", - "inside": "block/hopper_inside" - }, - "elements": [ - { "from": [ 0, 10, 0 ], - "to": [ 16, 11, 16 ], - "faces": { - "down": { "texture": "#side" }, - "up": { "texture": "#inside", "cullface": "up" }, - "north": { "texture": "#side", "cullface": "north" }, - "south": { "texture": "#side", "cullface": "south" }, - "west": { "texture": "#side", "cullface": "west" }, - "east": { "texture": "#side", "cullface": "east" } - } - }, - { "from": [ 0, 11, 0 ], - "to": [ 2, 16, 16 ], - "faces": { - "up": { "texture": "#top", "cullface": "up" }, - "north": { "texture": "#side", "cullface": "north" }, - "south": { "texture": "#side", "cullface": "south" }, - "west": { "texture": "#side", "cullface": "west" }, - "east": { "texture": "#side", "cullface": "up" } - } - }, - { "from": [ 14, 11, 0 ], - "to": [ 16, 16, 16 ], - "faces": { - "up": { "texture": "#top", "cullface": "up" }, - "north": { "texture": "#side", "cullface": "north" }, - "south": { "texture": "#side", "cullface": "south" }, - "west": { "texture": "#side", "cullface": "up" }, - "east": { "texture": "#side", "cullface": "east" } - } - }, - { "from": [ 2, 11, 0 ], - "to": [ 14, 16, 2 ], - "faces": { - "up": { "texture": "#top", "cullface": "up" }, - "north": { "texture": "#side", "cullface": "north" }, - "south": { "texture": "#side", "cullface": "up" } - } - }, - { "from": [ 2, 11, 14 ], - "to": [ 14, 16, 16 ], - "faces": { - "up": { "texture": "#top", "cullface": "up" }, - "north": { "texture": "#side", "cullface": "up" }, - "south": { "texture": "#side", "cullface": "south" } - } - }, - { "from": [ 4, 4, 4 ], - "to": [ 12, 10, 12 ], - "faces": { - "down": { "texture": "#side" }, - "north": { "texture": "#side" }, - "south": { "texture": "#side" }, - "west": { "texture": "#side" }, - "east": { "texture": "#side" } - } - }, - { "from": [ 6, 0, 6 ], - "to": [ 10, 4, 10 ], - "faces": { - "down": { "texture": "#side", "cullface": "down" }, - "north": { "texture": "#side" }, - "south": { "texture": "#side" }, - "west": { "texture": "#side" }, - "east": { "texture": "#side" } - } - } - ] -} diff --git a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/block/hopper_side.json b/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/block/hopper_side.json deleted file mode 100644 index 321c332f..00000000 --- a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/block/hopper_side.json +++ /dev/null @@ -1,78 +0,0 @@ -{ - "ambientocclusion": false, - "textures": { - "particle": "block/hopper_outside", - "top": "block/hopper_top", - "side": "block/hopper_outside", - "inside": "block/hopper_inside" - }, - "elements": [ - { "from": [ 0, 10, 0 ], - "to": [ 16, 11, 16 ], - "faces": { - "down": { "texture": "#side" }, - "up": { "texture": "#inside", "cullface": "up" }, - "north": { "texture": "#side", "cullface": "north" }, - "south": { "texture": "#side", "cullface": "south" }, - "west": { "texture": "#side", "cullface": "west" }, - "east": { "texture": "#side", "cullface": "east" } - } - }, - { "from": [ 0, 11, 0 ], - "to": [ 2, 16, 16 ], - "faces": { - "up": { "texture": "#top", "cullface": "up" }, - "north": { "texture": "#side", "cullface": "north" }, - "south": { "texture": "#side", "cullface": "south" }, - "west": { "texture": "#side", "cullface": "west" }, - "east": { "texture": "#side", "cullface": "up" } - } - }, - { "from": [ 14, 11, 0 ], - "to": [ 16, 16, 16 ], - "faces": { - "up": { "texture": "#top", "cullface": "up" }, - "north": { "texture": "#side", "cullface": "north" }, - "south": { "texture": "#side", "cullface": "south" }, - "west": { "texture": "#side", "cullface": "up" }, - "east": { "texture": "#side", "cullface": "east" } - } - }, - { "from": [ 2, 11, 0 ], - "to": [ 14, 16, 2 ], - "faces": { - "up": { "texture": "#top", "cullface": "up" }, - "north": { "texture": "#side", "cullface": "north" }, - "south": { "texture": "#side", "cullface": "up" } - } - }, - { "from": [ 2, 11, 14 ], - "to": [ 14, 16, 16 ], - "faces": { - "up": { "texture": "#top", "cullface": "up" }, - "north": { "texture": "#side", "cullface": "up" }, - "south": { "texture": "#side", "cullface": "south" } - } - }, - { "from": [ 4, 4, 4 ], - "to": [ 12, 10, 12 ], - "faces": { - "down": { "texture": "#side" }, - "north": { "texture": "#side" }, - "south": { "texture": "#side" }, - "west": { "texture": "#side" }, - "east": { "texture": "#side" } - } - }, - { "from": [ 6, 4, 0 ], - "to": [ 10, 8, 4 ], - "faces": { - "down": { "texture": "#side" }, - "up": { "texture": "#side" }, - "north": { "texture": "#side", "cullface": "north" }, - "west": { "texture": "#side" }, - "east": { "texture": "#side" } - } - } - ] -} diff --git a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/block/horn_coral.json b/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/block/horn_coral.json deleted file mode 100644 index 8ae8063b..00000000 --- a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/block/horn_coral.json +++ /dev/null @@ -1,6 +0,0 @@ -{ - "parent": "block/cross", - "textures": { - "cross": "block/horn_coral" - } -} \ No newline at end of file diff --git a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/block/horn_coral_block.json b/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/block/horn_coral_block.json deleted file mode 100644 index bec7ba97..00000000 --- a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/block/horn_coral_block.json +++ /dev/null @@ -1,6 +0,0 @@ -{ - "parent": "block/cube_all", - "textures": { - "all": "block/horn_coral_block" - } -} diff --git a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/block/horn_coral_fan.json b/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/block/horn_coral_fan.json deleted file mode 100644 index b9175881..00000000 --- a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/block/horn_coral_fan.json +++ /dev/null @@ -1,6 +0,0 @@ -{ - "parent": "block/coral_fan", - "textures": { - "fan": "block/horn_coral_fan" - } -} diff --git a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/block/horn_coral_wall_fan.json b/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/block/horn_coral_wall_fan.json deleted file mode 100644 index b8b63a91..00000000 --- a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/block/horn_coral_wall_fan.json +++ /dev/null @@ -1,6 +0,0 @@ -{ - "parent": "block/coral_wall_fan", - "textures": { - "fan": "block/horn_coral_fan" - } -} diff --git a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/block/ice.json b/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/block/ice.json deleted file mode 100644 index f2eb9ec0..00000000 --- a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/block/ice.json +++ /dev/null @@ -1,6 +0,0 @@ -{ - "parent": "block/cube_all", - "textures": { - "all": "block/ice" - } -} diff --git a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/block/inner_stairs.json b/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/block/inner_stairs.json deleted file mode 100644 index 364eff63..00000000 --- a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/block/inner_stairs.json +++ /dev/null @@ -1,37 +0,0 @@ -{ - "textures": { - "particle": "#side" - }, - "elements": [ - { "from": [ 0, 0, 0 ], - "to": [ 16, 8, 16 ], - "faces": { - "down": { "uv": [ 0, 0, 16, 16 ], "texture": "#bottom", "cullface": "down" }, - "up": { "uv": [ 0, 0, 16, 16 ], "texture": "#top" }, - "north": { "uv": [ 0, 8, 16, 16 ], "texture": "#side", "cullface": "north" }, - "south": { "uv": [ 0, 8, 16, 16 ], "texture": "#side", "cullface": "south" }, - "west": { "uv": [ 0, 8, 16, 16 ], "texture": "#side", "cullface": "west" }, - "east": { "uv": [ 0, 8, 16, 16 ], "texture": "#side", "cullface": "east" } - } - }, - { "from": [ 8, 8, 0 ], - "to": [ 16, 16, 16 ], - "faces": { - "up": { "uv": [ 8, 0, 16, 16 ], "texture": "#top", "cullface": "up" }, - "north": { "uv": [ 0, 0, 8, 8 ], "texture": "#side", "cullface": "north" }, - "south": { "uv": [ 8, 0, 16, 8 ], "texture": "#side", "cullface": "south" }, - "west": { "uv": [ 0, 0, 16, 8 ], "texture": "#side" }, - "east": { "uv": [ 0, 0, 16, 8 ], "texture": "#side", "cullface": "east" } - } - }, - { "from": [ 0, 8, 8 ], - "to": [ 8, 16, 16 ], - "faces": { - "up": { "uv": [ 0, 8, 8, 16 ], "texture": "#top", "cullface": "up" }, - "north": { "uv": [ 8, 0, 16, 8 ], "texture": "#side" }, - "south": { "uv": [ 0, 0, 8, 8 ], "texture": "#side", "cullface": "south" }, - "west": { "uv": [ 8, 0, 16, 8 ], "texture": "#side", "cullface": "west" } - } - } - ] -} diff --git a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/block/iron_bars_cap.json b/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/block/iron_bars_cap.json deleted file mode 100644 index 8790100a..00000000 --- a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/block/iron_bars_cap.json +++ /dev/null @@ -1,24 +0,0 @@ -{ - "ambientocclusion": false, - "textures": { - "particle": "block/iron_bars", - "bars": "block/iron_bars", - "edge": "block/iron_bars" - }, - "elements": [ - { "from": [ 8, 0, 8 ], - "to": [ 8, 16, 9 ], - "faces": { - "west": { "uv": [ 8, 0, 7, 16 ], "texture": "#bars" }, - "east": { "uv": [ 7, 0, 8, 16 ], "texture": "#bars" } - } - }, - { "from": [ 7, 0, 9 ], - "to": [ 9, 16, 9 ], - "faces": { - "north": { "uv": [ 9, 0, 7, 16 ], "texture": "#bars" }, - "south": { "uv": [ 7, 0, 9, 16 ], "texture": "#bars" } - } - } - ] -} diff --git a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/block/iron_bars_cap_alt.json b/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/block/iron_bars_cap_alt.json deleted file mode 100644 index 0352a9d4..00000000 --- a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/block/iron_bars_cap_alt.json +++ /dev/null @@ -1,24 +0,0 @@ -{ - "ambientocclusion": false, - "textures": { - "particle": "block/iron_bars", - "bars": "block/iron_bars", - "edge": "block/iron_bars" - }, - "elements": [ - { "from": [ 8, 0, 7 ], - "to": [ 8, 16, 8 ], - "faces": { - "west": { "uv": [ 8, 0, 9, 16 ], "texture": "#bars" }, - "east": { "uv": [ 9, 0, 8, 16 ], "texture": "#bars" } - } - }, - { "from": [ 7, 0, 7 ], - "to": [ 9, 16, 7 ], - "faces": { - "north": { "uv": [ 7, 0, 9, 16 ], "texture": "#bars" }, - "south": { "uv": [ 9, 0, 7, 16 ], "texture": "#bars" } - } - } - ] -} diff --git a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/block/iron_bars_post.json b/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/block/iron_bars_post.json deleted file mode 100644 index feb3e146..00000000 --- a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/block/iron_bars_post.json +++ /dev/null @@ -1,23 +0,0 @@ -{ - "ambientocclusion": false, - "textures": { - "particle": "block/iron_bars", - "bars": "block/iron_bars" - }, - "elements": [ - { "from": [ 8, 0, 7 ], - "to": [ 8, 16, 9 ], - "faces": { - "west": { "uv": [ 7, 0, 9, 16 ], "texture": "#bars" }, - "east": { "uv": [ 9, 0, 7, 16 ], "texture": "#bars" } - } - }, - { "from": [ 7, 0, 8 ], - "to": [ 9, 16, 8 ], - "faces": { - "north": { "uv": [ 7, 0, 9, 16 ], "texture": "#bars" }, - "south": { "uv": [ 9, 0, 7, 16 ], "texture": "#bars" } - } - } - ] -} diff --git a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/block/iron_bars_post_ends.json b/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/block/iron_bars_post_ends.json deleted file mode 100644 index b0c1ef61..00000000 --- a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/block/iron_bars_post_ends.json +++ /dev/null @@ -1,23 +0,0 @@ -{ - "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/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/block/iron_bars_side.json b/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/block/iron_bars_side.json deleted file mode 100644 index 01d74110..00000000 --- a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/block/iron_bars_side.json +++ /dev/null @@ -1,37 +0,0 @@ -{ - "ambientocclusion": false, - "textures": { - "particle": "block/iron_bars", - "bars": "block/iron_bars", - "edge": "block/iron_bars" - }, - "elements": [ - { "from": [ 8, 0, 0 ], - "to": [ 8, 16, 8 ], - "faces": { - "west": { "uv": [ 16, 0, 8, 16 ], "texture": "#bars" }, - "east": { "uv": [ 8, 0, 16, 16 ], "texture": "#bars" } - } - }, - { "from": [ 7, 0, 0 ], - "to": [ 9, 16, 7 ], - "faces": { - "north": { "uv": [ 7, 0, 9, 16 ], "texture": "#edge", "cullface": "north" } - } - }, - { "from": [ 7, 0.001, 0 ], - "to": [ 9, 0.001, 7 ], - "faces": { - "down": { "uv": [ 9, 0, 7, 7 ], "texture": "#edge" }, - "up": { "uv": [ 7, 0, 9, 7 ], "texture": "#edge" } - } - }, - { "from": [ 7, 15.999, 0 ], - "to": [ 9, 15.999, 7 ], - "faces": { - "down": { "uv": [ 9, 0, 7, 7 ], "texture": "#edge" }, - "up": { "uv": [ 7, 0, 9, 7 ], "texture": "#edge" } - } - } - ] -} diff --git a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/block/iron_bars_side_alt.json b/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/block/iron_bars_side_alt.json deleted file mode 100644 index 83842e68..00000000 --- a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/block/iron_bars_side_alt.json +++ /dev/null @@ -1,39 +0,0 @@ -{ - "ambientocclusion": false, - "textures": { - "particle": "block/iron_bars", - "bars": "block/iron_bars", - "edge": "block/iron_bars" - }, - "elements": [ - { "from": [ 8, 0, 8 ], - "to": [ 8, 16, 16 ], - "faces": { - "west": { "uv": [ 8, 0, 0, 16 ], "texture": "#bars" }, - "east": { "uv": [ 0, 0, 8, 16 ], "texture": "#bars" } - } - }, - { "from": [ 7, 0, 9 ], - "to": [ 9, 16, 16 ], - "faces": { - "south": { "uv": [ 7, 0, 9, 16 ], "texture": "#edge", "cullface": "south" }, - "down": { "uv": [ 9, 9, 7, 16 ], "texture": "#edge" }, - "up": { "uv": [ 7, 9, 9, 16 ], "texture": "#edge" } - } - }, - { "from": [ 7, 0.001, 9 ], - "to": [ 9, 0.001, 16 ], - "faces": { - "down": { "uv": [ 9, 9, 7, 16 ], "texture": "#edge" }, - "up": { "uv": [ 7, 9, 9, 16 ], "texture": "#edge" } - } - }, - { "from": [ 7, 15.999, 9 ], - "to": [ 9, 15.999, 16 ], - "faces": { - "down": { "uv": [ 9, 9, 7, 16 ], "texture": "#edge" }, - "up": { "uv": [ 7, 9, 9, 16 ], "texture": "#edge" } - } - } - ] -} diff --git a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/block/iron_block.json b/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/block/iron_block.json deleted file mode 100644 index 3c170577..00000000 --- a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/block/iron_block.json +++ /dev/null @@ -1,6 +0,0 @@ -{ - "parent": "block/cube_all", - "textures": { - "all": "block/iron_block" - } -} diff --git a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/block/iron_door_bottom.json b/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/block/iron_door_bottom.json deleted file mode 100644 index 7d07d763..00000000 --- a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/block/iron_door_bottom.json +++ /dev/null @@ -1,7 +0,0 @@ -{ - "parent": "block/door_bottom", - "textures": { - "bottom": "block/iron_door_bottom", - "top": "block/iron_door_top" - } -} diff --git a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/block/iron_door_bottom_hinge.json b/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/block/iron_door_bottom_hinge.json deleted file mode 100644 index 536f298c..00000000 --- a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/block/iron_door_bottom_hinge.json +++ /dev/null @@ -1,7 +0,0 @@ -{ - "parent": "block/door_bottom_rh", - "textures": { - "bottom": "block/iron_door_bottom", - "top": "block/iron_door_top" - } -} diff --git a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/block/iron_door_top.json b/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/block/iron_door_top.json deleted file mode 100644 index 30c90b29..00000000 --- a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/block/iron_door_top.json +++ /dev/null @@ -1,7 +0,0 @@ -{ - "parent": "block/door_top", - "textures": { - "bottom": "block/iron_door_bottom", - "top": "block/iron_door_top" - } -} diff --git a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/block/iron_door_top_hinge.json b/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/block/iron_door_top_hinge.json deleted file mode 100644 index 5308f4f3..00000000 --- a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/block/iron_door_top_hinge.json +++ /dev/null @@ -1,7 +0,0 @@ -{ - "parent": "block/door_top_rh", - "textures": { - "bottom": "block/iron_door_bottom", - "top": "block/iron_door_top" - } -} diff --git a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/block/iron_ore.json b/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/block/iron_ore.json deleted file mode 100644 index d87798c2..00000000 --- a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/block/iron_ore.json +++ /dev/null @@ -1,6 +0,0 @@ -{ - "parent": "block/cube_all", - "textures": { - "all": "block/iron_ore" - } -} diff --git a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/block/iron_trapdoor_bottom.json b/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/block/iron_trapdoor_bottom.json deleted file mode 100644 index 6197ca86..00000000 --- a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/block/iron_trapdoor_bottom.json +++ /dev/null @@ -1,6 +0,0 @@ -{ - "parent": "block/template_trapdoor_bottom", - "textures": { - "texture": "block/iron_trapdoor" - } -} diff --git a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/block/iron_trapdoor_open.json b/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/block/iron_trapdoor_open.json deleted file mode 100644 index 22900323..00000000 --- a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/block/iron_trapdoor_open.json +++ /dev/null @@ -1,6 +0,0 @@ -{ - "parent": "block/template_trapdoor_open", - "textures": { - "texture": "block/iron_trapdoor" - } -} diff --git a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/block/iron_trapdoor_top.json b/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/block/iron_trapdoor_top.json deleted file mode 100644 index eb85b17e..00000000 --- a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/block/iron_trapdoor_top.json +++ /dev/null @@ -1,6 +0,0 @@ -{ - "parent": "block/template_trapdoor_top", - "textures": { - "texture": "block/iron_trapdoor" - } -} diff --git a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/block/item_frame.json b/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/block/item_frame.json deleted file mode 100644 index ad7c595a..00000000 --- a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/block/item_frame.json +++ /dev/null @@ -1,56 +0,0 @@ -{ - "textures": { - "particle": "block/birch_planks", - "wood": "block/birch_planks", - "back": "block/item_frame" - }, - "elements": [ - { "from": [ 3, 3, 15.5 ], - "to": [ 13, 13, 16 ], - "faces": { - "north": { "uv": [ 3, 3, 13, 13 ], "texture": "#back" }, - "south": { "uv": [ 3, 3, 13, 13 ], "texture": "#back" } - } - }, - { "from": [ 2, 2, 15 ], - "to": [ 14, 3, 16 ], - "faces": { - "down": { "uv": [ 2, 0, 14, 1 ], "texture": "#wood" }, - "up": { "uv": [ 2, 15, 14, 16 ], "texture": "#wood" }, - "north": { "uv": [ 2, 13, 14, 14 ], "texture": "#wood" }, - "south": { "uv": [ 2, 13, 14, 14 ], "texture": "#wood" }, - "west": { "uv": [ 15, 13, 16, 14 ], "texture": "#wood" }, - "east": { "uv": [ 0, 13, 1, 14 ], "texture": "#wood" } - } - }, - { "from": [ 2, 13, 15 ], - "to": [ 14, 14, 16 ], - "faces": { - "down": { "uv": [ 2, 0, 14, 1 ], "texture": "#wood" }, - "up": { "uv": [ 2, 15, 14, 16 ], "texture": "#wood" }, - "north": { "uv": [ 2, 2, 14, 3 ], "texture": "#wood" }, - "south": { "uv": [ 2, 2, 14, 3 ], "texture": "#wood" }, - "west": { "uv": [ 15, 2, 16, 3 ], "texture": "#wood" }, - "east": { "uv": [ 0, 2, 1, 3 ], "texture": "#wood" } - } - }, - { "from": [ 2, 3, 15 ], - "to": [ 3, 13, 16 ], - "faces": { - "north": { "uv": [ 13, 3, 14, 13 ], "texture": "#wood" }, - "south": { "uv": [ 2, 3, 3, 13 ], "texture": "#wood" }, - "west": { "uv": [ 15, 3, 16, 13 ], "texture": "#wood" }, - "east": { "uv": [ 0, 3, 1, 13 ], "texture": "#wood" } - } - }, - { "from": [ 13, 3, 15 ], - "to": [ 14, 13, 16 ], - "faces": { - "north": { "uv": [ 2, 3, 3, 13 ], "texture": "#wood" }, - "south": { "uv": [ 13, 3, 14, 13 ], "texture": "#wood" }, - "west": { "uv": [ 15, 3, 16, 13 ], "texture": "#wood" }, - "east": { "uv": [ 0, 3, 1, 13 ], "texture": "#wood" } - } - } - ] -} diff --git a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/block/item_frame_map.json b/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/block/item_frame_map.json deleted file mode 100644 index e92f4f02..00000000 --- a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/block/item_frame_map.json +++ /dev/null @@ -1,56 +0,0 @@ -{ - "textures": { - "particle": "block/birch_planks", - "wood": "block/birch_planks", - "back": "block/item_frame" - }, - "elements": [ - { "from": [ 1, 1, 15.001 ], - "to": [ 15, 15, 16 ], - "faces": { - "north": { "uv": [ 1, 1, 15, 15 ], "texture": "#back" }, - "south": { "uv": [ 1, 1, 15, 15 ], "texture": "#back" } - } - }, - { "from": [ 0, 0, 15.001 ], - "to": [ 16, 1, 16 ], - "faces": { - "down": { "uv": [ 0, 0, 16, 1 ], "texture": "#wood" }, - "up": { "uv": [ 0, 15, 16, 16 ], "texture": "#wood" }, - "north": { "uv": [ 0, 15, 16, 16 ], "texture": "#wood" }, - "south": { "uv": [ 0, 15, 16, 16 ], "texture": "#wood" }, - "west": { "uv": [ 15, 15, 16, 16 ], "texture": "#wood" }, - "east": { "uv": [ 0, 15, 1, 16 ], "texture": "#wood" } - } - }, - { "from": [ 0, 15, 15.001 ], - "to": [ 16, 16, 16 ], - "faces": { - "down": { "uv": [ 0, 0, 16, 1 ], "texture": "#wood" }, - "up": { "uv": [ 0, 15, 16, 16 ], "texture": "#wood" }, - "north": { "uv": [ 0, 0, 16, 1 ], "texture": "#wood" }, - "south": { "uv": [ 0, 0, 16, 1 ], "texture": "#wood" }, - "west": { "uv": [ 15, 0, 16, 1 ], "texture": "#wood" }, - "east": { "uv": [ 0, 0, 1, 1 ], "texture": "#wood" } - } - }, - { "from": [ 0, 1, 15.001 ], - "to": [ 1, 15, 16 ], - "faces": { - "north": { "uv": [ 15, 1, 16, 15 ], "texture": "#wood" }, - "south": { "uv": [ 0, 1, 1, 15 ], "texture": "#wood" }, - "west": { "uv": [ 15, 1, 16, 15 ], "texture": "#wood" }, - "east": { "uv": [ 0, 1, 1, 15 ], "texture": "#wood" } - } - }, - { "from": [ 15, 1, 15.001 ], - "to": [ 16, 15, 16 ], - "faces": { - "north": { "uv": [ 0, 1, 1, 15 ], "texture": "#wood" }, - "south": { "uv": [ 15, 1, 16, 15 ], "texture": "#wood" }, - "west": { "uv": [ 15, 1, 16, 15 ], "texture": "#wood" }, - "east": { "uv": [ 0, 1, 1, 15 ], "texture": "#wood" } - } - } - ] -} diff --git a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/block/jack_o_lantern.json b/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/block/jack_o_lantern.json deleted file mode 100644 index e9b3c4a0..00000000 --- a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/block/jack_o_lantern.json +++ /dev/null @@ -1,8 +0,0 @@ -{ - "parent": "block/orientable", - "textures": { - "top": "block/pumpkin_top", - "front": "block/jack_o_lantern", - "side": "block/pumpkin_side" - } -} diff --git a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/block/jigsaw.json b/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/block/jigsaw.json deleted file mode 100644 index 59269cbc..00000000 --- a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/block/jigsaw.json +++ /dev/null @@ -1,12 +0,0 @@ -{ - "parent": "block/cube", - "textures": { - "particle": "block/jigsaw_top", - "down": "block/jigsaw_bottom", - "up": "block/jigsaw_top", - "north": "block/jigsaw_side", - "east": "block/jigsaw_side", - "south": "block/jigsaw_side", - "west": "block/jigsaw_side" - } -} diff --git a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/block/jukebox.json b/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/block/jukebox.json deleted file mode 100644 index 727efa10..00000000 --- a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/block/jukebox.json +++ /dev/null @@ -1,7 +0,0 @@ -{ - "parent": "block/cube_top", - "textures": { - "top": "block/jukebox_top", - "side": "block/jukebox_side" - } -} diff --git a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/block/jungle_button.json b/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/block/jungle_button.json deleted file mode 100644 index 769378bb..00000000 --- a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/block/jungle_button.json +++ /dev/null @@ -1,6 +0,0 @@ -{ - "parent": "block/button", - "textures": { - "texture": "block/jungle_planks" - } -} diff --git a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/block/jungle_button_inventory.json b/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/block/jungle_button_inventory.json deleted file mode 100644 index 43e0b390..00000000 --- a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/block/jungle_button_inventory.json +++ /dev/null @@ -1,6 +0,0 @@ -{ - "parent": "block/button_inventory", - "textures": { - "texture": "block/jungle_planks" - } -} diff --git a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/block/jungle_button_pressed.json b/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/block/jungle_button_pressed.json deleted file mode 100644 index a25fa95c..00000000 --- a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/block/jungle_button_pressed.json +++ /dev/null @@ -1,6 +0,0 @@ -{ - "parent": "block/button_pressed", - "textures": { - "texture": "block/jungle_planks" - } -} diff --git a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/block/jungle_door_bottom.json b/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/block/jungle_door_bottom.json deleted file mode 100644 index 49ebcb8d..00000000 --- a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/block/jungle_door_bottom.json +++ /dev/null @@ -1,7 +0,0 @@ -{ - "parent": "block/door_bottom", - "textures": { - "bottom": "block/jungle_door_bottom", - "top": "block/jungle_door_top" - } -} diff --git a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/block/jungle_door_bottom_hinge.json b/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/block/jungle_door_bottom_hinge.json deleted file mode 100644 index b24fe79b..00000000 --- a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/block/jungle_door_bottom_hinge.json +++ /dev/null @@ -1,7 +0,0 @@ -{ - "parent": "block/door_bottom_rh", - "textures": { - "bottom": "block/jungle_door_bottom", - "top": "block/jungle_door_top" - } -} diff --git a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/block/jungle_door_top.json b/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/block/jungle_door_top.json deleted file mode 100644 index b2acf35b..00000000 --- a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/block/jungle_door_top.json +++ /dev/null @@ -1,7 +0,0 @@ -{ - "parent": "block/door_top", - "textures": { - "bottom": "block/jungle_door_bottom", - "top": "block/jungle_door_top" - } -} diff --git a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/block/jungle_door_top_hinge.json b/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/block/jungle_door_top_hinge.json deleted file mode 100644 index 24d3766c..00000000 --- a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/block/jungle_door_top_hinge.json +++ /dev/null @@ -1,7 +0,0 @@ -{ - "parent": "block/door_top_rh", - "textures": { - "bottom": "block/jungle_door_bottom", - "top": "block/jungle_door_top" - } -} diff --git a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/block/jungle_fence_gate.json b/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/block/jungle_fence_gate.json deleted file mode 100644 index 55afe43e..00000000 --- a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/block/jungle_fence_gate.json +++ /dev/null @@ -1,6 +0,0 @@ -{ - "parent": "block/template_fence_gate", - "textures": { - "texture": "block/jungle_planks" - } -} diff --git a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/block/jungle_fence_gate_open.json b/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/block/jungle_fence_gate_open.json deleted file mode 100644 index 1f804b63..00000000 --- a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/block/jungle_fence_gate_open.json +++ /dev/null @@ -1,6 +0,0 @@ -{ - "parent": "block/template_fence_gate_open", - "textures": { - "texture": "block/jungle_planks" - } -} diff --git a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/block/jungle_fence_gate_wall.json b/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/block/jungle_fence_gate_wall.json deleted file mode 100644 index dc4f0b45..00000000 --- a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/block/jungle_fence_gate_wall.json +++ /dev/null @@ -1,6 +0,0 @@ -{ - "parent": "block/template_fence_gate_wall", - "textures": { - "texture": "block/jungle_planks" - } -} diff --git a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/block/jungle_fence_gate_wall_open.json b/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/block/jungle_fence_gate_wall_open.json deleted file mode 100644 index 4a62ac13..00000000 --- a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/block/jungle_fence_gate_wall_open.json +++ /dev/null @@ -1,6 +0,0 @@ -{ - "parent": "block/template_fence_gate_wall_open", - "textures": { - "texture": "block/jungle_planks" - } -} diff --git a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/block/jungle_fence_inventory.json b/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/block/jungle_fence_inventory.json deleted file mode 100644 index 924a309b..00000000 --- a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/block/jungle_fence_inventory.json +++ /dev/null @@ -1,6 +0,0 @@ -{ - "parent": "block/fence_inventory", - "textures": { - "texture": "block/jungle_planks" - } -} diff --git a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/block/jungle_fence_post.json b/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/block/jungle_fence_post.json deleted file mode 100644 index e8e3f916..00000000 --- a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/block/jungle_fence_post.json +++ /dev/null @@ -1,6 +0,0 @@ -{ - "parent": "block/fence_post", - "textures": { - "texture": "block/jungle_planks" - } -} diff --git a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/block/jungle_fence_side.json b/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/block/jungle_fence_side.json deleted file mode 100644 index 0b54dd40..00000000 --- a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/block/jungle_fence_side.json +++ /dev/null @@ -1,6 +0,0 @@ -{ - "parent": "block/fence_side", - "textures": { - "texture": "block/jungle_planks" - } -} diff --git a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/block/jungle_leaves.json b/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/block/jungle_leaves.json deleted file mode 100644 index c3473d3e..00000000 --- a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/block/jungle_leaves.json +++ /dev/null @@ -1,6 +0,0 @@ -{ - "parent": "block/leaves", - "textures": { - "all": "block/jungle_leaves" - } -} diff --git a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/block/jungle_log.json b/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/block/jungle_log.json deleted file mode 100644 index cfbb750a..00000000 --- a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/block/jungle_log.json +++ /dev/null @@ -1,7 +0,0 @@ -{ - "parent": "block/cube_column", - "textures": { - "end": "block/jungle_log_top", - "side": "block/jungle_log" - } -} diff --git a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/block/jungle_planks.json b/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/block/jungle_planks.json deleted file mode 100644 index 3dac0430..00000000 --- a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/block/jungle_planks.json +++ /dev/null @@ -1,6 +0,0 @@ -{ - "parent": "block/cube_all", - "textures": { - "all": "block/jungle_planks" - } -} diff --git a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/block/jungle_pressure_plate.json b/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/block/jungle_pressure_plate.json deleted file mode 100644 index 7e0646d3..00000000 --- a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/block/jungle_pressure_plate.json +++ /dev/null @@ -1,6 +0,0 @@ -{ - "parent": "block/pressure_plate_up", - "textures": { - "texture": "block/jungle_planks" - } -} diff --git a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/block/jungle_pressure_plate_down.json b/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/block/jungle_pressure_plate_down.json deleted file mode 100644 index 2a224efe..00000000 --- a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/block/jungle_pressure_plate_down.json +++ /dev/null @@ -1,6 +0,0 @@ -{ - "parent": "block/pressure_plate_down", - "textures": { - "texture": "block/jungle_planks" - } -} diff --git a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/block/jungle_sapling.json b/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/block/jungle_sapling.json deleted file mode 100644 index 38a35bea..00000000 --- a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/block/jungle_sapling.json +++ /dev/null @@ -1,6 +0,0 @@ -{ - "parent": "block/cross", - "textures": { - "cross": "block/jungle_sapling" - } -} diff --git a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/block/jungle_sign.json b/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/block/jungle_sign.json deleted file mode 100644 index 77bf9c36..00000000 --- a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/block/jungle_sign.json +++ /dev/null @@ -1,5 +0,0 @@ -{ - "textures": { - "particle": "block/jungle_planks" - } -} diff --git a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/block/jungle_slab.json b/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/block/jungle_slab.json deleted file mode 100644 index b36da672..00000000 --- a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/block/jungle_slab.json +++ /dev/null @@ -1,8 +0,0 @@ -{ - "parent": "block/slab", - "textures": { - "bottom": "block/jungle_planks", - "top": "block/jungle_planks", - "side": "block/jungle_planks" - } -} diff --git a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/block/jungle_slab_top.json b/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/block/jungle_slab_top.json deleted file mode 100644 index 8ed4e92e..00000000 --- a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/block/jungle_slab_top.json +++ /dev/null @@ -1,8 +0,0 @@ -{ - "parent": "block/slab_top", - "textures": { - "bottom": "block/jungle_planks", - "top": "block/jungle_planks", - "side": "block/jungle_planks" - } -} diff --git a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/block/jungle_stairs.json b/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/block/jungle_stairs.json deleted file mode 100644 index 2ea0ca12..00000000 --- a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/block/jungle_stairs.json +++ /dev/null @@ -1,8 +0,0 @@ -{ - "parent": "block/stairs", - "textures": { - "bottom": "block/jungle_planks", - "top": "block/jungle_planks", - "side": "block/jungle_planks" - } -} diff --git a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/block/jungle_stairs_inner.json b/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/block/jungle_stairs_inner.json deleted file mode 100644 index 7231195d..00000000 --- a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/block/jungle_stairs_inner.json +++ /dev/null @@ -1,8 +0,0 @@ -{ - "parent": "block/inner_stairs", - "textures": { - "bottom": "block/jungle_planks", - "top": "block/jungle_planks", - "side": "block/jungle_planks" - } -} diff --git a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/block/jungle_stairs_outer.json b/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/block/jungle_stairs_outer.json deleted file mode 100644 index 67b37bec..00000000 --- a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/block/jungle_stairs_outer.json +++ /dev/null @@ -1,8 +0,0 @@ -{ - "parent": "block/outer_stairs", - "textures": { - "bottom": "block/jungle_planks", - "top": "block/jungle_planks", - "side": "block/jungle_planks" - } -} diff --git a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/block/jungle_trapdoor_bottom.json b/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/block/jungle_trapdoor_bottom.json deleted file mode 100644 index b2c085fb..00000000 --- a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/block/jungle_trapdoor_bottom.json +++ /dev/null @@ -1,6 +0,0 @@ -{ - "parent": "block/template_orientable_trapdoor_bottom", - "textures": { - "texture": "block/jungle_trapdoor" - } -} diff --git a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/block/jungle_trapdoor_open.json b/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/block/jungle_trapdoor_open.json deleted file mode 100644 index 4c9cf0a6..00000000 --- a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/block/jungle_trapdoor_open.json +++ /dev/null @@ -1,6 +0,0 @@ -{ - "parent": "block/template_orientable_trapdoor_open", - "textures": { - "texture": "block/jungle_trapdoor" - } -} diff --git a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/block/jungle_trapdoor_top.json b/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/block/jungle_trapdoor_top.json deleted file mode 100644 index 4949514d..00000000 --- a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/block/jungle_trapdoor_top.json +++ /dev/null @@ -1,6 +0,0 @@ -{ - "parent": "block/template_orientable_trapdoor_top", - "textures": { - "texture": "block/jungle_trapdoor" - } -} diff --git a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/block/jungle_wood.json b/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/block/jungle_wood.json deleted file mode 100644 index a17e1852..00000000 --- a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/block/jungle_wood.json +++ /dev/null @@ -1,7 +0,0 @@ -{ - "parent": "block/cube_column", - "textures": { - "end": "block/jungle_log", - "side": "block/jungle_log" - } -} diff --git a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/block/kelp.json b/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/block/kelp.json deleted file mode 100644 index 5a13ec13..00000000 --- a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/block/kelp.json +++ /dev/null @@ -1,7 +0,0 @@ -{ - "parent": "block/tinted_cross", - "textures": { - "particle": "block/kelp", - "cross": "block/kelp" - } -} diff --git a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/block/kelp_plant.json b/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/block/kelp_plant.json deleted file mode 100644 index 9e1f3212..00000000 --- a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/block/kelp_plant.json +++ /dev/null @@ -1,6 +0,0 @@ -{ - "parent": "block/tinted_cross", - "textures": { - "cross": "block/kelp_plant" - } -} diff --git a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/block/ladder.json b/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/block/ladder.json deleted file mode 100644 index 8fc85a6f..00000000 --- a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/block/ladder.json +++ /dev/null @@ -1,17 +0,0 @@ -{ - "ambientocclusion": false, - "textures": { - "particle": "block/ladder", - "texture": "block/ladder" - }, - "elements": [ - { "from": [ 0, 0, 15.2 ], - "to": [ 16, 16, 15.2 ], - "shade": false, - "faces": { - "north": { "uv": [ 0, 0, 16, 16 ], "texture": "#texture" }, - "south": { "uv": [ 0, 0, 16, 16 ], "texture": "#texture" } - } - } - ] -} diff --git a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/block/lantern.json b/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/block/lantern.json deleted file mode 100644 index 45dec50c..00000000 --- a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/block/lantern.json +++ /dev/null @@ -1,50 +0,0 @@ -{ - "parent": "block/block", - "textures": { - "particle": "block/lantern", - "all": "block/lantern" - }, - "elements": [ - { "from": [ 5, 0, 5 ], - "to": [ 11, 7, 11 ], - "faces": { - "down": { "uv": [ 0, 9, 6, 15 ], "texture": "#all", "cullface": "down" }, - "up": { "uv": [ 0, 9, 6, 15 ], "texture": "#all" }, - "north": { "uv": [ 0, 2, 6, 9 ], "texture": "#all" }, - "south": { "uv": [ 0, 2, 6, 9 ], "texture": "#all" }, - "west": { "uv": [ 0, 2, 6, 9 ], "texture": "#all" }, - "east": { "uv": [ 0, 2, 6, 9 ], "texture": "#all" } - } - }, - { "from": [ 6, 7, 6 ], - "to": [ 10, 9, 10 ], - "faces": { - "up": { "uv": [ 1, 10, 5, 14 ], "texture": "#all" }, - "north": { "uv": [ 1, 0, 5, 2 ], "texture": "#all" }, - "south": { "uv": [ 1, 0, 5, 2 ], "texture": "#all" }, - "west": { "uv": [ 1, 0, 5, 2 ], "texture": "#all" }, - "east": { "uv": [ 1, 0, 5, 2 ], "texture": "#all" } - } - }, - { - "from": [ 6.5, 9, 8 ], - "to": [ 9.5, 11, 8 ], - "rotation": { "origin": [ 8, 8, 8 ], "axis": "y", "angle": 45}, - "shade": false, - "faces": { - "north": { "uv": [ 11, 1, 14, 3 ], "texture": "#all" }, - "south": { "uv": [ 11, 1, 14, 3 ], "texture": "#all" } - } - }, - { - "from": [ 8, 9, 6.5 ], - "to": [ 8, 11, 9.5 ], - "rotation": { "origin": [ 8, 8, 8 ], "axis": "y", "angle": 45}, - "shade": false, - "faces": { - "west": { "uv": [ 11, 10, 14, 12 ], "texture": "#all" }, - "east": { "uv": [ 11, 10, 14, 12 ], "texture": "#all" } - } - } - ] -} diff --git a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/block/lapis_block.json b/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/block/lapis_block.json deleted file mode 100644 index e4988ea5..00000000 --- a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/block/lapis_block.json +++ /dev/null @@ -1,6 +0,0 @@ -{ - "parent": "block/cube_all", - "textures": { - "all": "block/lapis_block" - } -} diff --git a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/block/lapis_ore.json b/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/block/lapis_ore.json deleted file mode 100644 index 8024a75c..00000000 --- a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/block/lapis_ore.json +++ /dev/null @@ -1,6 +0,0 @@ -{ - "parent": "block/cube_all", - "textures": { - "all": "block/lapis_ore" - } -} diff --git a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/block/large_fern_bottom.json b/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/block/large_fern_bottom.json deleted file mode 100644 index 04a51057..00000000 --- a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/block/large_fern_bottom.json +++ /dev/null @@ -1,6 +0,0 @@ -{ - "parent": "block/tinted_cross", - "textures": { - "cross": "block/large_fern_bottom" - } -} diff --git a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/block/large_fern_top.json b/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/block/large_fern_top.json deleted file mode 100644 index 75ff5ae8..00000000 --- a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/block/large_fern_top.json +++ /dev/null @@ -1,6 +0,0 @@ -{ - "parent": "block/tinted_cross", - "textures": { - "cross": "block/large_fern_top" - } -} diff --git a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/block/lava.json b/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/block/lava.json deleted file mode 100644 index 315d525f..00000000 --- a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/block/lava.json +++ /dev/null @@ -1,6 +0,0 @@ -{ - "textures": { - "particle": "block/lava_still" - } -} - diff --git a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/block/leaves.json b/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/block/leaves.json deleted file mode 100644 index 722173fd..00000000 --- a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/block/leaves.json +++ /dev/null @@ -1,18 +0,0 @@ -{ "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/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/block/lectern.json b/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/block/lectern.json deleted file mode 100644 index 8b513b62..00000000 --- a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/block/lectern.json +++ /dev/null @@ -1,55 +0,0 @@ -{ - "parent": "block/block", - "display": { - "firstperson_righthand": { - "rotation": [ 0, 135, 0 ], - "translation": [ 0, 0, 0 ], - "scale": [ 0.4, 0.4, 0.4 ] - } - }, - "textures": { - "particle": "block/lectern_sides", - "bottom": "block/oak_planks", - "base": "block/lectern_base", - "front": "block/lectern_front", - "sides": "block/lectern_sides", - "top": "block/lectern_top" - }, - "elements": [ - { - "from": [ 0, 0, 0 ], - "to": [ 16, 2, 16 ], - "faces": { - "north": { "uv": [ 0, 14, 16, 16 ], "texture": "#base", "cullface": "north" }, - "east": { "uv": [ 0, 6, 16, 8 ], "texture": "#base", "cullface": "east" }, - "south": { "uv": [ 0, 6, 16, 8 ], "texture": "#base", "cullface": "south" }, - "west": { "uv": [ 0, 6, 16, 8 ], "texture": "#base", "cullface": "west" }, - "up": { "uv": [ 0, 0, 16, 16 ], "rotation": 180, "texture": "#base" }, - "down": { "uv": [ 0, 0, 16, 16 ], "texture": "#bottom", "cullface": "down" } - } - }, - { - "from": [4, 2, 4], - "to": [12, 15, 12], - "faces": { - "north": { "uv": [ 0, 0, 8, 13 ], "texture": "#front" }, - "east": { "uv": [ 2, 16, 15, 8 ], "rotation": 90, "texture": "#sides" }, - "south": { "uv": [ 8, 3, 16, 16 ], "texture": "#front" }, - "west": { "uv": [ 2, 8, 15, 16 ], "rotation": 90, "texture": "#sides" } - } - }, - { - "from": [ 0.01, 12, 3 ], - "to": [ 15.99, 16, 16 ], - "rotation": { "angle": -22.5, "axis": "x", "origin": [ 8, 8, 8 ] }, - "faces": { - "north": { "uv": [ 0, 0, 16, 4 ], "texture": "#sides" }, - "east": { "uv": [ 0, 4, 13, 8 ], "texture": "#sides" }, - "south": { "uv": [ 0, 4, 16, 8 ], "texture": "#sides" }, - "west": { "uv": [ 0, 4, 13, 8 ], "texture": "#sides" }, - "up": { "uv": [ 0, 1, 16, 14 ], "rotation": 180, "texture": "#top" }, - "down": { "uv": [ 0, 0, 16, 13 ], "texture": "#bottom" } - } - } - ] -} \ No newline at end of file diff --git a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/block/lever.json b/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/block/lever.json deleted file mode 100644 index fa7a2b81..00000000 --- a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/block/lever.json +++ /dev/null @@ -1,32 +0,0 @@ -{ - "ambientocclusion": false, - "textures": { - "particle": "block/cobblestone", - "base": "block/cobblestone", - "lever": "block/lever" - }, - "elements": [ - { "from": [ 5, 0, 4 ], - "to": [ 11, 3, 12 ], - "faces": { - "down": { "uv": [ 5, 4, 11, 12 ], "texture": "#base", "cullface": "down" }, - "up": { "uv": [ 5, 4, 11, 12 ], "texture": "#base" }, - "north": { "uv": [ 5, 0, 11, 3 ], "texture": "#base" }, - "south": { "uv": [ 5, 0, 11, 3 ], "texture": "#base" }, - "west": { "uv": [ 4, 0, 12, 3 ], "texture": "#base" }, - "east": { "uv": [ 4, 0, 12, 3 ], "texture": "#base" } - } - }, - { "from": [ 7, 1, 7 ], - "to": [ 9, 11, 9 ], - "rotation": { "origin": [ 8, 1, 8 ], "axis": "x", "angle": -45 }, - "faces": { - "up": { "uv": [ 7, 6, 9, 8 ], "texture": "#lever" }, - "north": { "uv": [ 7, 6, 9, 16 ], "texture": "#lever" }, - "south": { "uv": [ 7, 6, 9, 16 ], "texture": "#lever" }, - "west": { "uv": [ 7, 6, 9, 16 ], "texture": "#lever" }, - "east": { "uv": [ 7, 6, 9, 16 ], "texture": "#lever" } - } - } - ] -} diff --git a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/block/lever_on.json b/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/block/lever_on.json deleted file mode 100644 index 1007274d..00000000 --- a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/block/lever_on.json +++ /dev/null @@ -1,32 +0,0 @@ -{ - "ambientocclusion": false, - "textures": { - "particle": "block/cobblestone", - "base": "block/cobblestone", - "lever": "block/lever" - }, - "elements": [ - { "from": [ 5, 0, 4 ], - "to": [ 11, 3, 12 ], - "faces": { - "down": { "uv": [ 5, 4, 11, 12 ], "texture": "#base", "cullface": "down" }, - "up": { "uv": [ 5, 4, 11, 12 ], "texture": "#base" }, - "north": { "uv": [ 5, 0, 11, 3 ], "texture": "#base" }, - "south": { "uv": [ 5, 0, 11, 3 ], "texture": "#base" }, - "west": { "uv": [ 4, 0, 12, 3 ], "texture": "#base" }, - "east": { "uv": [ 4, 0, 12, 3 ], "texture": "#base" } - } - }, - { "from": [ 7, 1, 7 ], - "to": [ 9, 11, 9 ], - "rotation": { "origin": [ 8, 1, 8 ], "axis": "x", "angle": 45 }, - "faces": { - "up": { "uv": [ 7, 6, 9, 8 ], "texture": "#lever" }, - "north": { "uv": [ 7, 6, 9, 16 ], "texture": "#lever" }, - "south": { "uv": [ 7, 6, 9, 16 ], "texture": "#lever" }, - "west": { "uv": [ 7, 6, 9, 16 ], "texture": "#lever" }, - "east": { "uv": [ 7, 6, 9, 16 ], "texture": "#lever" } - } - } - ] -} diff --git a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/block/light_blue_carpet.json b/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/block/light_blue_carpet.json deleted file mode 100644 index cae5a4aa..00000000 --- a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/block/light_blue_carpet.json +++ /dev/null @@ -1,7 +0,0 @@ -{ - "parent": "block/carpet", - "textures": { - "particle": "block/light_blue_wool", - "wool": "block/light_blue_wool" - } -} diff --git a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/block/light_blue_concrete.json b/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/block/light_blue_concrete.json deleted file mode 100644 index 8d35dee8..00000000 --- a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/block/light_blue_concrete.json +++ /dev/null @@ -1,6 +0,0 @@ -{ - "parent": "block/cube_all", - "textures": { - "all": "block/light_blue_concrete" - } -} diff --git a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/block/light_blue_concrete_powder.json b/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/block/light_blue_concrete_powder.json deleted file mode 100644 index 37c8b490..00000000 --- a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/block/light_blue_concrete_powder.json +++ /dev/null @@ -1,6 +0,0 @@ -{ - "parent": "block/cube_all", - "textures": { - "all": "block/light_blue_concrete_powder" - } -} diff --git a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/block/light_blue_glazed_terracotta.json b/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/block/light_blue_glazed_terracotta.json deleted file mode 100644 index 06934ce1..00000000 --- a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/block/light_blue_glazed_terracotta.json +++ /dev/null @@ -1,7 +0,0 @@ -{ - "parent": "block/template_glazed_terracotta", - "textures": { - "particle": "block/light_blue_glazed_terracotta", - "pattern": "block/light_blue_glazed_terracotta" - } -} diff --git a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/block/light_blue_shulker_box.json b/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/block/light_blue_shulker_box.json deleted file mode 100644 index c5c20fd5..00000000 --- a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/block/light_blue_shulker_box.json +++ /dev/null @@ -1,5 +0,0 @@ -{ - "textures": { - "particle": "block/light_blue_shulker_box" - } -} diff --git a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/block/light_blue_stained_glass.json b/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/block/light_blue_stained_glass.json deleted file mode 100644 index b1e68b3f..00000000 --- a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/block/light_blue_stained_glass.json +++ /dev/null @@ -1,6 +0,0 @@ -{ - "parent": "block/cube_all", - "textures": { - "all": "block/light_blue_stained_glass" - } -} diff --git a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/block/light_blue_stained_glass_pane_noside.json b/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/block/light_blue_stained_glass_pane_noside.json deleted file mode 100644 index 7f726a5e..00000000 --- a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/block/light_blue_stained_glass_pane_noside.json +++ /dev/null @@ -1,6 +0,0 @@ -{ - "parent": "block/template_glass_pane_noside", - "textures": { - "pane": "block/light_blue_stained_glass" - } -} diff --git a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/block/light_blue_stained_glass_pane_noside_alt.json b/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/block/light_blue_stained_glass_pane_noside_alt.json deleted file mode 100644 index 1ca6540c..00000000 --- a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/block/light_blue_stained_glass_pane_noside_alt.json +++ /dev/null @@ -1,6 +0,0 @@ -{ - "parent": "block/template_glass_pane_noside_alt", - "textures": { - "pane": "block/light_blue_stained_glass" - } -} diff --git a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/block/light_blue_stained_glass_pane_post.json b/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/block/light_blue_stained_glass_pane_post.json deleted file mode 100644 index d61f4694..00000000 --- a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/block/light_blue_stained_glass_pane_post.json +++ /dev/null @@ -1,7 +0,0 @@ -{ - "parent": "block/template_glass_pane_post", - "textures": { - "edge": "block/light_blue_stained_glass_pane_top", - "pane": "block/light_blue_stained_glass" - } -} diff --git a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/block/light_blue_stained_glass_pane_side.json b/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/block/light_blue_stained_glass_pane_side.json deleted file mode 100644 index bcadaf14..00000000 --- a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/block/light_blue_stained_glass_pane_side.json +++ /dev/null @@ -1,7 +0,0 @@ -{ - "parent": "block/template_glass_pane_side", - "textures": { - "edge": "block/light_blue_stained_glass_pane_top", - "pane": "block/light_blue_stained_glass" - } -} diff --git a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/block/light_blue_stained_glass_pane_side_alt.json b/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/block/light_blue_stained_glass_pane_side_alt.json deleted file mode 100644 index 093edb04..00000000 --- a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/block/light_blue_stained_glass_pane_side_alt.json +++ /dev/null @@ -1,7 +0,0 @@ -{ - "parent": "block/template_glass_pane_side_alt", - "textures": { - "edge": "block/light_blue_stained_glass_pane_top", - "pane": "block/light_blue_stained_glass" - } -} diff --git a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/block/light_blue_terracotta.json b/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/block/light_blue_terracotta.json deleted file mode 100644 index e8bd57f4..00000000 --- a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/block/light_blue_terracotta.json +++ /dev/null @@ -1,6 +0,0 @@ -{ - "parent": "block/cube_all", - "textures": { - "all": "block/light_blue_terracotta" - } -} diff --git a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/block/light_blue_wool.json b/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/block/light_blue_wool.json deleted file mode 100644 index 83a717ac..00000000 --- a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/block/light_blue_wool.json +++ /dev/null @@ -1,6 +0,0 @@ -{ - "parent": "block/cube_all", - "textures": { - "all": "block/light_blue_wool" - } -} diff --git a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/block/light_gray_carpet.json b/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/block/light_gray_carpet.json deleted file mode 100644 index 3ca880b3..00000000 --- a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/block/light_gray_carpet.json +++ /dev/null @@ -1,7 +0,0 @@ -{ - "parent": "block/carpet", - "textures": { - "particle": "block/light_gray_wool", - "wool": "block/light_gray_wool" - } -} diff --git a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/block/light_gray_concrete.json b/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/block/light_gray_concrete.json deleted file mode 100644 index 4244a028..00000000 --- a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/block/light_gray_concrete.json +++ /dev/null @@ -1,6 +0,0 @@ -{ - "parent": "block/cube_all", - "textures": { - "all": "block/light_gray_concrete" - } -} diff --git a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/block/light_gray_concrete_powder.json b/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/block/light_gray_concrete_powder.json deleted file mode 100644 index dac59eeb..00000000 --- a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/block/light_gray_concrete_powder.json +++ /dev/null @@ -1,6 +0,0 @@ -{ - "parent": "block/cube_all", - "textures": { - "all": "block/light_gray_concrete_powder" - } -} diff --git a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/block/light_gray_glazed_terracotta.json b/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/block/light_gray_glazed_terracotta.json deleted file mode 100644 index 03e60754..00000000 --- a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/block/light_gray_glazed_terracotta.json +++ /dev/null @@ -1,7 +0,0 @@ -{ - "parent": "block/template_glazed_terracotta", - "textures": { - "particle": "block/light_gray_glazed_terracotta", - "pattern": "block/light_gray_glazed_terracotta" - } -} diff --git a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/block/light_gray_shulker_box.json b/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/block/light_gray_shulker_box.json deleted file mode 100644 index be0b9e7c..00000000 --- a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/block/light_gray_shulker_box.json +++ /dev/null @@ -1,5 +0,0 @@ -{ - "textures": { - "particle": "block/light_gray_shulker_box" - } -} diff --git a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/block/light_gray_stained_glass.json b/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/block/light_gray_stained_glass.json deleted file mode 100644 index 19481008..00000000 --- a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/block/light_gray_stained_glass.json +++ /dev/null @@ -1,6 +0,0 @@ -{ - "parent": "block/cube_all", - "textures": { - "all": "block/light_gray_stained_glass" - } -} diff --git a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/block/light_gray_stained_glass_pane_noside.json b/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/block/light_gray_stained_glass_pane_noside.json deleted file mode 100644 index 9fc152a6..00000000 --- a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/block/light_gray_stained_glass_pane_noside.json +++ /dev/null @@ -1,6 +0,0 @@ -{ - "parent": "block/template_glass_pane_noside", - "textures": { - "pane": "block/light_gray_stained_glass" - } -} diff --git a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/block/light_gray_stained_glass_pane_noside_alt.json b/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/block/light_gray_stained_glass_pane_noside_alt.json deleted file mode 100644 index 2f9c22b9..00000000 --- a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/block/light_gray_stained_glass_pane_noside_alt.json +++ /dev/null @@ -1,6 +0,0 @@ -{ - "parent": "block/template_glass_pane_noside_alt", - "textures": { - "pane": "block/light_gray_stained_glass" - } -} diff --git a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/block/light_gray_stained_glass_pane_post.json b/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/block/light_gray_stained_glass_pane_post.json deleted file mode 100644 index 6c1f1847..00000000 --- a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/block/light_gray_stained_glass_pane_post.json +++ /dev/null @@ -1,7 +0,0 @@ -{ - "parent": "block/template_glass_pane_post", - "textures": { - "edge": "block/light_gray_stained_glass_pane_top", - "pane": "block/light_gray_stained_glass" - } -} diff --git a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/block/light_gray_stained_glass_pane_side.json b/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/block/light_gray_stained_glass_pane_side.json deleted file mode 100644 index bffa53dc..00000000 --- a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/block/light_gray_stained_glass_pane_side.json +++ /dev/null @@ -1,7 +0,0 @@ -{ - "parent": "block/template_glass_pane_side", - "textures": { - "edge": "block/light_gray_stained_glass_pane_top", - "pane": "block/light_gray_stained_glass" - } -} diff --git a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/block/light_gray_stained_glass_pane_side_alt.json b/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/block/light_gray_stained_glass_pane_side_alt.json deleted file mode 100644 index cda378d5..00000000 --- a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/block/light_gray_stained_glass_pane_side_alt.json +++ /dev/null @@ -1,7 +0,0 @@ -{ - "parent": "block/template_glass_pane_side_alt", - "textures": { - "edge": "block/light_gray_stained_glass_pane_top", - "pane": "block/light_gray_stained_glass" - } -} diff --git a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/block/light_gray_terracotta.json b/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/block/light_gray_terracotta.json deleted file mode 100644 index 5f6082d0..00000000 --- a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/block/light_gray_terracotta.json +++ /dev/null @@ -1,6 +0,0 @@ -{ - "parent": "block/cube_all", - "textures": { - "all": "block/light_gray_terracotta" - } -} diff --git a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/block/light_gray_wool.json b/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/block/light_gray_wool.json deleted file mode 100644 index 2b4e8f70..00000000 --- a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/block/light_gray_wool.json +++ /dev/null @@ -1,6 +0,0 @@ -{ - "parent": "block/cube_all", - "textures": { - "all": "block/light_gray_wool" - } -} diff --git a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/block/light_weighted_pressure_plate.json b/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/block/light_weighted_pressure_plate.json deleted file mode 100644 index e9ddfdfe..00000000 --- a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/block/light_weighted_pressure_plate.json +++ /dev/null @@ -1,6 +0,0 @@ -{ - "parent": "block/pressure_plate_up", - "textures": { - "texture": "block/gold_block" - } -} diff --git a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/block/light_weighted_pressure_plate_down.json b/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/block/light_weighted_pressure_plate_down.json deleted file mode 100644 index 73628621..00000000 --- a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/block/light_weighted_pressure_plate_down.json +++ /dev/null @@ -1,6 +0,0 @@ -{ - "parent": "block/pressure_plate_down", - "textures": { - "texture": "block/gold_block" - } -} diff --git a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/block/lilac_bottom.json b/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/block/lilac_bottom.json deleted file mode 100644 index c91ffe68..00000000 --- a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/block/lilac_bottom.json +++ /dev/null @@ -1,6 +0,0 @@ -{ - "parent": "block/cross", - "textures": { - "cross": "block/lilac_bottom" - } -} diff --git a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/block/lilac_top.json b/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/block/lilac_top.json deleted file mode 100644 index b8c1c9d2..00000000 --- a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/block/lilac_top.json +++ /dev/null @@ -1,6 +0,0 @@ -{ - "parent": "block/cross", - "textures": { - "cross": "block/lilac_top" - } -} diff --git a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/block/lily_of_the_valley.json b/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/block/lily_of_the_valley.json deleted file mode 100644 index 25fcc064..00000000 --- a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/block/lily_of_the_valley.json +++ /dev/null @@ -1,6 +0,0 @@ -{ - "parent": "block/cross", - "textures": { - "cross": "block/lily_of_the_valley" - } -} diff --git a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/block/lily_pad.json b/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/block/lily_pad.json deleted file mode 100644 index a775a8dc..00000000 --- a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/block/lily_pad.json +++ /dev/null @@ -1,16 +0,0 @@ -{ - "ambientocclusion": false, - "textures": { - "particle": "block/lily_pad", - "texture": "block/lily_pad" - }, - "elements": [ - { "from": [ 0, 0.25, 0 ], - "to": [ 16, 0.25, 16 ], - "faces": { - "down": { "uv": [ 16, 16, 0, 0 ], "texture": "#texture", "tintindex": 0 }, - "up": { "uv": [ 16, 0, 0, 16 ], "texture": "#texture", "tintindex": 0 } - } - } - ] -} diff --git a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/block/lime_carpet.json b/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/block/lime_carpet.json deleted file mode 100644 index 9a7d943d..00000000 --- a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/block/lime_carpet.json +++ /dev/null @@ -1,7 +0,0 @@ -{ - "parent": "block/carpet", - "textures": { - "particle": "block/lime_wool", - "wool": "block/lime_wool" - } -} diff --git a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/block/lime_concrete.json b/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/block/lime_concrete.json deleted file mode 100644 index 01ec9173..00000000 --- a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/block/lime_concrete.json +++ /dev/null @@ -1,6 +0,0 @@ -{ - "parent": "block/cube_all", - "textures": { - "all": "block/lime_concrete" - } -} diff --git a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/block/lime_concrete_powder.json b/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/block/lime_concrete_powder.json deleted file mode 100644 index 7ceaaa23..00000000 --- a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/block/lime_concrete_powder.json +++ /dev/null @@ -1,6 +0,0 @@ -{ - "parent": "block/cube_all", - "textures": { - "all": "block/lime_concrete_powder" - } -} diff --git a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/block/lime_glazed_terracotta.json b/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/block/lime_glazed_terracotta.json deleted file mode 100644 index f7e6aaba..00000000 --- a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/block/lime_glazed_terracotta.json +++ /dev/null @@ -1,7 +0,0 @@ -{ - "parent": "block/template_glazed_terracotta", - "textures": { - "particle": "block/lime_glazed_terracotta", - "pattern": "block/lime_glazed_terracotta" - } -} diff --git a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/block/lime_shulker_box.json b/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/block/lime_shulker_box.json deleted file mode 100644 index d7273bd1..00000000 --- a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/block/lime_shulker_box.json +++ /dev/null @@ -1,5 +0,0 @@ -{ - "textures": { - "particle": "block/lime_shulker_box" - } -} diff --git a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/block/lime_stained_glass.json b/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/block/lime_stained_glass.json deleted file mode 100644 index f2bc4e26..00000000 --- a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/block/lime_stained_glass.json +++ /dev/null @@ -1,6 +0,0 @@ -{ - "parent": "block/cube_all", - "textures": { - "all": "block/lime_stained_glass" - } -} diff --git a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/block/lime_stained_glass_pane_noside.json b/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/block/lime_stained_glass_pane_noside.json deleted file mode 100644 index ff72597d..00000000 --- a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/block/lime_stained_glass_pane_noside.json +++ /dev/null @@ -1,6 +0,0 @@ -{ - "parent": "block/template_glass_pane_noside", - "textures": { - "pane": "block/lime_stained_glass" - } -} diff --git a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/block/lime_stained_glass_pane_noside_alt.json b/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/block/lime_stained_glass_pane_noside_alt.json deleted file mode 100644 index edab020b..00000000 --- a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/block/lime_stained_glass_pane_noside_alt.json +++ /dev/null @@ -1,6 +0,0 @@ -{ - "parent": "block/template_glass_pane_noside_alt", - "textures": { - "pane": "block/lime_stained_glass" - } -} diff --git a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/block/lime_stained_glass_pane_post.json b/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/block/lime_stained_glass_pane_post.json deleted file mode 100644 index 122934b4..00000000 --- a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/block/lime_stained_glass_pane_post.json +++ /dev/null @@ -1,7 +0,0 @@ -{ - "parent": "block/template_glass_pane_post", - "textures": { - "edge": "block/lime_stained_glass_pane_top", - "pane": "block/lime_stained_glass" - } -} diff --git a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/block/lime_stained_glass_pane_side.json b/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/block/lime_stained_glass_pane_side.json deleted file mode 100644 index c1d584d5..00000000 --- a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/block/lime_stained_glass_pane_side.json +++ /dev/null @@ -1,7 +0,0 @@ -{ - "parent": "block/template_glass_pane_side", - "textures": { - "edge": "block/lime_stained_glass_pane_top", - "pane": "block/lime_stained_glass" - } -} diff --git a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/block/lime_stained_glass_pane_side_alt.json b/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/block/lime_stained_glass_pane_side_alt.json deleted file mode 100644 index 515db573..00000000 --- a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/block/lime_stained_glass_pane_side_alt.json +++ /dev/null @@ -1,7 +0,0 @@ -{ - "parent": "block/template_glass_pane_side_alt", - "textures": { - "edge": "block/lime_stained_glass_pane_top", - "pane": "block/lime_stained_glass" - } -} diff --git a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/block/lime_terracotta.json b/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/block/lime_terracotta.json deleted file mode 100644 index c96e501d..00000000 --- a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/block/lime_terracotta.json +++ /dev/null @@ -1,6 +0,0 @@ -{ - "parent": "block/cube_all", - "textures": { - "all": "block/lime_terracotta" - } -} diff --git a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/block/lime_wool.json b/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/block/lime_wool.json deleted file mode 100644 index 39984ef1..00000000 --- a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/block/lime_wool.json +++ /dev/null @@ -1,6 +0,0 @@ -{ - "parent": "block/cube_all", - "textures": { - "all": "block/lime_wool" - } -} diff --git a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/block/loom.json b/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/block/loom.json deleted file mode 100644 index 5ea2d0d9..00000000 --- a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/block/loom.json +++ /dev/null @@ -1,9 +0,0 @@ -{ - "parent": "block/orientable", - "textures": { - "top": "block/loom_top", - "bottom": "block/loom_bottom", - "front": "block/loom_front", - "side": "block/loom_side" - } -} diff --git a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/block/magenta_carpet.json b/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/block/magenta_carpet.json deleted file mode 100644 index 7702ace9..00000000 --- a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/block/magenta_carpet.json +++ /dev/null @@ -1,7 +0,0 @@ -{ - "parent": "block/carpet", - "textures": { - "particle": "block/magenta_wool", - "wool": "block/magenta_wool" - } -} diff --git a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/block/magenta_concrete.json b/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/block/magenta_concrete.json deleted file mode 100644 index 80c2f73e..00000000 --- a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/block/magenta_concrete.json +++ /dev/null @@ -1,6 +0,0 @@ -{ - "parent": "block/cube_all", - "textures": { - "all": "block/magenta_concrete" - } -} diff --git a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/block/magenta_concrete_powder.json b/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/block/magenta_concrete_powder.json deleted file mode 100644 index 7d4d699f..00000000 --- a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/block/magenta_concrete_powder.json +++ /dev/null @@ -1,6 +0,0 @@ -{ - "parent": "block/cube_all", - "textures": { - "all": "block/magenta_concrete_powder" - } -} diff --git a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/block/magenta_glazed_terracotta.json b/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/block/magenta_glazed_terracotta.json deleted file mode 100644 index 03ef9d48..00000000 --- a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/block/magenta_glazed_terracotta.json +++ /dev/null @@ -1,7 +0,0 @@ -{ - "parent": "block/template_glazed_terracotta", - "textures": { - "particle": "block/magenta_glazed_terracotta", - "pattern": "block/magenta_glazed_terracotta" - } -} diff --git a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/block/magenta_shulker_box.json b/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/block/magenta_shulker_box.json deleted file mode 100644 index 28d280d9..00000000 --- a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/block/magenta_shulker_box.json +++ /dev/null @@ -1,5 +0,0 @@ -{ - "textures": { - "particle": "block/magenta_shulker_box" - } -} diff --git a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/block/magenta_stained_glass.json b/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/block/magenta_stained_glass.json deleted file mode 100644 index 36d6274f..00000000 --- a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/block/magenta_stained_glass.json +++ /dev/null @@ -1,6 +0,0 @@ -{ - "parent": "block/cube_all", - "textures": { - "all": "block/magenta_stained_glass" - } -} diff --git a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/block/magenta_stained_glass_pane_noside.json b/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/block/magenta_stained_glass_pane_noside.json deleted file mode 100644 index c7456cf0..00000000 --- a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/block/magenta_stained_glass_pane_noside.json +++ /dev/null @@ -1,6 +0,0 @@ -{ - "parent": "block/template_glass_pane_noside", - "textures": { - "pane": "block/magenta_stained_glass" - } -} diff --git a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/block/magenta_stained_glass_pane_noside_alt.json b/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/block/magenta_stained_glass_pane_noside_alt.json deleted file mode 100644 index 6c7b1e37..00000000 --- a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/block/magenta_stained_glass_pane_noside_alt.json +++ /dev/null @@ -1,6 +0,0 @@ -{ - "parent": "block/template_glass_pane_noside_alt", - "textures": { - "pane": "block/magenta_stained_glass" - } -} diff --git a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/block/magenta_stained_glass_pane_post.json b/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/block/magenta_stained_glass_pane_post.json deleted file mode 100644 index 883e8f53..00000000 --- a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/block/magenta_stained_glass_pane_post.json +++ /dev/null @@ -1,7 +0,0 @@ -{ - "parent": "block/template_glass_pane_post", - "textures": { - "edge": "block/magenta_stained_glass_pane_top", - "pane": "block/magenta_stained_glass" - } -} diff --git a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/block/magenta_stained_glass_pane_side.json b/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/block/magenta_stained_glass_pane_side.json deleted file mode 100644 index 1f1850a8..00000000 --- a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/block/magenta_stained_glass_pane_side.json +++ /dev/null @@ -1,7 +0,0 @@ -{ - "parent": "block/template_glass_pane_side", - "textures": { - "edge": "block/magenta_stained_glass_pane_top", - "pane": "block/magenta_stained_glass" - } -} diff --git a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/block/magenta_stained_glass_pane_side_alt.json b/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/block/magenta_stained_glass_pane_side_alt.json deleted file mode 100644 index d3bac7e5..00000000 --- a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/block/magenta_stained_glass_pane_side_alt.json +++ /dev/null @@ -1,7 +0,0 @@ -{ - "parent": "block/template_glass_pane_side_alt", - "textures": { - "edge": "block/magenta_stained_glass_pane_top", - "pane": "block/magenta_stained_glass" - } -} diff --git a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/block/magenta_terracotta.json b/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/block/magenta_terracotta.json deleted file mode 100644 index 823ff2f2..00000000 --- a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/block/magenta_terracotta.json +++ /dev/null @@ -1,6 +0,0 @@ -{ - "parent": "block/cube_all", - "textures": { - "all": "block/magenta_terracotta" - } -} diff --git a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/block/magenta_wool.json b/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/block/magenta_wool.json deleted file mode 100644 index 7724f64e..00000000 --- a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/block/magenta_wool.json +++ /dev/null @@ -1,6 +0,0 @@ -{ - "parent": "block/cube_all", - "textures": { - "all": "block/magenta_wool" - } -} diff --git a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/block/magma_block.json b/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/block/magma_block.json deleted file mode 100644 index 2ac86ab9..00000000 --- a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/block/magma_block.json +++ /dev/null @@ -1,6 +0,0 @@ -{ - "parent": "block/cube_all", - "textures": { - "all": "block/magma" - } -} diff --git a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/block/melon.json b/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/block/melon.json deleted file mode 100644 index 4a4e06c9..00000000 --- a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/block/melon.json +++ /dev/null @@ -1,7 +0,0 @@ -{ - "parent": "block/cube_column", - "textures": { - "end": "block/melon_top", - "side": "block/melon_side" - } -} diff --git a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/block/melon_stem_stage0.json b/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/block/melon_stem_stage0.json deleted file mode 100644 index e26733f1..00000000 --- a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/block/melon_stem_stage0.json +++ /dev/null @@ -1,6 +0,0 @@ -{ - "parent": "block/stem_growth0", - "textures": { - "stem": "block/melon_stem" - } -} diff --git a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/block/melon_stem_stage1.json b/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/block/melon_stem_stage1.json deleted file mode 100644 index b2f201c7..00000000 --- a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/block/melon_stem_stage1.json +++ /dev/null @@ -1,6 +0,0 @@ -{ - "parent": "block/stem_growth1", - "textures": { - "stem": "block/melon_stem" - } -} diff --git a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/block/melon_stem_stage2.json b/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/block/melon_stem_stage2.json deleted file mode 100644 index 7701eb3a..00000000 --- a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/block/melon_stem_stage2.json +++ /dev/null @@ -1,6 +0,0 @@ -{ - "parent": "block/stem_growth2", - "textures": { - "stem": "block/melon_stem" - } -} diff --git a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/block/melon_stem_stage3.json b/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/block/melon_stem_stage3.json deleted file mode 100644 index 46c0bfc2..00000000 --- a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/block/melon_stem_stage3.json +++ /dev/null @@ -1,6 +0,0 @@ -{ - "parent": "block/stem_growth3", - "textures": { - "stem": "block/melon_stem" - } -} diff --git a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/block/melon_stem_stage4.json b/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/block/melon_stem_stage4.json deleted file mode 100644 index 3df10dfc..00000000 --- a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/block/melon_stem_stage4.json +++ /dev/null @@ -1,6 +0,0 @@ -{ - "parent": "block/stem_growth4", - "textures": { - "stem": "block/melon_stem" - } -} diff --git a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/block/melon_stem_stage5.json b/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/block/melon_stem_stage5.json deleted file mode 100644 index bd6e6fdb..00000000 --- a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/block/melon_stem_stage5.json +++ /dev/null @@ -1,6 +0,0 @@ -{ - "parent": "block/stem_growth5", - "textures": { - "stem": "block/melon_stem" - } -} diff --git a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/block/melon_stem_stage6.json b/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/block/melon_stem_stage6.json deleted file mode 100644 index c93cc531..00000000 --- a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/block/melon_stem_stage6.json +++ /dev/null @@ -1,6 +0,0 @@ -{ - "parent": "block/stem_growth6", - "textures": { - "stem": "block/melon_stem" - } -} diff --git a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/block/melon_stem_stage7.json b/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/block/melon_stem_stage7.json deleted file mode 100644 index 02649e3f..00000000 --- a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/block/melon_stem_stage7.json +++ /dev/null @@ -1,6 +0,0 @@ -{ - "parent": "block/stem_growth7", - "textures": { - "stem": "block/melon_stem" - } -} diff --git a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/block/mossy_cobblestone.json b/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/block/mossy_cobblestone.json deleted file mode 100644 index 2d970755..00000000 --- a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/block/mossy_cobblestone.json +++ /dev/null @@ -1,6 +0,0 @@ -{ - "parent": "block/cube_all", - "textures": { - "all": "block/mossy_cobblestone" - } -} diff --git a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/block/mossy_cobblestone_slab.json b/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/block/mossy_cobblestone_slab.json deleted file mode 100644 index 27516ed0..00000000 --- a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/block/mossy_cobblestone_slab.json +++ /dev/null @@ -1,8 +0,0 @@ -{ - "parent": "block/slab", - "textures": { - "bottom": "block/mossy_cobblestone", - "top": "block/mossy_cobblestone", - "side": "block/mossy_cobblestone" - } -} diff --git a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/block/mossy_cobblestone_slab_top.json b/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/block/mossy_cobblestone_slab_top.json deleted file mode 100644 index 632171d7..00000000 --- a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/block/mossy_cobblestone_slab_top.json +++ /dev/null @@ -1,8 +0,0 @@ -{ - "parent": "block/slab_top", - "textures": { - "bottom": "block/mossy_cobblestone", - "top": "block/mossy_cobblestone", - "side": "block/mossy_cobblestone" - } -} diff --git a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/block/mossy_cobblestone_stairs.json b/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/block/mossy_cobblestone_stairs.json deleted file mode 100644 index 9cbffe23..00000000 --- a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/block/mossy_cobblestone_stairs.json +++ /dev/null @@ -1,8 +0,0 @@ -{ - "parent": "block/stairs", - "textures": { - "bottom": "block/mossy_cobblestone", - "top": "block/mossy_cobblestone", - "side": "block/mossy_cobblestone" - } -} diff --git a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/block/mossy_cobblestone_stairs_inner.json b/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/block/mossy_cobblestone_stairs_inner.json deleted file mode 100644 index d84ae052..00000000 --- a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/block/mossy_cobblestone_stairs_inner.json +++ /dev/null @@ -1,8 +0,0 @@ -{ - "parent": "block/inner_stairs", - "textures": { - "bottom": "block/mossy_cobblestone", - "top": "block/mossy_cobblestone", - "side": "block/mossy_cobblestone" - } -} diff --git a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/block/mossy_cobblestone_stairs_outer.json b/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/block/mossy_cobblestone_stairs_outer.json deleted file mode 100644 index 42d6b85f..00000000 --- a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/block/mossy_cobblestone_stairs_outer.json +++ /dev/null @@ -1,8 +0,0 @@ -{ - "parent": "block/outer_stairs", - "textures": { - "bottom": "block/mossy_cobblestone", - "top": "block/mossy_cobblestone", - "side": "block/mossy_cobblestone" - } -} diff --git a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/block/mossy_cobblestone_wall_inventory.json b/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/block/mossy_cobblestone_wall_inventory.json deleted file mode 100644 index 870713c7..00000000 --- a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/block/mossy_cobblestone_wall_inventory.json +++ /dev/null @@ -1,6 +0,0 @@ -{ - "parent": "block/wall_inventory", - "textures": { - "wall": "block/mossy_cobblestone" - } -} diff --git a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/block/mossy_cobblestone_wall_post.json b/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/block/mossy_cobblestone_wall_post.json deleted file mode 100644 index 3731fa2c..00000000 --- a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/block/mossy_cobblestone_wall_post.json +++ /dev/null @@ -1,6 +0,0 @@ -{ - "parent": "block/template_wall_post", - "textures": { - "wall": "block/mossy_cobblestone" - } -} diff --git a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/block/mossy_cobblestone_wall_side.json b/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/block/mossy_cobblestone_wall_side.json deleted file mode 100644 index f8c2fb07..00000000 --- a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/block/mossy_cobblestone_wall_side.json +++ /dev/null @@ -1,6 +0,0 @@ -{ - "parent": "block/template_wall_side", - "textures": { - "wall": "block/mossy_cobblestone" - } -} diff --git a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/block/mossy_stone_brick_slab.json b/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/block/mossy_stone_brick_slab.json deleted file mode 100644 index 2e36b99c..00000000 --- a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/block/mossy_stone_brick_slab.json +++ /dev/null @@ -1,8 +0,0 @@ -{ - "parent": "block/slab", - "textures": { - "bottom": "block/mossy_stone_bricks", - "top": "block/mossy_stone_bricks", - "side": "block/mossy_stone_bricks" - } -} diff --git a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/block/mossy_stone_brick_slab_top.json b/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/block/mossy_stone_brick_slab_top.json deleted file mode 100644 index 08b7adb6..00000000 --- a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/block/mossy_stone_brick_slab_top.json +++ /dev/null @@ -1,8 +0,0 @@ -{ - "parent": "block/slab_top", - "textures": { - "bottom": "block/mossy_stone_bricks", - "top": "block/mossy_stone_bricks", - "side": "block/mossy_stone_bricks" - } -} diff --git a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/block/mossy_stone_brick_stairs.json b/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/block/mossy_stone_brick_stairs.json deleted file mode 100644 index e56811f4..00000000 --- a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/block/mossy_stone_brick_stairs.json +++ /dev/null @@ -1,8 +0,0 @@ -{ - "parent": "block/stairs", - "textures": { - "bottom": "block/mossy_stone_bricks", - "top": "block/mossy_stone_bricks", - "side": "block/mossy_stone_bricks" - } -} diff --git a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/block/mossy_stone_brick_stairs_inner.json b/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/block/mossy_stone_brick_stairs_inner.json deleted file mode 100644 index 954a8e67..00000000 --- a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/block/mossy_stone_brick_stairs_inner.json +++ /dev/null @@ -1,8 +0,0 @@ -{ - "parent": "block/inner_stairs", - "textures": { - "bottom": "block/mossy_stone_bricks", - "top": "block/mossy_stone_bricks", - "side": "block/mossy_stone_bricks" - } -} diff --git a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/block/mossy_stone_brick_stairs_outer.json b/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/block/mossy_stone_brick_stairs_outer.json deleted file mode 100644 index cc80c663..00000000 --- a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/block/mossy_stone_brick_stairs_outer.json +++ /dev/null @@ -1,8 +0,0 @@ -{ - "parent": "block/outer_stairs", - "textures": { - "bottom": "block/mossy_stone_bricks", - "top": "block/mossy_stone_bricks", - "side": "block/mossy_stone_bricks" - } -} diff --git a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/block/mossy_stone_brick_wall_inventory.json b/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/block/mossy_stone_brick_wall_inventory.json deleted file mode 100644 index 296ce59f..00000000 --- a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/block/mossy_stone_brick_wall_inventory.json +++ /dev/null @@ -1,6 +0,0 @@ -{ - "parent": "block/wall_inventory", - "textures": { - "wall": "block/mossy_stone_bricks" - } -} diff --git a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/block/mossy_stone_brick_wall_post.json b/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/block/mossy_stone_brick_wall_post.json deleted file mode 100644 index 357c1851..00000000 --- a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/block/mossy_stone_brick_wall_post.json +++ /dev/null @@ -1,6 +0,0 @@ -{ - "parent": "block/template_wall_post", - "textures": { - "wall": "block/mossy_stone_bricks" - } -} diff --git a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/block/mossy_stone_brick_wall_side.json b/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/block/mossy_stone_brick_wall_side.json deleted file mode 100644 index f7e470d5..00000000 --- a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/block/mossy_stone_brick_wall_side.json +++ /dev/null @@ -1,6 +0,0 @@ -{ - "parent": "block/template_wall_side", - "textures": { - "wall": "block/mossy_stone_bricks" - } -} diff --git a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/block/mossy_stone_bricks.json b/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/block/mossy_stone_bricks.json deleted file mode 100644 index 6fedfc56..00000000 --- a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/block/mossy_stone_bricks.json +++ /dev/null @@ -1,6 +0,0 @@ -{ - "parent": "block/cube_all", - "textures": { - "all": "block/mossy_stone_bricks" - } -} diff --git a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/block/moving_piston.json b/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/block/moving_piston.json deleted file mode 100644 index 8ee8d84f..00000000 --- a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/block/moving_piston.json +++ /dev/null @@ -1,5 +0,0 @@ -{ - "textures": { - "particle": "block/piston_side" - } -} diff --git a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/block/mushroom_block_inside.json b/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/block/mushroom_block_inside.json deleted file mode 100644 index 8a27742c..00000000 --- a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/block/mushroom_block_inside.json +++ /dev/null @@ -1,15 +0,0 @@ -{ - "ambientocclusion": false, - "textures": { - "texture": "block/mushroom_block_inside", - "particle": "block/mushroom_block_inside" - }, - "elements": [ - { "from": [ 0, 0, 0 ], - "to": [ 16, 16, 0 ], - "faces": { - "north": { "texture": "#texture", "cullface":"north" } - } - } - ] -} diff --git a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/block/mushroom_stem.json b/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/block/mushroom_stem.json deleted file mode 100644 index 62285dd1..00000000 --- a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/block/mushroom_stem.json +++ /dev/null @@ -1,14 +0,0 @@ -{ - "textures": { - "texture": "block/mushroom_stem", - "particle": "block/mushroom_stem" - }, - "elements": [ - { "from": [ 0, 0, 0 ], - "to": [ 16, 16, 0 ], - "faces": { - "north": { "texture": "#texture", "cullface":"north" } - } - } - ] -} diff --git a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/block/mushroom_stem_inventory.json b/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/block/mushroom_stem_inventory.json deleted file mode 100644 index b197887f..00000000 --- a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/block/mushroom_stem_inventory.json +++ /dev/null @@ -1,6 +0,0 @@ -{ - "parent": "block/cube_all", - "textures": { - "all": "block/mushroom_stem" - } -} diff --git a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/block/mycelium.json b/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/block/mycelium.json deleted file mode 100644 index daaea45c..00000000 --- a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/block/mycelium.json +++ /dev/null @@ -1,8 +0,0 @@ -{ - "parent": "block/cube_bottom_top", - "textures": { - "bottom": "block/dirt", - "top": "block/mycelium_top", - "side": "block/mycelium_side" - } -} diff --git a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/block/nether_brick_fence_inventory.json b/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/block/nether_brick_fence_inventory.json deleted file mode 100644 index 741a3cb6..00000000 --- a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/block/nether_brick_fence_inventory.json +++ /dev/null @@ -1,6 +0,0 @@ -{ - "parent": "block/fence_inventory", - "textures": { - "texture": "block/nether_bricks" - } -} diff --git a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/block/nether_brick_fence_post.json b/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/block/nether_brick_fence_post.json deleted file mode 100644 index 4cd0f20a..00000000 --- a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/block/nether_brick_fence_post.json +++ /dev/null @@ -1,6 +0,0 @@ -{ - "parent": "block/fence_post", - "textures": { - "texture": "block/nether_bricks" - } -} diff --git a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/block/nether_brick_fence_side.json b/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/block/nether_brick_fence_side.json deleted file mode 100644 index 2b796bf2..00000000 --- a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/block/nether_brick_fence_side.json +++ /dev/null @@ -1,6 +0,0 @@ -{ - "parent": "block/fence_side", - "textures": { - "texture": "block/nether_bricks" - } -} diff --git a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/block/nether_brick_slab.json b/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/block/nether_brick_slab.json deleted file mode 100644 index 85bd6100..00000000 --- a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/block/nether_brick_slab.json +++ /dev/null @@ -1,8 +0,0 @@ -{ - "parent": "block/slab", - "textures": { - "bottom": "block/nether_bricks", - "top": "block/nether_bricks", - "side": "block/nether_bricks" - } -} diff --git a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/block/nether_brick_slab_top.json b/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/block/nether_brick_slab_top.json deleted file mode 100644 index b930cf44..00000000 --- a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/block/nether_brick_slab_top.json +++ /dev/null @@ -1,8 +0,0 @@ -{ - "parent": "block/slab_top", - "textures": { - "bottom": "block/nether_bricks", - "top": "block/nether_bricks", - "side": "block/nether_bricks" - } -} diff --git a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/block/nether_brick_stairs.json b/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/block/nether_brick_stairs.json deleted file mode 100644 index e017a413..00000000 --- a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/block/nether_brick_stairs.json +++ /dev/null @@ -1,8 +0,0 @@ -{ - "parent": "block/stairs", - "textures": { - "bottom": "block/nether_bricks", - "top": "block/nether_bricks", - "side": "block/nether_bricks" - } -} diff --git a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/block/nether_brick_stairs_inner.json b/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/block/nether_brick_stairs_inner.json deleted file mode 100644 index f6d8f3d2..00000000 --- a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/block/nether_brick_stairs_inner.json +++ /dev/null @@ -1,8 +0,0 @@ -{ - "parent": "block/inner_stairs", - "textures": { - "bottom": "block/nether_bricks", - "top": "block/nether_bricks", - "side": "block/nether_bricks" - } -} diff --git a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/block/nether_brick_stairs_outer.json b/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/block/nether_brick_stairs_outer.json deleted file mode 100644 index c8b0b755..00000000 --- a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/block/nether_brick_stairs_outer.json +++ /dev/null @@ -1,8 +0,0 @@ -{ - "parent": "block/outer_stairs", - "textures": { - "bottom": "block/nether_bricks", - "top": "block/nether_bricks", - "side": "block/nether_bricks" - } -} diff --git a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/block/nether_brick_wall_inventory.json b/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/block/nether_brick_wall_inventory.json deleted file mode 100644 index e0763f88..00000000 --- a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/block/nether_brick_wall_inventory.json +++ /dev/null @@ -1,6 +0,0 @@ -{ - "parent": "block/wall_inventory", - "textures": { - "wall": "block/nether_bricks" - } -} diff --git a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/block/nether_brick_wall_post.json b/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/block/nether_brick_wall_post.json deleted file mode 100644 index 7b617c99..00000000 --- a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/block/nether_brick_wall_post.json +++ /dev/null @@ -1,6 +0,0 @@ -{ - "parent": "block/template_wall_post", - "textures": { - "wall": "block/nether_bricks" - } -} diff --git a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/block/nether_brick_wall_side.json b/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/block/nether_brick_wall_side.json deleted file mode 100644 index 8ef919b7..00000000 --- a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/block/nether_brick_wall_side.json +++ /dev/null @@ -1,6 +0,0 @@ -{ - "parent": "block/template_wall_side", - "textures": { - "wall": "block/nether_bricks" - } -} diff --git a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/block/nether_bricks.json b/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/block/nether_bricks.json deleted file mode 100644 index bac085ee..00000000 --- a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/block/nether_bricks.json +++ /dev/null @@ -1,6 +0,0 @@ -{ - "parent": "block/cube_all", - "textures": { - "all": "block/nether_bricks" - } -} diff --git a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/block/nether_portal_ew.json b/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/block/nether_portal_ew.json deleted file mode 100644 index 5b7869ab..00000000 --- a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/block/nether_portal_ew.json +++ /dev/null @@ -1,15 +0,0 @@ -{ - "textures": { - "particle": "block/nether_portal", - "portal": "block/nether_portal" - }, - "elements": [ - { "from": [ 6, 0, 0 ], - "to": [ 10, 16, 16 ], - "faces": { - "east": { "uv": [ 0, 0, 16, 16 ], "texture": "#portal" }, - "west": { "uv": [ 0, 0, 16, 16 ], "texture": "#portal" } - } - } - ] -} diff --git a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/block/nether_portal_ns.json b/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/block/nether_portal_ns.json deleted file mode 100644 index 937ca3b9..00000000 --- a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/block/nether_portal_ns.json +++ /dev/null @@ -1,15 +0,0 @@ -{ - "textures": { - "particle": "block/nether_portal", - "portal": "block/nether_portal" - }, - "elements": [ - { "from": [ 0, 0, 6 ], - "to": [ 16, 16, 10 ], - "faces": { - "north": { "uv": [ 0, 0, 16, 16 ], "texture": "#portal" }, - "south": { "uv": [ 0, 0, 16, 16 ], "texture": "#portal" } - } - } - ] -} diff --git a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/block/nether_quartz_ore.json b/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/block/nether_quartz_ore.json deleted file mode 100644 index 7032ee30..00000000 --- a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/block/nether_quartz_ore.json +++ /dev/null @@ -1,6 +0,0 @@ -{ - "parent": "block/cube_all", - "textures": { - "all": "block/nether_quartz_ore" - } -} diff --git a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/block/nether_wart_block.json b/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/block/nether_wart_block.json deleted file mode 100644 index 1da55a1e..00000000 --- a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/block/nether_wart_block.json +++ /dev/null @@ -1,6 +0,0 @@ -{ - "parent": "block/cube_all", - "textures": { - "all": "block/nether_wart_block" - } -} diff --git a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/block/nether_wart_stage0.json b/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/block/nether_wart_stage0.json deleted file mode 100644 index 4de8b304..00000000 --- a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/block/nether_wart_stage0.json +++ /dev/null @@ -1,6 +0,0 @@ -{ - "parent": "block/crop", - "textures": { - "crop": "block/nether_wart_stage0" - } -} diff --git a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/block/nether_wart_stage1.json b/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/block/nether_wart_stage1.json deleted file mode 100644 index b6be5ad2..00000000 --- a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/block/nether_wart_stage1.json +++ /dev/null @@ -1,6 +0,0 @@ -{ - "parent": "block/crop", - "textures": { - "crop": "block/nether_wart_stage1" - } -} diff --git a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/block/nether_wart_stage2.json b/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/block/nether_wart_stage2.json deleted file mode 100644 index 790f8b4c..00000000 --- a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/block/nether_wart_stage2.json +++ /dev/null @@ -1,6 +0,0 @@ -{ - "parent": "block/crop", - "textures": { - "crop": "block/nether_wart_stage2" - } -} diff --git a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/block/netherrack.json b/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/block/netherrack.json deleted file mode 100644 index 679b3270..00000000 --- a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/block/netherrack.json +++ /dev/null @@ -1,6 +0,0 @@ -{ - "parent": "block/cube_all", - "textures": { - "all": "block/netherrack" - } -} diff --git a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/block/note_block.json b/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/block/note_block.json deleted file mode 100644 index 06f47904..00000000 --- a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/block/note_block.json +++ /dev/null @@ -1,6 +0,0 @@ -{ - "parent": "block/cube_all", - "textures": { - "all": "block/note_block" - } -} diff --git a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/block/oak_button.json b/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/block/oak_button.json deleted file mode 100644 index 20775892..00000000 --- a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/block/oak_button.json +++ /dev/null @@ -1,6 +0,0 @@ -{ - "parent": "block/button", - "textures": { - "texture": "block/oak_planks" - } -} diff --git a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/block/oak_button_inventory.json b/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/block/oak_button_inventory.json deleted file mode 100644 index 88b80eb8..00000000 --- a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/block/oak_button_inventory.json +++ /dev/null @@ -1,6 +0,0 @@ -{ - "parent": "block/button_inventory", - "textures": { - "texture": "block/oak_planks" - } -} diff --git a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/block/oak_button_pressed.json b/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/block/oak_button_pressed.json deleted file mode 100644 index cc9075e9..00000000 --- a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/block/oak_button_pressed.json +++ /dev/null @@ -1,6 +0,0 @@ -{ - "parent": "block/button_pressed", - "textures": { - "texture": "block/oak_planks" - } -} diff --git a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/block/oak_door_bottom.json b/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/block/oak_door_bottom.json deleted file mode 100644 index 319e7cef..00000000 --- a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/block/oak_door_bottom.json +++ /dev/null @@ -1,7 +0,0 @@ -{ - "parent": "block/door_bottom", - "textures": { - "bottom": "block/oak_door_bottom", - "top": "block/oak_door_top" - } -} diff --git a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/block/oak_door_bottom_hinge.json b/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/block/oak_door_bottom_hinge.json deleted file mode 100644 index 450ab50c..00000000 --- a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/block/oak_door_bottom_hinge.json +++ /dev/null @@ -1,7 +0,0 @@ -{ - "parent": "block/door_bottom_rh", - "textures": { - "bottom": "block/oak_door_bottom", - "top": "block/oak_door_top" - } -} diff --git a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/block/oak_door_top.json b/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/block/oak_door_top.json deleted file mode 100644 index 0fd4d055..00000000 --- a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/block/oak_door_top.json +++ /dev/null @@ -1,7 +0,0 @@ -{ - "parent": "block/door_top", - "textures": { - "bottom": "block/oak_door_bottom", - "top": "block/oak_door_top" - } -} diff --git a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/block/oak_door_top_hinge.json b/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/block/oak_door_top_hinge.json deleted file mode 100644 index b6bada53..00000000 --- a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/block/oak_door_top_hinge.json +++ /dev/null @@ -1,7 +0,0 @@ -{ - "parent": "block/door_top_rh", - "textures": { - "bottom": "block/oak_door_bottom", - "top": "block/oak_door_top" - } -} diff --git a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/block/oak_fence_gate.json b/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/block/oak_fence_gate.json deleted file mode 100644 index cb417895..00000000 --- a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/block/oak_fence_gate.json +++ /dev/null @@ -1,6 +0,0 @@ -{ - "parent": "block/template_fence_gate", - "textures": { - "texture": "block/oak_planks" - } -} diff --git a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/block/oak_fence_gate_open.json b/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/block/oak_fence_gate_open.json deleted file mode 100644 index cee7bdc4..00000000 --- a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/block/oak_fence_gate_open.json +++ /dev/null @@ -1,6 +0,0 @@ -{ - "parent": "block/template_fence_gate_open", - "textures": { - "texture": "block/oak_planks" - } -} diff --git a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/block/oak_fence_gate_wall.json b/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/block/oak_fence_gate_wall.json deleted file mode 100644 index 250ce207..00000000 --- a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/block/oak_fence_gate_wall.json +++ /dev/null @@ -1,6 +0,0 @@ -{ - "parent": "block/template_fence_gate_wall", - "textures": { - "texture": "block/oak_planks" - } -} diff --git a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/block/oak_fence_gate_wall_open.json b/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/block/oak_fence_gate_wall_open.json deleted file mode 100644 index 328d0685..00000000 --- a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/block/oak_fence_gate_wall_open.json +++ /dev/null @@ -1,6 +0,0 @@ -{ - "parent": "block/template_fence_gate_wall_open", - "textures": { - "texture": "block/oak_planks" - } -} diff --git a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/block/oak_fence_inventory.json b/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/block/oak_fence_inventory.json deleted file mode 100644 index 1574885e..00000000 --- a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/block/oak_fence_inventory.json +++ /dev/null @@ -1,6 +0,0 @@ -{ - "parent": "block/fence_inventory", - "textures": { - "texture": "block/oak_planks" - } -} diff --git a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/block/oak_fence_post.json b/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/block/oak_fence_post.json deleted file mode 100644 index df1218ee..00000000 --- a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/block/oak_fence_post.json +++ /dev/null @@ -1,6 +0,0 @@ -{ - "parent": "block/fence_post", - "textures": { - "texture": "block/oak_planks" - } -} diff --git a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/block/oak_fence_side.json b/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/block/oak_fence_side.json deleted file mode 100644 index 7c452bc9..00000000 --- a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/block/oak_fence_side.json +++ /dev/null @@ -1,6 +0,0 @@ -{ - "parent": "block/fence_side", - "textures": { - "texture": "block/oak_planks" - } -} diff --git a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/block/oak_leaves.json b/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/block/oak_leaves.json deleted file mode 100644 index 14aad5bc..00000000 --- a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/block/oak_leaves.json +++ /dev/null @@ -1,6 +0,0 @@ -{ - "parent": "block/leaves", - "textures": { - "all": "block/oak_leaves" - } -} diff --git a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/block/oak_log.json b/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/block/oak_log.json deleted file mode 100644 index ca69620a..00000000 --- a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/block/oak_log.json +++ /dev/null @@ -1,7 +0,0 @@ -{ - "parent": "block/cube_column", - "textures": { - "end": "block/oak_log_top", - "side": "block/oak_log" - } -} diff --git a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/block/oak_planks.json b/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/block/oak_planks.json deleted file mode 100644 index 1b3d1cc5..00000000 --- a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/block/oak_planks.json +++ /dev/null @@ -1,6 +0,0 @@ -{ - "parent": "block/cube_all", - "textures": { - "all": "block/oak_planks" - } -} diff --git a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/block/oak_pressure_plate.json b/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/block/oak_pressure_plate.json deleted file mode 100644 index 328c7e1e..00000000 --- a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/block/oak_pressure_plate.json +++ /dev/null @@ -1,6 +0,0 @@ -{ - "parent": "block/pressure_plate_up", - "textures": { - "texture": "block/oak_planks" - } -} diff --git a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/block/oak_pressure_plate_down.json b/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/block/oak_pressure_plate_down.json deleted file mode 100644 index 412f2d78..00000000 --- a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/block/oak_pressure_plate_down.json +++ /dev/null @@ -1,6 +0,0 @@ -{ - "parent": "block/pressure_plate_down", - "textures": { - "texture": "block/oak_planks" - } -} diff --git a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/block/oak_sapling.json b/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/block/oak_sapling.json deleted file mode 100644 index b725b14d..00000000 --- a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/block/oak_sapling.json +++ /dev/null @@ -1,6 +0,0 @@ -{ - "parent": "block/cross", - "textures": { - "cross": "block/oak_sapling" - } -} diff --git a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/block/oak_sign.json b/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/block/oak_sign.json deleted file mode 100644 index 8f1d908c..00000000 --- a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/block/oak_sign.json +++ /dev/null @@ -1,5 +0,0 @@ -{ - "textures": { - "particle": "block/oak_planks" - } -} diff --git a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/block/oak_slab.json b/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/block/oak_slab.json deleted file mode 100644 index 72ff2ed1..00000000 --- a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/block/oak_slab.json +++ /dev/null @@ -1,8 +0,0 @@ -{ - "parent": "block/slab", - "textures": { - "bottom": "block/oak_planks", - "top": "block/oak_planks", - "side": "block/oak_planks" - } -} diff --git a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/block/oak_slab_top.json b/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/block/oak_slab_top.json deleted file mode 100644 index 5c68f7c1..00000000 --- a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/block/oak_slab_top.json +++ /dev/null @@ -1,8 +0,0 @@ -{ - "parent": "block/slab_top", - "textures": { - "bottom": "block/oak_planks", - "top": "block/oak_planks", - "side": "block/oak_planks" - } -} diff --git a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/block/oak_stairs.json b/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/block/oak_stairs.json deleted file mode 100644 index f581baf7..00000000 --- a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/block/oak_stairs.json +++ /dev/null @@ -1,8 +0,0 @@ -{ - "parent": "block/stairs", - "textures": { - "bottom": "block/oak_planks", - "top": "block/oak_planks", - "side": "block/oak_planks" - } -} diff --git a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/block/oak_stairs_inner.json b/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/block/oak_stairs_inner.json deleted file mode 100644 index f839dad1..00000000 --- a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/block/oak_stairs_inner.json +++ /dev/null @@ -1,8 +0,0 @@ -{ - "parent": "block/inner_stairs", - "textures": { - "bottom": "block/oak_planks", - "top": "block/oak_planks", - "side": "block/oak_planks" - } -} diff --git a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/block/oak_stairs_outer.json b/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/block/oak_stairs_outer.json deleted file mode 100644 index b8936fb8..00000000 --- a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/block/oak_stairs_outer.json +++ /dev/null @@ -1,8 +0,0 @@ -{ - "parent": "block/outer_stairs", - "textures": { - "bottom": "block/oak_planks", - "top": "block/oak_planks", - "side": "block/oak_planks" - } -} diff --git a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/block/oak_trapdoor_bottom.json b/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/block/oak_trapdoor_bottom.json deleted file mode 100644 index f3774380..00000000 --- a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/block/oak_trapdoor_bottom.json +++ /dev/null @@ -1,6 +0,0 @@ -{ - "parent": "block/template_trapdoor_bottom", - "textures": { - "texture": "block/oak_trapdoor" - } -} diff --git a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/block/oak_trapdoor_open.json b/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/block/oak_trapdoor_open.json deleted file mode 100644 index 89d55882..00000000 --- a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/block/oak_trapdoor_open.json +++ /dev/null @@ -1,6 +0,0 @@ -{ - "parent": "block/template_trapdoor_open", - "textures": { - "texture": "block/oak_trapdoor" - } -} diff --git a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/block/oak_trapdoor_top.json b/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/block/oak_trapdoor_top.json deleted file mode 100644 index 79100bdd..00000000 --- a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/block/oak_trapdoor_top.json +++ /dev/null @@ -1,6 +0,0 @@ -{ - "parent": "block/template_trapdoor_top", - "textures": { - "texture": "block/oak_trapdoor" - } -} diff --git a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/block/oak_wood.json b/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/block/oak_wood.json deleted file mode 100644 index c1a1399a..00000000 --- a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/block/oak_wood.json +++ /dev/null @@ -1,7 +0,0 @@ -{ - "parent": "block/cube_column", - "textures": { - "end": "block/oak_log", - "side": "block/oak_log" - } -} diff --git a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/block/observer.json b/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/block/observer.json deleted file mode 100644 index 1b8ca609..00000000 --- a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/block/observer.json +++ /dev/null @@ -1,23 +0,0 @@ -{ - "parent": "block/block", - "textures": { - "bottom": "block/observer_back", - "side": "block/observer_side", - "top": "block/observer_top", - "front": "block/observer_front", - "particle": "block/observer_front" - }, - "elements": [ - { "from": [ 0, 0, 0 ], - "to": [ 16, 16, 16 ], - "faces": { - "down": { "uv": [ 0, 0, 16, 16 ], "texture": "#top", "cullface": "down" }, - "up": { "uv": [ 0, 16, 16, 0 ], "texture": "#top", "cullface": "up" }, - "north": { "uv": [ 0, 0, 16, 16 ], "texture": "#front", "cullface": "north" }, - "south": { "uv": [ 0, 0, 16, 16 ], "texture": "#bottom", "cullface": "south" }, - "west": { "uv": [ 0, 0, 16, 16 ], "texture": "#side", "cullface": "west" }, - "east": { "uv": [ 0, 0, 16, 16 ], "texture": "#side", "cullface": "east" } - } - } - ] -} diff --git a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/block/observer_on.json b/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/block/observer_on.json deleted file mode 100644 index ee290184..00000000 --- a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/block/observer_on.json +++ /dev/null @@ -1,6 +0,0 @@ -{ - "parent": "block/observer", - "textures": { - "bottom": "block/observer_back_on" - } -} diff --git a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/block/obsidian.json b/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/block/obsidian.json deleted file mode 100644 index 0cfa3f8d..00000000 --- a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/block/obsidian.json +++ /dev/null @@ -1,6 +0,0 @@ -{ - "parent": "block/cube_all", - "textures": { - "all": "block/obsidian" - } -} diff --git a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/block/orange_carpet.json b/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/block/orange_carpet.json deleted file mode 100644 index d336ae45..00000000 --- a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/block/orange_carpet.json +++ /dev/null @@ -1,7 +0,0 @@ -{ - "parent": "block/carpet", - "textures": { - "particle": "block/orange_wool", - "wool": "block/orange_wool" - } -} diff --git a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/block/orange_concrete.json b/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/block/orange_concrete.json deleted file mode 100644 index db86ec91..00000000 --- a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/block/orange_concrete.json +++ /dev/null @@ -1,6 +0,0 @@ -{ - "parent": "block/cube_all", - "textures": { - "all": "block/orange_concrete" - } -} diff --git a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/block/orange_concrete_powder.json b/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/block/orange_concrete_powder.json deleted file mode 100644 index e93f5d5d..00000000 --- a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/block/orange_concrete_powder.json +++ /dev/null @@ -1,6 +0,0 @@ -{ - "parent": "block/cube_all", - "textures": { - "all": "block/orange_concrete_powder" - } -} diff --git a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/block/orange_glazed_terracotta.json b/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/block/orange_glazed_terracotta.json deleted file mode 100644 index df0fb4fb..00000000 --- a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/block/orange_glazed_terracotta.json +++ /dev/null @@ -1,7 +0,0 @@ -{ - "parent": "block/template_glazed_terracotta", - "textures": { - "particle": "block/orange_glazed_terracotta", - "pattern": "block/orange_glazed_terracotta" - } -} diff --git a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/block/orange_shulker_box.json b/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/block/orange_shulker_box.json deleted file mode 100644 index 74c4e505..00000000 --- a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/block/orange_shulker_box.json +++ /dev/null @@ -1,5 +0,0 @@ -{ - "textures": { - "particle": "block/orange_shulker_box" - } -} diff --git a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/block/orange_stained_glass.json b/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/block/orange_stained_glass.json deleted file mode 100644 index 2c3e2a7c..00000000 --- a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/block/orange_stained_glass.json +++ /dev/null @@ -1,6 +0,0 @@ -{ - "parent": "block/cube_all", - "textures": { - "all": "block/orange_stained_glass" - } -} diff --git a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/block/orange_stained_glass_pane_noside.json b/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/block/orange_stained_glass_pane_noside.json deleted file mode 100644 index 9da4a3d2..00000000 --- a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/block/orange_stained_glass_pane_noside.json +++ /dev/null @@ -1,6 +0,0 @@ -{ - "parent": "block/template_glass_pane_noside", - "textures": { - "pane": "block/orange_stained_glass" - } -} diff --git a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/block/orange_stained_glass_pane_noside_alt.json b/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/block/orange_stained_glass_pane_noside_alt.json deleted file mode 100644 index d467bdf8..00000000 --- a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/block/orange_stained_glass_pane_noside_alt.json +++ /dev/null @@ -1,6 +0,0 @@ -{ - "parent": "block/template_glass_pane_noside_alt", - "textures": { - "pane": "block/orange_stained_glass" - } -} diff --git a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/block/orange_stained_glass_pane_post.json b/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/block/orange_stained_glass_pane_post.json deleted file mode 100644 index 012be409..00000000 --- a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/block/orange_stained_glass_pane_post.json +++ /dev/null @@ -1,7 +0,0 @@ -{ - "parent": "block/template_glass_pane_post", - "textures": { - "edge": "block/orange_stained_glass_pane_top", - "pane": "block/orange_stained_glass" - } -} diff --git a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/block/orange_stained_glass_pane_side.json b/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/block/orange_stained_glass_pane_side.json deleted file mode 100644 index 5627157e..00000000 --- a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/block/orange_stained_glass_pane_side.json +++ /dev/null @@ -1,7 +0,0 @@ -{ - "parent": "block/template_glass_pane_side", - "textures": { - "edge": "block/orange_stained_glass_pane_top", - "pane": "block/orange_stained_glass" - } -} diff --git a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/block/orange_stained_glass_pane_side_alt.json b/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/block/orange_stained_glass_pane_side_alt.json deleted file mode 100644 index 55412744..00000000 --- a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/block/orange_stained_glass_pane_side_alt.json +++ /dev/null @@ -1,7 +0,0 @@ -{ - "parent": "block/template_glass_pane_side_alt", - "textures": { - "edge": "block/orange_stained_glass_pane_top", - "pane": "block/orange_stained_glass" - } -} diff --git a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/block/orange_terracotta.json b/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/block/orange_terracotta.json deleted file mode 100644 index 47b158c9..00000000 --- a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/block/orange_terracotta.json +++ /dev/null @@ -1,6 +0,0 @@ -{ - "parent": "block/cube_all", - "textures": { - "all": "block/orange_terracotta" - } -} diff --git a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/block/orange_tulip.json b/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/block/orange_tulip.json deleted file mode 100644 index 4685c47d..00000000 --- a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/block/orange_tulip.json +++ /dev/null @@ -1,6 +0,0 @@ -{ - "parent": "block/cross", - "textures": { - "cross": "block/orange_tulip" - } -} diff --git a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/block/orange_wool.json b/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/block/orange_wool.json deleted file mode 100644 index ff7f2884..00000000 --- a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/block/orange_wool.json +++ /dev/null @@ -1,6 +0,0 @@ -{ - "parent": "block/cube_all", - "textures": { - "all": "block/orange_wool" - } -} diff --git a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/block/orientable.json b/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/block/orientable.json deleted file mode 100644 index ad7bf9a7..00000000 --- a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/block/orientable.json +++ /dev/null @@ -1,6 +0,0 @@ -{ - "parent": "block/orientable_with_bottom", - "textures": { - "bottom": "#top" - } -} diff --git a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/block/orientable_vertical.json b/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/block/orientable_vertical.json deleted file mode 100644 index 5fb2223a..00000000 --- a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/block/orientable_vertical.json +++ /dev/null @@ -1,12 +0,0 @@ -{ - "parent": "block/cube", - "textures": { - "particle": "#side", - "down": "#side", - "up": "#front", - "north": "#side", - "east": "#side", - "south": "#side", - "west": "#side" - } -} diff --git a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/block/orientable_with_bottom.json b/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/block/orientable_with_bottom.json deleted file mode 100644 index d03a89bd..00000000 --- a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/block/orientable_with_bottom.json +++ /dev/null @@ -1,19 +0,0 @@ -{ - "parent": "block/cube", - "display": { - "firstperson_righthand": { - "rotation": [ 0, 135, 0 ], - "translation": [ 0, 0, 0 ], - "scale": [ 0.40, 0.40, 0.40 ] - } - }, - "textures": { - "particle": "#front", - "down": "#bottom", - "up": "#top", - "north": "#front", - "east": "#side", - "south": "#side", - "west": "#side" - } -} diff --git a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/block/outer_stairs.json b/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/block/outer_stairs.json deleted file mode 100644 index 03bbe420..00000000 --- a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/block/outer_stairs.json +++ /dev/null @@ -1,28 +0,0 @@ -{ - "textures": { - "particle": "#side" - }, - "elements": [ - { "from": [ 0, 0, 0 ], - "to": [ 16, 8, 16 ], - "faces": { - "down": { "uv": [ 0, 0, 16, 16 ], "texture": "#bottom", "cullface": "down" }, - "up": { "uv": [ 0, 0, 16, 16 ], "texture": "#top" }, - "north": { "uv": [ 0, 8, 16, 16 ], "texture": "#side", "cullface": "north" }, - "south": { "uv": [ 0, 8, 16, 16 ], "texture": "#side", "cullface": "south" }, - "west": { "uv": [ 0, 8, 16, 16 ], "texture": "#side", "cullface": "west" }, - "east": { "uv": [ 0, 8, 16, 16 ], "texture": "#side", "cullface": "east" } - } - }, - { "from": [ 8, 8, 8 ], - "to": [ 16, 16, 16 ], - "faces": { - "up": { "uv": [ 8, 8, 16, 16 ], "texture": "#top", "cullface": "up" }, - "north": { "uv": [ 0, 0, 8, 8 ], "texture": "#side" }, - "south": { "uv": [ 8, 0, 16, 8 ], "texture": "#side", "cullface": "south" }, - "west": { "uv": [ 8, 0, 16, 8 ], "texture": "#side" }, - "east": { "uv": [ 0, 0, 8, 8 ], "texture": "#side", "cullface": "east" } - } - } - ] -} diff --git a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/block/oxeye_daisy.json b/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/block/oxeye_daisy.json deleted file mode 100644 index cb4f3b53..00000000 --- a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/block/oxeye_daisy.json +++ /dev/null @@ -1,6 +0,0 @@ -{ - "parent": "block/cross", - "textures": { - "cross": "block/oxeye_daisy" - } -} diff --git a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/block/packed_ice.json b/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/block/packed_ice.json deleted file mode 100644 index 5b67237f..00000000 --- a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/block/packed_ice.json +++ /dev/null @@ -1,6 +0,0 @@ -{ - "parent": "block/cube_all", - "textures": { - "all": "block/packed_ice" - } -} diff --git a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/block/peony_bottom.json b/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/block/peony_bottom.json deleted file mode 100644 index 664b93bb..00000000 --- a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/block/peony_bottom.json +++ /dev/null @@ -1,6 +0,0 @@ -{ - "parent": "block/cross", - "textures": { - "cross": "block/peony_bottom" - } -} diff --git a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/block/peony_top.json b/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/block/peony_top.json deleted file mode 100644 index 777fa437..00000000 --- a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/block/peony_top.json +++ /dev/null @@ -1,6 +0,0 @@ -{ - "parent": "block/cross", - "textures": { - "cross": "block/peony_top" - } -} diff --git a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/block/petrified_oak_slab.json b/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/block/petrified_oak_slab.json deleted file mode 100644 index 72ff2ed1..00000000 --- a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/block/petrified_oak_slab.json +++ /dev/null @@ -1,8 +0,0 @@ -{ - "parent": "block/slab", - "textures": { - "bottom": "block/oak_planks", - "top": "block/oak_planks", - "side": "block/oak_planks" - } -} diff --git a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/block/petrified_oak_slab_top.json b/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/block/petrified_oak_slab_top.json deleted file mode 100644 index 5c68f7c1..00000000 --- a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/block/petrified_oak_slab_top.json +++ /dev/null @@ -1,8 +0,0 @@ -{ - "parent": "block/slab_top", - "textures": { - "bottom": "block/oak_planks", - "top": "block/oak_planks", - "side": "block/oak_planks" - } -} diff --git a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/block/pink_carpet.json b/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/block/pink_carpet.json deleted file mode 100644 index b1838698..00000000 --- a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/block/pink_carpet.json +++ /dev/null @@ -1,7 +0,0 @@ -{ - "parent": "block/carpet", - "textures": { - "particle": "block/pink_wool", - "wool": "block/pink_wool" - } -} diff --git a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/block/pink_concrete.json b/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/block/pink_concrete.json deleted file mode 100644 index 1e80caf6..00000000 --- a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/block/pink_concrete.json +++ /dev/null @@ -1,6 +0,0 @@ -{ - "parent": "block/cube_all", - "textures": { - "all": "block/pink_concrete" - } -} diff --git a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/block/pink_concrete_powder.json b/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/block/pink_concrete_powder.json deleted file mode 100644 index 2dd6b371..00000000 --- a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/block/pink_concrete_powder.json +++ /dev/null @@ -1,6 +0,0 @@ -{ - "parent": "block/cube_all", - "textures": { - "all": "block/pink_concrete_powder" - } -} diff --git a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/block/pink_glazed_terracotta.json b/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/block/pink_glazed_terracotta.json deleted file mode 100644 index bd8d7ca2..00000000 --- a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/block/pink_glazed_terracotta.json +++ /dev/null @@ -1,7 +0,0 @@ -{ - "parent": "block/template_glazed_terracotta", - "textures": { - "particle": "block/pink_glazed_terracotta", - "pattern": "block/pink_glazed_terracotta" - } -} diff --git a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/block/pink_shulker_box.json b/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/block/pink_shulker_box.json deleted file mode 100644 index 3c17aa8c..00000000 --- a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/block/pink_shulker_box.json +++ /dev/null @@ -1,5 +0,0 @@ -{ - "textures": { - "particle": "block/pink_shulker_box" - } -} diff --git a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/block/pink_stained_glass.json b/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/block/pink_stained_glass.json deleted file mode 100644 index db9da757..00000000 --- a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/block/pink_stained_glass.json +++ /dev/null @@ -1,6 +0,0 @@ -{ - "parent": "block/cube_all", - "textures": { - "all": "block/pink_stained_glass" - } -} diff --git a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/block/pink_stained_glass_pane_noside.json b/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/block/pink_stained_glass_pane_noside.json deleted file mode 100644 index df37dee8..00000000 --- a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/block/pink_stained_glass_pane_noside.json +++ /dev/null @@ -1,6 +0,0 @@ -{ - "parent": "block/template_glass_pane_noside", - "textures": { - "pane": "block/pink_stained_glass" - } -} diff --git a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/block/pink_stained_glass_pane_noside_alt.json b/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/block/pink_stained_glass_pane_noside_alt.json deleted file mode 100644 index f5514b63..00000000 --- a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/block/pink_stained_glass_pane_noside_alt.json +++ /dev/null @@ -1,6 +0,0 @@ -{ - "parent": "block/template_glass_pane_noside_alt", - "textures": { - "pane": "block/pink_stained_glass" - } -} diff --git a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/block/pink_stained_glass_pane_post.json b/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/block/pink_stained_glass_pane_post.json deleted file mode 100644 index 30622b6a..00000000 --- a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/block/pink_stained_glass_pane_post.json +++ /dev/null @@ -1,7 +0,0 @@ -{ - "parent": "block/template_glass_pane_post", - "textures": { - "edge": "block/pink_stained_glass_pane_top", - "pane": "block/pink_stained_glass" - } -} diff --git a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/block/pink_stained_glass_pane_side.json b/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/block/pink_stained_glass_pane_side.json deleted file mode 100644 index 21210d69..00000000 --- a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/block/pink_stained_glass_pane_side.json +++ /dev/null @@ -1,7 +0,0 @@ -{ - "parent": "block/template_glass_pane_side", - "textures": { - "edge": "block/pink_stained_glass_pane_top", - "pane": "block/pink_stained_glass" - } -} diff --git a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/block/pink_stained_glass_pane_side_alt.json b/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/block/pink_stained_glass_pane_side_alt.json deleted file mode 100644 index 8f21c23e..00000000 --- a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/block/pink_stained_glass_pane_side_alt.json +++ /dev/null @@ -1,7 +0,0 @@ -{ - "parent": "block/template_glass_pane_side_alt", - "textures": { - "edge": "block/pink_stained_glass_pane_top", - "pane": "block/pink_stained_glass" - } -} diff --git a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/block/pink_terracotta.json b/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/block/pink_terracotta.json deleted file mode 100644 index c585ef30..00000000 --- a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/block/pink_terracotta.json +++ /dev/null @@ -1,6 +0,0 @@ -{ - "parent": "block/cube_all", - "textures": { - "all": "block/pink_terracotta" - } -} diff --git a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/block/pink_tulip.json b/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/block/pink_tulip.json deleted file mode 100644 index 499b9e49..00000000 --- a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/block/pink_tulip.json +++ /dev/null @@ -1,6 +0,0 @@ -{ - "parent": "block/cross", - "textures": { - "cross": "block/pink_tulip" - } -} diff --git a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/block/pink_wool.json b/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/block/pink_wool.json deleted file mode 100644 index ab60bcac..00000000 --- a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/block/pink_wool.json +++ /dev/null @@ -1,6 +0,0 @@ -{ - "parent": "block/cube_all", - "textures": { - "all": "block/pink_wool" - } -} diff --git a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/block/piston.json b/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/block/piston.json deleted file mode 100644 index 760afe1d..00000000 --- a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/block/piston.json +++ /dev/null @@ -1,8 +0,0 @@ -{ - "parent": "block/template_piston", - "textures": { - "bottom": "block/piston_bottom", - "side": "block/piston_side", - "platform": "block/piston_top" - } -} diff --git a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/block/piston_base.json b/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/block/piston_base.json deleted file mode 100644 index 605c2f68..00000000 --- a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/block/piston_base.json +++ /dev/null @@ -1,8 +0,0 @@ -{ - "parent": "block/piston_extended", - "textures": { - "bottom": "block/piston_bottom", - "side": "block/piston_side", - "inside": "block/piston_inner" - } -} diff --git a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/block/piston_extended.json b/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/block/piston_extended.json deleted file mode 100644 index 45e04a30..00000000 --- a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/block/piston_extended.json +++ /dev/null @@ -1,18 +0,0 @@ -{ - "textures": { - "particle": "#side" - }, - "elements": [ - { "from": [ 0, 0, 4 ], - "to": [ 16, 16, 16 ], - "faces": { - "down": { "uv": [ 0, 4, 16, 16 ], "texture": "#side", "cullface": "down", "rotation": 180 }, - "up": { "uv": [ 0, 4, 16, 16 ], "texture": "#side", "cullface": "up" }, - "north": { "uv": [ 0, 0, 16, 16 ], "texture": "#inside" }, - "south": { "uv": [ 0, 0, 16, 16 ], "texture": "#bottom", "cullface": "south" }, - "west": { "uv": [ 0, 4, 16, 16 ], "texture": "#side", "cullface": "west", "rotation": 270 }, - "east": { "uv": [ 0, 4, 16, 16 ], "texture": "#side", "cullface": "east", "rotation": 90 } - } - } - ] -} diff --git a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/block/piston_head.json b/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/block/piston_head.json deleted file mode 100644 index b5f09c47..00000000 --- a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/block/piston_head.json +++ /dev/null @@ -1,8 +0,0 @@ -{ - "parent": "block/template_piston_head", - "textures": { - "unsticky": "block/piston_top", - "side": "block/piston_side", - "platform": "block/piston_top" - } -} diff --git a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/block/piston_head_short.json b/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/block/piston_head_short.json deleted file mode 100644 index 739d83a2..00000000 --- a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/block/piston_head_short.json +++ /dev/null @@ -1,8 +0,0 @@ -{ - "parent": "block/template_piston_head_short", - "textures": { - "unsticky": "block/piston_top", - "side": "block/piston_side", - "platform": "block/piston_top" - } -} diff --git a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/block/piston_head_short_sticky.json b/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/block/piston_head_short_sticky.json deleted file mode 100644 index 79c17314..00000000 --- a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/block/piston_head_short_sticky.json +++ /dev/null @@ -1,8 +0,0 @@ -{ - "parent": "block/template_piston_head_short", - "textures": { - "unsticky": "block/piston_top", - "side": "block/piston_side", - "platform": "block/piston_top_sticky" - } -} diff --git a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/block/piston_head_sticky.json b/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/block/piston_head_sticky.json deleted file mode 100644 index e2b08dbe..00000000 --- a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/block/piston_head_sticky.json +++ /dev/null @@ -1,8 +0,0 @@ -{ - "parent": "block/template_piston_head", - "textures": { - "unsticky": "block/piston_top", - "side": "block/piston_side", - "platform": "block/piston_top_sticky" - } -} diff --git a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/block/piston_inventory.json b/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/block/piston_inventory.json deleted file mode 100644 index 76217496..00000000 --- a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/block/piston_inventory.json +++ /dev/null @@ -1,8 +0,0 @@ -{ - "parent": "block/cube_bottom_top", - "textures": { - "bottom": "block/piston_bottom", - "side": "block/piston_side", - "top": "block/piston_top" - } -} diff --git a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/block/podzol.json b/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/block/podzol.json deleted file mode 100644 index 8d1c2502..00000000 --- a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/block/podzol.json +++ /dev/null @@ -1,8 +0,0 @@ -{ - "parent": "block/cube_bottom_top", - "textures": { - "bottom": "block/dirt", - "top": "block/podzol_top", - "side": "block/podzol_side" - } -} diff --git a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/block/polished_andesite.json b/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/block/polished_andesite.json deleted file mode 100644 index 6e0608d4..00000000 --- a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/block/polished_andesite.json +++ /dev/null @@ -1,6 +0,0 @@ -{ - "parent": "block/cube_all", - "textures": { - "all": "block/polished_andesite" - } -} diff --git a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/block/polished_andesite_slab.json b/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/block/polished_andesite_slab.json deleted file mode 100644 index 6959e6cd..00000000 --- a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/block/polished_andesite_slab.json +++ /dev/null @@ -1,8 +0,0 @@ -{ - "parent": "block/slab", - "textures": { - "bottom": "block/polished_andesite", - "top": "block/polished_andesite", - "side": "block/polished_andesite" - } -} diff --git a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/block/polished_andesite_slab_top.json b/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/block/polished_andesite_slab_top.json deleted file mode 100644 index c728a527..00000000 --- a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/block/polished_andesite_slab_top.json +++ /dev/null @@ -1,8 +0,0 @@ -{ - "parent": "block/slab_top", - "textures": { - "bottom": "block/polished_andesite", - "top": "block/polished_andesite", - "side": "block/polished_andesite" - } -} diff --git a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/block/polished_andesite_stairs.json b/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/block/polished_andesite_stairs.json deleted file mode 100644 index 3d42822f..00000000 --- a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/block/polished_andesite_stairs.json +++ /dev/null @@ -1,8 +0,0 @@ -{ - "parent": "block/stairs", - "textures": { - "bottom": "block/polished_andesite", - "top": "block/polished_andesite", - "side": "block/polished_andesite" - } -} diff --git a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/block/polished_andesite_stairs_inner.json b/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/block/polished_andesite_stairs_inner.json deleted file mode 100644 index c5dabe2c..00000000 --- a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/block/polished_andesite_stairs_inner.json +++ /dev/null @@ -1,8 +0,0 @@ -{ - "parent": "block/inner_stairs", - "textures": { - "bottom": "block/polished_andesite", - "top": "block/polished_andesite", - "side": "block/polished_andesite" - } -} diff --git a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/block/polished_andesite_stairs_outer.json b/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/block/polished_andesite_stairs_outer.json deleted file mode 100644 index 15f8d872..00000000 --- a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/block/polished_andesite_stairs_outer.json +++ /dev/null @@ -1,8 +0,0 @@ -{ - "parent": "block/outer_stairs", - "textures": { - "bottom": "block/polished_andesite", - "top": "block/polished_andesite", - "side": "block/polished_andesite" - } -} diff --git a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/block/polished_diorite.json b/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/block/polished_diorite.json deleted file mode 100644 index e5bc8b45..00000000 --- a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/block/polished_diorite.json +++ /dev/null @@ -1,6 +0,0 @@ -{ - "parent": "block/cube_all", - "textures": { - "all": "block/polished_diorite" - } -} diff --git a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/block/polished_diorite_slab.json b/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/block/polished_diorite_slab.json deleted file mode 100644 index 8df06d30..00000000 --- a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/block/polished_diorite_slab.json +++ /dev/null @@ -1,8 +0,0 @@ -{ - "parent": "block/slab", - "textures": { - "bottom": "block/polished_diorite", - "top": "block/polished_diorite", - "side": "block/polished_diorite" - } -} diff --git a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/block/polished_diorite_slab_top.json b/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/block/polished_diorite_slab_top.json deleted file mode 100644 index b0af57d8..00000000 --- a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/block/polished_diorite_slab_top.json +++ /dev/null @@ -1,8 +0,0 @@ -{ - "parent": "block/slab_top", - "textures": { - "bottom": "block/polished_diorite", - "top": "block/polished_diorite", - "side": "block/polished_diorite" - } -} diff --git a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/block/polished_diorite_stairs.json b/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/block/polished_diorite_stairs.json deleted file mode 100644 index 4073fcba..00000000 --- a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/block/polished_diorite_stairs.json +++ /dev/null @@ -1,8 +0,0 @@ -{ - "parent": "block/stairs", - "textures": { - "bottom": "block/polished_diorite", - "top": "block/polished_diorite", - "side": "block/polished_diorite" - } -} diff --git a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/block/polished_diorite_stairs_inner.json b/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/block/polished_diorite_stairs_inner.json deleted file mode 100644 index b3b75e6d..00000000 --- a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/block/polished_diorite_stairs_inner.json +++ /dev/null @@ -1,8 +0,0 @@ -{ - "parent": "block/inner_stairs", - "textures": { - "bottom": "block/polished_diorite", - "top": "block/polished_diorite", - "side": "block/polished_diorite" - } -} diff --git a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/block/polished_diorite_stairs_outer.json b/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/block/polished_diorite_stairs_outer.json deleted file mode 100644 index 635b2295..00000000 --- a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/block/polished_diorite_stairs_outer.json +++ /dev/null @@ -1,8 +0,0 @@ -{ - "parent": "block/outer_stairs", - "textures": { - "bottom": "block/polished_diorite", - "top": "block/polished_diorite", - "side": "block/polished_diorite" - } -} diff --git a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/block/polished_granite.json b/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/block/polished_granite.json deleted file mode 100644 index 262f0bd2..00000000 --- a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/block/polished_granite.json +++ /dev/null @@ -1,6 +0,0 @@ -{ - "parent": "block/cube_all", - "textures": { - "all": "block/polished_granite" - } -} diff --git a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/block/polished_granite_slab.json b/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/block/polished_granite_slab.json deleted file mode 100644 index ad723c34..00000000 --- a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/block/polished_granite_slab.json +++ /dev/null @@ -1,8 +0,0 @@ -{ - "parent": "block/slab", - "textures": { - "bottom": "block/polished_granite", - "top": "block/polished_granite", - "side": "block/polished_granite" - } -} diff --git a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/block/polished_granite_slab_top.json b/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/block/polished_granite_slab_top.json deleted file mode 100644 index 8a59322b..00000000 --- a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/block/polished_granite_slab_top.json +++ /dev/null @@ -1,8 +0,0 @@ -{ - "parent": "block/slab_top", - "textures": { - "bottom": "block/polished_granite", - "top": "block/polished_granite", - "side": "block/polished_granite" - } -} diff --git a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/block/polished_granite_stairs.json b/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/block/polished_granite_stairs.json deleted file mode 100644 index ec1d51e5..00000000 --- a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/block/polished_granite_stairs.json +++ /dev/null @@ -1,8 +0,0 @@ -{ - "parent": "block/stairs", - "textures": { - "bottom": "block/polished_granite", - "top": "block/polished_granite", - "side": "block/polished_granite" - } -} diff --git a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/block/polished_granite_stairs_inner.json b/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/block/polished_granite_stairs_inner.json deleted file mode 100644 index 58f195ab..00000000 --- a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/block/polished_granite_stairs_inner.json +++ /dev/null @@ -1,8 +0,0 @@ -{ - "parent": "block/inner_stairs", - "textures": { - "bottom": "block/polished_granite", - "top": "block/polished_granite", - "side": "block/polished_granite" - } -} diff --git a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/block/polished_granite_stairs_outer.json b/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/block/polished_granite_stairs_outer.json deleted file mode 100644 index 42c04741..00000000 --- a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/block/polished_granite_stairs_outer.json +++ /dev/null @@ -1,8 +0,0 @@ -{ - "parent": "block/outer_stairs", - "textures": { - "bottom": "block/polished_granite", - "top": "block/polished_granite", - "side": "block/polished_granite" - } -} diff --git a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/block/poppy.json b/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/block/poppy.json deleted file mode 100644 index e3592b72..00000000 --- a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/block/poppy.json +++ /dev/null @@ -1,6 +0,0 @@ -{ - "parent": "block/cross", - "textures": { - "cross": "block/poppy" - } -} diff --git a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/block/potatoes_stage0.json b/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/block/potatoes_stage0.json deleted file mode 100644 index d9e85190..00000000 --- a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/block/potatoes_stage0.json +++ /dev/null @@ -1,6 +0,0 @@ -{ - "parent": "block/crop", - "textures": { - "crop": "block/potatoes_stage0" - } -} diff --git a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/block/potatoes_stage1.json b/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/block/potatoes_stage1.json deleted file mode 100644 index d859b814..00000000 --- a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/block/potatoes_stage1.json +++ /dev/null @@ -1,6 +0,0 @@ -{ - "parent": "block/crop", - "textures": { - "crop": "block/potatoes_stage1" - } -} diff --git a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/block/potatoes_stage2.json b/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/block/potatoes_stage2.json deleted file mode 100644 index a7dcc430..00000000 --- a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/block/potatoes_stage2.json +++ /dev/null @@ -1,6 +0,0 @@ -{ - "parent": "block/crop", - "textures": { - "crop": "block/potatoes_stage2" - } -} diff --git a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/block/potatoes_stage3.json b/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/block/potatoes_stage3.json deleted file mode 100644 index 84558f0d..00000000 --- a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/block/potatoes_stage3.json +++ /dev/null @@ -1,6 +0,0 @@ -{ - "parent": "block/crop", - "textures": { - "crop": "block/potatoes_stage3" - } -} diff --git a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/block/potted_acacia_sapling.json b/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/block/potted_acacia_sapling.json deleted file mode 100644 index 0e96288a..00000000 --- a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/block/potted_acacia_sapling.json +++ /dev/null @@ -1,6 +0,0 @@ -{ - "parent": "block/flower_pot_cross", - "textures": { - "plant": "block/acacia_sapling" - } -} diff --git a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/block/potted_allium.json b/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/block/potted_allium.json deleted file mode 100644 index 9652dca2..00000000 --- a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/block/potted_allium.json +++ /dev/null @@ -1,6 +0,0 @@ -{ - "parent": "block/flower_pot_cross", - "textures": { - "plant": "block/allium" - } -} diff --git a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/block/potted_azure_bluet.json b/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/block/potted_azure_bluet.json deleted file mode 100644 index 0e9fac87..00000000 --- a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/block/potted_azure_bluet.json +++ /dev/null @@ -1,6 +0,0 @@ -{ - "parent": "block/flower_pot_cross", - "textures": { - "plant": "block/azure_bluet" - } -} diff --git a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/block/potted_bamboo.json b/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/block/potted_bamboo.json deleted file mode 100644 index 2c98625a..00000000 --- a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/block/potted_bamboo.json +++ /dev/null @@ -1,78 +0,0 @@ -{ - "ambientocclusion": false, - "textures": { - "particle": "block/flower_pot", - "flowerpot": "block/flower_pot", - "dirt": "block/dirt", - "bamboo": "block/bamboo_stalk", - "leaf": "block/bamboo_singleleaf" - }, - "elements": [ - { "from": [ 5, 0, 5 ], - "to": [ 6, 6, 11 ], - "faces": { - "down": { "uv": [ 5, 5, 6, 11 ], "texture": "#flowerpot", "cullface": "down" }, - "up": { "uv": [ 5, 5, 6, 11 ], "texture": "#flowerpot" }, - "north": { "uv": [ 10, 10, 11, 16 ], "texture": "#flowerpot" }, - "south": { "uv": [ 5, 10, 6, 16 ], "texture": "#flowerpot" }, - "west": { "uv": [ 5, 10, 11, 16 ], "texture": "#flowerpot" }, - "east": { "uv": [ 5, 10, 11, 16 ], "texture": "#flowerpot" } - } - }, - { "from": [ 10, 0, 5 ], - "to": [ 11, 6, 11 ], - "faces": { - "down": { "uv": [ 10, 5, 11, 11 ], "texture": "#flowerpot", "cullface": "down" }, - "up": { "uv": [ 10, 5, 11, 11 ], "texture": "#flowerpot" }, - "north": { "uv": [ 5, 10, 6, 16 ], "texture": "#flowerpot" }, - "south": { "uv": [ 10, 10, 11, 16 ], "texture": "#flowerpot" }, - "west": { "uv": [ 5, 10, 11, 16 ], "texture": "#flowerpot" }, - "east": { "uv": [ 5, 10, 11, 16 ], "texture": "#flowerpot" } - } - }, - { "from": [ 6, 0, 5 ], - "to": [ 10, 6, 6 ], - "faces": { - "down": { "uv": [ 6, 10, 10, 11 ], "texture": "#flowerpot", "cullface": "down" }, - "up": { "uv": [ 6, 5, 10, 6 ], "texture": "#flowerpot" }, - "north": { "uv": [ 6, 10, 10, 16 ], "texture": "#flowerpot" }, - "south": { "uv": [ 6, 10, 10, 16 ], "texture": "#flowerpot" } - } - }, - { "from": [ 6, 0, 10 ], - "to": [ 10, 6, 11 ], - "faces": { - "down": { "uv": [ 6, 5, 10, 6 ], "texture": "#flowerpot", "cullface": "down" }, - "up": { "uv": [ 6, 10, 10, 11 ], "texture": "#flowerpot" }, - "north": { "uv": [ 6, 10, 10, 16 ], "texture": "#flowerpot" }, - "south": { "uv": [ 6, 10, 10, 16 ], "texture": "#flowerpot" } - } - }, - { "from": [ 6, 0, 6 ], - "to": [ 10, 4, 10 ], - "faces": { - "down": { "uv": [ 6, 6, 10, 10 ], "texture": "#flowerpot", "cullface": "down" }, - "up": { "uv": [ 6, 6, 10, 10 ], "texture": "#dirt" } - } - }, - { "from": [ 7, 0, 7 ], - "to": [ 9, 16, 9 ], - "faces": { - "down": { "uv": [ 13, 4, 15, 6 ], "texture": "#bamboo", "cullface": "down" }, - "up": { "uv": [ 13, 0, 15, 2], "texture": "#bamboo", "cullface": "up" }, - "north": { "uv": [ 6, 0, 8, 16 ], "texture": "#bamboo" }, - "south": { "uv": [ 6, 0, 8, 16 ], "texture": "#bamboo" }, - "west": { "uv": [ 6, 0, 8, 16 ], "texture": "#bamboo" }, - "east": { "uv": [ 6, 0, 8, 16 ], "texture": "#bamboo" } - } - }, - { "from": [ 0, 2, 8 ], - "to": [ 16, 18, 8 ], - "shade": false, - "faces": { - "north": { "uv": [ 0, 0, 16, 16 ], "texture": "#leaf" }, - "south": { "uv": [ 16, 0, 0, 16 ], "texture": "#leaf" } - } - } - ] -} diff --git a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/block/potted_birch_sapling.json b/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/block/potted_birch_sapling.json deleted file mode 100644 index 57b1f01c..00000000 --- a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/block/potted_birch_sapling.json +++ /dev/null @@ -1,6 +0,0 @@ -{ - "parent": "block/flower_pot_cross", - "textures": { - "plant": "block/birch_sapling" - } -} diff --git a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/block/potted_blue_orchid.json b/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/block/potted_blue_orchid.json deleted file mode 100644 index 34af957e..00000000 --- a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/block/potted_blue_orchid.json +++ /dev/null @@ -1,6 +0,0 @@ -{ - "parent": "block/flower_pot_cross", - "textures": { - "plant": "block/blue_orchid" - } -} diff --git a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/block/potted_brown_mushroom.json b/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/block/potted_brown_mushroom.json deleted file mode 100644 index 32e39b9f..00000000 --- a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/block/potted_brown_mushroom.json +++ /dev/null @@ -1,6 +0,0 @@ -{ - "parent": "block/flower_pot_cross", - "textures": { - "plant": "block/brown_mushroom" - } -} diff --git a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/block/potted_cactus.json b/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/block/potted_cactus.json deleted file mode 100644 index 91d4bb37..00000000 --- a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/block/potted_cactus.json +++ /dev/null @@ -1,86 +0,0 @@ -{ - "ambientocclusion": false, - "textures": { - "particle": "block/flower_pot", - "flowerpot": "block/flower_pot", - "dirt": "block/dirt", - "cactus": "block/cactus_side" - }, - "elements": [ - { "from": [ 5, 0, 5 ], - "to": [ 6, 6, 11 ], - "faces": { - "down": { "uv": [ 5, 5, 6, 11 ], "texture": "#flowerpot", "cullface": "down" }, - "up": { "uv": [ 5, 5, 6, 11 ], "texture": "#flowerpot" }, - "north": { "uv": [ 10, 10, 11, 16 ], "texture": "#flowerpot" }, - "south": { "uv": [ 5, 10, 6, 16 ], "texture": "#flowerpot" }, - "west": { "uv": [ 5, 10, 11, 16 ], "texture": "#flowerpot" }, - "east": { "uv": [ 5, 10, 11, 16 ], "texture": "#flowerpot" } - } - }, - { "from": [ 10, 0, 5 ], - "to": [ 11, 6, 11 ], - "faces": { - "down": { "uv": [ 10, 5, 11, 11 ], "texture": "#flowerpot", "cullface": "down" }, - "up": { "uv": [ 10, 5, 11, 11 ], "texture": "#flowerpot" }, - "north": { "uv": [ 5, 10, 6, 16 ], "texture": "#flowerpot" }, - "south": { "uv": [ 10, 10, 11, 16 ], "texture": "#flowerpot" }, - "west": { "uv": [ 5, 10, 11, 16 ], "texture": "#flowerpot" }, - "east": { "uv": [ 5, 10, 11, 16 ], "texture": "#flowerpot" } - } - }, - { "from": [ 6, 0, 5 ], - "to": [ 10, 6, 6 ], - "faces": { - "down": { "uv": [ 6, 10, 10, 11 ], "texture": "#flowerpot", "cullface": "down" }, - "up": { "uv": [ 6, 5, 10, 6 ], "texture": "#flowerpot" }, - "north": { "uv": [ 6, 10, 10, 16 ], "texture": "#flowerpot" }, - "south": { "uv": [ 6, 10, 10, 16 ], "texture": "#flowerpot" } - } - }, - { "from": [ 6, 0, 10 ], - "to": [ 10, 6, 11 ], - "faces": { - "down": { "uv": [ 6, 5, 10, 6 ], "texture": "#flowerpot", "cullface": "down" }, - "up": { "uv": [ 6, 10, 10, 11 ], "texture": "#flowerpot" }, - "north": { "uv": [ 6, 10, 10, 16 ], "texture": "#flowerpot" }, - "south": { "uv": [ 6, 10, 10, 16 ], "texture": "#flowerpot" } - } - }, - { "from": [ 6, 0, 6 ], - "to": [ 10, 4, 10 ], - "faces": { - "down": { "uv": [ 6, 6, 10, 10 ], "texture": "#flowerpot", "cullface": "down" }, - "up": { "uv": [ 6, 6, 10, 10 ], "texture": "#dirt" } - } - }, - { "from": [ 6, 4, 6 ], - "to": [ 10, 8, 10 ], - "faces": { - "north": { "uv": [ 6, 8, 10, 12 ], "texture": "#cactus" }, - "south": { "uv": [ 6, 8, 10, 12 ], "texture": "#cactus" }, - "west": { "uv": [ 6, 8, 10, 12 ], "texture": "#cactus" }, - "east": { "uv": [ 6, 8, 10, 12 ], "texture": "#cactus" } - } - }, - { "from": [ 6, 8, 6 ], - "to": [ 10, 12, 10 ], - "faces": { - "north": { "uv": [ 6, 4, 10, 8 ], "texture": "#cactus" }, - "south": { "uv": [ 6, 4, 10, 8 ], "texture": "#cactus" }, - "west": { "uv": [ 6, 4, 10, 8 ], "texture": "#cactus" }, - "east": { "uv": [ 6, 4, 10, 8 ], "texture": "#cactus" } - } - }, - { "from": [ 6, 12, 6 ], - "to": [ 10, 16, 10 ], - "faces": { - "up": { "uv": [ 6, 6, 10, 10 ], "texture": "#cactus" }, - "north": { "uv": [ 6, 0, 10, 4 ], "texture": "#cactus" }, - "south": { "uv": [ 6, 0, 10, 4 ], "texture": "#cactus" }, - "west": { "uv": [ 6, 0, 10, 4 ], "texture": "#cactus" }, - "east": { "uv": [ 6, 0, 10, 4 ], "texture": "#cactus" } - } - } - ] -} diff --git a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/block/potted_cornflower.json b/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/block/potted_cornflower.json deleted file mode 100644 index a64d5de8..00000000 --- a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/block/potted_cornflower.json +++ /dev/null @@ -1,6 +0,0 @@ -{ - "parent": "block/flower_pot_cross", - "textures": { - "plant": "block/cornflower" - } -} diff --git a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/block/potted_dandelion.json b/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/block/potted_dandelion.json deleted file mode 100644 index 4171fe90..00000000 --- a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/block/potted_dandelion.json +++ /dev/null @@ -1,6 +0,0 @@ -{ - "parent": "block/flower_pot_cross", - "textures": { - "plant": "block/dandelion" - } -} diff --git a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/block/potted_dark_oak_sapling.json b/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/block/potted_dark_oak_sapling.json deleted file mode 100644 index 686fd186..00000000 --- a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/block/potted_dark_oak_sapling.json +++ /dev/null @@ -1,6 +0,0 @@ -{ - "parent": "block/flower_pot_cross", - "textures": { - "plant": "block/dark_oak_sapling" - } -} diff --git a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/block/potted_dead_bush.json b/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/block/potted_dead_bush.json deleted file mode 100644 index 0bd0f57c..00000000 --- a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/block/potted_dead_bush.json +++ /dev/null @@ -1,6 +0,0 @@ -{ - "parent": "block/flower_pot_cross", - "textures": { - "plant": "block/dead_bush" - } -} diff --git a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/block/potted_fern.json b/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/block/potted_fern.json deleted file mode 100644 index 012aa52e..00000000 --- a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/block/potted_fern.json +++ /dev/null @@ -1,74 +0,0 @@ -{ - "ambientocclusion": false, - "textures": { - "particle": "block/flower_pot", - "flowerpot": "block/flower_pot", - "dirt": "block/dirt", - "plant": "block/fern" - }, - "elements": [ - { "from": [ 5, 0, 5 ], - "to": [ 6, 6, 11 ], - "faces": { - "down": { "uv": [ 5, 5, 6, 11 ], "texture": "#flowerpot", "cullface": "down" }, - "up": { "uv": [ 5, 5, 6, 11 ], "texture": "#flowerpot" }, - "north": { "uv": [ 10, 10, 11, 16 ], "texture": "#flowerpot" }, - "south": { "uv": [ 5, 10, 6, 16 ], "texture": "#flowerpot" }, - "west": { "uv": [ 5, 10, 11, 16 ], "texture": "#flowerpot" }, - "east": { "uv": [ 5, 10, 11, 16 ], "texture": "#flowerpot" } - } - }, - { "from": [ 10, 0, 5 ], - "to": [ 11, 6, 11 ], - "faces": { - "down": { "uv": [ 10, 5, 11, 11 ], "texture": "#flowerpot", "cullface": "down" }, - "up": { "uv": [ 10, 5, 11, 11 ], "texture": "#flowerpot" }, - "north": { "uv": [ 5, 10, 6, 16 ], "texture": "#flowerpot" }, - "south": { "uv": [ 10, 10, 11, 16 ], "texture": "#flowerpot" }, - "west": { "uv": [ 5, 10, 11, 16 ], "texture": "#flowerpot" }, - "east": { "uv": [ 5, 10, 11, 16 ], "texture": "#flowerpot" } - } - }, - { "from": [ 6, 0, 5 ], - "to": [ 10, 6, 6 ], - "faces": { - "down": { "uv": [ 6, 10, 10, 11 ], "texture": "#flowerpot", "cullface": "down" }, - "up": { "uv": [ 6, 5, 10, 6 ], "texture": "#flowerpot" }, - "north": { "uv": [ 6, 10, 10, 16 ], "texture": "#flowerpot" }, - "south": { "uv": [ 6, 10, 10, 16 ], "texture": "#flowerpot" } - } - }, - { "from": [ 6, 0, 10 ], - "to": [ 10, 6, 11 ], - "faces": { - "down": { "uv": [ 6, 5, 10, 6 ], "texture": "#flowerpot", "cullface": "down" }, - "up": { "uv": [ 6, 10, 10, 11 ], "texture": "#flowerpot" }, - "north": { "uv": [ 6, 10, 10, 16 ], "texture": "#flowerpot" }, - "south": { "uv": [ 6, 10, 10, 16 ], "texture": "#flowerpot" } - } - }, - { "from": [ 6, 0, 6 ], - "to": [ 10, 4, 10 ], - "faces": { - "down": { "uv": [ 6, 6, 10, 10 ], "texture": "#flowerpot", "cullface": "down" }, - "up": { "uv": [ 6, 6, 10, 10 ], "texture": "#dirt" } - } - }, - { "from": [ 2.6, 4, 8 ], - "to": [ 13.4, 16, 8 ], - "rotation": { "origin": [ 8, 8, 8 ], "axis": "y", "angle": 45, "rescale": true }, - "faces": { - "north": { "uv": [ 0, 0, 16, 16 ], "texture": "#plant", "tintindex": 0 }, - "south": { "uv": [ 0, 0, 16, 16 ], "texture": "#plant", "tintindex": 0 } - } - }, - { "from": [ 8, 4, 2.6 ], - "to": [ 8, 16, 13.4 ], - "rotation": { "origin": [ 8, 8, 8 ], "axis": "y", "angle": 45, "rescale": true }, - "faces": { - "west": { "uv": [ 0, 0, 16, 16 ], "texture": "#plant", "tintindex": 0 }, - "east": { "uv": [ 0, 0, 16, 16 ], "texture": "#plant", "tintindex": 0 } - } - } - ] -} diff --git a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/block/potted_jungle_sapling.json b/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/block/potted_jungle_sapling.json deleted file mode 100644 index a25895f8..00000000 --- a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/block/potted_jungle_sapling.json +++ /dev/null @@ -1,6 +0,0 @@ -{ - "parent": "block/flower_pot_cross", - "textures": { - "plant": "block/jungle_sapling" - } -} diff --git a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/block/potted_lily_of_the_valley.json b/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/block/potted_lily_of_the_valley.json deleted file mode 100644 index ac3cf300..00000000 --- a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/block/potted_lily_of_the_valley.json +++ /dev/null @@ -1,6 +0,0 @@ -{ - "parent": "block/flower_pot_cross", - "textures": { - "plant": "block/lily_of_the_valley" - } -} diff --git a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/block/potted_oak_sapling.json b/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/block/potted_oak_sapling.json deleted file mode 100644 index 87e441c7..00000000 --- a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/block/potted_oak_sapling.json +++ /dev/null @@ -1,6 +0,0 @@ -{ - "parent": "block/flower_pot_cross", - "textures": { - "plant": "block/oak_sapling" - } -} diff --git a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/block/potted_orange_tulip.json b/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/block/potted_orange_tulip.json deleted file mode 100644 index 08a26ff5..00000000 --- a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/block/potted_orange_tulip.json +++ /dev/null @@ -1,6 +0,0 @@ -{ - "parent": "block/flower_pot_cross", - "textures": { - "plant": "block/orange_tulip" - } -} diff --git a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/block/potted_oxeye_daisy.json b/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/block/potted_oxeye_daisy.json deleted file mode 100644 index fbf42dab..00000000 --- a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/block/potted_oxeye_daisy.json +++ /dev/null @@ -1,6 +0,0 @@ -{ - "parent": "block/flower_pot_cross", - "textures": { - "plant": "block/oxeye_daisy" - } -} diff --git a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/block/potted_pink_tulip.json b/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/block/potted_pink_tulip.json deleted file mode 100644 index 590d0465..00000000 --- a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/block/potted_pink_tulip.json +++ /dev/null @@ -1,6 +0,0 @@ -{ - "parent": "block/flower_pot_cross", - "textures": { - "plant": "block/pink_tulip" - } -} diff --git a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/block/potted_poppy.json b/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/block/potted_poppy.json deleted file mode 100644 index e015fd6e..00000000 --- a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/block/potted_poppy.json +++ /dev/null @@ -1,6 +0,0 @@ -{ - "parent": "block/flower_pot_cross", - "textures": { - "plant": "block/poppy" - } -} diff --git a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/block/potted_red_mushroom.json b/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/block/potted_red_mushroom.json deleted file mode 100644 index 088bf034..00000000 --- a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/block/potted_red_mushroom.json +++ /dev/null @@ -1,6 +0,0 @@ -{ - "parent": "block/flower_pot_cross", - "textures": { - "plant": "block/red_mushroom" - } -} diff --git a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/block/potted_red_tulip.json b/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/block/potted_red_tulip.json deleted file mode 100644 index 756ee49d..00000000 --- a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/block/potted_red_tulip.json +++ /dev/null @@ -1,6 +0,0 @@ -{ - "parent": "block/flower_pot_cross", - "textures": { - "plant": "block/red_tulip" - } -} diff --git a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/block/potted_spruce_sapling.json b/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/block/potted_spruce_sapling.json deleted file mode 100644 index 583c5623..00000000 --- a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/block/potted_spruce_sapling.json +++ /dev/null @@ -1,6 +0,0 @@ -{ - "parent": "block/flower_pot_cross", - "textures": { - "plant": "block/spruce_sapling" - } -} diff --git a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/block/potted_white_tulip.json b/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/block/potted_white_tulip.json deleted file mode 100644 index 433a64da..00000000 --- a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/block/potted_white_tulip.json +++ /dev/null @@ -1,6 +0,0 @@ -{ - "parent": "block/flower_pot_cross", - "textures": { - "plant": "block/white_tulip" - } -} diff --git a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/block/potted_wither_rose.json b/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/block/potted_wither_rose.json deleted file mode 100644 index 0205eabe..00000000 --- a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/block/potted_wither_rose.json +++ /dev/null @@ -1,6 +0,0 @@ -{ - "parent": "block/flower_pot_cross", - "textures": { - "plant": "block/wither_rose" - } -} diff --git a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/block/powered_rail.json b/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/block/powered_rail.json deleted file mode 100644 index c85bd0d6..00000000 --- a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/block/powered_rail.json +++ /dev/null @@ -1,6 +0,0 @@ -{ - "parent": "block/rail_flat", - "textures": { - "rail": "block/powered_rail" - } -} diff --git a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/block/powered_rail_on.json b/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/block/powered_rail_on.json deleted file mode 100644 index 89474f8c..00000000 --- a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/block/powered_rail_on.json +++ /dev/null @@ -1,6 +0,0 @@ -{ - "parent": "block/rail_flat", - "textures": { - "rail": "block/powered_rail_on" - } -} diff --git a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/block/powered_rail_on_raised_ne.json b/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/block/powered_rail_on_raised_ne.json deleted file mode 100644 index 8f8c269f..00000000 --- a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/block/powered_rail_on_raised_ne.json +++ /dev/null @@ -1,6 +0,0 @@ -{ - "parent": "block/template_rail_raised_ne", - "textures": { - "rail": "block/powered_rail_on" - } -} diff --git a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/block/powered_rail_on_raised_sw.json b/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/block/powered_rail_on_raised_sw.json deleted file mode 100644 index 9e949bef..00000000 --- a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/block/powered_rail_on_raised_sw.json +++ /dev/null @@ -1,6 +0,0 @@ -{ - "parent": "block/template_rail_raised_sw", - "textures": { - "rail": "block/powered_rail_on" - } -} diff --git a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/block/powered_rail_raised_ne.json b/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/block/powered_rail_raised_ne.json deleted file mode 100644 index 4498c583..00000000 --- a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/block/powered_rail_raised_ne.json +++ /dev/null @@ -1,6 +0,0 @@ -{ - "parent": "block/template_rail_raised_ne", - "textures": { - "rail": "block/powered_rail" - } -} diff --git a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/block/powered_rail_raised_sw.json b/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/block/powered_rail_raised_sw.json deleted file mode 100644 index 720f1b8c..00000000 --- a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/block/powered_rail_raised_sw.json +++ /dev/null @@ -1,6 +0,0 @@ -{ - "parent": "block/template_rail_raised_sw", - "textures": { - "rail": "block/powered_rail" - } -} diff --git a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/block/pressure_plate_down.json b/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/block/pressure_plate_down.json deleted file mode 100644 index db6e6ba6..00000000 --- a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/block/pressure_plate_down.json +++ /dev/null @@ -1,18 +0,0 @@ -{ - "textures": { - "particle": "#texture" - }, - "elements": [ - { "from": [ 1, 0, 1 ], - "to": [ 15, 0.5, 15 ], - "faces": { - "down": { "uv": [ 1, 1, 15, 15 ], "texture": "#texture", "cullface": "down" }, - "up": { "uv": [ 1, 1, 15, 15 ], "texture": "#texture" }, - "north": { "uv": [ 1, 15, 15, 15.5 ], "texture": "#texture" }, - "south": { "uv": [ 1, 15, 15, 15.5 ], "texture": "#texture" }, - "west": { "uv": [ 1, 15, 15, 15.5 ], "texture": "#texture" }, - "east": { "uv": [ 1, 15, 15, 15.5 ], "texture": "#texture" } - } - } - ] -} diff --git a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/block/pressure_plate_up.json b/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/block/pressure_plate_up.json deleted file mode 100644 index 689fbe4f..00000000 --- a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/block/pressure_plate_up.json +++ /dev/null @@ -1,18 +0,0 @@ -{ "parent": "block/thin_block", - "textures": { - "particle": "#texture" - }, - "elements": [ - { "from": [ 1, 0, 1 ], - "to": [ 15, 1, 15 ], - "faces": { - "down": { "uv": [ 1, 1, 15, 15 ], "texture": "#texture", "cullface": "down" }, - "up": { "uv": [ 1, 1, 15, 15 ], "texture": "#texture" }, - "north": { "uv": [ 1, 15, 15, 16 ], "texture": "#texture" }, - "south": { "uv": [ 1, 15, 15, 16 ], "texture": "#texture" }, - "west": { "uv": [ 1, 15, 15, 16 ], "texture": "#texture" }, - "east": { "uv": [ 1, 15, 15, 16 ], "texture": "#texture" } - } - } - ] -} diff --git a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/block/prismarine.json b/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/block/prismarine.json deleted file mode 100644 index 2bb216bd..00000000 --- a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/block/prismarine.json +++ /dev/null @@ -1,6 +0,0 @@ -{ - "parent": "block/cube_all", - "textures": { - "all": "block/prismarine" - } -} diff --git a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/block/prismarine_brick_slab.json b/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/block/prismarine_brick_slab.json deleted file mode 100644 index beac9842..00000000 --- a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/block/prismarine_brick_slab.json +++ /dev/null @@ -1,8 +0,0 @@ -{ - "parent": "block/slab", - "textures": { - "bottom": "block/prismarine_bricks", - "top": "block/prismarine_bricks", - "side": "block/prismarine_bricks" - } -} diff --git a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/block/prismarine_brick_slab_top.json b/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/block/prismarine_brick_slab_top.json deleted file mode 100644 index d06900ef..00000000 --- a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/block/prismarine_brick_slab_top.json +++ /dev/null @@ -1,8 +0,0 @@ -{ - "parent": "block/slab_top", - "textures": { - "bottom": "block/prismarine_bricks", - "top": "block/prismarine_bricks", - "side": "block/prismarine_bricks" - } -} diff --git a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/block/prismarine_brick_stairs.json b/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/block/prismarine_brick_stairs.json deleted file mode 100644 index 012bd43b..00000000 --- a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/block/prismarine_brick_stairs.json +++ /dev/null @@ -1,8 +0,0 @@ -{ - "parent": "block/stairs", - "textures": { - "bottom": "block/prismarine_bricks", - "top": "block/prismarine_bricks", - "side": "block/prismarine_bricks" - } -} diff --git a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/block/prismarine_brick_stairs_inner.json b/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/block/prismarine_brick_stairs_inner.json deleted file mode 100644 index 37a79c8a..00000000 --- a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/block/prismarine_brick_stairs_inner.json +++ /dev/null @@ -1,8 +0,0 @@ -{ - "parent": "block/inner_stairs", - "textures": { - "bottom": "block/prismarine_bricks", - "top": "block/prismarine_bricks", - "side": "block/prismarine_bricks" - } -} diff --git a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/block/prismarine_brick_stairs_outer.json b/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/block/prismarine_brick_stairs_outer.json deleted file mode 100644 index ad8eb0c1..00000000 --- a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/block/prismarine_brick_stairs_outer.json +++ /dev/null @@ -1,8 +0,0 @@ -{ - "parent": "block/outer_stairs", - "textures": { - "bottom": "block/prismarine_bricks", - "top": "block/prismarine_bricks", - "side": "block/prismarine_bricks" - } -} diff --git a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/block/prismarine_bricks.json b/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/block/prismarine_bricks.json deleted file mode 100644 index 4f7f6a79..00000000 --- a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/block/prismarine_bricks.json +++ /dev/null @@ -1,6 +0,0 @@ -{ - "parent": "block/cube_all", - "textures": { - "all": "block/prismarine_bricks" - } -} diff --git a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/block/prismarine_slab.json b/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/block/prismarine_slab.json deleted file mode 100644 index c61e8b76..00000000 --- a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/block/prismarine_slab.json +++ /dev/null @@ -1,8 +0,0 @@ -{ - "parent": "block/slab", - "textures": { - "bottom": "block/prismarine", - "top": "block/prismarine", - "side": "block/prismarine" - } -} diff --git a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/block/prismarine_slab_top.json b/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/block/prismarine_slab_top.json deleted file mode 100644 index 963cbf6b..00000000 --- a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/block/prismarine_slab_top.json +++ /dev/null @@ -1,8 +0,0 @@ -{ - "parent": "block/slab_top", - "textures": { - "bottom": "block/prismarine", - "top": "block/prismarine", - "side": "block/prismarine" - } -} diff --git a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/block/prismarine_stairs.json b/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/block/prismarine_stairs.json deleted file mode 100644 index dc53fb59..00000000 --- a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/block/prismarine_stairs.json +++ /dev/null @@ -1,8 +0,0 @@ -{ - "parent": "block/stairs", - "textures": { - "bottom": "block/prismarine", - "top": "block/prismarine", - "side": "block/prismarine" - } -} diff --git a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/block/prismarine_stairs_inner.json b/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/block/prismarine_stairs_inner.json deleted file mode 100644 index d900bb65..00000000 --- a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/block/prismarine_stairs_inner.json +++ /dev/null @@ -1,8 +0,0 @@ -{ - "parent": "block/inner_stairs", - "textures": { - "bottom": "block/prismarine", - "top": "block/prismarine", - "side": "block/prismarine" - } -} diff --git a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/block/prismarine_stairs_outer.json b/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/block/prismarine_stairs_outer.json deleted file mode 100644 index 0b67644e..00000000 --- a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/block/prismarine_stairs_outer.json +++ /dev/null @@ -1,8 +0,0 @@ -{ - "parent": "block/outer_stairs", - "textures": { - "bottom": "block/prismarine", - "top": "block/prismarine", - "side": "block/prismarine" - } -} diff --git a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/block/prismarine_wall_inventory.json b/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/block/prismarine_wall_inventory.json deleted file mode 100644 index e5f5a42c..00000000 --- a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/block/prismarine_wall_inventory.json +++ /dev/null @@ -1,6 +0,0 @@ -{ - "parent": "block/wall_inventory", - "textures": { - "wall": "block/prismarine" - } -} diff --git a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/block/prismarine_wall_post.json b/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/block/prismarine_wall_post.json deleted file mode 100644 index 3e2eced1..00000000 --- a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/block/prismarine_wall_post.json +++ /dev/null @@ -1,6 +0,0 @@ -{ - "parent": "block/template_wall_post", - "textures": { - "wall": "block/prismarine" - } -} diff --git a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/block/prismarine_wall_side.json b/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/block/prismarine_wall_side.json deleted file mode 100644 index 3b3470d0..00000000 --- a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/block/prismarine_wall_side.json +++ /dev/null @@ -1,6 +0,0 @@ -{ - "parent": "block/template_wall_side", - "textures": { - "wall": "block/prismarine" - } -} diff --git a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/block/pumpkin.json b/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/block/pumpkin.json deleted file mode 100644 index ab505114..00000000 --- a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/block/pumpkin.json +++ /dev/null @@ -1,14 +0,0 @@ -{ - "parent": "block/cube_column", - "display": { - "firstperson_righthand": { - "rotation": [ 0, 135, 0 ], - "translation": [ 0, 0, 0 ], - "scale": [ 0.40, 0.40, 0.40 ] - } - }, - "textures": { - "end": "block/pumpkin_top", - "side": "block/pumpkin_side" - } -} diff --git a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/block/pumpkin_stem_stage0.json b/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/block/pumpkin_stem_stage0.json deleted file mode 100644 index b7bb19b8..00000000 --- a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/block/pumpkin_stem_stage0.json +++ /dev/null @@ -1,6 +0,0 @@ -{ - "parent": "block/stem_growth0", - "textures": { - "stem": "block/pumpkin_stem" - } -} diff --git a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/block/pumpkin_stem_stage1.json b/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/block/pumpkin_stem_stage1.json deleted file mode 100644 index d5f0127b..00000000 --- a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/block/pumpkin_stem_stage1.json +++ /dev/null @@ -1,6 +0,0 @@ -{ - "parent": "block/stem_growth1", - "textures": { - "stem": "block/pumpkin_stem" - } -} diff --git a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/block/pumpkin_stem_stage2.json b/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/block/pumpkin_stem_stage2.json deleted file mode 100644 index 2ca3cca7..00000000 --- a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/block/pumpkin_stem_stage2.json +++ /dev/null @@ -1,6 +0,0 @@ -{ - "parent": "block/stem_growth2", - "textures": { - "stem": "block/pumpkin_stem" - } -} diff --git a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/block/pumpkin_stem_stage3.json b/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/block/pumpkin_stem_stage3.json deleted file mode 100644 index 6bcb39fa..00000000 --- a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/block/pumpkin_stem_stage3.json +++ /dev/null @@ -1,6 +0,0 @@ -{ - "parent": "block/stem_growth3", - "textures": { - "stem": "block/pumpkin_stem" - } -} diff --git a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/block/pumpkin_stem_stage4.json b/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/block/pumpkin_stem_stage4.json deleted file mode 100644 index 6f8c8636..00000000 --- a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/block/pumpkin_stem_stage4.json +++ /dev/null @@ -1,6 +0,0 @@ -{ - "parent": "block/stem_growth4", - "textures": { - "stem": "block/pumpkin_stem" - } -} diff --git a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/block/pumpkin_stem_stage5.json b/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/block/pumpkin_stem_stage5.json deleted file mode 100644 index df925e8f..00000000 --- a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/block/pumpkin_stem_stage5.json +++ /dev/null @@ -1,6 +0,0 @@ -{ - "parent": "block/stem_growth5", - "textures": { - "stem": "block/pumpkin_stem" - } -} diff --git a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/block/pumpkin_stem_stage6.json b/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/block/pumpkin_stem_stage6.json deleted file mode 100644 index 5757b58a..00000000 --- a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/block/pumpkin_stem_stage6.json +++ /dev/null @@ -1,6 +0,0 @@ -{ - "parent": "block/stem_growth6", - "textures": { - "stem": "block/pumpkin_stem" - } -} diff --git a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/block/pumpkin_stem_stage7.json b/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/block/pumpkin_stem_stage7.json deleted file mode 100644 index f0abafa2..00000000 --- a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/block/pumpkin_stem_stage7.json +++ /dev/null @@ -1,6 +0,0 @@ -{ - "parent": "block/stem_growth7", - "textures": { - "stem": "block/pumpkin_stem" - } -} diff --git a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/block/purple_carpet.json b/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/block/purple_carpet.json deleted file mode 100644 index 85d8e740..00000000 --- a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/block/purple_carpet.json +++ /dev/null @@ -1,7 +0,0 @@ -{ - "parent": "block/carpet", - "textures": { - "particle": "block/purple_wool", - "wool": "block/purple_wool" - } -} diff --git a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/block/purple_concrete.json b/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/block/purple_concrete.json deleted file mode 100644 index d50588b2..00000000 --- a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/block/purple_concrete.json +++ /dev/null @@ -1,6 +0,0 @@ -{ - "parent": "block/cube_all", - "textures": { - "all": "block/purple_concrete" - } -} diff --git a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/block/purple_concrete_powder.json b/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/block/purple_concrete_powder.json deleted file mode 100644 index 0cdf53f6..00000000 --- a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/block/purple_concrete_powder.json +++ /dev/null @@ -1,6 +0,0 @@ -{ - "parent": "block/cube_all", - "textures": { - "all": "block/purple_concrete_powder" - } -} diff --git a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/block/purple_glazed_terracotta.json b/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/block/purple_glazed_terracotta.json deleted file mode 100644 index b1082bdc..00000000 --- a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/block/purple_glazed_terracotta.json +++ /dev/null @@ -1,7 +0,0 @@ -{ - "parent": "block/template_glazed_terracotta", - "textures": { - "particle": "block/purple_glazed_terracotta", - "pattern": "block/purple_glazed_terracotta" - } -} diff --git a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/block/purple_shulker_box.json b/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/block/purple_shulker_box.json deleted file mode 100644 index 648f7579..00000000 --- a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/block/purple_shulker_box.json +++ /dev/null @@ -1,5 +0,0 @@ -{ - "textures": { - "particle": "block/purple_shulker_box" - } -} diff --git a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/block/purple_stained_glass.json b/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/block/purple_stained_glass.json deleted file mode 100644 index 2fb40fc4..00000000 --- a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/block/purple_stained_glass.json +++ /dev/null @@ -1,6 +0,0 @@ -{ - "parent": "block/cube_all", - "textures": { - "all": "block/purple_stained_glass" - } -} diff --git a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/block/purple_stained_glass_pane_noside.json b/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/block/purple_stained_glass_pane_noside.json deleted file mode 100644 index 253cc7fb..00000000 --- a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/block/purple_stained_glass_pane_noside.json +++ /dev/null @@ -1,6 +0,0 @@ -{ - "parent": "block/template_glass_pane_noside", - "textures": { - "pane": "block/purple_stained_glass" - } -} diff --git a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/block/purple_stained_glass_pane_noside_alt.json b/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/block/purple_stained_glass_pane_noside_alt.json deleted file mode 100644 index 950a5340..00000000 --- a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/block/purple_stained_glass_pane_noside_alt.json +++ /dev/null @@ -1,6 +0,0 @@ -{ - "parent": "block/template_glass_pane_noside_alt", - "textures": { - "pane": "block/purple_stained_glass" - } -} diff --git a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/block/purple_stained_glass_pane_post.json b/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/block/purple_stained_glass_pane_post.json deleted file mode 100644 index 0335f701..00000000 --- a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/block/purple_stained_glass_pane_post.json +++ /dev/null @@ -1,7 +0,0 @@ -{ - "parent": "block/template_glass_pane_post", - "textures": { - "edge": "block/purple_stained_glass_pane_top", - "pane": "block/purple_stained_glass" - } -} diff --git a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/block/purple_stained_glass_pane_side.json b/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/block/purple_stained_glass_pane_side.json deleted file mode 100644 index 07274966..00000000 --- a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/block/purple_stained_glass_pane_side.json +++ /dev/null @@ -1,7 +0,0 @@ -{ - "parent": "block/template_glass_pane_side", - "textures": { - "edge": "block/purple_stained_glass_pane_top", - "pane": "block/purple_stained_glass" - } -} diff --git a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/block/purple_stained_glass_pane_side_alt.json b/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/block/purple_stained_glass_pane_side_alt.json deleted file mode 100644 index d400fee3..00000000 --- a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/block/purple_stained_glass_pane_side_alt.json +++ /dev/null @@ -1,7 +0,0 @@ -{ - "parent": "block/template_glass_pane_side_alt", - "textures": { - "edge": "block/purple_stained_glass_pane_top", - "pane": "block/purple_stained_glass" - } -} diff --git a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/block/purple_terracotta.json b/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/block/purple_terracotta.json deleted file mode 100644 index 4c2f8381..00000000 --- a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/block/purple_terracotta.json +++ /dev/null @@ -1,6 +0,0 @@ -{ - "parent": "block/cube_all", - "textures": { - "all": "block/purple_terracotta" - } -} diff --git a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/block/purple_wool.json b/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/block/purple_wool.json deleted file mode 100644 index cb4afc34..00000000 --- a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/block/purple_wool.json +++ /dev/null @@ -1,6 +0,0 @@ -{ - "parent": "block/cube_all", - "textures": { - "all": "block/purple_wool" - } -} diff --git a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/block/purpur_block.json b/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/block/purpur_block.json deleted file mode 100644 index b500dbf3..00000000 --- a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/block/purpur_block.json +++ /dev/null @@ -1,6 +0,0 @@ -{ - "parent": "block/cube_all", - "textures": { - "all": "block/purpur_block" - } -} diff --git a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/block/purpur_pillar.json b/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/block/purpur_pillar.json deleted file mode 100644 index 0a7afade..00000000 --- a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/block/purpur_pillar.json +++ /dev/null @@ -1,7 +0,0 @@ -{ - "parent": "block/cube_column", - "textures": { - "end": "block/purpur_pillar_top", - "side": "block/purpur_pillar" - } -} diff --git a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/block/purpur_slab.json b/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/block/purpur_slab.json deleted file mode 100644 index 57d3e1b7..00000000 --- a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/block/purpur_slab.json +++ /dev/null @@ -1,8 +0,0 @@ -{ - "parent": "block/slab", - "textures": { - "bottom": "block/purpur_block", - "top": "block/purpur_block", - "side": "block/purpur_block" - } -} diff --git a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/block/purpur_slab_top.json b/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/block/purpur_slab_top.json deleted file mode 100644 index 1e06659e..00000000 --- a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/block/purpur_slab_top.json +++ /dev/null @@ -1,8 +0,0 @@ -{ - "parent": "block/slab_top", - "textures": { - "bottom": "block/purpur_block", - "top": "block/purpur_block", - "side": "block/purpur_block" - } -} diff --git a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/block/purpur_stairs.json b/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/block/purpur_stairs.json deleted file mode 100644 index a48ecef3..00000000 --- a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/block/purpur_stairs.json +++ /dev/null @@ -1,8 +0,0 @@ -{ - "parent": "block/stairs", - "textures": { - "bottom": "block/purpur_block", - "top": "block/purpur_block", - "side": "block/purpur_block" - } -} diff --git a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/block/purpur_stairs_inner.json b/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/block/purpur_stairs_inner.json deleted file mode 100644 index 0d043a50..00000000 --- a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/block/purpur_stairs_inner.json +++ /dev/null @@ -1,8 +0,0 @@ -{ - "parent": "block/inner_stairs", - "textures": { - "bottom": "block/purpur_block", - "top": "block/purpur_block", - "side": "block/purpur_block" - } -} diff --git a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/block/purpur_stairs_outer.json b/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/block/purpur_stairs_outer.json deleted file mode 100644 index 1290d279..00000000 --- a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/block/purpur_stairs_outer.json +++ /dev/null @@ -1,8 +0,0 @@ -{ - "parent": "block/outer_stairs", - "textures": { - "bottom": "block/purpur_block", - "top": "block/purpur_block", - "side": "block/purpur_block" - } -} diff --git a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/block/quartz_block.json b/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/block/quartz_block.json deleted file mode 100644 index a209c372..00000000 --- a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/block/quartz_block.json +++ /dev/null @@ -1,8 +0,0 @@ -{ - "parent": "block/cube_bottom_top", - "textures": { - "bottom": "block/quartz_block_top", - "top": "block/quartz_block_top", - "side": "block/quartz_block_side" - } -} diff --git a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/block/quartz_pillar.json b/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/block/quartz_pillar.json deleted file mode 100644 index b71ae56b..00000000 --- a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/block/quartz_pillar.json +++ /dev/null @@ -1,7 +0,0 @@ -{ - "parent": "block/cube_column", - "textures": { - "end": "block/quartz_pillar_top", - "side": "block/quartz_pillar" - } -} diff --git a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/block/quartz_slab.json b/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/block/quartz_slab.json deleted file mode 100644 index ffeff544..00000000 --- a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/block/quartz_slab.json +++ /dev/null @@ -1,8 +0,0 @@ -{ - "parent": "block/slab", - "textures": { - "bottom": "block/quartz_block_top", - "top": "block/quartz_block_top", - "side": "block/quartz_block_side" - } -} diff --git a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/block/quartz_slab_top.json b/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/block/quartz_slab_top.json deleted file mode 100644 index 61d2b50f..00000000 --- a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/block/quartz_slab_top.json +++ /dev/null @@ -1,8 +0,0 @@ -{ - "parent": "block/slab_top", - "textures": { - "bottom": "block/quartz_block_top", - "top": "block/quartz_block_top", - "side": "block/quartz_block_side" - } -} diff --git a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/block/quartz_stairs.json b/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/block/quartz_stairs.json deleted file mode 100644 index db72ada4..00000000 --- a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/block/quartz_stairs.json +++ /dev/null @@ -1,8 +0,0 @@ -{ - "parent": "block/stairs", - "textures": { - "bottom": "block/quartz_block_top", - "top": "block/quartz_block_top", - "side": "block/quartz_block_side" - } -} diff --git a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/block/quartz_stairs_inner.json b/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/block/quartz_stairs_inner.json deleted file mode 100644 index 83382bb4..00000000 --- a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/block/quartz_stairs_inner.json +++ /dev/null @@ -1,8 +0,0 @@ -{ - "parent": "block/inner_stairs", - "textures": { - "bottom": "block/quartz_block_bottom", - "top": "block/quartz_block_top", - "side": "block/quartz_block_side" - } -} diff --git a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/block/quartz_stairs_outer.json b/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/block/quartz_stairs_outer.json deleted file mode 100644 index db248d64..00000000 --- a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/block/quartz_stairs_outer.json +++ /dev/null @@ -1,8 +0,0 @@ -{ - "parent": "block/outer_stairs", - "textures": { - "bottom": "block/quartz_block_bottom", - "top": "block/quartz_block_top", - "side": "block/quartz_block_side" - } -} diff --git a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/block/rail.json b/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/block/rail.json deleted file mode 100644 index cb2fc137..00000000 --- a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/block/rail.json +++ /dev/null @@ -1,6 +0,0 @@ -{ - "parent": "block/rail_flat", - "textures": { - "rail": "block/rail" - } -} diff --git a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/block/rail_corner.json b/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/block/rail_corner.json deleted file mode 100644 index c3a52d1b..00000000 --- a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/block/rail_corner.json +++ /dev/null @@ -1,6 +0,0 @@ -{ - "parent": "block/rail_curved", - "textures": { - "rail": "block/rail_corner" - } -} diff --git a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/block/rail_curved.json b/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/block/rail_curved.json deleted file mode 100644 index 299a44ba..00000000 --- a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/block/rail_curved.json +++ /dev/null @@ -1,15 +0,0 @@ -{ - "ambientocclusion": false, - "textures": { - "particle": "#rail" - }, - "elements": [ - { "from": [ 0, 1, 0 ], - "to": [ 16, 1, 16 ], - "faces": { - "down": { "uv": [ 0, 16, 16, 0 ], "texture": "#rail" }, - "up": { "uv": [ 0, 0, 16, 16 ], "texture": "#rail" } - } - } - ] -} diff --git a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/block/rail_flat.json b/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/block/rail_flat.json deleted file mode 100644 index 299a44ba..00000000 --- a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/block/rail_flat.json +++ /dev/null @@ -1,15 +0,0 @@ -{ - "ambientocclusion": false, - "textures": { - "particle": "#rail" - }, - "elements": [ - { "from": [ 0, 1, 0 ], - "to": [ 16, 1, 16 ], - "faces": { - "down": { "uv": [ 0, 16, 16, 0 ], "texture": "#rail" }, - "up": { "uv": [ 0, 0, 16, 16 ], "texture": "#rail" } - } - } - ] -} diff --git a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/block/rail_raised_ne.json b/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/block/rail_raised_ne.json deleted file mode 100644 index 6851714b..00000000 --- a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/block/rail_raised_ne.json +++ /dev/null @@ -1,6 +0,0 @@ -{ - "parent": "block/template_rail_raised_ne", - "textures": { - "rail": "block/rail" - } -} diff --git a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/block/rail_raised_sw.json b/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/block/rail_raised_sw.json deleted file mode 100644 index 407c0562..00000000 --- a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/block/rail_raised_sw.json +++ /dev/null @@ -1,6 +0,0 @@ -{ - "parent": "block/template_rail_raised_sw", - "textures": { - "rail": "block/rail" - } -} diff --git a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/block/red_carpet.json b/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/block/red_carpet.json deleted file mode 100644 index 5b970861..00000000 --- a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/block/red_carpet.json +++ /dev/null @@ -1,7 +0,0 @@ -{ - "parent": "block/carpet", - "textures": { - "particle": "block/red_wool", - "wool": "block/red_wool" - } -} diff --git a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/block/red_concrete.json b/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/block/red_concrete.json deleted file mode 100644 index 9627a219..00000000 --- a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/block/red_concrete.json +++ /dev/null @@ -1,6 +0,0 @@ -{ - "parent": "block/cube_all", - "textures": { - "all": "block/red_concrete" - } -} diff --git a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/block/red_concrete_powder.json b/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/block/red_concrete_powder.json deleted file mode 100644 index 8ac50f68..00000000 --- a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/block/red_concrete_powder.json +++ /dev/null @@ -1,6 +0,0 @@ -{ - "parent": "block/cube_all", - "textures": { - "all": "block/red_concrete_powder" - } -} diff --git a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/block/red_glazed_terracotta.json b/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/block/red_glazed_terracotta.json deleted file mode 100644 index 0002721d..00000000 --- a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/block/red_glazed_terracotta.json +++ /dev/null @@ -1,7 +0,0 @@ -{ - "parent": "block/template_glazed_terracotta", - "textures": { - "particle": "block/red_glazed_terracotta", - "pattern": "block/red_glazed_terracotta" - } -} diff --git a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/block/red_mushroom.json b/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/block/red_mushroom.json deleted file mode 100644 index 764bb7fc..00000000 --- a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/block/red_mushroom.json +++ /dev/null @@ -1,6 +0,0 @@ -{ - "parent": "block/cross", - "textures": { - "cross": "block/red_mushroom" - } -} diff --git a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/block/red_mushroom_block.json b/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/block/red_mushroom_block.json deleted file mode 100644 index 1352fa57..00000000 --- a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/block/red_mushroom_block.json +++ /dev/null @@ -1,14 +0,0 @@ -{ - "textures": { - "texture": "block/red_mushroom_block", - "particle": "block/red_mushroom_block" - }, - "elements": [ - { "from": [ 0, 0, 0 ], - "to": [ 16, 16, 0 ], - "faces": { - "north": { "texture": "#texture", "cullface":"north" } - } - } - ] -} diff --git a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/block/red_mushroom_block_inventory.json b/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/block/red_mushroom_block_inventory.json deleted file mode 100644 index 0e29eff2..00000000 --- a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/block/red_mushroom_block_inventory.json +++ /dev/null @@ -1,6 +0,0 @@ -{ - "parent": "block/cube_all", - "textures": { - "all": "block/red_mushroom_block" - } -} diff --git a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/block/red_nether_brick_slab.json b/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/block/red_nether_brick_slab.json deleted file mode 100644 index ff01713b..00000000 --- a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/block/red_nether_brick_slab.json +++ /dev/null @@ -1,8 +0,0 @@ -{ - "parent": "block/slab", - "textures": { - "bottom": "block/red_nether_bricks", - "top": "block/red_nether_bricks", - "side": "block/red_nether_bricks" - } -} diff --git a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/block/red_nether_brick_slab_top.json b/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/block/red_nether_brick_slab_top.json deleted file mode 100644 index 14d2da06..00000000 --- a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/block/red_nether_brick_slab_top.json +++ /dev/null @@ -1,8 +0,0 @@ -{ - "parent": "block/slab_top", - "textures": { - "bottom": "block/red_nether_bricks", - "top": "block/red_nether_bricks", - "side": "block/red_nether_bricks" - } -} diff --git a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/block/red_nether_brick_stairs.json b/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/block/red_nether_brick_stairs.json deleted file mode 100644 index 6902e496..00000000 --- a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/block/red_nether_brick_stairs.json +++ /dev/null @@ -1,8 +0,0 @@ -{ - "parent": "block/stairs", - "textures": { - "bottom": "block/red_nether_bricks", - "top": "block/red_nether_bricks", - "side": "block/red_nether_bricks" - } -} diff --git a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/block/red_nether_brick_stairs_inner.json b/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/block/red_nether_brick_stairs_inner.json deleted file mode 100644 index 1e4ef94b..00000000 --- a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/block/red_nether_brick_stairs_inner.json +++ /dev/null @@ -1,8 +0,0 @@ -{ - "parent": "block/inner_stairs", - "textures": { - "bottom": "block/red_nether_bricks", - "top": "block/red_nether_bricks", - "side": "block/red_nether_bricks" - } -} diff --git a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/block/red_nether_brick_stairs_outer.json b/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/block/red_nether_brick_stairs_outer.json deleted file mode 100644 index 256bddbf..00000000 --- a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/block/red_nether_brick_stairs_outer.json +++ /dev/null @@ -1,8 +0,0 @@ -{ - "parent": "block/outer_stairs", - "textures": { - "bottom": "block/red_nether_bricks", - "top": "block/red_nether_bricks", - "side": "block/red_nether_bricks" - } -} diff --git a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/block/red_nether_brick_wall_inventory.json b/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/block/red_nether_brick_wall_inventory.json deleted file mode 100644 index ffcf6371..00000000 --- a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/block/red_nether_brick_wall_inventory.json +++ /dev/null @@ -1,6 +0,0 @@ -{ - "parent": "block/wall_inventory", - "textures": { - "wall": "block/red_nether_bricks" - } -} diff --git a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/block/red_nether_brick_wall_post.json b/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/block/red_nether_brick_wall_post.json deleted file mode 100644 index 9103acac..00000000 --- a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/block/red_nether_brick_wall_post.json +++ /dev/null @@ -1,6 +0,0 @@ -{ - "parent": "block/template_wall_post", - "textures": { - "wall": "block/red_nether_bricks" - } -} diff --git a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/block/red_nether_brick_wall_side.json b/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/block/red_nether_brick_wall_side.json deleted file mode 100644 index 9c85c480..00000000 --- a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/block/red_nether_brick_wall_side.json +++ /dev/null @@ -1,6 +0,0 @@ -{ - "parent": "block/template_wall_side", - "textures": { - "wall": "block/red_nether_bricks" - } -} diff --git a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/block/red_nether_bricks.json b/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/block/red_nether_bricks.json deleted file mode 100644 index a9833c92..00000000 --- a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/block/red_nether_bricks.json +++ /dev/null @@ -1,6 +0,0 @@ -{ - "parent": "block/cube_all", - "textures": { - "all": "block/red_nether_bricks" - } -} diff --git a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/block/red_sand.json b/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/block/red_sand.json deleted file mode 100644 index 7724d66f..00000000 --- a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/block/red_sand.json +++ /dev/null @@ -1,6 +0,0 @@ -{ - "parent": "block/cube_all", - "textures": { - "all": "block/red_sand" - } -} diff --git a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/block/red_sandstone.json b/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/block/red_sandstone.json deleted file mode 100644 index 4fe56135..00000000 --- a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/block/red_sandstone.json +++ /dev/null @@ -1,8 +0,0 @@ -{ - "parent": "block/cube_bottom_top", - "textures": { - "bottom": "block/red_sandstone_bottom", - "top": "block/red_sandstone_top", - "side": "block/red_sandstone" - } -} diff --git a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/block/red_sandstone_slab.json b/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/block/red_sandstone_slab.json deleted file mode 100644 index 817d14c1..00000000 --- a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/block/red_sandstone_slab.json +++ /dev/null @@ -1,8 +0,0 @@ -{ - "parent": "block/slab", - "textures": { - "bottom": "block/red_sandstone_bottom", - "top": "block/red_sandstone_top", - "side": "block/red_sandstone" - } -} diff --git a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/block/red_sandstone_slab_top.json b/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/block/red_sandstone_slab_top.json deleted file mode 100644 index 72294351..00000000 --- a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/block/red_sandstone_slab_top.json +++ /dev/null @@ -1,8 +0,0 @@ -{ - "parent": "block/slab_top", - "textures": { - "bottom": "block/red_sandstone_bottom", - "top": "block/red_sandstone_top", - "side": "block/red_sandstone" - } -} diff --git a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/block/red_sandstone_stairs.json b/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/block/red_sandstone_stairs.json deleted file mode 100644 index 0110aea0..00000000 --- a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/block/red_sandstone_stairs.json +++ /dev/null @@ -1,8 +0,0 @@ -{ - "parent": "block/stairs", - "textures": { - "bottom": "block/red_sandstone_bottom", - "top": "block/red_sandstone_top", - "side": "block/red_sandstone" - } -} diff --git a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/block/red_sandstone_stairs_inner.json b/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/block/red_sandstone_stairs_inner.json deleted file mode 100644 index 1c529ff4..00000000 --- a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/block/red_sandstone_stairs_inner.json +++ /dev/null @@ -1,8 +0,0 @@ -{ - "parent": "block/inner_stairs", - "textures": { - "bottom": "block/red_sandstone_bottom", - "top": "block/red_sandstone_top", - "side": "block/red_sandstone" - } -} diff --git a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/block/red_sandstone_stairs_outer.json b/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/block/red_sandstone_stairs_outer.json deleted file mode 100644 index 8a40e759..00000000 --- a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/block/red_sandstone_stairs_outer.json +++ /dev/null @@ -1,8 +0,0 @@ -{ - "parent": "block/outer_stairs", - "textures": { - "bottom": "block/red_sandstone_bottom", - "top": "block/red_sandstone_top", - "side": "block/red_sandstone" - } -} diff --git a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/block/red_sandstone_wall_inventory.json b/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/block/red_sandstone_wall_inventory.json deleted file mode 100644 index e27520be..00000000 --- a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/block/red_sandstone_wall_inventory.json +++ /dev/null @@ -1,6 +0,0 @@ -{ - "parent": "block/wall_inventory", - "textures": { - "wall": "block/red_sandstone" - } -} diff --git a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/block/red_sandstone_wall_post.json b/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/block/red_sandstone_wall_post.json deleted file mode 100644 index 719400c2..00000000 --- a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/block/red_sandstone_wall_post.json +++ /dev/null @@ -1,6 +0,0 @@ -{ - "parent": "block/template_wall_post", - "textures": { - "wall": "block/red_sandstone" - } -} diff --git a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/block/red_sandstone_wall_side.json b/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/block/red_sandstone_wall_side.json deleted file mode 100644 index eee7fa41..00000000 --- a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/block/red_sandstone_wall_side.json +++ /dev/null @@ -1,6 +0,0 @@ -{ - "parent": "block/template_wall_side", - "textures": { - "wall": "block/red_sandstone" - } -} diff --git a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/block/red_shulker_box.json b/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/block/red_shulker_box.json deleted file mode 100644 index 50dabd03..00000000 --- a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/block/red_shulker_box.json +++ /dev/null @@ -1,5 +0,0 @@ -{ - "textures": { - "particle": "block/red_shulker_box" - } -} diff --git a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/block/red_stained_glass.json b/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/block/red_stained_glass.json deleted file mode 100644 index aecf4abd..00000000 --- a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/block/red_stained_glass.json +++ /dev/null @@ -1,6 +0,0 @@ -{ - "parent": "block/cube_all", - "textures": { - "all": "block/red_stained_glass" - } -} diff --git a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/block/red_stained_glass_pane_noside.json b/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/block/red_stained_glass_pane_noside.json deleted file mode 100644 index ad7e3150..00000000 --- a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/block/red_stained_glass_pane_noside.json +++ /dev/null @@ -1,6 +0,0 @@ -{ - "parent": "block/template_glass_pane_noside", - "textures": { - "pane": "block/red_stained_glass" - } -} diff --git a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/block/red_stained_glass_pane_noside_alt.json b/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/block/red_stained_glass_pane_noside_alt.json deleted file mode 100644 index 7b21693b..00000000 --- a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/block/red_stained_glass_pane_noside_alt.json +++ /dev/null @@ -1,6 +0,0 @@ -{ - "parent": "block/template_glass_pane_noside_alt", - "textures": { - "pane": "block/red_stained_glass" - } -} diff --git a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/block/red_stained_glass_pane_post.json b/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/block/red_stained_glass_pane_post.json deleted file mode 100644 index 04248f23..00000000 --- a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/block/red_stained_glass_pane_post.json +++ /dev/null @@ -1,7 +0,0 @@ -{ - "parent": "block/template_glass_pane_post", - "textures": { - "edge": "block/red_stained_glass_pane_top", - "pane": "block/red_stained_glass" - } -} diff --git a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/block/red_stained_glass_pane_side.json b/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/block/red_stained_glass_pane_side.json deleted file mode 100644 index 26fc15af..00000000 --- a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/block/red_stained_glass_pane_side.json +++ /dev/null @@ -1,7 +0,0 @@ -{ - "parent": "block/template_glass_pane_side", - "textures": { - "edge": "block/red_stained_glass_pane_top", - "pane": "block/red_stained_glass" - } -} diff --git a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/block/red_stained_glass_pane_side_alt.json b/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/block/red_stained_glass_pane_side_alt.json deleted file mode 100644 index f206ae13..00000000 --- a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/block/red_stained_glass_pane_side_alt.json +++ /dev/null @@ -1,7 +0,0 @@ -{ - "parent": "block/template_glass_pane_side_alt", - "textures": { - "edge": "block/red_stained_glass_pane_top", - "pane": "block/red_stained_glass" - } -} diff --git a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/block/red_terracotta.json b/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/block/red_terracotta.json deleted file mode 100644 index 0264bfb0..00000000 --- a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/block/red_terracotta.json +++ /dev/null @@ -1,6 +0,0 @@ -{ - "parent": "block/cube_all", - "textures": { - "all": "block/red_terracotta" - } -} diff --git a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/block/red_tulip.json b/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/block/red_tulip.json deleted file mode 100644 index fcc4f687..00000000 --- a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/block/red_tulip.json +++ /dev/null @@ -1,6 +0,0 @@ -{ - "parent": "block/cross", - "textures": { - "cross": "block/red_tulip" - } -} diff --git a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/block/red_wool.json b/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/block/red_wool.json deleted file mode 100644 index 24e9ca9b..00000000 --- a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/block/red_wool.json +++ /dev/null @@ -1,6 +0,0 @@ -{ - "parent": "block/cube_all", - "textures": { - "all": "block/red_wool" - } -} diff --git a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/block/redstone_block.json b/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/block/redstone_block.json deleted file mode 100644 index 53768b56..00000000 --- a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/block/redstone_block.json +++ /dev/null @@ -1,6 +0,0 @@ -{ - "parent": "block/cube_all", - "textures": { - "all": "block/redstone_block" - } -} diff --git a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/block/redstone_dust_dot.json b/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/block/redstone_dust_dot.json deleted file mode 100644 index 6005d1bc..00000000 --- a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/block/redstone_dust_dot.json +++ /dev/null @@ -1,24 +0,0 @@ -{ - "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/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/block/redstone_dust_side.json b/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/block/redstone_dust_side.json deleted file mode 100644 index 0298af0f..00000000 --- a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/block/redstone_dust_side.json +++ /dev/null @@ -1,23 +0,0 @@ -{ - "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/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/block/redstone_dust_side0.json b/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/block/redstone_dust_side0.json deleted file mode 100644 index 8ba2e73e..00000000 --- a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/block/redstone_dust_side0.json +++ /dev/null @@ -1,6 +0,0 @@ -{ - "parent": "block/redstone_dust_side", - "textures": { - "line": "block/redstone_dust_line0" - } -} diff --git a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/block/redstone_dust_side1.json b/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/block/redstone_dust_side1.json deleted file mode 100644 index 1f545393..00000000 --- a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/block/redstone_dust_side1.json +++ /dev/null @@ -1,6 +0,0 @@ -{ - "parent": "block/redstone_dust_side", - "textures": { - "line": "block/redstone_dust_line1" - } -} diff --git a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/block/redstone_dust_side_alt.json b/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/block/redstone_dust_side_alt.json deleted file mode 100644 index b0af5ec5..00000000 --- a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/block/redstone_dust_side_alt.json +++ /dev/null @@ -1,23 +0,0 @@ -{ - "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/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/block/redstone_dust_side_alt0.json b/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/block/redstone_dust_side_alt0.json deleted file mode 100644 index f74884dd..00000000 --- a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/block/redstone_dust_side_alt0.json +++ /dev/null @@ -1,6 +0,0 @@ -{ - "parent": "block/redstone_dust_side_alt", - "textures": { - "line": "block/redstone_dust_line0" - } -} diff --git a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/block/redstone_dust_side_alt1.json b/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/block/redstone_dust_side_alt1.json deleted file mode 100644 index a31f8487..00000000 --- a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/block/redstone_dust_side_alt1.json +++ /dev/null @@ -1,6 +0,0 @@ -{ - "parent": "block/redstone_dust_side_alt", - "textures": { - "line": "block/redstone_dust_line1" - } -} diff --git a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/block/redstone_dust_up.json b/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/block/redstone_dust_up.json deleted file mode 100644 index 8dac44d0..00000000 --- a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/block/redstone_dust_up.json +++ /dev/null @@ -1,24 +0,0 @@ -{ - "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/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/block/redstone_lamp.json b/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/block/redstone_lamp.json deleted file mode 100644 index 27af8d97..00000000 --- a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/block/redstone_lamp.json +++ /dev/null @@ -1,6 +0,0 @@ -{ - "parent": "block/cube_all", - "textures": { - "all": "block/redstone_lamp" - } -} diff --git a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/block/redstone_lamp_on.json b/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/block/redstone_lamp_on.json deleted file mode 100644 index a9a33596..00000000 --- a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/block/redstone_lamp_on.json +++ /dev/null @@ -1,6 +0,0 @@ -{ - "parent": "block/cube_all", - "textures": { - "all": "block/redstone_lamp_on" - } -} diff --git a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/block/redstone_ore.json b/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/block/redstone_ore.json deleted file mode 100644 index 0e6f94f4..00000000 --- a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/block/redstone_ore.json +++ /dev/null @@ -1,6 +0,0 @@ -{ - "parent": "block/cube_all", - "textures": { - "all": "block/redstone_ore" - } -} diff --git a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/block/redstone_ore_on.json b/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/block/redstone_ore_on.json deleted file mode 100644 index 0e6f94f4..00000000 --- a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/block/redstone_ore_on.json +++ /dev/null @@ -1,6 +0,0 @@ -{ - "parent": "block/cube_all", - "textures": { - "all": "block/redstone_ore" - } -} diff --git a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/block/redstone_torch.json b/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/block/redstone_torch.json deleted file mode 100644 index 7d17c733..00000000 --- a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/block/redstone_torch.json +++ /dev/null @@ -1,6 +0,0 @@ -{ - "parent": "block/template_torch", - "textures": { - "torch": "block/redstone_torch" - } -} diff --git a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/block/redstone_torch_off.json b/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/block/redstone_torch_off.json deleted file mode 100644 index a29dc65a..00000000 --- a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/block/redstone_torch_off.json +++ /dev/null @@ -1,6 +0,0 @@ -{ - "parent": "block/template_torch", - "textures": { - "torch": "block/redstone_torch_off" - } -} diff --git a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/block/redstone_wall_torch.json b/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/block/redstone_wall_torch.json deleted file mode 100644 index 65e65b81..00000000 --- a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/block/redstone_wall_torch.json +++ /dev/null @@ -1,6 +0,0 @@ -{ - "parent": "block/torch_wall", - "textures": { - "torch": "block/redstone_torch" - } -} diff --git a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/block/redstone_wall_torch_off.json b/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/block/redstone_wall_torch_off.json deleted file mode 100644 index bab8fc39..00000000 --- a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/block/redstone_wall_torch_off.json +++ /dev/null @@ -1,6 +0,0 @@ -{ - "parent": "block/torch_wall", - "textures": { - "torch": "block/redstone_torch_off" - } -} diff --git a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/block/repeater_1tick.json b/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/block/repeater_1tick.json deleted file mode 100644 index 8539d997..00000000 --- a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/block/repeater_1tick.json +++ /dev/null @@ -1,44 +0,0 @@ -{ - "ambientocclusion": false, - "textures": { - "particle": "block/repeater", - "slab": "block/smooth_stone", - "top": "block/repeater", - "unlit": "block/redstone_torch_off" - }, - "elements": [ - { "from": [ 0, 0, 0 ], - "to": [ 16, 2, 16 ], - "faces": { - "down": { "uv": [ 0, 0, 16, 16 ], "texture": "#slab", "cullface": "down" }, - "up": { "uv": [ 0, 0, 16, 16 ], "texture": "#top" }, - "north": { "uv": [ 0, 14, 16, 16 ], "texture": "#slab", "cullface": "north" }, - "south": { "uv": [ 0, 14, 16, 16 ], "texture": "#slab", "cullface": "south" }, - "west": { "uv": [ 0, 14, 16, 16 ], "texture": "#slab", "cullface": "west" }, - "east": { "uv": [ 0, 14, 16, 16 ], "texture": "#slab", "cullface": "east" } - } - }, - { "from": [ 7, 2, 6 ], - "to": [ 9, 7, 8 ], - "faces": { - "down": { "uv": [ 7, 13, 9, 15 ], "texture": "#unlit" }, - "up": { "uv": [ 7, 6, 9, 8 ], "texture": "#unlit" }, - "north": { "uv": [ 7, 6, 9, 11 ], "texture": "#unlit" }, - "south": { "uv": [ 7, 6, 9, 11 ], "texture": "#unlit" }, - "west": { "uv": [ 7, 6, 9, 11 ], "texture": "#unlit" }, - "east": { "uv": [ 7, 6, 9, 11 ], "texture": "#unlit" } - } - }, - { "from": [ 7, 2, 2 ], - "to": [ 9, 7, 4 ], - "faces": { - "down": { "uv": [ 7, 13, 9, 15 ], "texture": "#unlit" }, - "up": { "uv": [ 7, 6, 9, 8 ], "texture": "#unlit" }, - "north": { "uv": [ 7, 6, 9, 11 ], "texture": "#unlit" }, - "south": { "uv": [ 7, 6, 9, 11 ], "texture": "#unlit" }, - "west": { "uv": [ 7, 6, 9, 11 ], "texture": "#unlit" }, - "east": { "uv": [ 7, 6, 9, 11 ], "texture": "#unlit" } - } - } - ] -} diff --git a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/block/repeater_1tick_locked.json b/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/block/repeater_1tick_locked.json deleted file mode 100644 index d1457f3d..00000000 --- a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/block/repeater_1tick_locked.json +++ /dev/null @@ -1,45 +0,0 @@ -{ - "ambientocclusion": false, - "textures": { - "particle": "block/repeater", - "slab": "block/smooth_stone", - "top": "block/repeater", - "lock": "block/bedrock", - "unlit": "block/redstone_torch_off" - }, - "elements": [ - { "from": [ 0, 0, 0 ], - "to": [ 16, 2, 16 ], - "faces": { - "down": { "uv": [ 0, 0, 16, 16 ], "texture": "#slab", "cullface": "down" }, - "up": { "uv": [ 0, 0, 16, 16 ], "texture": "#top" }, - "north": { "uv": [ 0, 14, 16, 16 ], "texture": "#slab", "cullface": "north" }, - "south": { "uv": [ 0, 14, 16, 16 ], "texture": "#slab", "cullface": "south" }, - "west": { "uv": [ 0, 14, 16, 16 ], "texture": "#slab", "cullface": "west" }, - "east": { "uv": [ 0, 14, 16, 16 ], "texture": "#slab", "cullface": "east" } - } - }, - { "from": [ 2, 2, 6 ], - "to": [ 14, 4, 8 ], - "faces": { - "down": { "uv": [ 7, 2, 9, 14 ], "texture": "#lock", "rotation": 90 }, - "up": { "uv": [ 7, 2, 9, 14 ], "texture": "#lock", "rotation": 90 }, - "north": { "uv": [ 2, 7, 14, 9 ], "texture": "#lock" }, - "south": { "uv": [ 2, 7, 14, 9 ], "texture": "#lock" }, - "west": { "uv": [ 6, 7, 8, 9 ], "texture": "#lock" }, - "east": { "uv": [ 6, 7, 8, 9 ], "texture": "#lock" } - } - }, - { "from": [ 7, 2, 2 ], - "to": [ 9, 7, 4 ], - "faces": { - "down": { "uv": [ 7, 13, 9, 15 ], "texture": "#unlit" }, - "up": { "uv": [ 7, 6, 9, 8 ], "texture": "#unlit" }, - "north": { "uv": [ 7, 6, 9, 11 ], "texture": "#unlit" }, - "south": { "uv": [ 7, 6, 9, 11 ], "texture": "#unlit" }, - "west": { "uv": [ 7, 6, 9, 11 ], "texture": "#unlit" }, - "east": { "uv": [ 7, 6, 9, 11 ], "texture": "#unlit" } - } - } - ] -} diff --git a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/block/repeater_1tick_on.json b/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/block/repeater_1tick_on.json deleted file mode 100644 index 8123d2cb..00000000 --- a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/block/repeater_1tick_on.json +++ /dev/null @@ -1,62 +0,0 @@ -{ - "ambientocclusion": false, - "textures": { - "particle": "block/repeater_on", - "slab": "block/smooth_stone", - "top": "block/repeater_on", - "lit": "block/redstone_torch" - }, - "elements": [ - { "from": [ 0, 0, 0 ], - "to": [ 16, 2, 16 ], - "faces": { - "down": { "uv": [ 0, 0, 16, 16 ], "texture": "#slab", "cullface": "down" }, - "up": { "uv": [ 0, 0, 16, 16 ], "texture": "#top" }, - "north": { "uv": [ 0, 14, 16, 16 ], "texture": "#slab", "cullface": "north" }, - "south": { "uv": [ 0, 14, 16, 16 ], "texture": "#slab", "cullface": "south" }, - "west": { "uv": [ 0, 14, 16, 16 ], "texture": "#slab", "cullface": "west" }, - "east": { "uv": [ 0, 14, 16, 16 ], "texture": "#slab", "cullface": "east" } - } - }, - { "from": [ 7, 7, 6 ], - "to": [ 9, 7, 8 ], - "faces": { - "up": { "uv": [ 7, 6, 9, 8 ], "texture": "#lit" } - } - }, - { "from": [ 7, 2, 5 ], - "to": [ 9, 8, 9 ], - "faces": { - "west": { "uv": [ 6, 5, 10, 11 ], "texture": "#lit" }, - "east": { "uv": [ 6, 5, 10, 11 ], "texture": "#lit" } - } - }, - { "from": [ 6, 2, 6 ], - "to": [ 10, 8, 8 ], - "faces": { - "north": { "uv": [ 6, 5, 10, 11 ], "texture": "#lit" }, - "south": { "uv": [ 6, 5, 10, 11 ], "texture": "#lit" } - } - }, - { "from": [ 7, 7, 2 ], - "to": [ 9, 7, 4 ], - "faces": { - "up": { "uv": [ 7, 6, 9, 8 ], "texture": "#lit" } - } - }, - { "from": [ 7, 2, 1 ], - "to": [ 9, 8, 5 ], - "faces": { - "west": { "uv": [ 6, 5, 10, 11 ], "texture": "#lit" }, - "east": { "uv": [ 6, 5, 10, 11 ], "texture": "#lit" } - } - }, - { "from": [ 6, 2, 2 ], - "to": [ 10, 8, 4 ], - "faces": { - "north": { "uv": [ 6, 5, 10, 11 ], "texture": "#lit" }, - "south": { "uv": [ 6, 5, 10, 11 ], "texture": "#lit" } - } - } - ] -} diff --git a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/block/repeater_1tick_on_locked.json b/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/block/repeater_1tick_on_locked.json deleted file mode 100644 index 60a40718..00000000 --- a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/block/repeater_1tick_on_locked.json +++ /dev/null @@ -1,54 +0,0 @@ -{ - "ambientocclusion": false, - "textures": { - "particle": "block/repeater_on", - "slab": "block/smooth_stone", - "top": "block/repeater_on", - "lit": "block/redstone_torch", - "lock": "block/bedrock" - }, - "elements": [ - { "from": [ 0, 0, 0 ], - "to": [ 16, 2, 16 ], - "faces": { - "down": { "uv": [ 0, 0, 16, 16 ], "texture": "#slab", "cullface": "down" }, - "up": { "uv": [ 0, 0, 16, 16 ], "texture": "#top" }, - "north": { "uv": [ 0, 14, 16, 16 ], "texture": "#slab", "cullface": "north" }, - "south": { "uv": [ 0, 14, 16, 16 ], "texture": "#slab", "cullface": "south" }, - "west": { "uv": [ 0, 14, 16, 16 ], "texture": "#slab", "cullface": "west" }, - "east": { "uv": [ 0, 14, 16, 16 ], "texture": "#slab", "cullface": "east" } - } - }, - { "from": [ 2, 2, 6 ], - "to": [ 14, 4, 8 ], - "faces": { - "down": { "uv": [ 7, 2, 9, 14 ], "texture": "#lock", "rotation": 90 }, - "up": { "uv": [ 7, 2, 9, 14 ], "texture": "#lock", "rotation": 90 }, - "north": { "uv": [ 2, 7, 14, 9 ], "texture": "#lock" }, - "south": { "uv": [ 2, 7, 14, 9 ], "texture": "#lock" }, - "west": { "uv": [ 6, 7, 8, 9 ], "texture": "#lock" }, - "east": { "uv": [ 6, 7, 8, 9 ], "texture": "#lock" } - } - }, - { "from": [ 7, 7, 2 ], - "to": [ 9, 7, 4 ], - "faces": { - "up": { "uv": [ 7, 6, 9, 8 ], "texture": "#lit" } - } - }, - { "from": [ 7, 2, 1 ], - "to": [ 9, 8, 5 ], - "faces": { - "west": { "uv": [ 6, 5, 10, 11 ], "texture": "#lit" }, - "east": { "uv": [ 6, 5, 10, 11 ], "texture": "#lit" } - } - }, - { "from": [ 6, 2, 2 ], - "to": [ 10, 8, 4 ], - "faces": { - "north": { "uv": [ 6, 5, 10, 11 ], "texture": "#lit" }, - "south": { "uv": [ 6, 5, 10, 11 ], "texture": "#lit" } - } - } - ] -} diff --git a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/block/repeater_2tick.json b/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/block/repeater_2tick.json deleted file mode 100644 index b8323e2b..00000000 --- a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/block/repeater_2tick.json +++ /dev/null @@ -1,44 +0,0 @@ -{ - "ambientocclusion": false, - "textures": { - "particle": "block/repeater", - "slab": "block/smooth_stone", - "top": "block/repeater", - "unlit": "block/redstone_torch_off" - }, - "elements": [ - { "from": [ 0, 0, 0 ], - "to": [ 16, 2, 16 ], - "faces": { - "down": { "uv": [ 0, 0, 16, 16 ], "texture": "#slab", "cullface": "down" }, - "up": { "uv": [ 0, 0, 16, 16 ], "texture": "#top" }, - "north": { "uv": [ 0, 14, 16, 16 ], "texture": "#slab", "cullface": "north" }, - "south": { "uv": [ 0, 14, 16, 16 ], "texture": "#slab", "cullface": "south" }, - "west": { "uv": [ 0, 14, 16, 16 ], "texture": "#slab", "cullface": "west" }, - "east": { "uv": [ 0, 14, 16, 16 ], "texture": "#slab", "cullface": "east" } - } - }, - { "from": [ 7, 2, 8 ], - "to": [ 9, 7, 10 ], - "faces": { - "down": { "uv": [ 7, 13, 9, 15 ], "texture": "#unlit" }, - "up": { "uv": [ 7, 6, 9, 8 ], "texture": "#unlit" }, - "north": { "uv": [ 7, 6, 9, 11 ], "texture": "#unlit" }, - "south": { "uv": [ 7, 6, 9, 11 ], "texture": "#unlit" }, - "west": { "uv": [ 7, 6, 9, 11 ], "texture": "#unlit" }, - "east": { "uv": [ 7, 6, 9, 11 ], "texture": "#unlit" } - } - }, - { "from": [ 7, 2, 2 ], - "to": [ 9, 7, 4 ], - "faces": { - "down": { "uv": [ 7, 13, 9, 15 ], "texture": "#unlit" }, - "up": { "uv": [ 7, 6, 9, 8 ], "texture": "#unlit" }, - "north": { "uv": [ 7, 6, 9, 11 ], "texture": "#unlit" }, - "south": { "uv": [ 7, 6, 9, 11 ], "texture": "#unlit" }, - "west": { "uv": [ 7, 6, 9, 11 ], "texture": "#unlit" }, - "east": { "uv": [ 7, 6, 9, 11 ], "texture": "#unlit" } - } - } - ] -} diff --git a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/block/repeater_2tick_locked.json b/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/block/repeater_2tick_locked.json deleted file mode 100644 index 8dc5975b..00000000 --- a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/block/repeater_2tick_locked.json +++ /dev/null @@ -1,45 +0,0 @@ -{ - "ambientocclusion": false, - "textures": { - "particle": "block/repeater", - "slab": "block/smooth_stone", - "top": "block/repeater", - "lock": "block/bedrock", - "unlit": "block/redstone_torch_off" - }, - "elements": [ - { "from": [ 0, 0, 0 ], - "to": [ 16, 2, 16 ], - "faces": { - "down": { "uv": [ 0, 0, 16, 16 ], "texture": "#slab", "cullface": "down" }, - "up": { "uv": [ 0, 0, 16, 16 ], "texture": "#top" }, - "north": { "uv": [ 0, 14, 16, 16 ], "texture": "#slab", "cullface": "north" }, - "south": { "uv": [ 0, 14, 16, 16 ], "texture": "#slab", "cullface": "south" }, - "west": { "uv": [ 0, 14, 16, 16 ], "texture": "#slab", "cullface": "west" }, - "east": { "uv": [ 0, 14, 16, 16 ], "texture": "#slab", "cullface": "east" } - } - }, - { "from": [ 2, 2, 8 ], - "to": [ 14, 4, 10 ], - "faces": { - "down": { "uv": [ 7, 2, 9, 14 ], "texture": "#lock", "rotation": 90 }, - "up": { "uv": [ 7, 2, 9, 14 ], "texture": "#lock", "rotation": 90 }, - "north": { "uv": [ 2, 7, 14, 9 ], "texture": "#lock" }, - "south": { "uv": [ 2, 7, 14, 9 ], "texture": "#lock" }, - "west": { "uv": [ 6, 7, 8, 9 ], "texture": "#lock" }, - "east": { "uv": [ 6, 7, 8, 9 ], "texture": "#lock" } - } - }, - { "from": [ 7, 2, 2 ], - "to": [ 9, 7, 4 ], - "faces": { - "down": { "uv": [ 7, 13, 9, 15 ], "texture": "#unlit" }, - "up": { "uv": [ 7, 6, 9, 8 ], "texture": "#unlit" }, - "north": { "uv": [ 7, 6, 9, 11 ], "texture": "#unlit" }, - "south": { "uv": [ 7, 6, 9, 11 ], "texture": "#unlit" }, - "west": { "uv": [ 7, 6, 9, 11 ], "texture": "#unlit" }, - "east": { "uv": [ 7, 6, 9, 11 ], "texture": "#unlit" } - } - } - ] -} diff --git a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/block/repeater_2tick_on.json b/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/block/repeater_2tick_on.json deleted file mode 100644 index 11a2bcb1..00000000 --- a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/block/repeater_2tick_on.json +++ /dev/null @@ -1,62 +0,0 @@ -{ - "ambientocclusion": false, - "textures": { - "particle": "block/repeater_on", - "slab": "block/smooth_stone", - "top": "block/repeater_on", - "lit": "block/redstone_torch" - }, - "elements": [ - { "from": [ 0, 0, 0 ], - "to": [ 16, 2, 16 ], - "faces": { - "down": { "uv": [ 0, 0, 16, 16 ], "texture": "#slab", "cullface": "down" }, - "up": { "uv": [ 0, 0, 16, 16 ], "texture": "#top" }, - "north": { "uv": [ 0, 14, 16, 16 ], "texture": "#slab", "cullface": "north" }, - "south": { "uv": [ 0, 14, 16, 16 ], "texture": "#slab", "cullface": "south" }, - "west": { "uv": [ 0, 14, 16, 16 ], "texture": "#slab", "cullface": "west" }, - "east": { "uv": [ 0, 14, 16, 16 ], "texture": "#slab", "cullface": "east" } - } - }, - { "from": [ 7, 7, 8 ], - "to": [ 9, 7, 10 ], - "faces": { - "up": { "uv": [ 7, 6, 9, 8 ], "texture": "#lit" } - } - }, - { "from": [ 7, 2, 7 ], - "to": [ 9, 8, 11 ], - "faces": { - "west": { "uv": [ 6, 5, 10, 11 ], "texture": "#lit" }, - "east": { "uv": [ 6, 5, 10, 11 ], "texture": "#lit" } - } - }, - { "from": [ 6, 2, 8 ], - "to": [ 10, 8, 10 ], - "faces": { - "north": { "uv": [ 6, 5, 10, 11 ], "texture": "#lit" }, - "south": { "uv": [ 6, 5, 10, 11 ], "texture": "#lit" } - } - }, - { "from": [ 7, 7, 2 ], - "to": [ 9, 7, 4 ], - "faces": { - "up": { "uv": [ 7, 6, 9, 8 ], "texture": "#lit" } - } - }, - { "from": [ 7, 2, 1 ], - "to": [ 9, 8, 5 ], - "faces": { - "west": { "uv": [ 6, 5, 10, 11 ], "texture": "#lit" }, - "east": { "uv": [ 6, 5, 10, 11 ], "texture": "#lit" } - } - }, - { "from": [ 6, 2, 2 ], - "to": [ 10, 8, 4 ], - "faces": { - "north": { "uv": [ 6, 5, 10, 11 ], "texture": "#lit" }, - "south": { "uv": [ 6, 5, 10, 11 ], "texture": "#lit" } - } - } - ] -} diff --git a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/block/repeater_2tick_on_locked.json b/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/block/repeater_2tick_on_locked.json deleted file mode 100644 index 12a1cbe8..00000000 --- a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/block/repeater_2tick_on_locked.json +++ /dev/null @@ -1,54 +0,0 @@ -{ - "ambientocclusion": false, - "textures": { - "particle": "block/repeater_on", - "slab": "block/smooth_stone", - "top": "block/repeater_on", - "lit": "block/redstone_torch", - "lock": "block/bedrock" - }, - "elements": [ - { "from": [ 0, 0, 0 ], - "to": [ 16, 2, 16 ], - "faces": { - "down": { "uv": [ 0, 0, 16, 16 ], "texture": "#slab", "cullface": "down" }, - "up": { "uv": [ 0, 0, 16, 16 ], "texture": "#top" }, - "north": { "uv": [ 0, 14, 16, 16 ], "texture": "#slab", "cullface": "north" }, - "south": { "uv": [ 0, 14, 16, 16 ], "texture": "#slab", "cullface": "south" }, - "west": { "uv": [ 0, 14, 16, 16 ], "texture": "#slab", "cullface": "west" }, - "east": { "uv": [ 0, 14, 16, 16 ], "texture": "#slab", "cullface": "east" } - } - }, - { "from": [ 2, 2, 8 ], - "to": [ 14, 4, 10 ], - "faces": { - "down": { "uv": [ 7, 2, 9, 14 ], "texture": "#lock", "rotation": 90 }, - "up": { "uv": [ 7, 2, 9, 14 ], "texture": "#lock", "rotation": 90 }, - "north": { "uv": [ 2, 7, 14, 9 ], "texture": "#lock" }, - "south": { "uv": [ 2, 7, 14, 9 ], "texture": "#lock" }, - "west": { "uv": [ 6, 7, 8, 9 ], "texture": "#lock" }, - "east": { "uv": [ 6, 7, 8, 9 ], "texture": "#lock" } - } - }, - { "from": [ 7, 7, 2 ], - "to": [ 9, 7, 4 ], - "faces": { - "up": { "uv": [ 7, 6, 9, 8 ], "texture": "#lit" } - } - }, - { "from": [ 7, 2, 1 ], - "to": [ 9, 8, 5 ], - "faces": { - "west": { "uv": [ 6, 5, 10, 11 ], "texture": "#lit" }, - "east": { "uv": [ 6, 5, 10, 11 ], "texture": "#lit" } - } - }, - { "from": [ 6, 2, 2 ], - "to": [ 10, 8, 4 ], - "faces": { - "north": { "uv": [ 6, 5, 10, 11 ], "texture": "#lit" }, - "south": { "uv": [ 6, 5, 10, 11 ], "texture": "#lit" } - } - } - ] -} diff --git a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/block/repeater_3tick.json b/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/block/repeater_3tick.json deleted file mode 100644 index e854cc01..00000000 --- a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/block/repeater_3tick.json +++ /dev/null @@ -1,44 +0,0 @@ -{ - "ambientocclusion": false, - "textures": { - "particle": "block/repeater", - "slab": "block/smooth_stone", - "top": "block/repeater", - "unlit": "block/redstone_torch_off" - }, - "elements": [ - { "from": [ 0, 0, 0 ], - "to": [ 16, 2, 16 ], - "faces": { - "down": { "uv": [ 0, 0, 16, 16 ], "texture": "#slab", "cullface": "down" }, - "up": { "uv": [ 0, 0, 16, 16 ], "texture": "#top" }, - "north": { "uv": [ 0, 14, 16, 16 ], "texture": "#slab", "cullface": "north" }, - "south": { "uv": [ 0, 14, 16, 16 ], "texture": "#slab", "cullface": "south" }, - "west": { "uv": [ 0, 14, 16, 16 ], "texture": "#slab", "cullface": "west" }, - "east": { "uv": [ 0, 14, 16, 16 ], "texture": "#slab", "cullface": "east" } - } - }, - { "from": [ 7, 2, 10 ], - "to": [ 9, 7, 12 ], - "faces": { - "down": { "uv": [ 7, 13, 9, 15 ], "texture": "#unlit" }, - "up": { "uv": [ 7, 6, 9, 8 ], "texture": "#unlit" }, - "north": { "uv": [ 7, 6, 9, 11 ], "texture": "#unlit" }, - "south": { "uv": [ 7, 6, 9, 11 ], "texture": "#unlit" }, - "west": { "uv": [ 7, 6, 9, 11 ], "texture": "#unlit" }, - "east": { "uv": [ 7, 6, 9, 11 ], "texture": "#unlit" } - } - }, - { "from": [ 7, 2, 2 ], - "to": [ 9, 7, 4 ], - "faces": { - "down": { "uv": [ 7, 13, 9, 15 ], "texture": "#unlit" }, - "up": { "uv": [ 7, 6, 9, 8 ], "texture": "#unlit" }, - "north": { "uv": [ 7, 6, 9, 11 ], "texture": "#unlit" }, - "south": { "uv": [ 7, 6, 9, 11 ], "texture": "#unlit" }, - "west": { "uv": [ 7, 6, 9, 11 ], "texture": "#unlit" }, - "east": { "uv": [ 7, 6, 9, 11 ], "texture": "#unlit" } - } - } - ] -} diff --git a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/block/repeater_3tick_locked.json b/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/block/repeater_3tick_locked.json deleted file mode 100644 index 6d64a3dc..00000000 --- a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/block/repeater_3tick_locked.json +++ /dev/null @@ -1,45 +0,0 @@ -{ - "ambientocclusion": false, - "textures": { - "particle": "block/repeater", - "slab": "block/smooth_stone", - "top": "block/repeater", - "lock": "block/bedrock", - "unlit": "block/redstone_torch_off" - }, - "elements": [ - { "from": [ 0, 0, 0 ], - "to": [ 16, 2, 16 ], - "faces": { - "down": { "uv": [ 0, 0, 16, 16 ], "texture": "#slab", "cullface": "down" }, - "up": { "uv": [ 0, 0, 16, 16 ], "texture": "#top" }, - "north": { "uv": [ 0, 14, 16, 16 ], "texture": "#slab", "cullface": "north" }, - "south": { "uv": [ 0, 14, 16, 16 ], "texture": "#slab", "cullface": "south" }, - "west": { "uv": [ 0, 14, 16, 16 ], "texture": "#slab", "cullface": "west" }, - "east": { "uv": [ 0, 14, 16, 16 ], "texture": "#slab", "cullface": "east" } - } - }, - { "from": [ 2, 2, 10 ], - "to": [ 14, 4, 12 ], - "faces": { - "down": { "uv": [ 7, 2, 9, 14 ], "texture": "#lock", "rotation": 90 }, - "up": { "uv": [ 7, 2, 9, 14 ], "texture": "#lock", "rotation": 90 }, - "north": { "uv": [ 2, 7, 14, 9 ], "texture": "#lock" }, - "south": { "uv": [ 2, 7, 14, 9 ], "texture": "#lock" }, - "west": { "uv": [ 6, 7, 8, 9 ], "texture": "#lock" }, - "east": { "uv": [ 6, 7, 8, 9 ], "texture": "#lock" } - } - }, - { "from": [ 7, 2, 2 ], - "to": [ 9, 7, 4 ], - "faces": { - "down": { "uv": [ 7, 13, 9, 15 ], "texture": "#unlit" }, - "up": { "uv": [ 7, 6, 9, 8 ], "texture": "#unlit" }, - "north": { "uv": [ 7, 6, 9, 11 ], "texture": "#unlit" }, - "south": { "uv": [ 7, 6, 9, 11 ], "texture": "#unlit" }, - "west": { "uv": [ 7, 6, 9, 11 ], "texture": "#unlit" }, - "east": { "uv": [ 7, 6, 9, 11 ], "texture": "#unlit" } - } - } - ] -} diff --git a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/block/repeater_3tick_on.json b/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/block/repeater_3tick_on.json deleted file mode 100644 index 414032e6..00000000 --- a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/block/repeater_3tick_on.json +++ /dev/null @@ -1,62 +0,0 @@ -{ - "ambientocclusion": false, - "textures": { - "particle": "block/repeater_on", - "slab": "block/smooth_stone", - "top": "block/repeater_on", - "lit": "block/redstone_torch" - }, - "elements": [ - { "from": [ 0, 0, 0 ], - "to": [ 16, 2, 16 ], - "faces": { - "down": { "uv": [ 0, 0, 16, 16 ], "texture": "#slab", "cullface": "down" }, - "up": { "uv": [ 0, 0, 16, 16 ], "texture": "#top" }, - "north": { "uv": [ 0, 14, 16, 16 ], "texture": "#slab", "cullface": "north" }, - "south": { "uv": [ 0, 14, 16, 16 ], "texture": "#slab", "cullface": "south" }, - "west": { "uv": [ 0, 14, 16, 16 ], "texture": "#slab", "cullface": "west" }, - "east": { "uv": [ 0, 14, 16, 16 ], "texture": "#slab", "cullface": "east" } - } - }, - { "from": [ 7, 7, 10 ], - "to": [ 9, 7, 12 ], - "faces": { - "up": { "uv": [ 7, 6, 9, 8 ], "texture": "#lit" } - } - }, - { "from": [ 7, 2, 9 ], - "to": [ 9, 8, 13 ], - "faces": { - "west": { "uv": [ 6, 5, 10, 11 ], "texture": "#lit" }, - "east": { "uv": [ 6, 5, 10, 11 ], "texture": "#lit" } - } - }, - { "from": [ 6, 2, 10 ], - "to": [ 10, 8, 12 ], - "faces": { - "north": { "uv": [ 6, 5, 10, 11 ], "texture": "#lit" }, - "south": { "uv": [ 6, 5, 10, 11 ], "texture": "#lit" } - } - }, - { "from": [ 7, 7, 2 ], - "to": [ 9, 7, 4 ], - "faces": { - "up": { "uv": [ 7, 6, 9, 8 ], "texture": "#lit" } - } - }, - { "from": [ 7, 2, 1 ], - "to": [ 9, 8, 5 ], - "faces": { - "west": { "uv": [ 6, 5, 10, 11 ], "texture": "#lit" }, - "east": { "uv": [ 6, 5, 10, 11 ], "texture": "#lit" } - } - }, - { "from": [ 6, 2, 2 ], - "to": [ 10, 8, 4 ], - "faces": { - "north": { "uv": [ 6, 5, 10, 11 ], "texture": "#lit" }, - "south": { "uv": [ 6, 5, 10, 11 ], "texture": "#lit" } - } - } - ] -} diff --git a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/block/repeater_3tick_on_locked.json b/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/block/repeater_3tick_on_locked.json deleted file mode 100644 index 5c21a323..00000000 --- a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/block/repeater_3tick_on_locked.json +++ /dev/null @@ -1,54 +0,0 @@ -{ - "ambientocclusion": false, - "textures": { - "particle": "block/repeater_on", - "slab": "block/smooth_stone", - "top": "block/repeater_on", - "lit": "block/redstone_torch", - "lock": "block/bedrock" - }, - "elements": [ - { "from": [ 0, 0, 0 ], - "to": [ 16, 2, 16 ], - "faces": { - "down": { "uv": [ 0, 0, 16, 16 ], "texture": "#slab", "cullface": "down" }, - "up": { "uv": [ 0, 0, 16, 16 ], "texture": "#top" }, - "north": { "uv": [ 0, 14, 16, 16 ], "texture": "#slab", "cullface": "north" }, - "south": { "uv": [ 0, 14, 16, 16 ], "texture": "#slab", "cullface": "south" }, - "west": { "uv": [ 0, 14, 16, 16 ], "texture": "#slab", "cullface": "west" }, - "east": { "uv": [ 0, 14, 16, 16 ], "texture": "#slab", "cullface": "east" } - } - }, - { "from": [ 2, 2, 10 ], - "to": [ 14, 4, 12 ], - "faces": { - "down": { "uv": [ 7, 2, 9, 14 ], "texture": "#lock", "rotation": 90 }, - "up": { "uv": [ 7, 2, 9, 14 ], "texture": "#lock", "rotation": 90 }, - "north": { "uv": [ 2, 7, 14, 9 ], "texture": "#lock" }, - "south": { "uv": [ 2, 7, 14, 9 ], "texture": "#lock" }, - "west": { "uv": [ 6, 7, 8, 9 ], "texture": "#lock" }, - "east": { "uv": [ 6, 7, 8, 9 ], "texture": "#lock" } - } - }, - { "from": [ 7, 7, 2 ], - "to": [ 9, 7, 4 ], - "faces": { - "up": { "uv": [ 7, 6, 9, 8 ], "texture": "#lit" } - } - }, - { "from": [ 7, 2, 1 ], - "to": [ 9, 8, 5 ], - "faces": { - "west": { "uv": [ 6, 5, 10, 11 ], "texture": "#lit" }, - "east": { "uv": [ 6, 5, 10, 11 ], "texture": "#lit" } - } - }, - { "from": [ 6, 2, 2 ], - "to": [ 10, 8, 4 ], - "faces": { - "north": { "uv": [ 6, 5, 10, 11 ], "texture": "#lit" }, - "south": { "uv": [ 6, 5, 10, 11 ], "texture": "#lit" } - } - } - ] -} diff --git a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/block/repeater_4tick.json b/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/block/repeater_4tick.json deleted file mode 100644 index a708a44f..00000000 --- a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/block/repeater_4tick.json +++ /dev/null @@ -1,44 +0,0 @@ -{ - "ambientocclusion": false, - "textures": { - "particle": "block/repeater", - "slab": "block/smooth_stone", - "top": "block/repeater", - "unlit": "block/redstone_torch_off" - }, - "elements": [ - { "from": [ 0, 0, 0 ], - "to": [ 16, 2, 16 ], - "faces": { - "down": { "uv": [ 0, 0, 16, 16 ], "texture": "#slab", "cullface": "down" }, - "up": { "uv": [ 0, 0, 16, 16 ], "texture": "#top" }, - "north": { "uv": [ 0, 14, 16, 16 ], "texture": "#slab", "cullface": "north" }, - "south": { "uv": [ 0, 14, 16, 16 ], "texture": "#slab", "cullface": "south" }, - "west": { "uv": [ 0, 14, 16, 16 ], "texture": "#slab", "cullface": "west" }, - "east": { "uv": [ 0, 14, 16, 16 ], "texture": "#slab", "cullface": "east" } - } - }, - { "from": [ 7, 2, 12 ], - "to": [ 9, 7, 14 ], - "faces": { - "down": { "uv": [ 7, 13, 9, 15 ], "texture": "#unlit" }, - "up": { "uv": [ 7, 6, 9, 8 ], "texture": "#unlit" }, - "north": { "uv": [ 7, 6, 9, 11 ], "texture": "#unlit" }, - "south": { "uv": [ 7, 6, 9, 11 ], "texture": "#unlit" }, - "west": { "uv": [ 7, 6, 9, 11 ], "texture": "#unlit" }, - "east": { "uv": [ 7, 6, 9, 11 ], "texture": "#unlit" } - } - }, - { "from": [ 7, 2, 2 ], - "to": [ 9, 7, 4 ], - "faces": { - "down": { "uv": [ 7, 13, 9, 15 ], "texture": "#unlit" }, - "up": { "uv": [ 7, 6, 9, 8 ], "texture": "#unlit" }, - "north": { "uv": [ 7, 6, 9, 11 ], "texture": "#unlit" }, - "south": { "uv": [ 7, 6, 9, 11 ], "texture": "#unlit" }, - "west": { "uv": [ 7, 6, 9, 11 ], "texture": "#unlit" }, - "east": { "uv": [ 7, 6, 9, 11 ], "texture": "#unlit" } - } - } - ] -} diff --git a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/block/repeater_4tick_locked.json b/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/block/repeater_4tick_locked.json deleted file mode 100644 index fac32c88..00000000 --- a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/block/repeater_4tick_locked.json +++ /dev/null @@ -1,45 +0,0 @@ -{ - "ambientocclusion": false, - "textures": { - "particle": "block/repeater", - "slab": "block/smooth_stone", - "top": "block/repeater", - "lock": "block/bedrock", - "unlit": "block/redstone_torch_off" - }, - "elements": [ - { "from": [ 0, 0, 0 ], - "to": [ 16, 2, 16 ], - "faces": { - "down": { "uv": [ 0, 0, 16, 16 ], "texture": "#slab", "cullface": "down" }, - "up": { "uv": [ 0, 0, 16, 16 ], "texture": "#top" }, - "north": { "uv": [ 0, 14, 16, 16 ], "texture": "#slab", "cullface": "north" }, - "south": { "uv": [ 0, 14, 16, 16 ], "texture": "#slab", "cullface": "south" }, - "west": { "uv": [ 0, 14, 16, 16 ], "texture": "#slab", "cullface": "west" }, - "east": { "uv": [ 0, 14, 16, 16 ], "texture": "#slab", "cullface": "east" } - } - }, - { "from": [ 2, 2, 12 ], - "to": [ 14, 4, 14 ], - "faces": { - "down": { "uv": [ 7, 2, 9, 14 ], "texture": "#lock", "rotation": 90 }, - "up": { "uv": [ 7, 2, 9, 14 ], "texture": "#lock", "rotation": 90 }, - "north": { "uv": [ 2, 7, 14, 9 ], "texture": "#lock" }, - "south": { "uv": [ 2, 7, 14, 9 ], "texture": "#lock" }, - "west": { "uv": [ 6, 7, 8, 9 ], "texture": "#lock" }, - "east": { "uv": [ 6, 7, 8, 9 ], "texture": "#lock" } - } - }, - { "from": [ 7, 2, 2 ], - "to": [ 9, 7, 4 ], - "faces": { - "down": { "uv": [ 7, 13, 9, 15 ], "texture": "#unlit" }, - "up": { "uv": [ 7, 6, 9, 8 ], "texture": "#unlit" }, - "north": { "uv": [ 7, 6, 9, 11 ], "texture": "#unlit" }, - "south": { "uv": [ 7, 6, 9, 11 ], "texture": "#unlit" }, - "west": { "uv": [ 7, 6, 9, 11 ], "texture": "#unlit" }, - "east": { "uv": [ 7, 6, 9, 11 ], "texture": "#unlit" } - } - } - ] -} diff --git a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/block/repeater_4tick_on.json b/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/block/repeater_4tick_on.json deleted file mode 100644 index 4e081aa8..00000000 --- a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/block/repeater_4tick_on.json +++ /dev/null @@ -1,62 +0,0 @@ -{ - "ambientocclusion": false, - "textures": { - "particle": "block/repeater_on", - "slab": "block/smooth_stone", - "top": "block/repeater_on", - "lit": "block/redstone_torch" - }, - "elements": [ - { "from": [ 0, 0, 0 ], - "to": [ 16, 2, 16 ], - "faces": { - "down": { "uv": [ 0, 0, 16, 16 ], "texture": "#slab", "cullface": "down" }, - "up": { "uv": [ 0, 0, 16, 16 ], "texture": "#top" }, - "north": { "uv": [ 0, 14, 16, 16 ], "texture": "#slab", "cullface": "north" }, - "south": { "uv": [ 0, 14, 16, 16 ], "texture": "#slab", "cullface": "south" }, - "west": { "uv": [ 0, 14, 16, 16 ], "texture": "#slab", "cullface": "west" }, - "east": { "uv": [ 0, 14, 16, 16 ], "texture": "#slab", "cullface": "east" } - } - }, - { "from": [ 7, 7, 12 ], - "to": [ 9, 7, 14 ], - "faces": { - "up": { "uv": [ 7, 6, 9, 8 ], "texture": "#lit" } - } - }, - { "from": [ 7, 2, 11 ], - "to": [ 9, 8, 15 ], - "faces": { - "west": { "uv": [ 6, 5, 10, 11 ], "texture": "#lit" }, - "east": { "uv": [ 6, 5, 10, 11 ], "texture": "#lit" } - } - }, - { "from": [ 6, 2, 12 ], - "to": [ 10, 8, 14 ], - "faces": { - "north": { "uv": [ 6, 5, 10, 11 ], "texture": "#lit" }, - "south": { "uv": [ 6, 5, 10, 11 ], "texture": "#lit" } - } - }, - { "from": [ 7, 7, 2 ], - "to": [ 9, 7, 4 ], - "faces": { - "up": { "uv": [ 7, 6, 9, 8 ], "texture": "#lit" } - } - }, - { "from": [ 7, 2, 1 ], - "to": [ 9, 8, 5 ], - "faces": { - "west": { "uv": [ 6, 5, 10, 11 ], "texture": "#lit" }, - "east": { "uv": [ 6, 5, 10, 11 ], "texture": "#lit" } - } - }, - { "from": [ 6, 2, 2 ], - "to": [ 10, 8, 4 ], - "faces": { - "north": { "uv": [ 6, 5, 10, 11 ], "texture": "#lit" }, - "south": { "uv": [ 6, 5, 10, 11 ], "texture": "#lit" } - } - } - ] -} diff --git a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/block/repeater_4tick_on_locked.json b/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/block/repeater_4tick_on_locked.json deleted file mode 100644 index fcdd6448..00000000 --- a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/block/repeater_4tick_on_locked.json +++ /dev/null @@ -1,54 +0,0 @@ -{ - "ambientocclusion": false, - "textures": { - "particle": "block/repeater_on", - "slab": "block/smooth_stone", - "top": "block/repeater_on", - "lit": "block/redstone_torch", - "lock": "block/bedrock" - }, - "elements": [ - { "from": [ 0, 0, 0 ], - "to": [ 16, 2, 16 ], - "faces": { - "down": { "uv": [ 0, 0, 16, 16 ], "texture": "#slab", "cullface": "down" }, - "up": { "uv": [ 0, 0, 16, 16 ], "texture": "#top" }, - "north": { "uv": [ 0, 14, 16, 16 ], "texture": "#slab", "cullface": "north" }, - "south": { "uv": [ 0, 14, 16, 16 ], "texture": "#slab", "cullface": "south" }, - "west": { "uv": [ 0, 14, 16, 16 ], "texture": "#slab", "cullface": "west" }, - "east": { "uv": [ 0, 14, 16, 16 ], "texture": "#slab", "cullface": "east" } - } - }, - { "from": [ 2, 2, 12 ], - "to": [ 14, 4, 14 ], - "faces": { - "down": { "uv": [ 7, 2, 9, 14 ], "texture": "#lock", "rotation": 90 }, - "up": { "uv": [ 7, 2, 9, 14 ], "texture": "#lock", "rotation": 90 }, - "north": { "uv": [ 2, 7, 14, 9 ], "texture": "#lock" }, - "south": { "uv": [ 2, 7, 14, 9 ], "texture": "#lock" }, - "west": { "uv": [ 6, 7, 8, 9 ], "texture": "#lock" }, - "east": { "uv": [ 6, 7, 8, 9 ], "texture": "#lock" } - } - }, - { "from": [ 7, 7, 2 ], - "to": [ 9, 7, 4 ], - "faces": { - "up": { "uv": [ 7, 6, 9, 8 ], "texture": "#lit" } - } - }, - { "from": [ 7, 2, 1 ], - "to": [ 9, 8, 5 ], - "faces": { - "west": { "uv": [ 6, 5, 10, 11 ], "texture": "#lit" }, - "east": { "uv": [ 6, 5, 10, 11 ], "texture": "#lit" } - } - }, - { "from": [ 6, 2, 2 ], - "to": [ 10, 8, 4 ], - "faces": { - "north": { "uv": [ 6, 5, 10, 11 ], "texture": "#lit" }, - "south": { "uv": [ 6, 5, 10, 11 ], "texture": "#lit" } - } - } - ] -} diff --git a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/block/repeating_command_block.json b/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/block/repeating_command_block.json deleted file mode 100644 index 6c51bf02..00000000 --- a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/block/repeating_command_block.json +++ /dev/null @@ -1,12 +0,0 @@ -{ - "parent": "block/cube_directional", - "textures": { - "particle": "block/repeating_command_block_back", - "down": "block/repeating_command_block_side", - "up": "block/repeating_command_block_side", - "north": "block/repeating_command_block_front", - "east": "block/repeating_command_block_side", - "south": "block/repeating_command_block_back", - "west": "block/repeating_command_block_side" - } -} diff --git a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/block/repeating_command_block_conditional.json b/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/block/repeating_command_block_conditional.json deleted file mode 100644 index ab17b41b..00000000 --- a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/block/repeating_command_block_conditional.json +++ /dev/null @@ -1,12 +0,0 @@ -{ - "parent": "block/cube_directional", - "textures": { - "particle": "block/repeating_command_block_back", - "down": "block/repeating_command_block_conditional", - "up": "block/repeating_command_block_conditional", - "north": "block/repeating_command_block_front", - "east": "block/repeating_command_block_conditional", - "south": "block/repeating_command_block_back", - "west": "block/repeating_command_block_conditional" - } -} diff --git a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/block/rose_bush_bottom.json b/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/block/rose_bush_bottom.json deleted file mode 100644 index 2a6fe0c6..00000000 --- a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/block/rose_bush_bottom.json +++ /dev/null @@ -1,6 +0,0 @@ -{ - "parent": "block/cross", - "textures": { - "cross": "block/rose_bush_bottom" - } -} diff --git a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/block/rose_bush_top.json b/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/block/rose_bush_top.json deleted file mode 100644 index ca3dce47..00000000 --- a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/block/rose_bush_top.json +++ /dev/null @@ -1,6 +0,0 @@ -{ - "parent": "block/cross", - "textures": { - "cross": "block/rose_bush_top" - } -} diff --git a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/block/sand.json b/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/block/sand.json deleted file mode 100644 index ce575a56..00000000 --- a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/block/sand.json +++ /dev/null @@ -1,6 +0,0 @@ -{ - "parent": "block/cube_all", - "textures": { - "all": "block/sand" - } -} diff --git a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/block/sandstone.json b/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/block/sandstone.json deleted file mode 100644 index 4326a4a6..00000000 --- a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/block/sandstone.json +++ /dev/null @@ -1,8 +0,0 @@ -{ - "parent": "block/cube_bottom_top", - "textures": { - "bottom": "block/sandstone_bottom", - "top": "block/sandstone_top", - "side": "block/sandstone" - } -} diff --git a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/block/sandstone_slab.json b/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/block/sandstone_slab.json deleted file mode 100644 index e8b91ea4..00000000 --- a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/block/sandstone_slab.json +++ /dev/null @@ -1,8 +0,0 @@ -{ - "parent": "block/slab", - "textures": { - "bottom": "block/sandstone_bottom", - "top": "block/sandstone_top", - "side": "block/sandstone" - } -} diff --git a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/block/sandstone_slab_top.json b/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/block/sandstone_slab_top.json deleted file mode 100644 index 1b6e7cfd..00000000 --- a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/block/sandstone_slab_top.json +++ /dev/null @@ -1,8 +0,0 @@ -{ - "parent": "block/slab_top", - "textures": { - "bottom": "block/sandstone_bottom", - "top": "block/sandstone_top", - "side": "block/sandstone" - } -} diff --git a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/block/sandstone_stairs.json b/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/block/sandstone_stairs.json deleted file mode 100644 index 633ef4dd..00000000 --- a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/block/sandstone_stairs.json +++ /dev/null @@ -1,8 +0,0 @@ -{ - "parent": "block/stairs", - "textures": { - "bottom": "block/sandstone_bottom", - "top": "block/sandstone_top", - "side": "block/sandstone" - } -} diff --git a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/block/sandstone_stairs_inner.json b/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/block/sandstone_stairs_inner.json deleted file mode 100644 index fe379571..00000000 --- a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/block/sandstone_stairs_inner.json +++ /dev/null @@ -1,8 +0,0 @@ -{ - "parent": "block/inner_stairs", - "textures": { - "bottom": "block/sandstone_bottom", - "top": "block/sandstone_top", - "side": "block/sandstone" - } -} diff --git a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/block/sandstone_stairs_outer.json b/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/block/sandstone_stairs_outer.json deleted file mode 100644 index ab0b590e..00000000 --- a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/block/sandstone_stairs_outer.json +++ /dev/null @@ -1,8 +0,0 @@ -{ - "parent": "block/outer_stairs", - "textures": { - "bottom": "block/sandstone_bottom", - "top": "block/sandstone_top", - "side": "block/sandstone" - } -} diff --git a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/block/sandstone_wall_inventory.json b/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/block/sandstone_wall_inventory.json deleted file mode 100644 index 3a6b4da4..00000000 --- a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/block/sandstone_wall_inventory.json +++ /dev/null @@ -1,6 +0,0 @@ -{ - "parent": "block/wall_inventory", - "textures": { - "wall": "block/sandstone" - } -} diff --git a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/block/sandstone_wall_post.json b/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/block/sandstone_wall_post.json deleted file mode 100644 index d3163154..00000000 --- a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/block/sandstone_wall_post.json +++ /dev/null @@ -1,6 +0,0 @@ -{ - "parent": "block/template_wall_post", - "textures": { - "wall": "block/sandstone" - } -} diff --git a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/block/sandstone_wall_side.json b/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/block/sandstone_wall_side.json deleted file mode 100644 index 04f46f2d..00000000 --- a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/block/sandstone_wall_side.json +++ /dev/null @@ -1,6 +0,0 @@ -{ - "parent": "block/template_wall_side", - "textures": { - "wall": "block/sandstone" - } -} diff --git a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/block/scaffolding_stable.json b/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/block/scaffolding_stable.json deleted file mode 100644 index bbcb6c4e..00000000 --- a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/block/scaffolding_stable.json +++ /dev/null @@ -1,99 +0,0 @@ -{ - "parent": "block/block", - "textures": { - "particle": "block/scaffolding_top", - "top": "block/scaffolding_top", - "side": "block/scaffolding_side", - "bottom": "block/scaffolding_bottom" - }, - "elements": [ - { - "from": [0, 15.99, 0], - "to": [16, 16, 16], - "faces": { - "up": { "texture": "#top", "cullface": "up" }, - "down": { "texture": "#top", "uv": [0, 16, 16, 0] } - } - }, - { - "from": [0, 0, 0], - "to": [2, 16, 2], - "faces": { - "north": { "texture": "#side", "cullface": "north" }, - "east": { "texture": "#side" }, - "south": { "texture": "#side" }, - "west": { "texture": "#side", "cullface": "west" }, - "down": { "texture": "#bottom", "cullface": "down" } - } - }, - { - "from": [0, 0, 14], - "to": [2, 16, 16], - "faces": { - "north": { "texture": "#side" }, - "east": { "texture": "#side" }, - "south": { "texture": "#side", "cullface": "south" }, - "west": { "texture": "#side", "cullface": "west" }, - "down": { "texture": "#bottom", "cullface": "down" } - } - }, - { - "from": [14, 0, 14], - "to": [16, 16, 16], - "faces": { - "north": { "texture": "#side" }, - "east": { "texture": "#side", "cullface": "east" }, - "south": { "texture": "#side", "cullface": "south" }, - "west": { "texture": "#side" }, - "down": { "texture": "#bottom", "cullface": "down" } - } - }, - { - "from": [14, 0, 0], - "to": [16, 16, 2], - "faces": { - "north": { "texture": "#side", "cullface": "north" }, - "east": { "texture": "#side", "cullface": "east" }, - "south": { "texture": "#side" }, - "west": { "texture": "#side" }, - "down": { "texture": "#bottom", "cullface": "down" } - } - }, - { - "from": [2, 14, 0], - "to": [14, 16, 2], - "faces": { - "north": { "texture": "#side", "cullface": "north" }, - "south": { "texture": "#side", "uv": [2, 2, 14, 4] }, - "down": { "texture": "#bottom" } - } - }, - { - "from": [2, 14, 14], - "to": [14, 16, 16], - "faces": { - "north": { "texture": "#side", "uv": [14, 0, 2, 2] }, - "south": { "texture": "#side", "cullface": "south" }, - "down": { "texture": "#bottom" } - } - }, - { - "from": [14, 14, 2], - "to": [16, 16, 14], - "faces": { - "east": { "texture": "#side", "uv": [14, 0, 2, 2], "cullface": "east" }, - "west": { "texture": "#side", "uv": [14, 2, 2, 4] }, - "down": { "texture": "#bottom" } - } - }, - { - "from": [0, 14, 2], - "to": [2, 16, 14], - "faces": { - "east": { "texture": "#side" }, - "west": { "texture": "#side", "uv": [14, 0, 2, 2], "cullface": "west" }, - "down": { "texture": "#bottom" } - } - } - ] -} diff --git a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/block/scaffolding_unstable.json b/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/block/scaffolding_unstable.json deleted file mode 100644 index f5d64e3c..00000000 --- a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/block/scaffolding_unstable.json +++ /dev/null @@ -1,143 +0,0 @@ -{ - "parent": "block/block", - "textures": { - "particle": "block/scaffolding_top", - "top": "block/scaffolding_top", - "side": "block/scaffolding_side", - "bottom": "block/scaffolding_bottom" - }, - "elements": [ - { - "from": [0, 15.99, 0], - "to": [16, 16, 16], - "faces": { - "up": { "texture": "#top", "cullface": "up" }, - "down": { "texture": "#top", "uv": [0, 16, 16, 0] } - } - }, - { - "from": [0, 0, 0], - "to": [2, 16, 2], - "faces": { - "north": { "texture": "#side", "cullface": "north" }, - "east": { "texture": "#side" }, - "south": { "texture": "#side" }, - "west": { "texture": "#side", "cullface": "west" }, - "down": { "texture": "#bottom", "cullface": "down" } - } - }, - { - "from": [0, 0, 14], - "to": [2, 16, 16], - "faces": { - "north": { "texture": "#side" }, - "east": { "texture": "#side" }, - "south": { "texture": "#side", "cullface": "south" }, - "west": { "texture": "#side", "cullface": "west" }, - "down": { "texture": "#bottom", "cullface": "down" } - } - }, - { - "from": [14, 0, 14], - "to": [16, 16, 16], - "faces": { - "north": { "texture": "#side" }, - "east": { "texture": "#side", "cullface": "east" }, - "south": { "texture": "#side", "cullface": "south" }, - "west": { "texture": "#side" }, - "down": { "texture": "#bottom", "cullface": "down" } - } - }, - { - "from": [14, 0, 0], - "to": [16, 16, 2], - "faces": { - "north": { "texture": "#side", "cullface": "north" }, - "east": { "texture": "#side", "cullface": "east" }, - "south": { "texture": "#side" }, - "west": { "texture": "#side" }, - "down": { "texture": "#bottom", "cullface": "down" } - } - }, - { - "from": [2, 14, 0], - "to": [14, 16, 2], - "faces": { - "north": { "texture": "#side", "cullface": "north" }, - "south": { "texture": "#side", "uv": [2, 2, 14, 4] }, - "down": { "texture": "#bottom" } - } - }, - { - "from": [2, 14, 14], - "to": [14, 16, 16], - "faces": { - "north": { "texture": "#side", "uv": [14, 0, 2, 2] }, - "south": { "texture": "#side", "cullface": "south" }, - "down": { "texture": "#bottom" } - } - }, - { - "from": [14, 14, 2], - "to": [16, 16, 14], - "faces": { - "east": { "texture": "#side", "uv": [14, 0, 2, 2], "cullface": "east" }, - "west": { "texture": "#side", "uv": [14, 2, 2, 4] }, - "down": { "texture": "#bottom" } - } - }, - { - "from": [0, 14, 2], - "to": [2, 16, 14], - "faces": { - "east": { "texture": "#side" }, - "west": { "texture": "#side", "uv": [14, 0, 2, 2], "cullface": "west" }, - "down": { "texture": "#bottom" } - } - }, - { - "from": [0, 1.99, 0], - "to": [16, 2, 16], - "faces": { - "up": { "texture": "#top"}, - "down": { "uv": [0, 16, 16, 0], "texture": "#top" } - } - }, - { - "from": [2, 0, 0], - "to": [14, 2, 2], - "faces": { - "north": { "texture": "#side", "uv": [2, 0, 14, 2] , "cullface": "north" }, - "south": { "texture": "#side", "uv": [2, 2, 14, 4] }, - "down": { "texture": "#bottom", "cullface": "bottom" } - } - }, - { - "from": [2, 0, 14], - "to": [14, 2, 16], - "faces": { - "north": { "texture": "#side", "uv": [14, 0, 2, 2] }, - "south": { "texture": "#side", "uv": [2, 0, 14, 2] , "cullface": "south" }, - "down": { "texture": "#bottom", "cullface": "bottom" } - } - }, - { - "from": [14, 0, 2], - "to": [16, 2, 14], - "faces": { - "east": { "texture": "#side", "uv": [14, 0, 2, 2], "cullface": "east"}, - "west": { "texture": "#side", "uv": [14, 2, 2, 4] }, - "down": { "texture": "#bottom", "cullface": "bottom" } - } - }, - { - "from": [0, 0, 2], - "to": [2, 2, 14], - "faces": { - "east": { "texture": "#side", "uv": [2, 0, 14, 2] }, - "west": { "texture": "#side", "uv": [14, 0, 2, 2], "cullface": "west" }, - "down": { "texture": "#bottom", "cullface": "bottom" } - } - } - ] -} \ No newline at end of file diff --git a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/block/sea_lantern.json b/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/block/sea_lantern.json deleted file mode 100644 index 32ff0c1d..00000000 --- a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/block/sea_lantern.json +++ /dev/null @@ -1,6 +0,0 @@ -{ - "parent": "block/cube_all", - "textures": { - "all": "block/sea_lantern" - } -} diff --git a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/block/sea_pickle.json b/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/block/sea_pickle.json deleted file mode 100644 index 9c5a81ba..00000000 --- a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/block/sea_pickle.json +++ /dev/null @@ -1,47 +0,0 @@ -{ - "parent": "block/block", - "textures": { - "particle": "block/sea_pickle", - "all": "block/sea_pickle" - }, - "elements": [ - { "from": [ 6, 0, 6 ], - "to": [ 10, 6, 10 ], - "faces": { - "down": { "uv": [ 8, 1, 12, 5 ], "texture": "#all", "cullface": "down" }, - "up": { "uv": [ 4, 1, 8, 5 ], "texture": "#all" }, - "north": { "uv": [ 4, 5, 8, 11 ], "texture": "#all" }, - "south": { "uv": [ 0, 5, 4, 11 ], "texture": "#all" }, - "west": { "uv": [ 8, 5, 12, 11 ], "texture": "#all" }, - "east": { "uv": [ 12, 5, 16, 11 ], "texture": "#all" } - } - }, - { - "from": [ 6, 5.95, 6 ], - "to": [ 10, 5.95, 10 ], - "faces": { - "up": {"uv": [ 8, 1, 12, 5 ], "texture": "#all"} - } - }, - { - "from": [ 7.5, 5.2, 8 ], - "to": [ 8.5, 8.7, 8 ], - "rotation": { "origin": [ 8, 8, 8 ], "axis": "y", "angle": 45, "rescale": true }, - "shade": false, - "faces": { - "north": { "uv": [ 1, 0, 3, 5 ], "texture": "#all" }, - "south": { "uv": [ 13, 0, 15, 5 ], "texture": "#all" } - } - }, - { - "from": [ 8, 5.2, 7.5 ], - "to": [ 8, 8.7, 8.5 ], - "rotation": { "origin": [ 8, 8, 8 ], "axis": "y", "angle": 45, "rescale": true }, - "shade": false, - "faces": { - "west": { "uv": [ 1, 0, 3, 5 ], "texture": "#all" }, - "east": { "uv": [ 13, 0, 15, 5 ], "texture": "#all" } - } - } - ] -} diff --git a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/block/seagrass.json b/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/block/seagrass.json deleted file mode 100644 index c8c8edf7..00000000 --- a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/block/seagrass.json +++ /dev/null @@ -1,42 +0,0 @@ -{ - "parent": "block/block", - "ambientocclusion": false, - "textures": { - "seagrass": "block/seagrass", - "particle": "block/seagrass" - }, - "elements": [ - { "from": [ 0, 0, 4 ], - "to": [ 16, 16, 4 ], - "shade": false, - "faces": { - "north": { "uv": [ 0, 0, 16, 16 ], "texture": "#seagrass", "tintindex": 0 }, - "south": { "uv": [ 0, 0, 16, 16 ], "texture": "#seagrass", "tintindex": 0 } - } - }, - { "from": [ 12, 0, 0 ], - "to": [ 12, 16, 16 ], - "shade": false, - "faces": { - "west": { "uv": [ 0, 0, 16, 16 ], "texture": "#seagrass", "tintindex": 0 }, - "east": { "uv": [ 0, 0, 16, 16 ], "texture": "#seagrass", "tintindex": 0 } - } - }, - { "from": [ 4, 0, 0 ], - "to": [ 4, 16, 16 ], - "shade": false, - "faces": { - "west": { "uv": [ 0, 0, 16, 16 ], "texture": "#seagrass", "tintindex": 0 }, - "east": { "uv": [ 0, 0, 16, 16 ], "texture": "#seagrass", "tintindex": 0 } - } - }, - { "from": [ 0, 0, 12 ], - "to": [ 16, 16, 12 ], - "shade": false, - "faces": { - "north": { "uv": [ 0, 0, 16, 16 ], "texture": "#seagrass", "tintindex": 0 }, - "south": { "uv": [ 0, 0, 16, 16 ], "texture": "#seagrass", "tintindex": 0 } - } - } - ] -} diff --git a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/block/shulker_box.json b/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/block/shulker_box.json deleted file mode 100644 index f1a3072e..00000000 --- a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/block/shulker_box.json +++ /dev/null @@ -1,5 +0,0 @@ -{ - "textures": { - "particle": "block/shulker_box" - } -} diff --git a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/block/sign.json b/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/block/sign.json deleted file mode 100644 index a3ee2504..00000000 --- a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/block/sign.json +++ /dev/null @@ -1,6 +0,0 @@ -{ - "textures": { - "particle": "block/oak_planks" - } -} - diff --git a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/block/skull.json b/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/block/skull.json deleted file mode 100644 index a597d83e..00000000 --- a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/block/skull.json +++ /dev/null @@ -1,5 +0,0 @@ -{ - "textures": { - "particle": "block/soul_sand" - } -} diff --git a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/block/slab.json b/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/block/slab.json deleted file mode 100644 index 1eadc701..00000000 --- a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/block/slab.json +++ /dev/null @@ -1,18 +0,0 @@ -{ "parent": "block/block", - "textures": { - "particle": "#side" - }, - "elements": [ - { "from": [ 0, 0, 0 ], - "to": [ 16, 8, 16 ], - "faces": { - "down": { "uv": [ 0, 0, 16, 16 ], "texture": "#bottom", "cullface": "down" }, - "up": { "uv": [ 0, 0, 16, 16 ], "texture": "#top" }, - "north": { "uv": [ 0, 8, 16, 16 ], "texture": "#side", "cullface": "north" }, - "south": { "uv": [ 0, 8, 16, 16 ], "texture": "#side", "cullface": "south" }, - "west": { "uv": [ 0, 8, 16, 16 ], "texture": "#side", "cullface": "west" }, - "east": { "uv": [ 0, 8, 16, 16 ], "texture": "#side", "cullface": "east" } - } - } - ] -} diff --git a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/block/slab_top.json b/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/block/slab_top.json deleted file mode 100644 index e21eb932..00000000 --- a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/block/slab_top.json +++ /dev/null @@ -1,18 +0,0 @@ -{ - "textures": { - "particle": "#side" - }, - "elements": [ - { "from": [ 0, 8, 0 ], - "to": [ 16, 16, 16 ], - "faces": { - "down": { "uv": [ 0, 0, 16, 16 ], "texture": "#bottom" }, - "up": { "uv": [ 0, 0, 16, 16 ], "texture": "#top", "cullface": "up" }, - "north": { "uv": [ 0, 0, 16, 8 ], "texture": "#side", "cullface": "north" }, - "south": { "uv": [ 0, 0, 16, 8 ], "texture": "#side", "cullface": "south" }, - "west": { "uv": [ 0, 0, 16, 8 ], "texture": "#side", "cullface": "west" }, - "east": { "uv": [ 0, 0, 16, 8 ], "texture": "#side", "cullface": "east" } - } - } - ] -} diff --git a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/block/slightly_cracked_turtle_egg.json b/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/block/slightly_cracked_turtle_egg.json deleted file mode 100644 index ca36ae71..00000000 --- a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/block/slightly_cracked_turtle_egg.json +++ /dev/null @@ -1,7 +0,0 @@ -{ - "parent": "block/turtle_egg", - "textures": { - "particle": "block/turtle_egg_slightly_cracked", - "all": "block/turtle_egg_slightly_cracked" - } -} diff --git a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/block/slime_block.json b/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/block/slime_block.json deleted file mode 100644 index 95f92bdf..00000000 --- a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/block/slime_block.json +++ /dev/null @@ -1,30 +0,0 @@ -{ "parent": "block/block", - "textures": { - "particle": "block/slime_block", - "texture": "block/slime_block" - }, - "elements": [ - { "from": [ 3, 3, 3 ], - "to": [ 13, 13, 13 ], - "faces": { - "down": { "uv": [ 3, 3, 13, 13 ], "texture": "#texture" }, - "up": { "uv": [ 3, 3, 13, 13 ], "texture": "#texture" }, - "north": { "uv": [ 3, 3, 13, 13 ], "texture": "#texture" }, - "south": { "uv": [ 3, 3, 13, 13 ], "texture": "#texture" }, - "west": { "uv": [ 3, 3, 13, 13 ], "texture": "#texture" }, - "east": { "uv": [ 3, 3, 13, 13 ], "texture": "#texture" } - } - }, - { "from": [ 0, 0, 0 ], - "to": [ 16, 16, 16 ], - "faces": { - "down": { "uv": [ 0, 0, 16, 16 ], "texture": "#texture", "cullface": "down" }, - "up": { "uv": [ 0, 0, 16, 16 ], "texture": "#texture", "cullface": "up" }, - "north": { "uv": [ 0, 0, 16, 16 ], "texture": "#texture", "cullface": "north" }, - "south": { "uv": [ 0, 0, 16, 16 ], "texture": "#texture", "cullface": "south" }, - "west": { "uv": [ 0, 0, 16, 16 ], "texture": "#texture", "cullface": "west" }, - "east": { "uv": [ 0, 0, 16, 16 ], "texture": "#texture", "cullface": "east" } - } - } - ] -} diff --git a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/block/smithing_table.json b/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/block/smithing_table.json deleted file mode 100644 index 017be790..00000000 --- a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/block/smithing_table.json +++ /dev/null @@ -1,12 +0,0 @@ -{ - "parent": "block/cube", - "textures": { - "particle": "block/smithing_table_front", - "down": "block/smithing_table_bottom", - "up": "block/smithing_table_top", - "north": "block/smithing_table_front", - "east": "block/smithing_table_side", - "south": "block/smithing_table_front", - "west": "block/smithing_table_side" - } -} diff --git a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/block/smoker.json b/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/block/smoker.json deleted file mode 100644 index 8e3d2f32..00000000 --- a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/block/smoker.json +++ /dev/null @@ -1,9 +0,0 @@ -{ - "parent": "block/orientable_with_bottom", - "textures": { - "bottom": "block/smoker_bottom", - "top": "block/smoker_top", - "front": "block/smoker_front", - "side": "block/smoker_side" - } -} diff --git a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/block/smoker_on.json b/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/block/smoker_on.json deleted file mode 100644 index b7a3c754..00000000 --- a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/block/smoker_on.json +++ /dev/null @@ -1,19 +0,0 @@ -{ - "parent": "block/cube", - "display": { - "firstperson_righthand": { - "rotation": [ 0, 135, 0 ], - "translation": [ 0, 0, 0 ], - "scale": [ 0.40, 0.40, 0.40 ] - } - }, - "textures": { - "particle": "block/smoker_front_on", - "down": "block/smoker_bottom", - "up": "block/smoker_top", - "north": "block/smoker_front_on", - "east": "block/smoker_side", - "south": "block/smoker_side", - "west": "block/smoker_side" - } -} diff --git a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/block/smooth_quartz.json b/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/block/smooth_quartz.json deleted file mode 100644 index 45818cb5..00000000 --- a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/block/smooth_quartz.json +++ /dev/null @@ -1,6 +0,0 @@ -{ - "parent": "block/cube_all", - "textures": { - "all": "block/quartz_block_bottom" - } -} diff --git a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/block/smooth_quartz_slab.json b/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/block/smooth_quartz_slab.json deleted file mode 100644 index 8f65413c..00000000 --- a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/block/smooth_quartz_slab.json +++ /dev/null @@ -1,8 +0,0 @@ -{ - "parent": "block/slab", - "textures": { - "bottom": "block/quartz_block_bottom", - "top": "block/quartz_block_bottom", - "side": "block/quartz_block_bottom" - } -} diff --git a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/block/smooth_quartz_slab_top.json b/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/block/smooth_quartz_slab_top.json deleted file mode 100644 index 27a8e9de..00000000 --- a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/block/smooth_quartz_slab_top.json +++ /dev/null @@ -1,8 +0,0 @@ -{ - "parent": "block/slab_top", - "textures": { - "bottom": "block/quartz_block_bottom", - "top": "block/quartz_block_bottom", - "side": "block/quartz_block_bottom" - } -} diff --git a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/block/smooth_quartz_stairs.json b/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/block/smooth_quartz_stairs.json deleted file mode 100644 index c1d935be..00000000 --- a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/block/smooth_quartz_stairs.json +++ /dev/null @@ -1,8 +0,0 @@ -{ - "parent": "block/stairs", - "textures": { - "bottom": "block/quartz_block_bottom", - "top": "block/quartz_block_bottom", - "side": "block/quartz_block_bottom" - } -} diff --git a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/block/smooth_quartz_stairs_inner.json b/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/block/smooth_quartz_stairs_inner.json deleted file mode 100644 index 2a74a723..00000000 --- a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/block/smooth_quartz_stairs_inner.json +++ /dev/null @@ -1,8 +0,0 @@ -{ - "parent": "block/inner_stairs", - "textures": { - "bottom": "block/quartz_block_bottom", - "top": "block/quartz_block_bottom", - "side": "block/quartz_block_bottom" - } -} diff --git a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/block/smooth_quartz_stairs_outer.json b/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/block/smooth_quartz_stairs_outer.json deleted file mode 100644 index 21eb68b6..00000000 --- a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/block/smooth_quartz_stairs_outer.json +++ /dev/null @@ -1,8 +0,0 @@ -{ - "parent": "block/outer_stairs", - "textures": { - "bottom": "block/quartz_block_bottom", - "top": "block/quartz_block_bottom", - "side": "block/quartz_block_bottom" - } -} diff --git a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/block/smooth_red_sandstone.json b/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/block/smooth_red_sandstone.json deleted file mode 100644 index 95a1ecde..00000000 --- a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/block/smooth_red_sandstone.json +++ /dev/null @@ -1,6 +0,0 @@ -{ - "parent": "block/cube_all", - "textures": { - "all": "block/red_sandstone_top" - } -} diff --git a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/block/smooth_red_sandstone_slab.json b/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/block/smooth_red_sandstone_slab.json deleted file mode 100644 index 59939f80..00000000 --- a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/block/smooth_red_sandstone_slab.json +++ /dev/null @@ -1,8 +0,0 @@ -{ - "parent": "block/slab", - "textures": { - "bottom": "block/red_sandstone_top", - "top": "block/red_sandstone_top", - "side": "block/red_sandstone_top" - } -} diff --git a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/block/smooth_red_sandstone_slab_top.json b/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/block/smooth_red_sandstone_slab_top.json deleted file mode 100644 index 23ab7827..00000000 --- a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/block/smooth_red_sandstone_slab_top.json +++ /dev/null @@ -1,8 +0,0 @@ -{ - "parent": "block/slab_top", - "textures": { - "bottom": "block/red_sandstone_top", - "top": "block/red_sandstone_top", - "side": "block/red_sandstone_top" - } -} diff --git a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/block/smooth_red_sandstone_stairs.json b/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/block/smooth_red_sandstone_stairs.json deleted file mode 100644 index 2af89496..00000000 --- a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/block/smooth_red_sandstone_stairs.json +++ /dev/null @@ -1,8 +0,0 @@ -{ - "parent": "block/stairs", - "textures": { - "bottom": "block/red_sandstone_top", - "top": "block/red_sandstone_top", - "side": "block/red_sandstone_top" - } -} diff --git a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/block/smooth_red_sandstone_stairs_inner.json b/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/block/smooth_red_sandstone_stairs_inner.json deleted file mode 100644 index ea1248f6..00000000 --- a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/block/smooth_red_sandstone_stairs_inner.json +++ /dev/null @@ -1,8 +0,0 @@ -{ - "parent": "block/inner_stairs", - "textures": { - "bottom": "block/red_sandstone_top", - "top": "block/red_sandstone_top", - "side": "block/red_sandstone_top" - } -} diff --git a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/block/smooth_red_sandstone_stairs_outer.json b/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/block/smooth_red_sandstone_stairs_outer.json deleted file mode 100644 index 8d7bf09e..00000000 --- a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/block/smooth_red_sandstone_stairs_outer.json +++ /dev/null @@ -1,8 +0,0 @@ -{ - "parent": "block/outer_stairs", - "textures": { - "bottom": "block/red_sandstone_top", - "top": "block/red_sandstone_top", - "side": "block/red_sandstone_top" - } -} diff --git a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/block/smooth_sandstone.json b/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/block/smooth_sandstone.json deleted file mode 100644 index d8a510f1..00000000 --- a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/block/smooth_sandstone.json +++ /dev/null @@ -1,6 +0,0 @@ -{ - "parent": "block/cube_all", - "textures": { - "all": "block/sandstone_top" - } -} diff --git a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/block/smooth_sandstone_slab.json b/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/block/smooth_sandstone_slab.json deleted file mode 100644 index b83b6e38..00000000 --- a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/block/smooth_sandstone_slab.json +++ /dev/null @@ -1,8 +0,0 @@ -{ - "parent": "block/slab", - "textures": { - "bottom": "block/sandstone_top", - "top": "block/sandstone_top", - "side": "block/sandstone_top" - } -} diff --git a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/block/smooth_sandstone_slab_top.json b/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/block/smooth_sandstone_slab_top.json deleted file mode 100644 index fec91115..00000000 --- a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/block/smooth_sandstone_slab_top.json +++ /dev/null @@ -1,8 +0,0 @@ -{ - "parent": "block/slab_top", - "textures": { - "bottom": "block/sandstone_top", - "top": "block/sandstone_top", - "side": "block/sandstone_top" - } -} diff --git a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/block/smooth_sandstone_stairs.json b/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/block/smooth_sandstone_stairs.json deleted file mode 100644 index affc44ad..00000000 --- a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/block/smooth_sandstone_stairs.json +++ /dev/null @@ -1,8 +0,0 @@ -{ - "parent": "block/stairs", - "textures": { - "bottom": "block/sandstone_top", - "top": "block/sandstone_top", - "side": "block/sandstone_top" - } -} diff --git a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/block/smooth_sandstone_stairs_inner.json b/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/block/smooth_sandstone_stairs_inner.json deleted file mode 100644 index 9ccf09cc..00000000 --- a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/block/smooth_sandstone_stairs_inner.json +++ /dev/null @@ -1,8 +0,0 @@ -{ - "parent": "block/inner_stairs", - "textures": { - "bottom": "block/sandstone_top", - "top": "block/sandstone_top", - "side": "block/sandstone_top" - } -} diff --git a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/block/smooth_sandstone_stairs_outer.json b/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/block/smooth_sandstone_stairs_outer.json deleted file mode 100644 index b450adcf..00000000 --- a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/block/smooth_sandstone_stairs_outer.json +++ /dev/null @@ -1,8 +0,0 @@ -{ - "parent": "block/outer_stairs", - "textures": { - "bottom": "block/sandstone_top", - "top": "block/sandstone_top", - "side": "block/sandstone_top" - } -} diff --git a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/block/smooth_stone.json b/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/block/smooth_stone.json deleted file mode 100644 index 7d04a50e..00000000 --- a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/block/smooth_stone.json +++ /dev/null @@ -1,6 +0,0 @@ -{ - "parent": "block/cube_all", - "textures": { - "all": "block/smooth_stone" - } -} diff --git a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/block/smooth_stone_slab.json b/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/block/smooth_stone_slab.json deleted file mode 100644 index 0415a6dc..00000000 --- a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/block/smooth_stone_slab.json +++ /dev/null @@ -1,8 +0,0 @@ -{ - "parent": "block/slab", - "textures": { - "bottom": "block/smooth_stone", - "top": "block/smooth_stone", - "side": "block/smooth_stone_slab_side" - } -} diff --git a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/block/smooth_stone_slab_double.json b/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/block/smooth_stone_slab_double.json deleted file mode 100644 index 3f309fa5..00000000 --- a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/block/smooth_stone_slab_double.json +++ /dev/null @@ -1,7 +0,0 @@ -{ - "parent": "block/cube_column", - "textures": { - "end": "block/smooth_stone", - "side": "block/smooth_stone_slab_side" - } -} diff --git a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/block/smooth_stone_slab_top.json b/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/block/smooth_stone_slab_top.json deleted file mode 100644 index 42b079f6..00000000 --- a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/block/smooth_stone_slab_top.json +++ /dev/null @@ -1,8 +0,0 @@ -{ - "parent": "block/slab_top", - "textures": { - "bottom": "block/smooth_stone", - "top": "block/smooth_stone", - "side": "block/smooth_stone_slab_side" - } -} diff --git a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/block/snow_block.json b/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/block/snow_block.json deleted file mode 100644 index 6ade2513..00000000 --- a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/block/snow_block.json +++ /dev/null @@ -1,6 +0,0 @@ -{ - "parent": "block/cube_all", - "textures": { - "all": "block/snow" - } -} diff --git a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/block/snow_height10.json b/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/block/snow_height10.json deleted file mode 100644 index dd72cc9e..00000000 --- a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/block/snow_height10.json +++ /dev/null @@ -1,19 +0,0 @@ -{ - "textures": { - "particle": "block/snow", - "texture": "block/snow" - }, - "elements": [ - { "from": [ 0, 0, 0 ], - "to": [ 16, 10, 16 ], - "faces": { - "down": { "uv": [ 0, 0, 16, 16 ], "texture": "#texture", "cullface": "down" }, - "up": { "uv": [ 0, 0, 16, 16 ], "texture": "#texture" }, - "north": { "uv": [ 0, 6, 16, 16 ], "texture": "#texture", "cullface": "north" }, - "south": { "uv": [ 0, 6, 16, 16 ], "texture": "#texture", "cullface": "south" }, - "west": { "uv": [ 0, 6, 16, 16 ], "texture": "#texture", "cullface": "west" }, - "east": { "uv": [ 0, 6, 16, 16 ], "texture": "#texture", "cullface": "east" } - } - } - ] -} diff --git a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/block/snow_height12.json b/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/block/snow_height12.json deleted file mode 100644 index bdce96c0..00000000 --- a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/block/snow_height12.json +++ /dev/null @@ -1,19 +0,0 @@ -{ - "textures": { - "particle": "block/snow", - "texture": "block/snow" - }, - "elements": [ - { "from": [ 0, 0, 0 ], - "to": [ 16, 12, 16 ], - "faces": { - "down": { "uv": [ 0, 0, 16, 16 ], "texture": "#texture", "cullface": "down" }, - "up": { "uv": [ 0, 0, 16, 16 ], "texture": "#texture" }, - "north": { "uv": [ 0, 4, 16, 16 ], "texture": "#texture", "cullface": "north" }, - "south": { "uv": [ 0, 4, 16, 16 ], "texture": "#texture", "cullface": "south" }, - "west": { "uv": [ 0, 4, 16, 16 ], "texture": "#texture", "cullface": "west" }, - "east": { "uv": [ 0, 4, 16, 16 ], "texture": "#texture", "cullface": "east" } - } - } - ] -} diff --git a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/block/snow_height14.json b/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/block/snow_height14.json deleted file mode 100644 index 30e1d888..00000000 --- a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/block/snow_height14.json +++ /dev/null @@ -1,19 +0,0 @@ -{ - "textures": { - "particle": "block/snow", - "texture": "block/snow" - }, - "elements": [ - { "from": [ 0, 0, 0 ], - "to": [ 16, 14, 16 ], - "faces": { - "down": { "uv": [ 0, 0, 16, 16 ], "texture": "#texture", "cullface": "down" }, - "up": { "uv": [ 0, 0, 16, 16 ], "texture": "#texture" }, - "north": { "uv": [ 0, 2, 16, 16 ], "texture": "#texture", "cullface": "north" }, - "south": { "uv": [ 0, 2, 16, 16 ], "texture": "#texture", "cullface": "south" }, - "west": { "uv": [ 0, 2, 16, 16 ], "texture": "#texture", "cullface": "west" }, - "east": { "uv": [ 0, 2, 16, 16 ], "texture": "#texture", "cullface": "east" } - } - } - ] -} diff --git a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/block/snow_height2.json b/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/block/snow_height2.json deleted file mode 100644 index de13fc62..00000000 --- a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/block/snow_height2.json +++ /dev/null @@ -1,19 +0,0 @@ -{ "parent": "block/thin_block", - "textures": { - "particle": "block/snow", - "texture": "block/snow" - }, - "elements": [ - { "from": [ 0, 0, 0 ], - "to": [ 16, 2, 16 ], - "faces": { - "down": { "uv": [ 0, 0, 16, 16 ], "texture": "#texture", "cullface": "down" }, - "up": { "uv": [ 0, 0, 16, 16 ], "texture": "#texture" }, - "north": { "uv": [ 0, 14, 16, 16 ], "texture": "#texture", "cullface": "north" }, - "south": { "uv": [ 0, 14, 16, 16 ], "texture": "#texture", "cullface": "south" }, - "west": { "uv": [ 0, 14, 16, 16 ], "texture": "#texture", "cullface": "west" }, - "east": { "uv": [ 0, 14, 16, 16 ], "texture": "#texture", "cullface": "east" } - } - } - ] -} diff --git a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/block/snow_height4.json b/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/block/snow_height4.json deleted file mode 100644 index 650692c5..00000000 --- a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/block/snow_height4.json +++ /dev/null @@ -1,19 +0,0 @@ -{ - "textures": { - "particle": "block/snow", - "texture": "block/snow" - }, - "elements": [ - { "from": [ 0, 0, 0 ], - "to": [ 16, 4, 16 ], - "faces": { - "down": { "uv": [ 0, 0, 16, 16 ], "texture": "#texture", "cullface": "down" }, - "up": { "uv": [ 0, 0, 16, 16 ], "texture": "#texture" }, - "north": { "uv": [ 0, 12, 16, 16 ], "texture": "#texture", "cullface": "north" }, - "south": { "uv": [ 0, 12, 16, 16 ], "texture": "#texture", "cullface": "south" }, - "west": { "uv": [ 0, 12, 16, 16 ], "texture": "#texture", "cullface": "west" }, - "east": { "uv": [ 0, 12, 16, 16 ], "texture": "#texture", "cullface": "east" } - } - } - ] -} diff --git a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/block/snow_height6.json b/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/block/snow_height6.json deleted file mode 100644 index 32468b9b..00000000 --- a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/block/snow_height6.json +++ /dev/null @@ -1,19 +0,0 @@ -{ - "textures": { - "particle": "block/snow", - "texture": "block/snow" - }, - "elements": [ - { "from": [ 0, 0, 0 ], - "to": [ 16, 6, 16 ], - "faces": { - "down": { "uv": [ 0, 0, 16, 16 ], "texture": "#texture", "cullface": "down" }, - "up": { "uv": [ 0, 0, 16, 16 ], "texture": "#texture" }, - "north": { "uv": [ 0, 10, 16, 16 ], "texture": "#texture", "cullface": "north" }, - "south": { "uv": [ 0, 10, 16, 16 ], "texture": "#texture", "cullface": "south" }, - "west": { "uv": [ 0, 10, 16, 16 ], "texture": "#texture", "cullface": "west" }, - "east": { "uv": [ 0, 10, 16, 16 ], "texture": "#texture", "cullface": "east" } - } - } - ] -} diff --git a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/block/snow_height8.json b/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/block/snow_height8.json deleted file mode 100644 index 53d22828..00000000 --- a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/block/snow_height8.json +++ /dev/null @@ -1,19 +0,0 @@ -{ - "textures": { - "particle": "block/snow", - "texture": "block/snow" - }, - "elements": [ - { "from": [ 0, 0, 0 ], - "to": [ 16, 8, 16 ], - "faces": { - "down": { "uv": [ 0, 0, 16, 16 ], "texture": "#texture", "cullface": "down" }, - "up": { "uv": [ 0, 0, 16, 16 ], "texture": "#texture" }, - "north": { "uv": [ 0, 8, 16, 16 ], "texture": "#texture", "cullface": "north" }, - "south": { "uv": [ 0, 8, 16, 16 ], "texture": "#texture", "cullface": "south" }, - "west": { "uv": [ 0, 8, 16, 16 ], "texture": "#texture", "cullface": "west" }, - "east": { "uv": [ 0, 8, 16, 16 ], "texture": "#texture", "cullface": "east" } - } - } - ] -} diff --git a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/block/soul_sand.json b/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/block/soul_sand.json deleted file mode 100644 index bd130d6d..00000000 --- a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/block/soul_sand.json +++ /dev/null @@ -1,6 +0,0 @@ -{ - "parent": "block/cube_all", - "textures": { - "all": "block/soul_sand" - } -} diff --git a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/block/spawner.json b/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/block/spawner.json deleted file mode 100644 index e932d70a..00000000 --- a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/block/spawner.json +++ /dev/null @@ -1,6 +0,0 @@ -{ - "parent": "block/cube_all", - "textures": { - "all": "block/spawner" - } -} diff --git a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/block/sponge.json b/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/block/sponge.json deleted file mode 100644 index a09bdcc4..00000000 --- a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/block/sponge.json +++ /dev/null @@ -1,6 +0,0 @@ -{ - "parent": "block/cube_all", - "textures": { - "all": "block/sponge" - } -} diff --git a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/block/spruce_button.json b/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/block/spruce_button.json deleted file mode 100644 index 55791862..00000000 --- a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/block/spruce_button.json +++ /dev/null @@ -1,6 +0,0 @@ -{ - "parent": "block/button", - "textures": { - "texture": "block/spruce_planks" - } -} diff --git a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/block/spruce_button_inventory.json b/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/block/spruce_button_inventory.json deleted file mode 100644 index fb0b60bd..00000000 --- a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/block/spruce_button_inventory.json +++ /dev/null @@ -1,6 +0,0 @@ -{ - "parent": "block/button_inventory", - "textures": { - "texture": "block/spruce_planks" - } -} diff --git a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/block/spruce_button_pressed.json b/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/block/spruce_button_pressed.json deleted file mode 100644 index b01f0246..00000000 --- a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/block/spruce_button_pressed.json +++ /dev/null @@ -1,6 +0,0 @@ -{ - "parent": "block/button_pressed", - "textures": { - "texture": "block/spruce_planks" - } -} diff --git a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/block/spruce_door_bottom.json b/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/block/spruce_door_bottom.json deleted file mode 100644 index fd678125..00000000 --- a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/block/spruce_door_bottom.json +++ /dev/null @@ -1,7 +0,0 @@ -{ - "parent": "block/door_bottom", - "textures": { - "bottom": "block/spruce_door_bottom", - "top": "block/spruce_door_top" - } -} diff --git a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/block/spruce_door_bottom_hinge.json b/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/block/spruce_door_bottom_hinge.json deleted file mode 100644 index f604cf5d..00000000 --- a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/block/spruce_door_bottom_hinge.json +++ /dev/null @@ -1,7 +0,0 @@ -{ - "parent": "block/door_bottom_rh", - "textures": { - "bottom": "block/spruce_door_bottom", - "top": "block/spruce_door_top" - } -} diff --git a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/block/spruce_door_top.json b/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/block/spruce_door_top.json deleted file mode 100644 index 48e026a3..00000000 --- a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/block/spruce_door_top.json +++ /dev/null @@ -1,7 +0,0 @@ -{ - "parent": "block/door_top", - "textures": { - "bottom": "block/spruce_door_bottom", - "top": "block/spruce_door_top" - } -} diff --git a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/block/spruce_door_top_hinge.json b/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/block/spruce_door_top_hinge.json deleted file mode 100644 index 3a6f92ab..00000000 --- a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/block/spruce_door_top_hinge.json +++ /dev/null @@ -1,7 +0,0 @@ -{ - "parent": "block/door_top_rh", - "textures": { - "bottom": "block/spruce_door_bottom", - "top": "block/spruce_door_top" - } -} diff --git a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/block/spruce_fence_gate.json b/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/block/spruce_fence_gate.json deleted file mode 100644 index 9e87e119..00000000 --- a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/block/spruce_fence_gate.json +++ /dev/null @@ -1,6 +0,0 @@ -{ - "parent": "block/template_fence_gate", - "textures": { - "texture": "block/spruce_planks" - } -} diff --git a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/block/spruce_fence_gate_open.json b/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/block/spruce_fence_gate_open.json deleted file mode 100644 index 528a7118..00000000 --- a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/block/spruce_fence_gate_open.json +++ /dev/null @@ -1,6 +0,0 @@ -{ - "parent": "block/template_fence_gate_open", - "textures": { - "texture": "block/spruce_planks" - } -} diff --git a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/block/spruce_fence_gate_wall.json b/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/block/spruce_fence_gate_wall.json deleted file mode 100644 index e54d9981..00000000 --- a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/block/spruce_fence_gate_wall.json +++ /dev/null @@ -1,6 +0,0 @@ -{ - "parent": "block/template_fence_gate_wall", - "textures": { - "texture": "block/spruce_planks" - } -} diff --git a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/block/spruce_fence_gate_wall_open.json b/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/block/spruce_fence_gate_wall_open.json deleted file mode 100644 index f68f6641..00000000 --- a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/block/spruce_fence_gate_wall_open.json +++ /dev/null @@ -1,6 +0,0 @@ -{ - "parent": "block/template_fence_gate_wall_open", - "textures": { - "texture": "block/spruce_planks" - } -} diff --git a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/block/spruce_fence_inventory.json b/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/block/spruce_fence_inventory.json deleted file mode 100644 index 2acf6519..00000000 --- a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/block/spruce_fence_inventory.json +++ /dev/null @@ -1,6 +0,0 @@ -{ - "parent": "block/fence_inventory", - "textures": { - "texture": "block/spruce_planks" - } -} diff --git a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/block/spruce_fence_post.json b/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/block/spruce_fence_post.json deleted file mode 100644 index c8b41b83..00000000 --- a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/block/spruce_fence_post.json +++ /dev/null @@ -1,6 +0,0 @@ -{ - "parent": "block/fence_post", - "textures": { - "texture": "block/spruce_planks" - } -} diff --git a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/block/spruce_fence_side.json b/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/block/spruce_fence_side.json deleted file mode 100644 index d27c4dc4..00000000 --- a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/block/spruce_fence_side.json +++ /dev/null @@ -1,6 +0,0 @@ -{ - "parent": "block/fence_side", - "textures": { - "texture": "block/spruce_planks" - } -} diff --git a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/block/spruce_leaves.json b/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/block/spruce_leaves.json deleted file mode 100644 index 813b9390..00000000 --- a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/block/spruce_leaves.json +++ /dev/null @@ -1,6 +0,0 @@ -{ - "parent": "block/leaves", - "textures": { - "all": "block/spruce_leaves" - } -} diff --git a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/block/spruce_log.json b/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/block/spruce_log.json deleted file mode 100644 index cc77a3c4..00000000 --- a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/block/spruce_log.json +++ /dev/null @@ -1,7 +0,0 @@ -{ - "parent": "block/cube_column", - "textures": { - "end": "block/spruce_log_top", - "side": "block/spruce_log" - } -} diff --git a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/block/spruce_planks.json b/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/block/spruce_planks.json deleted file mode 100644 index 249f4b7b..00000000 --- a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/block/spruce_planks.json +++ /dev/null @@ -1,6 +0,0 @@ -{ - "parent": "block/cube_all", - "textures": { - "all": "block/spruce_planks" - } -} diff --git a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/block/spruce_pressure_plate.json b/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/block/spruce_pressure_plate.json deleted file mode 100644 index a8ead6a0..00000000 --- a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/block/spruce_pressure_plate.json +++ /dev/null @@ -1,6 +0,0 @@ -{ - "parent": "block/pressure_plate_up", - "textures": { - "texture": "block/spruce_planks" - } -} diff --git a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/block/spruce_pressure_plate_down.json b/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/block/spruce_pressure_plate_down.json deleted file mode 100644 index e1bda415..00000000 --- a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/block/spruce_pressure_plate_down.json +++ /dev/null @@ -1,6 +0,0 @@ -{ - "parent": "block/pressure_plate_down", - "textures": { - "texture": "block/spruce_planks" - } -} diff --git a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/block/spruce_sapling.json b/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/block/spruce_sapling.json deleted file mode 100644 index 40c0fc7f..00000000 --- a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/block/spruce_sapling.json +++ /dev/null @@ -1,6 +0,0 @@ -{ - "parent": "block/cross", - "textures": { - "cross": "block/spruce_sapling" - } -} diff --git a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/block/spruce_sign.json b/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/block/spruce_sign.json deleted file mode 100644 index f5e2901c..00000000 --- a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/block/spruce_sign.json +++ /dev/null @@ -1,5 +0,0 @@ -{ - "textures": { - "particle": "block/spruce_planks" - } -} diff --git a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/block/spruce_slab.json b/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/block/spruce_slab.json deleted file mode 100644 index 7d5ccad8..00000000 --- a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/block/spruce_slab.json +++ /dev/null @@ -1,8 +0,0 @@ -{ - "parent": "block/slab", - "textures": { - "bottom": "block/spruce_planks", - "top": "block/spruce_planks", - "side": "block/spruce_planks" - } -} diff --git a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/block/spruce_slab_top.json b/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/block/spruce_slab_top.json deleted file mode 100644 index 66ad2e50..00000000 --- a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/block/spruce_slab_top.json +++ /dev/null @@ -1,8 +0,0 @@ -{ - "parent": "block/slab_top", - "textures": { - "bottom": "block/spruce_planks", - "top": "block/spruce_planks", - "side": "block/spruce_planks" - } -} diff --git a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/block/spruce_stairs.json b/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/block/spruce_stairs.json deleted file mode 100644 index 78566b7f..00000000 --- a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/block/spruce_stairs.json +++ /dev/null @@ -1,8 +0,0 @@ -{ - "parent": "block/stairs", - "textures": { - "bottom": "block/spruce_planks", - "top": "block/spruce_planks", - "side": "block/spruce_planks" - } -} diff --git a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/block/spruce_stairs_inner.json b/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/block/spruce_stairs_inner.json deleted file mode 100644 index 23553fb3..00000000 --- a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/block/spruce_stairs_inner.json +++ /dev/null @@ -1,8 +0,0 @@ -{ - "parent": "block/inner_stairs", - "textures": { - "bottom": "block/spruce_planks", - "top": "block/spruce_planks", - "side": "block/spruce_planks" - } -} diff --git a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/block/spruce_stairs_outer.json b/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/block/spruce_stairs_outer.json deleted file mode 100644 index 4e0d75f1..00000000 --- a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/block/spruce_stairs_outer.json +++ /dev/null @@ -1,8 +0,0 @@ -{ - "parent": "block/outer_stairs", - "textures": { - "bottom": "block/spruce_planks", - "top": "block/spruce_planks", - "side": "block/spruce_planks" - } -} diff --git a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/block/spruce_trapdoor_bottom.json b/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/block/spruce_trapdoor_bottom.json deleted file mode 100644 index d3b1fc48..00000000 --- a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/block/spruce_trapdoor_bottom.json +++ /dev/null @@ -1,6 +0,0 @@ -{ - "parent": "block/template_orientable_trapdoor_bottom", - "textures": { - "texture": "block/spruce_trapdoor" - } -} diff --git a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/block/spruce_trapdoor_open.json b/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/block/spruce_trapdoor_open.json deleted file mode 100644 index beb5ebb1..00000000 --- a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/block/spruce_trapdoor_open.json +++ /dev/null @@ -1,6 +0,0 @@ -{ - "parent": "block/template_orientable_trapdoor_open", - "textures": { - "texture": "block/spruce_trapdoor" - } -} diff --git a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/block/spruce_trapdoor_top.json b/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/block/spruce_trapdoor_top.json deleted file mode 100644 index 8da7770d..00000000 --- a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/block/spruce_trapdoor_top.json +++ /dev/null @@ -1,6 +0,0 @@ -{ - "parent": "block/template_orientable_trapdoor_top", - "textures": { - "texture": "block/spruce_trapdoor" - } -} diff --git a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/block/spruce_wood.json b/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/block/spruce_wood.json deleted file mode 100644 index deb91717..00000000 --- a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/block/spruce_wood.json +++ /dev/null @@ -1,7 +0,0 @@ -{ - "parent": "block/cube_column", - "textures": { - "end": "block/spruce_log", - "side": "block/spruce_log" - } -} diff --git a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/block/stairs.json b/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/block/stairs.json deleted file mode 100644 index 986ce9c6..00000000 --- a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/block/stairs.json +++ /dev/null @@ -1,45 +0,0 @@ -{ "parent": "block/block", - "display": { - "gui": { - "rotation": [ 30, 135, 0 ], - "translation": [ 0, 0, 0], - "scale":[ 0.625, 0.625, 0.625 ] - }, - "head": { - "rotation": [ 0, -90, 0 ], - "translation": [ 0, 0, 0 ], - "scale": [ 1, 1, 1 ] - }, - "thirdperson_lefthand": { - "rotation": [ 75, -135, 0 ], - "translation": [ 0, 2.5, 0], - "scale": [ 0.375, 0.375, 0.375 ] - } - }, - "textures": { - "particle": "#side" - }, - "elements": [ - { "from": [ 0, 0, 0 ], - "to": [ 16, 8, 16 ], - "faces": { - "down": { "uv": [ 0, 0, 16, 16 ], "texture": "#bottom", "cullface": "down" }, - "up": { "uv": [ 0, 0, 16, 16 ], "texture": "#top" }, - "north": { "uv": [ 0, 8, 16, 16 ], "texture": "#side", "cullface": "north" }, - "south": { "uv": [ 0, 8, 16, 16 ], "texture": "#side", "cullface": "south" }, - "west": { "uv": [ 0, 8, 16, 16 ], "texture": "#side", "cullface": "west" }, - "east": { "uv": [ 0, 8, 16, 16 ], "texture": "#side", "cullface": "east" } - } - }, - { "from": [ 8, 8, 0 ], - "to": [ 16, 16, 16 ], - "faces": { - "up": { "uv": [ 8, 0, 16, 16 ], "texture": "#top", "cullface": "up" }, - "north": { "uv": [ 0, 0, 8, 8 ], "texture": "#side", "cullface": "north" }, - "south": { "uv": [ 8, 0, 16, 8 ], "texture": "#side", "cullface": "south" }, - "west": { "uv": [ 0, 0, 16, 8 ], "texture": "#side" }, - "east": { "uv": [ 0, 0, 16, 8 ], "texture": "#side", "cullface": "east" } - } - } - ] -} diff --git a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/block/stem_fruit.json b/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/block/stem_fruit.json deleted file mode 100644 index 86d59c66..00000000 --- a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/block/stem_fruit.json +++ /dev/null @@ -1,31 +0,0 @@ -{ - "ambientocclusion": false, - "textures": { - "particle": "#stem" - }, - "elements": [ - { "from": [ 0, -1, 8 ], - "to": [ 16, 7, 8 ], - "rotation": { "origin": [ 8, 8, 8 ], "axis": "y", "angle": 45, "rescale": true }, - "faces": { - "north": { "uv": [ 0, 0, 16, 8 ], "texture": "#stem", "tintindex": 0 }, - "south": { "uv": [ 16, 0, 0, 8 ], "texture": "#stem", "tintindex": 0 } - } - }, - { "from": [ 8, -1, 0 ], - "to": [ 8, 7, 16 ], - "rotation": { "origin": [ 8, 8, 8 ], "axis": "y", "angle": 45, "rescale": true }, - "faces": { - "west": { "uv": [ 0, 0, 16, 8 ], "texture": "#stem", "tintindex": 0 }, - "east": { "uv": [ 16, 0, 0, 8 ], "texture": "#stem", "tintindex": 0 } - } - }, - { "from": [ 0, 0, 8 ], - "to": [ 9, 16, 8 ], - "faces": { - "north": { "uv": [ 9, 0, 0, 16 ], "texture": "#upperstem", "tintindex": 0 }, - "south": { "uv": [ 0, 0, 9, 16 ], "texture": "#upperstem", "tintindex": 0 } - } - } - ] -} diff --git a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/block/stem_growth0.json b/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/block/stem_growth0.json deleted file mode 100644 index 6e977315..00000000 --- a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/block/stem_growth0.json +++ /dev/null @@ -1,24 +0,0 @@ -{ - "ambientocclusion": false, - "textures": { - "particle": "#stem" - }, - "elements": [ - { "from": [ 0, -1, 8 ], - "to": [ 16, 1, 8 ], - "rotation": { "origin": [ 8, 8, 8 ], "axis": "y", "angle": 45, "rescale": true }, - "faces": { - "north": { "uv": [ 0, 0, 16, 2 ], "texture": "#stem", "tintindex": 0 }, - "south": { "uv": [ 16, 0, 0, 2 ], "texture": "#stem", "tintindex": 0 } - } - }, - { "from": [ 8, -1, 0 ], - "to": [ 8, 1, 16 ], - "rotation": { "origin": [ 8, 8, 8 ], "axis": "y", "angle": 45, "rescale": true }, - "faces": { - "west": { "uv": [ 0, 0, 16, 2 ], "texture": "#stem", "tintindex": 0 }, - "east": { "uv": [ 16, 0, 0, 2 ], "texture": "#stem", "tintindex": 0 } - } - } - ] -} diff --git a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/block/stem_growth1.json b/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/block/stem_growth1.json deleted file mode 100644 index ea97f754..00000000 --- a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/block/stem_growth1.json +++ /dev/null @@ -1,24 +0,0 @@ -{ - "ambientocclusion": false, - "textures": { - "particle": "#stem" - }, - "elements": [ - { "from": [ 0, -1, 8 ], - "to": [ 16, 3, 8 ], - "rotation": { "origin": [ 8, 8, 8 ], "axis": "y", "angle": 45, "rescale": true }, - "faces": { - "north": { "uv": [ 0, 0, 16, 4 ], "texture": "#stem", "tintindex": 0 }, - "south": { "uv": [ 16, 0, 0, 4 ], "texture": "#stem", "tintindex": 0 } - } - }, - { "from": [ 8, -1, 0 ], - "to": [ 8, 3, 16 ], - "rotation": { "origin": [ 8, 8, 8 ], "axis": "y", "angle": 45, "rescale": true }, - "faces": { - "west": { "uv": [ 0, 0, 16, 4 ], "texture": "#stem", "tintindex": 0 }, - "east": { "uv": [ 16, 0, 0, 4 ], "texture": "#stem", "tintindex": 0 } - } - } - ] -} diff --git a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/block/stem_growth2.json b/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/block/stem_growth2.json deleted file mode 100644 index 4ab6f4c2..00000000 --- a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/block/stem_growth2.json +++ /dev/null @@ -1,24 +0,0 @@ -{ - "ambientocclusion": false, - "textures": { - "particle": "#stem" - }, - "elements": [ - { "from": [ 0, -1, 8 ], - "to": [ 16, 5, 8 ], - "rotation": { "origin": [ 8, 8, 8 ], "axis": "y", "angle": 45, "rescale": true }, - "faces": { - "north": { "uv": [ 0, 0, 16, 6 ], "texture": "#stem", "tintindex": 0 }, - "south": { "uv": [ 16, 0, 0, 6 ], "texture": "#stem", "tintindex": 0 } - } - }, - { "from": [ 8, -1, 0 ], - "to": [ 8, 5, 16 ], - "rotation": { "origin": [ 8, 8, 8 ], "axis": "y", "angle": 45, "rescale": true }, - "faces": { - "west": { "uv": [ 0, 0, 16, 6 ], "texture": "#stem", "tintindex": 0 }, - "east": { "uv": [ 16, 0, 0, 6 ], "texture": "#stem", "tintindex": 0 } - } - } - ] -} diff --git a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/block/stem_growth3.json b/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/block/stem_growth3.json deleted file mode 100644 index 542a8205..00000000 --- a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/block/stem_growth3.json +++ /dev/null @@ -1,24 +0,0 @@ -{ - "ambientocclusion": false, - "textures": { - "particle": "#stem" - }, - "elements": [ - { "from": [ 0, -1, 8 ], - "to": [ 16, 7, 8 ], - "rotation": { "origin": [ 8, 8, 8 ], "axis": "y", "angle": 45, "rescale": true }, - "faces": { - "north": { "uv": [ 0, 0, 16, 8 ], "texture": "#stem", "tintindex": 0 }, - "south": { "uv": [ 16, 0, 0, 8 ], "texture": "#stem", "tintindex": 0 } - } - }, - { "from": [ 8, -1, 0 ], - "to": [ 8, 7, 16 ], - "rotation": { "origin": [ 8, 8, 8 ], "axis": "y", "angle": 45, "rescale": true }, - "faces": { - "west": { "uv": [ 0, 0, 16, 8 ], "texture": "#stem", "tintindex": 0 }, - "east": { "uv": [ 16, 0, 0, 8 ], "texture": "#stem", "tintindex": 0 } - } - } - ] -} diff --git a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/block/stem_growth4.json b/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/block/stem_growth4.json deleted file mode 100644 index 77befceb..00000000 --- a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/block/stem_growth4.json +++ /dev/null @@ -1,24 +0,0 @@ -{ - "ambientocclusion": false, - "textures": { - "particle": "#stem" - }, - "elements": [ - { "from": [ 0, -1, 8 ], - "to": [ 16, 9, 8 ], - "rotation": { "origin": [ 8, 8, 8 ], "axis": "y", "angle": 45, "rescale": true }, - "faces": { - "north": { "uv": [ 0, 0, 16, 10 ], "texture": "#stem", "tintindex": 0 }, - "south": { "uv": [ 16, 0, 0, 10 ], "texture": "#stem", "tintindex": 0 } - } - }, - { "from": [ 8, -1, 0 ], - "to": [ 8, 9, 16 ], - "rotation": { "origin": [ 8, 8, 8 ], "axis": "y", "angle": 45, "rescale": true }, - "faces": { - "west": { "uv": [ 0, 0, 16, 10 ], "texture": "#stem", "tintindex": 0 }, - "east": { "uv": [ 16, 0, 0, 10 ], "texture": "#stem", "tintindex": 0 } - } - } - ] -} diff --git a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/block/stem_growth5.json b/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/block/stem_growth5.json deleted file mode 100644 index 678450e6..00000000 --- a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/block/stem_growth5.json +++ /dev/null @@ -1,24 +0,0 @@ -{ - "ambientocclusion": false, - "textures": { - "particle": "#stem" - }, - "elements": [ - { "from": [ 0, -1, 8 ], - "to": [ 16, 11, 8 ], - "rotation": { "origin": [ 8, 8, 8 ], "axis": "y", "angle": 45, "rescale": true }, - "faces": { - "north": { "uv": [ 0, 0, 16, 12 ], "texture": "#stem", "tintindex": 0 }, - "south": { "uv": [ 16, 0, 0, 12 ], "texture": "#stem", "tintindex": 0 } - } - }, - { "from": [ 8, -1, 0 ], - "to": [ 8, 11, 16 ], - "rotation": { "origin": [ 8, 8, 8 ], "axis": "y", "angle": 45, "rescale": true }, - "faces": { - "west": { "uv": [ 0, 0, 16, 12 ], "texture": "#stem", "tintindex": 0 }, - "east": { "uv": [ 16, 0, 0, 12 ], "texture": "#stem", "tintindex": 0 } - } - } - ] -} diff --git a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/block/stem_growth6.json b/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/block/stem_growth6.json deleted file mode 100644 index 523974e2..00000000 --- a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/block/stem_growth6.json +++ /dev/null @@ -1,24 +0,0 @@ -{ - "ambientocclusion": false, - "textures": { - "particle": "#stem" - }, - "elements": [ - { "from": [ 0, -1, 8 ], - "to": [ 16, 13, 8 ], - "rotation": { "origin": [ 8, 8, 8 ], "axis": "y", "angle": 45, "rescale": true }, - "faces": { - "north": { "uv": [ 0, 0, 16, 14 ], "texture": "#stem", "tintindex": 0 }, - "south": { "uv": [ 16, 0, 0, 14 ], "texture": "#stem", "tintindex": 0 } - } - }, - { "from": [ 8, -1, 0 ], - "to": [ 8, 13, 16 ], - "rotation": { "origin": [ 8, 8, 8 ], "axis": "y", "angle": 45, "rescale": true }, - "faces": { - "west": { "uv": [ 0, 0, 16, 14 ], "texture": "#stem", "tintindex": 0 }, - "east": { "uv": [ 16, 0, 0, 14 ], "texture": "#stem", "tintindex": 0 } - } - } - ] -} diff --git a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/block/stem_growth7.json b/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/block/stem_growth7.json deleted file mode 100644 index bd4f9d18..00000000 --- a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/block/stem_growth7.json +++ /dev/null @@ -1,24 +0,0 @@ -{ - "ambientocclusion": false, - "textures": { - "particle": "#stem" - }, - "elements": [ - { "from": [ 0, -1, 8 ], - "to": [ 16, 15, 8 ], - "rotation": { "origin": [ 8, 8, 8 ], "axis": "y", "angle": 45, "rescale": true }, - "faces": { - "north": { "uv": [ 0, 0, 16, 16 ], "texture": "#stem", "tintindex": 0 }, - "south": { "uv": [ 16, 0, 0, 16 ], "texture": "#stem", "tintindex": 0 } - } - }, - { "from": [ 8, -1, 0 ], - "to": [ 8, 15, 16 ], - "rotation": { "origin": [ 8, 8, 8 ], "axis": "y", "angle": 45, "rescale": true }, - "faces": { - "west": { "uv": [ 0, 0, 16, 16 ], "texture": "#stem", "tintindex": 0 }, - "east": { "uv": [ 16, 0, 0, 16 ], "texture": "#stem", "tintindex": 0 } - } - } - ] -} diff --git a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/block/sticky_piston.json b/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/block/sticky_piston.json deleted file mode 100644 index 1e6f80ac..00000000 --- a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/block/sticky_piston.json +++ /dev/null @@ -1,8 +0,0 @@ -{ - "parent": "block/template_piston", - "textures": { - "bottom": "block/piston_bottom", - "side": "block/piston_side", - "platform": "block/piston_top_sticky" - } -} diff --git a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/block/sticky_piston_inventory.json b/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/block/sticky_piston_inventory.json deleted file mode 100644 index 02ac5fe6..00000000 --- a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/block/sticky_piston_inventory.json +++ /dev/null @@ -1,8 +0,0 @@ -{ - "parent": "block/cube_bottom_top", - "textures": { - "bottom": "block/piston_bottom", - "side": "block/piston_side", - "top": "block/piston_top_sticky" - } -} diff --git a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/block/stone.json b/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/block/stone.json deleted file mode 100644 index 52e4199a..00000000 --- a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/block/stone.json +++ /dev/null @@ -1,6 +0,0 @@ -{ - "parent": "block/cube_all", - "textures": { - "all": "block/stone" - } -} diff --git a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/block/stone_brick_slab.json b/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/block/stone_brick_slab.json deleted file mode 100644 index e734e0ca..00000000 --- a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/block/stone_brick_slab.json +++ /dev/null @@ -1,8 +0,0 @@ -{ - "parent": "block/slab", - "textures": { - "bottom": "block/stone_bricks", - "top": "block/stone_bricks", - "side": "block/stone_bricks" - } -} diff --git a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/block/stone_brick_slab_top.json b/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/block/stone_brick_slab_top.json deleted file mode 100644 index 2571d95b..00000000 --- a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/block/stone_brick_slab_top.json +++ /dev/null @@ -1,8 +0,0 @@ -{ - "parent": "block/slab_top", - "textures": { - "bottom": "block/stone_bricks", - "top": "block/stone_bricks", - "side": "block/stone_bricks" - } -} diff --git a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/block/stone_brick_stairs.json b/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/block/stone_brick_stairs.json deleted file mode 100644 index 22bf1d1f..00000000 --- a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/block/stone_brick_stairs.json +++ /dev/null @@ -1,8 +0,0 @@ -{ - "parent": "block/stairs", - "textures": { - "bottom": "block/stone_bricks", - "top": "block/stone_bricks", - "side": "block/stone_bricks" - } -} diff --git a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/block/stone_brick_stairs_inner.json b/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/block/stone_brick_stairs_inner.json deleted file mode 100644 index 4e1a4f10..00000000 --- a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/block/stone_brick_stairs_inner.json +++ /dev/null @@ -1,8 +0,0 @@ -{ - "parent": "block/inner_stairs", - "textures": { - "bottom": "block/stone_bricks", - "top": "block/stone_bricks", - "side": "block/stone_bricks" - } -} diff --git a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/block/stone_brick_stairs_outer.json b/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/block/stone_brick_stairs_outer.json deleted file mode 100644 index d33c2fab..00000000 --- a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/block/stone_brick_stairs_outer.json +++ /dev/null @@ -1,8 +0,0 @@ -{ - "parent": "block/outer_stairs", - "textures": { - "bottom": "block/stone_bricks", - "top": "block/stone_bricks", - "side": "block/stone_bricks" - } -} diff --git a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/block/stone_brick_wall_inventory.json b/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/block/stone_brick_wall_inventory.json deleted file mode 100644 index 7ff4f994..00000000 --- a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/block/stone_brick_wall_inventory.json +++ /dev/null @@ -1,6 +0,0 @@ -{ - "parent": "block/wall_inventory", - "textures": { - "wall": "block/stone_bricks" - } -} diff --git a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/block/stone_brick_wall_post.json b/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/block/stone_brick_wall_post.json deleted file mode 100644 index 5bf3da8e..00000000 --- a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/block/stone_brick_wall_post.json +++ /dev/null @@ -1,6 +0,0 @@ -{ - "parent": "block/template_wall_post", - "textures": { - "wall": "block/stone_bricks" - } -} diff --git a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/block/stone_brick_wall_side.json b/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/block/stone_brick_wall_side.json deleted file mode 100644 index 076fd914..00000000 --- a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/block/stone_brick_wall_side.json +++ /dev/null @@ -1,6 +0,0 @@ -{ - "parent": "block/template_wall_side", - "textures": { - "wall": "block/stone_bricks" - } -} diff --git a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/block/stone_bricks.json b/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/block/stone_bricks.json deleted file mode 100644 index d8ae261f..00000000 --- a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/block/stone_bricks.json +++ /dev/null @@ -1,6 +0,0 @@ -{ - "parent": "block/cube_all", - "textures": { - "all": "block/stone_bricks" - } -} diff --git a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/block/stone_button.json b/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/block/stone_button.json deleted file mode 100644 index d4200a97..00000000 --- a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/block/stone_button.json +++ /dev/null @@ -1,6 +0,0 @@ -{ - "parent": "block/button", - "textures": { - "texture": "block/stone" - } -} diff --git a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/block/stone_button_inventory.json b/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/block/stone_button_inventory.json deleted file mode 100644 index 505a0637..00000000 --- a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/block/stone_button_inventory.json +++ /dev/null @@ -1,6 +0,0 @@ -{ - "parent": "block/button_inventory", - "textures": { - "texture": "block/stone" - } -} diff --git a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/block/stone_button_pressed.json b/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/block/stone_button_pressed.json deleted file mode 100644 index 69d1273d..00000000 --- a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/block/stone_button_pressed.json +++ /dev/null @@ -1,6 +0,0 @@ -{ - "parent": "block/button_pressed", - "textures": { - "texture": "block/stone" - } -} diff --git a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/block/stone_mirrored.json b/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/block/stone_mirrored.json deleted file mode 100644 index af1b1b05..00000000 --- a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/block/stone_mirrored.json +++ /dev/null @@ -1,6 +0,0 @@ -{ - "parent": "block/cube_mirrored_all", - "textures": { - "all": "block/stone" - } -} diff --git a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/block/stone_pressure_plate.json b/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/block/stone_pressure_plate.json deleted file mode 100644 index 3501698b..00000000 --- a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/block/stone_pressure_plate.json +++ /dev/null @@ -1,6 +0,0 @@ -{ - "parent": "block/pressure_plate_up", - "textures": { - "texture": "block/stone" - } -} diff --git a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/block/stone_pressure_plate_down.json b/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/block/stone_pressure_plate_down.json deleted file mode 100644 index 915d222c..00000000 --- a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/block/stone_pressure_plate_down.json +++ /dev/null @@ -1,6 +0,0 @@ -{ - "parent": "block/pressure_plate_down", - "textures": { - "texture": "block/stone" - } -} diff --git a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/block/stone_slab.json b/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/block/stone_slab.json deleted file mode 100644 index 08fd96c7..00000000 --- a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/block/stone_slab.json +++ /dev/null @@ -1,8 +0,0 @@ -{ - "parent": "block/slab", - "textures": { - "bottom": "block/stone", - "top": "block/stone", - "side": "block/stone" - } -} diff --git a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/block/stone_slab_double.json b/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/block/stone_slab_double.json deleted file mode 100644 index 41b0e6d3..00000000 --- a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/block/stone_slab_double.json +++ /dev/null @@ -1,7 +0,0 @@ -{ - "parent": "block/cube_column", - "textures": { - "end": "block/stone_slab_top", - "side": "block/stone_slab_side" - } -} diff --git a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/block/stone_slab_top.json b/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/block/stone_slab_top.json deleted file mode 100644 index d22e93d3..00000000 --- a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/block/stone_slab_top.json +++ /dev/null @@ -1,8 +0,0 @@ -{ - "parent": "block/slab_top", - "textures": { - "bottom": "block/stone", - "top": "block/stone", - "side": "block/stone" - } -} diff --git a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/block/stone_stairs.json b/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/block/stone_stairs.json deleted file mode 100644 index 96927177..00000000 --- a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/block/stone_stairs.json +++ /dev/null @@ -1,8 +0,0 @@ -{ - "parent": "block/stairs", - "textures": { - "bottom": "block/stone", - "top": "block/stone", - "side": "block/stone" - } -} diff --git a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/block/stone_stairs_inner.json b/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/block/stone_stairs_inner.json deleted file mode 100644 index ca593763..00000000 --- a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/block/stone_stairs_inner.json +++ /dev/null @@ -1,8 +0,0 @@ -{ - "parent": "block/inner_stairs", - "textures": { - "bottom": "block/stone", - "top": "block/stone", - "side": "block/stone" - } -} diff --git a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/block/stone_stairs_outer.json b/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/block/stone_stairs_outer.json deleted file mode 100644 index c17b747e..00000000 --- a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/block/stone_stairs_outer.json +++ /dev/null @@ -1,8 +0,0 @@ -{ - "parent": "block/outer_stairs", - "textures": { - "bottom": "block/stone", - "top": "block/stone", - "side": "block/stone" - } -} diff --git a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/block/stonecutter.json b/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/block/stonecutter.json deleted file mode 100644 index 3a02d854..00000000 --- a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/block/stonecutter.json +++ /dev/null @@ -1,29 +0,0 @@ -{ "parent": "block/block", - "textures": { - "particle": "block/stonecutter_bottom", - "bottom": "block/stonecutter_bottom", - "top": "block/stonecutter_top", - "side": "block/stonecutter_side", - "saw": "block/stonecutter_saw" - }, - "elements": [ - { "from": [ 0, 0, 0 ], - "to": [ 16, 9, 16 ], - "faces": { - "down": { "uv": [ 0, 0, 16, 16 ], "texture": "#bottom", "cullface": "down" }, - "up": { "uv": [ 0, 0, 16, 16 ], "texture": "#top" }, - "north": { "uv": [ 0, 7, 16, 16 ], "texture": "#side", "cullface": "north" }, - "south": { "uv": [ 0, 7, 16, 16 ], "texture": "#side", "cullface": "south" }, - "west": { "uv": [ 0, 7, 16, 16 ], "texture": "#side", "cullface": "west" }, - "east": { "uv": [ 0, 7, 16, 16 ], "texture": "#side", "cullface": "east" } - } - }, - { "from": [ 1, 9, 8 ], - "to": [ 15, 16, 8 ], - "faces": { - "north": { "uv": [ 1, 9, 15, 16 ], "texture": "#saw", "tintindex": 0 }, - "south": { "uv": [ 1, 9, 15, 16 ], "texture": "#saw", "tintindex": 0 } - } - } - ] -} diff --git a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/block/stripped_acacia_log.json b/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/block/stripped_acacia_log.json deleted file mode 100644 index 66d90827..00000000 --- a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/block/stripped_acacia_log.json +++ /dev/null @@ -1,7 +0,0 @@ -{ - "parent": "block/cube_column", - "textures": { - "end": "block/stripped_acacia_log_top", - "side": "block/stripped_acacia_log" - } -} diff --git a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/block/stripped_acacia_wood.json b/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/block/stripped_acacia_wood.json deleted file mode 100644 index 3ae4d433..00000000 --- a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/block/stripped_acacia_wood.json +++ /dev/null @@ -1,7 +0,0 @@ -{ - "parent": "block/cube_column", - "textures": { - "end": "block/stripped_acacia_log", - "side": "block/stripped_acacia_log" - } -} diff --git a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/block/stripped_birch_log.json b/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/block/stripped_birch_log.json deleted file mode 100644 index 659e539b..00000000 --- a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/block/stripped_birch_log.json +++ /dev/null @@ -1,7 +0,0 @@ -{ - "parent": "block/cube_column", - "textures": { - "end": "block/stripped_birch_log_top", - "side": "block/stripped_birch_log" - } -} diff --git a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/block/stripped_birch_wood.json b/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/block/stripped_birch_wood.json deleted file mode 100644 index b70bd6eb..00000000 --- a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/block/stripped_birch_wood.json +++ /dev/null @@ -1,7 +0,0 @@ -{ - "parent": "block/cube_column", - "textures": { - "end": "block/stripped_birch_log", - "side": "block/stripped_birch_log" - } -} diff --git a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/block/stripped_dark_oak_log.json b/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/block/stripped_dark_oak_log.json deleted file mode 100644 index 5b56bb52..00000000 --- a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/block/stripped_dark_oak_log.json +++ /dev/null @@ -1,7 +0,0 @@ -{ - "parent": "block/cube_column", - "textures": { - "end": "block/stripped_dark_oak_log_top", - "side": "block/stripped_dark_oak_log" - } -} diff --git a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/block/stripped_dark_oak_wood.json b/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/block/stripped_dark_oak_wood.json deleted file mode 100644 index f448b8b0..00000000 --- a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/block/stripped_dark_oak_wood.json +++ /dev/null @@ -1,7 +0,0 @@ -{ - "parent": "block/cube_column", - "textures": { - "end": "block/stripped_dark_oak_log", - "side": "block/stripped_dark_oak_log" - } -} diff --git a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/block/stripped_jungle_log.json b/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/block/stripped_jungle_log.json deleted file mode 100644 index bfe7121e..00000000 --- a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/block/stripped_jungle_log.json +++ /dev/null @@ -1,7 +0,0 @@ -{ - "parent": "block/cube_column", - "textures": { - "end": "block/stripped_jungle_log_top", - "side": "block/stripped_jungle_log" - } -} diff --git a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/block/stripped_jungle_wood.json b/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/block/stripped_jungle_wood.json deleted file mode 100644 index 092e8928..00000000 --- a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/block/stripped_jungle_wood.json +++ /dev/null @@ -1,7 +0,0 @@ -{ - "parent": "block/cube_column", - "textures": { - "end": "block/stripped_jungle_log", - "side": "block/stripped_jungle_log" - } -} diff --git a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/block/stripped_oak_log.json b/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/block/stripped_oak_log.json deleted file mode 100644 index a5e7c03e..00000000 --- a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/block/stripped_oak_log.json +++ /dev/null @@ -1,7 +0,0 @@ -{ - "parent": "block/cube_column", - "textures": { - "end": "block/stripped_oak_log_top", - "side": "block/stripped_oak_log" - } -} diff --git a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/block/stripped_oak_wood.json b/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/block/stripped_oak_wood.json deleted file mode 100644 index 2a693d34..00000000 --- a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/block/stripped_oak_wood.json +++ /dev/null @@ -1,7 +0,0 @@ -{ - "parent": "block/cube_column", - "textures": { - "end": "block/stripped_oak_log", - "side": "block/stripped_oak_log" - } -} diff --git a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/block/stripped_spruce_log.json b/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/block/stripped_spruce_log.json deleted file mode 100644 index 6719d3d2..00000000 --- a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/block/stripped_spruce_log.json +++ /dev/null @@ -1,7 +0,0 @@ -{ - "parent": "block/cube_column", - "textures": { - "end": "block/stripped_spruce_log_top", - "side": "block/stripped_spruce_log" - } -} diff --git a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/block/stripped_spruce_wood.json b/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/block/stripped_spruce_wood.json deleted file mode 100644 index 62db980d..00000000 --- a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/block/stripped_spruce_wood.json +++ /dev/null @@ -1,7 +0,0 @@ -{ - "parent": "block/cube_column", - "textures": { - "end": "block/stripped_spruce_log", - "side": "block/stripped_spruce_log" - } -} diff --git a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/block/structure_block.json b/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/block/structure_block.json deleted file mode 100644 index c7ed06df..00000000 --- a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/block/structure_block.json +++ /dev/null @@ -1,6 +0,0 @@ -{ - "parent": "block/cube_all", - "textures": { - "all": "block/structure_block" - } -} diff --git a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/block/structure_block_corner.json b/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/block/structure_block_corner.json deleted file mode 100644 index 6e1c6b8f..00000000 --- a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/block/structure_block_corner.json +++ /dev/null @@ -1,6 +0,0 @@ -{ - "parent": "block/cube_all", - "textures": { - "all": "block/structure_block_corner" - } -} diff --git a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/block/structure_block_data.json b/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/block/structure_block_data.json deleted file mode 100644 index b30945be..00000000 --- a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/block/structure_block_data.json +++ /dev/null @@ -1,6 +0,0 @@ -{ - "parent": "block/cube_all", - "textures": { - "all": "block/structure_block_data" - } -} diff --git a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/block/structure_block_load.json b/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/block/structure_block_load.json deleted file mode 100644 index deb210d5..00000000 --- a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/block/structure_block_load.json +++ /dev/null @@ -1,6 +0,0 @@ -{ - "parent": "block/cube_all", - "textures": { - "all": "block/structure_block_load" - } -} diff --git a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/block/structure_block_save.json b/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/block/structure_block_save.json deleted file mode 100644 index afdb39e4..00000000 --- a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/block/structure_block_save.json +++ /dev/null @@ -1,6 +0,0 @@ -{ - "parent": "block/cube_all", - "textures": { - "all": "block/structure_block_save" - } -} diff --git a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/block/structure_void.json b/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/block/structure_void.json deleted file mode 100644 index 073e110d..00000000 --- a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/block/structure_void.json +++ /dev/null @@ -1,6 +0,0 @@ -{ - "textures": { - "particle": "item/structure_void" - } -} - diff --git a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/block/sugar_cane.json b/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/block/sugar_cane.json deleted file mode 100644 index d997a9bb..00000000 --- a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/block/sugar_cane.json +++ /dev/null @@ -1,6 +0,0 @@ -{ - "parent": "block/tinted_cross", - "textures": { - "cross": "block/sugar_cane" - } -} diff --git a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/block/sunflower_bottom.json b/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/block/sunflower_bottom.json deleted file mode 100644 index 4d4d0474..00000000 --- a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/block/sunflower_bottom.json +++ /dev/null @@ -1,6 +0,0 @@ -{ - "parent": "block/cross", - "textures": { - "cross": "block/sunflower_bottom" - } -} diff --git a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/block/sunflower_top.json b/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/block/sunflower_top.json deleted file mode 100644 index f98a1802..00000000 --- a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/block/sunflower_top.json +++ /dev/null @@ -1,53 +0,0 @@ -{ - "ambientocclusion": false, - "textures": { - "particle": "block/sunflower_front", - "cross": "block/sunflower_top", - "back": "block/sunflower_back", - "front": "block/sunflower_front" - }, - "elements": [ - { "from": [ 0.8, 0, 8 ], - "to": [ 15.2, 8, 8 ], - "rotation": { - "origin": [ 8, 8, 8 ], - "axis": "y", - "angle": 45, - "rescale": true - }, - "shade": false, - "faces": { - "north": { "uv": [ 0, 8, 16, 16 ], "texture": "#cross" }, - "south": { "uv": [ 0, 8, 16, 16 ], "texture": "#cross" } - } - }, - { "from": [ 8, 0, 0.8 ], - "to": [ 8, 8, 15.2 ], - "rotation": { - "origin": [ 8, 8, 8 ], - "axis": "y", - "angle": 45, - "rescale": true - }, - "shade": false, - "faces": { - "west": { "uv": [ 0, 8, 16, 16 ], "texture": "#cross" }, - "east": { "uv": [ 0, 8, 16, 16 ], "texture": "#cross" } - } - }, - { "from": [ 9.6, -1, 1 ], - "to": [ 9.6, 15, 15 ], - "rotation": { - "origin": [ 8, 8, 8 ], - "axis": "z", - "angle": 22.5, - "rescale": true - }, - "shade": false, - "faces": { - "west": { "uv": [ 0, 0, 16, 16 ], "texture": "#back" }, - "east": { "uv": [ 0, 0, 16, 16 ], "texture": "#front" } - } - } - ] -} diff --git a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/block/sweet_berry_bush_stage0.json b/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/block/sweet_berry_bush_stage0.json deleted file mode 100644 index 273356d3..00000000 --- a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/block/sweet_berry_bush_stage0.json +++ /dev/null @@ -1,6 +0,0 @@ -{ - "parent": "block/cross", - "textures": { - "cross": "block/sweet_berry_bush_stage0" - } -} diff --git a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/block/sweet_berry_bush_stage1.json b/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/block/sweet_berry_bush_stage1.json deleted file mode 100644 index 341368a2..00000000 --- a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/block/sweet_berry_bush_stage1.json +++ /dev/null @@ -1,6 +0,0 @@ -{ - "parent": "block/cross", - "textures": { - "cross": "block/sweet_berry_bush_stage1" - } -} diff --git a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/block/sweet_berry_bush_stage2.json b/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/block/sweet_berry_bush_stage2.json deleted file mode 100644 index 3d6da1db..00000000 --- a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/block/sweet_berry_bush_stage2.json +++ /dev/null @@ -1,6 +0,0 @@ -{ - "parent": "block/cross", - "textures": { - "cross": "block/sweet_berry_bush_stage2" - } -} diff --git a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/block/sweet_berry_bush_stage3.json b/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/block/sweet_berry_bush_stage3.json deleted file mode 100644 index 5d6e927b..00000000 --- a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/block/sweet_berry_bush_stage3.json +++ /dev/null @@ -1,6 +0,0 @@ -{ - "parent": "block/cross", - "textures": { - "cross": "block/sweet_berry_bush_stage3" - } -} diff --git a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/block/tall_grass_bottom.json b/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/block/tall_grass_bottom.json deleted file mode 100644 index baeb6f13..00000000 --- a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/block/tall_grass_bottom.json +++ /dev/null @@ -1,6 +0,0 @@ -{ - "parent": "block/tinted_cross", - "textures": { - "cross": "block/tall_grass_bottom" - } -} diff --git a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/block/tall_grass_top.json b/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/block/tall_grass_top.json deleted file mode 100644 index 510893d0..00000000 --- a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/block/tall_grass_top.json +++ /dev/null @@ -1,6 +0,0 @@ -{ - "parent": "block/tinted_cross", - "textures": { - "cross": "block/tall_grass_top" - } -} diff --git a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/block/tall_seagrass_bottom.json b/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/block/tall_seagrass_bottom.json deleted file mode 100644 index e51d5051..00000000 --- a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/block/tall_seagrass_bottom.json +++ /dev/null @@ -1,7 +0,0 @@ -{ - "parent": "block/seagrass", - "textures": { - "seagrass": "block/tall_seagrass_bottom", - "particle": "block/tall_seagrass_bottom" - } -} diff --git a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/block/tall_seagrass_top.json b/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/block/tall_seagrass_top.json deleted file mode 100644 index 6baa9844..00000000 --- a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/block/tall_seagrass_top.json +++ /dev/null @@ -1,7 +0,0 @@ -{ - "parent": "block/seagrass", - "textures": { - "seagrass": "block/tall_seagrass_top", - "particle": "block/tall_seagrass_top" - } -} diff --git a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/block/template_farmland.json b/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/block/template_farmland.json deleted file mode 100644 index 5d2aa96c..00000000 --- a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/block/template_farmland.json +++ /dev/null @@ -1,15 +0,0 @@ -{ "parent": "block/block", - "elements": [ - { "from": [ 0, 0, 0 ], - "to": [ 16, 15, 16 ], - "faces": { - "down": { "uv": [ 0, 0, 16, 16 ], "texture": "#dirt", "cullface": "down" }, - "up": { "uv": [ 0, 0, 16, 16 ], "texture": "#top" }, - "north": { "uv": [ 0, 1, 16, 16 ], "texture": "#dirt", "cullface": "north" }, - "south": { "uv": [ 0, 1, 16, 16 ], "texture": "#dirt", "cullface": "south" }, - "west": { "uv": [ 0, 1, 16, 16 ], "texture": "#dirt", "cullface": "west" }, - "east": { "uv": [ 0, 1, 16, 16 ], "texture": "#dirt", "cullface": "east" } - } - } - ] -} diff --git a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/block/template_fence_gate.json b/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/block/template_fence_gate.json deleted file mode 100644 index b1a090fa..00000000 --- a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/block/template_fence_gate.json +++ /dev/null @@ -1,107 +0,0 @@ -{ "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/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/block/template_fence_gate_open.json b/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/block/template_fence_gate_open.json deleted file mode 100644 index af2062a1..00000000 --- a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/block/template_fence_gate_open.json +++ /dev/null @@ -1,95 +0,0 @@ -{ - "textures": { - "particle": "#texture" - }, - "elements": [ - { "__comment": "Left-hand post", - "from": [ 0, 5, 7 ], - "to": [ 2, 16, 9 ], - "faces": { - "down": { "uv": [ 0, 7, 2, 9 ], "texture": "#texture" }, - "up": { "uv": [ 0, 7, 2, 9 ], "texture": "#texture" }, - "north": { "uv": [ 0, 0, 2, 11 ], "texture": "#texture" }, - "south": { "uv": [ 0, 0, 2, 11 ], "texture": "#texture" }, - "west": { "uv": [ 7, 0, 9, 11 ], "texture": "#texture", "cullface": "west" }, - "east": { "uv": [ 7, 0, 9, 11 ], "texture": "#texture" } - } - }, - { "__comment": "Right-hand post", - "from": [ 14, 5, 7 ], - "to": [ 16, 16, 9 ], - "faces": { - "down": { "uv": [ 14, 7, 16, 9 ], "texture": "#texture" }, - "up": { "uv": [ 14, 7, 16, 9 ], "texture": "#texture" }, - "north": { "uv": [ 14, 0, 16, 11 ], "texture": "#texture" }, - "south": { "uv": [ 14, 0, 16, 11 ], "texture": "#texture" }, - "west": { "uv": [ 7, 0, 9, 11 ], "texture": "#texture" }, - "east": { "uv": [ 7, 0, 9, 11 ], "texture": "#texture", "cullface": "east" } - } - }, - { "__comment": "Inner vertical post of left-hand gate door", - "from": [ 0, 6, 13 ], - "to": [ 2, 15, 15 ], - "faces": { - "down": { "uv": [ 0, 13, 2, 15 ], "texture": "#texture" }, - "up": { "uv": [ 0, 13, 2, 15 ], "texture": "#texture" }, - "north": { "uv": [ 0, 1, 2, 10 ], "texture": "#texture" }, - "south": { "uv": [ 0, 1, 2, 10 ], "texture": "#texture" }, - "west": { "uv": [ 13, 1, 15, 10 ], "texture": "#texture" }, - "east": { "uv": [ 13, 1, 15, 10 ], "texture": "#texture" } - } - }, - { "__comment": "Inner vertical post of right-hand gate door", - "from": [ 14, 6, 13 ], - "to": [ 16, 15, 15 ], - "faces": { - "down": { "uv": [ 14, 13, 16, 15 ], "texture": "#texture" }, - "up": { "uv": [ 14, 13, 16, 15 ], "texture": "#texture" }, - "north": { "uv": [ 14, 1, 16, 10 ], "texture": "#texture" }, - "south": { "uv": [ 14, 1, 16, 10 ], "texture": "#texture" }, - "west": { "uv": [ 13, 1, 15, 10 ], "texture": "#texture" }, - "east": { "uv": [ 13, 1, 15, 10 ], "texture": "#texture" } - } - }, - { "__comment": "Lower horizontal bar of left-hand gate door", - "from": [ 0, 6, 9 ], - "to": [ 2, 9, 13 ], - "faces": { - "down": { "uv": [ 0, 9, 2, 13 ], "texture": "#texture" }, - "up": { "uv": [ 0, 9, 2, 13 ], "texture": "#texture" }, - "west": { "uv": [ 13, 7, 15, 10 ], "texture": "#texture" }, - "east": { "uv": [ 13, 7, 15, 10 ], "texture": "#texture" } - } - }, - { "__comment": "Upper horizontal bar of left-hand gate door", - "from": [ 0, 12, 9 ], - "to": [ 2, 15, 13 ], - "faces": { - "down": { "uv": [ 0, 9, 2, 13 ], "texture": "#texture" }, - "up": { "uv": [ 0, 9, 2, 13 ], "texture": "#texture" }, - "west": { "uv": [ 13, 1, 15, 4 ], "texture": "#texture" }, - "east": { "uv": [ 13, 1, 15, 4 ], "texture": "#texture" } - } - }, - { "__comment": "Lower horizontal bar of left-hand gate door", - "from": [ 14, 6, 9 ], - "to": [ 16, 9, 13 ], - "faces": { - "down": { "uv": [ 14, 9, 16, 13 ], "texture": "#texture" }, - "up": { "uv": [ 14, 9, 16, 13 ], "texture": "#texture" }, - "west": { "uv": [ 13, 7, 15, 10 ], "texture": "#texture" }, - "east": { "uv": [ 13, 7, 15, 10 ], "texture": "#texture" } - } - }, - { "__comment": "Upper horizontal bar of left-hand gate door", - "from": [ 14, 12, 9 ], - "to": [ 16, 15, 13 ], - "faces": { - "down": { "uv": [ 14, 9, 16, 13 ], "texture": "#texture" }, - "up": { "uv": [ 14, 9, 16, 13 ], "texture": "#texture" }, - "west": { "uv": [ 13, 1, 15, 4 ], "texture": "#texture" }, - "east": { "uv": [ 13, 1, 15, 4 ], "texture": "#texture" } - } - } - ] -} diff --git a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/block/template_fence_gate_wall.json b/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/block/template_fence_gate_wall.json deleted file mode 100644 index 7b1be07c..00000000 --- a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/block/template_fence_gate_wall.json +++ /dev/null @@ -1,96 +0,0 @@ -{ - "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/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/block/template_fence_gate_wall_open.json b/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/block/template_fence_gate_wall_open.json deleted file mode 100644 index 6aac6c8f..00000000 --- a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/block/template_fence_gate_wall_open.json +++ /dev/null @@ -1,96 +0,0 @@ -{ - "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/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/block/template_glass_pane_noside.json b/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/block/template_glass_pane_noside.json deleted file mode 100644 index af16ff94..00000000 --- a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/block/template_glass_pane_noside.json +++ /dev/null @@ -1,14 +0,0 @@ -{ - "ambientocclusion": false, - "textures": { - "particle": "#pane" - }, - "elements": [ - { "from": [ 7, 0, 7 ], - "to": [ 9, 16, 9 ], - "faces": { - "north": { "uv": [ 9, 0, 7, 16 ], "texture": "#pane" } - } - } - ] -} diff --git a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/block/template_glass_pane_noside_alt.json b/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/block/template_glass_pane_noside_alt.json deleted file mode 100644 index 771d6942..00000000 --- a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/block/template_glass_pane_noside_alt.json +++ /dev/null @@ -1,14 +0,0 @@ -{ - "ambientocclusion": false, - "textures": { - "particle": "#pane" - }, - "elements": [ - { "from": [ 7, 0, 7 ], - "to": [ 9, 16, 9 ], - "faces": { - "east": { "uv": [ 7, 0, 9, 16 ], "texture": "#pane" } - } - } - ] -} diff --git a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/block/template_glass_pane_post.json b/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/block/template_glass_pane_post.json deleted file mode 100644 index 54d7fa88..00000000 --- a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/block/template_glass_pane_post.json +++ /dev/null @@ -1,15 +0,0 @@ -{ - "ambientocclusion": false, - "textures": { - "particle": "#pane" - }, - "elements": [ - { "from": [ 7, 0, 7 ], - "to": [ 9, 16, 9 ], - "faces": { - "down": { "uv": [ 7, 7, 9, 9 ], "texture": "#edge" }, - "up": { "uv": [ 7, 7, 9, 9 ], "texture": "#edge" } - } - } - ] -} diff --git a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/block/template_glass_pane_side.json b/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/block/template_glass_pane_side.json deleted file mode 100644 index fae06dcc..00000000 --- a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/block/template_glass_pane_side.json +++ /dev/null @@ -1,18 +0,0 @@ -{ - "ambientocclusion": false, - "textures": { - "particle": "#pane" - }, - "elements": [ - { "from": [ 7, 0, 0 ], - "to": [ 9, 16, 7 ], - "faces": { - "down": { "uv": [ 7, 0, 9, 7 ], "texture": "#edge" }, - "up": { "uv": [ 7, 0, 9, 7 ], "texture": "#edge" }, - "north": { "uv": [ 7, 0, 9, 16 ], "texture": "#edge", "cullface": "north" }, - "west": { "uv": [ 16, 0, 9, 16 ], "texture": "#pane" }, - "east": { "uv": [ 9, 0, 16, 16 ], "texture": "#pane" } - } - } - ] -} diff --git a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/block/template_glass_pane_side_alt.json b/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/block/template_glass_pane_side_alt.json deleted file mode 100644 index 82d0e98e..00000000 --- a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/block/template_glass_pane_side_alt.json +++ /dev/null @@ -1,18 +0,0 @@ -{ - "ambientocclusion": false, - "textures": { - "particle": "#pane" - }, - "elements": [ - { "from": [ 7, 0, 9 ], - "to": [ 9, 16, 16 ], - "faces": { - "down": { "uv": [ 7, 0, 9, 7 ], "texture": "#edge" }, - "up": { "uv": [ 7, 0, 9, 7 ], "texture": "#edge" }, - "south": { "uv": [ 7, 0, 9, 16 ], "texture": "#edge", "cullface": "south" }, - "west": { "uv": [ 7, 0, 0, 16 ], "texture": "#pane" }, - "east": { "uv": [ 0, 0, 7, 16 ], "texture": "#pane" } - } - } - ] -} diff --git a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/block/template_glazed_terracotta.json b/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/block/template_glazed_terracotta.json deleted file mode 100644 index 13fc8e97..00000000 --- a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/block/template_glazed_terracotta.json +++ /dev/null @@ -1,23 +0,0 @@ -{ - "parent": "block/cube", - "display": { - "firstperson_righthand": { - "rotation": [ 0, 135, 0 ], - "translation": [ 0, 0, 0 ], - "scale": [ 0.40, 0.40, 0.40 ] - } - }, - "elements": [ - { "from": [ 0, 0, 0 ], - "to": [ 16, 16, 16 ], - "faces": { - "down": { "uv": [ 0, 0, 16, 16 ], "texture": "#pattern", "cullface": "down" }, - "up": { "uv": [ 0, 0, 16, 16 ], "texture": "#pattern", "cullface": "up" }, - "north": { "uv": [ 0, 0, 16, 16 ], "texture": "#pattern", "cullface": "north", "rotation": 90 }, - "south": { "uv": [ 0, 0, 16, 16 ], "texture": "#pattern", "cullface": "south", "rotation": 270 }, - "west": { "uv": [ 0, 0, 16, 16 ], "texture": "#pattern", "cullface": "west", "rotation": 0 }, - "east": { "uv": [ 0, 0, 16, 16 ], "texture": "#pattern", "cullface": "east", "rotation": 180 } - } - } - ] -} diff --git a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/block/template_orientable_trapdoor_bottom.json b/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/block/template_orientable_trapdoor_bottom.json deleted file mode 100644 index 5f2ac5e4..00000000 --- a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/block/template_orientable_trapdoor_bottom.json +++ /dev/null @@ -1,18 +0,0 @@ -{ "parent": "block/thin_block", - "textures": { - "particle": "#texture" - }, - "elements": [ - { "from": [ 0, 0, 0 ], - "to": [ 16, 3, 16 ], - "faces": { - "down": { "uv": [ 0, 0, 16, 16 ], "texture": "#texture", "cullface": "down" }, - "up": { "uv": [ 0, 16, 16, 0 ], "texture": "#texture" }, - "north": { "uv": [ 0, 0, 16, 3 ], "texture": "#texture", "cullface": "north" }, - "south": { "uv": [ 0, 0, 16, 3 ], "texture": "#texture", "cullface": "south" }, - "west": { "uv": [ 0, 0, 16, 3 ], "texture": "#texture", "cullface": "west" }, - "east": { "uv": [ 0, 0, 16, 3 ], "texture": "#texture", "cullface": "east" } - } - } - ] -} diff --git a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/block/template_orientable_trapdoor_open.json b/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/block/template_orientable_trapdoor_open.json deleted file mode 100644 index ce447b51..00000000 --- a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/block/template_orientable_trapdoor_open.json +++ /dev/null @@ -1,18 +0,0 @@ -{ - "textures": { - "particle": "#texture" - }, - "elements": [ - { "from": [ 0, 0, 13 ], - "to": [ 16, 16, 16 ], - "faces": { - "down": { "uv": [ 0, 0, 16, 3 ], "texture": "#texture", "cullface": "down" }, - "up": { "uv": [ 0, 3, 16, 0 ], "texture": "#texture", "cullface": "up" }, - "north": { "uv": [ 0, 16, 16, 0 ], "texture": "#texture" }, - "south": { "uv": [ 0, 16, 16, 0 ], "texture": "#texture", "cullface": "south" }, - "west": { "uv": [ 0, 0, 16, 3 ], "rotation": 90, "texture": "#texture", "cullface": "west" }, - "east": { "uv": [ 0, 3, 16, 0 ], "rotation": 90, "texture": "#texture", "cullface": "east" } - } - } - ] -} diff --git a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/block/template_orientable_trapdoor_top.json b/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/block/template_orientable_trapdoor_top.json deleted file mode 100644 index a437e184..00000000 --- a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/block/template_orientable_trapdoor_top.json +++ /dev/null @@ -1,18 +0,0 @@ -{ - "textures": { - "particle": "#texture" - }, - "elements": [ - { "from": [ 0, 13, 0 ], - "to": [ 16, 16, 16 ], - "faces": { - "down": { "uv": [ 0, 0, 16, 16 ], "texture": "#texture" }, - "up": { "uv": [ 0, 16, 16, 0 ], "texture": "#texture", "cullface": "up" }, - "north": { "uv": [ 0, 0, 16, 3 ], "texture": "#texture", "cullface": "north" }, - "south": { "uv": [ 0, 0, 16, 3 ], "texture": "#texture", "cullface": "south" }, - "west": { "uv": [ 0, 0, 16, 3 ], "texture": "#texture", "cullface": "west" }, - "east": { "uv": [ 0, 0, 16, 3 ], "texture": "#texture", "cullface": "east" } - } - } - ] -} diff --git a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/block/template_piston.json b/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/block/template_piston.json deleted file mode 100644 index 83b4e18a..00000000 --- a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/block/template_piston.json +++ /dev/null @@ -1,18 +0,0 @@ -{ - "textures": { - "particle": "#side" - }, - "elements": [ - { "from": [ 0, 0, 0 ], - "to": [ 16, 16, 16 ], - "faces": { - "down": { "uv": [ 0, 0, 16, 16 ], "texture": "#side", "rotation": 180, "cullface": "down" }, - "up": { "uv": [ 0, 0, 16, 16 ], "texture": "#side", "cullface": "up" }, - "north": { "uv": [ 0, 0, 16, 16 ], "texture": "#platform", "cullface": "north" }, - "south": { "uv": [ 0, 0, 16, 16 ], "texture": "#bottom", "cullface": "south" }, - "west": { "uv": [ 0, 0, 16, 16 ], "texture": "#side", "rotation": 270, "cullface": "west" }, - "east": { "uv": [ 0, 0, 16, 16 ], "texture": "#side", "rotation": 90, "cullface": "east" } - } - } - ] -} diff --git a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/block/template_piston_head.json b/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/block/template_piston_head.json deleted file mode 100644 index f4fcb910..00000000 --- a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/block/template_piston_head.json +++ /dev/null @@ -1,27 +0,0 @@ -{ - "textures": { - "particle": "#platform" - }, - "elements": [ - { "from": [ 0, 0, 0 ], - "to": [ 16, 16, 4 ], - "faces": { - "down": { "uv": [ 0, 0, 16, 4 ], "texture": "#side", "cullface": "down", "rotation": 180 }, - "up": { "uv": [ 0, 0, 16, 4 ], "texture": "#side", "cullface": "up" }, - "north": { "uv": [ 0, 0, 16, 16 ], "texture": "#platform", "cullface": "north" }, - "south": { "uv": [ 0, 0, 16, 16 ], "texture": "#unsticky" }, - "west": { "uv": [ 0, 0, 16, 4 ], "texture": "#side", "rotation": 270, "cullface": "west" }, - "east": { "uv": [ 0, 0, 16, 4 ], "texture": "#side", "rotation": 90, "cullface": "east" } - } - }, - { "from": [ 6, 6, 4 ], - "to": [ 10, 10, 20 ], - "faces": { - "down": { "uv": [ 0, 0, 16, 4 ], "texture": "#side", "rotation": 90 }, - "up": { "uv": [ 0, 0, 16, 4 ], "texture": "#side", "rotation": 270 }, - "west": { "uv": [ 16, 4, 0, 0 ], "texture": "#side" }, - "east": { "uv": [ 0, 0, 16, 4 ], "texture": "#side" } - } - } - ] -} diff --git a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/block/template_piston_head_short.json b/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/block/template_piston_head_short.json deleted file mode 100644 index cdbe9e12..00000000 --- a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/block/template_piston_head_short.json +++ /dev/null @@ -1,27 +0,0 @@ -{ - "textures": { - "particle": "#platform" - }, - "elements": [ - { "from": [ 0, 0, 0 ], - "to": [ 16, 16, 4 ], - "faces": { - "down": { "uv": [ 0, 0, 16, 4 ], "texture": "#side", "cullface": "down", "rotation": 180 }, - "up": { "uv": [ 0, 0, 16, 4 ], "texture": "#side", "cullface": "up" }, - "north": { "uv": [ 0, 0, 16, 16 ], "texture": "#platform", "cullface": "north" }, - "south": { "uv": [ 0, 0, 16, 16 ], "texture": "#unsticky" }, - "west": { "uv": [ 0, 0, 16, 4 ], "texture": "#side", "rotation": 270, "cullface": "west" }, - "east": { "uv": [ 0, 0, 16, 4 ], "texture": "#side", "rotation": 90, "cullface": "east" } - } - }, - { "from": [ 6, 6, 4 ], - "to": [ 10, 10, 16 ], - "faces": { - "down": { "uv": [ 4, 0, 16, 4 ], "texture": "#side", "rotation": 90 }, - "up": { "uv": [ 4, 0, 16, 4 ], "texture": "#side", "rotation": 270 }, - "west": { "uv": [ 16, 4, 4, 0 ], "texture": "#side" }, - "east": { "uv": [ 4, 0, 16, 4 ], "texture": "#side" } - } - } - ] -} diff --git a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/block/template_rail_raised_ne.json b/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/block/template_rail_raised_ne.json deleted file mode 100644 index a92e4603..00000000 --- a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/block/template_rail_raised_ne.json +++ /dev/null @@ -1,21 +0,0 @@ -{ - "ambientocclusion": false, - "textures": { - "particle": "#rail" - }, - "elements": [ - { "from": [ 0, 9, 0 ], - "to": [ 16, 9, 16 ], - "rotation": { - "origin": [ 8, 9, 8 ], - "axis": "x", - "angle": 45, - "rescale": true - }, - "faces": { - "down": { "uv": [ 0, 16, 16, 0 ], "texture": "#rail" }, - "up": { "uv": [ 0, 0, 16, 16 ], "texture": "#rail" } - } - } - ] -} diff --git a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/block/template_rail_raised_sw.json b/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/block/template_rail_raised_sw.json deleted file mode 100644 index dddc3562..00000000 --- a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/block/template_rail_raised_sw.json +++ /dev/null @@ -1,21 +0,0 @@ -{ - "ambientocclusion": false, - "textures": { - "particle": "#rail" - }, - "elements": [ - { "from": [ 0, 9, 0 ], - "to": [ 16, 9, 16 ], - "rotation": { - "origin": [ 8, 9, 8 ], - "axis": "x", - "angle": -45, - "rescale": true - }, - "faces": { - "down": { "uv": [ 0, 16, 16, 0 ], "texture": "#rail" }, - "up": { "uv": [ 0, 0, 16, 16 ], "texture": "#rail" } - } - } - ] -} diff --git a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/block/template_torch.json b/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/block/template_torch.json deleted file mode 100644 index aef12fcf..00000000 --- a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/block/template_torch.json +++ /dev/null @@ -1,32 +0,0 @@ -{ - "ambientocclusion": false, - "textures": { - "particle": "#torch" - }, - "elements": [ - { "from": [ 7, 0, 7 ], - "to": [ 9, 10, 9 ], - "shade": false, - "faces": { - "down": { "uv": [ 7, 13, 9, 15 ], "texture": "#torch" }, - "up": { "uv": [ 7, 6, 9, 8 ], "texture": "#torch" } - } - }, - { "from": [ 7, 0, 0 ], - "to": [ 9, 16, 16 ], - "shade": false, - "faces": { - "west": { "uv": [ 0, 0, 16, 16 ], "texture": "#torch" }, - "east": { "uv": [ 0, 0, 16, 16 ], "texture": "#torch" } - } - }, - { "from": [ 0, 0, 7 ], - "to": [ 16, 16, 9 ], - "shade": false, - "faces": { - "north": { "uv": [ 0, 0, 16, 16 ], "texture": "#torch" }, - "south": { "uv": [ 0, 0, 16, 16 ], "texture": "#torch" } - } - } - ] -} diff --git a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/block/template_trapdoor_bottom.json b/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/block/template_trapdoor_bottom.json deleted file mode 100644 index 2b6c8daa..00000000 --- a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/block/template_trapdoor_bottom.json +++ /dev/null @@ -1,18 +0,0 @@ -{ "parent": "block/thin_block", - "textures": { - "particle": "#texture" - }, - "elements": [ - { "from": [ 0, 0, 0 ], - "to": [ 16, 3, 16 ], - "faces": { - "down": { "uv": [ 0, 0, 16, 16 ], "texture": "#texture", "cullface": "down" }, - "up": { "uv": [ 0, 0, 16, 16 ], "texture": "#texture" }, - "north": { "uv": [ 0, 16, 16, 13 ], "texture": "#texture", "cullface": "north" }, - "south": { "uv": [ 0, 16, 16, 13 ], "texture": "#texture", "cullface": "south" }, - "west": { "uv": [ 0, 16, 16, 13 ], "texture": "#texture", "cullface": "west" }, - "east": { "uv": [ 0, 16, 16, 13 ], "texture": "#texture", "cullface": "east" } - } - } - ] -} diff --git a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/block/template_trapdoor_open.json b/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/block/template_trapdoor_open.json deleted file mode 100644 index b301619c..00000000 --- a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/block/template_trapdoor_open.json +++ /dev/null @@ -1,18 +0,0 @@ -{ - "textures": { - "particle": "#texture" - }, - "elements": [ - { "from": [ 0, 0, 13 ], - "to": [ 16, 16, 16 ], - "faces": { - "down": { "uv": [ 0, 13, 16, 16 ], "texture": "#texture", "cullface": "down" }, - "up": { "uv": [ 0, 16, 16, 13 ], "texture": "#texture", "cullface": "up" }, - "north": { "uv": [ 0, 0, 16, 16 ], "texture": "#texture" }, - "south": { "uv": [ 0, 0, 16, 16 ], "texture": "#texture", "cullface": "south" }, - "west": { "uv": [ 16, 0, 13, 16 ], "texture": "#texture", "cullface": "west" }, - "east": { "uv": [ 13, 0, 16, 16 ], "texture": "#texture", "cullface": "east" } - } - } - ] -} diff --git a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/block/template_trapdoor_top.json b/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/block/template_trapdoor_top.json deleted file mode 100644 index 036aeb7b..00000000 --- a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/block/template_trapdoor_top.json +++ /dev/null @@ -1,18 +0,0 @@ -{ - "textures": { - "particle": "#texture" - }, - "elements": [ - { "from": [ 0, 13, 0 ], - "to": [ 16, 16, 16 ], - "faces": { - "down": { "uv": [ 0, 0, 16, 16 ], "texture": "#texture" }, - "up": { "uv": [ 0, 0, 16, 16 ], "texture": "#texture", "cullface": "up" }, - "north": { "uv": [ 0, 16, 16, 13 ], "texture": "#texture", "cullface": "north" }, - "south": { "uv": [ 0, 16, 16, 13 ], "texture": "#texture", "cullface": "south" }, - "west": { "uv": [ 0, 16, 16, 13 ], "texture": "#texture", "cullface": "west" }, - "east": { "uv": [ 0, 16, 16, 13 ], "texture": "#texture", "cullface": "east" } - } - } - ] -} diff --git a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/block/template_wall_post.json b/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/block/template_wall_post.json deleted file mode 100644 index c1c40e47..00000000 --- a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/block/template_wall_post.json +++ /dev/null @@ -1,19 +0,0 @@ -{ - "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/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/block/template_wall_side.json b/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/block/template_wall_side.json deleted file mode 100644 index 301854c8..00000000 --- a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/block/template_wall_side.json +++ /dev/null @@ -1,18 +0,0 @@ -{ - "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/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/block/terracotta.json b/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/block/terracotta.json deleted file mode 100644 index ce3e563a..00000000 --- a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/block/terracotta.json +++ /dev/null @@ -1,6 +0,0 @@ -{ - "parent": "block/cube_all", - "textures": { - "all": "block/terracotta" - } -} diff --git a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/block/thin_block.json b/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/block/thin_block.json deleted file mode 100644 index 1adb58ab..00000000 --- a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/block/thin_block.json +++ /dev/null @@ -1,19 +0,0 @@ -{ "parent": "block/block", - "display": { - "thirdperson_righthand": { - "rotation": [ 75, 45, 0 ], - "translation": [ 0, 2.5, 2], - "scale": [ 0.375, 0.375, 0.375 ] - }, - "firstperson_righthand": { - "rotation": [ 0, 45, 0 ], - "translation": [ 0, 4.2, 0 ], - "scale": [ 0.40, 0.40, 0.40 ] - }, - "firstperson_lefthand": { - "rotation": [ 0, 225, 0 ], - "translation": [ 0, 4.2, 0 ], - "scale": [ 0.40, 0.40, 0.40 ] - } - } -} diff --git a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/block/three_dead_sea_pickles.json b/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/block/three_dead_sea_pickles.json deleted file mode 100644 index 8eff63de..00000000 --- a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/block/three_dead_sea_pickles.json +++ /dev/null @@ -1,65 +0,0 @@ -{ - "parent": "block/block", - "textures": { - "particle": "block/sea_pickle", - "all": "block/sea_pickle" - }, - "elements": [ - { "from": [ 6, 0, 9 ], - "to": [ 10, 6, 13 ], - "faces": { - "down": { "uv": [ 8, 1, 12, 5 ], "texture": "#all", "cullface": "down" }, - "up": { "uv": [ 4, 1, 8, 5 ], "texture": "#all" }, - "north": { "uv": [ 4, 5, 8, 11 ], "texture": "#all" }, - "south": { "uv": [ 0, 5, 4, 11 ], "texture": "#all" }, - "west": { "uv": [ 8, 5, 12, 11 ], "texture": "#all" }, - "east": { "uv": [ 12, 5, 16, 11 ], "texture": "#all" } - } - }, - { - "from": [ 6, 5.95, 9 ], - "to": [ 10, 5.95, 13 ], - "faces": { - "up": {"uv": [ 8, 1, 12, 5 ], "texture": "#all"} - } - }, - { - "from": [ 2, 0, 2 ], - "to": [ 6, 4, 6 ], - "faces": { - "down": { "uv": [ 8, 1, 12, 5 ], "texture": "#all", "cullface": "down" }, - "up": { "uv": [ 4, 1, 8, 5 ], "texture": "#all" }, - "north": { "uv": [ 4, 5, 8, 9 ], "texture": "#all" }, - "south": { "uv": [ 0, 5, 4, 9 ], "texture": "#all" }, - "west": { "uv": [ 8, 5, 12, 9 ], "texture": "#all" }, - "east": { "uv": [ 12, 5, 16, 9 ], "texture": "#all" } - } - }, - { - "from": [ 2, 3.95, 2 ], - "to": [ 6, 3.95, 6 ], - "faces": { - "up": {"uv": [ 8, 1, 12, 5 ], "texture": "#all"} - } - }, - { - "from": [ 8, 0, 4 ], - "to": [ 12, 6, 8 ], - "faces": { - "down": { "uv": [ 8, 1, 12, 5 ], "texture": "#all", "cullface": "down" }, - "up": { "uv": [ 4, 1, 8, 5 ], "texture": "#all" }, - "north": { "uv": [ 4, 5, 8, 11 ], "texture": "#all" }, - "south": { "uv": [ 0, 5, 4, 11 ], "texture": "#all" }, - "west": { "uv": [ 8, 5, 12, 11 ], "texture": "#all" }, - "east": { "uv": [ 12, 5, 16, 11 ], "texture": "#all" } - } - }, - { - "from": [ 8, 5.95, 4 ], - "to": [ 12, 5.95, 8 ], - "faces": { - "up": {"uv": [ 8, 1, 12, 5 ], "texture": "#all"} - } - } - ] -} diff --git a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/block/three_sea_pickles.json b/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/block/three_sea_pickles.json deleted file mode 100644 index 4a34fda0..00000000 --- a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/block/three_sea_pickles.json +++ /dev/null @@ -1,125 +0,0 @@ -{ - "parent": "block/block", - "textures": { - "particle": "block/sea_pickle", - "all": "block/sea_pickle" - }, - "elements": [ - { "from": [ 6, 0, 9 ], - "to": [ 10, 6, 13 ], - "faces": { - "down": { "uv": [ 8, 1, 12, 5 ], "texture": "#all", "cullface": "down" }, - "up": { "uv": [ 4, 1, 8, 5 ], "texture": "#all" }, - "north": { "uv": [ 4, 5, 8, 11 ], "texture": "#all" }, - "south": { "uv": [ 0, 5, 4, 11 ], "texture": "#all" }, - "west": { "uv": [ 8, 5, 12, 11 ], "texture": "#all" }, - "east": { "uv": [ 12, 5, 16, 11 ], "texture": "#all" } - } - }, - { - "from": [ 6, 5.95, 9 ], - "to": [ 10, 5.95, 13 ], - "faces": { - "up": {"uv": [ 8, 1, 12, 5 ], "texture": "#all"} - } - }, - { - "from": [ 2, 0, 2 ], - "to": [ 6, 4, 6 ], - "faces": { - "down": { "uv": [ 8, 1, 12, 5 ], "texture": "#all", "cullface": "down" }, - "up": { "uv": [ 4, 1, 8, 5 ], "texture": "#all" }, - "north": { "uv": [ 4, 5, 8, 9 ], "texture": "#all" }, - "south": { "uv": [ 0, 5, 4, 9 ], "texture": "#all" }, - "west": { "uv": [ 8, 5, 12, 9 ], "texture": "#all" }, - "east": { "uv": [ 12, 5, 16, 9 ], "texture": "#all" } - } - }, - { - "from": [ 2, 3.95, 2 ], - "to": [ 6, 3.95, 6 ], - "faces": { - "up": {"uv": [ 8, 1, 12, 5 ], "texture": "#all"} - } - }, - { - "from": [ 8, 0, 4 ], - "to": [ 12, 6, 8 ], - "faces": { - "down": { "uv": [ 8, 1, 12, 5 ], "texture": "#all", "cullface": "down" }, - "up": { "uv": [ 4, 1, 8, 5 ], "texture": "#all" }, - "north": { "uv": [ 4, 5, 8, 11 ], "texture": "#all" }, - "south": { "uv": [ 0, 5, 4, 11 ], "texture": "#all" }, - "west": { "uv": [ 8, 5, 12, 11 ], "texture": "#all" }, - "east": { "uv": [ 12, 5, 16, 11 ], "texture": "#all" } - } - }, - { - "from": [ 8, 5.95, 4 ], - "to": [ 12, 5.95, 8 ], - "faces": { - "up": {"uv": [ 8, 1, 12, 5 ], "texture": "#all"} - } - }, - { - "from": [ 7.5, 5.2, 11 ], - "to": [ 8.5, 8.7, 11 ], - "rotation": { "origin": [ 8, 8, 11 ], "axis": "y", "angle": 45, "rescale": true }, - "shade": false, - "faces": { - "north": { "uv": [ 1, 0, 3, 5 ], "texture": "#all" }, - "south": { "uv": [ 13, 0, 15, 5 ], "texture": "#all" } - } - }, - { - "from": [ 8, 5.2, 10.5 ], - "to": [ 8, 8.7, 11.5 ], - "rotation": { "origin": [ 8, 8, 11 ], "axis": "y", "angle": 45, "rescale": true }, - "shade": false, - "faces": { - "west": { "uv": [ 1, 0, 3, 5 ], "texture": "#all" }, - "east": { "uv": [ 13, 0, 15, 5 ], "texture": "#all" } - } - }, - { - "from": [ 3.5, 3.2, 4 ], - "to": [ 4.5, 6.7, 4 ], - "rotation": { "origin": [ 4, 8, 4 ], "axis": "y", "angle": 45, "rescale": true }, - "shade": false, - "faces": { - "north": { "uv": [ 1, 0, 3, 5 ], "texture": "#all" }, - "south": { "uv": [ 13, 0, 15, 5 ], "texture": "#all" } - } - }, - { - "from": [ 4, 3.2, 3.5 ], - "to": [ 4, 6.7, 4.5 ], - "rotation": { "origin": [ 4, 8, 4 ], "axis": "y", "angle": 45, "rescale": true }, - "shade": false, - "faces": { - "west": { "uv": [ 1, 0, 3, 5 ], "texture": "#all" }, - "east": { "uv": [ 13, 0, 15, 5 ], "texture": "#all" } - } - }, - { - "from": [ 9.5, 5.2, 6 ], - "to": [ 10.5, 8.7, 6 ], - "rotation": { "origin": [ 10, 8, 6 ], "axis": "y", "angle": 45, "rescale": true }, - "shade": false, - "faces": { - "north": { "uv": [ 1, 0, 3, 5 ], "texture": "#all" }, - "south": { "uv": [ 13, 0, 15, 5 ], "texture": "#all" } - } - }, - { - "from": [ 10, 5.2, 5.5 ], - "to": [ 10, 8.7, 6.5 ], - "rotation": { "origin": [ 10, 8, 6 ], "axis": "y", "angle": 45, "rescale": true }, - "shade": false, - "faces": { - "west": { "uv": [ 1, 0, 3, 5 ], "texture": "#all" }, - "east": { "uv": [ 13, 0, 15, 5 ], "texture": "#all" } - } - } - ] -} diff --git a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/block/three_slightly_cracked_turtle_eggs.json b/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/block/three_slightly_cracked_turtle_eggs.json deleted file mode 100644 index 13cc85e8..00000000 --- a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/block/three_slightly_cracked_turtle_eggs.json +++ /dev/null @@ -1,6 +0,0 @@ -{ - "parent": "block/three_turtle_eggs", - "textures": { - "all": "block/turtle_egg_slightly_cracked" - } -} diff --git a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/block/three_turtle_eggs.json b/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/block/three_turtle_eggs.json deleted file mode 100644 index beb63118..00000000 --- a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/block/three_turtle_eggs.json +++ /dev/null @@ -1,44 +0,0 @@ -{ - "parent": "block/block", - "textures": { - "particle": "block/turtle_egg", - "all": "block/turtle_egg" - }, - "elements": [ - { "from": [ 5, 0, 4 ], - "to": [ 9, 7, 8 ], - "faces": { - "down": { "uv": [ 0, 0, 4, 4 ], "texture": "#all", "cullface": "down" }, - "up": { "uv": [ 0, 0, 4, 4 ], "texture": "#all" }, - "north": { "uv": [ 1, 4, 5, 11 ], "texture": "#all" }, - "south": { "uv": [ 1, 4, 5, 11 ], "texture": "#all" }, - "west": { "uv": [ 1, 4, 5, 11 ], "texture": "#all" }, - "east": { "uv": [ 1, 4, 5, 11 ], "texture": "#all" } - } - }, - { - "from": [ 1, 0, 7 ], - "to": [ 5, 5, 11 ], - "faces": { - "down": { "uv": [ 6, 7, 10, 11 ], "texture": "#all", "cullface": "down" }, - "up": { "uv": [ 6, 7, 10, 11 ], "texture": "#all" }, - "north": { "uv": [ 10, 10, 14, 15 ], "texture": "#all" }, - "south": { "uv": [ 10, 10, 14, 15 ], "texture": "#all" }, - "west": { "uv": [ 10, 10, 14, 15 ], "texture": "#all" }, - "east": { "uv": [ 10, 10, 14, 15 ], "texture": "#all" } - } - }, - { - "from": [ 11, 0, 7 ], - "to": [ 14, 4, 10 ], - "faces": { - "down": { "uv": [ 5, 0, 8, 3 ], "texture": "#all", "cullface": "down" }, - "up": { "uv": [ 5, 0, 8, 3 ], "texture": "#all" }, - "north": { "uv": [ 8, 3, 11, 7 ], "texture": "#all" }, - "south": { "uv": [ 8, 3, 11, 7 ], "texture": "#all" }, - "west": { "uv": [ 8, 3, 11, 7 ], "texture": "#all" }, - "east": { "uv": [ 8, 3, 11, 7 ], "texture": "#all" } - } - } - ] -} diff --git a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/block/three_very_cracked_turtle_eggs.json b/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/block/three_very_cracked_turtle_eggs.json deleted file mode 100644 index d8e7dd76..00000000 --- a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/block/three_very_cracked_turtle_eggs.json +++ /dev/null @@ -1,6 +0,0 @@ -{ - "parent": "block/three_turtle_eggs", - "textures": { - "all": "block/turtle_egg_very_cracked" - } -} diff --git a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/block/tinted_cross.json b/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/block/tinted_cross.json deleted file mode 100644 index d3b5474e..00000000 --- a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/block/tinted_cross.json +++ /dev/null @@ -1,26 +0,0 @@ -{ - "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/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/block/tnt.json b/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/block/tnt.json deleted file mode 100644 index 093610b9..00000000 --- a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/block/tnt.json +++ /dev/null @@ -1,8 +0,0 @@ -{ - "parent": "block/cube_bottom_top", - "textures": { - "bottom": "block/tnt_bottom", - "top": "block/tnt_top", - "side": "block/tnt_side" - } -} diff --git a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/block/torch.json b/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/block/torch.json deleted file mode 100644 index 2baee9fd..00000000 --- a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/block/torch.json +++ /dev/null @@ -1,6 +0,0 @@ -{ - "parent": "block/template_torch", - "textures": { - "torch": "block/torch" - } -} diff --git a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/block/torch_wall.json b/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/block/torch_wall.json deleted file mode 100644 index 1a6d297e..00000000 --- a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/block/torch_wall.json +++ /dev/null @@ -1,35 +0,0 @@ -{ - "ambientocclusion": false, - "textures": { - "particle": "#torch" - }, - "elements": [ - { "from": [ -1, 3.5, 7 ], - "to": [ 1, 13.5, 9 ], - "rotation": { "origin": [ 0, 3.5, 8 ], "axis": "z", "angle": -22.5 }, - "shade": false, - "faces": { - "down": { "uv": [ 7, 13, 9, 15 ], "texture": "#torch" }, - "up": { "uv": [ 7, 6, 9, 8 ], "texture": "#torch" } - } - }, - { "from": [ -1, 3.5, 0 ], - "to": [ 1, 19.5, 16 ], - "rotation": { "origin": [ 0, 3.5, 8 ], "axis": "z", "angle": -22.5 }, - "shade": false, - "faces": { - "west": { "uv": [ 0, 0, 16, 16 ], "texture": "#torch" }, - "east": { "uv": [ 0, 0, 16, 16 ], "texture": "#torch" } - } - }, - { "from": [ -8, 3.5, 7 ], - "to": [ 8, 19.5, 9 ], - "rotation": { "origin": [ 0, 3.5, 8 ], "axis": "z", "angle": -22.5 }, - "shade": false, - "faces": { - "north": { "uv": [ 0, 0, 16, 16 ], "texture": "#torch" }, - "south": { "uv": [ 0, 0, 16, 16 ], "texture": "#torch" } - } - } - ] -} diff --git a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/block/tripwire_attached_n.json b/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/block/tripwire_attached_n.json deleted file mode 100644 index 308d26ae..00000000 --- a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/block/tripwire_attached_n.json +++ /dev/null @@ -1,33 +0,0 @@ -{ - "ambientocclusion": false, - "textures": { - "particle": "block/tripwire", - "texture": "block/tripwire" - }, - "elements": [ - { "from": [ 7.75, 1.5, 0 ], - "to": [ 8.25, 1.5, 4 ], - "shade": false, - "faces": { - "down": { "uv": [ 0, 4, 16, 2 ], "texture": "#texture", "rotation": 90 }, - "up": { "uv": [ 0, 2, 16, 4 ], "texture": "#texture", "rotation": 90 } - } - }, - { "from": [ 7.75, 1.5, 4 ], - "to": [ 8.25, 1.5, 8 ], - "shade": false, - "faces": { - "down": { "uv": [ 0, 4, 16, 2 ], "texture": "#texture", "rotation": 90 }, - "up": { "uv": [ 0, 2, 16, 4 ], "texture": "#texture", "rotation": 90 } - } - }, - { "from": [ 7.75, 1.5, 8 ], - "to": [ 8.25, 1.5, 12 ], - "shade": false, - "faces": { - "down": { "uv": [ 0, 4, 16, 2 ], "texture": "#texture", "rotation": 90 }, - "up": { "uv": [ 0, 2, 16, 4 ], "texture": "#texture", "rotation": 90 } - } - } - ] -} diff --git a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/block/tripwire_attached_ne.json b/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/block/tripwire_attached_ne.json deleted file mode 100644 index e2a65ffa..00000000 --- a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/block/tripwire_attached_ne.json +++ /dev/null @@ -1,41 +0,0 @@ -{ - "ambientocclusion": false, - "textures": { - "particle": "block/tripwire", - "texture": "block/tripwire" - }, - "elements": [ - { "from": [ 7.75, 1.5, 0 ], - "to": [ 8.25, 1.5, 4 ], - "shade": false, - "faces": { - "down": { "uv": [ 0, 4, 16, 2 ], "texture": "#texture", "rotation": 90 }, - "up": { "uv": [ 0, 2, 16, 4 ], "texture": "#texture", "rotation": 90 } - } - }, - { "from": [ 7.75, 1.5, 4 ], - "to": [ 8.25, 1.5, 8 ], - "shade": false, - "faces": { - "down": { "uv": [ 0, 4, 16, 2 ], "texture": "#texture", "rotation": 90 }, - "up": { "uv": [ 0, 2, 16, 4 ], "texture": "#texture", "rotation": 90 } - } - }, - { "from": [ 8, 1.5, 7.75 ], - "to": [ 12, 1.5, 8.25 ], - "shade": false, - "faces": { - "down": { "uv": [ 0, 4, 16, 2 ], "texture": "#texture" }, - "up": { "uv": [ 0, 2, 16, 4 ], "texture": "#texture" } - } - }, - { "from": [ 12, 1.5, 7.75 ], - "to": [ 16, 1.5, 8.25 ], - "shade": false, - "faces": { - "down": { "uv": [ 0, 4, 16, 2 ], "texture": "#texture" }, - "up": { "uv": [ 0, 2, 16, 4 ], "texture": "#texture" } - } - } - ] -} diff --git a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/block/tripwire_attached_ns.json b/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/block/tripwire_attached_ns.json deleted file mode 100644 index 3755236d..00000000 --- a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/block/tripwire_attached_ns.json +++ /dev/null @@ -1,41 +0,0 @@ -{ - "ambientocclusion": false, - "textures": { - "particle": "block/tripwire", - "texture": "block/tripwire" - }, - "elements": [ - { "from": [ 7.75, 1.5, 0 ], - "to": [ 8.25, 1.5, 4 ], - "shade": false, - "faces": { - "down": { "uv": [ 0, 4, 16, 2 ], "texture": "#texture", "rotation": 90 }, - "up": { "uv": [ 0, 2, 16, 4 ], "texture": "#texture", "rotation": 90 } - } - }, - { "from": [ 7.75, 1.5, 4 ], - "to": [ 8.25, 1.5, 8 ], - "shade": false, - "faces": { - "down": { "uv": [ 0, 4, 16, 2 ], "texture": "#texture", "rotation": 90 }, - "up": { "uv": [ 0, 2, 16, 4 ], "texture": "#texture", "rotation": 90 } - } - }, - { "from": [ 7.75, 1.5, 8 ], - "to": [ 8.25, 1.5, 12 ], - "shade": false, - "faces": { - "down": { "uv": [ 0, 4, 16, 2 ], "texture": "#texture", "rotation": 90 }, - "up": { "uv": [ 0, 2, 16, 4 ], "texture": "#texture", "rotation": 90 } - } - }, - { "from": [ 7.75, 1.5, 12 ], - "to": [ 8.25, 1.5, 16 ], - "shade": false, - "faces": { - "down": { "uv": [ 0, 4, 16, 2 ], "texture": "#texture", "rotation": 90 }, - "up": { "uv": [ 0, 2, 16, 4 ], "texture": "#texture", "rotation": 90 } - } - } - ] -} diff --git a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/block/tripwire_attached_nse.json b/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/block/tripwire_attached_nse.json deleted file mode 100644 index 03652740..00000000 --- a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/block/tripwire_attached_nse.json +++ /dev/null @@ -1,57 +0,0 @@ -{ - "ambientocclusion": false, - "textures": { - "particle": "block/tripwire", - "texture": "block/tripwire" - }, - "elements": [ - { "from": [ 7.75, 1.5, 0 ], - "to": [ 8.25, 1.5, 4 ], - "shade": false, - "faces": { - "down": { "uv": [ 0, 4, 16, 2 ], "texture": "#texture", "rotation": 90 }, - "up": { "uv": [ 0, 2, 16, 4 ], "texture": "#texture", "rotation": 90 } - } - }, - { "from": [ 7.75, 1.5, 4 ], - "to": [ 8.25, 1.5, 8 ], - "shade": false, - "faces": { - "down": { "uv": [ 0, 4, 16, 2 ], "texture": "#texture", "rotation": 90 }, - "up": { "uv": [ 0, 2, 16, 4 ], "texture": "#texture", "rotation": 90 } - } - }, - { "from": [ 7.75, 1.5, 8 ], - "to": [ 8.25, 1.5, 12 ], - "shade": false, - "faces": { - "down": { "uv": [ 0, 4, 16, 2 ], "texture": "#texture", "rotation": 90 }, - "up": { "uv": [ 0, 2, 16, 4 ], "texture": "#texture", "rotation": 90 } - } - }, - { "from": [ 7.75, 1.5, 12 ], - "to": [ 8.25, 1.5, 16 ], - "shade": false, - "faces": { - "down": { "uv": [ 0, 4, 16, 2 ], "texture": "#texture", "rotation": 90 }, - "up": { "uv": [ 0, 2, 16, 4 ], "texture": "#texture", "rotation": 90 } - } - }, - { "from": [ 8, 1.5, 7.75 ], - "to": [ 12, 1.5, 8.25 ], - "shade": false, - "faces": { - "down": { "uv": [ 0, 4, 16, 2 ], "texture": "#texture" }, - "up": { "uv": [ 0, 2, 16, 4 ], "texture": "#texture" } - } - }, - { "from": [ 12, 1.5, 7.75 ], - "to": [ 16, 1.5, 8.25 ], - "shade": false, - "faces": { - "down": { "uv": [ 0, 4, 16, 2 ], "texture": "#texture" }, - "up": { "uv": [ 0, 2, 16, 4 ], "texture": "#texture" } - } - } - ] -} diff --git a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/block/tripwire_attached_nsew.json b/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/block/tripwire_attached_nsew.json deleted file mode 100644 index 792ba776..00000000 --- a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/block/tripwire_attached_nsew.json +++ /dev/null @@ -1,73 +0,0 @@ -{ - "ambientocclusion": false, - "textures": { - "particle": "block/tripwire", - "texture": "block/tripwire" - }, - "elements": [ - { "from": [ 7.75, 1.5, 0 ], - "to": [ 8.25, 1.5, 4 ], - "shade": false, - "faces": { - "down": { "uv": [ 0, 4, 16, 2 ], "texture": "#texture", "rotation": 90 }, - "up": { "uv": [ 0, 2, 16, 4 ], "texture": "#texture", "rotation": 90 } - } - }, - { "from": [ 7.75, 1.5, 4 ], - "to": [ 8.25, 1.5, 8 ], - "shade": false, - "faces": { - "down": { "uv": [ 0, 4, 16, 2 ], "texture": "#texture", "rotation": 90 }, - "up": { "uv": [ 0, 2, 16, 4 ], "texture": "#texture", "rotation": 90 } - } - }, - { "from": [ 7.75, 1.5, 8 ], - "to": [ 8.25, 1.5, 12 ], - "shade": false, - "faces": { - "down": { "uv": [ 0, 4, 16, 2 ], "texture": "#texture", "rotation": 90 }, - "up": { "uv": [ 0, 2, 16, 4 ], "texture": "#texture", "rotation": 90 } - } - }, - { "from": [ 7.75, 1.5, 12 ], - "to": [ 8.25, 1.5, 16 ], - "shade": false, - "faces": { - "down": { "uv": [ 0, 4, 16, 2 ], "texture": "#texture", "rotation": 90 }, - "up": { "uv": [ 0, 2, 16, 4 ], "texture": "#texture", "rotation": 90 } - } - }, - { "from": [ 0, 1.5, 7.75 ], - "to": [ 4, 1.5, 8.25 ], - "shade": false, - "faces": { - "down": { "uv": [ 0, 4, 16, 2 ], "texture": "#texture" }, - "up": { "uv": [ 0, 2, 16, 4 ], "texture": "#texture" } - } - }, - { "from": [ 4, 1.5, 7.75 ], - "to": [ 8, 1.5, 8.25 ], - "shade": false, - "faces": { - "down": { "uv": [ 0, 4, 16, 2 ], "texture": "#texture" }, - "up": { "uv": [ 0, 2, 16, 4 ], "texture": "#texture" } - } - }, - { "from": [ 8, 1.5, 7.75 ], - "to": [ 12, 1.5, 8.25 ], - "shade": false, - "faces": { - "down": { "uv": [ 0, 4, 16, 2 ], "texture": "#texture" }, - "up": { "uv": [ 0, 2, 16, 4 ], "texture": "#texture" } - } - }, - { "from": [ 12, 1.5, 7.75 ], - "to": [ 16, 1.5, 8.25 ], - "shade": false, - "faces": { - "down": { "uv": [ 0, 4, 16, 2 ], "texture": "#texture" }, - "up": { "uv": [ 0, 2, 16, 4 ], "texture": "#texture" } - } - } - ] -} diff --git a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/block/tripwire_hook.json b/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/block/tripwire_hook.json deleted file mode 100644 index 95279bd3..00000000 --- a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/block/tripwire_hook.json +++ /dev/null @@ -1,72 +0,0 @@ -{ - "textures": { - "particle": "block/oak_planks", - "hook": "block/tripwire_hook", - "wood": "block/oak_planks" - }, - "elements": [ - { "from": [ 6.2, 3.8, 7.9 ], - "to": [ 9.8, 4.6, 11.5 ], - "rotation": { "origin": [ 8, 6, 5.2 ], "axis": "x", "angle": -45 }, - "faces": { - "down": { "uv": [ 5, 3, 11, 9 ], "texture": "#hook" }, - "up": { "uv": [ 5, 3, 11, 9 ], "texture": "#hook" }, - "north": { "uv": [ 5, 3, 11, 4 ], "texture": "#hook" }, - "south": { "uv": [ 5, 8, 11, 9 ], "texture": "#hook" }, - "west": { "uv": [ 5, 8, 11, 9 ], "texture": "#hook" }, - "east": { "uv": [ 5, 3, 11, 4 ], "texture": "#hook" } - } - }, - { "from": [ 7.4, 3.8, 10.3 ], - "to": [ 8.6, 4.6, 10.3 ], - "rotation": { "origin": [ 8, 6, 5.2 ], "axis": "x", "angle": -45 }, - "faces": { - "north": { "uv": [ 7, 8, 9, 9 ], "texture": "#hook" } - } - }, - { "from": [ 7.4, 3.8, 9.1 ], - "to": [ 8.6, 4.6, 9.1 ], - "rotation": { "origin": [ 8, 6, 5.2 ], "axis": "x", "angle": -45 }, - "faces": { - "south": { "uv": [ 7, 3, 9, 4 ], "texture": "#hook" } - } - }, - { "from": [ 7.4, 3.8, 9.1 ], - "to": [ 7.4, 4.6, 10.3 ], - "rotation": { "origin": [ 8, 6, 5.2 ], "axis": "x", "angle": -45 }, - "faces": { - "east": { "uv": [ 7, 8, 9, 9 ], "texture": "#hook" } - } - }, - { "from": [ 8.6, 3.8, 9.1 ], - "to": [ 8.6, 4.6, 10.3 ], - "rotation": { "origin": [ 8, 6, 5.2 ], "axis": "x", "angle": -45 }, - "faces": { - "west": { "uv": [ 7, 3, 9, 4 ], "texture": "#hook" } - } - }, - { "from": [ 7.4, 5.2, 10 ], - "to": [ 8.8, 6.8, 14 ], - "rotation": { "origin": [ 8, 6, 14 ], "axis": "x", "angle": 45 }, - "faces": { - "down": { "uv": [ 7, 9, 9, 14 ], "texture": "#wood" }, - "up": { "uv": [ 7, 2, 9, 7 ], "texture": "#wood" }, - "north": { "uv": [ 7, 9, 9, 11 ], "texture": "#wood" }, - "south": { "uv": [ 7, 9, 9, 11 ], "texture": "#wood" }, - "west": { "uv": [ 2, 9, 7, 11 ], "texture": "#wood" }, - "east": { "uv": [ 9, 9, 14, 11 ], "texture": "#wood" } - } - }, - { "from": [ 6, 1, 14 ], - "to": [ 10, 9, 16 ], - "faces": { - "down": { "uv": [ 6, 14, 10, 16 ], "texture": "#wood" }, - "up": { "uv": [ 6, 0, 10, 2 ], "texture": "#wood" }, - "north": { "uv": [ 6, 7, 10, 15 ], "texture": "#wood" }, - "south": { "uv": [ 6, 7, 10, 15 ], "texture": "#wood", "cullface": "south" }, - "west": { "uv": [ 0, 7, 2, 15 ], "texture": "#wood" }, - "east": { "uv": [ 14, 7, 16, 15 ], "texture": "#wood" } - } - } - ] -} diff --git a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/block/tripwire_hook_attached.json b/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/block/tripwire_hook_attached.json deleted file mode 100644 index 3b520511..00000000 --- a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/block/tripwire_hook_attached.json +++ /dev/null @@ -1,80 +0,0 @@ -{ - "textures": { - "particle": "block/oak_planks", - "hook": "block/tripwire_hook", - "wood": "block/oak_planks", - "tripwire": "block/tripwire" - }, - "elements": [ - { "from": [ 7.75, 1.5, 0 ], - "to": [ 8.25, 1.5, 6.7 ], - "rotation": { "origin": [ 8, 0, 0 ], "axis": "x", "angle": -22.5, "rescale": true }, - "faces": { - "down": { "uv": [ 0, 8, 16, 6 ], "texture": "#tripwire", "rotation": 90 }, - "up": { "uv": [ 0, 6, 16, 8 ], "texture": "#tripwire", "rotation": 90 } - } - }, - { "from": [ 6.2, 4.2, 6.7 ], - "to": [ 9.8, 5, 10.3 ], - "rotation": { "origin": [ 8, 4.2, 6.7 ], "axis": "x", "angle": -22.5, "rescale": false }, - "faces": { - "down": { "uv": [ 5, 3, 11, 9 ], "texture": "#hook" }, - "up": { "uv": [ 5, 3, 11, 9 ], "texture": "#hook" }, - "north": { "uv": [ 5, 3, 11, 4 ], "texture": "#hook" }, - "south": { "uv": [ 5, 8, 11, 9 ], "texture": "#hook" }, - "west": { "uv": [ 5, 8, 11, 9 ], "texture": "#hook" }, - "east": { "uv": [ 5, 3, 11, 4 ], "texture": "#hook" } - } - }, - { "from": [ 7.4, 4.2, 9.1 ], - "to": [ 8.6, 5, 9.1 ], - "rotation": { "origin": [ 8, 4.2, 6.7 ], "axis": "x", "angle": -22.5, "rescale": false }, - "faces": { - "north": { "uv": [ 7, 8, 9, 9 ], "texture": "#hook" } - } - }, - { "from": [ 7.4, 4.2, 7.9 ], - "to": [ 8.6, 5, 7.9 ], - "rotation": { "origin": [ 8, 4.2, 6.7 ], "axis": "x", "angle": -22.5, "rescale": false }, - "faces": { - "south": { "uv": [ 7, 3, 9, 4 ], "texture": "#hook" } - } - }, - { "from": [ 7.4, 4.2, 7.9 ], - "to": [ 7.4, 5, 9.1 ], - "rotation": { "origin": [ 8, 4.2, 6.7 ], "axis": "x", "angle": -22.5, "rescale": false }, - "faces": { - "east": { "uv": [ 7, 8, 9, 9 ], "texture": "#hook" } - } - }, - { "from": [ 8.6, 4.2, 7.9 ], - "to": [ 8.6, 5, 9.1 ], - "rotation": { "origin": [ 8, 4.2, 6.7 ], "axis": "x", "angle": -22.5, "rescale": false }, - "faces": { - "west": { "uv": [ 7, 3, 9, 4 ], "texture": "#hook" } - } - }, - { "from": [ 7.4, 5.2, 10 ], - "to": [ 8.8, 6.8, 14 ], - "faces": { - "down": { "uv": [ 7, 9, 9, 14 ], "texture": "#wood" }, - "up": { "uv": [ 7, 2, 9, 7 ], "texture": "#wood" }, - "north": { "uv": [ 7, 9, 9, 11 ], "texture": "#wood" }, - "south": { "uv": [ 7, 9, 9, 11 ], "texture": "#wood" }, - "west": { "uv": [ 2, 9, 7, 11 ], "texture": "#wood" }, - "east": { "uv": [ 9, 9, 14, 11 ], "texture": "#wood" } - } - }, - { "from": [ 6, 1, 14 ], - "to": [ 10, 9, 16 ], - "faces": { - "down": { "uv": [ 6, 14, 10, 16 ], "texture": "#wood" }, - "up": { "uv": [ 6, 0, 10, 2 ], "texture": "#wood" }, - "north": { "uv": [ 6, 7, 10, 15 ], "texture": "#wood" }, - "south": { "uv": [ 6, 7, 10, 15 ], "texture": "#wood", "cullface": "south" }, - "west": { "uv": [ 0, 7, 2, 15 ], "texture": "#wood" }, - "east": { "uv": [ 14, 7, 16, 15 ], "texture": "#wood" } - } - } - ] -} diff --git a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/block/tripwire_hook_attached_on.json b/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/block/tripwire_hook_attached_on.json deleted file mode 100644 index 29802b1b..00000000 --- a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/block/tripwire_hook_attached_on.json +++ /dev/null @@ -1,76 +0,0 @@ -{ - "textures": { - "particle": "block/oak_planks", - "hook": "block/tripwire_hook", - "wood": "block/oak_planks", - "tripwire": "block/tripwire" - }, - "elements": [ - { "from": [ 7.75, 0.5, 0 ], - "to": [ 8.25, 0.5, 6.7 ], - "rotation": { "origin": [ 8, 0, 0 ], "axis": "x", "angle": -22.5, "rescale": true }, - "faces": { - "down": { "uv": [ 0, 8, 16, 6 ], "texture": "#tripwire", "rotation": 90 }, - "up": { "uv": [ 0, 6, 16, 8 ], "texture": "#tripwire", "rotation": 90 } - } - }, - { "from": [ 6.2, 3.4, 6.7 ], - "to": [ 9.8, 4.2, 10.3 ], - "faces": { - "down": { "uv": [ 5, 3, 11, 9 ], "texture": "#hook" }, - "up": { "uv": [ 5, 3, 11, 9 ], "texture": "#hook" }, - "north": { "uv": [ 5, 3, 11, 4 ], "texture": "#hook" }, - "south": { "uv": [ 5, 8, 11, 9 ], "texture": "#hook" }, - "west": { "uv": [ 5, 8, 11, 9 ], "texture": "#hook" }, - "east": { "uv": [ 5, 3, 11, 4 ], "texture": "#hook" } - } - }, - { "from": [ 7.4, 3.4, 9.1 ], - "to": [ 8.6, 4.2, 9.1 ], - "faces": { - "north": { "uv": [ 7, 8, 9, 9 ], "texture": "#hook" } - } - }, - { "from": [ 7.4, 3.4, 7.9 ], - "to": [ 8.6, 4.2, 7.9 ], - "faces": { - "south": { "uv": [ 7, 3, 9, 4 ], "texture": "#hook" } - } - }, - { "from": [ 7.4, 3.4, 7.9 ], - "to": [ 7.4, 4.2, 9.1 ], - "faces": { - "east": { "uv": [ 7, 8, 9, 9 ], "texture": "#hook" } - } - }, - { "from": [ 8.6, 3.4, 7.9 ], - "to": [ 8.6, 4.2, 9.1 ], - "faces": { - "west": { "uv": [ 7, 3, 9, 4 ], "texture": "#hook" } - } - }, - { "from": [ 7.4, 5.2, 10 ], - "to": [ 8.8, 6.8, 14 ], - "rotation": { "origin": [ 8, 6, 14 ], "axis": "x", "angle": -22.5 }, - "faces": { - "down": { "uv": [ 7, 9, 9, 14 ], "texture": "#wood" }, - "up": { "uv": [ 7, 2, 9, 7 ], "texture": "#wood" }, - "north": { "uv": [ 7, 9, 9, 11 ], "texture": "#wood" }, - "south": { "uv": [ 7, 9, 9, 11 ], "texture": "#wood" }, - "west": { "uv": [ 2, 9, 7, 11 ], "texture": "#wood" }, - "east": { "uv": [ 9, 9, 14, 11 ], "texture": "#wood" } - } - }, - { "from": [ 6, 1, 14 ], - "to": [ 10, 9, 16 ], - "faces": { - "down": { "uv": [ 6, 14, 10, 16 ], "texture": "#wood" }, - "up": { "uv": [ 6, 0, 10, 2 ], "texture": "#wood" }, - "north": { "uv": [ 6, 7, 10, 15 ], "texture": "#wood" }, - "south": { "uv": [ 6, 7, 10, 15 ], "texture": "#wood", "cullface": "south" }, - "west": { "uv": [ 0, 7, 2, 15 ], "texture": "#wood" }, - "east": { "uv": [ 14, 7, 16, 15 ], "texture": "#wood" } - } - } - ] -} diff --git a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/block/tripwire_hook_on.json b/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/block/tripwire_hook_on.json deleted file mode 100644 index 5b2494b1..00000000 --- a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/block/tripwire_hook_on.json +++ /dev/null @@ -1,67 +0,0 @@ -{ - "textures": { - "particle": "block/oak_planks", - "hook": "block/tripwire_hook", - "wood": "block/oak_planks" - }, - "elements": [ - { "from": [ 6.2, 4.2, 6.7 ], - "to": [ 9.8, 5, 10.3 ], - "faces": { - "down": { "uv": [ 5, 3, 11, 9 ], "texture": "#hook" }, - "up": { "uv": [ 5, 3, 11, 9 ], "texture": "#hook" }, - "north": { "uv": [ 5, 3, 11, 4 ], "texture": "#hook" }, - "south": { "uv": [ 5, 8, 11, 9 ], "texture": "#hook" }, - "west": { "uv": [ 5, 8, 11, 9 ], "texture": "#hook" }, - "east": { "uv": [ 5, 3, 11, 4 ], "texture": "#hook" } - } - }, - { "from": [ 7.4, 4.2, 9.1 ], - "to": [ 8.6, 5, 9.1 ], - "faces": { - "north": { "uv": [ 7, 8, 9, 9 ], "texture": "#hook" } - } - }, - { "from": [ 7.4, 4.2, 7.9 ], - "to": [ 8.6, 5, 7.9 ], - "faces": { - "south": { "uv": [ 7, 3, 9, 4 ], "texture": "#hook" } - } - }, - { "from": [ 7.4, 4.2, 7.9 ], - "to": [ 7.4, 5, 9.1 ], - "faces": { - "east": { "uv": [ 7, 8, 9, 9 ], "texture": "#hook" } - } - }, - { "from": [ 8.6, 4.2, 7.9 ], - "to": [ 8.6, 5, 9.1 ], - "faces": { - "west": { "uv": [ 7, 3, 9, 4 ], "texture": "#hook" } - } - }, - { "from": [ 7.4, 5.2, 10 ], - "to": [ 8.8, 6.8, 14 ], - "rotation": { "origin": [ 8, 6, 14 ], "axis": "x", "angle": -22.5 }, - "faces": { - "down": { "uv": [ 7, 9, 9, 14 ], "texture": "#wood" }, - "up": { "uv": [ 7, 2, 9, 7 ], "texture": "#wood" }, - "north": { "uv": [ 7, 9, 9, 11 ], "texture": "#wood" }, - "south": { "uv": [ 7, 9, 9, 11 ], "texture": "#wood" }, - "west": { "uv": [ 2, 9, 7, 11 ], "texture": "#wood" }, - "east": { "uv": [ 9, 9, 14, 11 ], "texture": "#wood" } - } - }, - { "from": [ 6, 1, 14 ], - "to": [ 10, 9, 16 ], - "faces": { - "down": { "uv": [ 6, 14, 10, 16 ], "texture": "#wood" }, - "up": { "uv": [ 6, 0, 10, 2 ], "texture": "#wood" }, - "north": { "uv": [ 6, 7, 10, 15 ], "texture": "#wood" }, - "south": { "uv": [ 6, 7, 10, 15 ], "texture": "#wood", "cullface": "south" }, - "west": { "uv": [ 0, 7, 2, 15 ], "texture": "#wood" }, - "east": { "uv": [ 14, 7, 16, 15 ], "texture": "#wood" } - } - } - ] -} diff --git a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/block/tripwire_n.json b/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/block/tripwire_n.json deleted file mode 100644 index 626a83f8..00000000 --- a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/block/tripwire_n.json +++ /dev/null @@ -1,33 +0,0 @@ -{ - "ambientocclusion": false, - "textures": { - "particle": "block/tripwire", - "texture": "block/tripwire" - }, - "elements": [ - { "from": [ 7.75, 1.5, 0 ], - "to": [ 8.25, 1.5, 4 ], - "shade": false, - "faces": { - "down": { "uv": [ 0, 2, 16, 0 ], "texture": "#texture", "rotation": 90 }, - "up": { "uv": [ 0, 0, 16, 2 ], "texture": "#texture", "rotation": 90 } - } - }, - { "from": [ 7.75, 1.5, 4 ], - "to": [ 8.25, 1.5, 8 ], - "shade": false, - "faces": { - "down": { "uv": [ 0, 2, 16, 0 ], "texture": "#texture", "rotation": 90 }, - "up": { "uv": [ 0, 0, 16, 2 ], "texture": "#texture", "rotation": 90 } - } - }, - { "from": [ 7.75, 1.5, 8 ], - "to": [ 8.25, 1.5, 12 ], - "shade": false, - "faces": { - "down": { "uv": [ 0, 2, 16, 0 ], "texture": "#texture", "rotation": 90 }, - "up": { "uv": [ 0, 0, 16, 2 ], "texture": "#texture", "rotation": 90 } - } - } - ] -} diff --git a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/block/tripwire_ne.json b/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/block/tripwire_ne.json deleted file mode 100644 index f07c9ef5..00000000 --- a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/block/tripwire_ne.json +++ /dev/null @@ -1,41 +0,0 @@ -{ - "ambientocclusion": false, - "textures": { - "particle": "block/tripwire", - "texture": "block/tripwire" - }, - "elements": [ - { "from": [ 7.75, 1.5, 0 ], - "to": [ 8.25, 1.5, 4 ], - "shade": false, - "faces": { - "down": { "uv": [ 0, 2, 16, 0 ], "texture": "#texture", "rotation": 90 }, - "up": { "uv": [ 0, 0, 16, 2 ], "texture": "#texture", "rotation": 90 } - } - }, - { "from": [ 7.75, 1.5, 4 ], - "to": [ 8.25, 1.5, 8 ], - "shade": false, - "faces": { - "down": { "uv": [ 0, 2, 16, 0 ], "texture": "#texture", "rotation": 90 }, - "up": { "uv": [ 0, 0, 16, 2 ], "texture": "#texture", "rotation": 90 } - } - }, - { "from": [ 8, 1.5, 7.75 ], - "to": [ 12, 1.5, 8.25 ], - "shade": false, - "faces": { - "down": { "uv": [ 0, 2, 16, 0 ], "texture": "#texture" }, - "up": { "uv": [ 0, 0, 16, 2 ], "texture": "#texture" } - } - }, - { "from": [ 12, 1.5, 7.75 ], - "to": [ 16, 1.5, 8.25 ], - "shade": false, - "faces": { - "down": { "uv": [ 0, 2, 16, 0 ], "texture": "#texture" }, - "up": { "uv": [ 0, 0, 16, 2 ], "texture": "#texture" } - } - } - ] -} diff --git a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/block/tripwire_ns.json b/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/block/tripwire_ns.json deleted file mode 100644 index 1594ffcc..00000000 --- a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/block/tripwire_ns.json +++ /dev/null @@ -1,41 +0,0 @@ -{ - "ambientocclusion": false, - "textures": { - "particle": "block/tripwire", - "texture": "block/tripwire" - }, - "elements": [ - { "from": [ 7.75, 1.5, 0 ], - "to": [ 8.25, 1.5, 4 ], - "shade": false, - "faces": { - "down": { "uv": [ 0, 2, 16, 0 ], "texture": "#texture", "rotation": 90 }, - "up": { "uv": [ 0, 0, 16, 2 ], "texture": "#texture", "rotation": 90 } - } - }, - { "from": [ 7.75, 1.5, 4 ], - "to": [ 8.25, 1.5, 8 ], - "shade": false, - "faces": { - "down": { "uv": [ 0, 2, 16, 0 ], "texture": "#texture", "rotation": 90 }, - "up": { "uv": [ 0, 0, 16, 2 ], "texture": "#texture", "rotation": 90 } - } - }, - { "from": [ 7.75, 1.5, 8 ], - "to": [ 8.25, 1.5, 12 ], - "shade": false, - "faces": { - "down": { "uv": [ 0, 2, 16, 0 ], "texture": "#texture", "rotation": 90 }, - "up": { "uv": [ 0, 0, 16, 2 ], "texture": "#texture", "rotation": 90 } - } - }, - { "from": [ 7.75, 1.5, 12 ], - "to": [ 8.25, 1.5, 16 ], - "shade": false, - "faces": { - "down": { "uv": [ 0, 2, 16, 0 ], "texture": "#texture", "rotation": 90 }, - "up": { "uv": [ 0, 0, 16, 2 ], "texture": "#texture", "rotation": 90 } - } - } - ] -} diff --git a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/block/tripwire_nse.json b/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/block/tripwire_nse.json deleted file mode 100644 index 4933f831..00000000 --- a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/block/tripwire_nse.json +++ /dev/null @@ -1,57 +0,0 @@ -{ - "ambientocclusion": false, - "textures": { - "particle": "block/tripwire", - "texture": "block/tripwire" - }, - "elements": [ - { "from": [ 7.75, 1.5, 0 ], - "to": [ 8.25, 1.5, 4 ], - "shade": false, - "faces": { - "down": { "uv": [ 0, 2, 16, 0 ], "texture": "#texture", "rotation": 90 }, - "up": { "uv": [ 0, 0, 16, 2 ], "texture": "#texture", "rotation": 90 } - } - }, - { "from": [ 7.75, 1.5, 4 ], - "to": [ 8.25, 1.5, 8 ], - "shade": false, - "faces": { - "down": { "uv": [ 0, 2, 16, 0 ], "texture": "#texture", "rotation": 90 }, - "up": { "uv": [ 0, 0, 16, 2 ], "texture": "#texture", "rotation": 90 } - } - }, - { "from": [ 7.75, 1.5, 8 ], - "to": [ 8.25, 1.5, 12 ], - "shade": false, - "faces": { - "down": { "uv": [ 0, 2, 16, 0 ], "texture": "#texture", "rotation": 90 }, - "up": { "uv": [ 0, 0, 16, 2 ], "texture": "#texture", "rotation": 90 } - } - }, - { "from": [ 7.75, 1.5, 12 ], - "to": [ 8.25, 1.5, 16 ], - "shade": false, - "faces": { - "down": { "uv": [ 0, 2, 16, 0 ], "texture": "#texture", "rotation": 90 }, - "up": { "uv": [ 0, 0, 16, 2 ], "texture": "#texture", "rotation": 90 } - } - }, - { "from": [ 8, 1.5, 7.75 ], - "to": [ 12, 1.5, 8.25 ], - "shade": false, - "faces": { - "down": { "uv": [ 0, 2, 16, 0 ], "texture": "#texture" }, - "up": { "uv": [ 0, 0, 16, 2 ], "texture": "#texture" } - } - }, - { "from": [ 12, 1.5, 7.75 ], - "to": [ 16, 1.5, 8.25 ], - "shade": false, - "faces": { - "down": { "uv": [ 0, 2, 16, 0 ], "texture": "#texture" }, - "up": { "uv": [ 0, 0, 16, 2 ], "texture": "#texture" } - } - } - ] -} diff --git a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/block/tripwire_nsew.json b/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/block/tripwire_nsew.json deleted file mode 100644 index 82e9a951..00000000 --- a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/block/tripwire_nsew.json +++ /dev/null @@ -1,73 +0,0 @@ -{ - "ambientocclusion": false, - "textures": { - "particle": "block/tripwire", - "texture": "block/tripwire" - }, - "elements": [ - { "from": [ 7.75, 1.5, 0 ], - "to": [ 8.25, 1.5, 4 ], - "shade": false, - "faces": { - "down": { "uv": [ 0, 2, 16, 0 ], "texture": "#texture", "rotation": 90 }, - "up": { "uv": [ 0, 0, 16, 2 ], "texture": "#texture", "rotation": 90 } - } - }, - { "from": [ 7.75, 1.5, 4 ], - "to": [ 8.25, 1.5, 8 ], - "shade": false, - "faces": { - "down": { "uv": [ 0, 2, 16, 0 ], "texture": "#texture", "rotation": 90 }, - "up": { "uv": [ 0, 0, 16, 2 ], "texture": "#texture", "rotation": 90 } - } - }, - { "from": [ 7.75, 1.5, 8 ], - "to": [ 8.25, 1.5, 12 ], - "shade": false, - "faces": { - "down": { "uv": [ 0, 2, 16, 0 ], "texture": "#texture", "rotation": 90 }, - "up": { "uv": [ 0, 0, 16, 2 ], "texture": "#texture", "rotation": 90 } - } - }, - { "from": [ 7.75, 1.5, 12 ], - "to": [ 8.25, 1.5, 16 ], - "shade": false, - "faces": { - "down": { "uv": [ 0, 2, 16, 0 ], "texture": "#texture", "rotation": 90 }, - "up": { "uv": [ 0, 0, 16, 2 ], "texture": "#texture", "rotation": 90 } - } - }, - { "from": [ 0, 1.5, 7.75 ], - "to": [ 4, 1.5, 8.25 ], - "shade": false, - "faces": { - "down": { "uv": [ 0, 2, 16, 0 ], "texture": "#texture" }, - "up": { "uv": [ 0, 0, 16, 2 ], "texture": "#texture" } - } - }, - { "from": [ 4, 1.5, 7.75 ], - "to": [ 8, 1.5, 8.25 ], - "shade": false, - "faces": { - "down": { "uv": [ 0, 2, 16, 0 ], "texture": "#texture" }, - "up": { "uv": [ 0, 0, 16, 2 ], "texture": "#texture" } - } - }, - { "from": [ 8, 1.5, 7.75 ], - "to": [ 12, 1.5, 8.25 ], - "shade": false, - "faces": { - "down": { "uv": [ 0, 2, 16, 0 ], "texture": "#texture" }, - "up": { "uv": [ 0, 0, 16, 2 ], "texture": "#texture" } - } - }, - { "from": [ 12, 1.5, 7.75 ], - "to": [ 16, 1.5, 8.25 ], - "shade": false, - "faces": { - "down": { "uv": [ 0, 2, 16, 0 ], "texture": "#texture" }, - "up": { "uv": [ 0, 0, 16, 2 ], "texture": "#texture" } - } - } - ] -} diff --git a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/block/tube_coral.json b/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/block/tube_coral.json deleted file mode 100644 index 5776e0a7..00000000 --- a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/block/tube_coral.json +++ /dev/null @@ -1,6 +0,0 @@ -{ - "parent": "block/cross", - "textures": { - "cross": "block/tube_coral" - } -} \ No newline at end of file diff --git a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/block/tube_coral_block.json b/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/block/tube_coral_block.json deleted file mode 100644 index 8f846b1c..00000000 --- a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/block/tube_coral_block.json +++ /dev/null @@ -1,6 +0,0 @@ -{ - "parent": "block/cube_all", - "textures": { - "all": "block/tube_coral_block" - } -} diff --git a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/block/tube_coral_fan.json b/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/block/tube_coral_fan.json deleted file mode 100644 index 29cc486b..00000000 --- a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/block/tube_coral_fan.json +++ /dev/null @@ -1,6 +0,0 @@ -{ - "parent": "block/coral_fan", - "textures": { - "fan": "block/tube_coral_fan" - } -} diff --git a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/block/tube_coral_wall_fan.json b/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/block/tube_coral_wall_fan.json deleted file mode 100644 index 5550b6fd..00000000 --- a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/block/tube_coral_wall_fan.json +++ /dev/null @@ -1,6 +0,0 @@ -{ - "parent": "block/coral_wall_fan", - "textures": { - "fan": "block/tube_coral_fan" - } -} diff --git a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/block/turtle_egg.json b/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/block/turtle_egg.json deleted file mode 100644 index eb1ed3dc..00000000 --- a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/block/turtle_egg.json +++ /dev/null @@ -1,20 +0,0 @@ -{ - "parent": "block/block", - "textures": { - "particle": "block/turtle_egg", - "all": "block/turtle_egg" - }, - "elements": [ - { "from": [ 5, 0, 4 ], - "to": [ 9, 7, 8 ], - "faces": { - "down": { "uv": [ 0, 0, 4, 4 ], "texture": "#all", "cullface": "down" }, - "up": { "uv": [ 0, 0, 4, 4 ], "texture": "#all" }, - "north": { "uv": [ 1, 4, 5, 11 ], "texture": "#all" }, - "south": { "uv": [ 1, 4, 5, 11 ], "texture": "#all" }, - "west": { "uv": [ 1, 4, 5, 11 ], "texture": "#all" }, - "east": { "uv": [ 1, 4, 5, 11 ], "texture": "#all" } - } - } - ] -} diff --git a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/block/two_dead_sea_pickles.json b/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/block/two_dead_sea_pickles.json deleted file mode 100644 index 0a618603..00000000 --- a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/block/two_dead_sea_pickles.json +++ /dev/null @@ -1,46 +0,0 @@ -{ - "parent": "block/block", - "textures": { - "particle": "block/sea_pickle", - "all": "block/sea_pickle" - }, - "elements": [ - { "from": [ 3, 0, 3 ], - "to": [ 7, 6, 7 ], - "faces": { - "down": { "uv": [ 8, 1, 12, 5 ], "texture": "#all", "cullface": "down" }, - "up": { "uv": [ 4, 1, 8, 5 ], "texture": "#all" }, - "north": { "uv": [ 4, 5, 8, 11 ], "texture": "#all" }, - "south": { "uv": [ 0, 5, 4, 11 ], "texture": "#all" }, - "west": { "uv": [ 8, 5, 12, 11 ], "texture": "#all" }, - "east": { "uv": [ 12, 5, 16, 11 ], "texture": "#all" } - } - }, - { - "from": [ 3, 5.95, 3 ], - "to": [ 7, 5.95, 7 ], - "faces": { - "up": {"uv": [ 8, 1, 12, 5 ], "texture": "#all"} - } - }, - { - "from": [ 8, 0, 8 ], - "to": [ 12, 4, 12 ], - "faces": { - "down": { "uv": [ 8, 1, 12, 5 ], "texture": "#all", "cullface": "down" }, - "up": { "uv": [ 4, 1, 8, 5 ], "texture": "#all" }, - "north": { "uv": [ 4, 5, 8, 9 ], "texture": "#all" }, - "south": { "uv": [ 0, 5, 4, 9 ], "texture": "#all" }, - "west": { "uv": [ 8, 5, 12, 9 ], "texture": "#all" }, - "east": { "uv": [ 12, 5, 16, 9 ], "texture": "#all" } - } - }, - { - "from": [ 8, 3.95, 8 ], - "to": [ 12, 3.95, 12 ], - "faces": { - "up": {"uv": [ 8, 1, 12, 5 ], "texture": "#all"} - } - } - ] -} diff --git a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/block/two_sea_pickles.json b/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/block/two_sea_pickles.json deleted file mode 100644 index 37a8bb19..00000000 --- a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/block/two_sea_pickles.json +++ /dev/null @@ -1,86 +0,0 @@ -{ - "parent": "block/block", - "textures": { - "particle": "block/sea_pickle", - "all": "block/sea_pickle" - }, - "elements": [ - { "from": [ 3, 0, 3 ], - "to": [ 7, 6, 7 ], - "faces": { - "down": { "uv": [ 8, 1, 12, 5 ], "texture": "#all", "cullface": "down" }, - "up": { "uv": [ 4, 1, 8, 5 ], "texture": "#all" }, - "north": { "uv": [ 4, 5, 8, 11 ], "texture": "#all" }, - "south": { "uv": [ 0, 5, 4, 11 ], "texture": "#all" }, - "west": { "uv": [ 8, 5, 12, 11 ], "texture": "#all" }, - "east": { "uv": [ 12, 5, 16, 11 ], "texture": "#all" } - } - }, - { - "from": [ 3, 5.95, 3 ], - "to": [ 7, 5.95, 7 ], - "faces": { - "up": {"uv": [ 8, 1, 12, 5 ], "texture": "#all"} - } - }, - { - "from": [ 8, 0, 8 ], - "to": [ 12, 4, 12 ], - "faces": { - "down": { "uv": [ 8, 1, 12, 5 ], "texture": "#all", "cullface": "down" }, - "up": { "uv": [ 4, 1, 8, 5 ], "texture": "#all" }, - "north": { "uv": [ 4, 5, 8, 9 ], "texture": "#all" }, - "south": { "uv": [ 0, 5, 4, 9 ], "texture": "#all" }, - "west": { "uv": [ 8, 5, 12, 9 ], "texture": "#all" }, - "east": { "uv": [ 12, 5, 16, 9 ], "texture": "#all" } - } - }, - { - "from": [ 8, 3.95, 8 ], - "to": [ 12, 3.95, 12 ], - "faces": { - "up": {"uv": [ 8, 1, 12, 5 ], "texture": "#all"} - } - }, - { - "from": [ 4.5, 5.2, 5 ], - "to": [ 5.5, 8.7, 5 ], - "rotation": { "origin": [ 5, 5.6, 5 ], "axis": "y", "angle": 45, "rescale": true }, - "shade": false, - "faces": { - "north": { "uv": [ 1, 0, 3, 5 ], "texture": "#all" }, - "south": { "uv": [ 13, 0, 15, 5 ], "texture": "#all" } - } - }, - { - "from": [ 5, 5.2, 4.5 ], - "to": [ 5, 8.7, 5.5 ], - "rotation": { "origin": [ 5, 5.6, 5 ], "axis": "y", "angle": 45, "rescale": true }, - "shade": false, - "faces": { - "west": { "uv": [ 1, 0, 3, 5 ], "texture": "#all" }, - "east": { "uv": [ 13, 0, 15, 5 ], "texture": "#all" } - } - }, - { - "from": [ 9.5, 3.2, 10 ], - "to": [ 10.5, 6.7, 10 ], - "rotation": { "origin": [10, 8, 10 ], "axis": "y", "angle": 45, "rescale": true }, - "shade": false, - "faces": { - "north": { "uv": [ 1, 0, 3, 5 ], "texture": "#all" }, - "south": { "uv": [ 13, 0, 15, 5 ], "texture": "#all" } - } - }, - { - "from": [ 10, 3.2, 9.5 ], - "to": [ 10, 6.7, 10.5 ], - "rotation": { "origin": [ 10, 8, 10 ], "axis": "y", "angle": 45, "rescale": true }, - "shade": false, - "faces": { - "west": { "uv": [ 1, 0, 3, 5 ], "texture": "#all" }, - "east": { "uv": [ 13, 0, 15, 5 ], "texture": "#all" } - } - } - ] -} diff --git a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/block/two_slightly_cracked_turtle_eggs.json b/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/block/two_slightly_cracked_turtle_eggs.json deleted file mode 100644 index 55f57d21..00000000 --- a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/block/two_slightly_cracked_turtle_eggs.json +++ /dev/null @@ -1,6 +0,0 @@ -{ - "parent": "block/two_turtle_eggs", - "textures": { - "all": "block/turtle_egg_slightly_cracked" - } -} diff --git a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/block/two_turtle_eggs.json b/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/block/two_turtle_eggs.json deleted file mode 100644 index bc242714..00000000 --- a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/block/two_turtle_eggs.json +++ /dev/null @@ -1,32 +0,0 @@ -{ - "parent": "block/block", - "textures": { - "particle": "block/turtle_egg", - "all": "block/turtle_egg" - }, - "elements": [ - { "from": [ 5, 0, 4 ], - "to": [ 9, 7, 8 ], - "faces": { - "down": { "uv": [ 0, 0, 4, 4 ], "texture": "#all", "cullface": "down" }, - "up": { "uv": [ 0, 0, 4, 4 ], "texture": "#all" }, - "north": { "uv": [ 1, 4, 5, 11 ], "texture": "#all" }, - "south": { "uv": [ 1, 4, 5, 11 ], "texture": "#all" }, - "west": { "uv": [ 1, 4, 5, 11 ], "texture": "#all" }, - "east": { "uv": [ 1, 4, 5, 11 ], "texture": "#all" } - } - }, - { - "from": [ 1, 0, 7 ], - "to": [ 5, 5, 11 ], - "faces": { - "down": { "uv": [ 6, 7, 10, 11 ], "texture": "#all", "cullface": "down" }, - "up": { "uv": [ 6, 7, 10, 11 ], "texture": "#all" }, - "north": { "uv": [ 10, 10, 14, 15 ], "texture": "#all" }, - "south": { "uv": [ 10, 10, 14, 15 ], "texture": "#all" }, - "west": { "uv": [ 10, 10, 14, 15 ], "texture": "#all" }, - "east": { "uv": [ 10, 10, 14, 15 ], "texture": "#all" } - } - } - ] -} diff --git a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/block/two_very_cracked_turtle_eggs.json b/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/block/two_very_cracked_turtle_eggs.json deleted file mode 100644 index 8c94ea1a..00000000 --- a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/block/two_very_cracked_turtle_eggs.json +++ /dev/null @@ -1,7 +0,0 @@ -{ - "parent": "block/two_turtle_eggs", - "textures": { - "particle":"block/turtle_egg_very_cracked", - "all": "block/turtle_egg_very_cracked" - } -} diff --git a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/block/very_cracked_turtle_egg.json b/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/block/very_cracked_turtle_egg.json deleted file mode 100644 index e6ce733a..00000000 --- a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/block/very_cracked_turtle_egg.json +++ /dev/null @@ -1,7 +0,0 @@ -{ - "parent": "block/turtle_egg", - "textures": { - "particle": "block/turtle_egg_very_cracked", - "all": "block/turtle_egg_very_cracked" - } -} diff --git a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/block/vine_1.json b/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/block/vine_1.json deleted file mode 100644 index c9bcc1ab..00000000 --- a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/block/vine_1.json +++ /dev/null @@ -1,17 +0,0 @@ -{ - "ambientocclusion": false, - "textures": { - "particle": "block/vine", - "vine": "block/vine" - }, - "elements": [ - { "from": [ 0, 0, 15.2 ], - "to": [ 16, 16, 15.2 ], - "shade": false, - "faces": { - "north": { "uv": [ 0, 0, 16, 16 ], "texture": "#vine", "tintindex": 0 }, - "south": { "uv": [ 0, 0, 16, 16 ], "texture": "#vine", "tintindex": 0 } - } - } - ] -} diff --git a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/block/vine_1u.json b/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/block/vine_1u.json deleted file mode 100644 index ddf3f5be..00000000 --- a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/block/vine_1u.json +++ /dev/null @@ -1,25 +0,0 @@ -{ - "ambientocclusion": false, - "textures": { - "particle": "block/vine", - "vine": "block/vine" - }, - "elements": [ - { "from": [ 0, 15.2, 0 ], - "to": [ 16, 15.2, 16 ], - "shade": false, - "faces": { - "down": { "uv": [ 0, 0, 16, 16 ], "texture": "#vine", "tintindex": 0 }, - "up": { "uv": [ 0, 0, 16, 16 ], "texture": "#vine", "tintindex": 0 } - } - }, - { "from": [ 0, 0, 15.2 ], - "to": [ 16, 16, 15.2 ], - "shade": false, - "faces": { - "north": { "uv": [ 0, 0, 16, 16 ], "texture": "#vine", "tintindex": 0 }, - "south": { "uv": [ 0, 0, 16, 16 ], "texture": "#vine", "tintindex": 0 } - } - } - ] -} diff --git a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/block/vine_2.json b/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/block/vine_2.json deleted file mode 100644 index 6671c3fa..00000000 --- a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/block/vine_2.json +++ /dev/null @@ -1,25 +0,0 @@ -{ - "ambientocclusion": false, - "textures": { - "particle": "block/vine", - "vine": "block/vine" - }, - "elements": [ - { "from": [ 0, 0, 0.8 ], - "to": [ 16, 16, 0.8 ], - "shade": false, - "faces": { - "north": { "uv": [ 0, 0, 16, 16 ], "texture": "#vine", "tintindex": 0 }, - "south": { "uv": [ 0, 0, 16, 16 ], "texture": "#vine", "tintindex": 0 } - } - }, - { "from": [ 15.2, 0, 0 ], - "to": [ 15.2, 16, 16 ], - "shade": false, - "faces": { - "west": { "uv": [ 0, 0, 16, 16 ], "texture": "#vine", "tintindex": 0 }, - "east": { "uv": [ 0, 0, 16, 16 ], "texture": "#vine", "tintindex": 0 } - } - } - ] -} diff --git a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/block/vine_2_opposite.json b/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/block/vine_2_opposite.json deleted file mode 100644 index 2abe72e5..00000000 --- a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/block/vine_2_opposite.json +++ /dev/null @@ -1,25 +0,0 @@ -{ - "ambientocclusion": false, - "textures": { - "particle": "block/vine", - "vine": "block/vine" - }, - "elements": [ - { "from": [ 15.2, 0, 0 ], - "to": [ 15.2, 16, 16 ], - "shade": false, - "faces": { - "west": { "uv": [ 0, 0, 16, 16 ], "texture": "#vine", "tintindex": 0 }, - "east": { "uv": [ 0, 0, 16, 16 ], "texture": "#vine", "tintindex": 0 } - } - }, - { "from": [ 0.8, 0, 0 ], - "to": [ 0.8, 16, 16 ], - "shade": false, - "faces": { - "west": { "uv": [ 0, 0, 16, 16 ], "texture": "#vine", "tintindex": 0 }, - "east": { "uv": [ 0, 0, 16, 16 ], "texture": "#vine", "tintindex": 0 } - } - } - ] -} diff --git a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/block/vine_2u.json b/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/block/vine_2u.json deleted file mode 100644 index b5426b08..00000000 --- a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/block/vine_2u.json +++ /dev/null @@ -1,33 +0,0 @@ -{ - "ambientocclusion": false, - "textures": { - "particle": "block/vine", - "vine": "block/vine" - }, - "elements": [ - { "from": [ 0, 15.2, 0 ], - "to": [ 16, 15.2, 16 ], - "shade": false, - "faces": { - "down": { "uv": [ 0, 0, 16, 16 ], "texture": "#vine", "tintindex": 0 }, - "up": { "uv": [ 0, 0, 16, 16 ], "texture": "#vine", "tintindex": 0 } - } - }, - { "from": [ 0, 0, 0.8 ], - "to": [ 16, 16, 0.8 ], - "shade": false, - "faces": { - "north": { "uv": [ 0, 0, 16, 16 ], "texture": "#vine", "tintindex": 0 }, - "south": { "uv": [ 0, 0, 16, 16 ], "texture": "#vine", "tintindex": 0 } - } - }, - { "from": [ 15.2, 0, 0 ], - "to": [ 15.2, 16, 16 ], - "shade": false, - "faces": { - "west": { "uv": [ 0, 0, 16, 16 ], "texture": "#vine", "tintindex": 0 }, - "east": { "uv": [ 0, 0, 16, 16 ], "texture": "#vine", "tintindex": 0 } - } - } - ] -} diff --git a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/block/vine_2u_opposite.json b/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/block/vine_2u_opposite.json deleted file mode 100644 index b4625290..00000000 --- a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/block/vine_2u_opposite.json +++ /dev/null @@ -1,33 +0,0 @@ -{ - "ambientocclusion": false, - "textures": { - "particle": "block/vine", - "vine": "block/vine" - }, - "elements": [ - { "from": [ 0, 15.2, 0 ], - "to": [ 16, 15.2, 16 ], - "shade": false, - "faces": { - "down": { "uv": [ 0, 0, 16, 16 ], "texture": "#vine", "tintindex": 0 }, - "up": { "uv": [ 0, 0, 16, 16 ], "texture": "#vine", "tintindex": 0 } - } - }, - { "from": [ 15.2, 0, 0 ], - "to": [ 15.2, 16, 16 ], - "shade": false, - "faces": { - "west": { "uv": [ 0, 0, 16, 16 ], "texture": "#vine", "tintindex": 0 }, - "east": { "uv": [ 0, 0, 16, 16 ], "texture": "#vine", "tintindex": 0 } - } - }, - { "from": [ 0.8, 0, 0 ], - "to": [ 0.8, 16, 16 ], - "shade": false, - "faces": { - "west": { "uv": [ 0, 0, 16, 16 ], "texture": "#vine", "tintindex": 0 }, - "east": { "uv": [ 0, 0, 16, 16 ], "texture": "#vine", "tintindex": 0 } - } - } - ] -} diff --git a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/block/vine_3.json b/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/block/vine_3.json deleted file mode 100644 index b3d02f4e..00000000 --- a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/block/vine_3.json +++ /dev/null @@ -1,33 +0,0 @@ -{ - "ambientocclusion": false, - "textures": { - "particle": "block/vine", - "vine": "block/vine" - }, - "elements": [ - { "from": [ 15.2, 0, 0 ], - "to": [ 15.2, 16, 16 ], - "shade": false, - "faces": { - "west": { "uv": [ 0, 0, 16, 16 ], "texture": "#vine", "tintindex": 0 }, - "east": { "uv": [ 0, 0, 16, 16 ], "texture": "#vine", "tintindex": 0 } - } - }, - { "from": [ 0, 0, 15.2 ], - "to": [ 16, 16, 15.2 ], - "shade": false, - "faces": { - "north": { "uv": [ 0, 0, 16, 16 ], "texture": "#vine", "tintindex": 0 }, - "south": { "uv": [ 0, 0, 16, 16 ], "texture": "#vine", "tintindex": 0 } - } - }, - { "from": [ 0, 0, 0.8 ], - "to": [ 16, 16, 0.8 ], - "shade": false, - "faces": { - "north": { "uv": [ 0, 0, 16, 16 ], "texture": "#vine", "tintindex": 0 }, - "south": { "uv": [ 0, 0, 16, 16 ], "texture": "#vine", "tintindex": 0 } - } - } - ] -} diff --git a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/block/vine_3u.json b/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/block/vine_3u.json deleted file mode 100644 index d239b7d8..00000000 --- a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/block/vine_3u.json +++ /dev/null @@ -1,41 +0,0 @@ -{ - "ambientocclusion": false, - "textures": { - "particle": "block/vine", - "vine": "block/vine" - }, - "elements": [ - { "from": [ 0, 15.2, 0 ], - "to": [ 16, 15.2, 16 ], - "shade": false, - "faces": { - "down": { "uv": [ 0, 0, 16, 16 ], "texture": "#vine", "tintindex": 0 }, - "up": { "uv": [ 0, 0, 16, 16 ], "texture": "#vine", "tintindex": 0 } - } - }, - { "from": [ 15.2, 0, 0 ], - "to": [ 15.2, 16, 16 ], - "shade": false, - "faces": { - "west": { "uv": [ 0, 0, 16, 16 ], "texture": "#vine", "tintindex": 0 }, - "east": { "uv": [ 0, 0, 16, 16 ], "texture": "#vine", "tintindex": 0 } - } - }, - { "from": [ 0, 0, 15.2 ], - "to": [ 16, 16, 15.2 ], - "shade": false, - "faces": { - "north": { "uv": [ 0, 0, 16, 16 ], "texture": "#vine", "tintindex": 0 }, - "south": { "uv": [ 0, 0, 16, 16 ], "texture": "#vine", "tintindex": 0 } - } - }, - { "from": [ 0, 0, 0.8 ], - "to": [ 16, 16, 0.8 ], - "shade": false, - "faces": { - "north": { "uv": [ 0, 0, 16, 16 ], "texture": "#vine", "tintindex": 0 }, - "south": { "uv": [ 0, 0, 16, 16 ], "texture": "#vine", "tintindex": 0 } - } - } - ] -} diff --git a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/block/vine_4.json b/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/block/vine_4.json deleted file mode 100644 index 88d325dc..00000000 --- a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/block/vine_4.json +++ /dev/null @@ -1,41 +0,0 @@ -{ - "ambientocclusion": false, - "textures": { - "particle": "block/vine", - "vine": "block/vine" - }, - "elements": [ - { "from": [ 0.8, 0, 0 ], - "to": [ 0.8, 16, 16 ], - "shade": false, - "faces": { - "west": { "uv": [ 0, 0, 16, 16 ], "texture": "#vine", "tintindex": 0 }, - "east": { "uv": [ 0, 0, 16, 16 ], "texture": "#vine", "tintindex": 0 } - } - }, - { "from": [ 15.2, 0, 0 ], - "to": [ 15.2, 16, 16 ], - "shade": false, - "faces": { - "west": { "uv": [ 0, 0, 16, 16 ], "texture": "#vine", "tintindex": 0 }, - "east": { "uv": [ 0, 0, 16, 16 ], "texture": "#vine", "tintindex": 0 } - } - }, - { "from": [ 0, 0, 15.2 ], - "to": [ 16, 16, 15.2 ], - "shade": false, - "faces": { - "north": { "uv": [ 0, 0, 16, 16 ], "texture": "#vine", "tintindex": 0 }, - "south": { "uv": [ 0, 0, 16, 16 ], "texture": "#vine", "tintindex": 0 } - } - }, - { "from": [ 0, 0, 0.8 ], - "to": [ 16, 16, 0.8 ], - "shade": false, - "faces": { - "north": { "uv": [ 0, 0, 16, 16 ], "texture": "#vine", "tintindex": 0 }, - "south": { "uv": [ 0, 0, 16, 16 ], "texture": "#vine", "tintindex": 0 } - } - } - ] -} diff --git a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/block/vine_4u.json b/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/block/vine_4u.json deleted file mode 100644 index 6cd3cbf2..00000000 --- a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/block/vine_4u.json +++ /dev/null @@ -1,49 +0,0 @@ -{ - "ambientocclusion": false, - "textures": { - "particle": "block/vine", - "vine": "block/vine" - }, - "elements": [ - { "from": [ 0, 15.2, 0 ], - "to": [ 16, 15.2, 16 ], - "shade": false, - "faces": { - "down": { "uv": [ 0, 0, 16, 16 ], "texture": "#vine", "tintindex": 0 }, - "up": { "uv": [ 0, 0, 16, 16 ], "texture": "#vine", "tintindex": 0 } - } - }, - { "from": [ 0.8, 0, 0 ], - "to": [ 0.8, 16, 16 ], - "shade": false, - "faces": { - "west": { "uv": [ 0, 0, 16, 16 ], "texture": "#vine", "tintindex": 0 }, - "east": { "uv": [ 0, 0, 16, 16 ], "texture": "#vine", "tintindex": 0 } - } - }, - { "from": [ 15.2, 0, 0 ], - "to": [ 15.2, 16, 16 ], - "shade": false, - "faces": { - "west": { "uv": [ 0, 0, 16, 16 ], "texture": "#vine", "tintindex": 0 }, - "east": { "uv": [ 0, 0, 16, 16 ], "texture": "#vine", "tintindex": 0 } - } - }, - { "from": [ 0, 0, 15.2 ], - "to": [ 16, 16, 15.2 ], - "shade": false, - "faces": { - "north": { "uv": [ 0, 0, 16, 16 ], "texture": "#vine", "tintindex": 0 }, - "south": { "uv": [ 0, 0, 16, 16 ], "texture": "#vine", "tintindex": 0 } - } - }, - { "from": [ 0, 0, 0.8 ], - "to": [ 16, 16, 0.8 ], - "shade": false, - "faces": { - "north": { "uv": [ 0, 0, 16, 16 ], "texture": "#vine", "tintindex": 0 }, - "south": { "uv": [ 0, 0, 16, 16 ], "texture": "#vine", "tintindex": 0 } - } - } - ] -} diff --git a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/block/vine_u.json b/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/block/vine_u.json deleted file mode 100644 index 5219cfc0..00000000 --- a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/block/vine_u.json +++ /dev/null @@ -1,17 +0,0 @@ -{ - "ambientocclusion": false, - "textures": { - "particle": "block/vine", - "vine": "block/vine" - }, - "elements": [ - { "from": [ 0, 15.2, 0 ], - "to": [ 16, 15.2, 16 ], - "shade": false, - "faces": { - "down": { "uv": [ 0, 0, 16, 16 ], "texture": "#vine", "tintindex": 0 }, - "up": { "uv": [ 0, 0, 16, 16 ], "texture": "#vine", "tintindex": 0 } - } - } - ] -} diff --git a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/block/wall_inventory.json b/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/block/wall_inventory.json deleted file mode 100644 index 4638d77e..00000000 --- a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/block/wall_inventory.json +++ /dev/null @@ -1,44 +0,0 @@ -{ "parent": "block/block", - "display": { - "gui": { - "rotation": [ 30, 135, 0 ], - "translation": [ 0, 0, 0], - "scale":[ 0.625, 0.625, 0.625 ] - }, - "fixed": { - "rotation": [ 0, 90, 0 ], - "translation": [ 0, 0, 0 ], - "scale": [ 0.5, 0.5, 0.5 ] - } - }, - "ambientocclusion": false, - "textures": { - "particle": "#wall" - }, - "elements": [ - { "from": [ 4, 0, 4 ], - "to": [ 12, 16, 12 ], - "faces": { - "down": { "uv": [ 4, 4, 12, 12 ], "texture": "#wall", "cullface": "down" }, - "up": { "uv": [ 4, 4, 12, 12 ], "texture": "#wall" }, - "north": { "uv": [ 4, 0, 12, 16 ], "texture": "#wall" }, - "south": { "uv": [ 4, 0, 12, 16 ], "texture": "#wall" }, - "west": { "uv": [ 4, 0, 12, 16 ], "texture": "#wall" }, - "east": { "uv": [ 4, 0, 12, 16 ], "texture": "#wall" } - }, - "__comment": "Center post" - }, - { "from": [ 5, 0, 0 ], - "to": [ 11, 13, 16 ], - "faces": { - "down": { "uv": [ 5, 0, 11, 16 ], "texture": "#wall", "cullface": "down" }, - "up": { "uv": [ 5, 0, 11, 16 ], "texture": "#wall" }, - "north": { "uv": [ 5, 3, 11, 16 ], "texture": "#wall", "cullface": "north" }, - "south": { "uv": [ 5, 3, 11, 16 ], "texture": "#wall", "cullface": "south" }, - "west": { "uv": [ 0, 3, 16, 16 ], "texture": "#wall" }, - "east": { "uv": [ 0, 3, 16, 16 ], "texture": "#wall" } - }, - "__comment": "Full wall" - } - ] -} diff --git a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/block/wall_torch.json b/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/block/wall_torch.json deleted file mode 100644 index 2af9aa4d..00000000 --- a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/block/wall_torch.json +++ /dev/null @@ -1,6 +0,0 @@ -{ - "parent": "block/torch_wall", - "textures": { - "torch": "block/torch" - } -} diff --git a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/block/water.json b/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/block/water.json deleted file mode 100644 index 75907472..00000000 --- a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/block/water.json +++ /dev/null @@ -1,6 +0,0 @@ -{ - "textures": { - "particle": "block/water_still" - } -} - diff --git a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/block/wet_sponge.json b/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/block/wet_sponge.json deleted file mode 100644 index c6f4406b..00000000 --- a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/block/wet_sponge.json +++ /dev/null @@ -1,6 +0,0 @@ -{ - "parent": "block/cube_all", - "textures": { - "all": "block/wet_sponge" - } -} diff --git a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/block/wheat_stage0.json b/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/block/wheat_stage0.json deleted file mode 100644 index fb5e180a..00000000 --- a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/block/wheat_stage0.json +++ /dev/null @@ -1,6 +0,0 @@ -{ - "parent": "block/crop", - "textures": { - "crop": "block/wheat_stage0" - } -} diff --git a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/block/wheat_stage1.json b/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/block/wheat_stage1.json deleted file mode 100644 index cf2d73f6..00000000 --- a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/block/wheat_stage1.json +++ /dev/null @@ -1,6 +0,0 @@ -{ - "parent": "block/crop", - "textures": { - "crop": "block/wheat_stage1" - } -} diff --git a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/block/wheat_stage2.json b/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/block/wheat_stage2.json deleted file mode 100644 index d612974e..00000000 --- a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/block/wheat_stage2.json +++ /dev/null @@ -1,6 +0,0 @@ -{ - "parent": "block/crop", - "textures": { - "crop": "block/wheat_stage2" - } -} diff --git a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/block/wheat_stage3.json b/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/block/wheat_stage3.json deleted file mode 100644 index 437e5c9a..00000000 --- a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/block/wheat_stage3.json +++ /dev/null @@ -1,6 +0,0 @@ -{ - "parent": "block/crop", - "textures": { - "crop": "block/wheat_stage3" - } -} diff --git a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/block/wheat_stage4.json b/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/block/wheat_stage4.json deleted file mode 100644 index 0ce4ecca..00000000 --- a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/block/wheat_stage4.json +++ /dev/null @@ -1,6 +0,0 @@ -{ - "parent": "block/crop", - "textures": { - "crop": "block/wheat_stage4" - } -} diff --git a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/block/wheat_stage5.json b/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/block/wheat_stage5.json deleted file mode 100644 index 185a8a5e..00000000 --- a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/block/wheat_stage5.json +++ /dev/null @@ -1,6 +0,0 @@ -{ - "parent": "block/crop", - "textures": { - "crop": "block/wheat_stage5" - } -} diff --git a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/block/wheat_stage6.json b/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/block/wheat_stage6.json deleted file mode 100644 index db11cdb4..00000000 --- a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/block/wheat_stage6.json +++ /dev/null @@ -1,6 +0,0 @@ -{ - "parent": "block/crop", - "textures": { - "crop": "block/wheat_stage6" - } -} diff --git a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/block/wheat_stage7.json b/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/block/wheat_stage7.json deleted file mode 100644 index 0ac0a168..00000000 --- a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/block/wheat_stage7.json +++ /dev/null @@ -1,6 +0,0 @@ -{ - "parent": "block/crop", - "textures": { - "crop": "block/wheat_stage7" - } -} diff --git a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/block/white_carpet.json b/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/block/white_carpet.json deleted file mode 100644 index ee6acd47..00000000 --- a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/block/white_carpet.json +++ /dev/null @@ -1,7 +0,0 @@ -{ - "parent": "block/carpet", - "textures": { - "particle": "block/white_wool", - "wool": "block/white_wool" - } -} diff --git a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/block/white_concrete.json b/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/block/white_concrete.json deleted file mode 100644 index 7814b7f0..00000000 --- a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/block/white_concrete.json +++ /dev/null @@ -1,6 +0,0 @@ -{ - "parent": "block/cube_all", - "textures": { - "all": "block/white_concrete" - } -} diff --git a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/block/white_concrete_powder.json b/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/block/white_concrete_powder.json deleted file mode 100644 index e3b11214..00000000 --- a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/block/white_concrete_powder.json +++ /dev/null @@ -1,6 +0,0 @@ -{ - "parent": "block/cube_all", - "textures": { - "all": "block/white_concrete_powder" - } -} diff --git a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/block/white_glazed_terracotta.json b/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/block/white_glazed_terracotta.json deleted file mode 100644 index 59c6e25a..00000000 --- a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/block/white_glazed_terracotta.json +++ /dev/null @@ -1,7 +0,0 @@ -{ - "parent": "block/template_glazed_terracotta", - "textures": { - "particle": "block/white_glazed_terracotta", - "pattern": "block/white_glazed_terracotta" - } -} diff --git a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/block/white_shulker_box.json b/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/block/white_shulker_box.json deleted file mode 100644 index 0215631b..00000000 --- a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/block/white_shulker_box.json +++ /dev/null @@ -1,5 +0,0 @@ -{ - "textures": { - "particle": "block/white_shulker_box" - } -} diff --git a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/block/white_stained_glass.json b/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/block/white_stained_glass.json deleted file mode 100644 index 109b302e..00000000 --- a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/block/white_stained_glass.json +++ /dev/null @@ -1,6 +0,0 @@ -{ - "parent": "block/cube_all", - "textures": { - "all": "block/white_stained_glass" - } -} diff --git a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/block/white_stained_glass_pane_noside.json b/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/block/white_stained_glass_pane_noside.json deleted file mode 100644 index 70ea9653..00000000 --- a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/block/white_stained_glass_pane_noside.json +++ /dev/null @@ -1,6 +0,0 @@ -{ - "parent": "block/template_glass_pane_noside", - "textures": { - "pane": "block/white_stained_glass" - } -} diff --git a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/block/white_stained_glass_pane_noside_alt.json b/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/block/white_stained_glass_pane_noside_alt.json deleted file mode 100644 index 57c65579..00000000 --- a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/block/white_stained_glass_pane_noside_alt.json +++ /dev/null @@ -1,6 +0,0 @@ -{ - "parent": "block/template_glass_pane_noside_alt", - "textures": { - "pane": "block/white_stained_glass" - } -} diff --git a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/block/white_stained_glass_pane_post.json b/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/block/white_stained_glass_pane_post.json deleted file mode 100644 index d3f64146..00000000 --- a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/block/white_stained_glass_pane_post.json +++ /dev/null @@ -1,7 +0,0 @@ -{ - "parent": "block/template_glass_pane_post", - "textures": { - "edge": "block/white_stained_glass_pane_top", - "pane": "block/white_stained_glass" - } -} diff --git a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/block/white_stained_glass_pane_side.json b/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/block/white_stained_glass_pane_side.json deleted file mode 100644 index 4c22e028..00000000 --- a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/block/white_stained_glass_pane_side.json +++ /dev/null @@ -1,7 +0,0 @@ -{ - "parent": "block/template_glass_pane_side", - "textures": { - "edge": "block/white_stained_glass_pane_top", - "pane": "block/white_stained_glass" - } -} diff --git a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/block/white_stained_glass_pane_side_alt.json b/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/block/white_stained_glass_pane_side_alt.json deleted file mode 100644 index fb4f7519..00000000 --- a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/block/white_stained_glass_pane_side_alt.json +++ /dev/null @@ -1,7 +0,0 @@ -{ - "parent": "block/template_glass_pane_side_alt", - "textures": { - "edge": "block/white_stained_glass_pane_top", - "pane": "block/white_stained_glass" - } -} diff --git a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/block/white_terracotta.json b/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/block/white_terracotta.json deleted file mode 100644 index 5f471d54..00000000 --- a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/block/white_terracotta.json +++ /dev/null @@ -1,6 +0,0 @@ -{ - "parent": "block/cube_all", - "textures": { - "all": "block/white_terracotta" - } -} diff --git a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/block/white_tulip.json b/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/block/white_tulip.json deleted file mode 100644 index e57db8af..00000000 --- a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/block/white_tulip.json +++ /dev/null @@ -1,6 +0,0 @@ -{ - "parent": "block/cross", - "textures": { - "cross": "block/white_tulip" - } -} diff --git a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/block/white_wool.json b/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/block/white_wool.json deleted file mode 100644 index 773d21d8..00000000 --- a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/block/white_wool.json +++ /dev/null @@ -1,6 +0,0 @@ -{ - "parent": "block/cube_all", - "textures": { - "all": "block/white_wool" - } -} diff --git a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/block/wither_rose.json b/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/block/wither_rose.json deleted file mode 100644 index 46fd9393..00000000 --- a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/block/wither_rose.json +++ /dev/null @@ -1,6 +0,0 @@ -{ - "parent": "block/cross", - "textures": { - "cross": "block/wither_rose" - } -} diff --git a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/block/yellow_carpet.json b/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/block/yellow_carpet.json deleted file mode 100644 index dfe23b9c..00000000 --- a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/block/yellow_carpet.json +++ /dev/null @@ -1,7 +0,0 @@ -{ - "parent": "block/carpet", - "textures": { - "particle": "block/yellow_wool", - "wool": "block/yellow_wool" - } -} diff --git a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/block/yellow_concrete.json b/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/block/yellow_concrete.json deleted file mode 100644 index f3e551dc..00000000 --- a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/block/yellow_concrete.json +++ /dev/null @@ -1,6 +0,0 @@ -{ - "parent": "block/cube_all", - "textures": { - "all": "block/yellow_concrete" - } -} diff --git a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/block/yellow_concrete_powder.json b/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/block/yellow_concrete_powder.json deleted file mode 100644 index 611cf7f5..00000000 --- a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/block/yellow_concrete_powder.json +++ /dev/null @@ -1,6 +0,0 @@ -{ - "parent": "block/cube_all", - "textures": { - "all": "block/yellow_concrete_powder" - } -} diff --git a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/block/yellow_glazed_terracotta.json b/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/block/yellow_glazed_terracotta.json deleted file mode 100644 index 915f9b1d..00000000 --- a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/block/yellow_glazed_terracotta.json +++ /dev/null @@ -1,7 +0,0 @@ -{ - "parent": "block/template_glazed_terracotta", - "textures": { - "particle": "block/yellow_glazed_terracotta", - "pattern": "block/yellow_glazed_terracotta" - } -} diff --git a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/block/yellow_shulker_box.json b/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/block/yellow_shulker_box.json deleted file mode 100644 index 3483c21f..00000000 --- a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/block/yellow_shulker_box.json +++ /dev/null @@ -1,5 +0,0 @@ -{ - "textures": { - "particle": "block/yellow_shulker_box" - } -} diff --git a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/block/yellow_stained_glass.json b/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/block/yellow_stained_glass.json deleted file mode 100644 index 6650ecf2..00000000 --- a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/block/yellow_stained_glass.json +++ /dev/null @@ -1,6 +0,0 @@ -{ - "parent": "block/cube_all", - "textures": { - "all": "block/yellow_stained_glass" - } -} diff --git a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/block/yellow_stained_glass_pane_noside.json b/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/block/yellow_stained_glass_pane_noside.json deleted file mode 100644 index d004d224..00000000 --- a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/block/yellow_stained_glass_pane_noside.json +++ /dev/null @@ -1,6 +0,0 @@ -{ - "parent": "block/template_glass_pane_noside", - "textures": { - "pane": "block/yellow_stained_glass" - } -} diff --git a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/block/yellow_stained_glass_pane_noside_alt.json b/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/block/yellow_stained_glass_pane_noside_alt.json deleted file mode 100644 index 53712df0..00000000 --- a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/block/yellow_stained_glass_pane_noside_alt.json +++ /dev/null @@ -1,6 +0,0 @@ -{ - "parent": "block/template_glass_pane_noside_alt", - "textures": { - "pane": "block/yellow_stained_glass" - } -} diff --git a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/block/yellow_stained_glass_pane_post.json b/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/block/yellow_stained_glass_pane_post.json deleted file mode 100644 index 12f36d71..00000000 --- a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/block/yellow_stained_glass_pane_post.json +++ /dev/null @@ -1,7 +0,0 @@ -{ - "parent": "block/template_glass_pane_post", - "textures": { - "edge": "block/yellow_stained_glass_pane_top", - "pane": "block/yellow_stained_glass" - } -} diff --git a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/block/yellow_stained_glass_pane_side.json b/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/block/yellow_stained_glass_pane_side.json deleted file mode 100644 index b75f37c4..00000000 --- a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/block/yellow_stained_glass_pane_side.json +++ /dev/null @@ -1,7 +0,0 @@ -{ - "parent": "block/template_glass_pane_side", - "textures": { - "edge": "block/yellow_stained_glass_pane_top", - "pane": "block/yellow_stained_glass" - } -} diff --git a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/block/yellow_stained_glass_pane_side_alt.json b/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/block/yellow_stained_glass_pane_side_alt.json deleted file mode 100644 index f0c3116e..00000000 --- a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/block/yellow_stained_glass_pane_side_alt.json +++ /dev/null @@ -1,7 +0,0 @@ -{ - "parent": "block/template_glass_pane_side_alt", - "textures": { - "edge": "block/yellow_stained_glass_pane_top", - "pane": "block/yellow_stained_glass" - } -} diff --git a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/block/yellow_terracotta.json b/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/block/yellow_terracotta.json deleted file mode 100644 index c63354c0..00000000 --- a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/block/yellow_terracotta.json +++ /dev/null @@ -1,6 +0,0 @@ -{ - "parent": "block/cube_all", - "textures": { - "all": "block/yellow_terracotta" - } -} diff --git a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/block/yellow_wool.json b/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/block/yellow_wool.json deleted file mode 100644 index 53d74adb..00000000 --- a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/block/yellow_wool.json +++ /dev/null @@ -1,6 +0,0 @@ -{ - "parent": "block/cube_all", - "textures": { - "all": "block/yellow_wool" - } -} diff --git a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/item/acacia_boat.json b/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/item/acacia_boat.json deleted file mode 100644 index ce97bbfd..00000000 --- a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/item/acacia_boat.json +++ /dev/null @@ -1,6 +0,0 @@ -{ - "parent": "item/generated", - "textures": { - "layer0": "item/acacia_boat" - } -} diff --git a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/item/acacia_button.json b/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/item/acacia_button.json deleted file mode 100644 index 44018d82..00000000 --- a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/item/acacia_button.json +++ /dev/null @@ -1,3 +0,0 @@ -{ - "parent": "block/acacia_button_inventory" -} diff --git a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/item/acacia_door.json b/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/item/acacia_door.json deleted file mode 100644 index 1fd967c1..00000000 --- a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/item/acacia_door.json +++ /dev/null @@ -1,6 +0,0 @@ -{ - "parent": "item/generated", - "textures": { - "layer0": "item/acacia_door" - } -} diff --git a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/item/acacia_fence.json b/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/item/acacia_fence.json deleted file mode 100644 index a191ee23..00000000 --- a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/item/acacia_fence.json +++ /dev/null @@ -1,3 +0,0 @@ -{ - "parent": "block/acacia_fence_inventory" -} diff --git a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/item/acacia_fence_gate.json b/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/item/acacia_fence_gate.json deleted file mode 100644 index 067388d0..00000000 --- a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/item/acacia_fence_gate.json +++ /dev/null @@ -1,3 +0,0 @@ -{ - "parent": "block/acacia_fence_gate" -} diff --git a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/item/acacia_leaves.json b/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/item/acacia_leaves.json deleted file mode 100644 index 44b625bf..00000000 --- a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/item/acacia_leaves.json +++ /dev/null @@ -1,3 +0,0 @@ -{ - "parent": "block/acacia_leaves" -} diff --git a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/item/acacia_log.json b/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/item/acacia_log.json deleted file mode 100644 index 32edb560..00000000 --- a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/item/acacia_log.json +++ /dev/null @@ -1,3 +0,0 @@ -{ - "parent": "block/acacia_log" -} diff --git a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/item/acacia_planks.json b/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/item/acacia_planks.json deleted file mode 100644 index 7fcb12aa..00000000 --- a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/item/acacia_planks.json +++ /dev/null @@ -1,3 +0,0 @@ -{ - "parent": "block/acacia_planks" -} diff --git a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/item/acacia_pressure_plate.json b/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/item/acacia_pressure_plate.json deleted file mode 100644 index e128af4a..00000000 --- a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/item/acacia_pressure_plate.json +++ /dev/null @@ -1,3 +0,0 @@ -{ - "parent": "block/acacia_pressure_plate" -} diff --git a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/item/acacia_sapling.json b/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/item/acacia_sapling.json deleted file mode 100644 index d07604f4..00000000 --- a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/item/acacia_sapling.json +++ /dev/null @@ -1,6 +0,0 @@ -{ - "parent": "item/generated", - "textures": { - "layer0": "block/acacia_sapling" - } -} diff --git a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/item/acacia_sign.json b/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/item/acacia_sign.json deleted file mode 100644 index b03ebd1e..00000000 --- a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/item/acacia_sign.json +++ /dev/null @@ -1,6 +0,0 @@ -{ - "parent": "item/generated", - "textures": { - "layer0": "item/acacia_sign" - } -} diff --git a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/item/acacia_slab.json b/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/item/acacia_slab.json deleted file mode 100644 index e61bec6c..00000000 --- a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/item/acacia_slab.json +++ /dev/null @@ -1,3 +0,0 @@ -{ - "parent": "block/acacia_slab" -} diff --git a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/item/acacia_stairs.json b/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/item/acacia_stairs.json deleted file mode 100644 index 570ee175..00000000 --- a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/item/acacia_stairs.json +++ /dev/null @@ -1,3 +0,0 @@ -{ - "parent": "block/acacia_stairs" -} diff --git a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/item/acacia_trapdoor.json b/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/item/acacia_trapdoor.json deleted file mode 100644 index b9b2ce8d..00000000 --- a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/item/acacia_trapdoor.json +++ /dev/null @@ -1,3 +0,0 @@ -{ - "parent": "block/acacia_trapdoor_bottom" -} diff --git a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/item/acacia_wood.json b/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/item/acacia_wood.json deleted file mode 100644 index 3fab94e2..00000000 --- a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/item/acacia_wood.json +++ /dev/null @@ -1,3 +0,0 @@ -{ - "parent": "block/acacia_wood" -} diff --git a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/item/activator_rail.json b/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/item/activator_rail.json deleted file mode 100644 index 89b1e9ea..00000000 --- a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/item/activator_rail.json +++ /dev/null @@ -1,6 +0,0 @@ -{ - "parent": "item/generated", - "textures": { - "layer0": "block/activator_rail" - } -} diff --git a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/item/air.json b/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/item/air.json deleted file mode 100644 index 2c63c085..00000000 --- a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/item/air.json +++ /dev/null @@ -1,2 +0,0 @@ -{ -} diff --git a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/item/allium.json b/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/item/allium.json deleted file mode 100644 index 5110f087..00000000 --- a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/item/allium.json +++ /dev/null @@ -1,6 +0,0 @@ -{ - "parent": "item/generated", - "textures": { - "layer0": "block/allium" - } -} diff --git a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/item/andesite.json b/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/item/andesite.json deleted file mode 100644 index c6c205c1..00000000 --- a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/item/andesite.json +++ /dev/null @@ -1,3 +0,0 @@ -{ - "parent": "block/andesite" -} diff --git a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/item/andesite_slab.json b/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/item/andesite_slab.json deleted file mode 100644 index 33aa4f4f..00000000 --- a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/item/andesite_slab.json +++ /dev/null @@ -1,3 +0,0 @@ -{ - "parent": "block/andesite_slab" -} diff --git a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/item/andesite_stairs.json b/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/item/andesite_stairs.json deleted file mode 100644 index ffabcfd3..00000000 --- a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/item/andesite_stairs.json +++ /dev/null @@ -1,3 +0,0 @@ -{ - "parent": "block/andesite_stairs" -} diff --git a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/item/andesite_wall.json b/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/item/andesite_wall.json deleted file mode 100644 index c7099b62..00000000 --- a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/item/andesite_wall.json +++ /dev/null @@ -1,3 +0,0 @@ -{ - "parent": "block/andesite_wall_inventory" -} diff --git a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/item/anvil.json b/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/item/anvil.json deleted file mode 100644 index a02fa549..00000000 --- a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/item/anvil.json +++ /dev/null @@ -1,3 +0,0 @@ -{ - "parent": "block/anvil" -} diff --git a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/item/apple.json b/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/item/apple.json deleted file mode 100644 index 76275731..00000000 --- a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/item/apple.json +++ /dev/null @@ -1,6 +0,0 @@ -{ - "parent": "item/generated", - "textures": { - "layer0": "item/apple" - } -} diff --git a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/item/armor_stand.json b/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/item/armor_stand.json deleted file mode 100644 index 3c757f59..00000000 --- a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/item/armor_stand.json +++ /dev/null @@ -1,6 +0,0 @@ -{ - "parent": "item/generated", - "textures": { - "layer0": "item/armor_stand" - } -} diff --git a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/item/arrow.json b/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/item/arrow.json deleted file mode 100644 index d90e426c..00000000 --- a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/item/arrow.json +++ /dev/null @@ -1,6 +0,0 @@ -{ - "parent": "item/generated", - "textures": { - "layer0": "item/arrow" - } -} diff --git a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/item/azure_bluet.json b/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/item/azure_bluet.json deleted file mode 100644 index 38fddb6f..00000000 --- a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/item/azure_bluet.json +++ /dev/null @@ -1,6 +0,0 @@ -{ - "parent": "item/generated", - "textures": { - "layer0": "block/azure_bluet" - } -} diff --git a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/item/baked_potato.json b/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/item/baked_potato.json deleted file mode 100644 index 7b2d7e66..00000000 --- a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/item/baked_potato.json +++ /dev/null @@ -1,6 +0,0 @@ -{ - "parent": "item/generated", - "textures": { - "layer0": "item/baked_potato" - } -} diff --git a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/item/bamboo.json b/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/item/bamboo.json deleted file mode 100644 index 59926c6c..00000000 --- a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/item/bamboo.json +++ /dev/null @@ -1,6 +0,0 @@ -{ - "parent": "item/handheld", - "textures": { - "layer0": "item/bamboo" - } -} diff --git a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/item/barrel.json b/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/item/barrel.json deleted file mode 100644 index c2ffc53c..00000000 --- a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/item/barrel.json +++ /dev/null @@ -1,3 +0,0 @@ -{ - "parent": "block/barrel" -} diff --git a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/item/barrier.json b/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/item/barrier.json deleted file mode 100644 index b1e13616..00000000 --- a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/item/barrier.json +++ /dev/null @@ -1,6 +0,0 @@ -{ - "parent": "item/generated", - "textures": { - "layer0": "item/barrier" - } -} diff --git a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/item/bat_spawn_egg.json b/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/item/bat_spawn_egg.json deleted file mode 100644 index 765225c9..00000000 --- a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/item/bat_spawn_egg.json +++ /dev/null @@ -1,3 +0,0 @@ -{ - "parent": "item/template_spawn_egg" -} diff --git a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/item/beacon.json b/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/item/beacon.json deleted file mode 100644 index 02f00d7e..00000000 --- a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/item/beacon.json +++ /dev/null @@ -1,3 +0,0 @@ -{ - "parent": "block/beacon" -} diff --git a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/item/bedrock.json b/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/item/bedrock.json deleted file mode 100644 index 9ac9ca91..00000000 --- a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/item/bedrock.json +++ /dev/null @@ -1,3 +0,0 @@ -{ - "parent": "block/bedrock" -} diff --git a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/item/beef.json b/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/item/beef.json deleted file mode 100644 index c0183aee..00000000 --- a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/item/beef.json +++ /dev/null @@ -1,6 +0,0 @@ -{ - "parent": "item/generated", - "textures": { - "layer0": "item/beef" - } -} diff --git a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/item/beetroot.json b/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/item/beetroot.json deleted file mode 100644 index 2488fe6f..00000000 --- a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/item/beetroot.json +++ /dev/null @@ -1,6 +0,0 @@ -{ - "parent": "item/generated", - "textures": { - "layer0": "item/beetroot" - } -} diff --git a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/item/beetroot_seeds.json b/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/item/beetroot_seeds.json deleted file mode 100644 index b88ac1af..00000000 --- a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/item/beetroot_seeds.json +++ /dev/null @@ -1,6 +0,0 @@ -{ - "parent": "item/generated", - "textures": { - "layer0": "item/beetroot_seeds" - } -} diff --git a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/item/beetroot_soup.json b/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/item/beetroot_soup.json deleted file mode 100644 index 26a41d3b..00000000 --- a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/item/beetroot_soup.json +++ /dev/null @@ -1,6 +0,0 @@ -{ - "parent": "item/generated", - "textures": { - "layer0": "item/beetroot_soup" - } -} diff --git a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/item/bell.json b/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/item/bell.json deleted file mode 100644 index d5485f47..00000000 --- a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/item/bell.json +++ /dev/null @@ -1,6 +0,0 @@ -{ - "parent": "item/generated", - "textures": { - "layer0": "item/bell" - } -} diff --git a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/item/birch_boat.json b/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/item/birch_boat.json deleted file mode 100644 index ecad6b2e..00000000 --- a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/item/birch_boat.json +++ /dev/null @@ -1,6 +0,0 @@ -{ - "parent": "item/generated", - "textures": { - "layer0": "item/birch_boat" - } -} diff --git a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/item/birch_button.json b/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/item/birch_button.json deleted file mode 100644 index 80fb1ab1..00000000 --- a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/item/birch_button.json +++ /dev/null @@ -1,3 +0,0 @@ -{ - "parent": "block/birch_button_inventory" -} diff --git a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/item/birch_door.json b/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/item/birch_door.json deleted file mode 100644 index 039c8e9e..00000000 --- a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/item/birch_door.json +++ /dev/null @@ -1,6 +0,0 @@ -{ - "parent": "item/generated", - "textures": { - "layer0": "item/birch_door" - } -} diff --git a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/item/birch_fence.json b/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/item/birch_fence.json deleted file mode 100644 index 2e9faa2d..00000000 --- a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/item/birch_fence.json +++ /dev/null @@ -1,3 +0,0 @@ -{ - "parent": "block/birch_fence_inventory" -} diff --git a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/item/birch_fence_gate.json b/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/item/birch_fence_gate.json deleted file mode 100644 index 50bda8ce..00000000 --- a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/item/birch_fence_gate.json +++ /dev/null @@ -1,3 +0,0 @@ -{ - "parent": "block/birch_fence_gate" -} diff --git a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/item/birch_leaves.json b/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/item/birch_leaves.json deleted file mode 100644 index 9a3f6d5f..00000000 --- a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/item/birch_leaves.json +++ /dev/null @@ -1,3 +0,0 @@ -{ - "parent": "block/birch_leaves" -} diff --git a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/item/birch_log.json b/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/item/birch_log.json deleted file mode 100644 index 8ae0965f..00000000 --- a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/item/birch_log.json +++ /dev/null @@ -1,3 +0,0 @@ -{ - "parent": "block/birch_log" -} diff --git a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/item/birch_planks.json b/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/item/birch_planks.json deleted file mode 100644 index b5699077..00000000 --- a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/item/birch_planks.json +++ /dev/null @@ -1,3 +0,0 @@ -{ - "parent": "block/birch_planks" -} diff --git a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/item/birch_pressure_plate.json b/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/item/birch_pressure_plate.json deleted file mode 100644 index 3fcfbc8a..00000000 --- a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/item/birch_pressure_plate.json +++ /dev/null @@ -1,3 +0,0 @@ -{ - "parent": "block/birch_pressure_plate" -} diff --git a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/item/birch_sapling.json b/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/item/birch_sapling.json deleted file mode 100644 index 283d7f07..00000000 --- a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/item/birch_sapling.json +++ /dev/null @@ -1,6 +0,0 @@ -{ - "parent": "item/generated", - "textures": { - "layer0": "block/birch_sapling" - } -} diff --git a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/item/birch_sign.json b/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/item/birch_sign.json deleted file mode 100644 index b4af525e..00000000 --- a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/item/birch_sign.json +++ /dev/null @@ -1,6 +0,0 @@ -{ - "parent": "item/generated", - "textures": { - "layer0": "item/birch_sign" - } -} diff --git a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/item/birch_slab.json b/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/item/birch_slab.json deleted file mode 100644 index 14498336..00000000 --- a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/item/birch_slab.json +++ /dev/null @@ -1,3 +0,0 @@ -{ - "parent": "block/birch_slab" -} diff --git a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/item/birch_stairs.json b/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/item/birch_stairs.json deleted file mode 100644 index 0e4b0be0..00000000 --- a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/item/birch_stairs.json +++ /dev/null @@ -1,3 +0,0 @@ -{ - "parent": "block/birch_stairs" -} diff --git a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/item/birch_trapdoor.json b/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/item/birch_trapdoor.json deleted file mode 100644 index bd789159..00000000 --- a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/item/birch_trapdoor.json +++ /dev/null @@ -1,3 +0,0 @@ -{ - "parent": "block/birch_trapdoor_bottom" -} diff --git a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/item/birch_wood.json b/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/item/birch_wood.json deleted file mode 100644 index c943d898..00000000 --- a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/item/birch_wood.json +++ /dev/null @@ -1,3 +0,0 @@ -{ - "parent": "block/birch_wood" -} diff --git a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/item/black_banner.json b/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/item/black_banner.json deleted file mode 100644 index 9d43dcc2..00000000 --- a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/item/black_banner.json +++ /dev/null @@ -1,3 +0,0 @@ -{ - "parent": "item/template_banner" -} diff --git a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/item/black_bed.json b/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/item/black_bed.json deleted file mode 100644 index daa7abf6..00000000 --- a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/item/black_bed.json +++ /dev/null @@ -1,6 +0,0 @@ -{ - "parent": "item/template_bed", - "textures": { - "particle": "block/black_wool" - } -} diff --git a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/item/black_carpet.json b/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/item/black_carpet.json deleted file mode 100644 index 6e13f1f5..00000000 --- a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/item/black_carpet.json +++ /dev/null @@ -1,3 +0,0 @@ -{ - "parent": "block/black_carpet" -} diff --git a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/item/black_concrete.json b/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/item/black_concrete.json deleted file mode 100644 index 1b8032bb..00000000 --- a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/item/black_concrete.json +++ /dev/null @@ -1,3 +0,0 @@ -{ - "parent": "block/black_concrete" -} diff --git a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/item/black_concrete_powder.json b/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/item/black_concrete_powder.json deleted file mode 100644 index 281ea9c0..00000000 --- a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/item/black_concrete_powder.json +++ /dev/null @@ -1,3 +0,0 @@ -{ - "parent": "block/black_concrete_powder" -} diff --git a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/item/black_dye.json b/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/item/black_dye.json deleted file mode 100644 index 7e623162..00000000 --- a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/item/black_dye.json +++ /dev/null @@ -1,6 +0,0 @@ -{ - "parent": "item/generated", - "textures": { - "layer0": "item/black_dye" - } -} diff --git a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/item/black_glazed_terracotta.json b/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/item/black_glazed_terracotta.json deleted file mode 100644 index 597b4751..00000000 --- a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/item/black_glazed_terracotta.json +++ /dev/null @@ -1,3 +0,0 @@ -{ - "parent": "block/black_glazed_terracotta" -} diff --git a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/item/black_shulker_box.json b/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/item/black_shulker_box.json deleted file mode 100644 index 9cd1ed85..00000000 --- a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/item/black_shulker_box.json +++ /dev/null @@ -1,6 +0,0 @@ -{ - "parent": "item/template_shulker_box", - "textures": { - "particle": "block/black_shulker_box" - } -} diff --git a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/item/black_stained_glass.json b/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/item/black_stained_glass.json deleted file mode 100644 index fa7df59b..00000000 --- a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/item/black_stained_glass.json +++ /dev/null @@ -1,3 +0,0 @@ -{ - "parent": "block/black_stained_glass" -} diff --git a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/item/black_stained_glass_pane.json b/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/item/black_stained_glass_pane.json deleted file mode 100644 index e28850d6..00000000 --- a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/item/black_stained_glass_pane.json +++ /dev/null @@ -1,6 +0,0 @@ -{ - "parent": "item/generated", - "textures": { - "layer0": "block/black_stained_glass" - } -} diff --git a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/item/black_terracotta.json b/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/item/black_terracotta.json deleted file mode 100644 index 341fcffd..00000000 --- a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/item/black_terracotta.json +++ /dev/null @@ -1,3 +0,0 @@ -{ - "parent": "block/black_terracotta" -} diff --git a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/item/black_wool.json b/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/item/black_wool.json deleted file mode 100644 index 786c753a..00000000 --- a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/item/black_wool.json +++ /dev/null @@ -1,3 +0,0 @@ -{ - "parent": "block/black_wool" -} diff --git a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/item/blast_furnace.json b/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/item/blast_furnace.json deleted file mode 100644 index d508a48d..00000000 --- a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/item/blast_furnace.json +++ /dev/null @@ -1,3 +0,0 @@ -{ - "parent": "block/blast_furnace" -} diff --git a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/item/blaze_powder.json b/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/item/blaze_powder.json deleted file mode 100644 index 5d683347..00000000 --- a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/item/blaze_powder.json +++ /dev/null @@ -1,6 +0,0 @@ -{ - "parent": "item/generated", - "textures": { - "layer0": "item/blaze_powder" - } -} diff --git a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/item/blaze_rod.json b/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/item/blaze_rod.json deleted file mode 100644 index 02d69af2..00000000 --- a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/item/blaze_rod.json +++ /dev/null @@ -1,6 +0,0 @@ -{ - "parent": "item/handheld", - "textures": { - "layer0": "item/blaze_rod" - } -} diff --git a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/item/blaze_spawn_egg.json b/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/item/blaze_spawn_egg.json deleted file mode 100644 index 765225c9..00000000 --- a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/item/blaze_spawn_egg.json +++ /dev/null @@ -1,3 +0,0 @@ -{ - "parent": "item/template_spawn_egg" -} diff --git a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/item/blue_banner.json b/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/item/blue_banner.json deleted file mode 100644 index 9d43dcc2..00000000 --- a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/item/blue_banner.json +++ /dev/null @@ -1,3 +0,0 @@ -{ - "parent": "item/template_banner" -} diff --git a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/item/blue_bed.json b/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/item/blue_bed.json deleted file mode 100644 index cf4745a2..00000000 --- a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/item/blue_bed.json +++ /dev/null @@ -1,6 +0,0 @@ -{ - "parent": "item/template_bed", - "textures": { - "particle": "block/blue_wool" - } -} diff --git a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/item/blue_carpet.json b/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/item/blue_carpet.json deleted file mode 100644 index 81581f88..00000000 --- a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/item/blue_carpet.json +++ /dev/null @@ -1,3 +0,0 @@ -{ - "parent": "block/blue_carpet" -} diff --git a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/item/blue_concrete.json b/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/item/blue_concrete.json deleted file mode 100644 index a6b6d003..00000000 --- a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/item/blue_concrete.json +++ /dev/null @@ -1,3 +0,0 @@ -{ - "parent": "block/blue_concrete" -} diff --git a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/item/blue_concrete_powder.json b/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/item/blue_concrete_powder.json deleted file mode 100644 index 360aaba6..00000000 --- a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/item/blue_concrete_powder.json +++ /dev/null @@ -1,3 +0,0 @@ -{ - "parent": "block/blue_concrete_powder" -} diff --git a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/item/blue_dye.json b/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/item/blue_dye.json deleted file mode 100644 index b4420e56..00000000 --- a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/item/blue_dye.json +++ /dev/null @@ -1,6 +0,0 @@ -{ - "parent": "item/generated", - "textures": { - "layer0": "item/blue_dye" - } -} diff --git a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/item/blue_glazed_terracotta.json b/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/item/blue_glazed_terracotta.json deleted file mode 100644 index 80005a49..00000000 --- a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/item/blue_glazed_terracotta.json +++ /dev/null @@ -1,3 +0,0 @@ -{ - "parent": "block/blue_glazed_terracotta" -} diff --git a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/item/blue_ice.json b/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/item/blue_ice.json deleted file mode 100644 index 7b8bbdb6..00000000 --- a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/item/blue_ice.json +++ /dev/null @@ -1,3 +0,0 @@ -{ - "parent": "block/blue_ice" -} diff --git a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/item/blue_orchid.json b/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/item/blue_orchid.json deleted file mode 100644 index e5b778bd..00000000 --- a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/item/blue_orchid.json +++ /dev/null @@ -1,6 +0,0 @@ -{ - "parent": "item/generated", - "textures": { - "layer0": "block/blue_orchid" - } -} diff --git a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/item/blue_shulker_box.json b/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/item/blue_shulker_box.json deleted file mode 100644 index a3cbf51b..00000000 --- a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/item/blue_shulker_box.json +++ /dev/null @@ -1,6 +0,0 @@ -{ - "parent": "item/template_shulker_box", - "textures": { - "particle": "block/blue_shulker_box" - } -} diff --git a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/item/blue_stained_glass.json b/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/item/blue_stained_glass.json deleted file mode 100644 index cb7407d2..00000000 --- a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/item/blue_stained_glass.json +++ /dev/null @@ -1,3 +0,0 @@ -{ - "parent": "block/blue_stained_glass" -} diff --git a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/item/blue_stained_glass_pane.json b/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/item/blue_stained_glass_pane.json deleted file mode 100644 index 74c71bfe..00000000 --- a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/item/blue_stained_glass_pane.json +++ /dev/null @@ -1,6 +0,0 @@ -{ - "parent": "item/generated", - "textures": { - "layer0": "block/blue_stained_glass" - } -} diff --git a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/item/blue_terracotta.json b/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/item/blue_terracotta.json deleted file mode 100644 index f1a95e2c..00000000 --- a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/item/blue_terracotta.json +++ /dev/null @@ -1,3 +0,0 @@ -{ - "parent": "block/blue_terracotta" -} diff --git a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/item/blue_wool.json b/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/item/blue_wool.json deleted file mode 100644 index 19e06920..00000000 --- a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/item/blue_wool.json +++ /dev/null @@ -1,3 +0,0 @@ -{ - "parent": "block/blue_wool" -} diff --git a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/item/bone.json b/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/item/bone.json deleted file mode 100644 index 3063401c..00000000 --- a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/item/bone.json +++ /dev/null @@ -1,13 +0,0 @@ -{ - "parent": "item/handheld", - "textures": { - "layer0": "item/bone" - }, - "display": { - "head": { - "rotation": [ 0, 0, -45 ], - "translation": [ 0, -4.5, -6.5], - "scale":[ 1, 1, 1 ] - } - } -} diff --git a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/item/bone_block.json b/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/item/bone_block.json deleted file mode 100644 index 11a7c3e6..00000000 --- a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/item/bone_block.json +++ /dev/null @@ -1,3 +0,0 @@ -{ - "parent": "block/bone_block" -} diff --git a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/item/bone_meal.json b/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/item/bone_meal.json deleted file mode 100644 index a2ce7977..00000000 --- a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/item/bone_meal.json +++ /dev/null @@ -1,6 +0,0 @@ -{ - "parent": "item/generated", - "textures": { - "layer0": "item/bone_meal" - } -} diff --git a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/item/book.json b/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/item/book.json deleted file mode 100644 index 2465717b..00000000 --- a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/item/book.json +++ /dev/null @@ -1,6 +0,0 @@ -{ - "parent": "item/generated", - "textures": { - "layer0": "item/book" - } -} diff --git a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/item/bookshelf.json b/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/item/bookshelf.json deleted file mode 100644 index 102e2029..00000000 --- a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/item/bookshelf.json +++ /dev/null @@ -1,3 +0,0 @@ -{ - "parent": "block/bookshelf" -} diff --git a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/item/bow.json b/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/item/bow.json deleted file mode 100644 index c2128757..00000000 --- a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/item/bow.json +++ /dev/null @@ -1,50 +0,0 @@ -{ - "parent": "item/generated", - "textures": { - "layer0": "item/bow" - }, - "display": { - "thirdperson_righthand": { - "rotation": [ -80, 260, -40 ], - "translation": [ -1, -2, 2.5 ], - "scale": [ 0.9, 0.9, 0.9 ] - }, - "thirdperson_lefthand": { - "rotation": [ -80, -280, 40 ], - "translation": [ -1, -2, 2.5 ], - "scale": [ 0.9, 0.9, 0.9 ] - }, - "firstperson_righthand": { - "rotation": [ 0, -90, 25 ], - "translation": [ 1.13, 3.2, 1.13], - "scale": [ 0.68, 0.68, 0.68 ] - }, - "firstperson_lefthand": { - "rotation": [ 0, 90, -25 ], - "translation": [ 1.13, 3.2, 1.13], - "scale": [ 0.68, 0.68, 0.68 ] - } - }, - "overrides": [ - { - "predicate": { - "pulling": 1 - }, - "model": "item/bow_pulling_0" - }, - { - "predicate": { - "pulling": 1, - "pull": 0.65 - }, - "model": "item/bow_pulling_1" - }, - { - "predicate": { - "pulling": 1, - "pull": 0.9 - }, - "model": "item/bow_pulling_2" - } - ] -} diff --git a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/item/bow_pulling_0.json b/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/item/bow_pulling_0.json deleted file mode 100644 index 8a44db20..00000000 --- a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/item/bow_pulling_0.json +++ /dev/null @@ -1,6 +0,0 @@ -{ - "parent": "item/bow", - "textures": { - "layer0": "item/bow_pulling_0" - } -} diff --git a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/item/bow_pulling_1.json b/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/item/bow_pulling_1.json deleted file mode 100644 index 5fd94893..00000000 --- a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/item/bow_pulling_1.json +++ /dev/null @@ -1,6 +0,0 @@ -{ - "parent": "item/bow", - "textures": { - "layer0": "item/bow_pulling_1" - } -} diff --git a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/item/bow_pulling_2.json b/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/item/bow_pulling_2.json deleted file mode 100644 index 8584d5b3..00000000 --- a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/item/bow_pulling_2.json +++ /dev/null @@ -1,6 +0,0 @@ -{ - "parent": "item/bow", - "textures": { - "layer0": "item/bow_pulling_2" - } -} diff --git a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/item/bowl.json b/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/item/bowl.json deleted file mode 100644 index 9c2dc8e3..00000000 --- a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/item/bowl.json +++ /dev/null @@ -1,6 +0,0 @@ -{ - "parent": "item/generated", - "textures": { - "layer0": "item/bowl" - } -} diff --git a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/item/brain_coral.json b/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/item/brain_coral.json deleted file mode 100644 index 55f1fcc0..00000000 --- a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/item/brain_coral.json +++ /dev/null @@ -1,6 +0,0 @@ -{ - "parent": "item/generated", - "textures": { - "layer0": "block/brain_coral" - } -} diff --git a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/item/brain_coral_block.json b/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/item/brain_coral_block.json deleted file mode 100644 index fcbf2c68..00000000 --- a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/item/brain_coral_block.json +++ /dev/null @@ -1,3 +0,0 @@ -{ - "parent": "block/brain_coral_block" -} diff --git a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/item/brain_coral_fan.json b/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/item/brain_coral_fan.json deleted file mode 100644 index cbde27f7..00000000 --- a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/item/brain_coral_fan.json +++ /dev/null @@ -1,6 +0,0 @@ -{ - "parent": "item/generated", - "textures": { - "layer0": "block/brain_coral_fan" - } -} diff --git a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/item/brain_coral_wall_fan.json b/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/item/brain_coral_wall_fan.json deleted file mode 100644 index cbde27f7..00000000 --- a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/item/brain_coral_wall_fan.json +++ /dev/null @@ -1,6 +0,0 @@ -{ - "parent": "item/generated", - "textures": { - "layer0": "block/brain_coral_fan" - } -} diff --git a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/item/bread.json b/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/item/bread.json deleted file mode 100644 index 8f2bcb32..00000000 --- a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/item/bread.json +++ /dev/null @@ -1,6 +0,0 @@ -{ - "parent": "item/generated", - "textures": { - "layer0": "item/bread" - } -} diff --git a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/item/brewing_stand.json b/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/item/brewing_stand.json deleted file mode 100644 index e2eb53e2..00000000 --- a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/item/brewing_stand.json +++ /dev/null @@ -1,6 +0,0 @@ -{ - "parent": "item/generated", - "textures": { - "layer0": "item/brewing_stand" - } -} diff --git a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/item/brick.json b/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/item/brick.json deleted file mode 100644 index 4e70a638..00000000 --- a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/item/brick.json +++ /dev/null @@ -1,6 +0,0 @@ -{ - "parent": "item/generated", - "textures": { - "layer0": "item/brick" - } -} diff --git a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/item/brick_slab.json b/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/item/brick_slab.json deleted file mode 100644 index c9459f68..00000000 --- a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/item/brick_slab.json +++ /dev/null @@ -1,3 +0,0 @@ -{ - "parent": "block/brick_slab" -} diff --git a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/item/brick_stairs.json b/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/item/brick_stairs.json deleted file mode 100644 index ef796cef..00000000 --- a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/item/brick_stairs.json +++ /dev/null @@ -1,3 +0,0 @@ -{ - "parent": "block/brick_stairs" -} diff --git a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/item/brick_wall.json b/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/item/brick_wall.json deleted file mode 100644 index 048fed48..00000000 --- a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/item/brick_wall.json +++ /dev/null @@ -1,3 +0,0 @@ -{ - "parent": "block/brick_wall_inventory" -} diff --git a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/item/bricks.json b/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/item/bricks.json deleted file mode 100644 index dd86f001..00000000 --- a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/item/bricks.json +++ /dev/null @@ -1,3 +0,0 @@ -{ - "parent": "block/bricks" -} diff --git a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/item/broken_elytra.json b/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/item/broken_elytra.json deleted file mode 100644 index ca77df44..00000000 --- a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/item/broken_elytra.json +++ /dev/null @@ -1,6 +0,0 @@ -{ - "parent": "item/generated", - "textures": { - "layer0": "item/broken_elytra" - } -} diff --git a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/item/brown_banner.json b/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/item/brown_banner.json deleted file mode 100644 index 9d43dcc2..00000000 --- a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/item/brown_banner.json +++ /dev/null @@ -1,3 +0,0 @@ -{ - "parent": "item/template_banner" -} diff --git a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/item/brown_bed.json b/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/item/brown_bed.json deleted file mode 100644 index b922cb18..00000000 --- a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/item/brown_bed.json +++ /dev/null @@ -1,6 +0,0 @@ -{ - "parent": "item/template_bed", - "textures": { - "particle": "block/brown_wool" - } -} diff --git a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/item/brown_carpet.json b/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/item/brown_carpet.json deleted file mode 100644 index f286328b..00000000 --- a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/item/brown_carpet.json +++ /dev/null @@ -1,3 +0,0 @@ -{ - "parent": "block/brown_carpet" -} diff --git a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/item/brown_concrete.json b/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/item/brown_concrete.json deleted file mode 100644 index e89859b0..00000000 --- a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/item/brown_concrete.json +++ /dev/null @@ -1,3 +0,0 @@ -{ - "parent": "block/brown_concrete" -} diff --git a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/item/brown_concrete_powder.json b/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/item/brown_concrete_powder.json deleted file mode 100644 index ae64c0f5..00000000 --- a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/item/brown_concrete_powder.json +++ /dev/null @@ -1,3 +0,0 @@ -{ - "parent": "block/brown_concrete_powder" -} diff --git a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/item/brown_dye.json b/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/item/brown_dye.json deleted file mode 100644 index cee72fb1..00000000 --- a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/item/brown_dye.json +++ /dev/null @@ -1,6 +0,0 @@ -{ - "parent": "item/generated", - "textures": { - "layer0": "item/brown_dye" - } -} diff --git a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/item/brown_glazed_terracotta.json b/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/item/brown_glazed_terracotta.json deleted file mode 100644 index b0f8bddf..00000000 --- a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/item/brown_glazed_terracotta.json +++ /dev/null @@ -1,3 +0,0 @@ -{ - "parent": "block/brown_glazed_terracotta" -} diff --git a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/item/brown_mushroom.json b/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/item/brown_mushroom.json deleted file mode 100644 index ab3866db..00000000 --- a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/item/brown_mushroom.json +++ /dev/null @@ -1,6 +0,0 @@ -{ - "parent": "item/generated", - "textures": { - "layer0": "block/brown_mushroom" - } -} diff --git a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/item/brown_mushroom_block.json b/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/item/brown_mushroom_block.json deleted file mode 100644 index 4decfb31..00000000 --- a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/item/brown_mushroom_block.json +++ /dev/null @@ -1,3 +0,0 @@ -{ - "parent": "block/brown_mushroom_block_inventory" -} diff --git a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/item/brown_shulker_box.json b/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/item/brown_shulker_box.json deleted file mode 100644 index 536ddbee..00000000 --- a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/item/brown_shulker_box.json +++ /dev/null @@ -1,6 +0,0 @@ -{ - "parent": "item/template_shulker_box", - "textures": { - "particle": "block/brown_shulker_box" - } -} diff --git a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/item/brown_stained_glass.json b/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/item/brown_stained_glass.json deleted file mode 100644 index e421bace..00000000 --- a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/item/brown_stained_glass.json +++ /dev/null @@ -1,3 +0,0 @@ -{ - "parent": "block/brown_stained_glass" -} diff --git a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/item/brown_stained_glass_pane.json b/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/item/brown_stained_glass_pane.json deleted file mode 100644 index 88f5f11d..00000000 --- a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/item/brown_stained_glass_pane.json +++ /dev/null @@ -1,6 +0,0 @@ -{ - "parent": "item/generated", - "textures": { - "layer0": "block/brown_stained_glass" - } -} diff --git a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/item/brown_terracotta.json b/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/item/brown_terracotta.json deleted file mode 100644 index ff2753ae..00000000 --- a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/item/brown_terracotta.json +++ /dev/null @@ -1,3 +0,0 @@ -{ - "parent": "block/brown_terracotta" -} diff --git a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/item/brown_wool.json b/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/item/brown_wool.json deleted file mode 100644 index 7842c8fb..00000000 --- a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/item/brown_wool.json +++ /dev/null @@ -1,3 +0,0 @@ -{ - "parent": "block/brown_wool" -} diff --git a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/item/bubble_coral.json b/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/item/bubble_coral.json deleted file mode 100644 index e790d3e5..00000000 --- a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/item/bubble_coral.json +++ /dev/null @@ -1,6 +0,0 @@ -{ - "parent": "item/generated", - "textures": { - "layer0": "block/bubble_coral" - } -} diff --git a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/item/bubble_coral_block.json b/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/item/bubble_coral_block.json deleted file mode 100644 index 8a19f03a..00000000 --- a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/item/bubble_coral_block.json +++ /dev/null @@ -1,3 +0,0 @@ -{ - "parent": "block/bubble_coral_block" -} diff --git a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/item/bubble_coral_fan.json b/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/item/bubble_coral_fan.json deleted file mode 100644 index 5efa40e9..00000000 --- a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/item/bubble_coral_fan.json +++ /dev/null @@ -1,6 +0,0 @@ -{ - "parent": "item/generated", - "textures": { - "layer0": "block/bubble_coral_fan" - } -} diff --git a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/item/bubble_coral_wall_fan.json b/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/item/bubble_coral_wall_fan.json deleted file mode 100644 index 5efa40e9..00000000 --- a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/item/bubble_coral_wall_fan.json +++ /dev/null @@ -1,6 +0,0 @@ -{ - "parent": "item/generated", - "textures": { - "layer0": "block/bubble_coral_fan" - } -} diff --git a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/item/bucket.json b/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/item/bucket.json deleted file mode 100644 index aaa0fb44..00000000 --- a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/item/bucket.json +++ /dev/null @@ -1,6 +0,0 @@ -{ - "parent": "item/generated", - "textures": { - "layer0": "item/bucket" - } -} diff --git a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/item/cactus.json b/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/item/cactus.json deleted file mode 100644 index 1e95f2d1..00000000 --- a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/item/cactus.json +++ /dev/null @@ -1,3 +0,0 @@ -{ - "parent": "block/cactus" -} diff --git a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/item/cactus_green.json b/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/item/cactus_green.json deleted file mode 100644 index 11a9cc65..00000000 --- a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/item/cactus_green.json +++ /dev/null @@ -1,6 +0,0 @@ -{ - "parent": "item/generated", - "textures": { - "layer0": "item/cactus_green" - } -} diff --git a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/item/cake.json b/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/item/cake.json deleted file mode 100644 index 3e51d676..00000000 --- a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/item/cake.json +++ /dev/null @@ -1,6 +0,0 @@ -{ - "parent": "item/generated", - "textures": { - "layer0": "item/cake" - } -} diff --git a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/item/campfire.json b/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/item/campfire.json deleted file mode 100644 index 99591266..00000000 --- a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/item/campfire.json +++ /dev/null @@ -1,6 +0,0 @@ -{ - "parent": "item/generated", - "textures": { - "layer0": "item/campfire" - } -} diff --git a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/item/carrot.json b/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/item/carrot.json deleted file mode 100644 index 2b3bdcdd..00000000 --- a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/item/carrot.json +++ /dev/null @@ -1,6 +0,0 @@ -{ - "parent": "item/generated", - "textures": { - "layer0": "item/carrot" - } -} diff --git a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/item/carrot_on_a_stick.json b/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/item/carrot_on_a_stick.json deleted file mode 100644 index a3185bd5..00000000 --- a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/item/carrot_on_a_stick.json +++ /dev/null @@ -1,6 +0,0 @@ -{ - "parent": "item/handheld_rod", - "textures": { - "layer0": "item/carrot_on_a_stick" - } -} diff --git a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/item/cartography_table.json b/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/item/cartography_table.json deleted file mode 100644 index d492e794..00000000 --- a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/item/cartography_table.json +++ /dev/null @@ -1,3 +0,0 @@ -{ - "parent": "block/cartography_table" -} diff --git a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/item/carved_pumpkin.json b/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/item/carved_pumpkin.json deleted file mode 100644 index 4dadd353..00000000 --- a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/item/carved_pumpkin.json +++ /dev/null @@ -1,3 +0,0 @@ -{ - "parent": "block/carved_pumpkin" -} diff --git a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/item/cat_spawn_egg.json b/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/item/cat_spawn_egg.json deleted file mode 100644 index 765225c9..00000000 --- a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/item/cat_spawn_egg.json +++ /dev/null @@ -1,3 +0,0 @@ -{ - "parent": "item/template_spawn_egg" -} diff --git a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/item/cauldron.json b/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/item/cauldron.json deleted file mode 100644 index 7f9222f2..00000000 --- a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/item/cauldron.json +++ /dev/null @@ -1,6 +0,0 @@ -{ - "parent": "item/generated", - "textures": { - "layer0": "item/cauldron" - } -} diff --git a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/item/cave_spider_spawn_egg.json b/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/item/cave_spider_spawn_egg.json deleted file mode 100644 index 765225c9..00000000 --- a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/item/cave_spider_spawn_egg.json +++ /dev/null @@ -1,3 +0,0 @@ -{ - "parent": "item/template_spawn_egg" -} diff --git a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/item/chain_command_block.json b/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/item/chain_command_block.json deleted file mode 100644 index f151ef14..00000000 --- a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/item/chain_command_block.json +++ /dev/null @@ -1,3 +0,0 @@ -{ - "parent": "block/chain_command_block" -} diff --git a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/item/chainmail_boots.json b/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/item/chainmail_boots.json deleted file mode 100644 index 68d4b95c..00000000 --- a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/item/chainmail_boots.json +++ /dev/null @@ -1,6 +0,0 @@ -{ - "parent": "item/generated", - "textures": { - "layer0": "item/chainmail_boots" - } -} diff --git a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/item/chainmail_chestplate.json b/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/item/chainmail_chestplate.json deleted file mode 100644 index 4f94ae17..00000000 --- a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/item/chainmail_chestplate.json +++ /dev/null @@ -1,6 +0,0 @@ -{ - "parent": "item/generated", - "textures": { - "layer0": "item/chainmail_chestplate" - } -} diff --git a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/item/chainmail_helmet.json b/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/item/chainmail_helmet.json deleted file mode 100644 index c0ae054d..00000000 --- a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/item/chainmail_helmet.json +++ /dev/null @@ -1,6 +0,0 @@ -{ - "parent": "item/generated", - "textures": { - "layer0": "item/chainmail_helmet" - } -} diff --git a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/item/chainmail_leggings.json b/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/item/chainmail_leggings.json deleted file mode 100644 index 9c7e41f2..00000000 --- a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/item/chainmail_leggings.json +++ /dev/null @@ -1,6 +0,0 @@ -{ - "parent": "item/generated", - "textures": { - "layer0": "item/chainmail_leggings" - } -} diff --git a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/item/charcoal.json b/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/item/charcoal.json deleted file mode 100644 index 75dd3c17..00000000 --- a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/item/charcoal.json +++ /dev/null @@ -1,6 +0,0 @@ -{ - "parent": "item/generated", - "textures": { - "layer0": "item/charcoal" - } -} diff --git a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/item/chest.json b/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/item/chest.json deleted file mode 100644 index cdfd5488..00000000 --- a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/item/chest.json +++ /dev/null @@ -1,38 +0,0 @@ -{ - "parent": "builtin/entity", - "textures": { - "particle": "block/oak_planks" - }, - "display": { - "gui": { - "rotation": [ 30, 45, 0 ], - "translation": [ 0, 0, 0], - "scale":[ 0.625, 0.625, 0.625 ] - }, - "ground": { - "rotation": [ 0, 0, 0 ], - "translation": [ 0, 3, 0], - "scale":[ 0.25, 0.25, 0.25 ] - }, - "head": { - "rotation": [ 0, 180, 0 ], - "translation": [ 0, 0, 0], - "scale":[ 1, 1, 1] - }, - "fixed": { - "rotation": [ 0, 180, 0 ], - "translation": [ 0, 0, 0], - "scale":[ 0.5, 0.5, 0.5 ] - }, - "thirdperson_righthand": { - "rotation": [ 75, 315, 0 ], - "translation": [ 0, 2.5, 0], - "scale": [ 0.375, 0.375, 0.375 ] - }, - "firstperson_righthand": { - "rotation": [ 0, 315, 0 ], - "translation": [ 0, 0, 0], - "scale": [ 0.4, 0.4, 0.4 ] - } - } -} diff --git a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/item/chest_minecart.json b/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/item/chest_minecart.json deleted file mode 100644 index 2673b4ba..00000000 --- a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/item/chest_minecart.json +++ /dev/null @@ -1,6 +0,0 @@ -{ - "parent": "item/generated", - "textures": { - "layer0": "item/chest_minecart" - } -} diff --git a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/item/chicken.json b/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/item/chicken.json deleted file mode 100644 index 2a8faa6f..00000000 --- a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/item/chicken.json +++ /dev/null @@ -1,6 +0,0 @@ -{ - "parent": "item/generated", - "textures": { - "layer0": "item/chicken" - } -} diff --git a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/item/chicken_spawn_egg.json b/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/item/chicken_spawn_egg.json deleted file mode 100644 index 765225c9..00000000 --- a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/item/chicken_spawn_egg.json +++ /dev/null @@ -1,3 +0,0 @@ -{ - "parent": "item/template_spawn_egg" -} diff --git a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/item/chipped_anvil.json b/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/item/chipped_anvil.json deleted file mode 100644 index 49a979c1..00000000 --- a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/item/chipped_anvil.json +++ /dev/null @@ -1,3 +0,0 @@ -{ - "parent": "block/chipped_anvil" -} diff --git a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/item/chiseled_quartz_block.json b/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/item/chiseled_quartz_block.json deleted file mode 100644 index fb2133b8..00000000 --- a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/item/chiseled_quartz_block.json +++ /dev/null @@ -1,3 +0,0 @@ -{ - "parent": "block/chiseled_quartz_block" -} diff --git a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/item/chiseled_red_sandstone.json b/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/item/chiseled_red_sandstone.json deleted file mode 100644 index 5aa7afc9..00000000 --- a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/item/chiseled_red_sandstone.json +++ /dev/null @@ -1,3 +0,0 @@ -{ - "parent": "block/chiseled_red_sandstone" -} diff --git a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/item/chiseled_sandstone.json b/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/item/chiseled_sandstone.json deleted file mode 100644 index 26569b20..00000000 --- a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/item/chiseled_sandstone.json +++ /dev/null @@ -1,3 +0,0 @@ -{ - "parent": "block/chiseled_sandstone" -} diff --git a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/item/chiseled_stone_bricks.json b/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/item/chiseled_stone_bricks.json deleted file mode 100644 index 6dbc5cbe..00000000 --- a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/item/chiseled_stone_bricks.json +++ /dev/null @@ -1,3 +0,0 @@ -{ - "parent": "block/chiseled_stone_bricks" -} diff --git a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/item/chorus_flower.json b/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/item/chorus_flower.json deleted file mode 100644 index 5c621b09..00000000 --- a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/item/chorus_flower.json +++ /dev/null @@ -1,3 +0,0 @@ -{ - "parent": "block/chorus_flower" -} diff --git a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/item/chorus_fruit.json b/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/item/chorus_fruit.json deleted file mode 100644 index 1bd04c37..00000000 --- a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/item/chorus_fruit.json +++ /dev/null @@ -1,6 +0,0 @@ -{ - "parent": "item/generated", - "textures": { - "layer0": "item/chorus_fruit" - } -} diff --git a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/item/chorus_plant.json b/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/item/chorus_plant.json deleted file mode 100644 index 201329f7..00000000 --- a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/item/chorus_plant.json +++ /dev/null @@ -1,3 +0,0 @@ -{ - "parent": "block/chorus_plant" -} diff --git a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/item/clay.json b/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/item/clay.json deleted file mode 100644 index 329c9863..00000000 --- a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/item/clay.json +++ /dev/null @@ -1,3 +0,0 @@ -{ - "parent": "block/clay" -} diff --git a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/item/clay_ball.json b/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/item/clay_ball.json deleted file mode 100644 index d7f77349..00000000 --- a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/item/clay_ball.json +++ /dev/null @@ -1,6 +0,0 @@ -{ - "parent": "item/generated", - "textures": { - "layer0": "item/clay_ball" - } -} diff --git a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/item/clock.json b/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/item/clock.json deleted file mode 100644 index 407b8aa7..00000000 --- a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/item/clock.json +++ /dev/null @@ -1,73 +0,0 @@ -{ - "parent": "item/generated", - "textures": { - "layer0": "item/clock_00" - }, - "overrides": [ - { "predicate": { "time": 0.0000000 }, "model": "item/clock" }, - { "predicate": { "time": 0.0078125 }, "model": "item/clock_01" }, - { "predicate": { "time": 0.0234375 }, "model": "item/clock_02" }, - { "predicate": { "time": 0.0390625 }, "model": "item/clock_03" }, - { "predicate": { "time": 0.0546875 }, "model": "item/clock_04" }, - { "predicate": { "time": 0.0703125 }, "model": "item/clock_05" }, - { "predicate": { "time": 0.0859375 }, "model": "item/clock_06" }, - { "predicate": { "time": 0.1015625 }, "model": "item/clock_07" }, - { "predicate": { "time": 0.1171875 }, "model": "item/clock_08" }, - { "predicate": { "time": 0.1328125 }, "model": "item/clock_09" }, - { "predicate": { "time": 0.1484375 }, "model": "item/clock_10" }, - { "predicate": { "time": 0.1640625 }, "model": "item/clock_11" }, - { "predicate": { "time": 0.1796875 }, "model": "item/clock_12" }, - { "predicate": { "time": 0.1953125 }, "model": "item/clock_13" }, - { "predicate": { "time": 0.2109375 }, "model": "item/clock_14" }, - { "predicate": { "time": 0.2265625 }, "model": "item/clock_15" }, - { "predicate": { "time": 0.2421875 }, "model": "item/clock_16" }, - { "predicate": { "time": 0.2578125 }, "model": "item/clock_17" }, - { "predicate": { "time": 0.2734375 }, "model": "item/clock_18" }, - { "predicate": { "time": 0.2890625 }, "model": "item/clock_19" }, - { "predicate": { "time": 0.3046875 }, "model": "item/clock_20" }, - { "predicate": { "time": 0.3203125 }, "model": "item/clock_21" }, - { "predicate": { "time": 0.3359375 }, "model": "item/clock_22" }, - { "predicate": { "time": 0.3515625 }, "model": "item/clock_23" }, - { "predicate": { "time": 0.3671875 }, "model": "item/clock_24" }, - { "predicate": { "time": 0.3828125 }, "model": "item/clock_25" }, - { "predicate": { "time": 0.3984375 }, "model": "item/clock_26" }, - { "predicate": { "time": 0.4140625 }, "model": "item/clock_27" }, - { "predicate": { "time": 0.4296875 }, "model": "item/clock_28" }, - { "predicate": { "time": 0.4453125 }, "model": "item/clock_29" }, - { "predicate": { "time": 0.4609375 }, "model": "item/clock_30" }, - { "predicate": { "time": 0.4765625 }, "model": "item/clock_31" }, - { "predicate": { "time": 0.4921875 }, "model": "item/clock_32" }, - { "predicate": { "time": 0.5078125 }, "model": "item/clock_33" }, - { "predicate": { "time": 0.5234375 }, "model": "item/clock_34" }, - { "predicate": { "time": 0.5390625 }, "model": "item/clock_35" }, - { "predicate": { "time": 0.5546875 }, "model": "item/clock_36" }, - { "predicate": { "time": 0.5703125 }, "model": "item/clock_37" }, - { "predicate": { "time": 0.5859375 }, "model": "item/clock_38" }, - { "predicate": { "time": 0.6015625 }, "model": "item/clock_39" }, - { "predicate": { "time": 0.6171875 }, "model": "item/clock_40" }, - { "predicate": { "time": 0.6328125 }, "model": "item/clock_41" }, - { "predicate": { "time": 0.6484375 }, "model": "item/clock_42" }, - { "predicate": { "time": 0.6640625 }, "model": "item/clock_43" }, - { "predicate": { "time": 0.6796875 }, "model": "item/clock_44" }, - { "predicate": { "time": 0.6953125 }, "model": "item/clock_45" }, - { "predicate": { "time": 0.7109375 }, "model": "item/clock_46" }, - { "predicate": { "time": 0.7265625 }, "model": "item/clock_47" }, - { "predicate": { "time": 0.7421875 }, "model": "item/clock_48" }, - { "predicate": { "time": 0.7578125 }, "model": "item/clock_49" }, - { "predicate": { "time": 0.7734375 }, "model": "item/clock_50" }, - { "predicate": { "time": 0.7890625 }, "model": "item/clock_51" }, - { "predicate": { "time": 0.8046875 }, "model": "item/clock_52" }, - { "predicate": { "time": 0.8203125 }, "model": "item/clock_53" }, - { "predicate": { "time": 0.8359375 }, "model": "item/clock_54" }, - { "predicate": { "time": 0.8515625 }, "model": "item/clock_55" }, - { "predicate": { "time": 0.8671875 }, "model": "item/clock_56" }, - { "predicate": { "time": 0.8828125 }, "model": "item/clock_57" }, - { "predicate": { "time": 0.8984375 }, "model": "item/clock_58" }, - { "predicate": { "time": 0.9140625 }, "model": "item/clock_59" }, - { "predicate": { "time": 0.9296875 }, "model": "item/clock_60" }, - { "predicate": { "time": 0.9453125 }, "model": "item/clock_61" }, - { "predicate": { "time": 0.9609375 }, "model": "item/clock_62" }, - { "predicate": { "time": 0.9765625 }, "model": "item/clock_63" }, - { "predicate": { "time": 0.9921875 }, "model": "item/clock" } - ] -} diff --git a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/item/clock_01.json b/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/item/clock_01.json deleted file mode 100644 index bea4d46c..00000000 --- a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/item/clock_01.json +++ /dev/null @@ -1,6 +0,0 @@ -{ - "parent": "item/generated", - "textures": { - "layer0": "item/clock_01" - } -} diff --git a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/item/clock_02.json b/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/item/clock_02.json deleted file mode 100644 index d226ffa9..00000000 --- a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/item/clock_02.json +++ /dev/null @@ -1,6 +0,0 @@ -{ - "parent": "item/generated", - "textures": { - "layer0": "item/clock_02" - } -} diff --git a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/item/clock_03.json b/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/item/clock_03.json deleted file mode 100644 index 1ef408c6..00000000 --- a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/item/clock_03.json +++ /dev/null @@ -1,6 +0,0 @@ -{ - "parent": "item/generated", - "textures": { - "layer0": "item/clock_03" - } -} diff --git a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/item/clock_04.json b/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/item/clock_04.json deleted file mode 100644 index 42bc74fb..00000000 --- a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/item/clock_04.json +++ /dev/null @@ -1,6 +0,0 @@ -{ - "parent": "item/generated", - "textures": { - "layer0": "item/clock_04" - } -} diff --git a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/item/clock_05.json b/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/item/clock_05.json deleted file mode 100644 index aeea3dc4..00000000 --- a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/item/clock_05.json +++ /dev/null @@ -1,6 +0,0 @@ -{ - "parent": "item/generated", - "textures": { - "layer0": "item/clock_05" - } -} diff --git a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/item/clock_06.json b/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/item/clock_06.json deleted file mode 100644 index 9412d58d..00000000 --- a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/item/clock_06.json +++ /dev/null @@ -1,6 +0,0 @@ -{ - "parent": "item/generated", - "textures": { - "layer0": "item/clock_06" - } -} diff --git a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/item/clock_07.json b/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/item/clock_07.json deleted file mode 100644 index 86819e91..00000000 --- a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/item/clock_07.json +++ /dev/null @@ -1,6 +0,0 @@ -{ - "parent": "item/generated", - "textures": { - "layer0": "item/clock_07" - } -} diff --git a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/item/clock_08.json b/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/item/clock_08.json deleted file mode 100644 index 01221e52..00000000 --- a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/item/clock_08.json +++ /dev/null @@ -1,6 +0,0 @@ -{ - "parent": "item/generated", - "textures": { - "layer0": "item/clock_08" - } -} diff --git a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/item/clock_09.json b/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/item/clock_09.json deleted file mode 100644 index f4e8a04d..00000000 --- a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/item/clock_09.json +++ /dev/null @@ -1,6 +0,0 @@ -{ - "parent": "item/generated", - "textures": { - "layer0": "item/clock_09" - } -} diff --git a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/item/clock_10.json b/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/item/clock_10.json deleted file mode 100644 index aa099672..00000000 --- a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/item/clock_10.json +++ /dev/null @@ -1,6 +0,0 @@ -{ - "parent": "item/generated", - "textures": { - "layer0": "item/clock_10" - } -} diff --git a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/item/clock_11.json b/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/item/clock_11.json deleted file mode 100644 index f903bad1..00000000 --- a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/item/clock_11.json +++ /dev/null @@ -1,6 +0,0 @@ -{ - "parent": "item/generated", - "textures": { - "layer0": "item/clock_11" - } -} diff --git a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/item/clock_12.json b/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/item/clock_12.json deleted file mode 100644 index bcd160c7..00000000 --- a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/item/clock_12.json +++ /dev/null @@ -1,6 +0,0 @@ -{ - "parent": "item/generated", - "textures": { - "layer0": "item/clock_12" - } -} diff --git a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/item/clock_13.json b/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/item/clock_13.json deleted file mode 100644 index a30832fe..00000000 --- a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/item/clock_13.json +++ /dev/null @@ -1,6 +0,0 @@ -{ - "parent": "item/generated", - "textures": { - "layer0": "item/clock_13" - } -} diff --git a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/item/clock_14.json b/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/item/clock_14.json deleted file mode 100644 index 45f152cf..00000000 --- a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/item/clock_14.json +++ /dev/null @@ -1,6 +0,0 @@ -{ - "parent": "item/generated", - "textures": { - "layer0": "item/clock_14" - } -} diff --git a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/item/clock_15.json b/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/item/clock_15.json deleted file mode 100644 index 2497ca19..00000000 --- a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/item/clock_15.json +++ /dev/null @@ -1,6 +0,0 @@ -{ - "parent": "item/generated", - "textures": { - "layer0": "item/clock_15" - } -} diff --git a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/item/clock_16.json b/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/item/clock_16.json deleted file mode 100644 index 4fa87c22..00000000 --- a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/item/clock_16.json +++ /dev/null @@ -1,6 +0,0 @@ -{ - "parent": "item/generated", - "textures": { - "layer0": "item/clock_16" - } -} diff --git a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/item/clock_17.json b/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/item/clock_17.json deleted file mode 100644 index 483b47e8..00000000 --- a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/item/clock_17.json +++ /dev/null @@ -1,6 +0,0 @@ -{ - "parent": "item/generated", - "textures": { - "layer0": "item/clock_17" - } -} diff --git a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/item/clock_18.json b/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/item/clock_18.json deleted file mode 100644 index 67298f61..00000000 --- a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/item/clock_18.json +++ /dev/null @@ -1,6 +0,0 @@ -{ - "parent": "item/generated", - "textures": { - "layer0": "item/clock_18" - } -} diff --git a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/item/clock_19.json b/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/item/clock_19.json deleted file mode 100644 index 65ec85ac..00000000 --- a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/item/clock_19.json +++ /dev/null @@ -1,6 +0,0 @@ -{ - "parent": "item/generated", - "textures": { - "layer0": "item/clock_19" - } -} diff --git a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/item/clock_20.json b/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/item/clock_20.json deleted file mode 100644 index 68149968..00000000 --- a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/item/clock_20.json +++ /dev/null @@ -1,6 +0,0 @@ -{ - "parent": "item/generated", - "textures": { - "layer0": "item/clock_20" - } -} diff --git a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/item/clock_21.json b/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/item/clock_21.json deleted file mode 100644 index 2bffe045..00000000 --- a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/item/clock_21.json +++ /dev/null @@ -1,6 +0,0 @@ -{ - "parent": "item/generated", - "textures": { - "layer0": "item/clock_21" - } -} diff --git a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/item/clock_22.json b/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/item/clock_22.json deleted file mode 100644 index d25694c4..00000000 --- a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/item/clock_22.json +++ /dev/null @@ -1,6 +0,0 @@ -{ - "parent": "item/generated", - "textures": { - "layer0": "item/clock_22" - } -} diff --git a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/item/clock_23.json b/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/item/clock_23.json deleted file mode 100644 index 632095d3..00000000 --- a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/item/clock_23.json +++ /dev/null @@ -1,6 +0,0 @@ -{ - "parent": "item/generated", - "textures": { - "layer0": "item/clock_23" - } -} diff --git a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/item/clock_24.json b/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/item/clock_24.json deleted file mode 100644 index 46495203..00000000 --- a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/item/clock_24.json +++ /dev/null @@ -1,6 +0,0 @@ -{ - "parent": "item/generated", - "textures": { - "layer0": "item/clock_24" - } -} diff --git a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/item/clock_25.json b/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/item/clock_25.json deleted file mode 100644 index 433bd94b..00000000 --- a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/item/clock_25.json +++ /dev/null @@ -1,6 +0,0 @@ -{ - "parent": "item/generated", - "textures": { - "layer0": "item/clock_25" - } -} diff --git a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/item/clock_26.json b/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/item/clock_26.json deleted file mode 100644 index e6f5084a..00000000 --- a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/item/clock_26.json +++ /dev/null @@ -1,6 +0,0 @@ -{ - "parent": "item/generated", - "textures": { - "layer0": "item/clock_26" - } -} diff --git a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/item/clock_27.json b/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/item/clock_27.json deleted file mode 100644 index d8bc288a..00000000 --- a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/item/clock_27.json +++ /dev/null @@ -1,6 +0,0 @@ -{ - "parent": "item/generated", - "textures": { - "layer0": "item/clock_27" - } -} diff --git a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/item/clock_28.json b/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/item/clock_28.json deleted file mode 100644 index 865c7ae4..00000000 --- a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/item/clock_28.json +++ /dev/null @@ -1,6 +0,0 @@ -{ - "parent": "item/generated", - "textures": { - "layer0": "item/clock_28" - } -} diff --git a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/item/clock_29.json b/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/item/clock_29.json deleted file mode 100644 index ecf1cd9b..00000000 --- a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/item/clock_29.json +++ /dev/null @@ -1,6 +0,0 @@ -{ - "parent": "item/generated", - "textures": { - "layer0": "item/clock_29" - } -} diff --git a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/item/clock_30.json b/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/item/clock_30.json deleted file mode 100644 index 406ef475..00000000 --- a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/item/clock_30.json +++ /dev/null @@ -1,6 +0,0 @@ -{ - "parent": "item/generated", - "textures": { - "layer0": "item/clock_30" - } -} diff --git a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/item/clock_31.json b/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/item/clock_31.json deleted file mode 100644 index e5b1840d..00000000 --- a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/item/clock_31.json +++ /dev/null @@ -1,6 +0,0 @@ -{ - "parent": "item/generated", - "textures": { - "layer0": "item/clock_31" - } -} diff --git a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/item/clock_32.json b/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/item/clock_32.json deleted file mode 100644 index 3183196b..00000000 --- a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/item/clock_32.json +++ /dev/null @@ -1,6 +0,0 @@ -{ - "parent": "item/generated", - "textures": { - "layer0": "item/clock_32" - } -} diff --git a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/item/clock_33.json b/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/item/clock_33.json deleted file mode 100644 index 69ce7949..00000000 --- a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/item/clock_33.json +++ /dev/null @@ -1,6 +0,0 @@ -{ - "parent": "item/generated", - "textures": { - "layer0": "item/clock_33" - } -} diff --git a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/item/clock_34.json b/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/item/clock_34.json deleted file mode 100644 index 8a366325..00000000 --- a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/item/clock_34.json +++ /dev/null @@ -1,6 +0,0 @@ -{ - "parent": "item/generated", - "textures": { - "layer0": "item/clock_34" - } -} diff --git a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/item/clock_35.json b/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/item/clock_35.json deleted file mode 100644 index b566bd6f..00000000 --- a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/item/clock_35.json +++ /dev/null @@ -1,6 +0,0 @@ -{ - "parent": "item/generated", - "textures": { - "layer0": "item/clock_35" - } -} diff --git a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/item/clock_36.json b/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/item/clock_36.json deleted file mode 100644 index b594807b..00000000 --- a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/item/clock_36.json +++ /dev/null @@ -1,6 +0,0 @@ -{ - "parent": "item/generated", - "textures": { - "layer0": "item/clock_36" - } -} diff --git a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/item/clock_37.json b/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/item/clock_37.json deleted file mode 100644 index 56ded5be..00000000 --- a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/item/clock_37.json +++ /dev/null @@ -1,6 +0,0 @@ -{ - "parent": "item/generated", - "textures": { - "layer0": "item/clock_37" - } -} diff --git a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/item/clock_38.json b/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/item/clock_38.json deleted file mode 100644 index fafa084f..00000000 --- a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/item/clock_38.json +++ /dev/null @@ -1,6 +0,0 @@ -{ - "parent": "item/generated", - "textures": { - "layer0": "item/clock_38" - } -} diff --git a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/item/clock_39.json b/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/item/clock_39.json deleted file mode 100644 index 82ceea06..00000000 --- a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/item/clock_39.json +++ /dev/null @@ -1,6 +0,0 @@ -{ - "parent": "item/generated", - "textures": { - "layer0": "item/clock_39" - } -} diff --git a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/item/clock_40.json b/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/item/clock_40.json deleted file mode 100644 index a465a62d..00000000 --- a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/item/clock_40.json +++ /dev/null @@ -1,6 +0,0 @@ -{ - "parent": "item/generated", - "textures": { - "layer0": "item/clock_40" - } -} diff --git a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/item/clock_41.json b/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/item/clock_41.json deleted file mode 100644 index 688b7ecf..00000000 --- a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/item/clock_41.json +++ /dev/null @@ -1,6 +0,0 @@ -{ - "parent": "item/generated", - "textures": { - "layer0": "item/clock_41" - } -} diff --git a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/item/clock_42.json b/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/item/clock_42.json deleted file mode 100644 index 960149fe..00000000 --- a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/item/clock_42.json +++ /dev/null @@ -1,6 +0,0 @@ -{ - "parent": "item/generated", - "textures": { - "layer0": "item/clock_42" - } -} diff --git a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/item/clock_43.json b/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/item/clock_43.json deleted file mode 100644 index c9e5bbb1..00000000 --- a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/item/clock_43.json +++ /dev/null @@ -1,6 +0,0 @@ -{ - "parent": "item/generated", - "textures": { - "layer0": "item/clock_43" - } -} diff --git a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/item/clock_44.json b/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/item/clock_44.json deleted file mode 100644 index bbb653a3..00000000 --- a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/item/clock_44.json +++ /dev/null @@ -1,6 +0,0 @@ -{ - "parent": "item/generated", - "textures": { - "layer0": "item/clock_44" - } -} diff --git a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/item/clock_45.json b/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/item/clock_45.json deleted file mode 100644 index e8bfc545..00000000 --- a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/item/clock_45.json +++ /dev/null @@ -1,6 +0,0 @@ -{ - "parent": "item/generated", - "textures": { - "layer0": "item/clock_45" - } -} diff --git a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/item/clock_46.json b/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/item/clock_46.json deleted file mode 100644 index a8dca3ca..00000000 --- a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/item/clock_46.json +++ /dev/null @@ -1,6 +0,0 @@ -{ - "parent": "item/generated", - "textures": { - "layer0": "item/clock_46" - } -} diff --git a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/item/clock_47.json b/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/item/clock_47.json deleted file mode 100644 index 15a69e90..00000000 --- a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/item/clock_47.json +++ /dev/null @@ -1,6 +0,0 @@ -{ - "parent": "item/generated", - "textures": { - "layer0": "item/clock_47" - } -} diff --git a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/item/clock_48.json b/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/item/clock_48.json deleted file mode 100644 index 4b319c17..00000000 --- a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/item/clock_48.json +++ /dev/null @@ -1,6 +0,0 @@ -{ - "parent": "item/generated", - "textures": { - "layer0": "item/clock_48" - } -} diff --git a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/item/clock_49.json b/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/item/clock_49.json deleted file mode 100644 index 0f0d58fa..00000000 --- a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/item/clock_49.json +++ /dev/null @@ -1,6 +0,0 @@ -{ - "parent": "item/generated", - "textures": { - "layer0": "item/clock_49" - } -} diff --git a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/item/clock_50.json b/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/item/clock_50.json deleted file mode 100644 index d4508899..00000000 --- a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/item/clock_50.json +++ /dev/null @@ -1,6 +0,0 @@ -{ - "parent": "item/generated", - "textures": { - "layer0": "item/clock_50" - } -} diff --git a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/item/clock_51.json b/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/item/clock_51.json deleted file mode 100644 index dbd26aaa..00000000 --- a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/item/clock_51.json +++ /dev/null @@ -1,6 +0,0 @@ -{ - "parent": "item/generated", - "textures": { - "layer0": "item/clock_51" - } -} diff --git a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/item/clock_52.json b/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/item/clock_52.json deleted file mode 100644 index 9ba3630e..00000000 --- a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/item/clock_52.json +++ /dev/null @@ -1,6 +0,0 @@ -{ - "parent": "item/generated", - "textures": { - "layer0": "item/clock_52" - } -} diff --git a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/item/clock_53.json b/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/item/clock_53.json deleted file mode 100644 index 73ce21ea..00000000 --- a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/item/clock_53.json +++ /dev/null @@ -1,6 +0,0 @@ -{ - "parent": "item/generated", - "textures": { - "layer0": "item/clock_53" - } -} diff --git a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/item/clock_54.json b/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/item/clock_54.json deleted file mode 100644 index 87f921f9..00000000 --- a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/item/clock_54.json +++ /dev/null @@ -1,6 +0,0 @@ -{ - "parent": "item/generated", - "textures": { - "layer0": "item/clock_54" - } -} diff --git a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/item/clock_55.json b/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/item/clock_55.json deleted file mode 100644 index 930d167e..00000000 --- a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/item/clock_55.json +++ /dev/null @@ -1,6 +0,0 @@ -{ - "parent": "item/generated", - "textures": { - "layer0": "item/clock_55" - } -} diff --git a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/item/clock_56.json b/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/item/clock_56.json deleted file mode 100644 index 3e35ee03..00000000 --- a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/item/clock_56.json +++ /dev/null @@ -1,6 +0,0 @@ -{ - "parent": "item/generated", - "textures": { - "layer0": "item/clock_56" - } -} diff --git a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/item/clock_57.json b/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/item/clock_57.json deleted file mode 100644 index 05fc47f0..00000000 --- a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/item/clock_57.json +++ /dev/null @@ -1,6 +0,0 @@ -{ - "parent": "item/generated", - "textures": { - "layer0": "item/clock_57" - } -} diff --git a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/item/clock_58.json b/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/item/clock_58.json deleted file mode 100644 index f77db286..00000000 --- a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/item/clock_58.json +++ /dev/null @@ -1,6 +0,0 @@ -{ - "parent": "item/generated", - "textures": { - "layer0": "item/clock_58" - } -} diff --git a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/item/clock_59.json b/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/item/clock_59.json deleted file mode 100644 index f5821df3..00000000 --- a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/item/clock_59.json +++ /dev/null @@ -1,6 +0,0 @@ -{ - "parent": "item/generated", - "textures": { - "layer0": "item/clock_59" - } -} diff --git a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/item/clock_60.json b/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/item/clock_60.json deleted file mode 100644 index c54f2ef8..00000000 --- a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/item/clock_60.json +++ /dev/null @@ -1,6 +0,0 @@ -{ - "parent": "item/generated", - "textures": { - "layer0": "item/clock_60" - } -} diff --git a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/item/clock_61.json b/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/item/clock_61.json deleted file mode 100644 index ed28b6cf..00000000 --- a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/item/clock_61.json +++ /dev/null @@ -1,6 +0,0 @@ -{ - "parent": "item/generated", - "textures": { - "layer0": "item/clock_61" - } -} diff --git a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/item/clock_62.json b/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/item/clock_62.json deleted file mode 100644 index d49ac7b2..00000000 --- a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/item/clock_62.json +++ /dev/null @@ -1,6 +0,0 @@ -{ - "parent": "item/generated", - "textures": { - "layer0": "item/clock_62" - } -} diff --git a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/item/clock_63.json b/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/item/clock_63.json deleted file mode 100644 index e0bb1a60..00000000 --- a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/item/clock_63.json +++ /dev/null @@ -1,6 +0,0 @@ -{ - "parent": "item/generated", - "textures": { - "layer0": "item/clock_63" - } -} diff --git a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/item/coal.json b/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/item/coal.json deleted file mode 100644 index 867ea669..00000000 --- a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/item/coal.json +++ /dev/null @@ -1,6 +0,0 @@ -{ - "parent": "item/generated", - "textures": { - "layer0": "item/coal" - } -} diff --git a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/item/coal_block.json b/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/item/coal_block.json deleted file mode 100644 index 3cb75fe3..00000000 --- a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/item/coal_block.json +++ /dev/null @@ -1,3 +0,0 @@ -{ - "parent": "block/coal_block" -} diff --git a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/item/coal_ore.json b/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/item/coal_ore.json deleted file mode 100644 index cd432080..00000000 --- a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/item/coal_ore.json +++ /dev/null @@ -1,3 +0,0 @@ -{ - "parent": "block/coal_ore" -} diff --git a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/item/coarse_dirt.json b/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/item/coarse_dirt.json deleted file mode 100644 index 0b0b7b28..00000000 --- a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/item/coarse_dirt.json +++ /dev/null @@ -1,3 +0,0 @@ -{ - "parent": "block/coarse_dirt" -} diff --git a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/item/cobblestone.json b/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/item/cobblestone.json deleted file mode 100644 index 6e8e19e4..00000000 --- a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/item/cobblestone.json +++ /dev/null @@ -1,3 +0,0 @@ -{ - "parent": "block/cobblestone" -} diff --git a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/item/cobblestone_slab.json b/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/item/cobblestone_slab.json deleted file mode 100644 index 1729b3c5..00000000 --- a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/item/cobblestone_slab.json +++ /dev/null @@ -1,3 +0,0 @@ -{ - "parent": "block/cobblestone_slab" -} diff --git a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/item/cobblestone_stairs.json b/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/item/cobblestone_stairs.json deleted file mode 100644 index c552ba91..00000000 --- a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/item/cobblestone_stairs.json +++ /dev/null @@ -1,3 +0,0 @@ -{ - "parent": "block/cobblestone_stairs" -} diff --git a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/item/cobblestone_wall.json b/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/item/cobblestone_wall.json deleted file mode 100644 index b9c6439e..00000000 --- a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/item/cobblestone_wall.json +++ /dev/null @@ -1,3 +0,0 @@ -{ - "parent": "block/cobblestone_wall_inventory" -} diff --git a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/item/cobweb.json b/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/item/cobweb.json deleted file mode 100644 index 52c52d45..00000000 --- a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/item/cobweb.json +++ /dev/null @@ -1,6 +0,0 @@ -{ - "parent": "item/generated", - "textures": { - "layer0": "block/cobweb" - } -} diff --git a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/item/cocoa_beans.json b/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/item/cocoa_beans.json deleted file mode 100644 index 57ed3248..00000000 --- a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/item/cocoa_beans.json +++ /dev/null @@ -1,6 +0,0 @@ -{ - "parent": "item/generated", - "textures": { - "layer0": "item/cocoa_beans" - } -} diff --git a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/item/cod.json b/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/item/cod.json deleted file mode 100644 index a36ba0c8..00000000 --- a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/item/cod.json +++ /dev/null @@ -1,13 +0,0 @@ -{ - "parent": "item/generated", - "textures": { - "layer0": "item/cod" - }, - "display": { - "head": { - "rotation": [ 0, 90, -60 ], - "translation": [ -7, -4, -7], - "scale":[ 0.8, 0.8, 0.8] - } - } -} diff --git a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/item/cod_bucket.json b/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/item/cod_bucket.json deleted file mode 100644 index b8e2790e..00000000 --- a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/item/cod_bucket.json +++ /dev/null @@ -1,6 +0,0 @@ -{ - "parent": "item/generated", - "textures": { - "layer0": "item/cod_bucket" - } -} diff --git a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/item/cod_spawn_egg.json b/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/item/cod_spawn_egg.json deleted file mode 100644 index 765225c9..00000000 --- a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/item/cod_spawn_egg.json +++ /dev/null @@ -1,3 +0,0 @@ -{ - "parent": "item/template_spawn_egg" -} diff --git a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/item/command_block.json b/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/item/command_block.json deleted file mode 100644 index 5be8460d..00000000 --- a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/item/command_block.json +++ /dev/null @@ -1,3 +0,0 @@ -{ - "parent": "block/command_block" -} diff --git a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/item/command_block_minecart.json b/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/item/command_block_minecart.json deleted file mode 100644 index 6043e652..00000000 --- a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/item/command_block_minecart.json +++ /dev/null @@ -1,6 +0,0 @@ -{ - "parent": "item/generated", - "textures": { - "layer0": "item/command_block_minecart" - } -} diff --git a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/item/comparator.json b/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/item/comparator.json deleted file mode 100644 index ee5450b4..00000000 --- a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/item/comparator.json +++ /dev/null @@ -1,6 +0,0 @@ -{ - "parent": "item/generated", - "textures": { - "layer0": "item/comparator" - } -} diff --git a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/item/compass.json b/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/item/compass.json deleted file mode 100644 index ec66bb16..00000000 --- a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/item/compass.json +++ /dev/null @@ -1,41 +0,0 @@ -{ - "parent": "item/generated", - "textures": { - "layer0": "item/compass_16" - }, - "overrides": [ - { "predicate": { "angle": 0.000000 }, "model": "item/compass" }, - { "predicate": { "angle": 0.015625 }, "model": "item/compass_17" }, - { "predicate": { "angle": 0.046875 }, "model": "item/compass_18" }, - { "predicate": { "angle": 0.078125 }, "model": "item/compass_19" }, - { "predicate": { "angle": 0.109375 }, "model": "item/compass_20" }, - { "predicate": { "angle": 0.140625 }, "model": "item/compass_21" }, - { "predicate": { "angle": 0.171875 }, "model": "item/compass_22" }, - { "predicate": { "angle": 0.203125 }, "model": "item/compass_23" }, - { "predicate": { "angle": 0.234375 }, "model": "item/compass_24" }, - { "predicate": { "angle": 0.265625 }, "model": "item/compass_25" }, - { "predicate": { "angle": 0.296875 }, "model": "item/compass_26" }, - { "predicate": { "angle": 0.328125 }, "model": "item/compass_27" }, - { "predicate": { "angle": 0.359375 }, "model": "item/compass_28" }, - { "predicate": { "angle": 0.390625 }, "model": "item/compass_29" }, - { "predicate": { "angle": 0.421875 }, "model": "item/compass_30" }, - { "predicate": { "angle": 0.453125 }, "model": "item/compass_31" }, - { "predicate": { "angle": 0.484375 }, "model": "item/compass_00" }, - { "predicate": { "angle": 0.515625 }, "model": "item/compass_01" }, - { "predicate": { "angle": 0.546875 }, "model": "item/compass_02" }, - { "predicate": { "angle": 0.578125 }, "model": "item/compass_03" }, - { "predicate": { "angle": 0.609375 }, "model": "item/compass_04" }, - { "predicate": { "angle": 0.640625 }, "model": "item/compass_05" }, - { "predicate": { "angle": 0.671875 }, "model": "item/compass_06" }, - { "predicate": { "angle": 0.703125 }, "model": "item/compass_07" }, - { "predicate": { "angle": 0.734375 }, "model": "item/compass_08" }, - { "predicate": { "angle": 0.765625 }, "model": "item/compass_09" }, - { "predicate": { "angle": 0.796875 }, "model": "item/compass_10" }, - { "predicate": { "angle": 0.828125 }, "model": "item/compass_11" }, - { "predicate": { "angle": 0.859375 }, "model": "item/compass_12" }, - { "predicate": { "angle": 0.890625 }, "model": "item/compass_13" }, - { "predicate": { "angle": 0.921875 }, "model": "item/compass_14" }, - { "predicate": { "angle": 0.953125 }, "model": "item/compass_15" }, - { "predicate": { "angle": 0.984375 }, "model": "item/compass" } - ] -} diff --git a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/item/compass_00.json b/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/item/compass_00.json deleted file mode 100644 index dd96da23..00000000 --- a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/item/compass_00.json +++ /dev/null @@ -1,6 +0,0 @@ -{ - "parent": "item/generated", - "textures": { - "layer0": "item/compass_00" - } -} diff --git a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/item/compass_01.json b/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/item/compass_01.json deleted file mode 100644 index d6793ce1..00000000 --- a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/item/compass_01.json +++ /dev/null @@ -1,6 +0,0 @@ -{ - "parent": "item/generated", - "textures": { - "layer0": "item/compass_01" - } -} diff --git a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/item/compass_02.json b/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/item/compass_02.json deleted file mode 100644 index 0757bb46..00000000 --- a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/item/compass_02.json +++ /dev/null @@ -1,6 +0,0 @@ -{ - "parent": "item/generated", - "textures": { - "layer0": "item/compass_02" - } -} diff --git a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/item/compass_03.json b/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/item/compass_03.json deleted file mode 100644 index 21b01a54..00000000 --- a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/item/compass_03.json +++ /dev/null @@ -1,6 +0,0 @@ -{ - "parent": "item/generated", - "textures": { - "layer0": "item/compass_03" - } -} diff --git a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/item/compass_04.json b/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/item/compass_04.json deleted file mode 100644 index 39a8df45..00000000 --- a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/item/compass_04.json +++ /dev/null @@ -1,6 +0,0 @@ -{ - "parent": "item/generated", - "textures": { - "layer0": "item/compass_04" - } -} diff --git a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/item/compass_05.json b/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/item/compass_05.json deleted file mode 100644 index 1b310af0..00000000 --- a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/item/compass_05.json +++ /dev/null @@ -1,6 +0,0 @@ -{ - "parent": "item/generated", - "textures": { - "layer0": "item/compass_05" - } -} diff --git a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/item/compass_06.json b/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/item/compass_06.json deleted file mode 100644 index d1ae2894..00000000 --- a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/item/compass_06.json +++ /dev/null @@ -1,6 +0,0 @@ -{ - "parent": "item/generated", - "textures": { - "layer0": "item/compass_06" - } -} diff --git a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/item/compass_07.json b/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/item/compass_07.json deleted file mode 100644 index 03c177b0..00000000 --- a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/item/compass_07.json +++ /dev/null @@ -1,6 +0,0 @@ -{ - "parent": "item/generated", - "textures": { - "layer0": "item/compass_07" - } -} diff --git a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/item/compass_08.json b/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/item/compass_08.json deleted file mode 100644 index c00fb5c9..00000000 --- a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/item/compass_08.json +++ /dev/null @@ -1,6 +0,0 @@ -{ - "parent": "item/generated", - "textures": { - "layer0": "item/compass_08" - } -} diff --git a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/item/compass_09.json b/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/item/compass_09.json deleted file mode 100644 index 993bcdd9..00000000 --- a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/item/compass_09.json +++ /dev/null @@ -1,6 +0,0 @@ -{ - "parent": "item/generated", - "textures": { - "layer0": "item/compass_09" - } -} diff --git a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/item/compass_10.json b/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/item/compass_10.json deleted file mode 100644 index 4c772c06..00000000 --- a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/item/compass_10.json +++ /dev/null @@ -1,6 +0,0 @@ -{ - "parent": "item/generated", - "textures": { - "layer0": "item/compass_10" - } -} diff --git a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/item/compass_11.json b/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/item/compass_11.json deleted file mode 100644 index 61d7356e..00000000 --- a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/item/compass_11.json +++ /dev/null @@ -1,6 +0,0 @@ -{ - "parent": "item/generated", - "textures": { - "layer0": "item/compass_11" - } -} diff --git a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/item/compass_12.json b/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/item/compass_12.json deleted file mode 100644 index 47648391..00000000 --- a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/item/compass_12.json +++ /dev/null @@ -1,6 +0,0 @@ -{ - "parent": "item/generated", - "textures": { - "layer0": "item/compass_12" - } -} diff --git a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/item/compass_13.json b/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/item/compass_13.json deleted file mode 100644 index f99eeeac..00000000 --- a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/item/compass_13.json +++ /dev/null @@ -1,6 +0,0 @@ -{ - "parent": "item/generated", - "textures": { - "layer0": "item/compass_13" - } -} diff --git a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/item/compass_14.json b/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/item/compass_14.json deleted file mode 100644 index 6a885050..00000000 --- a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/item/compass_14.json +++ /dev/null @@ -1,6 +0,0 @@ -{ - "parent": "item/generated", - "textures": { - "layer0": "item/compass_14" - } -} diff --git a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/item/compass_15.json b/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/item/compass_15.json deleted file mode 100644 index f34fd678..00000000 --- a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/item/compass_15.json +++ /dev/null @@ -1,6 +0,0 @@ -{ - "parent": "item/generated", - "textures": { - "layer0": "item/compass_15" - } -} diff --git a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/item/compass_17.json b/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/item/compass_17.json deleted file mode 100644 index 9a63c8e3..00000000 --- a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/item/compass_17.json +++ /dev/null @@ -1,6 +0,0 @@ -{ - "parent": "item/generated", - "textures": { - "layer0": "item/compass_17" - } -} diff --git a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/item/compass_18.json b/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/item/compass_18.json deleted file mode 100644 index 75ba39b7..00000000 --- a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/item/compass_18.json +++ /dev/null @@ -1,6 +0,0 @@ -{ - "parent": "item/generated", - "textures": { - "layer0": "item/compass_18" - } -} diff --git a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/item/compass_19.json b/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/item/compass_19.json deleted file mode 100644 index 82ebe7f0..00000000 --- a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/item/compass_19.json +++ /dev/null @@ -1,6 +0,0 @@ -{ - "parent": "item/generated", - "textures": { - "layer0": "item/compass_19" - } -} diff --git a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/item/compass_20.json b/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/item/compass_20.json deleted file mode 100644 index 2f22c394..00000000 --- a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/item/compass_20.json +++ /dev/null @@ -1,6 +0,0 @@ -{ - "parent": "item/generated", - "textures": { - "layer0": "item/compass_20" - } -} diff --git a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/item/compass_21.json b/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/item/compass_21.json deleted file mode 100644 index 55cc9188..00000000 --- a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/item/compass_21.json +++ /dev/null @@ -1,6 +0,0 @@ -{ - "parent": "item/generated", - "textures": { - "layer0": "item/compass_21" - } -} diff --git a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/item/compass_22.json b/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/item/compass_22.json deleted file mode 100644 index abf9ed44..00000000 --- a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/item/compass_22.json +++ /dev/null @@ -1,6 +0,0 @@ -{ - "parent": "item/generated", - "textures": { - "layer0": "item/compass_22" - } -} diff --git a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/item/compass_23.json b/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/item/compass_23.json deleted file mode 100644 index 8e62dc11..00000000 --- a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/item/compass_23.json +++ /dev/null @@ -1,6 +0,0 @@ -{ - "parent": "item/generated", - "textures": { - "layer0": "item/compass_23" - } -} diff --git a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/item/compass_24.json b/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/item/compass_24.json deleted file mode 100644 index 79298862..00000000 --- a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/item/compass_24.json +++ /dev/null @@ -1,6 +0,0 @@ -{ - "parent": "item/generated", - "textures": { - "layer0": "item/compass_24" - } -} diff --git a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/item/compass_25.json b/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/item/compass_25.json deleted file mode 100644 index 6aa88639..00000000 --- a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/item/compass_25.json +++ /dev/null @@ -1,6 +0,0 @@ -{ - "parent": "item/generated", - "textures": { - "layer0": "item/compass_25" - } -} diff --git a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/item/compass_26.json b/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/item/compass_26.json deleted file mode 100644 index 1e40e0f6..00000000 --- a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/item/compass_26.json +++ /dev/null @@ -1,6 +0,0 @@ -{ - "parent": "item/generated", - "textures": { - "layer0": "item/compass_26" - } -} diff --git a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/item/compass_27.json b/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/item/compass_27.json deleted file mode 100644 index e479a16b..00000000 --- a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/item/compass_27.json +++ /dev/null @@ -1,6 +0,0 @@ -{ - "parent": "item/generated", - "textures": { - "layer0": "item/compass_27" - } -} diff --git a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/item/compass_28.json b/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/item/compass_28.json deleted file mode 100644 index 73db4313..00000000 --- a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/item/compass_28.json +++ /dev/null @@ -1,6 +0,0 @@ -{ - "parent": "item/generated", - "textures": { - "layer0": "item/compass_28" - } -} diff --git a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/item/compass_29.json b/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/item/compass_29.json deleted file mode 100644 index c4a66dbf..00000000 --- a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/item/compass_29.json +++ /dev/null @@ -1,6 +0,0 @@ -{ - "parent": "item/generated", - "textures": { - "layer0": "item/compass_29" - } -} diff --git a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/item/compass_30.json b/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/item/compass_30.json deleted file mode 100644 index 9719afcf..00000000 --- a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/item/compass_30.json +++ /dev/null @@ -1,6 +0,0 @@ -{ - "parent": "item/generated", - "textures": { - "layer0": "item/compass_30" - } -} diff --git a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/item/compass_31.json b/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/item/compass_31.json deleted file mode 100644 index 142bb667..00000000 --- a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/item/compass_31.json +++ /dev/null @@ -1,6 +0,0 @@ -{ - "parent": "item/generated", - "textures": { - "layer0": "item/compass_31" - } -} diff --git a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/item/composter.json b/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/item/composter.json deleted file mode 100644 index 3b0a63b5..00000000 --- a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/item/composter.json +++ /dev/null @@ -1,3 +0,0 @@ -{ - "parent": "block/composter" -} diff --git a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/item/conduit.json b/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/item/conduit.json deleted file mode 100644 index f5785cdf..00000000 --- a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/item/conduit.json +++ /dev/null @@ -1,38 +0,0 @@ -{ - "parent": "builtin/entity", - "textures": { - "particle": "block/conduit" - }, - "display": { - "gui": { - "rotation": [ 30, 45, 0 ], - "translation": [ 0, 0, 0], - "scale":[ 1.0, 1.0, 1.0 ] - }, - "ground": { - "rotation": [ 0, 0, 0 ], - "translation": [ 0, 3, 0], - "scale":[ 0.5, 0.5, 0.5 ] - }, - "head": { - "rotation": [ 0, 180, 0 ], - "translation": [ 0, 0, 0], - "scale":[ 1, 1, 1] - }, - "fixed": { - "rotation": [ 0, 180, 0 ], - "translation": [ 0, 0, 0], - "scale":[ 1, 1, 1 ] - }, - "thirdperson_righthand": { - "rotation": [ 75, 315, 0 ], - "translation": [ 0, 2.5, 0], - "scale": [ 0.5, 0.5, 0.5 ] - }, - "firstperson_righthand": { - "rotation": [ 0, 315, 0 ], - "translation": [ 0, 0, 0], - "scale": [ 0.8, 0.8, 0.8 ] - } - } -} diff --git a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/item/cooked_beef.json b/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/item/cooked_beef.json deleted file mode 100644 index bf4405f3..00000000 --- a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/item/cooked_beef.json +++ /dev/null @@ -1,6 +0,0 @@ -{ - "parent": "item/generated", - "textures": { - "layer0": "item/cooked_beef" - } -} diff --git a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/item/cooked_chicken.json b/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/item/cooked_chicken.json deleted file mode 100644 index 44f944e0..00000000 --- a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/item/cooked_chicken.json +++ /dev/null @@ -1,6 +0,0 @@ -{ - "parent": "item/generated", - "textures": { - "layer0": "item/cooked_chicken" - } -} diff --git a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/item/cooked_cod.json b/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/item/cooked_cod.json deleted file mode 100644 index a57535fd..00000000 --- a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/item/cooked_cod.json +++ /dev/null @@ -1,6 +0,0 @@ -{ - "parent": "item/generated", - "textures": { - "layer0": "item/cooked_cod" - } -} diff --git a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/item/cooked_mutton.json b/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/item/cooked_mutton.json deleted file mode 100644 index d4857554..00000000 --- a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/item/cooked_mutton.json +++ /dev/null @@ -1,6 +0,0 @@ -{ - "parent": "item/generated", - "textures": { - "layer0": "item/cooked_mutton" - } -} diff --git a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/item/cooked_porkchop.json b/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/item/cooked_porkchop.json deleted file mode 100644 index 17e08171..00000000 --- a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/item/cooked_porkchop.json +++ /dev/null @@ -1,6 +0,0 @@ -{ - "parent": "item/generated", - "textures": { - "layer0": "item/cooked_porkchop" - } -} diff --git a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/item/cooked_rabbit.json b/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/item/cooked_rabbit.json deleted file mode 100644 index e43b3fe0..00000000 --- a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/item/cooked_rabbit.json +++ /dev/null @@ -1,6 +0,0 @@ -{ - "parent": "item/generated", - "textures": { - "layer0": "item/cooked_rabbit" - } -} diff --git a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/item/cooked_salmon.json b/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/item/cooked_salmon.json deleted file mode 100644 index e963b195..00000000 --- a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/item/cooked_salmon.json +++ /dev/null @@ -1,6 +0,0 @@ -{ - "parent": "item/generated", - "textures": { - "layer0": "item/cooked_salmon" - } -} diff --git a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/item/cookie.json b/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/item/cookie.json deleted file mode 100644 index 16f8e1af..00000000 --- a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/item/cookie.json +++ /dev/null @@ -1,6 +0,0 @@ -{ - "parent": "item/generated", - "textures": { - "layer0": "item/cookie" - } -} diff --git a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/item/cornflower.json b/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/item/cornflower.json deleted file mode 100644 index fc12f502..00000000 --- a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/item/cornflower.json +++ /dev/null @@ -1,6 +0,0 @@ -{ - "parent": "item/generated", - "textures": { - "layer0": "block/cornflower" - } -} diff --git a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/item/cow_spawn_egg.json b/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/item/cow_spawn_egg.json deleted file mode 100644 index 765225c9..00000000 --- a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/item/cow_spawn_egg.json +++ /dev/null @@ -1,3 +0,0 @@ -{ - "parent": "item/template_spawn_egg" -} diff --git a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/item/cracked_stone_bricks.json b/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/item/cracked_stone_bricks.json deleted file mode 100644 index c1c60352..00000000 --- a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/item/cracked_stone_bricks.json +++ /dev/null @@ -1,3 +0,0 @@ -{ - "parent": "block/cracked_stone_bricks" -} diff --git a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/item/crafting_table.json b/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/item/crafting_table.json deleted file mode 100644 index 5ed7c346..00000000 --- a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/item/crafting_table.json +++ /dev/null @@ -1,3 +0,0 @@ -{ - "parent": "block/crafting_table" -} diff --git a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/item/creeper_banner_pattern.json b/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/item/creeper_banner_pattern.json deleted file mode 100644 index cae8d3a5..00000000 --- a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/item/creeper_banner_pattern.json +++ /dev/null @@ -1,6 +0,0 @@ -{ - "parent": "item/generated", - "textures": { - "layer0": "item/creeper_banner_pattern" - } -} diff --git a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/item/creeper_head.json b/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/item/creeper_head.json deleted file mode 100644 index 8efea47e..00000000 --- a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/item/creeper_head.json +++ /dev/null @@ -1,3 +0,0 @@ -{ - "parent": "item/template_skull" -} diff --git a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/item/creeper_spawn_egg.json b/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/item/creeper_spawn_egg.json deleted file mode 100644 index 765225c9..00000000 --- a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/item/creeper_spawn_egg.json +++ /dev/null @@ -1,3 +0,0 @@ -{ - "parent": "item/template_spawn_egg" -} diff --git a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/item/crossbow.json b/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/item/crossbow.json deleted file mode 100644 index 0cddcac4..00000000 --- a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/item/crossbow.json +++ /dev/null @@ -1,63 +0,0 @@ -{ - "parent": "item/generated", - "textures": { - "layer0": "item/crossbow_standby" - }, - "display": { - "thirdperson_righthand": { - "rotation": [ -90, 0, -60 ], - "translation": [ 2, 0.1, -3 ], - "scale": [ 0.9, 0.9, 0.9 ] - }, - "thirdperson_lefthand": { - "rotation": [ -90, 0, 30 ], - "translation": [ 2, 0.1, -3 ], - "scale": [ 0.9, 0.9, 0.9 ] - }, - "firstperson_righthand": { - "rotation": [ -90, 0, -55 ], - "translation": [ 1.13, 3.2, 1.13], - "scale": [ 0.68, 0.68, 0.68 ] - }, - "firstperson_lefthand": { - "rotation": [ -90, 0, 35 ], - "translation": [ 1.13, 3.2, 1.13], - "scale": [ 0.68, 0.68, 0.68 ] - } - }, - "overrides": [ - { - "predicate": { - "pulling": 1 - }, - "model": "item/crossbow_pulling_0" - }, - { - "predicate": { - "pulling": 1, - "pull": 0.58 - }, - "model": "item/crossbow_pulling_1" - }, - { - "predicate": { - "pulling": 1, - "pull": 1.0 - }, - "model": "item/crossbow_pulling_2" - }, - { - "predicate": { - "charged": 1 - }, - "model": "item/crossbow_arrow" - }, - { - "predicate": { - "charged": 1, - "firework": 1 - }, - "model": "item/crossbow_firework" - } - ] -} diff --git a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/item/crossbow_arrow.json b/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/item/crossbow_arrow.json deleted file mode 100644 index bc3e3543..00000000 --- a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/item/crossbow_arrow.json +++ /dev/null @@ -1,6 +0,0 @@ -{ - "parent": "item/crossbow", - "textures": { - "layer0": "item/crossbow_arrow" - } -} diff --git a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/item/crossbow_firework.json b/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/item/crossbow_firework.json deleted file mode 100644 index 1ebe175a..00000000 --- a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/item/crossbow_firework.json +++ /dev/null @@ -1,6 +0,0 @@ -{ - "parent": "item/crossbow", - "textures": { - "layer0": "item/crossbow_firework" - } -} diff --git a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/item/crossbow_pulling_0.json b/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/item/crossbow_pulling_0.json deleted file mode 100644 index afd73b86..00000000 --- a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/item/crossbow_pulling_0.json +++ /dev/null @@ -1,6 +0,0 @@ -{ - "parent": "item/crossbow", - "textures": { - "layer0": "item/crossbow_pulling_0" - } -} diff --git a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/item/crossbow_pulling_1.json b/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/item/crossbow_pulling_1.json deleted file mode 100644 index 1c48a748..00000000 --- a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/item/crossbow_pulling_1.json +++ /dev/null @@ -1,6 +0,0 @@ -{ - "parent": "item/crossbow", - "textures": { - "layer0": "item/crossbow_pulling_1" - } -} diff --git a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/item/crossbow_pulling_2.json b/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/item/crossbow_pulling_2.json deleted file mode 100644 index 3c2df500..00000000 --- a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/item/crossbow_pulling_2.json +++ /dev/null @@ -1,6 +0,0 @@ -{ - "parent": "item/crossbow", - "textures": { - "layer0": "item/crossbow_pulling_2" - } -} diff --git a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/item/cut_red_sandstone.json b/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/item/cut_red_sandstone.json deleted file mode 100644 index a21c2c18..00000000 --- a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/item/cut_red_sandstone.json +++ /dev/null @@ -1,3 +0,0 @@ -{ - "parent": "block/cut_red_sandstone" -} diff --git a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/item/cut_red_sandstone_slab.json b/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/item/cut_red_sandstone_slab.json deleted file mode 100644 index b26f392d..00000000 --- a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/item/cut_red_sandstone_slab.json +++ /dev/null @@ -1,3 +0,0 @@ -{ - "parent": "block/cut_red_sandstone_slab" -} diff --git a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/item/cut_sandstone.json b/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/item/cut_sandstone.json deleted file mode 100644 index bc660913..00000000 --- a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/item/cut_sandstone.json +++ /dev/null @@ -1,3 +0,0 @@ -{ - "parent": "block/cut_sandstone" -} diff --git a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/item/cut_sandstone_slab.json b/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/item/cut_sandstone_slab.json deleted file mode 100644 index 3d8af563..00000000 --- a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/item/cut_sandstone_slab.json +++ /dev/null @@ -1,3 +0,0 @@ -{ - "parent": "block/cut_sandstone_slab" -} diff --git a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/item/cyan_banner.json b/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/item/cyan_banner.json deleted file mode 100644 index 9d43dcc2..00000000 --- a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/item/cyan_banner.json +++ /dev/null @@ -1,3 +0,0 @@ -{ - "parent": "item/template_banner" -} diff --git a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/item/cyan_bed.json b/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/item/cyan_bed.json deleted file mode 100644 index 7397f0d9..00000000 --- a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/item/cyan_bed.json +++ /dev/null @@ -1,6 +0,0 @@ -{ - "parent": "item/template_bed", - "textures": { - "particle": "block/cyan_wool" - } -} diff --git a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/item/cyan_carpet.json b/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/item/cyan_carpet.json deleted file mode 100644 index 605b9c2f..00000000 --- a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/item/cyan_carpet.json +++ /dev/null @@ -1,3 +0,0 @@ -{ - "parent": "block/cyan_carpet" -} diff --git a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/item/cyan_concrete.json b/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/item/cyan_concrete.json deleted file mode 100644 index e5100a14..00000000 --- a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/item/cyan_concrete.json +++ /dev/null @@ -1,3 +0,0 @@ -{ - "parent": "block/cyan_concrete" -} diff --git a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/item/cyan_concrete_powder.json b/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/item/cyan_concrete_powder.json deleted file mode 100644 index c91ab07c..00000000 --- a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/item/cyan_concrete_powder.json +++ /dev/null @@ -1,3 +0,0 @@ -{ - "parent": "block/cyan_concrete_powder" -} diff --git a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/item/cyan_dye.json b/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/item/cyan_dye.json deleted file mode 100644 index d2944584..00000000 --- a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/item/cyan_dye.json +++ /dev/null @@ -1,6 +0,0 @@ -{ - "parent": "item/generated", - "textures": { - "layer0": "item/cyan_dye" - } -} diff --git a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/item/cyan_glazed_terracotta.json b/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/item/cyan_glazed_terracotta.json deleted file mode 100644 index 6e49f82b..00000000 --- a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/item/cyan_glazed_terracotta.json +++ /dev/null @@ -1,3 +0,0 @@ -{ - "parent": "block/cyan_glazed_terracotta" -} diff --git a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/item/cyan_shulker_box.json b/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/item/cyan_shulker_box.json deleted file mode 100644 index dc116939..00000000 --- a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/item/cyan_shulker_box.json +++ /dev/null @@ -1,6 +0,0 @@ -{ - "parent": "item/template_shulker_box", - "textures": { - "particle": "block/cyan_shulker_box" - } -} diff --git a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/item/cyan_stained_glass.json b/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/item/cyan_stained_glass.json deleted file mode 100644 index 81a0e373..00000000 --- a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/item/cyan_stained_glass.json +++ /dev/null @@ -1,3 +0,0 @@ -{ - "parent": "block/cyan_stained_glass" -} diff --git a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/item/cyan_stained_glass_pane.json b/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/item/cyan_stained_glass_pane.json deleted file mode 100644 index 3bf806e9..00000000 --- a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/item/cyan_stained_glass_pane.json +++ /dev/null @@ -1,6 +0,0 @@ -{ - "parent": "item/generated", - "textures": { - "layer0": "block/cyan_stained_glass" - } -} diff --git a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/item/cyan_terracotta.json b/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/item/cyan_terracotta.json deleted file mode 100644 index c0418397..00000000 --- a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/item/cyan_terracotta.json +++ /dev/null @@ -1,3 +0,0 @@ -{ - "parent": "block/cyan_terracotta" -} diff --git a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/item/cyan_wool.json b/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/item/cyan_wool.json deleted file mode 100644 index 404cd055..00000000 --- a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/item/cyan_wool.json +++ /dev/null @@ -1,3 +0,0 @@ -{ - "parent": "block/cyan_wool" -} diff --git a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/item/damaged_anvil.json b/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/item/damaged_anvil.json deleted file mode 100644 index c22d39c1..00000000 --- a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/item/damaged_anvil.json +++ /dev/null @@ -1,3 +0,0 @@ -{ - "parent": "block/damaged_anvil" -} diff --git a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/item/dandelion.json b/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/item/dandelion.json deleted file mode 100644 index 7ffb26ea..00000000 --- a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/item/dandelion.json +++ /dev/null @@ -1,6 +0,0 @@ -{ - "parent": "item/generated", - "textures": { - "layer0": "block/dandelion" - } -} diff --git a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/item/dandelion_yellow.json b/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/item/dandelion_yellow.json deleted file mode 100644 index 3361be3d..00000000 --- a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/item/dandelion_yellow.json +++ /dev/null @@ -1,6 +0,0 @@ -{ - "parent": "item/generated", - "textures": { - "layer0": "item/dandelion_yellow" - } -} diff --git a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/item/dark_oak_boat.json b/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/item/dark_oak_boat.json deleted file mode 100644 index 47c02246..00000000 --- a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/item/dark_oak_boat.json +++ /dev/null @@ -1,6 +0,0 @@ -{ - "parent": "item/generated", - "textures": { - "layer0": "item/dark_oak_boat" - } -} diff --git a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/item/dark_oak_button.json b/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/item/dark_oak_button.json deleted file mode 100644 index b5aae8b5..00000000 --- a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/item/dark_oak_button.json +++ /dev/null @@ -1,3 +0,0 @@ -{ - "parent": "block/dark_oak_button_inventory" -} diff --git a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/item/dark_oak_door.json b/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/item/dark_oak_door.json deleted file mode 100644 index 728fddb0..00000000 --- a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/item/dark_oak_door.json +++ /dev/null @@ -1,6 +0,0 @@ -{ - "parent": "item/generated", - "textures": { - "layer0": "item/dark_oak_door" - } -} diff --git a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/item/dark_oak_fence.json b/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/item/dark_oak_fence.json deleted file mode 100644 index 49f586cd..00000000 --- a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/item/dark_oak_fence.json +++ /dev/null @@ -1,3 +0,0 @@ -{ - "parent": "block/dark_oak_fence_inventory" -} diff --git a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/item/dark_oak_fence_gate.json b/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/item/dark_oak_fence_gate.json deleted file mode 100644 index 1d78cd30..00000000 --- a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/item/dark_oak_fence_gate.json +++ /dev/null @@ -1,3 +0,0 @@ -{ - "parent": "block/dark_oak_fence_gate" -} diff --git a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/item/dark_oak_leaves.json b/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/item/dark_oak_leaves.json deleted file mode 100644 index 6fa025a1..00000000 --- a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/item/dark_oak_leaves.json +++ /dev/null @@ -1,3 +0,0 @@ -{ - "parent": "block/dark_oak_leaves" -} diff --git a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/item/dark_oak_log.json b/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/item/dark_oak_log.json deleted file mode 100644 index 5367456b..00000000 --- a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/item/dark_oak_log.json +++ /dev/null @@ -1,3 +0,0 @@ -{ - "parent": "block/dark_oak_log" -} diff --git a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/item/dark_oak_planks.json b/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/item/dark_oak_planks.json deleted file mode 100644 index afbfaa50..00000000 --- a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/item/dark_oak_planks.json +++ /dev/null @@ -1,3 +0,0 @@ -{ - "parent": "block/dark_oak_planks" -} diff --git a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/item/dark_oak_pressure_plate.json b/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/item/dark_oak_pressure_plate.json deleted file mode 100644 index 860dda9a..00000000 --- a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/item/dark_oak_pressure_plate.json +++ /dev/null @@ -1,3 +0,0 @@ -{ - "parent": "block/dark_oak_pressure_plate" -} diff --git a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/item/dark_oak_sapling.json b/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/item/dark_oak_sapling.json deleted file mode 100644 index 31f1d1bb..00000000 --- a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/item/dark_oak_sapling.json +++ /dev/null @@ -1,6 +0,0 @@ -{ - "parent": "item/generated", - "textures": { - "layer0": "block/dark_oak_sapling" - } -} diff --git a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/item/dark_oak_sign.json b/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/item/dark_oak_sign.json deleted file mode 100644 index 637b6469..00000000 --- a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/item/dark_oak_sign.json +++ /dev/null @@ -1,6 +0,0 @@ -{ - "parent": "item/generated", - "textures": { - "layer0": "item/dark_oak_sign" - } -} diff --git a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/item/dark_oak_slab.json b/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/item/dark_oak_slab.json deleted file mode 100644 index f872cd2d..00000000 --- a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/item/dark_oak_slab.json +++ /dev/null @@ -1,3 +0,0 @@ -{ - "parent": "block/dark_oak_slab" -} diff --git a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/item/dark_oak_stairs.json b/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/item/dark_oak_stairs.json deleted file mode 100644 index 9ccee3bd..00000000 --- a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/item/dark_oak_stairs.json +++ /dev/null @@ -1,3 +0,0 @@ -{ - "parent": "block/dark_oak_stairs" -} diff --git a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/item/dark_oak_trapdoor.json b/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/item/dark_oak_trapdoor.json deleted file mode 100644 index 90adbde2..00000000 --- a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/item/dark_oak_trapdoor.json +++ /dev/null @@ -1,3 +0,0 @@ -{ - "parent": "block/dark_oak_trapdoor_bottom" -} diff --git a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/item/dark_oak_wood.json b/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/item/dark_oak_wood.json deleted file mode 100644 index 238d05f2..00000000 --- a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/item/dark_oak_wood.json +++ /dev/null @@ -1,3 +0,0 @@ -{ - "parent": "block/dark_oak_wood" -} diff --git a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/item/dark_prismarine.json b/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/item/dark_prismarine.json deleted file mode 100644 index 78dbe5c3..00000000 --- a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/item/dark_prismarine.json +++ /dev/null @@ -1,3 +0,0 @@ -{ - "parent": "block/dark_prismarine" -} diff --git a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/item/dark_prismarine_slab.json b/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/item/dark_prismarine_slab.json deleted file mode 100644 index cd379088..00000000 --- a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/item/dark_prismarine_slab.json +++ /dev/null @@ -1,3 +0,0 @@ -{ - "parent": "block/dark_prismarine_slab" -} diff --git a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/item/dark_prismarine_stairs.json b/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/item/dark_prismarine_stairs.json deleted file mode 100644 index 8aa55e0e..00000000 --- a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/item/dark_prismarine_stairs.json +++ /dev/null @@ -1,3 +0,0 @@ -{ - "parent": "block/dark_prismarine_stairs" -} diff --git a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/item/daylight_detector.json b/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/item/daylight_detector.json deleted file mode 100644 index b646fa08..00000000 --- a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/item/daylight_detector.json +++ /dev/null @@ -1,3 +0,0 @@ -{ - "parent": "block/daylight_detector" -} diff --git a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/item/dead_brain_coral.json b/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/item/dead_brain_coral.json deleted file mode 100644 index 5a569d14..00000000 --- a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/item/dead_brain_coral.json +++ /dev/null @@ -1,6 +0,0 @@ -{ - "parent": "item/generated", - "textures": { - "layer0": "block/dead_brain_coral" - } -} diff --git a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/item/dead_brain_coral_block.json b/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/item/dead_brain_coral_block.json deleted file mode 100644 index f7f3b07d..00000000 --- a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/item/dead_brain_coral_block.json +++ /dev/null @@ -1,3 +0,0 @@ -{ - "parent": "block/dead_brain_coral_block" -} diff --git a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/item/dead_brain_coral_fan.json b/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/item/dead_brain_coral_fan.json deleted file mode 100644 index 07965d34..00000000 --- a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/item/dead_brain_coral_fan.json +++ /dev/null @@ -1,6 +0,0 @@ -{ - "parent": "item/generated", - "textures": { - "layer0": "block/dead_brain_coral_fan" - } -} diff --git a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/item/dead_brain_coral_wall_fan.json b/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/item/dead_brain_coral_wall_fan.json deleted file mode 100644 index 07965d34..00000000 --- a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/item/dead_brain_coral_wall_fan.json +++ /dev/null @@ -1,6 +0,0 @@ -{ - "parent": "item/generated", - "textures": { - "layer0": "block/dead_brain_coral_fan" - } -} diff --git a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/item/dead_bubble_coral.json b/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/item/dead_bubble_coral.json deleted file mode 100644 index 6c83d339..00000000 --- a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/item/dead_bubble_coral.json +++ /dev/null @@ -1,6 +0,0 @@ -{ - "parent": "item/generated", - "textures": { - "layer0": "block/dead_bubble_coral" - } -} diff --git a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/item/dead_bubble_coral_block.json b/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/item/dead_bubble_coral_block.json deleted file mode 100644 index ad34fb42..00000000 --- a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/item/dead_bubble_coral_block.json +++ /dev/null @@ -1,3 +0,0 @@ -{ - "parent": "block/dead_bubble_coral_block" -} diff --git a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/item/dead_bubble_coral_fan.json b/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/item/dead_bubble_coral_fan.json deleted file mode 100644 index ca1155dd..00000000 --- a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/item/dead_bubble_coral_fan.json +++ /dev/null @@ -1,6 +0,0 @@ -{ - "parent": "item/generated", - "textures": { - "layer0": "block/dead_bubble_coral_fan" - } -} diff --git a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/item/dead_bubble_coral_wall_fan.json b/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/item/dead_bubble_coral_wall_fan.json deleted file mode 100644 index ca1155dd..00000000 --- a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/item/dead_bubble_coral_wall_fan.json +++ /dev/null @@ -1,6 +0,0 @@ -{ - "parent": "item/generated", - "textures": { - "layer0": "block/dead_bubble_coral_fan" - } -} diff --git a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/item/dead_bush.json b/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/item/dead_bush.json deleted file mode 100644 index 50e1b0c9..00000000 --- a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/item/dead_bush.json +++ /dev/null @@ -1,6 +0,0 @@ -{ - "parent": "item/generated", - "textures": { - "layer0": "block/dead_bush" - } -} diff --git a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/item/dead_fire_coral.json b/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/item/dead_fire_coral.json deleted file mode 100644 index f28b9b1e..00000000 --- a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/item/dead_fire_coral.json +++ /dev/null @@ -1,6 +0,0 @@ -{ - "parent": "item/generated", - "textures": { - "layer0": "block/dead_fire_coral" - } -} diff --git a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/item/dead_fire_coral_block.json b/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/item/dead_fire_coral_block.json deleted file mode 100644 index 5304d534..00000000 --- a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/item/dead_fire_coral_block.json +++ /dev/null @@ -1,3 +0,0 @@ -{ - "parent": "block/dead_fire_coral_block" -} diff --git a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/item/dead_fire_coral_fan.json b/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/item/dead_fire_coral_fan.json deleted file mode 100644 index 7e39a026..00000000 --- a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/item/dead_fire_coral_fan.json +++ /dev/null @@ -1,6 +0,0 @@ -{ - "parent": "item/generated", - "textures": { - "layer0": "block/dead_fire_coral_fan" - } -} diff --git a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/item/dead_fire_coral_wall_fan.json b/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/item/dead_fire_coral_wall_fan.json deleted file mode 100644 index 7e39a026..00000000 --- a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/item/dead_fire_coral_wall_fan.json +++ /dev/null @@ -1,6 +0,0 @@ -{ - "parent": "item/generated", - "textures": { - "layer0": "block/dead_fire_coral_fan" - } -} diff --git a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/item/dead_horn_coral.json b/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/item/dead_horn_coral.json deleted file mode 100644 index 51ceecd8..00000000 --- a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/item/dead_horn_coral.json +++ /dev/null @@ -1,6 +0,0 @@ -{ - "parent": "item/generated", - "textures": { - "layer0": "block/dead_horn_coral" - } -} diff --git a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/item/dead_horn_coral_block.json b/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/item/dead_horn_coral_block.json deleted file mode 100644 index 067e41a8..00000000 --- a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/item/dead_horn_coral_block.json +++ /dev/null @@ -1,3 +0,0 @@ -{ - "parent": "block/dead_horn_coral_block" -} diff --git a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/item/dead_horn_coral_fan.json b/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/item/dead_horn_coral_fan.json deleted file mode 100644 index d9dad233..00000000 --- a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/item/dead_horn_coral_fan.json +++ /dev/null @@ -1,6 +0,0 @@ -{ - "parent": "item/generated", - "textures": { - "layer0": "block/dead_horn_coral_fan" - } -} diff --git a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/item/dead_horn_coral_wall_fan.json b/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/item/dead_horn_coral_wall_fan.json deleted file mode 100644 index d9dad233..00000000 --- a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/item/dead_horn_coral_wall_fan.json +++ /dev/null @@ -1,6 +0,0 @@ -{ - "parent": "item/generated", - "textures": { - "layer0": "block/dead_horn_coral_fan" - } -} diff --git a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/item/dead_tube_coral.json b/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/item/dead_tube_coral.json deleted file mode 100644 index 620ba336..00000000 --- a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/item/dead_tube_coral.json +++ /dev/null @@ -1,6 +0,0 @@ -{ - "parent": "item/generated", - "textures": { - "layer0": "block/dead_tube_coral" - } -} diff --git a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/item/dead_tube_coral_block.json b/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/item/dead_tube_coral_block.json deleted file mode 100644 index 1ab81f5b..00000000 --- a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/item/dead_tube_coral_block.json +++ /dev/null @@ -1,3 +0,0 @@ -{ - "parent": "block/dead_tube_coral_block" -} diff --git a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/item/dead_tube_coral_fan.json b/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/item/dead_tube_coral_fan.json deleted file mode 100644 index 137de125..00000000 --- a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/item/dead_tube_coral_fan.json +++ /dev/null @@ -1,6 +0,0 @@ -{ - "parent": "item/generated", - "textures": { - "layer0": "block/dead_tube_coral_fan" - } -} diff --git a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/item/dead_tube_coral_wall_fan.json b/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/item/dead_tube_coral_wall_fan.json deleted file mode 100644 index 137de125..00000000 --- a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/item/dead_tube_coral_wall_fan.json +++ /dev/null @@ -1,6 +0,0 @@ -{ - "parent": "item/generated", - "textures": { - "layer0": "block/dead_tube_coral_fan" - } -} diff --git a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/item/debug_stick.json b/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/item/debug_stick.json deleted file mode 100644 index 0f000b81..00000000 --- a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/item/debug_stick.json +++ /dev/null @@ -1,6 +0,0 @@ -{ - "parent": "item/handheld", - "textures": { - "layer0": "item/stick" - } -} diff --git a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/item/detector_rail.json b/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/item/detector_rail.json deleted file mode 100644 index b4719795..00000000 --- a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/item/detector_rail.json +++ /dev/null @@ -1,6 +0,0 @@ -{ - "parent": "item/generated", - "textures": { - "layer0": "block/detector_rail" - } -} diff --git a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/item/diamond.json b/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/item/diamond.json deleted file mode 100644 index dbc4231e..00000000 --- a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/item/diamond.json +++ /dev/null @@ -1,6 +0,0 @@ -{ - "parent": "item/generated", - "textures": { - "layer0": "item/diamond" - } -} diff --git a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/item/diamond_axe.json b/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/item/diamond_axe.json deleted file mode 100644 index 65d23658..00000000 --- a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/item/diamond_axe.json +++ /dev/null @@ -1,6 +0,0 @@ -{ - "parent": "item/handheld", - "textures": { - "layer0": "item/diamond_axe" - } -} diff --git a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/item/diamond_block.json b/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/item/diamond_block.json deleted file mode 100644 index 67ed76f1..00000000 --- a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/item/diamond_block.json +++ /dev/null @@ -1,3 +0,0 @@ -{ - "parent": "block/diamond_block" -} diff --git a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/item/diamond_boots.json b/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/item/diamond_boots.json deleted file mode 100644 index 882c221d..00000000 --- a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/item/diamond_boots.json +++ /dev/null @@ -1,6 +0,0 @@ -{ - "parent": "item/generated", - "textures": { - "layer0": "item/diamond_boots" - } -} diff --git a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/item/diamond_chestplate.json b/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/item/diamond_chestplate.json deleted file mode 100644 index 1b8bf6bc..00000000 --- a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/item/diamond_chestplate.json +++ /dev/null @@ -1,6 +0,0 @@ -{ - "parent": "item/generated", - "textures": { - "layer0": "item/diamond_chestplate" - } -} diff --git a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/item/diamond_helmet.json b/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/item/diamond_helmet.json deleted file mode 100644 index e78e3f2b..00000000 --- a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/item/diamond_helmet.json +++ /dev/null @@ -1,6 +0,0 @@ -{ - "parent": "item/generated", - "textures": { - "layer0": "item/diamond_helmet" - } -} diff --git a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/item/diamond_hoe.json b/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/item/diamond_hoe.json deleted file mode 100644 index 12403c8d..00000000 --- a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/item/diamond_hoe.json +++ /dev/null @@ -1,6 +0,0 @@ -{ - "parent": "item/handheld", - "textures": { - "layer0": "item/diamond_hoe" - } -} diff --git a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/item/diamond_horse_armor.json b/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/item/diamond_horse_armor.json deleted file mode 100644 index 25441cef..00000000 --- a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/item/diamond_horse_armor.json +++ /dev/null @@ -1,6 +0,0 @@ -{ - "parent": "item/generated", - "textures": { - "layer0": "item/diamond_horse_armor" - } -} diff --git a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/item/diamond_leggings.json b/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/item/diamond_leggings.json deleted file mode 100644 index 98abed56..00000000 --- a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/item/diamond_leggings.json +++ /dev/null @@ -1,6 +0,0 @@ -{ - "parent": "item/generated", - "textures": { - "layer0": "item/diamond_leggings" - } -} diff --git a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/item/diamond_ore.json b/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/item/diamond_ore.json deleted file mode 100644 index f589a392..00000000 --- a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/item/diamond_ore.json +++ /dev/null @@ -1,3 +0,0 @@ -{ - "parent": "block/diamond_ore" -} diff --git a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/item/diamond_pickaxe.json b/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/item/diamond_pickaxe.json deleted file mode 100644 index 547e8e3e..00000000 --- a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/item/diamond_pickaxe.json +++ /dev/null @@ -1,6 +0,0 @@ -{ - "parent": "item/handheld", - "textures": { - "layer0": "item/diamond_pickaxe" - } -} diff --git a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/item/diamond_shovel.json b/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/item/diamond_shovel.json deleted file mode 100644 index ab088dd3..00000000 --- a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/item/diamond_shovel.json +++ /dev/null @@ -1,6 +0,0 @@ -{ - "parent": "item/handheld", - "textures": { - "layer0": "item/diamond_shovel" - } -} diff --git a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/item/diamond_sword.json b/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/item/diamond_sword.json deleted file mode 100644 index ea1c1ec4..00000000 --- a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/item/diamond_sword.json +++ /dev/null @@ -1,6 +0,0 @@ -{ - "parent": "item/handheld", - "textures": { - "layer0": "item/diamond_sword" - } -} diff --git a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/item/diorite.json b/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/item/diorite.json deleted file mode 100644 index 885f62c6..00000000 --- a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/item/diorite.json +++ /dev/null @@ -1,3 +0,0 @@ -{ - "parent": "block/diorite" -} diff --git a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/item/diorite_slab.json b/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/item/diorite_slab.json deleted file mode 100644 index 3b448283..00000000 --- a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/item/diorite_slab.json +++ /dev/null @@ -1,3 +0,0 @@ -{ - "parent": "block/diorite_slab" -} diff --git a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/item/diorite_stairs.json b/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/item/diorite_stairs.json deleted file mode 100644 index eba26f57..00000000 --- a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/item/diorite_stairs.json +++ /dev/null @@ -1,3 +0,0 @@ -{ - "parent": "block/diorite_stairs" -} diff --git a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/item/diorite_wall.json b/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/item/diorite_wall.json deleted file mode 100644 index 5c922c14..00000000 --- a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/item/diorite_wall.json +++ /dev/null @@ -1,3 +0,0 @@ -{ - "parent": "block/diorite_wall_inventory" -} diff --git a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/item/dirt.json b/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/item/dirt.json deleted file mode 100644 index 7fa106a8..00000000 --- a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/item/dirt.json +++ /dev/null @@ -1,3 +0,0 @@ -{ - "parent": "block/dirt" -} diff --git a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/item/dispenser.json b/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/item/dispenser.json deleted file mode 100644 index 3c0fbc3a..00000000 --- a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/item/dispenser.json +++ /dev/null @@ -1,3 +0,0 @@ -{ - "parent": "block/dispenser" -} diff --git a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/item/dolphin_spawn_egg.json b/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/item/dolphin_spawn_egg.json deleted file mode 100644 index 765225c9..00000000 --- a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/item/dolphin_spawn_egg.json +++ /dev/null @@ -1,3 +0,0 @@ -{ - "parent": "item/template_spawn_egg" -} diff --git a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/item/donkey_spawn_egg.json b/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/item/donkey_spawn_egg.json deleted file mode 100644 index 765225c9..00000000 --- a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/item/donkey_spawn_egg.json +++ /dev/null @@ -1,3 +0,0 @@ -{ - "parent": "item/template_spawn_egg" -} diff --git a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/item/dragon_breath.json b/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/item/dragon_breath.json deleted file mode 100644 index 558b8f7b..00000000 --- a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/item/dragon_breath.json +++ /dev/null @@ -1,6 +0,0 @@ -{ - "parent": "item/generated", - "textures": { - "layer0": "item/dragon_breath" - } -} diff --git a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/item/dragon_egg.json b/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/item/dragon_egg.json deleted file mode 100644 index aacec341..00000000 --- a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/item/dragon_egg.json +++ /dev/null @@ -1,3 +0,0 @@ -{ - "parent": "block/dragon_egg" -} diff --git a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/item/dragon_head.json b/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/item/dragon_head.json deleted file mode 100644 index 86264762..00000000 --- a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/item/dragon_head.json +++ /dev/null @@ -1,15 +0,0 @@ -{ - "parent": "item/template_skull", - "display": { - "gui": { - "translation": [ -2, 2, 0 ], - "rotation": [ 30, 45, 0 ], - "scale": [ 0.6, 0.6, 0.6 ] - }, - "thirdperson_righthand": { - "rotation": [ 0, 180, 0 ], - "translation": [ 0, -1, 2 ], - "scale": [ 0.5, 0.5, 0.5 ] - } - } -} diff --git a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/item/dried_kelp.json b/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/item/dried_kelp.json deleted file mode 100644 index 374773e7..00000000 --- a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/item/dried_kelp.json +++ /dev/null @@ -1,6 +0,0 @@ -{ - "parent": "item/generated", - "textures": { - "layer0": "item/dried_kelp" - } -} diff --git a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/item/dried_kelp_block.json b/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/item/dried_kelp_block.json deleted file mode 100644 index 74d1194c..00000000 --- a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/item/dried_kelp_block.json +++ /dev/null @@ -1,3 +0,0 @@ -{ - "parent": "block/dried_kelp_block" -} diff --git a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/item/dropper.json b/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/item/dropper.json deleted file mode 100644 index ac87db08..00000000 --- a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/item/dropper.json +++ /dev/null @@ -1,3 +0,0 @@ -{ - "parent": "block/dropper" -} diff --git a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/item/drowned_spawn_egg.json b/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/item/drowned_spawn_egg.json deleted file mode 100644 index 765225c9..00000000 --- a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/item/drowned_spawn_egg.json +++ /dev/null @@ -1,3 +0,0 @@ -{ - "parent": "item/template_spawn_egg" -} diff --git a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/item/egg.json b/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/item/egg.json deleted file mode 100644 index 5d941a31..00000000 --- a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/item/egg.json +++ /dev/null @@ -1,6 +0,0 @@ -{ - "parent": "item/generated", - "textures": { - "layer0": "item/egg" - } -} diff --git a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/item/elder_guardian_spawn_egg.json b/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/item/elder_guardian_spawn_egg.json deleted file mode 100644 index 765225c9..00000000 --- a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/item/elder_guardian_spawn_egg.json +++ /dev/null @@ -1,3 +0,0 @@ -{ - "parent": "item/template_spawn_egg" -} diff --git a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/item/elytra.json b/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/item/elytra.json deleted file mode 100644 index 3909ded5..00000000 --- a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/item/elytra.json +++ /dev/null @@ -1,14 +0,0 @@ -{ - "parent": "item/generated", - "textures": { - "layer0": "item/elytra" - }, - "overrides": [ - { - "predicate": { - "broken": 1 - }, - "model": "item/broken_elytra" - } - ] -} diff --git a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/item/emerald.json b/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/item/emerald.json deleted file mode 100644 index 557870db..00000000 --- a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/item/emerald.json +++ /dev/null @@ -1,6 +0,0 @@ -{ - "parent": "item/generated", - "textures": { - "layer0": "item/emerald" - } -} diff --git a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/item/emerald_block.json b/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/item/emerald_block.json deleted file mode 100644 index 46b4d61d..00000000 --- a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/item/emerald_block.json +++ /dev/null @@ -1,3 +0,0 @@ -{ - "parent": "block/emerald_block" -} diff --git a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/item/emerald_ore.json b/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/item/emerald_ore.json deleted file mode 100644 index 8c0cf6d4..00000000 --- a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/item/emerald_ore.json +++ /dev/null @@ -1,3 +0,0 @@ -{ - "parent": "block/emerald_ore" -} diff --git a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/item/enchanted_book.json b/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/item/enchanted_book.json deleted file mode 100644 index c620d6c0..00000000 --- a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/item/enchanted_book.json +++ /dev/null @@ -1,6 +0,0 @@ -{ - "parent": "item/generated", - "textures": { - "layer0": "item/enchanted_book" - } -} diff --git a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/item/enchanted_golden_apple.json b/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/item/enchanted_golden_apple.json deleted file mode 100644 index f8114273..00000000 --- a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/item/enchanted_golden_apple.json +++ /dev/null @@ -1,6 +0,0 @@ -{ - "parent": "item/generated", - "textures": { - "layer0": "item/golden_apple" - } -} diff --git a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/item/enchanting_table.json b/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/item/enchanting_table.json deleted file mode 100644 index d2c8e0aa..00000000 --- a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/item/enchanting_table.json +++ /dev/null @@ -1,3 +0,0 @@ -{ - "parent": "block/enchanting_table" -} diff --git a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/item/end_crystal.json b/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/item/end_crystal.json deleted file mode 100644 index 2194461b..00000000 --- a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/item/end_crystal.json +++ /dev/null @@ -1,6 +0,0 @@ -{ - "parent": "item/generated", - "textures": { - "layer0": "item/end_crystal" - } -} diff --git a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/item/end_portal_frame.json b/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/item/end_portal_frame.json deleted file mode 100644 index 10f61577..00000000 --- a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/item/end_portal_frame.json +++ /dev/null @@ -1,3 +0,0 @@ -{ - "parent": "block/end_portal_frame" -} diff --git a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/item/end_rod.json b/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/item/end_rod.json deleted file mode 100644 index af19ea6e..00000000 --- a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/item/end_rod.json +++ /dev/null @@ -1,6 +0,0 @@ -{ - "parent": "block/end_rod", - "textures": { - "layer0": "block/end_rod" - } -} diff --git a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/item/end_stone.json b/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/item/end_stone.json deleted file mode 100644 index 1d8ed6d1..00000000 --- a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/item/end_stone.json +++ /dev/null @@ -1,3 +0,0 @@ -{ - "parent": "block/end_stone" -} diff --git a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/item/end_stone_brick_slab.json b/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/item/end_stone_brick_slab.json deleted file mode 100644 index f4d03a01..00000000 --- a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/item/end_stone_brick_slab.json +++ /dev/null @@ -1,3 +0,0 @@ -{ - "parent": "block/end_stone_brick_slab" -} diff --git a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/item/end_stone_brick_stairs.json b/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/item/end_stone_brick_stairs.json deleted file mode 100644 index d803949f..00000000 --- a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/item/end_stone_brick_stairs.json +++ /dev/null @@ -1,3 +0,0 @@ -{ - "parent": "block/end_stone_brick_stairs" -} diff --git a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/item/end_stone_brick_wall.json b/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/item/end_stone_brick_wall.json deleted file mode 100644 index f90fb0d9..00000000 --- a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/item/end_stone_brick_wall.json +++ /dev/null @@ -1,3 +0,0 @@ -{ - "parent": "block/end_stone_brick_wall_inventory" -} diff --git a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/item/end_stone_bricks.json b/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/item/end_stone_bricks.json deleted file mode 100644 index f5173dc5..00000000 --- a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/item/end_stone_bricks.json +++ /dev/null @@ -1,3 +0,0 @@ -{ - "parent": "block/end_stone_bricks" -} diff --git a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/item/ender_chest.json b/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/item/ender_chest.json deleted file mode 100644 index 58aba338..00000000 --- a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/item/ender_chest.json +++ /dev/null @@ -1,6 +0,0 @@ -{ - "parent": "item/chest", - "textures": { - "particle": "block/obsidian" - } -} diff --git a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/item/ender_eye.json b/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/item/ender_eye.json deleted file mode 100644 index 67ddfd16..00000000 --- a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/item/ender_eye.json +++ /dev/null @@ -1,6 +0,0 @@ -{ - "parent": "item/generated", - "textures": { - "layer0": "item/ender_eye" - } -} diff --git a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/item/ender_pearl.json b/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/item/ender_pearl.json deleted file mode 100644 index 2aed6c26..00000000 --- a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/item/ender_pearl.json +++ /dev/null @@ -1,6 +0,0 @@ -{ - "parent": "item/generated", - "textures": { - "layer0": "item/ender_pearl" - } -} diff --git a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/item/enderman_spawn_egg.json b/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/item/enderman_spawn_egg.json deleted file mode 100644 index 765225c9..00000000 --- a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/item/enderman_spawn_egg.json +++ /dev/null @@ -1,3 +0,0 @@ -{ - "parent": "item/template_spawn_egg" -} diff --git a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/item/endermite_spawn_egg.json b/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/item/endermite_spawn_egg.json deleted file mode 100644 index 765225c9..00000000 --- a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/item/endermite_spawn_egg.json +++ /dev/null @@ -1,3 +0,0 @@ -{ - "parent": "item/template_spawn_egg" -} diff --git a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/item/evoker_spawn_egg.json b/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/item/evoker_spawn_egg.json deleted file mode 100644 index 765225c9..00000000 --- a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/item/evoker_spawn_egg.json +++ /dev/null @@ -1,3 +0,0 @@ -{ - "parent": "item/template_spawn_egg" -} diff --git a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/item/experience_bottle.json b/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/item/experience_bottle.json deleted file mode 100644 index 005474d9..00000000 --- a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/item/experience_bottle.json +++ /dev/null @@ -1,6 +0,0 @@ -{ - "parent": "item/generated", - "textures": { - "layer0": "item/experience_bottle" - } -} diff --git a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/item/farmland.json b/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/item/farmland.json deleted file mode 100644 index 3fae7d74..00000000 --- a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/item/farmland.json +++ /dev/null @@ -1,3 +0,0 @@ -{ - "parent": "block/farmland" -} diff --git a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/item/feather.json b/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/item/feather.json deleted file mode 100644 index 1b88f92d..00000000 --- a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/item/feather.json +++ /dev/null @@ -1,13 +0,0 @@ -{ - "parent": "item/generated", - "textures": { - "layer0": "item/feather" - }, - "display": { - "head": { - "rotation": [ 0, 0, 45 ], - "translation": [ -1, 13, 7], - "scale":[ 1, 1, 1] - } - } -} diff --git a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/item/fermented_spider_eye.json b/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/item/fermented_spider_eye.json deleted file mode 100644 index 962ad463..00000000 --- a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/item/fermented_spider_eye.json +++ /dev/null @@ -1,6 +0,0 @@ -{ - "parent": "item/generated", - "textures": { - "layer0": "item/fermented_spider_eye" - } -} diff --git a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/item/fern.json b/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/item/fern.json deleted file mode 100644 index 2cf782bf..00000000 --- a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/item/fern.json +++ /dev/null @@ -1,6 +0,0 @@ -{ - "parent": "item/generated", - "textures": { - "layer0": "block/fern" - } -} diff --git a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/item/filled_map.json b/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/item/filled_map.json deleted file mode 100644 index 077d2530..00000000 --- a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/item/filled_map.json +++ /dev/null @@ -1,7 +0,0 @@ -{ - "parent": "item/generated", - "textures": { - "layer0": "item/filled_map", - "layer1": "item/filled_map_markings" - } -} diff --git a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/item/fire_charge.json b/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/item/fire_charge.json deleted file mode 100644 index 50b85005..00000000 --- a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/item/fire_charge.json +++ /dev/null @@ -1,6 +0,0 @@ -{ - "parent": "item/generated", - "textures": { - "layer0": "item/fire_charge" - } -} diff --git a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/item/fire_coral.json b/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/item/fire_coral.json deleted file mode 100644 index 037a44c4..00000000 --- a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/item/fire_coral.json +++ /dev/null @@ -1,6 +0,0 @@ -{ - "parent": "item/generated", - "textures": { - "layer0": "block/fire_coral" - } -} diff --git a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/item/fire_coral_block.json b/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/item/fire_coral_block.json deleted file mode 100644 index e919a6f1..00000000 --- a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/item/fire_coral_block.json +++ /dev/null @@ -1,3 +0,0 @@ -{ - "parent": "block/fire_coral_block" -} diff --git a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/item/fire_coral_fan.json b/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/item/fire_coral_fan.json deleted file mode 100644 index 37799f1d..00000000 --- a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/item/fire_coral_fan.json +++ /dev/null @@ -1,6 +0,0 @@ -{ - "parent": "item/generated", - "textures": { - "layer0": "block/fire_coral_fan" - } -} diff --git a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/item/fire_coral_wall_fan.json b/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/item/fire_coral_wall_fan.json deleted file mode 100644 index 37799f1d..00000000 --- a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/item/fire_coral_wall_fan.json +++ /dev/null @@ -1,6 +0,0 @@ -{ - "parent": "item/generated", - "textures": { - "layer0": "block/fire_coral_fan" - } -} diff --git a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/item/firework_rocket.json b/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/item/firework_rocket.json deleted file mode 100644 index a7109e5f..00000000 --- a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/item/firework_rocket.json +++ /dev/null @@ -1,6 +0,0 @@ -{ - "parent": "item/generated", - "textures": { - "layer0": "item/firework_rocket" - } -} diff --git a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/item/firework_star.json b/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/item/firework_star.json deleted file mode 100644 index 4e2e9fe8..00000000 --- a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/item/firework_star.json +++ /dev/null @@ -1,7 +0,0 @@ -{ - "parent": "item/generated", - "textures": { - "layer0": "item/firework_star", - "layer1": "item/firework_star_overlay" - } -} diff --git a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/item/fishing_rod.json b/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/item/fishing_rod.json deleted file mode 100644 index 6d52bb97..00000000 --- a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/item/fishing_rod.json +++ /dev/null @@ -1,14 +0,0 @@ -{ - "parent": "item/handheld_rod", - "textures": { - "layer0": "item/fishing_rod" - }, - "overrides": [ - { - "predicate": { - "cast": 1 - }, - "model": "item/fishing_rod_cast" - } - ] -} diff --git a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/item/fishing_rod_cast.json b/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/item/fishing_rod_cast.json deleted file mode 100644 index 55c2a525..00000000 --- a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/item/fishing_rod_cast.json +++ /dev/null @@ -1,6 +0,0 @@ -{ - "parent": "item/fishing_rod", - "textures": { - "layer0": "item/fishing_rod_cast" - } -} diff --git a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/item/fletching_table.json b/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/item/fletching_table.json deleted file mode 100644 index 66f91b4d..00000000 --- a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/item/fletching_table.json +++ /dev/null @@ -1,3 +0,0 @@ -{ - "parent": "block/fletching_table" -} diff --git a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/item/flint.json b/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/item/flint.json deleted file mode 100644 index 620eb37f..00000000 --- a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/item/flint.json +++ /dev/null @@ -1,6 +0,0 @@ -{ - "parent": "item/generated", - "textures": { - "layer0": "item/flint" - } -} diff --git a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/item/flint_and_steel.json b/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/item/flint_and_steel.json deleted file mode 100644 index 5098b625..00000000 --- a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/item/flint_and_steel.json +++ /dev/null @@ -1,6 +0,0 @@ -{ - "parent": "item/generated", - "textures": { - "layer0": "item/flint_and_steel" - } -} diff --git a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/item/flower_banner_pattern.json b/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/item/flower_banner_pattern.json deleted file mode 100644 index e7986764..00000000 --- a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/item/flower_banner_pattern.json +++ /dev/null @@ -1,6 +0,0 @@ -{ - "parent": "item/generated", - "textures": { - "layer0": "item/flower_banner_pattern" - } -} diff --git a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/item/flower_pot.json b/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/item/flower_pot.json deleted file mode 100644 index 320004b2..00000000 --- a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/item/flower_pot.json +++ /dev/null @@ -1,6 +0,0 @@ -{ - "parent": "item/generated", - "textures": { - "layer0": "item/flower_pot" - } -} diff --git a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/item/fox_spawn_egg.json b/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/item/fox_spawn_egg.json deleted file mode 100644 index 765225c9..00000000 --- a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/item/fox_spawn_egg.json +++ /dev/null @@ -1,3 +0,0 @@ -{ - "parent": "item/template_spawn_egg" -} diff --git a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/item/furnace.json b/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/item/furnace.json deleted file mode 100644 index 029275c7..00000000 --- a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/item/furnace.json +++ /dev/null @@ -1,3 +0,0 @@ -{ - "parent": "block/furnace" -} diff --git a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/item/furnace_minecart.json b/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/item/furnace_minecart.json deleted file mode 100644 index 4e5d873d..00000000 --- a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/item/furnace_minecart.json +++ /dev/null @@ -1,6 +0,0 @@ -{ - "parent": "item/generated", - "textures": { - "layer0": "item/furnace_minecart" - } -} diff --git a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/item/generated.json b/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/item/generated.json deleted file mode 100644 index 12197e58..00000000 --- a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/item/generated.json +++ /dev/null @@ -1,29 +0,0 @@ -{ - "parent": "builtin/generated", - "display": { - "ground": { - "rotation": [ 0, 0, 0 ], - "translation": [ 0, 2, 0], - "scale":[ 0.5, 0.5, 0.5 ] - }, - "head": { - "rotation": [ 0, 180, 0 ], - "translation": [ 0, 13, 7], - "scale":[ 1, 1, 1] - }, - "thirdperson_righthand": { - "rotation": [ 0, 0, 0 ], - "translation": [ 0, 3, 1 ], - "scale": [ 0.55, 0.55, 0.55 ] - }, - "firstperson_righthand": { - "rotation": [ 0, -90, 25 ], - "translation": [ 1.13, 3.2, 1.13], - "scale": [ 0.68, 0.68, 0.68 ] - }, - "fixed": { - "rotation": [ 0, 180, 0 ], - "scale": [ 1, 1, 1 ] - } - } -} diff --git a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/item/ghast_spawn_egg.json b/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/item/ghast_spawn_egg.json deleted file mode 100644 index 765225c9..00000000 --- a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/item/ghast_spawn_egg.json +++ /dev/null @@ -1,3 +0,0 @@ -{ - "parent": "item/template_spawn_egg" -} diff --git a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/item/ghast_tear.json b/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/item/ghast_tear.json deleted file mode 100644 index 0003efee..00000000 --- a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/item/ghast_tear.json +++ /dev/null @@ -1,6 +0,0 @@ -{ - "parent": "item/generated", - "textures": { - "layer0": "item/ghast_tear" - } -} diff --git a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/item/glass.json b/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/item/glass.json deleted file mode 100644 index 91500b64..00000000 --- a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/item/glass.json +++ /dev/null @@ -1,3 +0,0 @@ -{ - "parent": "block/glass" -} diff --git a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/item/glass_bottle.json b/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/item/glass_bottle.json deleted file mode 100644 index 4faf6349..00000000 --- a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/item/glass_bottle.json +++ /dev/null @@ -1,6 +0,0 @@ -{ - "parent": "item/generated", - "textures": { - "layer0": "item/glass_bottle" - } -} diff --git a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/item/glass_pane.json b/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/item/glass_pane.json deleted file mode 100644 index ea70b8ca..00000000 --- a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/item/glass_pane.json +++ /dev/null @@ -1,6 +0,0 @@ -{ - "parent": "item/generated", - "textures": { - "layer0": "block/glass" - } -} diff --git a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/item/glistering_melon_slice.json b/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/item/glistering_melon_slice.json deleted file mode 100644 index d7906201..00000000 --- a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/item/glistering_melon_slice.json +++ /dev/null @@ -1,6 +0,0 @@ -{ - "parent": "item/generated", - "textures": { - "layer0": "item/glistering_melon_slice" - } -} diff --git a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/item/globe_banner_pattern.json b/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/item/globe_banner_pattern.json deleted file mode 100644 index 922e4c56..00000000 --- a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/item/globe_banner_pattern.json +++ /dev/null @@ -1,6 +0,0 @@ -{ - "parent": "item/generated", - "textures": { - "layer0": "item/globe_banner_pattern" - } -} diff --git a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/item/glowstone.json b/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/item/glowstone.json deleted file mode 100644 index 330bd266..00000000 --- a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/item/glowstone.json +++ /dev/null @@ -1,3 +0,0 @@ -{ - "parent": "block/glowstone" -} diff --git a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/item/glowstone_dust.json b/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/item/glowstone_dust.json deleted file mode 100644 index 5a81639d..00000000 --- a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/item/glowstone_dust.json +++ /dev/null @@ -1,6 +0,0 @@ -{ - "parent": "item/generated", - "textures": { - "layer0": "item/glowstone_dust" - } -} diff --git a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/item/gold_block.json b/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/item/gold_block.json deleted file mode 100644 index c93c124a..00000000 --- a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/item/gold_block.json +++ /dev/null @@ -1,3 +0,0 @@ -{ - "parent": "block/gold_block" -} diff --git a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/item/gold_ingot.json b/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/item/gold_ingot.json deleted file mode 100644 index 7a7ae011..00000000 --- a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/item/gold_ingot.json +++ /dev/null @@ -1,6 +0,0 @@ -{ - "parent": "item/generated", - "textures": { - "layer0": "item/gold_ingot" - } -} diff --git a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/item/gold_nugget.json b/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/item/gold_nugget.json deleted file mode 100644 index 445269cb..00000000 --- a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/item/gold_nugget.json +++ /dev/null @@ -1,6 +0,0 @@ -{ - "parent": "item/generated", - "textures": { - "layer0": "item/gold_nugget" - } -} diff --git a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/item/gold_ore.json b/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/item/gold_ore.json deleted file mode 100644 index 7de63604..00000000 --- a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/item/gold_ore.json +++ /dev/null @@ -1,3 +0,0 @@ -{ - "parent": "block/gold_ore" -} diff --git a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/item/golden_apple.json b/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/item/golden_apple.json deleted file mode 100644 index f8114273..00000000 --- a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/item/golden_apple.json +++ /dev/null @@ -1,6 +0,0 @@ -{ - "parent": "item/generated", - "textures": { - "layer0": "item/golden_apple" - } -} diff --git a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/item/golden_axe.json b/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/item/golden_axe.json deleted file mode 100644 index 0a849ea5..00000000 --- a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/item/golden_axe.json +++ /dev/null @@ -1,6 +0,0 @@ -{ - "parent": "item/handheld", - "textures": { - "layer0": "item/golden_axe" - } -} diff --git a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/item/golden_boots.json b/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/item/golden_boots.json deleted file mode 100644 index e7094b4c..00000000 --- a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/item/golden_boots.json +++ /dev/null @@ -1,6 +0,0 @@ -{ - "parent": "item/generated", - "textures": { - "layer0": "item/golden_boots" - } -} diff --git a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/item/golden_carrot.json b/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/item/golden_carrot.json deleted file mode 100644 index f5986bdc..00000000 --- a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/item/golden_carrot.json +++ /dev/null @@ -1,6 +0,0 @@ -{ - "parent": "item/generated", - "textures": { - "layer0": "item/golden_carrot" - } -} diff --git a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/item/golden_chestplate.json b/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/item/golden_chestplate.json deleted file mode 100644 index 7810ad8f..00000000 --- a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/item/golden_chestplate.json +++ /dev/null @@ -1,6 +0,0 @@ -{ - "parent": "item/generated", - "textures": { - "layer0": "item/golden_chestplate" - } -} diff --git a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/item/golden_helmet.json b/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/item/golden_helmet.json deleted file mode 100644 index 42f820b1..00000000 --- a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/item/golden_helmet.json +++ /dev/null @@ -1,6 +0,0 @@ -{ - "parent": "item/generated", - "textures": { - "layer0": "item/golden_helmet" - } -} diff --git a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/item/golden_hoe.json b/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/item/golden_hoe.json deleted file mode 100644 index 3012ded5..00000000 --- a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/item/golden_hoe.json +++ /dev/null @@ -1,6 +0,0 @@ -{ - "parent": "item/handheld", - "textures": { - "layer0": "item/golden_hoe" - } -} diff --git a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/item/golden_horse_armor.json b/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/item/golden_horse_armor.json deleted file mode 100644 index e2740897..00000000 --- a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/item/golden_horse_armor.json +++ /dev/null @@ -1,6 +0,0 @@ -{ - "parent": "item/generated", - "textures": { - "layer0": "item/golden_horse_armor" - } -} diff --git a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/item/golden_leggings.json b/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/item/golden_leggings.json deleted file mode 100644 index 5830dfc3..00000000 --- a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/item/golden_leggings.json +++ /dev/null @@ -1,6 +0,0 @@ -{ - "parent": "item/generated", - "textures": { - "layer0": "item/golden_leggings" - } -} diff --git a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/item/golden_pickaxe.json b/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/item/golden_pickaxe.json deleted file mode 100644 index 8f991be8..00000000 --- a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/item/golden_pickaxe.json +++ /dev/null @@ -1,6 +0,0 @@ -{ - "parent": "item/handheld", - "textures": { - "layer0": "item/golden_pickaxe" - } -} diff --git a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/item/golden_shovel.json b/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/item/golden_shovel.json deleted file mode 100644 index c57c3bd0..00000000 --- a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/item/golden_shovel.json +++ /dev/null @@ -1,6 +0,0 @@ -{ - "parent": "item/handheld", - "textures": { - "layer0": "item/golden_shovel" - } -} diff --git a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/item/golden_sword.json b/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/item/golden_sword.json deleted file mode 100644 index 9220e27b..00000000 --- a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/item/golden_sword.json +++ /dev/null @@ -1,6 +0,0 @@ -{ - "parent": "item/handheld", - "textures": { - "layer0": "item/golden_sword" - } -} diff --git a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/item/granite.json b/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/item/granite.json deleted file mode 100644 index 1355a62d..00000000 --- a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/item/granite.json +++ /dev/null @@ -1,3 +0,0 @@ -{ - "parent": "block/granite" -} diff --git a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/item/granite_slab.json b/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/item/granite_slab.json deleted file mode 100644 index fa77aad9..00000000 --- a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/item/granite_slab.json +++ /dev/null @@ -1,3 +0,0 @@ -{ - "parent": "block/granite_slab" -} diff --git a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/item/granite_stairs.json b/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/item/granite_stairs.json deleted file mode 100644 index 3c1561e9..00000000 --- a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/item/granite_stairs.json +++ /dev/null @@ -1,3 +0,0 @@ -{ - "parent": "block/granite_stairs" -} diff --git a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/item/granite_wall.json b/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/item/granite_wall.json deleted file mode 100644 index 19e194f8..00000000 --- a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/item/granite_wall.json +++ /dev/null @@ -1,3 +0,0 @@ -{ - "parent": "block/granite_wall_inventory" -} diff --git a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/item/grass.json b/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/item/grass.json deleted file mode 100644 index 1cf21698..00000000 --- a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/item/grass.json +++ /dev/null @@ -1,6 +0,0 @@ -{ - "parent": "item/generated", - "textures": { - "layer0": "block/grass" - } -} diff --git a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/item/grass_block.json b/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/item/grass_block.json deleted file mode 100644 index 21bc4374..00000000 --- a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/item/grass_block.json +++ /dev/null @@ -1,3 +0,0 @@ -{ - "parent": "block/grass_block" -} diff --git a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/item/grass_path.json b/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/item/grass_path.json deleted file mode 100644 index b12e1511..00000000 --- a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/item/grass_path.json +++ /dev/null @@ -1,3 +0,0 @@ -{ - "parent": "block/grass_path" -} diff --git a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/item/gravel.json b/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/item/gravel.json deleted file mode 100644 index 0d75aae2..00000000 --- a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/item/gravel.json +++ /dev/null @@ -1,3 +0,0 @@ -{ - "parent": "block/gravel" -} diff --git a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/item/gray_banner.json b/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/item/gray_banner.json deleted file mode 100644 index 9d43dcc2..00000000 --- a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/item/gray_banner.json +++ /dev/null @@ -1,3 +0,0 @@ -{ - "parent": "item/template_banner" -} diff --git a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/item/gray_bed.json b/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/item/gray_bed.json deleted file mode 100644 index 54058692..00000000 --- a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/item/gray_bed.json +++ /dev/null @@ -1,6 +0,0 @@ -{ - "parent": "item/template_bed", - "textures": { - "particle": "block/gray_wool" - } -} diff --git a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/item/gray_carpet.json b/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/item/gray_carpet.json deleted file mode 100644 index baa27e35..00000000 --- a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/item/gray_carpet.json +++ /dev/null @@ -1,3 +0,0 @@ -{ - "parent": "block/gray_carpet" -} diff --git a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/item/gray_concrete.json b/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/item/gray_concrete.json deleted file mode 100644 index 79788258..00000000 --- a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/item/gray_concrete.json +++ /dev/null @@ -1,3 +0,0 @@ -{ - "parent": "block/gray_concrete" -} diff --git a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/item/gray_concrete_powder.json b/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/item/gray_concrete_powder.json deleted file mode 100644 index c48f8a1e..00000000 --- a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/item/gray_concrete_powder.json +++ /dev/null @@ -1,3 +0,0 @@ -{ - "parent": "block/gray_concrete_powder" -} diff --git a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/item/gray_dye.json b/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/item/gray_dye.json deleted file mode 100644 index e5040b0c..00000000 --- a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/item/gray_dye.json +++ /dev/null @@ -1,6 +0,0 @@ -{ - "parent": "item/generated", - "textures": { - "layer0": "item/gray_dye" - } -} diff --git a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/item/gray_glazed_terracotta.json b/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/item/gray_glazed_terracotta.json deleted file mode 100644 index eeae4e53..00000000 --- a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/item/gray_glazed_terracotta.json +++ /dev/null @@ -1,3 +0,0 @@ -{ - "parent": "block/gray_glazed_terracotta" -} diff --git a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/item/gray_shulker_box.json b/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/item/gray_shulker_box.json deleted file mode 100644 index d431ba4e..00000000 --- a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/item/gray_shulker_box.json +++ /dev/null @@ -1,6 +0,0 @@ -{ - "parent": "item/template_shulker_box", - "textures": { - "particle": "block/gray_shulker_box" - } -} diff --git a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/item/gray_stained_glass.json b/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/item/gray_stained_glass.json deleted file mode 100644 index f132339b..00000000 --- a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/item/gray_stained_glass.json +++ /dev/null @@ -1,3 +0,0 @@ -{ - "parent": "block/gray_stained_glass" -} diff --git a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/item/gray_stained_glass_pane.json b/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/item/gray_stained_glass_pane.json deleted file mode 100644 index 636a67d9..00000000 --- a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/item/gray_stained_glass_pane.json +++ /dev/null @@ -1,6 +0,0 @@ -{ - "parent": "item/generated", - "textures": { - "layer0": "block/gray_stained_glass" - } -} diff --git a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/item/gray_terracotta.json b/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/item/gray_terracotta.json deleted file mode 100644 index 400de55e..00000000 --- a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/item/gray_terracotta.json +++ /dev/null @@ -1,3 +0,0 @@ -{ - "parent": "block/gray_terracotta" -} diff --git a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/item/gray_wool.json b/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/item/gray_wool.json deleted file mode 100644 index b92853c6..00000000 --- a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/item/gray_wool.json +++ /dev/null @@ -1,3 +0,0 @@ -{ - "parent": "block/gray_wool" -} diff --git a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/item/green_banner.json b/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/item/green_banner.json deleted file mode 100644 index 9d43dcc2..00000000 --- a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/item/green_banner.json +++ /dev/null @@ -1,3 +0,0 @@ -{ - "parent": "item/template_banner" -} diff --git a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/item/green_bed.json b/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/item/green_bed.json deleted file mode 100644 index 925b3014..00000000 --- a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/item/green_bed.json +++ /dev/null @@ -1,6 +0,0 @@ -{ - "parent": "item/template_bed", - "textures": { - "particle": "block/green_wool" - } -} diff --git a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/item/green_carpet.json b/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/item/green_carpet.json deleted file mode 100644 index 75453bb1..00000000 --- a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/item/green_carpet.json +++ /dev/null @@ -1,3 +0,0 @@ -{ - "parent": "block/green_carpet" -} diff --git a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/item/green_concrete.json b/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/item/green_concrete.json deleted file mode 100644 index aa4687f0..00000000 --- a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/item/green_concrete.json +++ /dev/null @@ -1,3 +0,0 @@ -{ - "parent": "block/green_concrete" -} diff --git a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/item/green_concrete_powder.json b/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/item/green_concrete_powder.json deleted file mode 100644 index c8fd5251..00000000 --- a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/item/green_concrete_powder.json +++ /dev/null @@ -1,3 +0,0 @@ -{ - "parent": "block/green_concrete_powder" -} diff --git a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/item/green_dye.json b/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/item/green_dye.json deleted file mode 100644 index a1f65545..00000000 --- a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/item/green_dye.json +++ /dev/null @@ -1,6 +0,0 @@ -{ - "parent": "item/generated", - "textures": { - "layer0": "item/green_dye" - } -} diff --git a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/item/green_glazed_terracotta.json b/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/item/green_glazed_terracotta.json deleted file mode 100644 index 6b7e5d36..00000000 --- a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/item/green_glazed_terracotta.json +++ /dev/null @@ -1,3 +0,0 @@ -{ - "parent": "block/green_glazed_terracotta" -} diff --git a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/item/green_shulker_box.json b/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/item/green_shulker_box.json deleted file mode 100644 index e05234a2..00000000 --- a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/item/green_shulker_box.json +++ /dev/null @@ -1,6 +0,0 @@ -{ - "parent": "item/template_shulker_box", - "textures": { - "particle": "block/green_shulker_box" - } -} diff --git a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/item/green_stained_glass.json b/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/item/green_stained_glass.json deleted file mode 100644 index 5e024dcc..00000000 --- a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/item/green_stained_glass.json +++ /dev/null @@ -1,3 +0,0 @@ -{ - "parent": "block/green_stained_glass" -} diff --git a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/item/green_stained_glass_pane.json b/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/item/green_stained_glass_pane.json deleted file mode 100644 index a99a8319..00000000 --- a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/item/green_stained_glass_pane.json +++ /dev/null @@ -1,6 +0,0 @@ -{ - "parent": "item/generated", - "textures": { - "layer0": "block/green_stained_glass" - } -} diff --git a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/item/green_terracotta.json b/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/item/green_terracotta.json deleted file mode 100644 index 17db69f8..00000000 --- a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/item/green_terracotta.json +++ /dev/null @@ -1,3 +0,0 @@ -{ - "parent": "block/green_terracotta" -} diff --git a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/item/green_wool.json b/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/item/green_wool.json deleted file mode 100644 index 4c5ae5d7..00000000 --- a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/item/green_wool.json +++ /dev/null @@ -1,3 +0,0 @@ -{ - "parent": "block/green_wool" -} diff --git a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/item/grindstone.json b/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/item/grindstone.json deleted file mode 100644 index bea15088..00000000 --- a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/item/grindstone.json +++ /dev/null @@ -1,3 +0,0 @@ -{ - "parent": "block/grindstone" -} diff --git a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/item/guardian_spawn_egg.json b/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/item/guardian_spawn_egg.json deleted file mode 100644 index 765225c9..00000000 --- a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/item/guardian_spawn_egg.json +++ /dev/null @@ -1,3 +0,0 @@ -{ - "parent": "item/template_spawn_egg" -} diff --git a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/item/gunpowder.json b/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/item/gunpowder.json deleted file mode 100644 index a4292d87..00000000 --- a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/item/gunpowder.json +++ /dev/null @@ -1,6 +0,0 @@ -{ - "parent": "item/generated", - "textures": { - "layer0": "item/gunpowder" - } -} diff --git a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/item/handheld.json b/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/item/handheld.json deleted file mode 100644 index 51ea90fc..00000000 --- a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/item/handheld.json +++ /dev/null @@ -1,25 +0,0 @@ -{ - "parent": "item/generated", - "display": { - "thirdperson_righthand": { - "rotation": [ 0, -90, 55 ], - "translation": [ 0, 4.0, 0.5 ], - "scale": [ 0.85, 0.85, 0.85 ] - }, - "thirdperson_lefthand": { - "rotation": [ 0, 90, -55 ], - "translation": [ 0, 4.0, 0.5 ], - "scale": [ 0.85, 0.85, 0.85 ] - }, - "firstperson_righthand": { - "rotation": [ 0, -90, 25 ], - "translation": [ 1.13, 3.2, 1.13 ], - "scale": [ 0.68, 0.68, 0.68 ] - }, - "firstperson_lefthand": { - "rotation": [ 0, 90, -25 ], - "translation": [ 1.13, 3.2, 1.13 ], - "scale": [ 0.68, 0.68, 0.68 ] - } - } -} diff --git a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/item/handheld_rod.json b/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/item/handheld_rod.json deleted file mode 100644 index de794a4a..00000000 --- a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/item/handheld_rod.json +++ /dev/null @@ -1,25 +0,0 @@ -{ - "parent": "item/handheld", - "display": { - "thirdperson_righthand": { - "rotation": [ 0, 90, 55 ], - "translation": [ 0, 4.0, 2.5 ], - "scale": [ 0.85, 0.85, 0.85 ] - }, - "thirdperson_lefthand": { - "rotation": [ 0, -90, -55 ], - "translation": [ 0, 4.0, 2.5 ], - "scale": [ 0.85, 0.85, 0.85 ] - }, - "firstperson_righthand": { - "rotation": [ 0, 90, 25 ], - "translation": [ 0, 1.6, 0.8 ], - "scale": [ 0.68, 0.68, 0.68 ] - }, - "firstperson_lefthand": { - "rotation": [ 0, -90, -25 ], - "translation": [ 0, 1.6, 0.8 ], - "scale": [ 0.68, 0.68, 0.68 ] - } - } -} diff --git a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/item/hay_block.json b/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/item/hay_block.json deleted file mode 100644 index e5e85c73..00000000 --- a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/item/hay_block.json +++ /dev/null @@ -1,3 +0,0 @@ -{ - "parent": "block/hay_block" -} diff --git a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/item/heart_of_the_sea.json b/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/item/heart_of_the_sea.json deleted file mode 100644 index 891b0d1c..00000000 --- a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/item/heart_of_the_sea.json +++ /dev/null @@ -1,6 +0,0 @@ -{ - "parent": "item/generated", - "textures": { - "layer0": "item/heart_of_the_sea" - } -} diff --git a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/item/heavy_weighted_pressure_plate.json b/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/item/heavy_weighted_pressure_plate.json deleted file mode 100644 index 67d50c3a..00000000 --- a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/item/heavy_weighted_pressure_plate.json +++ /dev/null @@ -1,3 +0,0 @@ -{ - "parent": "block/heavy_weighted_pressure_plate" -} diff --git a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/item/hopper.json b/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/item/hopper.json deleted file mode 100644 index 76fb7c5b..00000000 --- a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/item/hopper.json +++ /dev/null @@ -1,6 +0,0 @@ -{ - "parent": "item/generated", - "textures": { - "layer0": "item/hopper" - } -} diff --git a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/item/hopper_minecart.json b/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/item/hopper_minecart.json deleted file mode 100644 index 409071e7..00000000 --- a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/item/hopper_minecart.json +++ /dev/null @@ -1,6 +0,0 @@ -{ - "parent": "item/generated", - "textures": { - "layer0": "item/hopper_minecart" - } -} diff --git a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/item/horn_coral.json b/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/item/horn_coral.json deleted file mode 100644 index 087fb895..00000000 --- a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/item/horn_coral.json +++ /dev/null @@ -1,6 +0,0 @@ -{ - "parent": "item/generated", - "textures": { - "layer0": "block/horn_coral" - } -} diff --git a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/item/horn_coral_block.json b/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/item/horn_coral_block.json deleted file mode 100644 index 2b9ac63a..00000000 --- a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/item/horn_coral_block.json +++ /dev/null @@ -1,3 +0,0 @@ -{ - "parent": "block/horn_coral_block" -} diff --git a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/item/horn_coral_fan.json b/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/item/horn_coral_fan.json deleted file mode 100644 index 2fca761b..00000000 --- a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/item/horn_coral_fan.json +++ /dev/null @@ -1,6 +0,0 @@ -{ - "parent": "item/generated", - "textures": { - "layer0": "block/horn_coral_fan" - } -} diff --git a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/item/horn_coral_wall_fan.json b/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/item/horn_coral_wall_fan.json deleted file mode 100644 index 2fca761b..00000000 --- a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/item/horn_coral_wall_fan.json +++ /dev/null @@ -1,6 +0,0 @@ -{ - "parent": "item/generated", - "textures": { - "layer0": "block/horn_coral_fan" - } -} diff --git a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/item/horse_spawn_egg.json b/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/item/horse_spawn_egg.json deleted file mode 100644 index 765225c9..00000000 --- a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/item/horse_spawn_egg.json +++ /dev/null @@ -1,3 +0,0 @@ -{ - "parent": "item/template_spawn_egg" -} diff --git a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/item/husk_spawn_egg.json b/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/item/husk_spawn_egg.json deleted file mode 100644 index 765225c9..00000000 --- a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/item/husk_spawn_egg.json +++ /dev/null @@ -1,3 +0,0 @@ -{ - "parent": "item/template_spawn_egg" -} diff --git a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/item/ice.json b/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/item/ice.json deleted file mode 100644 index b7f5c4ad..00000000 --- a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/item/ice.json +++ /dev/null @@ -1,3 +0,0 @@ -{ - "parent": "block/ice" -} diff --git a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/item/infested_chiseled_stone_bricks.json b/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/item/infested_chiseled_stone_bricks.json deleted file mode 100644 index 6dbc5cbe..00000000 --- a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/item/infested_chiseled_stone_bricks.json +++ /dev/null @@ -1,3 +0,0 @@ -{ - "parent": "block/chiseled_stone_bricks" -} diff --git a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/item/infested_cobblestone.json b/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/item/infested_cobblestone.json deleted file mode 100644 index 6e8e19e4..00000000 --- a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/item/infested_cobblestone.json +++ /dev/null @@ -1,3 +0,0 @@ -{ - "parent": "block/cobblestone" -} diff --git a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/item/infested_cracked_stone_bricks.json b/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/item/infested_cracked_stone_bricks.json deleted file mode 100644 index c1c60352..00000000 --- a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/item/infested_cracked_stone_bricks.json +++ /dev/null @@ -1,3 +0,0 @@ -{ - "parent": "block/cracked_stone_bricks" -} diff --git a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/item/infested_mossy_stone_bricks.json b/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/item/infested_mossy_stone_bricks.json deleted file mode 100644 index dbb94d6f..00000000 --- a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/item/infested_mossy_stone_bricks.json +++ /dev/null @@ -1,3 +0,0 @@ -{ - "parent": "block/mossy_stone_bricks" -} diff --git a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/item/infested_stone.json b/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/item/infested_stone.json deleted file mode 100644 index 68982f03..00000000 --- a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/item/infested_stone.json +++ /dev/null @@ -1,3 +0,0 @@ -{ - "parent": "block/stone" -} diff --git a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/item/infested_stone_bricks.json b/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/item/infested_stone_bricks.json deleted file mode 100644 index 64b053db..00000000 --- a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/item/infested_stone_bricks.json +++ /dev/null @@ -1,3 +0,0 @@ -{ - "parent": "block/stone_bricks" -} diff --git a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/item/ink_sac.json b/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/item/ink_sac.json deleted file mode 100644 index 7699a510..00000000 --- a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/item/ink_sac.json +++ /dev/null @@ -1,6 +0,0 @@ -{ - "parent": "item/generated", - "textures": { - "layer0": "item/ink_sac" - } -} diff --git a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/item/iron_axe.json b/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/item/iron_axe.json deleted file mode 100644 index fbfea2e1..00000000 --- a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/item/iron_axe.json +++ /dev/null @@ -1,6 +0,0 @@ -{ - "parent": "item/handheld", - "textures": { - "layer0": "item/iron_axe" - } -} diff --git a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/item/iron_bars.json b/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/item/iron_bars.json deleted file mode 100644 index 89d8fe7f..00000000 --- a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/item/iron_bars.json +++ /dev/null @@ -1,6 +0,0 @@ -{ - "parent": "item/generated", - "textures": { - "layer0": "block/iron_bars" - } -} diff --git a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/item/iron_block.json b/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/item/iron_block.json deleted file mode 100644 index 7a6a30ad..00000000 --- a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/item/iron_block.json +++ /dev/null @@ -1,3 +0,0 @@ -{ - "parent": "block/iron_block" -} diff --git a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/item/iron_boots.json b/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/item/iron_boots.json deleted file mode 100644 index a5108fa1..00000000 --- a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/item/iron_boots.json +++ /dev/null @@ -1,6 +0,0 @@ -{ - "parent": "item/generated", - "textures": { - "layer0": "item/iron_boots" - } -} diff --git a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/item/iron_chestplate.json b/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/item/iron_chestplate.json deleted file mode 100644 index d6cfa5bf..00000000 --- a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/item/iron_chestplate.json +++ /dev/null @@ -1,6 +0,0 @@ -{ - "parent": "item/generated", - "textures": { - "layer0": "item/iron_chestplate" - } -} diff --git a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/item/iron_door.json b/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/item/iron_door.json deleted file mode 100644 index 02735647..00000000 --- a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/item/iron_door.json +++ /dev/null @@ -1,6 +0,0 @@ -{ - "parent": "item/generated", - "textures": { - "layer0": "item/iron_door" - } -} diff --git a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/item/iron_helmet.json b/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/item/iron_helmet.json deleted file mode 100644 index 0b56f8bc..00000000 --- a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/item/iron_helmet.json +++ /dev/null @@ -1,6 +0,0 @@ -{ - "parent": "item/generated", - "textures": { - "layer0": "item/iron_helmet" - } -} diff --git a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/item/iron_hoe.json b/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/item/iron_hoe.json deleted file mode 100644 index 05ee9f36..00000000 --- a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/item/iron_hoe.json +++ /dev/null @@ -1,6 +0,0 @@ -{ - "parent": "item/handheld", - "textures": { - "layer0": "item/iron_hoe" - } -} diff --git a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/item/iron_horse_armor.json b/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/item/iron_horse_armor.json deleted file mode 100644 index 70051070..00000000 --- a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/item/iron_horse_armor.json +++ /dev/null @@ -1,6 +0,0 @@ -{ - "parent": "item/generated", - "textures": { - "layer0": "item/iron_horse_armor" - } -} diff --git a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/item/iron_ingot.json b/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/item/iron_ingot.json deleted file mode 100644 index 42f2cd11..00000000 --- a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/item/iron_ingot.json +++ /dev/null @@ -1,6 +0,0 @@ -{ - "parent": "item/generated", - "textures": { - "layer0": "item/iron_ingot" - } -} diff --git a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/item/iron_leggings.json b/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/item/iron_leggings.json deleted file mode 100644 index ab4e8699..00000000 --- a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/item/iron_leggings.json +++ /dev/null @@ -1,6 +0,0 @@ -{ - "parent": "item/generated", - "textures": { - "layer0": "item/iron_leggings" - } -} diff --git a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/item/iron_nugget.json b/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/item/iron_nugget.json deleted file mode 100644 index 42907cee..00000000 --- a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/item/iron_nugget.json +++ /dev/null @@ -1,6 +0,0 @@ -{ - "parent": "item/generated", - "textures": { - "layer0": "item/iron_nugget" - } -} diff --git a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/item/iron_ore.json b/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/item/iron_ore.json deleted file mode 100644 index 34a8fba1..00000000 --- a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/item/iron_ore.json +++ /dev/null @@ -1,3 +0,0 @@ -{ - "parent": "block/iron_ore" -} diff --git a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/item/iron_pickaxe.json b/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/item/iron_pickaxe.json deleted file mode 100644 index f3a15b97..00000000 --- a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/item/iron_pickaxe.json +++ /dev/null @@ -1,6 +0,0 @@ -{ - "parent": "item/handheld", - "textures": { - "layer0": "item/iron_pickaxe" - } -} diff --git a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/item/iron_shovel.json b/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/item/iron_shovel.json deleted file mode 100644 index a04685a3..00000000 --- a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/item/iron_shovel.json +++ /dev/null @@ -1,6 +0,0 @@ -{ - "parent": "item/handheld", - "textures": { - "layer0": "item/iron_shovel" - } -} diff --git a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/item/iron_sword.json b/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/item/iron_sword.json deleted file mode 100644 index 4dda602c..00000000 --- a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/item/iron_sword.json +++ /dev/null @@ -1,6 +0,0 @@ -{ - "parent": "item/handheld", - "textures": { - "layer0": "item/iron_sword" - } -} diff --git a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/item/iron_trapdoor.json b/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/item/iron_trapdoor.json deleted file mode 100644 index 40f44a8b..00000000 --- a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/item/iron_trapdoor.json +++ /dev/null @@ -1,3 +0,0 @@ -{ - "parent": "block/iron_trapdoor_bottom" -} diff --git a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/item/item_frame.json b/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/item/item_frame.json deleted file mode 100644 index 72aaa39d..00000000 --- a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/item/item_frame.json +++ /dev/null @@ -1,6 +0,0 @@ -{ - "parent": "item/generated", - "textures": { - "layer0": "item/item_frame" - } -} diff --git a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/item/jack_o_lantern.json b/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/item/jack_o_lantern.json deleted file mode 100644 index 536d2303..00000000 --- a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/item/jack_o_lantern.json +++ /dev/null @@ -1,3 +0,0 @@ -{ - "parent": "block/jack_o_lantern" -} diff --git a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/item/jigsaw.json b/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/item/jigsaw.json deleted file mode 100644 index cf740206..00000000 --- a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/item/jigsaw.json +++ /dev/null @@ -1,3 +0,0 @@ -{ - "parent": "block/jigsaw" -} diff --git a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/item/jukebox.json b/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/item/jukebox.json deleted file mode 100644 index bf840fa8..00000000 --- a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/item/jukebox.json +++ /dev/null @@ -1,3 +0,0 @@ -{ - "parent": "block/jukebox" -} diff --git a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/item/jungle_boat.json b/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/item/jungle_boat.json deleted file mode 100644 index e43a48d4..00000000 --- a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/item/jungle_boat.json +++ /dev/null @@ -1,6 +0,0 @@ -{ - "parent": "item/generated", - "textures": { - "layer0": "item/jungle_boat" - } -} diff --git a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/item/jungle_button.json b/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/item/jungle_button.json deleted file mode 100644 index bc21c62c..00000000 --- a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/item/jungle_button.json +++ /dev/null @@ -1,3 +0,0 @@ -{ - "parent": "block/jungle_button_inventory" -} diff --git a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/item/jungle_door.json b/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/item/jungle_door.json deleted file mode 100644 index e3b4230b..00000000 --- a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/item/jungle_door.json +++ /dev/null @@ -1,6 +0,0 @@ -{ - "parent": "item/generated", - "textures": { - "layer0": "item/jungle_door" - } -} diff --git a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/item/jungle_fence.json b/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/item/jungle_fence.json deleted file mode 100644 index 0003ec67..00000000 --- a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/item/jungle_fence.json +++ /dev/null @@ -1,3 +0,0 @@ -{ - "parent": "block/jungle_fence_inventory" -} diff --git a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/item/jungle_fence_gate.json b/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/item/jungle_fence_gate.json deleted file mode 100644 index a7bc589b..00000000 --- a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/item/jungle_fence_gate.json +++ /dev/null @@ -1,3 +0,0 @@ -{ - "parent": "block/jungle_fence_gate" -} diff --git a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/item/jungle_leaves.json b/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/item/jungle_leaves.json deleted file mode 100644 index 15593fbd..00000000 --- a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/item/jungle_leaves.json +++ /dev/null @@ -1,3 +0,0 @@ -{ - "parent": "block/jungle_leaves" -} diff --git a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/item/jungle_log.json b/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/item/jungle_log.json deleted file mode 100644 index 00da19d4..00000000 --- a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/item/jungle_log.json +++ /dev/null @@ -1,3 +0,0 @@ -{ - "parent": "block/jungle_log" -} diff --git a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/item/jungle_planks.json b/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/item/jungle_planks.json deleted file mode 100644 index 23064c8e..00000000 --- a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/item/jungle_planks.json +++ /dev/null @@ -1,3 +0,0 @@ -{ - "parent": "block/jungle_planks" -} diff --git a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/item/jungle_pressure_plate.json b/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/item/jungle_pressure_plate.json deleted file mode 100644 index 6d5d9da3..00000000 --- a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/item/jungle_pressure_plate.json +++ /dev/null @@ -1,3 +0,0 @@ -{ - "parent": "block/jungle_pressure_plate" -} diff --git a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/item/jungle_sapling.json b/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/item/jungle_sapling.json deleted file mode 100644 index 212f2dab..00000000 --- a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/item/jungle_sapling.json +++ /dev/null @@ -1,6 +0,0 @@ -{ - "parent": "item/generated", - "textures": { - "layer0": "block/jungle_sapling" - } -} diff --git a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/item/jungle_sign.json b/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/item/jungle_sign.json deleted file mode 100644 index e91e4ccf..00000000 --- a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/item/jungle_sign.json +++ /dev/null @@ -1,6 +0,0 @@ -{ - "parent": "item/generated", - "textures": { - "layer0": "item/jungle_sign" - } -} diff --git a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/item/jungle_slab.json b/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/item/jungle_slab.json deleted file mode 100644 index df31c1f7..00000000 --- a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/item/jungle_slab.json +++ /dev/null @@ -1,3 +0,0 @@ -{ - "parent": "block/jungle_slab" -} diff --git a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/item/jungle_stairs.json b/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/item/jungle_stairs.json deleted file mode 100644 index 48357158..00000000 --- a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/item/jungle_stairs.json +++ /dev/null @@ -1,3 +0,0 @@ -{ - "parent": "block/jungle_stairs" -} diff --git a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/item/jungle_trapdoor.json b/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/item/jungle_trapdoor.json deleted file mode 100644 index 0ca42e4a..00000000 --- a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/item/jungle_trapdoor.json +++ /dev/null @@ -1,3 +0,0 @@ -{ - "parent": "block/jungle_trapdoor_bottom" -} diff --git a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/item/jungle_wood.json b/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/item/jungle_wood.json deleted file mode 100644 index 3e635c52..00000000 --- a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/item/jungle_wood.json +++ /dev/null @@ -1,3 +0,0 @@ -{ - "parent": "block/jungle_wood" -} diff --git a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/item/kelp.json b/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/item/kelp.json deleted file mode 100644 index bc61535e..00000000 --- a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/item/kelp.json +++ /dev/null @@ -1,6 +0,0 @@ -{ - "parent": "item/generated", - "textures": { - "layer0": "item/kelp" - } -} diff --git a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/item/knowledge_book.json b/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/item/knowledge_book.json deleted file mode 100644 index 14f58d2f..00000000 --- a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/item/knowledge_book.json +++ /dev/null @@ -1,6 +0,0 @@ -{ - "parent": "item/generated", - "textures": { - "layer0": "item/knowledge_book" - } -} diff --git a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/item/ladder.json b/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/item/ladder.json deleted file mode 100644 index 3281735b..00000000 --- a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/item/ladder.json +++ /dev/null @@ -1,6 +0,0 @@ -{ - "parent": "item/generated", - "textures": { - "layer0": "block/ladder" - } -} diff --git a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/item/lantern.json b/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/item/lantern.json deleted file mode 100644 index d9fe2e8f..00000000 --- a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/item/lantern.json +++ /dev/null @@ -1,6 +0,0 @@ -{ - "parent": "item/generated", - "textures": { - "layer0": "item/lantern" - } -} diff --git a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/item/lapis_block.json b/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/item/lapis_block.json deleted file mode 100644 index e441681b..00000000 --- a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/item/lapis_block.json +++ /dev/null @@ -1,3 +0,0 @@ -{ - "parent": "block/lapis_block" -} diff --git a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/item/lapis_lazuli.json b/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/item/lapis_lazuli.json deleted file mode 100644 index 5b83b730..00000000 --- a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/item/lapis_lazuli.json +++ /dev/null @@ -1,6 +0,0 @@ -{ - "parent": "item/generated", - "textures": { - "layer0": "item/lapis_lazuli" - } -} diff --git a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/item/lapis_ore.json b/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/item/lapis_ore.json deleted file mode 100644 index 7f682a31..00000000 --- a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/item/lapis_ore.json +++ /dev/null @@ -1,3 +0,0 @@ -{ - "parent": "block/lapis_ore" -} diff --git a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/item/large_fern.json b/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/item/large_fern.json deleted file mode 100644 index 9fbf78c7..00000000 --- a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/item/large_fern.json +++ /dev/null @@ -1,6 +0,0 @@ -{ - "parent": "item/generated", - "textures": { - "layer0": "block/large_fern_top" - } -} diff --git a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/item/lava_bucket.json b/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/item/lava_bucket.json deleted file mode 100644 index 166fc5cb..00000000 --- a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/item/lava_bucket.json +++ /dev/null @@ -1,6 +0,0 @@ -{ - "parent": "item/generated", - "textures": { - "layer0": "item/lava_bucket" - } -} diff --git a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/item/lead.json b/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/item/lead.json deleted file mode 100644 index df628d66..00000000 --- a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/item/lead.json +++ /dev/null @@ -1,13 +0,0 @@ -{ - "parent": "item/generated", - "textures": { - "layer0": "item/lead" - }, - "display": { - "head": { - "rotation": [ 0, 0, 0 ], - "translation": [ 2.75, -2.75, -6.5], - "scale":[ 0.8, 0.8, 0.8] - } - } -} diff --git a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/item/leather.json b/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/item/leather.json deleted file mode 100644 index 8cc1909e..00000000 --- a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/item/leather.json +++ /dev/null @@ -1,6 +0,0 @@ -{ - "parent": "item/generated", - "textures": { - "layer0": "item/leather" - } -} diff --git a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/item/leather_boots.json b/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/item/leather_boots.json deleted file mode 100644 index 9a9733ab..00000000 --- a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/item/leather_boots.json +++ /dev/null @@ -1,7 +0,0 @@ -{ - "parent": "item/generated", - "textures": { - "layer0": "item/leather_boots", - "layer1": "item/leather_boots_overlay" - } -} diff --git a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/item/leather_chestplate.json b/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/item/leather_chestplate.json deleted file mode 100644 index 45359b7c..00000000 --- a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/item/leather_chestplate.json +++ /dev/null @@ -1,7 +0,0 @@ -{ - "parent": "item/generated", - "textures": { - "layer0": "item/leather_chestplate", - "layer1": "item/leather_chestplate_overlay" - } -} diff --git a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/item/leather_helmet.json b/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/item/leather_helmet.json deleted file mode 100644 index 0e5775b7..00000000 --- a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/item/leather_helmet.json +++ /dev/null @@ -1,7 +0,0 @@ -{ - "parent": "item/generated", - "textures": { - "layer0": "item/leather_helmet", - "layer1": "item/leather_helmet_overlay" - } -} diff --git a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/item/leather_horse_armor.json b/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/item/leather_horse_armor.json deleted file mode 100644 index 30385655..00000000 --- a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/item/leather_horse_armor.json +++ /dev/null @@ -1,6 +0,0 @@ -{ - "parent": "item/generated", - "textures": { - "layer0": "item/leather_horse_armor" - } -} diff --git a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/item/leather_leggings.json b/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/item/leather_leggings.json deleted file mode 100644 index 1d8f9844..00000000 --- a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/item/leather_leggings.json +++ /dev/null @@ -1,7 +0,0 @@ -{ - "parent": "item/generated", - "textures": { - "layer0": "item/leather_leggings", - "layer1": "item/leather_leggings_overlay" - } -} diff --git a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/item/lectern.json b/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/item/lectern.json deleted file mode 100644 index b5c94a10..00000000 --- a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/item/lectern.json +++ /dev/null @@ -1,3 +0,0 @@ -{ - "parent": "block/lectern" -} diff --git a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/item/lever.json b/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/item/lever.json deleted file mode 100644 index 82d04aa3..00000000 --- a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/item/lever.json +++ /dev/null @@ -1,6 +0,0 @@ -{ - "parent": "item/generated", - "textures": { - "layer0": "block/lever" - } -} diff --git a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/item/light_blue_banner.json b/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/item/light_blue_banner.json deleted file mode 100644 index 9d43dcc2..00000000 --- a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/item/light_blue_banner.json +++ /dev/null @@ -1,3 +0,0 @@ -{ - "parent": "item/template_banner" -} diff --git a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/item/light_blue_bed.json b/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/item/light_blue_bed.json deleted file mode 100644 index bab617d3..00000000 --- a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/item/light_blue_bed.json +++ /dev/null @@ -1,6 +0,0 @@ -{ - "parent": "item/template_bed", - "textures": { - "particle": "block/light_blue_wool" - } -} diff --git a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/item/light_blue_carpet.json b/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/item/light_blue_carpet.json deleted file mode 100644 index 33c7bc45..00000000 --- a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/item/light_blue_carpet.json +++ /dev/null @@ -1,3 +0,0 @@ -{ - "parent": "block/light_blue_carpet" -} diff --git a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/item/light_blue_concrete.json b/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/item/light_blue_concrete.json deleted file mode 100644 index 66e01f27..00000000 --- a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/item/light_blue_concrete.json +++ /dev/null @@ -1,3 +0,0 @@ -{ - "parent": "block/light_blue_concrete" -} diff --git a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/item/light_blue_concrete_powder.json b/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/item/light_blue_concrete_powder.json deleted file mode 100644 index 1fbf1d06..00000000 --- a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/item/light_blue_concrete_powder.json +++ /dev/null @@ -1,3 +0,0 @@ -{ - "parent": "block/light_blue_concrete_powder" -} diff --git a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/item/light_blue_dye.json b/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/item/light_blue_dye.json deleted file mode 100644 index bdcf8bfc..00000000 --- a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/item/light_blue_dye.json +++ /dev/null @@ -1,6 +0,0 @@ -{ - "parent": "item/generated", - "textures": { - "layer0": "item/light_blue_dye" - } -} diff --git a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/item/light_blue_glazed_terracotta.json b/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/item/light_blue_glazed_terracotta.json deleted file mode 100644 index 322cffd1..00000000 --- a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/item/light_blue_glazed_terracotta.json +++ /dev/null @@ -1,3 +0,0 @@ -{ - "parent": "block/light_blue_glazed_terracotta" -} diff --git a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/item/light_blue_shulker_box.json b/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/item/light_blue_shulker_box.json deleted file mode 100644 index 83b263b6..00000000 --- a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/item/light_blue_shulker_box.json +++ /dev/null @@ -1,6 +0,0 @@ -{ - "parent": "item/template_shulker_box", - "textures": { - "particle": "block/light_blue_shulker_box" - } -} diff --git a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/item/light_blue_stained_glass.json b/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/item/light_blue_stained_glass.json deleted file mode 100644 index 333b6cd9..00000000 --- a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/item/light_blue_stained_glass.json +++ /dev/null @@ -1,3 +0,0 @@ -{ - "parent": "block/light_blue_stained_glass" -} diff --git a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/item/light_blue_stained_glass_pane.json b/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/item/light_blue_stained_glass_pane.json deleted file mode 100644 index 1590a35c..00000000 --- a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/item/light_blue_stained_glass_pane.json +++ /dev/null @@ -1,6 +0,0 @@ -{ - "parent": "item/generated", - "textures": { - "layer0": "block/light_blue_stained_glass" - } -} diff --git a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/item/light_blue_terracotta.json b/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/item/light_blue_terracotta.json deleted file mode 100644 index e73a0859..00000000 --- a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/item/light_blue_terracotta.json +++ /dev/null @@ -1,3 +0,0 @@ -{ - "parent": "block/light_blue_terracotta" -} diff --git a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/item/light_blue_wool.json b/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/item/light_blue_wool.json deleted file mode 100644 index 72601467..00000000 --- a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/item/light_blue_wool.json +++ /dev/null @@ -1,3 +0,0 @@ -{ - "parent": "block/light_blue_wool" -} diff --git a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/item/light_gray_banner.json b/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/item/light_gray_banner.json deleted file mode 100644 index 9d43dcc2..00000000 --- a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/item/light_gray_banner.json +++ /dev/null @@ -1,3 +0,0 @@ -{ - "parent": "item/template_banner" -} diff --git a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/item/light_gray_bed.json b/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/item/light_gray_bed.json deleted file mode 100644 index 461824dc..00000000 --- a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/item/light_gray_bed.json +++ /dev/null @@ -1,6 +0,0 @@ -{ - "parent": "item/template_bed", - "textures": { - "particle": "block/light_gray_wool" - } -} diff --git a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/item/light_gray_carpet.json b/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/item/light_gray_carpet.json deleted file mode 100644 index 3d96156d..00000000 --- a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/item/light_gray_carpet.json +++ /dev/null @@ -1,3 +0,0 @@ -{ - "parent": "block/light_gray_carpet" -} diff --git a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/item/light_gray_concrete.json b/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/item/light_gray_concrete.json deleted file mode 100644 index 4e990233..00000000 --- a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/item/light_gray_concrete.json +++ /dev/null @@ -1,3 +0,0 @@ -{ - "parent": "block/light_gray_concrete" -} diff --git a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/item/light_gray_concrete_powder.json b/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/item/light_gray_concrete_powder.json deleted file mode 100644 index 21d4dad1..00000000 --- a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/item/light_gray_concrete_powder.json +++ /dev/null @@ -1,3 +0,0 @@ -{ - "parent": "block/light_gray_concrete_powder" -} diff --git a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/item/light_gray_dye.json b/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/item/light_gray_dye.json deleted file mode 100644 index 5dd0caf3..00000000 --- a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/item/light_gray_dye.json +++ /dev/null @@ -1,6 +0,0 @@ -{ - "parent": "item/generated", - "textures": { - "layer0": "item/light_gray_dye" - } -} diff --git a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/item/light_gray_glazed_terracotta.json b/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/item/light_gray_glazed_terracotta.json deleted file mode 100644 index adec12cf..00000000 --- a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/item/light_gray_glazed_terracotta.json +++ /dev/null @@ -1,3 +0,0 @@ -{ - "parent": "block/light_gray_glazed_terracotta" -} diff --git a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/item/light_gray_shulker_box.json b/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/item/light_gray_shulker_box.json deleted file mode 100644 index 1979c155..00000000 --- a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/item/light_gray_shulker_box.json +++ /dev/null @@ -1,6 +0,0 @@ -{ - "parent": "item/template_shulker_box", - "textures": { - "particle": "block/light_gray_shulker_box" - } -} diff --git a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/item/light_gray_stained_glass.json b/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/item/light_gray_stained_glass.json deleted file mode 100644 index bc79deba..00000000 --- a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/item/light_gray_stained_glass.json +++ /dev/null @@ -1,3 +0,0 @@ -{ - "parent": "block/light_gray_stained_glass" -} diff --git a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/item/light_gray_stained_glass_pane.json b/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/item/light_gray_stained_glass_pane.json deleted file mode 100644 index 5a559ec9..00000000 --- a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/item/light_gray_stained_glass_pane.json +++ /dev/null @@ -1,6 +0,0 @@ -{ - "parent": "item/generated", - "textures": { - "layer0": "block/light_gray_stained_glass" - } -} diff --git a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/item/light_gray_terracotta.json b/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/item/light_gray_terracotta.json deleted file mode 100644 index 45db2a5c..00000000 --- a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/item/light_gray_terracotta.json +++ /dev/null @@ -1,3 +0,0 @@ -{ - "parent": "block/light_gray_terracotta" -} diff --git a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/item/light_gray_wool.json b/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/item/light_gray_wool.json deleted file mode 100644 index 2cdcbf9e..00000000 --- a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/item/light_gray_wool.json +++ /dev/null @@ -1,3 +0,0 @@ -{ - "parent": "block/light_gray_wool" -} diff --git a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/item/light_weighted_pressure_plate.json b/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/item/light_weighted_pressure_plate.json deleted file mode 100644 index 03bf68a3..00000000 --- a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/item/light_weighted_pressure_plate.json +++ /dev/null @@ -1,3 +0,0 @@ -{ - "parent": "block/light_weighted_pressure_plate" -} diff --git a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/item/lilac.json b/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/item/lilac.json deleted file mode 100644 index 5d25da1a..00000000 --- a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/item/lilac.json +++ /dev/null @@ -1,6 +0,0 @@ -{ - "parent": "item/generated", - "textures": { - "layer0": "block/lilac_top" - } -} diff --git a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/item/lily_of_the_valley.json b/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/item/lily_of_the_valley.json deleted file mode 100644 index 19d9e343..00000000 --- a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/item/lily_of_the_valley.json +++ /dev/null @@ -1,6 +0,0 @@ -{ - "parent": "item/generated", - "textures": { - "layer0": "block/lily_of_the_valley" - } -} diff --git a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/item/lily_pad.json b/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/item/lily_pad.json deleted file mode 100644 index 1c965cf9..00000000 --- a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/item/lily_pad.json +++ /dev/null @@ -1,6 +0,0 @@ -{ - "parent": "item/generated", - "textures": { - "layer0": "block/lily_pad" - } -} diff --git a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/item/lime_banner.json b/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/item/lime_banner.json deleted file mode 100644 index 9d43dcc2..00000000 --- a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/item/lime_banner.json +++ /dev/null @@ -1,3 +0,0 @@ -{ - "parent": "item/template_banner" -} diff --git a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/item/lime_bed.json b/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/item/lime_bed.json deleted file mode 100644 index d65755c9..00000000 --- a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/item/lime_bed.json +++ /dev/null @@ -1,6 +0,0 @@ -{ - "parent": "item/template_bed", - "textures": { - "particle": "block/lime_wool" - } -} diff --git a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/item/lime_carpet.json b/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/item/lime_carpet.json deleted file mode 100644 index 5ca3b9a5..00000000 --- a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/item/lime_carpet.json +++ /dev/null @@ -1,3 +0,0 @@ -{ - "parent": "block/lime_carpet" -} diff --git a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/item/lime_concrete.json b/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/item/lime_concrete.json deleted file mode 100644 index 5cec3b22..00000000 --- a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/item/lime_concrete.json +++ /dev/null @@ -1,3 +0,0 @@ -{ - "parent": "block/lime_concrete" -} diff --git a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/item/lime_concrete_powder.json b/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/item/lime_concrete_powder.json deleted file mode 100644 index 4c51fbdf..00000000 --- a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/item/lime_concrete_powder.json +++ /dev/null @@ -1,3 +0,0 @@ -{ - "parent": "block/lime_concrete_powder" -} diff --git a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/item/lime_dye.json b/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/item/lime_dye.json deleted file mode 100644 index 714b3880..00000000 --- a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/item/lime_dye.json +++ /dev/null @@ -1,6 +0,0 @@ -{ - "parent": "item/generated", - "textures": { - "layer0": "item/lime_dye" - } -} diff --git a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/item/lime_glazed_terracotta.json b/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/item/lime_glazed_terracotta.json deleted file mode 100644 index fe3f7e28..00000000 --- a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/item/lime_glazed_terracotta.json +++ /dev/null @@ -1,3 +0,0 @@ -{ - "parent": "block/lime_glazed_terracotta" -} diff --git a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/item/lime_shulker_box.json b/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/item/lime_shulker_box.json deleted file mode 100644 index 14b4226b..00000000 --- a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/item/lime_shulker_box.json +++ /dev/null @@ -1,6 +0,0 @@ -{ - "parent": "item/template_shulker_box", - "textures": { - "particle": "block/lime_shulker_box" - } -} diff --git a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/item/lime_stained_glass.json b/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/item/lime_stained_glass.json deleted file mode 100644 index ef7f0c0e..00000000 --- a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/item/lime_stained_glass.json +++ /dev/null @@ -1,3 +0,0 @@ -{ - "parent": "block/lime_stained_glass" -} diff --git a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/item/lime_stained_glass_pane.json b/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/item/lime_stained_glass_pane.json deleted file mode 100644 index 90fe9eae..00000000 --- a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/item/lime_stained_glass_pane.json +++ /dev/null @@ -1,6 +0,0 @@ -{ - "parent": "item/generated", - "textures": { - "layer0": "block/lime_stained_glass" - } -} diff --git a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/item/lime_terracotta.json b/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/item/lime_terracotta.json deleted file mode 100644 index c8268c3c..00000000 --- a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/item/lime_terracotta.json +++ /dev/null @@ -1,3 +0,0 @@ -{ - "parent": "block/lime_terracotta" -} diff --git a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/item/lime_wool.json b/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/item/lime_wool.json deleted file mode 100644 index a3f06e01..00000000 --- a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/item/lime_wool.json +++ /dev/null @@ -1,3 +0,0 @@ -{ - "parent": "block/lime_wool" -} diff --git a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/item/lingering_potion.json b/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/item/lingering_potion.json deleted file mode 100644 index 35ce5d79..00000000 --- a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/item/lingering_potion.json +++ /dev/null @@ -1,7 +0,0 @@ -{ - "parent": "item/generated", - "textures": { - "layer0": "item/potion_overlay", - "layer1": "item/lingering_potion" - } -} diff --git a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/item/llama_spawn_egg.json b/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/item/llama_spawn_egg.json deleted file mode 100644 index 765225c9..00000000 --- a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/item/llama_spawn_egg.json +++ /dev/null @@ -1,3 +0,0 @@ -{ - "parent": "item/template_spawn_egg" -} diff --git a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/item/loom.json b/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/item/loom.json deleted file mode 100644 index 33a59482..00000000 --- a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/item/loom.json +++ /dev/null @@ -1,3 +0,0 @@ -{ - "parent": "block/loom" -} diff --git a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/item/magenta_banner.json b/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/item/magenta_banner.json deleted file mode 100644 index 9d43dcc2..00000000 --- a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/item/magenta_banner.json +++ /dev/null @@ -1,3 +0,0 @@ -{ - "parent": "item/template_banner" -} diff --git a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/item/magenta_bed.json b/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/item/magenta_bed.json deleted file mode 100644 index 47c87269..00000000 --- a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/item/magenta_bed.json +++ /dev/null @@ -1,6 +0,0 @@ -{ - "parent": "item/template_bed", - "textures": { - "particle": "block/magenta_wool" - } -} diff --git a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/item/magenta_carpet.json b/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/item/magenta_carpet.json deleted file mode 100644 index 1069f346..00000000 --- a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/item/magenta_carpet.json +++ /dev/null @@ -1,3 +0,0 @@ -{ - "parent": "block/magenta_carpet" -} diff --git a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/item/magenta_concrete.json b/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/item/magenta_concrete.json deleted file mode 100644 index ae1c3e56..00000000 --- a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/item/magenta_concrete.json +++ /dev/null @@ -1,3 +0,0 @@ -{ - "parent": "block/magenta_concrete" -} diff --git a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/item/magenta_concrete_powder.json b/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/item/magenta_concrete_powder.json deleted file mode 100644 index 78b6dd08..00000000 --- a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/item/magenta_concrete_powder.json +++ /dev/null @@ -1,3 +0,0 @@ -{ - "parent": "block/magenta_concrete_powder" -} diff --git a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/item/magenta_dye.json b/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/item/magenta_dye.json deleted file mode 100644 index a2e771a1..00000000 --- a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/item/magenta_dye.json +++ /dev/null @@ -1,6 +0,0 @@ -{ - "parent": "item/generated", - "textures": { - "layer0": "item/magenta_dye" - } -} diff --git a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/item/magenta_glazed_terracotta.json b/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/item/magenta_glazed_terracotta.json deleted file mode 100644 index 6d8a5c67..00000000 --- a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/item/magenta_glazed_terracotta.json +++ /dev/null @@ -1,3 +0,0 @@ -{ - "parent": "block/magenta_glazed_terracotta" -} diff --git a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/item/magenta_shulker_box.json b/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/item/magenta_shulker_box.json deleted file mode 100644 index d247978b..00000000 --- a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/item/magenta_shulker_box.json +++ /dev/null @@ -1,6 +0,0 @@ -{ - "parent": "item/template_shulker_box", - "textures": { - "particle": "block/magenta_shulker_box" - } -} diff --git a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/item/magenta_stained_glass.json b/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/item/magenta_stained_glass.json deleted file mode 100644 index 01c8ee86..00000000 --- a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/item/magenta_stained_glass.json +++ /dev/null @@ -1,3 +0,0 @@ -{ - "parent": "block/magenta_stained_glass" -} diff --git a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/item/magenta_stained_glass_pane.json b/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/item/magenta_stained_glass_pane.json deleted file mode 100644 index 403c4a0d..00000000 --- a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/item/magenta_stained_glass_pane.json +++ /dev/null @@ -1,6 +0,0 @@ -{ - "parent": "item/generated", - "textures": { - "layer0": "block/magenta_stained_glass" - } -} diff --git a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/item/magenta_terracotta.json b/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/item/magenta_terracotta.json deleted file mode 100644 index f808110f..00000000 --- a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/item/magenta_terracotta.json +++ /dev/null @@ -1,3 +0,0 @@ -{ - "parent": "block/magenta_terracotta" -} diff --git a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/item/magenta_wool.json b/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/item/magenta_wool.json deleted file mode 100644 index 1fb40bc7..00000000 --- a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/item/magenta_wool.json +++ /dev/null @@ -1,3 +0,0 @@ -{ - "parent": "block/magenta_wool" -} diff --git a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/item/magma_block.json b/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/item/magma_block.json deleted file mode 100644 index 630d94cf..00000000 --- a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/item/magma_block.json +++ /dev/null @@ -1,3 +0,0 @@ -{ - "parent": "block/magma_block" -} diff --git a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/item/magma_cream.json b/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/item/magma_cream.json deleted file mode 100644 index 63aeaf70..00000000 --- a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/item/magma_cream.json +++ /dev/null @@ -1,6 +0,0 @@ -{ - "parent": "item/generated", - "textures": { - "layer0": "item/magma_cream" - } -} diff --git a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/item/magma_cube_spawn_egg.json b/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/item/magma_cube_spawn_egg.json deleted file mode 100644 index 765225c9..00000000 --- a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/item/magma_cube_spawn_egg.json +++ /dev/null @@ -1,3 +0,0 @@ -{ - "parent": "item/template_spawn_egg" -} diff --git a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/item/map.json b/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/item/map.json deleted file mode 100644 index 1e0aceb5..00000000 --- a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/item/map.json +++ /dev/null @@ -1,6 +0,0 @@ -{ - "parent": "item/generated", - "textures": { - "layer0": "item/map" - } -} diff --git a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/item/melon.json b/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/item/melon.json deleted file mode 100644 index 2b380459..00000000 --- a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/item/melon.json +++ /dev/null @@ -1,3 +0,0 @@ -{ - "parent": "block/melon" -} diff --git a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/item/melon_seeds.json b/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/item/melon_seeds.json deleted file mode 100644 index 6e340811..00000000 --- a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/item/melon_seeds.json +++ /dev/null @@ -1,6 +0,0 @@ -{ - "parent": "item/generated", - "textures": { - "layer0": "item/melon_seeds" - } -} diff --git a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/item/melon_slice.json b/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/item/melon_slice.json deleted file mode 100644 index fb9f0f47..00000000 --- a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/item/melon_slice.json +++ /dev/null @@ -1,6 +0,0 @@ -{ - "parent": "item/generated", - "textures": { - "layer0": "item/melon_slice" - } -} diff --git a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/item/milk_bucket.json b/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/item/milk_bucket.json deleted file mode 100644 index 1535ac7b..00000000 --- a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/item/milk_bucket.json +++ /dev/null @@ -1,6 +0,0 @@ -{ - "parent": "item/generated", - "textures": { - "layer0": "item/milk_bucket" - } -} diff --git a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/item/minecart.json b/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/item/minecart.json deleted file mode 100644 index 3bcff24d..00000000 --- a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/item/minecart.json +++ /dev/null @@ -1,6 +0,0 @@ -{ - "parent": "item/generated", - "textures": { - "layer0": "item/minecart" - } -} diff --git a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/item/mojang_banner_pattern.json b/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/item/mojang_banner_pattern.json deleted file mode 100644 index a771713e..00000000 --- a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/item/mojang_banner_pattern.json +++ /dev/null @@ -1,6 +0,0 @@ -{ - "parent": "item/generated", - "textures": { - "layer0": "item/mojang_banner_pattern" - } -} diff --git a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/item/mooshroom_spawn_egg.json b/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/item/mooshroom_spawn_egg.json deleted file mode 100644 index 765225c9..00000000 --- a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/item/mooshroom_spawn_egg.json +++ /dev/null @@ -1,3 +0,0 @@ -{ - "parent": "item/template_spawn_egg" -} diff --git a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/item/mossy_cobblestone.json b/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/item/mossy_cobblestone.json deleted file mode 100644 index 94e4ff07..00000000 --- a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/item/mossy_cobblestone.json +++ /dev/null @@ -1,3 +0,0 @@ -{ - "parent": "block/mossy_cobblestone" -} diff --git a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/item/mossy_cobblestone_slab.json b/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/item/mossy_cobblestone_slab.json deleted file mode 100644 index 89556294..00000000 --- a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/item/mossy_cobblestone_slab.json +++ /dev/null @@ -1,3 +0,0 @@ -{ - "parent": "block/mossy_cobblestone_slab" -} diff --git a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/item/mossy_cobblestone_stairs.json b/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/item/mossy_cobblestone_stairs.json deleted file mode 100644 index 1c9501b2..00000000 --- a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/item/mossy_cobblestone_stairs.json +++ /dev/null @@ -1,3 +0,0 @@ -{ - "parent": "block/mossy_cobblestone_stairs" -} diff --git a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/item/mossy_cobblestone_wall.json b/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/item/mossy_cobblestone_wall.json deleted file mode 100644 index 06d14743..00000000 --- a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/item/mossy_cobblestone_wall.json +++ /dev/null @@ -1,3 +0,0 @@ -{ - "parent": "block/mossy_cobblestone_wall_inventory" -} diff --git a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/item/mossy_stone_brick_slab.json b/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/item/mossy_stone_brick_slab.json deleted file mode 100644 index 4b3b391e..00000000 --- a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/item/mossy_stone_brick_slab.json +++ /dev/null @@ -1,3 +0,0 @@ -{ - "parent": "block/mossy_stone_brick_slab" -} diff --git a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/item/mossy_stone_brick_stairs.json b/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/item/mossy_stone_brick_stairs.json deleted file mode 100644 index 406cdeca..00000000 --- a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/item/mossy_stone_brick_stairs.json +++ /dev/null @@ -1,3 +0,0 @@ -{ - "parent": "block/mossy_stone_brick_stairs" -} diff --git a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/item/mossy_stone_brick_wall.json b/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/item/mossy_stone_brick_wall.json deleted file mode 100644 index 2ddff16c..00000000 --- a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/item/mossy_stone_brick_wall.json +++ /dev/null @@ -1,3 +0,0 @@ -{ - "parent": "block/mossy_stone_brick_wall_inventory" -} diff --git a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/item/mossy_stone_bricks.json b/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/item/mossy_stone_bricks.json deleted file mode 100644 index dbb94d6f..00000000 --- a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/item/mossy_stone_bricks.json +++ /dev/null @@ -1,3 +0,0 @@ -{ - "parent": "block/mossy_stone_bricks" -} diff --git a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/item/mule_spawn_egg.json b/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/item/mule_spawn_egg.json deleted file mode 100644 index 765225c9..00000000 --- a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/item/mule_spawn_egg.json +++ /dev/null @@ -1,3 +0,0 @@ -{ - "parent": "item/template_spawn_egg" -} diff --git a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/item/mushroom_stem.json b/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/item/mushroom_stem.json deleted file mode 100644 index 0fa64eff..00000000 --- a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/item/mushroom_stem.json +++ /dev/null @@ -1,3 +0,0 @@ -{ - "parent": "block/mushroom_stem_inventory" -} diff --git a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/item/mushroom_stew.json b/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/item/mushroom_stew.json deleted file mode 100644 index c1233363..00000000 --- a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/item/mushroom_stew.json +++ /dev/null @@ -1,6 +0,0 @@ -{ - "parent": "item/generated", - "textures": { - "layer0": "item/mushroom_stew" - } -} diff --git a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/item/music_disc_11.json b/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/item/music_disc_11.json deleted file mode 100644 index 8336a754..00000000 --- a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/item/music_disc_11.json +++ /dev/null @@ -1,6 +0,0 @@ -{ - "parent": "item/generated", - "textures": { - "layer0": "item/music_disc_11" - } -} diff --git a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/item/music_disc_13.json b/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/item/music_disc_13.json deleted file mode 100644 index 1f216ed3..00000000 --- a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/item/music_disc_13.json +++ /dev/null @@ -1,6 +0,0 @@ -{ - "parent": "item/generated", - "textures": { - "layer0": "item/music_disc_13" - } -} diff --git a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/item/music_disc_blocks.json b/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/item/music_disc_blocks.json deleted file mode 100644 index 76479880..00000000 --- a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/item/music_disc_blocks.json +++ /dev/null @@ -1,6 +0,0 @@ -{ - "parent": "item/generated", - "textures": { - "layer0": "item/music_disc_blocks" - } -} diff --git a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/item/music_disc_cat.json b/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/item/music_disc_cat.json deleted file mode 100644 index ea96314f..00000000 --- a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/item/music_disc_cat.json +++ /dev/null @@ -1,6 +0,0 @@ -{ - "parent": "item/generated", - "textures": { - "layer0": "item/music_disc_cat" - } -} diff --git a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/item/music_disc_chirp.json b/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/item/music_disc_chirp.json deleted file mode 100644 index 9cda2f4e..00000000 --- a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/item/music_disc_chirp.json +++ /dev/null @@ -1,6 +0,0 @@ -{ - "parent": "item/generated", - "textures": { - "layer0": "item/music_disc_chirp" - } -} diff --git a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/item/music_disc_far.json b/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/item/music_disc_far.json deleted file mode 100644 index ebf10f05..00000000 --- a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/item/music_disc_far.json +++ /dev/null @@ -1,6 +0,0 @@ -{ - "parent": "item/generated", - "textures": { - "layer0": "item/music_disc_far" - } -} diff --git a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/item/music_disc_mall.json b/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/item/music_disc_mall.json deleted file mode 100644 index 81187b22..00000000 --- a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/item/music_disc_mall.json +++ /dev/null @@ -1,6 +0,0 @@ -{ - "parent": "item/generated", - "textures": { - "layer0": "item/music_disc_mall" - } -} diff --git a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/item/music_disc_mellohi.json b/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/item/music_disc_mellohi.json deleted file mode 100644 index a1361b84..00000000 --- a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/item/music_disc_mellohi.json +++ /dev/null @@ -1,6 +0,0 @@ -{ - "parent": "item/generated", - "textures": { - "layer0": "item/music_disc_mellohi" - } -} diff --git a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/item/music_disc_stal.json b/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/item/music_disc_stal.json deleted file mode 100644 index 4933477e..00000000 --- a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/item/music_disc_stal.json +++ /dev/null @@ -1,6 +0,0 @@ -{ - "parent": "item/generated", - "textures": { - "layer0": "item/music_disc_stal" - } -} diff --git a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/item/music_disc_strad.json b/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/item/music_disc_strad.json deleted file mode 100644 index 42038bde..00000000 --- a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/item/music_disc_strad.json +++ /dev/null @@ -1,6 +0,0 @@ -{ - "parent": "item/generated", - "textures": { - "layer0": "item/music_disc_strad" - } -} diff --git a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/item/music_disc_wait.json b/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/item/music_disc_wait.json deleted file mode 100644 index 074cc76d..00000000 --- a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/item/music_disc_wait.json +++ /dev/null @@ -1,6 +0,0 @@ -{ - "parent": "item/generated", - "textures": { - "layer0": "item/music_disc_wait" - } -} diff --git a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/item/music_disc_ward.json b/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/item/music_disc_ward.json deleted file mode 100644 index 0f0fb055..00000000 --- a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/item/music_disc_ward.json +++ /dev/null @@ -1,6 +0,0 @@ -{ - "parent": "item/generated", - "textures": { - "layer0": "item/music_disc_ward" - } -} diff --git a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/item/mutton.json b/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/item/mutton.json deleted file mode 100644 index 02dcaa86..00000000 --- a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/item/mutton.json +++ /dev/null @@ -1,6 +0,0 @@ -{ - "parent": "item/generated", - "textures": { - "layer0": "item/mutton" - } -} diff --git a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/item/mycelium.json b/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/item/mycelium.json deleted file mode 100644 index ceedc738..00000000 --- a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/item/mycelium.json +++ /dev/null @@ -1,3 +0,0 @@ -{ - "parent": "block/mycelium" -} diff --git a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/item/name_tag.json b/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/item/name_tag.json deleted file mode 100644 index 8378c6da..00000000 --- a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/item/name_tag.json +++ /dev/null @@ -1,6 +0,0 @@ -{ - "parent": "item/generated", - "textures": { - "layer0": "item/name_tag" - } -} diff --git a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/item/nautilus_shell.json b/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/item/nautilus_shell.json deleted file mode 100644 index a265a3e2..00000000 --- a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/item/nautilus_shell.json +++ /dev/null @@ -1,6 +0,0 @@ -{ - "parent": "item/generated", - "textures": { - "layer0": "item/nautilus_shell" - } -} diff --git a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/item/nether_brick.json b/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/item/nether_brick.json deleted file mode 100644 index 66350384..00000000 --- a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/item/nether_brick.json +++ /dev/null @@ -1,6 +0,0 @@ -{ - "parent": "item/generated", - "textures": { - "layer0": "item/nether_brick" - } -} diff --git a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/item/nether_brick_fence.json b/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/item/nether_brick_fence.json deleted file mode 100644 index 5c47bc0e..00000000 --- a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/item/nether_brick_fence.json +++ /dev/null @@ -1,3 +0,0 @@ -{ - "parent": "block/nether_brick_fence_inventory" -} diff --git a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/item/nether_brick_slab.json b/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/item/nether_brick_slab.json deleted file mode 100644 index effe0ba0..00000000 --- a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/item/nether_brick_slab.json +++ /dev/null @@ -1,3 +0,0 @@ -{ - "parent": "block/nether_brick_slab" -} diff --git a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/item/nether_brick_stairs.json b/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/item/nether_brick_stairs.json deleted file mode 100644 index 056a97c8..00000000 --- a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/item/nether_brick_stairs.json +++ /dev/null @@ -1,3 +0,0 @@ -{ - "parent": "block/nether_brick_stairs" -} diff --git a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/item/nether_brick_wall.json b/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/item/nether_brick_wall.json deleted file mode 100644 index 8d34c847..00000000 --- a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/item/nether_brick_wall.json +++ /dev/null @@ -1,3 +0,0 @@ -{ - "parent": "block/nether_brick_wall_inventory" -} diff --git a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/item/nether_bricks.json b/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/item/nether_bricks.json deleted file mode 100644 index f7c8e6a0..00000000 --- a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/item/nether_bricks.json +++ /dev/null @@ -1,3 +0,0 @@ -{ - "parent": "block/nether_bricks" -} diff --git a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/item/nether_quartz_ore.json b/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/item/nether_quartz_ore.json deleted file mode 100644 index 32237a30..00000000 --- a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/item/nether_quartz_ore.json +++ /dev/null @@ -1,3 +0,0 @@ -{ - "parent": "block/nether_quartz_ore" -} diff --git a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/item/nether_star.json b/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/item/nether_star.json deleted file mode 100644 index 807bb552..00000000 --- a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/item/nether_star.json +++ /dev/null @@ -1,6 +0,0 @@ -{ - "parent": "item/generated", - "textures": { - "layer0": "item/nether_star" - } -} diff --git a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/item/nether_wart.json b/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/item/nether_wart.json deleted file mode 100644 index 6eab9bae..00000000 --- a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/item/nether_wart.json +++ /dev/null @@ -1,6 +0,0 @@ -{ - "parent": "item/generated", - "textures": { - "layer0": "item/nether_wart" - } -} diff --git a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/item/nether_wart_block.json b/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/item/nether_wart_block.json deleted file mode 100644 index 59d06758..00000000 --- a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/item/nether_wart_block.json +++ /dev/null @@ -1,3 +0,0 @@ -{ - "parent": "block/nether_wart_block" -} diff --git a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/item/netherrack.json b/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/item/netherrack.json deleted file mode 100644 index 78d36f4c..00000000 --- a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/item/netherrack.json +++ /dev/null @@ -1,3 +0,0 @@ -{ - "parent": "block/netherrack" -} diff --git a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/item/note_block.json b/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/item/note_block.json deleted file mode 100644 index b57f660e..00000000 --- a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/item/note_block.json +++ /dev/null @@ -1,3 +0,0 @@ -{ - "parent": "block/note_block" -} diff --git a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/item/oak_boat.json b/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/item/oak_boat.json deleted file mode 100644 index 477c841a..00000000 --- a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/item/oak_boat.json +++ /dev/null @@ -1,6 +0,0 @@ -{ - "parent": "item/generated", - "textures": { - "layer0": "item/oak_boat" - } -} diff --git a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/item/oak_button.json b/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/item/oak_button.json deleted file mode 100644 index f2099b22..00000000 --- a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/item/oak_button.json +++ /dev/null @@ -1,3 +0,0 @@ -{ - "parent": "block/oak_button_inventory" -} diff --git a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/item/oak_door.json b/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/item/oak_door.json deleted file mode 100644 index baf3014d..00000000 --- a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/item/oak_door.json +++ /dev/null @@ -1,6 +0,0 @@ -{ - "parent": "item/generated", - "textures": { - "layer0": "item/oak_door" - } -} diff --git a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/item/oak_fence.json b/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/item/oak_fence.json deleted file mode 100644 index f435a041..00000000 --- a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/item/oak_fence.json +++ /dev/null @@ -1,3 +0,0 @@ -{ - "parent": "block/oak_fence_inventory" -} diff --git a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/item/oak_fence_gate.json b/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/item/oak_fence_gate.json deleted file mode 100644 index ba5952db..00000000 --- a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/item/oak_fence_gate.json +++ /dev/null @@ -1,3 +0,0 @@ -{ - "parent": "block/oak_fence_gate" -} diff --git a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/item/oak_leaves.json b/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/item/oak_leaves.json deleted file mode 100644 index fc608cc3..00000000 --- a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/item/oak_leaves.json +++ /dev/null @@ -1,3 +0,0 @@ -{ - "parent": "block/oak_leaves" -} diff --git a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/item/oak_log.json b/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/item/oak_log.json deleted file mode 100644 index 75791b39..00000000 --- a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/item/oak_log.json +++ /dev/null @@ -1,3 +0,0 @@ -{ - "parent": "block/oak_log" -} diff --git a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/item/oak_planks.json b/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/item/oak_planks.json deleted file mode 100644 index 9e0316c0..00000000 --- a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/item/oak_planks.json +++ /dev/null @@ -1,3 +0,0 @@ -{ - "parent": "block/oak_planks" -} diff --git a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/item/oak_pressure_plate.json b/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/item/oak_pressure_plate.json deleted file mode 100644 index 16d0d430..00000000 --- a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/item/oak_pressure_plate.json +++ /dev/null @@ -1,3 +0,0 @@ -{ - "parent": "block/oak_pressure_plate" -} diff --git a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/item/oak_sapling.json b/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/item/oak_sapling.json deleted file mode 100644 index 5a291202..00000000 --- a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/item/oak_sapling.json +++ /dev/null @@ -1,6 +0,0 @@ -{ - "parent": "item/generated", - "textures": { - "layer0": "block/oak_sapling" - } -} diff --git a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/item/oak_sign.json b/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/item/oak_sign.json deleted file mode 100644 index e06cdb9d..00000000 --- a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/item/oak_sign.json +++ /dev/null @@ -1,6 +0,0 @@ -{ - "parent": "item/generated", - "textures": { - "layer0": "item/oak_sign" - } -} diff --git a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/item/oak_slab.json b/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/item/oak_slab.json deleted file mode 100644 index db8c9859..00000000 --- a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/item/oak_slab.json +++ /dev/null @@ -1,3 +0,0 @@ -{ - "parent": "block/oak_slab" -} diff --git a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/item/oak_stairs.json b/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/item/oak_stairs.json deleted file mode 100644 index 15add8b1..00000000 --- a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/item/oak_stairs.json +++ /dev/null @@ -1,3 +0,0 @@ -{ - "parent": "block/oak_stairs" -} diff --git a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/item/oak_trapdoor.json b/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/item/oak_trapdoor.json deleted file mode 100644 index 3967eb8e..00000000 --- a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/item/oak_trapdoor.json +++ /dev/null @@ -1,3 +0,0 @@ -{ - "parent": "block/oak_trapdoor_bottom" -} diff --git a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/item/oak_wood.json b/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/item/oak_wood.json deleted file mode 100644 index 06d6e8b5..00000000 --- a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/item/oak_wood.json +++ /dev/null @@ -1,3 +0,0 @@ -{ - "parent": "block/oak_wood" -} diff --git a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/item/observer.json b/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/item/observer.json deleted file mode 100644 index 6acbb70b..00000000 --- a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/item/observer.json +++ /dev/null @@ -1,3 +0,0 @@ -{ - "parent": "block/observer" -} diff --git a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/item/obsidian.json b/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/item/obsidian.json deleted file mode 100644 index e800ae67..00000000 --- a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/item/obsidian.json +++ /dev/null @@ -1,3 +0,0 @@ -{ - "parent": "block/obsidian" -} diff --git a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/item/ocelot_spawn_egg.json b/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/item/ocelot_spawn_egg.json deleted file mode 100644 index 765225c9..00000000 --- a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/item/ocelot_spawn_egg.json +++ /dev/null @@ -1,3 +0,0 @@ -{ - "parent": "item/template_spawn_egg" -} diff --git a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/item/orange_banner.json b/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/item/orange_banner.json deleted file mode 100644 index 9d43dcc2..00000000 --- a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/item/orange_banner.json +++ /dev/null @@ -1,3 +0,0 @@ -{ - "parent": "item/template_banner" -} diff --git a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/item/orange_bed.json b/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/item/orange_bed.json deleted file mode 100644 index 268041ed..00000000 --- a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/item/orange_bed.json +++ /dev/null @@ -1,6 +0,0 @@ -{ - "parent": "item/template_bed", - "textures": { - "particle": "block/orange_wool" - } -} diff --git a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/item/orange_carpet.json b/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/item/orange_carpet.json deleted file mode 100644 index b85ed83e..00000000 --- a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/item/orange_carpet.json +++ /dev/null @@ -1,3 +0,0 @@ -{ - "parent": "block/orange_carpet" -} diff --git a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/item/orange_concrete.json b/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/item/orange_concrete.json deleted file mode 100644 index a6a32ebd..00000000 --- a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/item/orange_concrete.json +++ /dev/null @@ -1,3 +0,0 @@ -{ - "parent": "block/orange_concrete" -} diff --git a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/item/orange_concrete_powder.json b/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/item/orange_concrete_powder.json deleted file mode 100644 index d408b36d..00000000 --- a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/item/orange_concrete_powder.json +++ /dev/null @@ -1,3 +0,0 @@ -{ - "parent": "block/orange_concrete_powder" -} diff --git a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/item/orange_dye.json b/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/item/orange_dye.json deleted file mode 100644 index d5b1d010..00000000 --- a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/item/orange_dye.json +++ /dev/null @@ -1,6 +0,0 @@ -{ - "parent": "item/generated", - "textures": { - "layer0": "item/orange_dye" - } -} diff --git a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/item/orange_glazed_terracotta.json b/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/item/orange_glazed_terracotta.json deleted file mode 100644 index 1bb279de..00000000 --- a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/item/orange_glazed_terracotta.json +++ /dev/null @@ -1,3 +0,0 @@ -{ - "parent": "block/orange_glazed_terracotta" -} diff --git a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/item/orange_shulker_box.json b/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/item/orange_shulker_box.json deleted file mode 100644 index 713f77bf..00000000 --- a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/item/orange_shulker_box.json +++ /dev/null @@ -1,6 +0,0 @@ -{ - "parent": "item/template_shulker_box", - "textures": { - "particle": "block/orange_shulker_box" - } -} diff --git a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/item/orange_stained_glass.json b/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/item/orange_stained_glass.json deleted file mode 100644 index 9cc76c64..00000000 --- a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/item/orange_stained_glass.json +++ /dev/null @@ -1,3 +0,0 @@ -{ - "parent": "block/orange_stained_glass" -} diff --git a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/item/orange_stained_glass_pane.json b/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/item/orange_stained_glass_pane.json deleted file mode 100644 index db2bfa3c..00000000 --- a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/item/orange_stained_glass_pane.json +++ /dev/null @@ -1,6 +0,0 @@ -{ - "parent": "item/generated", - "textures": { - "layer0": "block/orange_stained_glass" - } -} diff --git a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/item/orange_terracotta.json b/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/item/orange_terracotta.json deleted file mode 100644 index 88229a35..00000000 --- a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/item/orange_terracotta.json +++ /dev/null @@ -1,3 +0,0 @@ -{ - "parent": "block/orange_terracotta" -} diff --git a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/item/orange_tulip.json b/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/item/orange_tulip.json deleted file mode 100644 index 1554c34d..00000000 --- a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/item/orange_tulip.json +++ /dev/null @@ -1,6 +0,0 @@ -{ - "parent": "item/generated", - "textures": { - "layer0": "block/orange_tulip" - } -} diff --git a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/item/orange_wool.json b/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/item/orange_wool.json deleted file mode 100644 index 7957176d..00000000 --- a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/item/orange_wool.json +++ /dev/null @@ -1,3 +0,0 @@ -{ - "parent": "block/orange_wool" -} diff --git a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/item/oxeye_daisy.json b/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/item/oxeye_daisy.json deleted file mode 100644 index 2f999840..00000000 --- a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/item/oxeye_daisy.json +++ /dev/null @@ -1,6 +0,0 @@ -{ - "parent": "item/generated", - "textures": { - "layer0": "block/oxeye_daisy" - } -} diff --git a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/item/packed_ice.json b/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/item/packed_ice.json deleted file mode 100644 index be1aa0a1..00000000 --- a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/item/packed_ice.json +++ /dev/null @@ -1,3 +0,0 @@ -{ - "parent": "block/packed_ice" -} diff --git a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/item/painting.json b/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/item/painting.json deleted file mode 100644 index 834814e0..00000000 --- a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/item/painting.json +++ /dev/null @@ -1,6 +0,0 @@ -{ - "parent": "item/generated", - "textures": { - "layer0": "item/painting" - } -} diff --git a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/item/panda_spawn_egg.json b/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/item/panda_spawn_egg.json deleted file mode 100644 index 765225c9..00000000 --- a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/item/panda_spawn_egg.json +++ /dev/null @@ -1,3 +0,0 @@ -{ - "parent": "item/template_spawn_egg" -} diff --git a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/item/paper.json b/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/item/paper.json deleted file mode 100644 index 78937654..00000000 --- a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/item/paper.json +++ /dev/null @@ -1,6 +0,0 @@ -{ - "parent": "item/generated", - "textures": { - "layer0": "item/paper" - } -} diff --git a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/item/parrot_spawn_egg.json b/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/item/parrot_spawn_egg.json deleted file mode 100644 index 765225c9..00000000 --- a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/item/parrot_spawn_egg.json +++ /dev/null @@ -1,3 +0,0 @@ -{ - "parent": "item/template_spawn_egg" -} diff --git a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/item/peony.json b/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/item/peony.json deleted file mode 100644 index ca1c87a0..00000000 --- a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/item/peony.json +++ /dev/null @@ -1,6 +0,0 @@ -{ - "parent": "item/generated", - "textures": { - "layer0": "block/peony_top" - } -} diff --git a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/item/petrified_oak_slab.json b/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/item/petrified_oak_slab.json deleted file mode 100644 index 5da32299..00000000 --- a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/item/petrified_oak_slab.json +++ /dev/null @@ -1,3 +0,0 @@ -{ - "parent": "block/petrified_oak_slab" -} diff --git a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/item/phantom_membrane.json b/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/item/phantom_membrane.json deleted file mode 100644 index a28cd8e9..00000000 --- a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/item/phantom_membrane.json +++ /dev/null @@ -1,6 +0,0 @@ -{ - "parent": "item/generated", - "textures": { - "layer0": "item/phantom_membrane" - } -} diff --git a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/item/phantom_spawn_egg.json b/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/item/phantom_spawn_egg.json deleted file mode 100644 index 765225c9..00000000 --- a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/item/phantom_spawn_egg.json +++ /dev/null @@ -1,3 +0,0 @@ -{ - "parent": "item/template_spawn_egg" -} diff --git a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/item/pig_spawn_egg.json b/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/item/pig_spawn_egg.json deleted file mode 100644 index 765225c9..00000000 --- a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/item/pig_spawn_egg.json +++ /dev/null @@ -1,3 +0,0 @@ -{ - "parent": "item/template_spawn_egg" -} diff --git a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/item/pillager_spawn_egg.json b/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/item/pillager_spawn_egg.json deleted file mode 100644 index 765225c9..00000000 --- a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/item/pillager_spawn_egg.json +++ /dev/null @@ -1,3 +0,0 @@ -{ - "parent": "item/template_spawn_egg" -} diff --git a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/item/pink_banner.json b/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/item/pink_banner.json deleted file mode 100644 index 9d43dcc2..00000000 --- a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/item/pink_banner.json +++ /dev/null @@ -1,3 +0,0 @@ -{ - "parent": "item/template_banner" -} diff --git a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/item/pink_bed.json b/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/item/pink_bed.json deleted file mode 100644 index 73d21dd6..00000000 --- a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/item/pink_bed.json +++ /dev/null @@ -1,6 +0,0 @@ -{ - "parent": "item/template_bed", - "textures": { - "particle": "block/pink_wool" - } -} diff --git a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/item/pink_carpet.json b/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/item/pink_carpet.json deleted file mode 100644 index e0bb7110..00000000 --- a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/item/pink_carpet.json +++ /dev/null @@ -1,3 +0,0 @@ -{ - "parent": "block/pink_carpet" -} diff --git a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/item/pink_concrete.json b/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/item/pink_concrete.json deleted file mode 100644 index 40b3ad6e..00000000 --- a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/item/pink_concrete.json +++ /dev/null @@ -1,3 +0,0 @@ -{ - "parent": "block/pink_concrete" -} diff --git a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/item/pink_concrete_powder.json b/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/item/pink_concrete_powder.json deleted file mode 100644 index 54b09057..00000000 --- a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/item/pink_concrete_powder.json +++ /dev/null @@ -1,3 +0,0 @@ -{ - "parent": "block/pink_concrete_powder" -} diff --git a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/item/pink_dye.json b/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/item/pink_dye.json deleted file mode 100644 index bbab5b46..00000000 --- a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/item/pink_dye.json +++ /dev/null @@ -1,6 +0,0 @@ -{ - "parent": "item/generated", - "textures": { - "layer0": "item/pink_dye" - } -} diff --git a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/item/pink_glazed_terracotta.json b/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/item/pink_glazed_terracotta.json deleted file mode 100644 index b892533a..00000000 --- a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/item/pink_glazed_terracotta.json +++ /dev/null @@ -1,3 +0,0 @@ -{ - "parent": "block/pink_glazed_terracotta" -} diff --git a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/item/pink_shulker_box.json b/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/item/pink_shulker_box.json deleted file mode 100644 index a1c69f33..00000000 --- a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/item/pink_shulker_box.json +++ /dev/null @@ -1,6 +0,0 @@ -{ - "parent": "item/template_shulker_box", - "textures": { - "particle": "block/pink_shulker_box" - } -} diff --git a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/item/pink_stained_glass.json b/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/item/pink_stained_glass.json deleted file mode 100644 index 10de7cff..00000000 --- a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/item/pink_stained_glass.json +++ /dev/null @@ -1,3 +0,0 @@ -{ - "parent": "block/pink_stained_glass" -} diff --git a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/item/pink_stained_glass_pane.json b/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/item/pink_stained_glass_pane.json deleted file mode 100644 index 0cc281ba..00000000 --- a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/item/pink_stained_glass_pane.json +++ /dev/null @@ -1,6 +0,0 @@ -{ - "parent": "item/generated", - "textures": { - "layer0": "block/pink_stained_glass" - } -} diff --git a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/item/pink_terracotta.json b/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/item/pink_terracotta.json deleted file mode 100644 index 868619cc..00000000 --- a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/item/pink_terracotta.json +++ /dev/null @@ -1,3 +0,0 @@ -{ - "parent": "block/pink_terracotta" -} diff --git a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/item/pink_tulip.json b/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/item/pink_tulip.json deleted file mode 100644 index dd6b1705..00000000 --- a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/item/pink_tulip.json +++ /dev/null @@ -1,6 +0,0 @@ -{ - "parent": "item/generated", - "textures": { - "layer0": "block/pink_tulip" - } -} diff --git a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/item/pink_wool.json b/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/item/pink_wool.json deleted file mode 100644 index fced1886..00000000 --- a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/item/pink_wool.json +++ /dev/null @@ -1,3 +0,0 @@ -{ - "parent": "block/pink_wool" -} diff --git a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/item/piston.json b/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/item/piston.json deleted file mode 100644 index 2e965e0f..00000000 --- a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/item/piston.json +++ /dev/null @@ -1,3 +0,0 @@ -{ - "parent": "block/piston_inventory" -} diff --git a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/item/player_head.json b/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/item/player_head.json deleted file mode 100644 index 8efea47e..00000000 --- a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/item/player_head.json +++ /dev/null @@ -1,3 +0,0 @@ -{ - "parent": "item/template_skull" -} diff --git a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/item/podzol.json b/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/item/podzol.json deleted file mode 100644 index a2a5c01a..00000000 --- a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/item/podzol.json +++ /dev/null @@ -1,3 +0,0 @@ -{ - "parent": "block/podzol" -} diff --git a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/item/poisonous_potato.json b/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/item/poisonous_potato.json deleted file mode 100644 index bf40cd80..00000000 --- a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/item/poisonous_potato.json +++ /dev/null @@ -1,6 +0,0 @@ -{ - "parent": "item/generated", - "textures": { - "layer0": "item/poisonous_potato" - } -} diff --git a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/item/polar_bear_spawn_egg.json b/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/item/polar_bear_spawn_egg.json deleted file mode 100644 index 765225c9..00000000 --- a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/item/polar_bear_spawn_egg.json +++ /dev/null @@ -1,3 +0,0 @@ -{ - "parent": "item/template_spawn_egg" -} diff --git a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/item/polished_andesite.json b/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/item/polished_andesite.json deleted file mode 100644 index 88685dfe..00000000 --- a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/item/polished_andesite.json +++ /dev/null @@ -1,3 +0,0 @@ -{ - "parent": "block/polished_andesite" -} diff --git a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/item/polished_andesite_slab.json b/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/item/polished_andesite_slab.json deleted file mode 100644 index a49e49e3..00000000 --- a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/item/polished_andesite_slab.json +++ /dev/null @@ -1,3 +0,0 @@ -{ - "parent": "block/polished_andesite_slab" -} diff --git a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/item/polished_andesite_stairs.json b/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/item/polished_andesite_stairs.json deleted file mode 100644 index 2ba009e9..00000000 --- a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/item/polished_andesite_stairs.json +++ /dev/null @@ -1,3 +0,0 @@ -{ - "parent": "block/polished_andesite_stairs" -} diff --git a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/item/polished_diorite.json b/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/item/polished_diorite.json deleted file mode 100644 index 4aa1756c..00000000 --- a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/item/polished_diorite.json +++ /dev/null @@ -1,3 +0,0 @@ -{ - "parent": "block/polished_diorite" -} diff --git a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/item/polished_diorite_slab.json b/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/item/polished_diorite_slab.json deleted file mode 100644 index 3275927d..00000000 --- a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/item/polished_diorite_slab.json +++ /dev/null @@ -1,3 +0,0 @@ -{ - "parent": "block/polished_diorite_slab" -} diff --git a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/item/polished_diorite_stairs.json b/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/item/polished_diorite_stairs.json deleted file mode 100644 index 52a6ebea..00000000 --- a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/item/polished_diorite_stairs.json +++ /dev/null @@ -1,3 +0,0 @@ -{ - "parent": "block/polished_diorite_stairs" -} diff --git a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/item/polished_granite.json b/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/item/polished_granite.json deleted file mode 100644 index 35bc90d0..00000000 --- a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/item/polished_granite.json +++ /dev/null @@ -1,3 +0,0 @@ -{ - "parent": "block/polished_granite" -} diff --git a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/item/polished_granite_slab.json b/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/item/polished_granite_slab.json deleted file mode 100644 index 6b4d00fc..00000000 --- a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/item/polished_granite_slab.json +++ /dev/null @@ -1,3 +0,0 @@ -{ - "parent": "block/polished_granite_slab" -} diff --git a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/item/polished_granite_stairs.json b/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/item/polished_granite_stairs.json deleted file mode 100644 index 96bf94ba..00000000 --- a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/item/polished_granite_stairs.json +++ /dev/null @@ -1,3 +0,0 @@ -{ - "parent": "block/polished_granite_stairs" -} diff --git a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/item/popped_chorus_fruit.json b/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/item/popped_chorus_fruit.json deleted file mode 100644 index 017089ee..00000000 --- a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/item/popped_chorus_fruit.json +++ /dev/null @@ -1,6 +0,0 @@ -{ - "parent": "item/generated", - "textures": { - "layer0": "item/popped_chorus_fruit" - } -} diff --git a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/item/poppy.json b/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/item/poppy.json deleted file mode 100644 index fa9cdcb2..00000000 --- a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/item/poppy.json +++ /dev/null @@ -1,6 +0,0 @@ -{ - "parent": "item/generated", - "textures": { - "layer0": "block/poppy" - } -} diff --git a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/item/porkchop.json b/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/item/porkchop.json deleted file mode 100644 index e84f06fc..00000000 --- a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/item/porkchop.json +++ /dev/null @@ -1,6 +0,0 @@ -{ - "parent": "item/generated", - "textures": { - "layer0": "item/porkchop" - } -} diff --git a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/item/potato.json b/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/item/potato.json deleted file mode 100644 index 306b5748..00000000 --- a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/item/potato.json +++ /dev/null @@ -1,6 +0,0 @@ -{ - "parent": "item/generated", - "textures": { - "layer0": "item/potato" - } -} diff --git a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/item/potion.json b/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/item/potion.json deleted file mode 100644 index 73c2a578..00000000 --- a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/item/potion.json +++ /dev/null @@ -1,7 +0,0 @@ -{ - "parent": "item/generated", - "textures": { - "layer0": "item/potion_overlay", - "layer1": "item/potion" - } -} diff --git a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/item/powered_rail.json b/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/item/powered_rail.json deleted file mode 100644 index 2f08ac93..00000000 --- a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/item/powered_rail.json +++ /dev/null @@ -1,6 +0,0 @@ -{ - "parent": "item/generated", - "textures": { - "layer0": "block/powered_rail" - } -} diff --git a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/item/prismarine.json b/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/item/prismarine.json deleted file mode 100644 index 1e9f3c29..00000000 --- a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/item/prismarine.json +++ /dev/null @@ -1,3 +0,0 @@ -{ - "parent": "block/prismarine" -} diff --git a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/item/prismarine_brick_slab.json b/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/item/prismarine_brick_slab.json deleted file mode 100644 index 977898e9..00000000 --- a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/item/prismarine_brick_slab.json +++ /dev/null @@ -1,3 +0,0 @@ -{ - "parent": "block/prismarine_brick_slab" -} diff --git a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/item/prismarine_brick_stairs.json b/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/item/prismarine_brick_stairs.json deleted file mode 100644 index 8aa591bc..00000000 --- a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/item/prismarine_brick_stairs.json +++ /dev/null @@ -1,3 +0,0 @@ -{ - "parent": "block/prismarine_brick_stairs" -} diff --git a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/item/prismarine_bricks.json b/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/item/prismarine_bricks.json deleted file mode 100644 index b741335b..00000000 --- a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/item/prismarine_bricks.json +++ /dev/null @@ -1,3 +0,0 @@ -{ - "parent": "block/prismarine_bricks" -} diff --git a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/item/prismarine_crystals.json b/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/item/prismarine_crystals.json deleted file mode 100644 index bb8e7127..00000000 --- a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/item/prismarine_crystals.json +++ /dev/null @@ -1,6 +0,0 @@ -{ - "parent": "item/generated", - "textures": { - "layer0": "item/prismarine_crystals" - } -} diff --git a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/item/prismarine_shard.json b/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/item/prismarine_shard.json deleted file mode 100644 index 7c5bd9d9..00000000 --- a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/item/prismarine_shard.json +++ /dev/null @@ -1,6 +0,0 @@ -{ - "parent": "item/generated", - "textures": { - "layer0": "item/prismarine_shard" - } -} diff --git a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/item/prismarine_slab.json b/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/item/prismarine_slab.json deleted file mode 100644 index eeb5b5a2..00000000 --- a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/item/prismarine_slab.json +++ /dev/null @@ -1,3 +0,0 @@ -{ - "parent": "block/prismarine_slab" -} diff --git a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/item/prismarine_stairs.json b/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/item/prismarine_stairs.json deleted file mode 100644 index 47c8e67d..00000000 --- a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/item/prismarine_stairs.json +++ /dev/null @@ -1,3 +0,0 @@ -{ - "parent": "block/prismarine_stairs" -} diff --git a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/item/prismarine_wall.json b/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/item/prismarine_wall.json deleted file mode 100644 index 818a2c99..00000000 --- a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/item/prismarine_wall.json +++ /dev/null @@ -1,3 +0,0 @@ -{ - "parent": "block/prismarine_wall_inventory" -} diff --git a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/item/pufferfish.json b/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/item/pufferfish.json deleted file mode 100644 index a611f2c1..00000000 --- a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/item/pufferfish.json +++ /dev/null @@ -1,6 +0,0 @@ -{ - "parent": "item/generated", - "textures": { - "layer0": "item/pufferfish" - } -} diff --git a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/item/pufferfish_bucket.json b/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/item/pufferfish_bucket.json deleted file mode 100644 index 17e84cc0..00000000 --- a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/item/pufferfish_bucket.json +++ /dev/null @@ -1,6 +0,0 @@ -{ - "parent": "item/generated", - "textures": { - "layer0": "item/pufferfish_bucket" - } -} diff --git a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/item/pufferfish_spawn_egg.json b/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/item/pufferfish_spawn_egg.json deleted file mode 100644 index 765225c9..00000000 --- a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/item/pufferfish_spawn_egg.json +++ /dev/null @@ -1,3 +0,0 @@ -{ - "parent": "item/template_spawn_egg" -} diff --git a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/item/pumpkin.json b/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/item/pumpkin.json deleted file mode 100644 index 536a355e..00000000 --- a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/item/pumpkin.json +++ /dev/null @@ -1,3 +0,0 @@ -{ - "parent": "block/pumpkin" -} diff --git a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/item/pumpkin_pie.json b/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/item/pumpkin_pie.json deleted file mode 100644 index 68f6e3ef..00000000 --- a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/item/pumpkin_pie.json +++ /dev/null @@ -1,6 +0,0 @@ -{ - "parent": "item/generated", - "textures": { - "layer0": "item/pumpkin_pie" - } -} diff --git a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/item/pumpkin_seeds.json b/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/item/pumpkin_seeds.json deleted file mode 100644 index 3db2be62..00000000 --- a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/item/pumpkin_seeds.json +++ /dev/null @@ -1,6 +0,0 @@ -{ - "parent": "item/generated", - "textures": { - "layer0": "item/pumpkin_seeds" - } -} diff --git a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/item/purple_banner.json b/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/item/purple_banner.json deleted file mode 100644 index 9d43dcc2..00000000 --- a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/item/purple_banner.json +++ /dev/null @@ -1,3 +0,0 @@ -{ - "parent": "item/template_banner" -} diff --git a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/item/purple_bed.json b/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/item/purple_bed.json deleted file mode 100644 index 9510ff8f..00000000 --- a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/item/purple_bed.json +++ /dev/null @@ -1,6 +0,0 @@ -{ - "parent": "item/template_bed", - "textures": { - "particle": "block/purple_wool" - } -} diff --git a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/item/purple_carpet.json b/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/item/purple_carpet.json deleted file mode 100644 index 953463b9..00000000 --- a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/item/purple_carpet.json +++ /dev/null @@ -1,3 +0,0 @@ -{ - "parent": "block/purple_carpet" -} diff --git a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/item/purple_concrete.json b/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/item/purple_concrete.json deleted file mode 100644 index 36a42e84..00000000 --- a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/item/purple_concrete.json +++ /dev/null @@ -1,3 +0,0 @@ -{ - "parent": "block/purple_concrete" -} diff --git a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/item/purple_concrete_powder.json b/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/item/purple_concrete_powder.json deleted file mode 100644 index ea90e5da..00000000 --- a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/item/purple_concrete_powder.json +++ /dev/null @@ -1,3 +0,0 @@ -{ - "parent": "block/purple_concrete_powder" -} diff --git a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/item/purple_dye.json b/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/item/purple_dye.json deleted file mode 100644 index ff4865e8..00000000 --- a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/item/purple_dye.json +++ /dev/null @@ -1,6 +0,0 @@ -{ - "parent": "item/generated", - "textures": { - "layer0": "item/purple_dye" - } -} diff --git a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/item/purple_glazed_terracotta.json b/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/item/purple_glazed_terracotta.json deleted file mode 100644 index 867f8bb7..00000000 --- a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/item/purple_glazed_terracotta.json +++ /dev/null @@ -1,3 +0,0 @@ -{ - "parent": "block/purple_glazed_terracotta" -} diff --git a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/item/purple_shulker_box.json b/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/item/purple_shulker_box.json deleted file mode 100644 index f0550c41..00000000 --- a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/item/purple_shulker_box.json +++ /dev/null @@ -1,6 +0,0 @@ -{ - "parent": "item/template_shulker_box", - "textures": { - "particle": "block/purple_shulker_box" - } -} diff --git a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/item/purple_stained_glass.json b/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/item/purple_stained_glass.json deleted file mode 100644 index 0fa8f9ab..00000000 --- a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/item/purple_stained_glass.json +++ /dev/null @@ -1,3 +0,0 @@ -{ - "parent": "block/purple_stained_glass" -} diff --git a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/item/purple_stained_glass_pane.json b/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/item/purple_stained_glass_pane.json deleted file mode 100644 index 1a2587fd..00000000 --- a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/item/purple_stained_glass_pane.json +++ /dev/null @@ -1,6 +0,0 @@ -{ - "parent": "item/generated", - "textures": { - "layer0": "block/purple_stained_glass" - } -} diff --git a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/item/purple_terracotta.json b/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/item/purple_terracotta.json deleted file mode 100644 index 5670b48a..00000000 --- a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/item/purple_terracotta.json +++ /dev/null @@ -1,3 +0,0 @@ -{ - "parent": "block/purple_terracotta" -} diff --git a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/item/purple_wool.json b/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/item/purple_wool.json deleted file mode 100644 index 087e3a64..00000000 --- a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/item/purple_wool.json +++ /dev/null @@ -1,3 +0,0 @@ -{ - "parent": "block/purple_wool" -} diff --git a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/item/purpur_block.json b/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/item/purpur_block.json deleted file mode 100644 index 11e96329..00000000 --- a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/item/purpur_block.json +++ /dev/null @@ -1,3 +0,0 @@ -{ - "parent": "block/purpur_block" -} diff --git a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/item/purpur_pillar.json b/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/item/purpur_pillar.json deleted file mode 100644 index 55c4a923..00000000 --- a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/item/purpur_pillar.json +++ /dev/null @@ -1,3 +0,0 @@ -{ - "parent": "block/purpur_pillar" -} diff --git a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/item/purpur_slab.json b/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/item/purpur_slab.json deleted file mode 100644 index 876b6daf..00000000 --- a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/item/purpur_slab.json +++ /dev/null @@ -1,3 +0,0 @@ -{ - "parent": "block/purpur_slab" -} diff --git a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/item/purpur_stairs.json b/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/item/purpur_stairs.json deleted file mode 100644 index fd71ac3a..00000000 --- a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/item/purpur_stairs.json +++ /dev/null @@ -1,3 +0,0 @@ -{ - "parent": "block/purpur_stairs" -} diff --git a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/item/quartz.json b/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/item/quartz.json deleted file mode 100644 index 137c24ed..00000000 --- a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/item/quartz.json +++ /dev/null @@ -1,6 +0,0 @@ -{ - "parent": "item/generated", - "textures": { - "layer0": "item/quartz" - } -} diff --git a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/item/quartz_block.json b/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/item/quartz_block.json deleted file mode 100644 index b53a8082..00000000 --- a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/item/quartz_block.json +++ /dev/null @@ -1,3 +0,0 @@ -{ - "parent": "block/quartz_block" -} diff --git a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/item/quartz_pillar.json b/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/item/quartz_pillar.json deleted file mode 100644 index 0ed5aea2..00000000 --- a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/item/quartz_pillar.json +++ /dev/null @@ -1,3 +0,0 @@ -{ - "parent": "block/quartz_pillar" -} diff --git a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/item/quartz_slab.json b/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/item/quartz_slab.json deleted file mode 100644 index c0249f37..00000000 --- a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/item/quartz_slab.json +++ /dev/null @@ -1,3 +0,0 @@ -{ - "parent": "block/quartz_slab" -} diff --git a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/item/quartz_stairs.json b/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/item/quartz_stairs.json deleted file mode 100644 index 4fb792ed..00000000 --- a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/item/quartz_stairs.json +++ /dev/null @@ -1,3 +0,0 @@ -{ - "parent": "block/quartz_stairs" -} diff --git a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/item/rabbit.json b/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/item/rabbit.json deleted file mode 100644 index 19089e83..00000000 --- a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/item/rabbit.json +++ /dev/null @@ -1,6 +0,0 @@ -{ - "parent": "item/generated", - "textures": { - "layer0": "item/rabbit" - } -} diff --git a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/item/rabbit_foot.json b/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/item/rabbit_foot.json deleted file mode 100644 index f336d38e..00000000 --- a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/item/rabbit_foot.json +++ /dev/null @@ -1,6 +0,0 @@ -{ - "parent": "item/generated", - "textures": { - "layer0": "item/rabbit_foot" - } -} diff --git a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/item/rabbit_hide.json b/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/item/rabbit_hide.json deleted file mode 100644 index 96737868..00000000 --- a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/item/rabbit_hide.json +++ /dev/null @@ -1,6 +0,0 @@ -{ - "parent": "item/generated", - "textures": { - "layer0": "item/rabbit_hide" - } -} diff --git a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/item/rabbit_spawn_egg.json b/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/item/rabbit_spawn_egg.json deleted file mode 100644 index 765225c9..00000000 --- a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/item/rabbit_spawn_egg.json +++ /dev/null @@ -1,3 +0,0 @@ -{ - "parent": "item/template_spawn_egg" -} diff --git a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/item/rabbit_stew.json b/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/item/rabbit_stew.json deleted file mode 100644 index 7de122f3..00000000 --- a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/item/rabbit_stew.json +++ /dev/null @@ -1,6 +0,0 @@ -{ - "parent": "item/generated", - "textures": { - "layer0": "item/rabbit_stew" - } -} diff --git a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/item/rail.json b/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/item/rail.json deleted file mode 100644 index e3c8b3e7..00000000 --- a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/item/rail.json +++ /dev/null @@ -1,6 +0,0 @@ -{ - "parent": "item/generated", - "textures": { - "layer0": "block/rail" - } -} diff --git a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/item/ravager_spawn_egg.json b/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/item/ravager_spawn_egg.json deleted file mode 100644 index 765225c9..00000000 --- a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/item/ravager_spawn_egg.json +++ /dev/null @@ -1,3 +0,0 @@ -{ - "parent": "item/template_spawn_egg" -} diff --git a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/item/red_banner.json b/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/item/red_banner.json deleted file mode 100644 index 9d43dcc2..00000000 --- a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/item/red_banner.json +++ /dev/null @@ -1,3 +0,0 @@ -{ - "parent": "item/template_banner" -} diff --git a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/item/red_bed.json b/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/item/red_bed.json deleted file mode 100644 index 2734e522..00000000 --- a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/item/red_bed.json +++ /dev/null @@ -1,6 +0,0 @@ -{ - "parent": "item/template_bed", - "textures": { - "particle": "block/red_wool" - } -} diff --git a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/item/red_carpet.json b/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/item/red_carpet.json deleted file mode 100644 index 76ae3351..00000000 --- a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/item/red_carpet.json +++ /dev/null @@ -1,3 +0,0 @@ -{ - "parent": "block/red_carpet" -} diff --git a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/item/red_concrete.json b/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/item/red_concrete.json deleted file mode 100644 index 8ce646ad..00000000 --- a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/item/red_concrete.json +++ /dev/null @@ -1,3 +0,0 @@ -{ - "parent": "block/red_concrete" -} diff --git a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/item/red_concrete_powder.json b/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/item/red_concrete_powder.json deleted file mode 100644 index 736b4b6c..00000000 --- a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/item/red_concrete_powder.json +++ /dev/null @@ -1,3 +0,0 @@ -{ - "parent": "block/red_concrete_powder" -} diff --git a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/item/red_dye.json b/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/item/red_dye.json deleted file mode 100644 index fb548002..00000000 --- a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/item/red_dye.json +++ /dev/null @@ -1,6 +0,0 @@ -{ - "parent": "item/generated", - "textures": { - "layer0": "item/red_dye" - } -} diff --git a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/item/red_glazed_terracotta.json b/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/item/red_glazed_terracotta.json deleted file mode 100644 index 90c6fa53..00000000 --- a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/item/red_glazed_terracotta.json +++ /dev/null @@ -1,3 +0,0 @@ -{ - "parent": "block/red_glazed_terracotta" -} diff --git a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/item/red_mushroom.json b/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/item/red_mushroom.json deleted file mode 100644 index f03e9508..00000000 --- a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/item/red_mushroom.json +++ /dev/null @@ -1,6 +0,0 @@ -{ - "parent": "item/generated", - "textures": { - "layer0": "block/red_mushroom" - } -} diff --git a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/item/red_mushroom_block.json b/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/item/red_mushroom_block.json deleted file mode 100644 index 4c2f15dd..00000000 --- a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/item/red_mushroom_block.json +++ /dev/null @@ -1,3 +0,0 @@ -{ - "parent": "block/red_mushroom_block_inventory" -} diff --git a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/item/red_nether_brick_slab.json b/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/item/red_nether_brick_slab.json deleted file mode 100644 index c48c9721..00000000 --- a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/item/red_nether_brick_slab.json +++ /dev/null @@ -1,3 +0,0 @@ -{ - "parent": "block/red_nether_brick_slab" -} diff --git a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/item/red_nether_brick_stairs.json b/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/item/red_nether_brick_stairs.json deleted file mode 100644 index 3e4b9959..00000000 --- a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/item/red_nether_brick_stairs.json +++ /dev/null @@ -1,3 +0,0 @@ -{ - "parent": "block/red_nether_brick_stairs" -} diff --git a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/item/red_nether_brick_wall.json b/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/item/red_nether_brick_wall.json deleted file mode 100644 index 7fa9ac57..00000000 --- a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/item/red_nether_brick_wall.json +++ /dev/null @@ -1,3 +0,0 @@ -{ - "parent": "block/red_nether_brick_wall_inventory" -} diff --git a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/item/red_nether_bricks.json b/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/item/red_nether_bricks.json deleted file mode 100644 index a44eac72..00000000 --- a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/item/red_nether_bricks.json +++ /dev/null @@ -1,3 +0,0 @@ -{ - "parent": "block/red_nether_bricks" -} diff --git a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/item/red_sand.json b/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/item/red_sand.json deleted file mode 100644 index 1a5296f0..00000000 --- a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/item/red_sand.json +++ /dev/null @@ -1,3 +0,0 @@ -{ - "parent": "block/red_sand" -} diff --git a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/item/red_sandstone.json b/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/item/red_sandstone.json deleted file mode 100644 index b43e1c49..00000000 --- a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/item/red_sandstone.json +++ /dev/null @@ -1,3 +0,0 @@ -{ - "parent": "block/red_sandstone" -} diff --git a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/item/red_sandstone_slab.json b/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/item/red_sandstone_slab.json deleted file mode 100644 index f7a049d5..00000000 --- a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/item/red_sandstone_slab.json +++ /dev/null @@ -1,3 +0,0 @@ -{ - "parent": "block/red_sandstone_slab" -} diff --git a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/item/red_sandstone_stairs.json b/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/item/red_sandstone_stairs.json deleted file mode 100644 index b3fb4a38..00000000 --- a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/item/red_sandstone_stairs.json +++ /dev/null @@ -1,3 +0,0 @@ -{ - "parent": "block/red_sandstone_stairs" -} diff --git a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/item/red_sandstone_wall.json b/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/item/red_sandstone_wall.json deleted file mode 100644 index e593ed9a..00000000 --- a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/item/red_sandstone_wall.json +++ /dev/null @@ -1,3 +0,0 @@ -{ - "parent": "block/red_sandstone_wall_inventory" -} diff --git a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/item/red_shulker_box.json b/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/item/red_shulker_box.json deleted file mode 100644 index 886553a4..00000000 --- a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/item/red_shulker_box.json +++ /dev/null @@ -1,6 +0,0 @@ -{ - "parent": "item/template_shulker_box", - "textures": { - "particle": "block/red_shulker_box" - } -} diff --git a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/item/red_stained_glass.json b/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/item/red_stained_glass.json deleted file mode 100644 index 1ee7d90f..00000000 --- a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/item/red_stained_glass.json +++ /dev/null @@ -1,3 +0,0 @@ -{ - "parent": "block/red_stained_glass" -} diff --git a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/item/red_stained_glass_pane.json b/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/item/red_stained_glass_pane.json deleted file mode 100644 index 6c14eb08..00000000 --- a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/item/red_stained_glass_pane.json +++ /dev/null @@ -1,6 +0,0 @@ -{ - "parent": "item/generated", - "textures": { - "layer0": "block/red_stained_glass" - } -} diff --git a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/item/red_terracotta.json b/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/item/red_terracotta.json deleted file mode 100644 index 0ab4d296..00000000 --- a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/item/red_terracotta.json +++ /dev/null @@ -1,3 +0,0 @@ -{ - "parent": "block/red_terracotta" -} diff --git a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/item/red_tulip.json b/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/item/red_tulip.json deleted file mode 100644 index 0b462dbb..00000000 --- a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/item/red_tulip.json +++ /dev/null @@ -1,6 +0,0 @@ -{ - "parent": "item/generated", - "textures": { - "layer0": "block/red_tulip" - } -} diff --git a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/item/red_wool.json b/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/item/red_wool.json deleted file mode 100644 index 108f67db..00000000 --- a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/item/red_wool.json +++ /dev/null @@ -1,3 +0,0 @@ -{ - "parent": "block/red_wool" -} diff --git a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/item/redstone.json b/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/item/redstone.json deleted file mode 100644 index 843be359..00000000 --- a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/item/redstone.json +++ /dev/null @@ -1,6 +0,0 @@ -{ - "parent": "item/generated", - "textures": { - "layer0": "item/redstone" - } -} diff --git a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/item/redstone_block.json b/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/item/redstone_block.json deleted file mode 100644 index 3ebc09a2..00000000 --- a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/item/redstone_block.json +++ /dev/null @@ -1,3 +0,0 @@ -{ - "parent": "block/redstone_block" -} diff --git a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/item/redstone_lamp.json b/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/item/redstone_lamp.json deleted file mode 100644 index ba0354a7..00000000 --- a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/item/redstone_lamp.json +++ /dev/null @@ -1,3 +0,0 @@ -{ - "parent": "block/redstone_lamp" -} diff --git a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/item/redstone_ore.json b/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/item/redstone_ore.json deleted file mode 100644 index 223d3de3..00000000 --- a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/item/redstone_ore.json +++ /dev/null @@ -1,3 +0,0 @@ -{ - "parent": "block/redstone_ore" -} diff --git a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/item/redstone_torch.json b/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/item/redstone_torch.json deleted file mode 100644 index d721d089..00000000 --- a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/item/redstone_torch.json +++ /dev/null @@ -1,6 +0,0 @@ -{ - "parent": "item/generated", - "textures": { - "layer0": "block/redstone_torch" - } -} diff --git a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/item/repeater.json b/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/item/repeater.json deleted file mode 100644 index 8c105b79..00000000 --- a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/item/repeater.json +++ /dev/null @@ -1,6 +0,0 @@ -{ - "parent": "item/generated", - "textures": { - "layer0": "item/repeater" - } -} diff --git a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/item/repeating_command_block.json b/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/item/repeating_command_block.json deleted file mode 100644 index 8c277f8b..00000000 --- a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/item/repeating_command_block.json +++ /dev/null @@ -1,3 +0,0 @@ -{ - "parent": "block/repeating_command_block" -} diff --git a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/item/rose_bush.json b/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/item/rose_bush.json deleted file mode 100644 index 51e755dc..00000000 --- a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/item/rose_bush.json +++ /dev/null @@ -1,6 +0,0 @@ -{ - "parent": "item/generated", - "textures": { - "layer0": "block/rose_bush_top" - } -} diff --git a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/item/rose_red.json b/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/item/rose_red.json deleted file mode 100644 index d488a390..00000000 --- a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/item/rose_red.json +++ /dev/null @@ -1,6 +0,0 @@ -{ - "parent": "item/generated", - "textures": { - "layer0": "item/rose_red" - } -} diff --git a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/item/rotten_flesh.json b/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/item/rotten_flesh.json deleted file mode 100644 index 5a8e7aeb..00000000 --- a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/item/rotten_flesh.json +++ /dev/null @@ -1,6 +0,0 @@ -{ - "parent": "item/generated", - "textures": { - "layer0": "item/rotten_flesh" - } -} diff --git a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/item/saddle.json b/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/item/saddle.json deleted file mode 100644 index 774985c5..00000000 --- a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/item/saddle.json +++ /dev/null @@ -1,6 +0,0 @@ -{ - "parent": "item/generated", - "textures": { - "layer0": "item/saddle" - } -} diff --git a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/item/salmon.json b/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/item/salmon.json deleted file mode 100644 index 2c6dc2ad..00000000 --- a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/item/salmon.json +++ /dev/null @@ -1,6 +0,0 @@ -{ - "parent": "item/generated", - "textures": { - "layer0": "item/salmon" - } -} diff --git a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/item/salmon_bucket.json b/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/item/salmon_bucket.json deleted file mode 100644 index 80eacf73..00000000 --- a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/item/salmon_bucket.json +++ /dev/null @@ -1,6 +0,0 @@ -{ - "parent": "item/generated", - "textures": { - "layer0": "item/salmon_bucket" - } -} diff --git a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/item/salmon_spawn_egg.json b/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/item/salmon_spawn_egg.json deleted file mode 100644 index 765225c9..00000000 --- a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/item/salmon_spawn_egg.json +++ /dev/null @@ -1,3 +0,0 @@ -{ - "parent": "item/template_spawn_egg" -} diff --git a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/item/sand.json b/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/item/sand.json deleted file mode 100644 index 813ae503..00000000 --- a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/item/sand.json +++ /dev/null @@ -1,3 +0,0 @@ -{ - "parent": "block/sand" -} diff --git a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/item/sandstone.json b/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/item/sandstone.json deleted file mode 100644 index 250d42f4..00000000 --- a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/item/sandstone.json +++ /dev/null @@ -1,3 +0,0 @@ -{ - "parent": "block/sandstone" -} diff --git a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/item/sandstone_slab.json b/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/item/sandstone_slab.json deleted file mode 100644 index f53b3726..00000000 --- a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/item/sandstone_slab.json +++ /dev/null @@ -1,3 +0,0 @@ -{ - "parent": "block/sandstone_slab" -} diff --git a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/item/sandstone_stairs.json b/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/item/sandstone_stairs.json deleted file mode 100644 index 18ab6848..00000000 --- a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/item/sandstone_stairs.json +++ /dev/null @@ -1,3 +0,0 @@ -{ - "parent": "block/sandstone_stairs" -} diff --git a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/item/sandstone_wall.json b/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/item/sandstone_wall.json deleted file mode 100644 index 8c0f90ef..00000000 --- a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/item/sandstone_wall.json +++ /dev/null @@ -1,3 +0,0 @@ -{ - "parent": "block/sandstone_wall_inventory" -} diff --git a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/item/scaffolding.json b/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/item/scaffolding.json deleted file mode 100644 index 9c6d2b20..00000000 --- a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/item/scaffolding.json +++ /dev/null @@ -1,3 +0,0 @@ -{ - "parent": "block/scaffolding_stable" -} diff --git a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/item/scute.json b/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/item/scute.json deleted file mode 100644 index a0b399ef..00000000 --- a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/item/scute.json +++ /dev/null @@ -1,6 +0,0 @@ -{ - "parent": "item/generated", - "textures": { - "layer0": "item/scute" - } -} diff --git a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/item/sea_lantern.json b/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/item/sea_lantern.json deleted file mode 100644 index 8ce7df3b..00000000 --- a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/item/sea_lantern.json +++ /dev/null @@ -1,3 +0,0 @@ -{ - "parent": "block/sea_lantern" -} diff --git a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/item/sea_pickle.json b/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/item/sea_pickle.json deleted file mode 100644 index 4337017c..00000000 --- a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/item/sea_pickle.json +++ /dev/null @@ -1,6 +0,0 @@ -{ - "parent": "item/generated", - "textures": { - "layer0": "item/sea_pickle" - } -} diff --git a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/item/seagrass.json b/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/item/seagrass.json deleted file mode 100644 index 2a7d6790..00000000 --- a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/item/seagrass.json +++ /dev/null @@ -1,6 +0,0 @@ -{ - "parent": "item/generated", - "textures": { - "layer0": "item/seagrass" - } -} diff --git a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/item/shears.json b/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/item/shears.json deleted file mode 100644 index 0a90d0a9..00000000 --- a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/item/shears.json +++ /dev/null @@ -1,6 +0,0 @@ -{ - "parent": "item/generated", - "textures": { - "layer0": "item/shears" - } -} diff --git a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/item/sheep_spawn_egg.json b/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/item/sheep_spawn_egg.json deleted file mode 100644 index 765225c9..00000000 --- a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/item/sheep_spawn_egg.json +++ /dev/null @@ -1,3 +0,0 @@ -{ - "parent": "item/template_spawn_egg" -} diff --git a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/item/shield.json b/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/item/shield.json deleted file mode 100644 index a260e58b..00000000 --- a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/item/shield.json +++ /dev/null @@ -1,51 +0,0 @@ -{ - "parent": "builtin/entity", - "textures": { - "particle": "block/dark_oak_planks" - }, - "display": { - "thirdperson_righthand": { - "rotation": [ 0, 90, 0 ], - "translation": [ 10, 6, -4 ], - "scale": [ 1, 1, 1 ] - }, - "thirdperson_lefthand": { - "rotation": [ 0, 90, 0 ], - "translation": [ 10, 6, 12 ], - "scale": [ 1, 1, 1 ] - }, - "firstperson_righthand": { - "rotation": [ 0, 180, 5 ], - "translation": [ -10, 2, -10 ], - "scale": [ 1.25, 1.25, 1.25 ] - }, - "firstperson_lefthand": { - "rotation": [ 0, 180, 5 ], - "translation": [ 10, 0, -10 ], - "scale": [ 1.25, 1.25, 1.25 ] - }, - "gui": { - "rotation": [ 15, -25, -5 ], - "translation": [ 2, 3, 0 ], - "scale": [ 0.65, 0.65, 0.65 ] - }, - "fixed": { - "rotation": [ 0, 180, 0 ], - "translation": [ -2, 4, -5], - "scale":[ 0.5, 0.5, 0.5] - }, - "ground": { - "rotation": [ 0, 0, 0 ], - "translation": [ 4, 4, 2], - "scale":[ 0.25, 0.25, 0.25] - } - }, - "overrides": [ - { - "predicate": { - "blocking": 1 - }, - "model": "item/shield_blocking" - } - ] -} diff --git a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/item/shield_blocking.json b/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/item/shield_blocking.json deleted file mode 100644 index db31ce5c..00000000 --- a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/item/shield_blocking.json +++ /dev/null @@ -1,33 +0,0 @@ -{ - "parent": "builtin/entity", - "textures": { - "particle": "block/dark_oak_planks" - }, - "display": { - "thirdperson_righthand": { - "rotation": [ 45, 135, 0 ], - "translation": [ 3.51, 11, -2 ], - "scale": [ 1, 1, 1 ] - }, - "thirdperson_lefthand": { - "rotation": [ 45, 135, 0 ], - "translation": [ 13.51, 3, 5 ], - "scale": [ 1, 1, 1 ] - }, - "firstperson_righthand": { - "rotation": [ 0, 180, -5 ], - "translation": [ -15, 5, -11 ], - "scale": [ 1.25, 1.25, 1.25 ] - }, - "firstperson_lefthand": { - "rotation": [ 0, 180, -5 ], - "translation": [ 5, 5, -11 ], - "scale": [ 1.25, 1.25, 1.25 ] - }, - "gui": { - "rotation": [ 15, -25, -5 ], - "translation": [ 2, 3, 0 ], - "scale": [ 0.65, 0.65, 0.65 ] - } - } -} diff --git a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/item/shulker_box.json b/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/item/shulker_box.json deleted file mode 100644 index f9db633d..00000000 --- a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/item/shulker_box.json +++ /dev/null @@ -1,6 +0,0 @@ -{ - "parent": "item/template_shulker_box", - "textures": { - "particle": "block/shulker_box" - } -} diff --git a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/item/shulker_shell.json b/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/item/shulker_shell.json deleted file mode 100644 index 34f189cd..00000000 --- a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/item/shulker_shell.json +++ /dev/null @@ -1,6 +0,0 @@ -{ - "parent": "item/generated", - "textures": { - "layer0": "item/shulker_shell" - } -} diff --git a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/item/shulker_spawn_egg.json b/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/item/shulker_spawn_egg.json deleted file mode 100644 index 765225c9..00000000 --- a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/item/shulker_spawn_egg.json +++ /dev/null @@ -1,3 +0,0 @@ -{ - "parent": "item/template_spawn_egg" -} diff --git a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/item/sign.json b/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/item/sign.json deleted file mode 100644 index 6fa95c13..00000000 --- a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/item/sign.json +++ /dev/null @@ -1,6 +0,0 @@ -{ - "parent": "item/generated", - "textures": { - "layer0": "item/sign" - } -} diff --git a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/item/silverfish_spawn_egg.json b/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/item/silverfish_spawn_egg.json deleted file mode 100644 index 765225c9..00000000 --- a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/item/silverfish_spawn_egg.json +++ /dev/null @@ -1,3 +0,0 @@ -{ - "parent": "item/template_spawn_egg" -} diff --git a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/item/skeleton_horse_spawn_egg.json b/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/item/skeleton_horse_spawn_egg.json deleted file mode 100644 index 765225c9..00000000 --- a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/item/skeleton_horse_spawn_egg.json +++ /dev/null @@ -1,3 +0,0 @@ -{ - "parent": "item/template_spawn_egg" -} diff --git a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/item/skeleton_skull.json b/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/item/skeleton_skull.json deleted file mode 100644 index 8efea47e..00000000 --- a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/item/skeleton_skull.json +++ /dev/null @@ -1,3 +0,0 @@ -{ - "parent": "item/template_skull" -} diff --git a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/item/skeleton_spawn_egg.json b/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/item/skeleton_spawn_egg.json deleted file mode 100644 index 765225c9..00000000 --- a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/item/skeleton_spawn_egg.json +++ /dev/null @@ -1,3 +0,0 @@ -{ - "parent": "item/template_spawn_egg" -} diff --git a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/item/skull_banner_pattern.json b/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/item/skull_banner_pattern.json deleted file mode 100644 index 9eca098e..00000000 --- a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/item/skull_banner_pattern.json +++ /dev/null @@ -1,6 +0,0 @@ -{ - "parent": "item/generated", - "textures": { - "layer0": "item/skull_banner_pattern" - } -} diff --git a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/item/slime_ball.json b/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/item/slime_ball.json deleted file mode 100644 index d78a213a..00000000 --- a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/item/slime_ball.json +++ /dev/null @@ -1,6 +0,0 @@ -{ - "parent": "item/generated", - "textures": { - "layer0": "item/slime_ball" - } -} diff --git a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/item/slime_block.json b/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/item/slime_block.json deleted file mode 100644 index 3958f32f..00000000 --- a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/item/slime_block.json +++ /dev/null @@ -1,3 +0,0 @@ -{ - "parent": "block/slime_block" -} diff --git a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/item/slime_spawn_egg.json b/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/item/slime_spawn_egg.json deleted file mode 100644 index 765225c9..00000000 --- a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/item/slime_spawn_egg.json +++ /dev/null @@ -1,3 +0,0 @@ -{ - "parent": "item/template_spawn_egg" -} diff --git a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/item/smithing_table.json b/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/item/smithing_table.json deleted file mode 100644 index 57d6c54e..00000000 --- a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/item/smithing_table.json +++ /dev/null @@ -1,3 +0,0 @@ -{ - "parent": "block/smithing_table" -} diff --git a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/item/smoker.json b/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/item/smoker.json deleted file mode 100644 index c8e25a2a..00000000 --- a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/item/smoker.json +++ /dev/null @@ -1,3 +0,0 @@ -{ - "parent": "block/smoker" -} diff --git a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/item/smooth_quartz.json b/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/item/smooth_quartz.json deleted file mode 100644 index 616924fe..00000000 --- a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/item/smooth_quartz.json +++ /dev/null @@ -1,3 +0,0 @@ -{ - "parent": "block/smooth_quartz" -} diff --git a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/item/smooth_quartz_slab.json b/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/item/smooth_quartz_slab.json deleted file mode 100644 index e16786c2..00000000 --- a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/item/smooth_quartz_slab.json +++ /dev/null @@ -1,3 +0,0 @@ -{ - "parent": "block/smooth_quartz_slab" -} diff --git a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/item/smooth_quartz_stairs.json b/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/item/smooth_quartz_stairs.json deleted file mode 100644 index 49eb7a8a..00000000 --- a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/item/smooth_quartz_stairs.json +++ /dev/null @@ -1,3 +0,0 @@ -{ - "parent": "block/smooth_quartz_stairs" -} diff --git a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/item/smooth_red_sandstone.json b/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/item/smooth_red_sandstone.json deleted file mode 100644 index bf18b75a..00000000 --- a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/item/smooth_red_sandstone.json +++ /dev/null @@ -1,3 +0,0 @@ -{ - "parent": "block/smooth_red_sandstone" -} diff --git a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/item/smooth_red_sandstone_slab.json b/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/item/smooth_red_sandstone_slab.json deleted file mode 100644 index 716621bb..00000000 --- a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/item/smooth_red_sandstone_slab.json +++ /dev/null @@ -1,3 +0,0 @@ -{ - "parent": "block/smooth_red_sandstone_slab" -} diff --git a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/item/smooth_red_sandstone_stairs.json b/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/item/smooth_red_sandstone_stairs.json deleted file mode 100644 index da928aa9..00000000 --- a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/item/smooth_red_sandstone_stairs.json +++ /dev/null @@ -1,3 +0,0 @@ -{ - "parent": "block/smooth_red_sandstone_stairs" -} diff --git a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/item/smooth_sandstone.json b/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/item/smooth_sandstone.json deleted file mode 100644 index d830768c..00000000 --- a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/item/smooth_sandstone.json +++ /dev/null @@ -1,3 +0,0 @@ -{ - "parent": "block/smooth_sandstone" -} diff --git a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/item/smooth_sandstone_slab.json b/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/item/smooth_sandstone_slab.json deleted file mode 100644 index 118e1804..00000000 --- a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/item/smooth_sandstone_slab.json +++ /dev/null @@ -1,3 +0,0 @@ -{ - "parent": "block/smooth_sandstone_slab" -} diff --git a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/item/smooth_sandstone_stairs.json b/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/item/smooth_sandstone_stairs.json deleted file mode 100644 index a968566a..00000000 --- a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/item/smooth_sandstone_stairs.json +++ /dev/null @@ -1,3 +0,0 @@ -{ - "parent": "block/smooth_sandstone_stairs" -} diff --git a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/item/smooth_stone.json b/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/item/smooth_stone.json deleted file mode 100644 index ba1c0ab9..00000000 --- a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/item/smooth_stone.json +++ /dev/null @@ -1,3 +0,0 @@ -{ - "parent": "block/smooth_stone" -} diff --git a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/item/smooth_stone_slab.json b/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/item/smooth_stone_slab.json deleted file mode 100644 index 56b2ac35..00000000 --- a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/item/smooth_stone_slab.json +++ /dev/null @@ -1,3 +0,0 @@ -{ - "parent": "block/smooth_stone_slab" -} diff --git a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/item/snow.json b/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/item/snow.json deleted file mode 100644 index af2f0121..00000000 --- a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/item/snow.json +++ /dev/null @@ -1,3 +0,0 @@ -{ - "parent": "block/snow_height2" -} diff --git a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/item/snow_block.json b/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/item/snow_block.json deleted file mode 100644 index 87b8ee66..00000000 --- a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/item/snow_block.json +++ /dev/null @@ -1,3 +0,0 @@ -{ - "parent": "block/snow_block" -} diff --git a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/item/snowball.json b/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/item/snowball.json deleted file mode 100644 index 54087cfd..00000000 --- a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/item/snowball.json +++ /dev/null @@ -1,6 +0,0 @@ -{ - "parent": "item/generated", - "textures": { - "layer0": "item/snowball" - } -} diff --git a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/item/soul_sand.json b/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/item/soul_sand.json deleted file mode 100644 index bb214e31..00000000 --- a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/item/soul_sand.json +++ /dev/null @@ -1,3 +0,0 @@ -{ - "parent": "block/soul_sand" -} diff --git a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/item/spawner.json b/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/item/spawner.json deleted file mode 100644 index ecd30956..00000000 --- a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/item/spawner.json +++ /dev/null @@ -1,3 +0,0 @@ -{ - "parent": "block/spawner" -} diff --git a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/item/spectral_arrow.json b/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/item/spectral_arrow.json deleted file mode 100644 index d7b5f27d..00000000 --- a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/item/spectral_arrow.json +++ /dev/null @@ -1,6 +0,0 @@ -{ - "parent": "item/generated", - "textures": { - "layer0": "item/spectral_arrow" - } -} diff --git a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/item/spider_eye.json b/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/item/spider_eye.json deleted file mode 100644 index a24bcb5f..00000000 --- a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/item/spider_eye.json +++ /dev/null @@ -1,6 +0,0 @@ -{ - "parent": "item/generated", - "textures": { - "layer0": "item/spider_eye" - } -} diff --git a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/item/spider_spawn_egg.json b/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/item/spider_spawn_egg.json deleted file mode 100644 index 765225c9..00000000 --- a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/item/spider_spawn_egg.json +++ /dev/null @@ -1,3 +0,0 @@ -{ - "parent": "item/template_spawn_egg" -} diff --git a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/item/splash_potion.json b/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/item/splash_potion.json deleted file mode 100644 index d9aaa6b8..00000000 --- a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/item/splash_potion.json +++ /dev/null @@ -1,7 +0,0 @@ -{ - "parent": "item/generated", - "textures": { - "layer0": "item/potion_overlay", - "layer1": "item/splash_potion" - } -} diff --git a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/item/sponge.json b/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/item/sponge.json deleted file mode 100644 index be0af22f..00000000 --- a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/item/sponge.json +++ /dev/null @@ -1,3 +0,0 @@ -{ - "parent": "block/sponge" -} diff --git a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/item/spruce_boat.json b/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/item/spruce_boat.json deleted file mode 100644 index fcb2815a..00000000 --- a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/item/spruce_boat.json +++ /dev/null @@ -1,6 +0,0 @@ -{ - "parent": "item/generated", - "textures": { - "layer0": "item/spruce_boat" - } -} diff --git a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/item/spruce_button.json b/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/item/spruce_button.json deleted file mode 100644 index 6a0b73c6..00000000 --- a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/item/spruce_button.json +++ /dev/null @@ -1,3 +0,0 @@ -{ - "parent": "block/spruce_button_inventory" -} diff --git a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/item/spruce_door.json b/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/item/spruce_door.json deleted file mode 100644 index a2c5bf86..00000000 --- a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/item/spruce_door.json +++ /dev/null @@ -1,6 +0,0 @@ -{ - "parent": "item/generated", - "textures": { - "layer0": "item/spruce_door" - } -} diff --git a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/item/spruce_fence.json b/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/item/spruce_fence.json deleted file mode 100644 index fccc7be6..00000000 --- a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/item/spruce_fence.json +++ /dev/null @@ -1,3 +0,0 @@ -{ - "parent": "block/spruce_fence_inventory" -} diff --git a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/item/spruce_fence_gate.json b/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/item/spruce_fence_gate.json deleted file mode 100644 index 18eecb81..00000000 --- a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/item/spruce_fence_gate.json +++ /dev/null @@ -1,3 +0,0 @@ -{ - "parent": "block/spruce_fence_gate" -} diff --git a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/item/spruce_leaves.json b/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/item/spruce_leaves.json deleted file mode 100644 index 0fc2b066..00000000 --- a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/item/spruce_leaves.json +++ /dev/null @@ -1,3 +0,0 @@ -{ - "parent": "block/spruce_leaves" -} diff --git a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/item/spruce_log.json b/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/item/spruce_log.json deleted file mode 100644 index 702dccc4..00000000 --- a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/item/spruce_log.json +++ /dev/null @@ -1,3 +0,0 @@ -{ - "parent": "block/spruce_log" -} diff --git a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/item/spruce_planks.json b/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/item/spruce_planks.json deleted file mode 100644 index 05d60747..00000000 --- a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/item/spruce_planks.json +++ /dev/null @@ -1,3 +0,0 @@ -{ - "parent": "block/spruce_planks" -} diff --git a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/item/spruce_pressure_plate.json b/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/item/spruce_pressure_plate.json deleted file mode 100644 index 05ecb9c5..00000000 --- a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/item/spruce_pressure_plate.json +++ /dev/null @@ -1,3 +0,0 @@ -{ - "parent": "block/spruce_pressure_plate" -} diff --git a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/item/spruce_sapling.json b/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/item/spruce_sapling.json deleted file mode 100644 index b03637c9..00000000 --- a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/item/spruce_sapling.json +++ /dev/null @@ -1,6 +0,0 @@ -{ - "parent": "item/generated", - "textures": { - "layer0": "block/spruce_sapling" - } -} diff --git a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/item/spruce_sign.json b/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/item/spruce_sign.json deleted file mode 100644 index f3b706cd..00000000 --- a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/item/spruce_sign.json +++ /dev/null @@ -1,6 +0,0 @@ -{ - "parent": "item/generated", - "textures": { - "layer0": "item/spruce_sign" - } -} diff --git a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/item/spruce_slab.json b/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/item/spruce_slab.json deleted file mode 100644 index 4ad1bc91..00000000 --- a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/item/spruce_slab.json +++ /dev/null @@ -1,3 +0,0 @@ -{ - "parent": "block/spruce_slab" -} diff --git a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/item/spruce_stairs.json b/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/item/spruce_stairs.json deleted file mode 100644 index c69594a3..00000000 --- a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/item/spruce_stairs.json +++ /dev/null @@ -1,3 +0,0 @@ -{ - "parent": "block/spruce_stairs" -} diff --git a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/item/spruce_trapdoor.json b/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/item/spruce_trapdoor.json deleted file mode 100644 index 83dd4d02..00000000 --- a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/item/spruce_trapdoor.json +++ /dev/null @@ -1,3 +0,0 @@ -{ - "parent": "block/spruce_trapdoor_bottom" -} diff --git a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/item/spruce_wood.json b/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/item/spruce_wood.json deleted file mode 100644 index eabcd7ce..00000000 --- a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/item/spruce_wood.json +++ /dev/null @@ -1,3 +0,0 @@ -{ - "parent": "block/spruce_wood" -} diff --git a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/item/squid_spawn_egg.json b/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/item/squid_spawn_egg.json deleted file mode 100644 index 765225c9..00000000 --- a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/item/squid_spawn_egg.json +++ /dev/null @@ -1,3 +0,0 @@ -{ - "parent": "item/template_spawn_egg" -} diff --git a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/item/stick.json b/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/item/stick.json deleted file mode 100644 index 0f000b81..00000000 --- a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/item/stick.json +++ /dev/null @@ -1,6 +0,0 @@ -{ - "parent": "item/handheld", - "textures": { - "layer0": "item/stick" - } -} diff --git a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/item/sticky_piston.json b/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/item/sticky_piston.json deleted file mode 100644 index f55667a7..00000000 --- a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/item/sticky_piston.json +++ /dev/null @@ -1,3 +0,0 @@ -{ - "parent": "block/sticky_piston_inventory" -} diff --git a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/item/stone.json b/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/item/stone.json deleted file mode 100644 index 68982f03..00000000 --- a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/item/stone.json +++ /dev/null @@ -1,3 +0,0 @@ -{ - "parent": "block/stone" -} diff --git a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/item/stone_axe.json b/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/item/stone_axe.json deleted file mode 100644 index 2392a50a..00000000 --- a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/item/stone_axe.json +++ /dev/null @@ -1,6 +0,0 @@ -{ - "parent": "item/handheld", - "textures": { - "layer0": "item/stone_axe" - } -} diff --git a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/item/stone_brick_slab.json b/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/item/stone_brick_slab.json deleted file mode 100644 index 8adeb25c..00000000 --- a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/item/stone_brick_slab.json +++ /dev/null @@ -1,3 +0,0 @@ -{ - "parent": "block/stone_brick_slab" -} diff --git a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/item/stone_brick_stairs.json b/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/item/stone_brick_stairs.json deleted file mode 100644 index 30e682e1..00000000 --- a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/item/stone_brick_stairs.json +++ /dev/null @@ -1,3 +0,0 @@ -{ - "parent": "block/stone_brick_stairs" -} diff --git a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/item/stone_brick_wall.json b/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/item/stone_brick_wall.json deleted file mode 100644 index 7ebac89b..00000000 --- a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/item/stone_brick_wall.json +++ /dev/null @@ -1,3 +0,0 @@ -{ - "parent": "block/stone_brick_wall_inventory" -} diff --git a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/item/stone_bricks.json b/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/item/stone_bricks.json deleted file mode 100644 index 64b053db..00000000 --- a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/item/stone_bricks.json +++ /dev/null @@ -1,3 +0,0 @@ -{ - "parent": "block/stone_bricks" -} diff --git a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/item/stone_button.json b/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/item/stone_button.json deleted file mode 100644 index 2ef9acb7..00000000 --- a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/item/stone_button.json +++ /dev/null @@ -1,3 +0,0 @@ -{ - "parent": "block/stone_button_inventory" -} diff --git a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/item/stone_hoe.json b/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/item/stone_hoe.json deleted file mode 100644 index 644f0dfc..00000000 --- a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/item/stone_hoe.json +++ /dev/null @@ -1,6 +0,0 @@ -{ - "parent": "item/handheld", - "textures": { - "layer0": "item/stone_hoe" - } -} diff --git a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/item/stone_pickaxe.json b/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/item/stone_pickaxe.json deleted file mode 100644 index f8555971..00000000 --- a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/item/stone_pickaxe.json +++ /dev/null @@ -1,6 +0,0 @@ -{ - "parent": "item/handheld", - "textures": { - "layer0": "item/stone_pickaxe" - } -} diff --git a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/item/stone_pressure_plate.json b/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/item/stone_pressure_plate.json deleted file mode 100644 index ee6b52fa..00000000 --- a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/item/stone_pressure_plate.json +++ /dev/null @@ -1,3 +0,0 @@ -{ - "parent": "block/stone_pressure_plate" -} diff --git a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/item/stone_shovel.json b/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/item/stone_shovel.json deleted file mode 100644 index 0998a064..00000000 --- a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/item/stone_shovel.json +++ /dev/null @@ -1,6 +0,0 @@ -{ - "parent": "item/handheld", - "textures": { - "layer0": "item/stone_shovel" - } -} diff --git a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/item/stone_slab.json b/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/item/stone_slab.json deleted file mode 100644 index 82ded8fe..00000000 --- a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/item/stone_slab.json +++ /dev/null @@ -1,3 +0,0 @@ -{ - "parent": "block/stone_slab" -} diff --git a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/item/stone_stairs.json b/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/item/stone_stairs.json deleted file mode 100644 index 65107ed7..00000000 --- a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/item/stone_stairs.json +++ /dev/null @@ -1,3 +0,0 @@ -{ - "parent": "block/stone_stairs" -} diff --git a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/item/stone_sword.json b/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/item/stone_sword.json deleted file mode 100644 index 07b51646..00000000 --- a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/item/stone_sword.json +++ /dev/null @@ -1,6 +0,0 @@ -{ - "parent": "item/handheld", - "textures": { - "layer0": "item/stone_sword" - } -} diff --git a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/item/stonecutter.json b/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/item/stonecutter.json deleted file mode 100644 index 838a67a0..00000000 --- a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/item/stonecutter.json +++ /dev/null @@ -1,3 +0,0 @@ -{ - "parent": "block/stonecutter" -} diff --git a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/item/stray_spawn_egg.json b/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/item/stray_spawn_egg.json deleted file mode 100644 index 765225c9..00000000 --- a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/item/stray_spawn_egg.json +++ /dev/null @@ -1,3 +0,0 @@ -{ - "parent": "item/template_spawn_egg" -} diff --git a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/item/string.json b/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/item/string.json deleted file mode 100644 index c372e8b2..00000000 --- a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/item/string.json +++ /dev/null @@ -1,6 +0,0 @@ -{ - "parent": "item/generated", - "textures": { - "layer0": "item/string" - } -} diff --git a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/item/stripped_acacia_log.json b/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/item/stripped_acacia_log.json deleted file mode 100644 index de28244d..00000000 --- a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/item/stripped_acacia_log.json +++ /dev/null @@ -1,3 +0,0 @@ -{ - "parent": "block/stripped_acacia_log" -} diff --git a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/item/stripped_acacia_wood.json b/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/item/stripped_acacia_wood.json deleted file mode 100644 index 4cdb7d8f..00000000 --- a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/item/stripped_acacia_wood.json +++ /dev/null @@ -1,3 +0,0 @@ -{ - "parent": "block/stripped_acacia_wood" -} diff --git a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/item/stripped_birch_log.json b/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/item/stripped_birch_log.json deleted file mode 100644 index 196df713..00000000 --- a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/item/stripped_birch_log.json +++ /dev/null @@ -1,3 +0,0 @@ -{ - "parent": "block/stripped_birch_log" -} diff --git a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/item/stripped_birch_wood.json b/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/item/stripped_birch_wood.json deleted file mode 100644 index 1ce42d9a..00000000 --- a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/item/stripped_birch_wood.json +++ /dev/null @@ -1,3 +0,0 @@ -{ - "parent": "block/stripped_birch_wood" -} diff --git a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/item/stripped_dark_oak_log.json b/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/item/stripped_dark_oak_log.json deleted file mode 100644 index 37644cd8..00000000 --- a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/item/stripped_dark_oak_log.json +++ /dev/null @@ -1,3 +0,0 @@ -{ - "parent": "block/stripped_dark_oak_log" -} diff --git a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/item/stripped_dark_oak_wood.json b/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/item/stripped_dark_oak_wood.json deleted file mode 100644 index 27bcd03f..00000000 --- a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/item/stripped_dark_oak_wood.json +++ /dev/null @@ -1,3 +0,0 @@ -{ - "parent": "block/stripped_dark_oak_wood" -} diff --git a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/item/stripped_jungle_log.json b/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/item/stripped_jungle_log.json deleted file mode 100644 index aebe70c8..00000000 --- a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/item/stripped_jungle_log.json +++ /dev/null @@ -1,3 +0,0 @@ -{ - "parent": "block/stripped_jungle_log" -} diff --git a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/item/stripped_jungle_wood.json b/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/item/stripped_jungle_wood.json deleted file mode 100644 index 43391624..00000000 --- a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/item/stripped_jungle_wood.json +++ /dev/null @@ -1,3 +0,0 @@ -{ - "parent": "block/stripped_jungle_wood" -} diff --git a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/item/stripped_oak_log.json b/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/item/stripped_oak_log.json deleted file mode 100644 index 11882661..00000000 --- a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/item/stripped_oak_log.json +++ /dev/null @@ -1,3 +0,0 @@ -{ - "parent": "block/stripped_oak_log" -} diff --git a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/item/stripped_oak_wood.json b/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/item/stripped_oak_wood.json deleted file mode 100644 index fd1ba70f..00000000 --- a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/item/stripped_oak_wood.json +++ /dev/null @@ -1,3 +0,0 @@ -{ - "parent": "block/stripped_oak_wood" -} diff --git a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/item/stripped_spruce_log.json b/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/item/stripped_spruce_log.json deleted file mode 100644 index 58f402f2..00000000 --- a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/item/stripped_spruce_log.json +++ /dev/null @@ -1,3 +0,0 @@ -{ - "parent": "block/stripped_spruce_log" -} diff --git a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/item/stripped_spruce_wood.json b/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/item/stripped_spruce_wood.json deleted file mode 100644 index 33db75f7..00000000 --- a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/item/stripped_spruce_wood.json +++ /dev/null @@ -1,3 +0,0 @@ -{ - "parent": "block/stripped_spruce_wood" -} diff --git a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/item/structure_block.json b/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/item/structure_block.json deleted file mode 100644 index 14bed985..00000000 --- a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/item/structure_block.json +++ /dev/null @@ -1,3 +0,0 @@ -{ - "parent": "block/structure_block" -} diff --git a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/item/structure_void.json b/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/item/structure_void.json deleted file mode 100644 index 155198b4..00000000 --- a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/item/structure_void.json +++ /dev/null @@ -1,6 +0,0 @@ -{ - "parent": "item/generated", - "textures": { - "layer0": "item/structure_void" - } -} diff --git a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/item/sugar.json b/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/item/sugar.json deleted file mode 100644 index c3769929..00000000 --- a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/item/sugar.json +++ /dev/null @@ -1,6 +0,0 @@ -{ - "parent": "item/generated", - "textures": { - "layer0": "item/sugar" - } -} diff --git a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/item/sugar_cane.json b/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/item/sugar_cane.json deleted file mode 100644 index bb54fd4b..00000000 --- a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/item/sugar_cane.json +++ /dev/null @@ -1,6 +0,0 @@ -{ - "parent": "item/generated", - "textures": { - "layer0": "item/sugar_cane" - } -} diff --git a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/item/sunflower.json b/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/item/sunflower.json deleted file mode 100644 index a383f464..00000000 --- a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/item/sunflower.json +++ /dev/null @@ -1,6 +0,0 @@ -{ - "parent": "item/generated", - "textures": { - "layer0": "block/sunflower_front" - } -} diff --git a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/item/suspicious_stew.json b/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/item/suspicious_stew.json deleted file mode 100644 index 55c7cfd7..00000000 --- a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/item/suspicious_stew.json +++ /dev/null @@ -1,6 +0,0 @@ -{ - "parent": "item/generated", - "textures": { - "layer0": "item/suspicious_stew" - } -} diff --git a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/item/sweet_berries.json b/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/item/sweet_berries.json deleted file mode 100644 index a0f36db2..00000000 --- a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/item/sweet_berries.json +++ /dev/null @@ -1,6 +0,0 @@ -{ - "parent": "item/generated", - "textures": { - "layer0": "item/sweet_berries" - } -} diff --git a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/item/tall_grass.json b/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/item/tall_grass.json deleted file mode 100644 index f05c5028..00000000 --- a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/item/tall_grass.json +++ /dev/null @@ -1,6 +0,0 @@ -{ - "parent": "item/generated", - "textures": { - "layer0": "block/tall_grass_top" - } -} diff --git a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/item/template_banner.json b/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/item/template_banner.json deleted file mode 100644 index 0b03d27a..00000000 --- a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/item/template_banner.json +++ /dev/null @@ -1,38 +0,0 @@ -{ - "parent": "builtin/entity", - "textures": { - "particle": "block/oak_planks" - }, - "display": { - "thirdperson_righthand": { - "rotation": [ 0, 90, 0 ], - "translation": [ 0, 2, 0.5], - "scale":[ 0.375, 0.375, 0.375] - }, - "firstperson_righthand": { - "rotation": [ 0, 90, 0 ], - "translation": [ 0, 0, 0], - "scale":[ 0.375, 0.375, 0.375] - }, - "gui": { - "rotation": [ 30, 20, 0 ], - "translation": [ 0, -3.25, 0], - "scale":[ 0.5325, 0.5325, 0.5325] - }, - "ground": { - "rotation": [ 0, 0, 0 ], - "translation": [ 0, 1, 0], - "scale":[ 0.25, 0.25, 0.25] - }, - "head": { - "rotation": [ 0, 180, 0 ], - "translation": [ 0, 16, 7], - "scale":[ 1.5, 1.5, 1.5 ] - }, - "fixed": { - "rotation": [ 0, 180, 0 ], - "translation": [ 0, 0, 0], - "scale":[ 0.5, 0.5, 0.5] - } - } -} diff --git a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/item/template_bed.json b/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/item/template_bed.json deleted file mode 100644 index b0c6ee0c..00000000 --- a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/item/template_bed.json +++ /dev/null @@ -1,35 +0,0 @@ -{ - "parent": "builtin/entity", - "display": { - "thirdperson_righthand": { - "rotation": [ 30, 160, 0 ], - "translation": [ 0, 3, -2], - "scale":[ 0.23, 0.23, 0.23] - }, - "firstperson_righthand": { - "rotation": [ 30, 160, 0 ], - "translation": [ 0, 3, 0], - "scale":[ 0.375, 0.375, 0.375] - }, - "gui": { - "rotation": [ 30, 160, 0 ], - "translation": [ 2, 3, 0], - "scale":[ 0.5325, 0.5325, 0.5325] - }, - "ground": { - "rotation": [ 0, 0, 0 ], - "translation": [ 0, 1, 0], - "scale":[ 0.25, 0.25, 0.25] - }, - "head": { - "rotation": [ 0, 180, 0 ], - "translation": [ 0, 10, -8], - "scale":[ 1,1,1 ] - }, - "fixed": { - "rotation": [ 270, 0, 0 ], - "translation": [ 0, 4, -2], - "scale":[ 0.5, 0.5, 0.5] - } - } -} diff --git a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/item/template_shulker_box.json b/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/item/template_shulker_box.json deleted file mode 100644 index 7bfe2e69..00000000 --- a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/item/template_shulker_box.json +++ /dev/null @@ -1,35 +0,0 @@ -{ - "parent": "builtin/entity", - "display": { - "gui": { - "rotation": [ 30, 45, 0 ], - "translation": [ 0, 0, 0], - "scale":[ 0.625, 0.625, 0.625 ] - }, - "ground": { - "rotation": [ 0, 0, 0 ], - "translation": [ 0, 3, 0], - "scale":[ 0.25, 0.25, 0.25 ] - }, - "head": { - "rotation": [ 0, 180, 0 ], - "translation": [ 0, 0, 0], - "scale":[ 1, 1, 1] - }, - "fixed": { - "rotation": [ 0, 180, 0 ], - "translation": [ 0, 0, 0], - "scale":[ 0.5, 0.5, 0.5 ] - }, - "thirdperson_righthand": { - "rotation": [ 75, 315, 0 ], - "translation": [ 0, 2.5, 0], - "scale": [ 0.375, 0.375, 0.375 ] - }, - "firstperson_righthand": { - "rotation": [ 0, 315, 0 ], - "translation": [ 0, 0, 0], - "scale": [ 0.4, 0.4, 0.4 ] - } - } -} diff --git a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/item/template_skull.json b/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/item/template_skull.json deleted file mode 100644 index 232416fc..00000000 --- a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/item/template_skull.json +++ /dev/null @@ -1,28 +0,0 @@ -{ - "parent": "builtin/entity", - "textures": { - "particle": "block/soul_sand" - }, - "display": { - "gui": { - "rotation": [ 30, 45, 0 ], - "translation": [ 0, 3, 0 ], - "scale": [ 1, 1, 1 ] - }, - "fixed": { - "rotation": [ 0, 180, 0 ], - "translation": [ 0, 4, 0], - "scale":[ 1, 1, 1 ] - }, - "ground": { - "rotation": [ 0, 0, 0 ], - "translation": [ 0, 3, 0 ], - "scale": [ 0.5, 0.5, 0.5 ] - }, - "thirdperson_righthand": { - "rotation": [ 45, 45, 0 ], - "translation": [ 0, 3, 0 ], - "scale": [ 0.5, 0.5, 0.5 ] - } - } -} diff --git a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/item/template_spawn_egg.json b/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/item/template_spawn_egg.json deleted file mode 100644 index 4ae4b4c2..00000000 --- a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/item/template_spawn_egg.json +++ /dev/null @@ -1,7 +0,0 @@ -{ - "parent": "item/generated", - "textures": { - "layer0": "item/spawn_egg", - "layer1": "item/spawn_egg_overlay" - } -} diff --git a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/item/terracotta.json b/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/item/terracotta.json deleted file mode 100644 index f46a585d..00000000 --- a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/item/terracotta.json +++ /dev/null @@ -1,3 +0,0 @@ -{ - "parent": "block/terracotta" -} diff --git a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/item/tipped_arrow.json b/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/item/tipped_arrow.json deleted file mode 100644 index 578defec..00000000 --- a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/item/tipped_arrow.json +++ /dev/null @@ -1,7 +0,0 @@ -{ - "parent": "item/generated", - "textures": { - "layer0": "item/tipped_arrow_head", - "layer1": "item/tipped_arrow_base" - } -} diff --git a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/item/tnt.json b/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/item/tnt.json deleted file mode 100644 index ba1dec1c..00000000 --- a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/item/tnt.json +++ /dev/null @@ -1,3 +0,0 @@ -{ - "parent": "block/tnt" -} diff --git a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/item/tnt_minecart.json b/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/item/tnt_minecart.json deleted file mode 100644 index df22af26..00000000 --- a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/item/tnt_minecart.json +++ /dev/null @@ -1,6 +0,0 @@ -{ - "parent": "item/generated", - "textures": { - "layer0": "item/tnt_minecart" - } -} diff --git a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/item/torch.json b/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/item/torch.json deleted file mode 100644 index 157031eb..00000000 --- a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/item/torch.json +++ /dev/null @@ -1,6 +0,0 @@ -{ - "parent": "item/generated", - "textures": { - "layer0": "block/torch" - } -} diff --git a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/item/totem_of_undying.json b/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/item/totem_of_undying.json deleted file mode 100644 index 47b4b511..00000000 --- a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/item/totem_of_undying.json +++ /dev/null @@ -1,6 +0,0 @@ -{ - "parent": "item/generated", - "textures": { - "layer0": "item/totem_of_undying" - } -} diff --git a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/item/trader_llama_spawn_egg.json b/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/item/trader_llama_spawn_egg.json deleted file mode 100644 index 765225c9..00000000 --- a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/item/trader_llama_spawn_egg.json +++ /dev/null @@ -1,3 +0,0 @@ -{ - "parent": "item/template_spawn_egg" -} diff --git a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/item/trapped_chest.json b/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/item/trapped_chest.json deleted file mode 100644 index c7435714..00000000 --- a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/item/trapped_chest.json +++ /dev/null @@ -1,3 +0,0 @@ -{ - "parent": "item/chest" -} diff --git a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/item/trident.json b/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/item/trident.json deleted file mode 100644 index 8669b3ee..00000000 --- a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/item/trident.json +++ /dev/null @@ -1,6 +0,0 @@ -{ - "parent": "item/generated", - "textures": { - "layer0": "item/trident" - } -} diff --git a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/item/trident_in_hand.json b/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/item/trident_in_hand.json deleted file mode 100644 index 307b3895..00000000 --- a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/item/trident_in_hand.json +++ /dev/null @@ -1,51 +0,0 @@ -{ - "parent": "builtin/entity", - "textures": { - "particle": "item/trident" - }, - "display": { - "thirdperson_righthand": { - "rotation": [ 0, 60, 0 ], - "translation": [ 11, 17, -2 ], - "scale": [ 1, 1, 1 ] - }, - "thirdperson_lefthand": { - "rotation": [ 0, 60, 0 ], - "translation": [ 3, 17, 12 ], - "scale": [ 1, 1, 1 ] - }, - "firstperson_righthand": { - "rotation": [ 0, -90, 25 ], - "translation": [ -3, 17, 1], - "scale": [ 1, 1, 1 ] - }, - "firstperson_lefthand": { - "rotation": [ 0, 90, -25 ], - "translation": [ 13, 17, 1], - "scale": [ 1, 1, 1 ] - }, - "gui": { - "rotation": [ 15, -25, -5 ], - "translation": [ 2, 3, 0 ], - "scale": [ 0.65, 0.65, 0.65 ] - }, - "fixed": { - "rotation": [ 0, 180, 0 ], - "translation": [ -2, 4, -5], - "scale":[ 0.5, 0.5, 0.5] - }, - "ground": { - "rotation": [ 0, 0, 0 ], - "translation": [ 4, 4, 2], - "scale":[ 0.25, 0.25, 0.25] - } - }, - "overrides": [ - { - "predicate": { - "throwing": 1 - }, - "model": "item/trident_throwing" - } - ] -} diff --git a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/item/trident_throwing.json b/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/item/trident_throwing.json deleted file mode 100644 index 2135b512..00000000 --- a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/item/trident_throwing.json +++ /dev/null @@ -1,43 +0,0 @@ -{ - "parent": "builtin/entity", - "textures": { - "particle": "item/trident" - }, - "display": { - "thirdperson_righthand": { - "rotation": [ 0, 90, 180 ], - "translation": [ 8, -17, 9 ], - "scale": [ 1, 1, 1 ] - }, - "thirdperson_lefthand": { - "rotation": [ 0, 90, 180 ], - "translation": [ 8, -17, -7 ], - "scale": [ 1, 1, 1 ] - }, - "firstperson_righthand": { - "rotation": [ 0, -90, 25 ], - "translation": [ -3, 17, 1], - "scale": [ 1, 1, 1 ] - }, - "firstperson_lefthand": { - "rotation": [ 0, 90, -25 ], - "translation": [ 13, 17, 1], - "scale": [ 1, 1, 1 ] - }, - "gui": { - "rotation": [ 15, -25, -5 ], - "translation": [ 2, 3, 0 ], - "scale": [ 0.65, 0.65, 0.65 ] - }, - "fixed": { - "rotation": [ 0, 180, 0 ], - "translation": [ -2, 4, -5], - "scale":[ 0.5, 0.5, 0.5] - }, - "ground": { - "rotation": [ 0, 0, 0 ], - "translation": [ 4, 4, 2], - "scale":[ 0.25, 0.25, 0.25] - } - } -} diff --git a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/item/tripwire_hook.json b/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/item/tripwire_hook.json deleted file mode 100644 index 01958857..00000000 --- a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/item/tripwire_hook.json +++ /dev/null @@ -1,6 +0,0 @@ -{ - "parent": "item/generated", - "textures": { - "layer0": "block/tripwire_hook" - } -} diff --git a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/item/tropical_fish.json b/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/item/tropical_fish.json deleted file mode 100644 index a29ca82a..00000000 --- a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/item/tropical_fish.json +++ /dev/null @@ -1,6 +0,0 @@ -{ - "parent": "item/generated", - "textures": { - "layer0": "item/tropical_fish" - } -} diff --git a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/item/tropical_fish_bucket.json b/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/item/tropical_fish_bucket.json deleted file mode 100644 index c3853e1b..00000000 --- a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/item/tropical_fish_bucket.json +++ /dev/null @@ -1,6 +0,0 @@ -{ - "parent": "item/generated", - "textures": { - "layer0": "item/tropical_fish_bucket" - } -} diff --git a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/item/tropical_fish_spawn_egg.json b/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/item/tropical_fish_spawn_egg.json deleted file mode 100644 index 765225c9..00000000 --- a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/item/tropical_fish_spawn_egg.json +++ /dev/null @@ -1,3 +0,0 @@ -{ - "parent": "item/template_spawn_egg" -} diff --git a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/item/tube_coral.json b/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/item/tube_coral.json deleted file mode 100644 index e5255752..00000000 --- a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/item/tube_coral.json +++ /dev/null @@ -1,6 +0,0 @@ -{ - "parent": "item/generated", - "textures": { - "layer0": "block/tube_coral" - } -} diff --git a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/item/tube_coral_block.json b/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/item/tube_coral_block.json deleted file mode 100644 index 6778672a..00000000 --- a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/item/tube_coral_block.json +++ /dev/null @@ -1,3 +0,0 @@ -{ - "parent": "block/tube_coral_block" -} diff --git a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/item/tube_coral_fan.json b/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/item/tube_coral_fan.json deleted file mode 100644 index 84d1b0c4..00000000 --- a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/item/tube_coral_fan.json +++ /dev/null @@ -1,6 +0,0 @@ -{ - "parent": "item/generated", - "textures": { - "layer0": "block/tube_coral_fan" - } -} diff --git a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/item/tube_coral_wall_fan.json b/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/item/tube_coral_wall_fan.json deleted file mode 100644 index 84d1b0c4..00000000 --- a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/item/tube_coral_wall_fan.json +++ /dev/null @@ -1,6 +0,0 @@ -{ - "parent": "item/generated", - "textures": { - "layer0": "block/tube_coral_fan" - } -} diff --git a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/item/turtle_egg.json b/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/item/turtle_egg.json deleted file mode 100644 index d463828f..00000000 --- a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/item/turtle_egg.json +++ /dev/null @@ -1,6 +0,0 @@ -{ - "parent": "item/generated", - "textures": { - "layer0": "item/turtle_egg" - } -} diff --git a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/item/turtle_helmet.json b/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/item/turtle_helmet.json deleted file mode 100644 index cc979c51..00000000 --- a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/item/turtle_helmet.json +++ /dev/null @@ -1,6 +0,0 @@ -{ - "parent": "item/generated", - "textures": { - "layer0": "item/turtle_helmet" - } -} diff --git a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/item/turtle_spawn_egg.json b/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/item/turtle_spawn_egg.json deleted file mode 100644 index 765225c9..00000000 --- a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/item/turtle_spawn_egg.json +++ /dev/null @@ -1,3 +0,0 @@ -{ - "parent": "item/template_spawn_egg" -} diff --git a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/item/vex_spawn_egg.json b/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/item/vex_spawn_egg.json deleted file mode 100644 index 765225c9..00000000 --- a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/item/vex_spawn_egg.json +++ /dev/null @@ -1,3 +0,0 @@ -{ - "parent": "item/template_spawn_egg" -} diff --git a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/item/villager_spawn_egg.json b/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/item/villager_spawn_egg.json deleted file mode 100644 index 765225c9..00000000 --- a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/item/villager_spawn_egg.json +++ /dev/null @@ -1,3 +0,0 @@ -{ - "parent": "item/template_spawn_egg" -} diff --git a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/item/vindicator_spawn_egg.json b/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/item/vindicator_spawn_egg.json deleted file mode 100644 index 765225c9..00000000 --- a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/item/vindicator_spawn_egg.json +++ /dev/null @@ -1,3 +0,0 @@ -{ - "parent": "item/template_spawn_egg" -} diff --git a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/item/vine.json b/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/item/vine.json deleted file mode 100644 index 50920225..00000000 --- a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/item/vine.json +++ /dev/null @@ -1,6 +0,0 @@ -{ - "parent": "item/generated", - "textures": { - "layer0": "block/vine" - } -} diff --git a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/item/wandering_trader_spawn_egg.json b/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/item/wandering_trader_spawn_egg.json deleted file mode 100644 index 765225c9..00000000 --- a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/item/wandering_trader_spawn_egg.json +++ /dev/null @@ -1,3 +0,0 @@ -{ - "parent": "item/template_spawn_egg" -} diff --git a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/item/water_bucket.json b/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/item/water_bucket.json deleted file mode 100644 index f736bc03..00000000 --- a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/item/water_bucket.json +++ /dev/null @@ -1,6 +0,0 @@ -{ - "parent": "item/generated", - "textures": { - "layer0": "item/water_bucket" - } -} diff --git a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/item/wet_sponge.json b/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/item/wet_sponge.json deleted file mode 100644 index 04d89b49..00000000 --- a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/item/wet_sponge.json +++ /dev/null @@ -1,3 +0,0 @@ -{ - "parent": "block/wet_sponge" -} diff --git a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/item/wheat.json b/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/item/wheat.json deleted file mode 100644 index a426ed64..00000000 --- a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/item/wheat.json +++ /dev/null @@ -1,6 +0,0 @@ -{ - "parent": "item/generated", - "textures": { - "layer0": "item/wheat" - } -} diff --git a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/item/wheat_seeds.json b/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/item/wheat_seeds.json deleted file mode 100644 index e3eda8b4..00000000 --- a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/item/wheat_seeds.json +++ /dev/null @@ -1,6 +0,0 @@ -{ - "parent": "item/generated", - "textures": { - "layer0": "item/wheat_seeds" - } -} diff --git a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/item/white_banner.json b/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/item/white_banner.json deleted file mode 100644 index 9d43dcc2..00000000 --- a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/item/white_banner.json +++ /dev/null @@ -1,3 +0,0 @@ -{ - "parent": "item/template_banner" -} diff --git a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/item/white_bed.json b/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/item/white_bed.json deleted file mode 100644 index 5cb329fc..00000000 --- a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/item/white_bed.json +++ /dev/null @@ -1,6 +0,0 @@ -{ - "parent": "item/template_bed", - "textures": { - "particle": "block/white_wool" - } -} diff --git a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/item/white_carpet.json b/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/item/white_carpet.json deleted file mode 100644 index d7c90755..00000000 --- a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/item/white_carpet.json +++ /dev/null @@ -1,3 +0,0 @@ -{ - "parent": "block/white_carpet" -} diff --git a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/item/white_concrete.json b/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/item/white_concrete.json deleted file mode 100644 index 23a2ff39..00000000 --- a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/item/white_concrete.json +++ /dev/null @@ -1,3 +0,0 @@ -{ - "parent": "block/white_concrete" -} diff --git a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/item/white_concrete_powder.json b/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/item/white_concrete_powder.json deleted file mode 100644 index eadf128e..00000000 --- a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/item/white_concrete_powder.json +++ /dev/null @@ -1,3 +0,0 @@ -{ - "parent": "block/white_concrete_powder" -} diff --git a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/item/white_dye.json b/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/item/white_dye.json deleted file mode 100644 index 2385b383..00000000 --- a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/item/white_dye.json +++ /dev/null @@ -1,6 +0,0 @@ -{ - "parent": "item/generated", - "textures": { - "layer0": "item/white_dye" - } -} diff --git a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/item/white_glazed_terracotta.json b/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/item/white_glazed_terracotta.json deleted file mode 100644 index f7ba9668..00000000 --- a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/item/white_glazed_terracotta.json +++ /dev/null @@ -1,3 +0,0 @@ -{ - "parent": "block/white_glazed_terracotta" -} diff --git a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/item/white_shulker_box.json b/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/item/white_shulker_box.json deleted file mode 100644 index fe131326..00000000 --- a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/item/white_shulker_box.json +++ /dev/null @@ -1,6 +0,0 @@ -{ - "parent": "item/template_shulker_box", - "textures": { - "particle": "block/white_shulker_box" - } -} diff --git a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/item/white_stained_glass.json b/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/item/white_stained_glass.json deleted file mode 100644 index c543889b..00000000 --- a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/item/white_stained_glass.json +++ /dev/null @@ -1,3 +0,0 @@ -{ - "parent": "block/white_stained_glass" -} diff --git a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/item/white_stained_glass_pane.json b/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/item/white_stained_glass_pane.json deleted file mode 100644 index fd1b1d85..00000000 --- a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/item/white_stained_glass_pane.json +++ /dev/null @@ -1,6 +0,0 @@ -{ - "parent": "item/generated", - "textures": { - "layer0": "block/white_stained_glass" - } -} diff --git a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/item/white_terracotta.json b/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/item/white_terracotta.json deleted file mode 100644 index 5b48f9fa..00000000 --- a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/item/white_terracotta.json +++ /dev/null @@ -1,3 +0,0 @@ -{ - "parent": "block/white_terracotta" -} diff --git a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/item/white_tulip.json b/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/item/white_tulip.json deleted file mode 100644 index c912f674..00000000 --- a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/item/white_tulip.json +++ /dev/null @@ -1,6 +0,0 @@ -{ - "parent": "item/generated", - "textures": { - "layer0": "block/white_tulip" - } -} diff --git a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/item/white_wool.json b/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/item/white_wool.json deleted file mode 100644 index 59a012e3..00000000 --- a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/item/white_wool.json +++ /dev/null @@ -1,3 +0,0 @@ -{ - "parent": "block/white_wool" -} diff --git a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/item/witch_spawn_egg.json b/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/item/witch_spawn_egg.json deleted file mode 100644 index 765225c9..00000000 --- a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/item/witch_spawn_egg.json +++ /dev/null @@ -1,3 +0,0 @@ -{ - "parent": "item/template_spawn_egg" -} diff --git a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/item/wither_rose.json b/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/item/wither_rose.json deleted file mode 100644 index 3c8352da..00000000 --- a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/item/wither_rose.json +++ /dev/null @@ -1,6 +0,0 @@ -{ - "parent": "item/generated", - "textures": { - "layer0": "block/wither_rose" - } -} diff --git a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/item/wither_skeleton_skull.json b/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/item/wither_skeleton_skull.json deleted file mode 100644 index 8efea47e..00000000 --- a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/item/wither_skeleton_skull.json +++ /dev/null @@ -1,3 +0,0 @@ -{ - "parent": "item/template_skull" -} diff --git a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/item/wither_skeleton_spawn_egg.json b/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/item/wither_skeleton_spawn_egg.json deleted file mode 100644 index 765225c9..00000000 --- a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/item/wither_skeleton_spawn_egg.json +++ /dev/null @@ -1,3 +0,0 @@ -{ - "parent": "item/template_spawn_egg" -} diff --git a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/item/wolf_spawn_egg.json b/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/item/wolf_spawn_egg.json deleted file mode 100644 index 765225c9..00000000 --- a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/item/wolf_spawn_egg.json +++ /dev/null @@ -1,3 +0,0 @@ -{ - "parent": "item/template_spawn_egg" -} diff --git a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/item/wooden_axe.json b/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/item/wooden_axe.json deleted file mode 100644 index b3a19f27..00000000 --- a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/item/wooden_axe.json +++ /dev/null @@ -1,6 +0,0 @@ -{ - "parent": "item/handheld", - "textures": { - "layer0": "item/wooden_axe" - } -} diff --git a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/item/wooden_hoe.json b/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/item/wooden_hoe.json deleted file mode 100644 index 6b6ce072..00000000 --- a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/item/wooden_hoe.json +++ /dev/null @@ -1,6 +0,0 @@ -{ - "parent": "item/handheld", - "textures": { - "layer0": "item/wooden_hoe" - } -} diff --git a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/item/wooden_pickaxe.json b/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/item/wooden_pickaxe.json deleted file mode 100644 index 1480f9aa..00000000 --- a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/item/wooden_pickaxe.json +++ /dev/null @@ -1,6 +0,0 @@ -{ - "parent": "item/handheld", - "textures": { - "layer0": "item/wooden_pickaxe" - } -} diff --git a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/item/wooden_shovel.json b/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/item/wooden_shovel.json deleted file mode 100644 index e8d4178f..00000000 --- a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/item/wooden_shovel.json +++ /dev/null @@ -1,6 +0,0 @@ -{ - "parent": "item/handheld", - "textures": { - "layer0": "item/wooden_shovel" - } -} diff --git a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/item/wooden_sword.json b/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/item/wooden_sword.json deleted file mode 100644 index 74a31f9c..00000000 --- a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/item/wooden_sword.json +++ /dev/null @@ -1,6 +0,0 @@ -{ - "parent": "item/handheld", - "textures": { - "layer0": "item/wooden_sword" - } -} diff --git a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/item/writable_book.json b/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/item/writable_book.json deleted file mode 100644 index fe167576..00000000 --- a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/item/writable_book.json +++ /dev/null @@ -1,6 +0,0 @@ -{ - "parent": "item/generated", - "textures": { - "layer0": "item/writable_book" - } -} diff --git a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/item/written_book.json b/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/item/written_book.json deleted file mode 100644 index 0a863d7c..00000000 --- a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/item/written_book.json +++ /dev/null @@ -1,6 +0,0 @@ -{ - "parent": "item/generated", - "textures": { - "layer0": "item/written_book" - } -} diff --git a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/item/yellow_banner.json b/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/item/yellow_banner.json deleted file mode 100644 index 9d43dcc2..00000000 --- a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/item/yellow_banner.json +++ /dev/null @@ -1,3 +0,0 @@ -{ - "parent": "item/template_banner" -} diff --git a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/item/yellow_bed.json b/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/item/yellow_bed.json deleted file mode 100644 index 7dfbd1c0..00000000 --- a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/item/yellow_bed.json +++ /dev/null @@ -1,6 +0,0 @@ -{ - "parent": "item/template_bed", - "textures": { - "particle": "block/yellow_wool" - } -} diff --git a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/item/yellow_carpet.json b/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/item/yellow_carpet.json deleted file mode 100644 index 227f2503..00000000 --- a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/item/yellow_carpet.json +++ /dev/null @@ -1,3 +0,0 @@ -{ - "parent": "block/yellow_carpet" -} diff --git a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/item/yellow_concrete.json b/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/item/yellow_concrete.json deleted file mode 100644 index b182ad0f..00000000 --- a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/item/yellow_concrete.json +++ /dev/null @@ -1,3 +0,0 @@ -{ - "parent": "block/yellow_concrete" -} diff --git a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/item/yellow_concrete_powder.json b/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/item/yellow_concrete_powder.json deleted file mode 100644 index d9084d44..00000000 --- a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/item/yellow_concrete_powder.json +++ /dev/null @@ -1,3 +0,0 @@ -{ - "parent": "block/yellow_concrete_powder" -} diff --git a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/item/yellow_dye.json b/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/item/yellow_dye.json deleted file mode 100644 index 69004f71..00000000 --- a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/item/yellow_dye.json +++ /dev/null @@ -1,6 +0,0 @@ -{ - "parent": "item/generated", - "textures": { - "layer0": "item/yellow_dye" - } -} diff --git a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/item/yellow_glazed_terracotta.json b/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/item/yellow_glazed_terracotta.json deleted file mode 100644 index 953a78d4..00000000 --- a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/item/yellow_glazed_terracotta.json +++ /dev/null @@ -1,3 +0,0 @@ -{ - "parent": "block/yellow_glazed_terracotta" -} diff --git a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/item/yellow_shulker_box.json b/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/item/yellow_shulker_box.json deleted file mode 100644 index ab7451d4..00000000 --- a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/item/yellow_shulker_box.json +++ /dev/null @@ -1,6 +0,0 @@ -{ - "parent": "item/template_shulker_box", - "textures": { - "particle": "block/yellow_shulker_box" - } -} diff --git a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/item/yellow_stained_glass.json b/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/item/yellow_stained_glass.json deleted file mode 100644 index 746cc54f..00000000 --- a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/item/yellow_stained_glass.json +++ /dev/null @@ -1,3 +0,0 @@ -{ - "parent": "block/yellow_stained_glass" -} diff --git a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/item/yellow_stained_glass_pane.json b/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/item/yellow_stained_glass_pane.json deleted file mode 100644 index ec9e5b52..00000000 --- a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/item/yellow_stained_glass_pane.json +++ /dev/null @@ -1,6 +0,0 @@ -{ - "parent": "item/generated", - "textures": { - "layer0": "block/yellow_stained_glass" - } -} diff --git a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/item/yellow_terracotta.json b/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/item/yellow_terracotta.json deleted file mode 100644 index 4d7d4a2d..00000000 --- a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/item/yellow_terracotta.json +++ /dev/null @@ -1,3 +0,0 @@ -{ - "parent": "block/yellow_terracotta" -} diff --git a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/item/yellow_wool.json b/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/item/yellow_wool.json deleted file mode 100644 index 33e3d17c..00000000 --- a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/item/yellow_wool.json +++ /dev/null @@ -1,3 +0,0 @@ -{ - "parent": "block/yellow_wool" -} diff --git a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/item/zombie_head.json b/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/item/zombie_head.json deleted file mode 100644 index 8efea47e..00000000 --- a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/item/zombie_head.json +++ /dev/null @@ -1,3 +0,0 @@ -{ - "parent": "item/template_skull" -} diff --git a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/item/zombie_horse_spawn_egg.json b/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/item/zombie_horse_spawn_egg.json deleted file mode 100644 index 765225c9..00000000 --- a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/item/zombie_horse_spawn_egg.json +++ /dev/null @@ -1,3 +0,0 @@ -{ - "parent": "item/template_spawn_egg" -} diff --git a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/item/zombie_pigman_spawn_egg.json b/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/item/zombie_pigman_spawn_egg.json deleted file mode 100644 index 765225c9..00000000 --- a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/item/zombie_pigman_spawn_egg.json +++ /dev/null @@ -1,3 +0,0 @@ -{ - "parent": "item/template_spawn_egg" -} diff --git a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/item/zombie_spawn_egg.json b/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/item/zombie_spawn_egg.json deleted file mode 100644 index 765225c9..00000000 --- a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/item/zombie_spawn_egg.json +++ /dev/null @@ -1,3 +0,0 @@ -{ - "parent": "item/template_spawn_egg" -} diff --git a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/item/zombie_villager_spawn_egg.json b/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/item/zombie_villager_spawn_egg.json deleted file mode 100644 index 765225c9..00000000 --- a/DynmapCore/src/main/resources/texturepacks/standard/assets/minecraft/models/item/zombie_villager_spawn_egg.json +++ /dev/null @@ -1,3 +0,0 @@ -{ - "parent": "item/template_spawn_egg" -}