From 90119f93f034672dd6f5fda8c0f55ff644a01ab0 Mon Sep 17 00:00:00 2001 From: Motschen Date: Sat, 7 Jan 2023 21:46:47 +0100 Subject: [PATCH] Smooth lighting all the way! --- .../betterbeds/BetterBedsClient.java | 1 + .../models/block/template_bed_foot.json | 3 +- .../models/block/template_bed_head.json | 3 +- .../models/block/template_bed_foot.json | 45 ------- .../models/block/template_bed_head.json | 46 ------- .../assets/minecraft/models/item/bed.json | 122 ------------------ .../minecraft/models/item/black_bed.json | 6 - .../minecraft/models/item/blue_bed.json | 6 - .../minecraft/models/item/brown_bed.json | 6 - .../minecraft/models/item/cyan_bed.json | 6 - .../minecraft/models/item/gray_bed.json | 6 - .../minecraft/models/item/green_bed.json | 6 - .../minecraft/models/item/light_blue_bed.json | 6 - .../minecraft/models/item/light_gray_bed.json | 6 - .../minecraft/models/item/lime_bed.json | 6 - .../minecraft/models/item/magenta_bed.json | 6 - .../minecraft/models/item/orange_bed.json | 6 - .../minecraft/models/item/pink_bed.json | 6 - .../minecraft/models/item/purple_bed.json | 6 - .../assets/minecraft/models/item/red_bed.json | 6 - .../minecraft/models/item/white_bed.json | 6 - .../minecraft/models/item/yellow_bed.json | 6 - .../betterbedswithsmoothlightning/license.txt | 10 -- .../betterbedswithsmoothlightning/pack.mcmeta | 6 - .../betterbedswithsmoothlightning/pack.png | Bin 5098 -> 0 bytes .../models/block/template_bed_foot.json | 3 +- .../models/block/template_bed_head.json | 3 +- .../resourcepacks/connectedbeds/license.txt | 10 -- .../models/block/template_bed_foot.json | 45 ------- .../models/block/template_bed_head.json | 46 ------- .../license.txt | 10 -- .../pack.mcmeta | 6 - .../connectedbedswithsmoothlightning/pack.png | Bin 1049 -> 0 bytes .../models/block/template_bed_head.json | 3 +- .../resourcepacks/fancybeds/license.txt | 10 -- .../resourcepacks/fancybeds/pack.mcmeta | 2 +- .../models/block/template_bed_head.json | 72 ----------- .../fancybedswithsmoothlightning/license.txt | 10 -- .../fancybedswithsmoothlightning/pack.mcmeta | 6 - .../fancybedswithsmoothlightning/pack.png | Bin 2689 -> 0 bytes .../models/block/template_bed_foot.json | 34 +++-- .../models/block/template_bed_head.json | 56 ++++---- .../fancyconnectedbeds/license.txt | 10 -- .../fancyconnectedbeds/pack.mcmeta | 4 +- .../models/block/template_bed_foot.json | 45 ------- .../models/block/template_bed_head.json | 72 ----------- .../license.txt | 10 -- .../pack.mcmeta | 6 - .../pack.png | Bin 2689 -> 0 bytes 49 files changed, 52 insertions(+), 743 deletions(-) delete mode 100644 src/main/resources/resourcepacks/betterbedswithsmoothlightning/assets/minecraft/models/block/template_bed_foot.json delete mode 100644 src/main/resources/resourcepacks/betterbedswithsmoothlightning/assets/minecraft/models/block/template_bed_head.json delete mode 100644 src/main/resources/resourcepacks/betterbedswithsmoothlightning/assets/minecraft/models/item/bed.json delete mode 100644 src/main/resources/resourcepacks/betterbedswithsmoothlightning/assets/minecraft/models/item/black_bed.json delete mode 100644 src/main/resources/resourcepacks/betterbedswithsmoothlightning/assets/minecraft/models/item/blue_bed.json delete mode 100644 src/main/resources/resourcepacks/betterbedswithsmoothlightning/assets/minecraft/models/item/brown_bed.json delete mode 100644 src/main/resources/resourcepacks/betterbedswithsmoothlightning/assets/minecraft/models/item/cyan_bed.json delete mode 100644 src/main/resources/resourcepacks/betterbedswithsmoothlightning/assets/minecraft/models/item/gray_bed.json delete mode 100644 src/main/resources/resourcepacks/betterbedswithsmoothlightning/assets/minecraft/models/item/green_bed.json delete mode 100644 src/main/resources/resourcepacks/betterbedswithsmoothlightning/assets/minecraft/models/item/light_blue_bed.json delete mode 100644 src/main/resources/resourcepacks/betterbedswithsmoothlightning/assets/minecraft/models/item/light_gray_bed.json delete mode 100644 src/main/resources/resourcepacks/betterbedswithsmoothlightning/assets/minecraft/models/item/lime_bed.json delete mode 100644 src/main/resources/resourcepacks/betterbedswithsmoothlightning/assets/minecraft/models/item/magenta_bed.json delete mode 100644 src/main/resources/resourcepacks/betterbedswithsmoothlightning/assets/minecraft/models/item/orange_bed.json delete mode 100644 src/main/resources/resourcepacks/betterbedswithsmoothlightning/assets/minecraft/models/item/pink_bed.json delete mode 100644 src/main/resources/resourcepacks/betterbedswithsmoothlightning/assets/minecraft/models/item/purple_bed.json delete mode 100644 src/main/resources/resourcepacks/betterbedswithsmoothlightning/assets/minecraft/models/item/red_bed.json delete mode 100644 src/main/resources/resourcepacks/betterbedswithsmoothlightning/assets/minecraft/models/item/white_bed.json delete mode 100644 src/main/resources/resourcepacks/betterbedswithsmoothlightning/assets/minecraft/models/item/yellow_bed.json delete mode 100644 src/main/resources/resourcepacks/betterbedswithsmoothlightning/license.txt delete mode 100644 src/main/resources/resourcepacks/betterbedswithsmoothlightning/pack.mcmeta delete mode 100644 src/main/resources/resourcepacks/betterbedswithsmoothlightning/pack.png delete mode 100755 src/main/resources/resourcepacks/connectedbeds/license.txt delete mode 100644 src/main/resources/resourcepacks/connectedbedswithsmoothlightning/assets/minecraft/models/block/template_bed_foot.json delete mode 100644 src/main/resources/resourcepacks/connectedbedswithsmoothlightning/assets/minecraft/models/block/template_bed_head.json delete mode 100644 src/main/resources/resourcepacks/connectedbedswithsmoothlightning/license.txt delete mode 100644 src/main/resources/resourcepacks/connectedbedswithsmoothlightning/pack.mcmeta delete mode 100644 src/main/resources/resourcepacks/connectedbedswithsmoothlightning/pack.png delete mode 100755 src/main/resources/resourcepacks/fancybeds/license.txt delete mode 100644 src/main/resources/resourcepacks/fancybedswithsmoothlightning/assets/minecraft/models/block/template_bed_head.json delete mode 100644 src/main/resources/resourcepacks/fancybedswithsmoothlightning/license.txt delete mode 100644 src/main/resources/resourcepacks/fancybedswithsmoothlightning/pack.mcmeta delete mode 100644 src/main/resources/resourcepacks/fancybedswithsmoothlightning/pack.png delete mode 100644 src/main/resources/resourcepacks/fancyconnectedbeds/license.txt delete mode 100644 src/main/resources/resourcepacks/fancyconnectedbedswithsmoothlightning/assets/minecraft/models/block/template_bed_foot.json delete mode 100644 src/main/resources/resourcepacks/fancyconnectedbedswithsmoothlightning/assets/minecraft/models/block/template_bed_head.json delete mode 100644 src/main/resources/resourcepacks/fancyconnectedbedswithsmoothlightning/license.txt delete mode 100644 src/main/resources/resourcepacks/fancyconnectedbedswithsmoothlightning/pack.mcmeta delete mode 100644 src/main/resources/resourcepacks/fancyconnectedbedswithsmoothlightning/pack.png diff --git a/src/main/java/eu/midnightdust/betterbeds/BetterBedsClient.java b/src/main/java/eu/midnightdust/betterbeds/BetterBedsClient.java index 51634ff..f4493ca 100755 --- a/src/main/java/eu/midnightdust/betterbeds/BetterBedsClient.java +++ b/src/main/java/eu/midnightdust/betterbeds/BetterBedsClient.java @@ -12,6 +12,7 @@ public class BetterBedsClient implements ClientModInitializer { FabricLoader.getInstance().getModContainer("betterbeds").ifPresent(modContainer -> { ResourceManagerHelper.registerBuiltinResourcePack(new Identifier("betterbeds:fancybeds"), modContainer, ResourcePackActivationType.NORMAL); ResourceManagerHelper.registerBuiltinResourcePack(new Identifier("betterbeds:connectedbeds"), modContainer, ResourcePackActivationType.NORMAL); + ResourceManagerHelper.registerBuiltinResourcePack(new Identifier("betterbeds:fancyconnectedbeds"), modContainer, ResourcePackActivationType.NORMAL); }); } } diff --git a/src/main/resources/assets/minecraft/models/block/template_bed_foot.json b/src/main/resources/assets/minecraft/models/block/template_bed_foot.json index 13d829f..ba56e28 100755 --- a/src/main/resources/assets/minecraft/models/block/template_bed_foot.json +++ b/src/main/resources/assets/minecraft/models/block/template_bed_foot.json @@ -1,6 +1,5 @@ { "credit": "Made with Blockbench", - "ambientocclusion": false, "texture_size": [64, 64], "textures": { "particle": "block/oak_planks" @@ -42,4 +41,4 @@ } } ] -} \ No newline at end of file +} diff --git a/src/main/resources/assets/minecraft/models/block/template_bed_head.json b/src/main/resources/assets/minecraft/models/block/template_bed_head.json index 7d032a4..c58f67a 100755 --- a/src/main/resources/assets/minecraft/models/block/template_bed_head.json +++ b/src/main/resources/assets/minecraft/models/block/template_bed_head.json @@ -1,6 +1,5 @@ { "credit": "Made with Blockbench", - "ambientocclusion": false, "texture_size": [64, 64], "textures": { "particle": "block/oak_planks" @@ -43,4 +42,4 @@ } } ] -} \ No newline at end of file +} diff --git a/src/main/resources/resourcepacks/betterbedswithsmoothlightning/assets/minecraft/models/block/template_bed_foot.json b/src/main/resources/resourcepacks/betterbedswithsmoothlightning/assets/minecraft/models/block/template_bed_foot.json deleted file mode 100644 index 5abafb6..0000000 --- a/src/main/resources/resourcepacks/betterbedswithsmoothlightning/assets/minecraft/models/block/template_bed_foot.json +++ /dev/null @@ -1,45 +0,0 @@ -{ - "credit": "made by Motschen", - "texture_size": [64, 64], - "textures": { - "0": "entity/bed/lime", - "particle": "block/oak_planks" - }, - "elements": [ - { - "from": [0, 0, 0], - "to": [3, 3, 3], - "faces": { - "north": {"uv": [12.5, 3.75, 13.25, 4.5], "texture": "#0", "cullface": "west"}, - "east": {"uv": [14.75, 3.75, 15.5, 4.5], "texture": "#0", "cullface": "west"}, - "south": {"uv": [14, 3.75, 14.75, 4.5], "texture": "#0", "cullface": "west"}, - "west": {"uv": [13.25, 3.75, 14, 4.5], "texture": "#0", "cullface": "west"}, - "down": {"uv": [14, 3, 14.75, 3.75], "texture": "#0", "cullface": "west"} - } - }, - { - "from": [13, 0, 0], - "to": [16, 3, 3], - "rotation": {"angle": 0, "axis": "y", "origin": [21, 8, 8]}, - "faces": { - "north": {"uv": [12.5, 0.75, 13.25, 1.5], "texture": "#0", "cullface": "east"}, - "east": {"uv": [14.75, 0.75, 15.5, 1.5], "texture": "#0", "cullface": "east"}, - "south": {"uv": [14, 0.75, 14.75, 1.5], "texture": "#0", "cullface": "east"}, - "west": {"uv": [13.25, 0.75, 14, 1.5], "texture": "#0", "cullface": "east"}, - "down": {"uv": [14, 0, 14.75, 0.75], "texture": "#0", "cullface": "east"} - } - }, - { - "from": [0, 3, 0], - "to": [16, 9, 16], - "rotation": {"angle": 0, "axis": "y", "origin": [8, 11, 8]}, - "faces": { - "north": {"uv": [5.5, 5.5, 9.5, 7], "rotation": 180, "texture": "#0"}, - "east": {"uv": [0, 7, 1.5, 11], "rotation": 270, "texture": "#0"}, - "west": {"uv": [5.5, 7, 7, 11], "rotation": 90, "texture": "#0"}, - "up": {"uv": [1.5, 7, 5.5, 11], "rotation": 180, "texture": "#0"}, - "down": {"uv": [7, 7, 11, 11], "texture": "#0"} - } - } - ] -} \ No newline at end of file diff --git a/src/main/resources/resourcepacks/betterbedswithsmoothlightning/assets/minecraft/models/block/template_bed_head.json b/src/main/resources/resourcepacks/betterbedswithsmoothlightning/assets/minecraft/models/block/template_bed_head.json deleted file mode 100644 index 950c4da..0000000 --- a/src/main/resources/resourcepacks/betterbedswithsmoothlightning/assets/minecraft/models/block/template_bed_head.json +++ /dev/null @@ -1,46 +0,0 @@ -{ - "credit": "made by Motschen", - "texture_size": [64, 64], - "textures": { - "0": "entity/bed/lime", - "particle": "block/oak_planks" - }, - "elements": [ - { - "from": [0, 0, 13], - "to": [3, 3, 16], - "rotation": {"angle": 0, "axis": "y", "origin": [8, 8, 21]}, - "faces": { - "north": {"uv": [12.5, 5.25, 13.25, 6], "texture": "#0", "cullface": "west"}, - "east": {"uv": [14.75, 5.25, 15.5, 6], "texture": "#0", "cullface": "west"}, - "south": {"uv": [14, 5.25, 14.75, 6], "texture": "#0", "cullface": "west"}, - "west": {"uv": [13.25, 5.25, 14, 6], "texture": "#0", "cullface": "west"}, - "down": {"uv": [14, 4.5, 14.75, 5.25], "texture": "#0", "cullface": "west"} - } - }, - { - "from": [13, 0, 13], - "to": [16, 3, 16], - "rotation": {"angle": 0, "axis": "y", "origin": [21, 8, 21]}, - "faces": { - "north": {"uv": [12.5, 2.25, 13.25, 3], "texture": "#0", "cullface": "east"}, - "east": {"uv": [14.75, 2.25, 15.5, 3], "texture": "#0", "cullface": "east"}, - "south": {"uv": [14, 2.25, 14.75, 3], "texture": "#0", "cullface": "east"}, - "west": {"uv": [13.25, 2.25, 14, 3], "texture": "#0", "cullface": "east"}, - "down": {"uv": [14, 1.5, 14.75, 2.25], "texture": "#0", "cullface": "east"} - } - }, - { - "from": [0, 3, 0], - "to": [16, 9, 16], - "rotation": {"angle": 0, "axis": "y", "origin": [8, 11, 8]}, - "faces": { - "east": {"uv": [0, 1.5, 1.5, 5.5], "rotation": 270, "texture": "#0"}, - "south": {"uv": [1.5, 0, 5.5, 1.5], "rotation": 180, "texture": "#0"}, - "west": {"uv": [5.5, 1.5, 7, 5.5], "rotation": 90, "texture": "#0"}, - "up": {"uv": [1.5, 1.5, 5.5, 5.5], "rotation": 180, "texture": "#0"}, - "down": {"uv": [7, 7, 11, 11], "texture": "#0"} - } - } - ] -} \ No newline at end of file diff --git a/src/main/resources/resourcepacks/betterbedswithsmoothlightning/assets/minecraft/models/item/bed.json b/src/main/resources/resourcepacks/betterbedswithsmoothlightning/assets/minecraft/models/item/bed.json deleted file mode 100644 index c41de41..0000000 --- a/src/main/resources/resourcepacks/betterbedswithsmoothlightning/assets/minecraft/models/item/bed.json +++ /dev/null @@ -1,122 +0,0 @@ -{ - "credit": "made by Motschen", - "texture_size": [64, 64], - "textures": { - "0": "entity/bed/lime", - "particle": "block/oak_planks" - }, - "elements": [ - { - "from": [0, 0, -8], - "to": [3, 3, -5], - "rotation": {"angle": 0, "axis": "y", "origin": [8, 8, 0]}, - "faces": { - "north": {"uv": [12.5, 3.75, 13.25, 4.5], "texture": "#0"}, - "east": {"uv": [14.75, 3.75, 15.5, 4.5], "texture": "#0"}, - "south": {"uv": [14, 3.75, 14.75, 4.5], "texture": "#0"}, - "west": {"uv": [13.25, 3.75, 14, 4.5], "texture": "#0"}, - "down": {"uv": [14, 3, 14.75, 3.75], "texture": "#0"} - } - }, - { - "from": [13, 0, -8], - "to": [16, 3, -5], - "rotation": {"angle": 0, "axis": "y", "origin": [21, 8, 0]}, - "faces": { - "north": {"uv": [12.5, 0.75, 13.25, 1.5], "texture": "#0"}, - "east": {"uv": [14.75, 0.75, 15.5, 1.5], "texture": "#0"}, - "south": {"uv": [14, 0.75, 14.75, 1.5], "texture": "#0"}, - "west": {"uv": [13.25, 0.75, 14, 1.5], "texture": "#0"}, - "down": {"uv": [14, 0, 14.75, 0.75], "texture": "#0"} - } - }, - { - "from": [0, 3, -8], - "to": [16, 9, 8], - "rotation": {"angle": 0, "axis": "y", "origin": [8, 11, 0]}, - "faces": { - "north": {"uv": [5.5, 5.5, 9.5, 7], "rotation": 180, "texture": "#0"}, - "east": {"uv": [0, 7, 1.5, 11], "rotation": 270, "texture": "#0"}, - "west": {"uv": [5.5, 7, 7, 11], "rotation": 90, "texture": "#0"}, - "up": {"uv": [1.5, 7, 5.5, 11], "rotation": 180, "texture": "#0"}, - "down": {"uv": [7, 7, 11, 11], "texture": "#0"} - } - }, - { - "from": [0, 0, 21], - "to": [3, 3, 24], - "rotation": {"angle": 0, "axis": "y", "origin": [8, 8, 29]}, - "faces": { - "north": {"uv": [12.5, 5.25, 13.25, 6], "texture": "#0"}, - "east": {"uv": [14.75, 5.25, 15.5, 6], "texture": "#0"}, - "south": {"uv": [14, 5.25, 14.75, 6], "texture": "#0"}, - "west": {"uv": [13.25, 5.25, 14, 6], "texture": "#0"}, - "up": {"uv": [0, 0, 0, 0], "texture": "#0"}, - "down": {"uv": [14, 4.5, 14.75, 5.25], "texture": "#0"} - } - }, - { - "from": [13, 0, 21], - "to": [16, 3, 24], - "rotation": {"angle": 0, "axis": "y", "origin": [21, 8, 29]}, - "faces": { - "north": {"uv": [12.5, 2.25, 13.25, 3], "texture": "#0"}, - "east": {"uv": [14.75, 2.25, 15.5, 3], "texture": "#0"}, - "south": {"uv": [14, 2.25, 14.75, 3], "texture": "#0"}, - "west": {"uv": [13.25, 2.25, 14, 3], "texture": "#0"}, - "up": {"uv": [0, 0, 0, 0], "texture": "#0"}, - "down": {"uv": [14, 1.5, 14.75, 2.25], "texture": "#0"} - } - }, - { - "from": [0, 3, 8], - "to": [16, 9, 24], - "rotation": {"angle": 0, "axis": "y", "origin": [8, 11, 16]}, - "faces": { - "north": {"uv": [0, 0, 0, 0], "texture": "#0"}, - "east": {"uv": [0, 1.5, 1.5, 5.5], "rotation": 270, "texture": "#0"}, - "south": {"uv": [1.5, 0, 5.5, 1.5], "rotation": 180, "texture": "#0"}, - "west": {"uv": [5.5, 1.5, 7, 5.5], "rotation": 90, "texture": "#0"}, - "up": {"uv": [1.5, 1.5, 5.5, 5.5], "rotation": 180, "texture": "#0"}, - "down": {"uv": [7, 7, 11, 11], "texture": "#0"} - } - } - ], - "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] - }, - "ground": { - "translation": [0, 1, 2], - "scale": [0.25, 0.25, 0.25] - }, - "gui": { - "rotation": [30, 160, 0], - "translation": [0.25, 1.5, 0], - "scale": [0.5325, 0.5325, 0.5325] - }, - "head": { - "rotation": [0, 180, 0], - "translation": [0, 10, -8] - }, - "fixed": { - "rotation": [270, 0, 0], - "translation": [0, 4, -2], - "scale": [0.5, 0.5, 0.5] - } - }, - "groups": [0, 1, 2, - { - "name": "bed_head", - "origin": [8, 8, 8], - "children": [3, 4, 5] - } - ] -} \ No newline at end of file diff --git a/src/main/resources/resourcepacks/betterbedswithsmoothlightning/assets/minecraft/models/item/black_bed.json b/src/main/resources/resourcepacks/betterbedswithsmoothlightning/assets/minecraft/models/item/black_bed.json deleted file mode 100644 index 467ae43..0000000 --- a/src/main/resources/resourcepacks/betterbedswithsmoothlightning/assets/minecraft/models/item/black_bed.json +++ /dev/null @@ -1,6 +0,0 @@ -{ - "parent": "minecraft:item/bed", - "textures": { - "0": "entity/bed/black" - } -} \ No newline at end of file diff --git a/src/main/resources/resourcepacks/betterbedswithsmoothlightning/assets/minecraft/models/item/blue_bed.json b/src/main/resources/resourcepacks/betterbedswithsmoothlightning/assets/minecraft/models/item/blue_bed.json deleted file mode 100644 index 4a92940..0000000 --- a/src/main/resources/resourcepacks/betterbedswithsmoothlightning/assets/minecraft/models/item/blue_bed.json +++ /dev/null @@ -1,6 +0,0 @@ -{ - "parent": "minecraft:item/bed", - "textures": { - "0": "entity/bed/blue" - } -} \ No newline at end of file diff --git a/src/main/resources/resourcepacks/betterbedswithsmoothlightning/assets/minecraft/models/item/brown_bed.json b/src/main/resources/resourcepacks/betterbedswithsmoothlightning/assets/minecraft/models/item/brown_bed.json deleted file mode 100644 index 19c4064..0000000 --- a/src/main/resources/resourcepacks/betterbedswithsmoothlightning/assets/minecraft/models/item/brown_bed.json +++ /dev/null @@ -1,6 +0,0 @@ -{ - "parent": "minecraft:item/bed", - "textures": { - "0": "entity/bed/brown" - } -} \ No newline at end of file diff --git a/src/main/resources/resourcepacks/betterbedswithsmoothlightning/assets/minecraft/models/item/cyan_bed.json b/src/main/resources/resourcepacks/betterbedswithsmoothlightning/assets/minecraft/models/item/cyan_bed.json deleted file mode 100644 index fa61dfa..0000000 --- a/src/main/resources/resourcepacks/betterbedswithsmoothlightning/assets/minecraft/models/item/cyan_bed.json +++ /dev/null @@ -1,6 +0,0 @@ -{ - "parent": "minecraft:item/bed", - "textures": { - "0": "entity/bed/cyan" - } -} \ No newline at end of file diff --git a/src/main/resources/resourcepacks/betterbedswithsmoothlightning/assets/minecraft/models/item/gray_bed.json b/src/main/resources/resourcepacks/betterbedswithsmoothlightning/assets/minecraft/models/item/gray_bed.json deleted file mode 100644 index dd14d31..0000000 --- a/src/main/resources/resourcepacks/betterbedswithsmoothlightning/assets/minecraft/models/item/gray_bed.json +++ /dev/null @@ -1,6 +0,0 @@ -{ - "parent": "minecraft:item/bed", - "textures": { - "0": "entity/bed/gray" - } -} \ No newline at end of file diff --git a/src/main/resources/resourcepacks/betterbedswithsmoothlightning/assets/minecraft/models/item/green_bed.json b/src/main/resources/resourcepacks/betterbedswithsmoothlightning/assets/minecraft/models/item/green_bed.json deleted file mode 100644 index b6827c0..0000000 --- a/src/main/resources/resourcepacks/betterbedswithsmoothlightning/assets/minecraft/models/item/green_bed.json +++ /dev/null @@ -1,6 +0,0 @@ -{ - "parent": "minecraft:item/bed", - "textures": { - "0": "entity/bed/green" - } -} \ No newline at end of file diff --git a/src/main/resources/resourcepacks/betterbedswithsmoothlightning/assets/minecraft/models/item/light_blue_bed.json b/src/main/resources/resourcepacks/betterbedswithsmoothlightning/assets/minecraft/models/item/light_blue_bed.json deleted file mode 100644 index ec1259e..0000000 --- a/src/main/resources/resourcepacks/betterbedswithsmoothlightning/assets/minecraft/models/item/light_blue_bed.json +++ /dev/null @@ -1,6 +0,0 @@ -{ - "parent": "minecraft:item/bed", - "textures": { - "0": "entity/bed/light_blue" - } -} \ No newline at end of file diff --git a/src/main/resources/resourcepacks/betterbedswithsmoothlightning/assets/minecraft/models/item/light_gray_bed.json b/src/main/resources/resourcepacks/betterbedswithsmoothlightning/assets/minecraft/models/item/light_gray_bed.json deleted file mode 100644 index bc4cd46..0000000 --- a/src/main/resources/resourcepacks/betterbedswithsmoothlightning/assets/minecraft/models/item/light_gray_bed.json +++ /dev/null @@ -1,6 +0,0 @@ -{ - "parent": "minecraft:item/bed", - "textures": { - "0": "entity/bed/light_gray" - } -} \ No newline at end of file diff --git a/src/main/resources/resourcepacks/betterbedswithsmoothlightning/assets/minecraft/models/item/lime_bed.json b/src/main/resources/resourcepacks/betterbedswithsmoothlightning/assets/minecraft/models/item/lime_bed.json deleted file mode 100644 index aa55b5f..0000000 --- a/src/main/resources/resourcepacks/betterbedswithsmoothlightning/assets/minecraft/models/item/lime_bed.json +++ /dev/null @@ -1,6 +0,0 @@ -{ - "parent": "minecraft:item/bed", - "textures": { - "0": "entity/bed/lime" - } -} \ No newline at end of file diff --git a/src/main/resources/resourcepacks/betterbedswithsmoothlightning/assets/minecraft/models/item/magenta_bed.json b/src/main/resources/resourcepacks/betterbedswithsmoothlightning/assets/minecraft/models/item/magenta_bed.json deleted file mode 100644 index 13c2098..0000000 --- a/src/main/resources/resourcepacks/betterbedswithsmoothlightning/assets/minecraft/models/item/magenta_bed.json +++ /dev/null @@ -1,6 +0,0 @@ -{ - "parent": "minecraft:item/bed", - "textures": { - "0": "entity/bed/magenta" - } -} \ No newline at end of file diff --git a/src/main/resources/resourcepacks/betterbedswithsmoothlightning/assets/minecraft/models/item/orange_bed.json b/src/main/resources/resourcepacks/betterbedswithsmoothlightning/assets/minecraft/models/item/orange_bed.json deleted file mode 100644 index e5106de..0000000 --- a/src/main/resources/resourcepacks/betterbedswithsmoothlightning/assets/minecraft/models/item/orange_bed.json +++ /dev/null @@ -1,6 +0,0 @@ -{ - "parent": "minecraft:item/bed", - "textures": { - "0": "entity/bed/orange" - } -} \ No newline at end of file diff --git a/src/main/resources/resourcepacks/betterbedswithsmoothlightning/assets/minecraft/models/item/pink_bed.json b/src/main/resources/resourcepacks/betterbedswithsmoothlightning/assets/minecraft/models/item/pink_bed.json deleted file mode 100644 index 0e1fcb9..0000000 --- a/src/main/resources/resourcepacks/betterbedswithsmoothlightning/assets/minecraft/models/item/pink_bed.json +++ /dev/null @@ -1,6 +0,0 @@ -{ - "parent": "minecraft:item/bed", - "textures": { - "0": "entity/bed/pink" - } -} \ No newline at end of file diff --git a/src/main/resources/resourcepacks/betterbedswithsmoothlightning/assets/minecraft/models/item/purple_bed.json b/src/main/resources/resourcepacks/betterbedswithsmoothlightning/assets/minecraft/models/item/purple_bed.json deleted file mode 100644 index 7dbd513..0000000 --- a/src/main/resources/resourcepacks/betterbedswithsmoothlightning/assets/minecraft/models/item/purple_bed.json +++ /dev/null @@ -1,6 +0,0 @@ -{ - "parent": "minecraft:item/bed", - "textures": { - "0": "entity/bed/purple" - } -} \ No newline at end of file diff --git a/src/main/resources/resourcepacks/betterbedswithsmoothlightning/assets/minecraft/models/item/red_bed.json b/src/main/resources/resourcepacks/betterbedswithsmoothlightning/assets/minecraft/models/item/red_bed.json deleted file mode 100644 index 6a7b1ae..0000000 --- a/src/main/resources/resourcepacks/betterbedswithsmoothlightning/assets/minecraft/models/item/red_bed.json +++ /dev/null @@ -1,6 +0,0 @@ -{ - "parent": "minecraft:item/bed", - "textures": { - "0": "entity/bed/red" - } -} \ No newline at end of file diff --git a/src/main/resources/resourcepacks/betterbedswithsmoothlightning/assets/minecraft/models/item/white_bed.json b/src/main/resources/resourcepacks/betterbedswithsmoothlightning/assets/minecraft/models/item/white_bed.json deleted file mode 100644 index 1eb3819..0000000 --- a/src/main/resources/resourcepacks/betterbedswithsmoothlightning/assets/minecraft/models/item/white_bed.json +++ /dev/null @@ -1,6 +0,0 @@ -{ - "parent": "minecraft:item/bed", - "textures": { - "0": "entity/bed/white" - } -} \ No newline at end of file diff --git a/src/main/resources/resourcepacks/betterbedswithsmoothlightning/assets/minecraft/models/item/yellow_bed.json b/src/main/resources/resourcepacks/betterbedswithsmoothlightning/assets/minecraft/models/item/yellow_bed.json deleted file mode 100644 index c5bf97d..0000000 --- a/src/main/resources/resourcepacks/betterbedswithsmoothlightning/assets/minecraft/models/item/yellow_bed.json +++ /dev/null @@ -1,6 +0,0 @@ -{ - "parent": "minecraft:item/bed", - "textures": { - "0": "entity/bed/yellow" - } -} \ No newline at end of file diff --git a/src/main/resources/resourcepacks/betterbedswithsmoothlightning/license.txt b/src/main/resources/resourcepacks/betterbedswithsmoothlightning/license.txt deleted file mode 100644 index 6968976..0000000 --- a/src/main/resources/resourcepacks/betterbedswithsmoothlightning/license.txt +++ /dev/null @@ -1,10 +0,0 @@ -The MIT License -Copyright © 2019 Motschen - -Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), -to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, -and to permit persons to whom the Software is furnished to do so, subject to the following conditions: The above copyright notice and this permission notice shall be included in -all copies or substantial portions of the Software. -THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. -IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN -CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. \ No newline at end of file diff --git a/src/main/resources/resourcepacks/betterbedswithsmoothlightning/pack.mcmeta b/src/main/resources/resourcepacks/betterbedswithsmoothlightning/pack.mcmeta deleted file mode 100644 index 4b95870..0000000 --- a/src/main/resources/resourcepacks/betterbedswithsmoothlightning/pack.mcmeta +++ /dev/null @@ -1,6 +0,0 @@ -{ - "pack": { - "pack_format": 7, - "description": "§2Changes the renderer of the bed to use block models instead of a block entity renderer ! (with smooth lightning))" - } -} diff --git a/src/main/resources/resourcepacks/betterbedswithsmoothlightning/pack.png b/src/main/resources/resourcepacks/betterbedswithsmoothlightning/pack.png deleted file mode 100644 index f0d916e7d7b9e5d1fb9744558b98bca062604471..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 5098 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�Mq=7>`S@Hmf&>L@{&rLhYKM7Kd}^LdF1p_BSugi#st+fHHorGB-aK!_AZ| zCon;?-pOeK4!o8>AaZUbDN3b@Pgdq3NKQcbMi(FC7y#`5srykeubImjLba&1vHZD` zXMkE@@@#FJU?Gvy?%%uf`tRW=4fI5f!k{j*ZzJBZP=CVxu{#OtRr>inYrfA@P0Yt`D#S3!~q?z@+`OMdT9ee z|MbEUUq@>Tq2y3v_n@4vW1Rc`ydxzzW zA9y+Y$VuRGg$D~se2^ECK6U5yLhluLk`**NHBJwG?VxyFDK_65p|&O2X}WHk zfO0Wk)-9z8m?P%nUG8~R3Z-8Q7@L|AMe+XGa};hZaC4wXObyFQ6`3A2N+VNKy?|=Y zL1=X06?q0w`QE!{+}+&hHS;kUrIE=qz_a_0`o90;qoS=+jZ}2HvhDGFV!iXW(Qs@6 zgbCOI)yP!99qm`iTJ@-s_;`G$Dm6#J9N_VPd)@c=zrOCnZO7H%;~g7CsRmU%^S^B> zHHWJtkh_3hjbOQ=S|-qxHZ(cMdAkO?Zta`4du+`u*UG0NNn(lY7074Cj>uXr?Mq}u zGTNX0&a}m)i%@jbs;XzUncv;M z!FV{8g`2KkE^AqwCaNmbeGDU~laAdxyO3{w;s&V289S9`-v8i_eQ<+qf?+lS44^1v zgo*R{^A^-~d-a$VU=-)Fo1csjxqqAt2Z>6H3tmP=)x;%`XHz)lV+?YPzC@;j-Hb>0~kO(Rnu&Mmku4* z;!9kO1I!oSd;W-TE@M#U=jke}?SG?F(*^*TrDVQ5ZN+*c3-E`7qL_j3TKs%!-T(^g zJOwjm6Ig}U6sB$rPz;zri(fi*VE}U;FkkZ&7AkdN0Na_$67yVzU%&DLV%gT*B#Ndu zb=3qo8386xM$p2S#)8QKz(St6R4MAh0O$(Js%y*_e>Be2O$2c22HHK;LW}R7x@!Uo zjRl}+@k?VtPx#1ZP1_K>z@;j|==^1poj532;bRa{vGi!vFvd!vV){sAK>D1FlI#K~#8N?U%n# z6hRcn=a3(Qhh8}4LIDjJ1sY3YY2zP2fiY^OjfE6;T5FGmjaHf%E%+CVu`pD|Mq+U! zhG6hc?{eWz;P`RtzPWjuxnXu@_J{n4?^7@{yYqg1-|XJP2!bF8f*=TjAP9o^@5qQT zHAUq^n|>+ILs8k?M)6j#i9YmEk*7#ZQ~LZOg)zNtF=S}b~y zFrX_4fMR!RHP(~M@jb8~*I1|w3WocqCni$OIW=dwr%!n20dI9x%sR=8jj`VGaX#N! zS>dCM%?@p9j~=I%cVb7`JGXh^rv?W28rk366f--rEfm}3cN%Gl6NSk4st@K9=by;I z(6a@PLGn!k1kv0k8n6+xTKj%U^l! zMx>gYH}fO!6RBf}pD4b}&=wQMW31k{B8pe@0l!g1aN0Qh?ya|1Dv6bXs}R^NpYB3I z%-W>oTlVWJf^`!wUVdp|Qc^)2Te6ZZb{|R8f5*x4souS3tkHNAiWk%NPZk_Cz?O`R zREXRmOi&ghQVdlfAO1MN&nhDJm|l?D8$&N&@WLTEOjP|n4kaWpK$o1ZYY;1{5Eugp zY$d`(IB*ePcItC#BRIx@CMiId7!WlUV2c+POBJGH;q()y>2LtrsC#5zCUFiaru_97 zOoERaAWkAO4h7pV3WAu51`M%LgpB-OoQzcrBta4;)c9MkUh^>^KO`m&RH}Sv?d>BUgkg-ILTo4=#`pp_;##ndBstjP1_HpJFcFY{naELq z#RI{_Cc<%}wXq>)(b!#H4r&I1MbFgKi4wqtxzT+wW9)3UpO4QMzvu-3?$2J~B5X9a z_!>Y%6?qQ;`|z5Jjk?DcQx^|_>$d%PUo9T63IKqE@9Te9W4kG?L?e5;Pt5!;&A~1{ z=JRxoN7?pPojqLma3saKfCBuiG&;Jk>parlr2!uU7<>9G zUxUYl#rNMb(0x3q(7fHI@};T}stlY0F|{5ef*=TjAP9mW2!bF8f*^>K0b_pwCI{c) TGU1^<00000NkvXXu0mjf70%Ig diff --git a/src/main/resources/resourcepacks/fancybeds/assets/minecraft/models/block/template_bed_head.json b/src/main/resources/resourcepacks/fancybeds/assets/minecraft/models/block/template_bed_head.json index 5434cb7..00e13f7 100755 --- a/src/main/resources/resourcepacks/fancybeds/assets/minecraft/models/block/template_bed_head.json +++ b/src/main/resources/resourcepacks/fancybeds/assets/minecraft/models/block/template_bed_head.json @@ -1,6 +1,5 @@ { "credit": "Made with Blockbench", - "ambientocclusion": false, "texture_size": [64, 64], "textures": { "particle": "block/oak_planks" @@ -67,4 +66,4 @@ } } ] -} \ No newline at end of file +} diff --git a/src/main/resources/resourcepacks/fancybeds/license.txt b/src/main/resources/resourcepacks/fancybeds/license.txt deleted file mode 100755 index 7ee5eac..0000000 --- a/src/main/resources/resourcepacks/fancybeds/license.txt +++ /dev/null @@ -1,10 +0,0 @@ -The MIT License -Copyright © 2019 Motschen - -Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), -to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, -and to permit persons to whom the Software is furnished to do so, subject to the following conditions: The above copyright notice and this permission notice shall be included in -all copies or substantial portions of the Software. -THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. -IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN -CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. \ No newline at end of file diff --git a/src/main/resources/resourcepacks/fancybeds/pack.mcmeta b/src/main/resources/resourcepacks/fancybeds/pack.mcmeta index 48a0d42..5377d8d 100755 --- a/src/main/resources/resourcepacks/fancybeds/pack.mcmeta +++ b/src/main/resources/resourcepacks/fancybeds/pack.mcmeta @@ -1,6 +1,6 @@ { "pack": { "pack_format": 12, - "description": "§2Makes beds look more fancy" + "description": "§2Makes beds look fancier" } } diff --git a/src/main/resources/resourcepacks/fancybedswithsmoothlightning/assets/minecraft/models/block/template_bed_head.json b/src/main/resources/resourcepacks/fancybedswithsmoothlightning/assets/minecraft/models/block/template_bed_head.json deleted file mode 100644 index 7792fa3..0000000 --- a/src/main/resources/resourcepacks/fancybedswithsmoothlightning/assets/minecraft/models/block/template_bed_head.json +++ /dev/null @@ -1,72 +0,0 @@ -{ - "credit": "made by Motschen", - "texture_size": [64, 64], - "textures": { - "0": "entity/bed/lime", - "particle": "block/oak_planks" - }, - "elements": [ - { - "from": [0, 0, 13], - "to": [3, 3, 16], - "rotation": {"angle": 0, "axis": "y", "origin": [8, 8, 21]}, - "faces": { - "north": {"uv": [12.5, 5.25, 13.25, 6], "texture": "#0"}, - "east": {"uv": [14.75, 5.25, 15.5, 6], "texture": "#0"}, - "south": {"uv": [14, 5.25, 14.75, 6], "texture": "#0"}, - "west": {"uv": [13.25, 5.25, 14, 6], "texture": "#0"}, - "down": {"uv": [14, 4.5, 14.75, 5.25], "texture": "#0"} - } - }, - { - "from": [13, 0, 13], - "to": [16, 3, 16], - "rotation": {"angle": 0, "axis": "y", "origin": [21, 8, 21]}, - "faces": { - "north": {"uv": [12.5, 2.25, 13.25, 3], "texture": "#0"}, - "east": {"uv": [14.75, 2.25, 15.5, 3], "texture": "#0"}, - "south": {"uv": [14, 2.25, 14.75, 3], "texture": "#0"}, - "west": {"uv": [13.25, 2.25, 14, 3], "texture": "#0"}, - "down": {"uv": [14, 1.5, 14.75, 2.25], "texture": "#0"} - } - }, - { - "from": [0, 3, 0], - "to": [16, 9, 16], - "rotation": {"angle": 0, "axis": "y", "origin": [8, 11, 8]}, - "faces": { - "east": {"uv": [0, 1.5, 1.5, 5.5], "rotation": 270, "texture": "#0"}, - "south": {"uv": [1.5, 0, 5.5, 1.5], "rotation": 180, "texture": "#0"}, - "west": {"uv": [5.5, 1.5, 7, 5.5], "rotation": 90, "texture": "#0"}, - "up": {"uv": [1.5, 1.5, 5.5, 5.5], "rotation": 180, "texture": "#0"}, - "down": {"uv": [7, 7, 11, 11], "texture": "#0"} - } - }, - { - "from": [0, 9, 8], - "to": [16, 10, 16], - "rotation": {"angle": 0, "axis": "y", "origin": [8, 17, 16]}, - "faces": { - "north": {"uv": [1.5, 3.25, 5.5, 3.5], "texture": "#0"}, - "east": {"uv": [1.5, 1.5, 1.75, 3.5], "rotation": 270, "texture": "#0"}, - "south": {"uv": [1.5, 1.5, 5.5, 1.75], "texture": "#0"}, - "west": {"uv": [5.25, 1.5, 5.5, 3.5], "rotation": 90, "texture": "#0"}, - "up": {"uv": [1.5, 1.5, 5.5, 3.5], "rotation": 180, "texture": "#0"}, - "down": {"uv": [0, 0, 4, 2], "texture": "#0"} - } - }, - { - "from": [1, 10, 9], - "to": [15, 11, 15], - "rotation": {"angle": 0, "axis": "y", "origin": [8, 18, 16]}, - "faces": { - "north": {"uv": [1.75, 3.25, 5.25, 3.5], "texture": "#0"}, - "east": {"uv": [1.75, 1.75, 2, 3.25], "rotation": 90, "texture": "#0"}, - "south": {"uv": [1.75, 0.5, 5.25, 0.75], "texture": "#0"}, - "west": {"uv": [5, 1.75, 5.25, 3.25], "rotation": 90, "texture": "#0"}, - "up": {"uv": [1.75, 1.75, 5.25, 3.25], "texture": "#0"}, - "down": {"uv": [0, 0, 3.5, 1.5], "texture": "#0"} - } - } - ] -} diff --git a/src/main/resources/resourcepacks/fancybedswithsmoothlightning/license.txt b/src/main/resources/resourcepacks/fancybedswithsmoothlightning/license.txt deleted file mode 100644 index 6968976..0000000 --- a/src/main/resources/resourcepacks/fancybedswithsmoothlightning/license.txt +++ /dev/null @@ -1,10 +0,0 @@ -The MIT License -Copyright © 2019 Motschen - -Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), -to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, -and to permit persons to whom the Software is furnished to do so, subject to the following conditions: The above copyright notice and this permission notice shall be included in -all copies or substantial portions of the Software. -THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. -IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN -CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. \ No newline at end of file diff --git a/src/main/resources/resourcepacks/fancybedswithsmoothlightning/pack.mcmeta b/src/main/resources/resourcepacks/fancybedswithsmoothlightning/pack.mcmeta deleted file mode 100644 index abef578..0000000 --- a/src/main/resources/resourcepacks/fancybedswithsmoothlightning/pack.mcmeta +++ /dev/null @@ -1,6 +0,0 @@ -{ - "pack": { - "pack_format": 7, - "description": "§2Makes beds look more fancy (with smooth lightning)" - } -} diff --git a/src/main/resources/resourcepacks/fancybedswithsmoothlightning/pack.png b/src/main/resources/resourcepacks/fancybedswithsmoothlightning/pack.png deleted file mode 100644 index ddb8653a7e4ec4209fc86effebeee81c7c909a69..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 2689 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