diff --git a/BetterBedsWithSmoothLightning.zip b/BetterBedsWithSmoothLightning.zip new file mode 100644 index 0000000..609e160 Binary files /dev/null and b/BetterBedsWithSmoothLightning.zip differ diff --git a/ConnectedBedsWithSmoothLightning.zip b/ConnectedBedsWithSmoothLightning.zip new file mode 100644 index 0000000..bb5fe01 Binary files /dev/null and b/ConnectedBedsWithSmoothLightning.zip differ diff --git a/FancyBedsWithSmoothLightning.zip b/FancyBedsWithSmoothLightning.zip new file mode 100644 index 0000000..ab1d920 Binary files /dev/null and b/FancyBedsWithSmoothLightning.zip differ diff --git a/src/main/resources/resourcepacks/betterbedswithsmoothlightning/assets/minecraft/blockstates/black_bed.json b/src/main/resources/resourcepacks/betterbedswithsmoothlightning/assets/minecraft/blockstates/black_bed.json new file mode 100644 index 0000000..ca72943 --- /dev/null +++ b/src/main/resources/resourcepacks/betterbedswithsmoothlightning/assets/minecraft/blockstates/black_bed.json @@ -0,0 +1,34 @@ +{ + "variants": { + "facing=east,part=head": { + "model": "minecraft:block/black_bed_head", + "y": 270 + }, + "facing=north,part=head": { + "model": "minecraft:block/black_bed_head", + "y": 180 + }, + "facing=south,part=head": { + "model": "minecraft:block/black_bed_head" + }, + "facing=west,part=head": { + "model": "minecraft:block/black_bed_head", + "y": 90 + }, + "facing=east,part=foot": { + "model": "minecraft:block/black_bed_foot", + "y": 270 + }, + "facing=north,part=foot": { + "model": "minecraft:block/black_bed_foot", + "y": 180 + }, + "facing=south,part=foot": { + "model": "minecraft:block/black_bed_foot" + }, + "facing=west,part=foot": { + "model": "minecraft:block/black_bed_foot", + "y": 90 + } + } +} \ No newline at end of file diff --git a/src/main/resources/resourcepacks/betterbedswithsmoothlightning/assets/minecraft/blockstates/blue_bed.json b/src/main/resources/resourcepacks/betterbedswithsmoothlightning/assets/minecraft/blockstates/blue_bed.json new file mode 100644 index 0000000..c5dd1e4 --- /dev/null +++ b/src/main/resources/resourcepacks/betterbedswithsmoothlightning/assets/minecraft/blockstates/blue_bed.json @@ -0,0 +1,34 @@ +{ + "variants": { + "facing=east,part=head": { + "model": "minecraft:block/blue_bed_head", + "y": 270 + }, + "facing=north,part=head": { + "model": "minecraft:block/blue_bed_head", + "y": 180 + }, + "facing=south,part=head": { + "model": "minecraft:block/blue_bed_head" + }, + "facing=west,part=head": { + "model": "minecraft:block/blue_bed_head", + "y": 90 + }, + "facing=east,part=foot": { + "model": "minecraft:block/blue_bed_foot", + "y": 270 + }, + "facing=north,part=foot": { + "model": "minecraft:block/blue_bed_foot", + "y": 180 + }, + "facing=south,part=foot": { + "model": "minecraft:block/blue_bed_foot" + }, + "facing=west,part=foot": { + "model": "minecraft:block/blue_bed_foot", + "y": 90 + } + } +} \ No newline at end of file diff --git a/src/main/resources/resourcepacks/betterbedswithsmoothlightning/assets/minecraft/blockstates/brown_bed.json b/src/main/resources/resourcepacks/betterbedswithsmoothlightning/assets/minecraft/blockstates/brown_bed.json new file mode 100644 index 0000000..2e65931 --- /dev/null +++ b/src/main/resources/resourcepacks/betterbedswithsmoothlightning/assets/minecraft/blockstates/brown_bed.json @@ -0,0 +1,34 @@ +{ + "variants": { + "facing=east,part=head": { + "model": "minecraft:block/brown_bed_head", + "y": 270 + }, + "facing=north,part=head": { + "model": "minecraft:block/brown_bed_head", + "y": 180 + }, + "facing=south,part=head": { + "model": "minecraft:block/brown_bed_head" + }, + "facing=west,part=head": { + "model": "minecraft:block/brown_bed_head", + "y": 90 + }, + "facing=east,part=foot": { + "model": "minecraft:block/brown_bed_foot", + "y": 270 + }, + "facing=north,part=foot": { + "model": "minecraft:block/brown_bed_foot", + "y": 180 + }, + "facing=south,part=foot": { + "model": "minecraft:block/brown_bed_foot" + }, + "facing=west,part=foot": { + "model": "minecraft:block/brown_bed_foot", + "y": 90 + } + } +} \ No newline at end of file diff --git a/src/main/resources/resourcepacks/betterbedswithsmoothlightning/assets/minecraft/blockstates/cyan_bed.json b/src/main/resources/resourcepacks/betterbedswithsmoothlightning/assets/minecraft/blockstates/cyan_bed.json new file mode 100644 index 0000000..9613ebd --- /dev/null +++ b/src/main/resources/resourcepacks/betterbedswithsmoothlightning/assets/minecraft/blockstates/cyan_bed.json @@ -0,0 +1,34 @@ +{ + "variants": { + "facing=east,part=head": { + "model": "minecraft:block/cyan_bed_head", + "y": 270 + }, + "facing=north,part=head": { + "model": "minecraft:block/cyan_bed_head", + "y": 180 + }, + "facing=south,part=head": { + "model": "minecraft:block/cyan_bed_head" + }, + "facing=west,part=head": { + "model": "minecraft:block/cyan_bed_head", + "y": 90 + }, + "facing=east,part=foot": { + "model": "minecraft:block/cyan_bed_foot", + "y": 270 + }, + "facing=north,part=foot": { + "model": "minecraft:block/cyan_bed_foot", + "y": 180 + }, + "facing=south,part=foot": { + "model": "minecraft:block/cyan_bed_foot" + }, + "facing=west,part=foot": { + "model": "minecraft:block/cyan_bed_foot", + "y": 90 + } + } +} \ No newline at end of file diff --git a/src/main/resources/resourcepacks/betterbedswithsmoothlightning/assets/minecraft/blockstates/gray_bed.json b/src/main/resources/resourcepacks/betterbedswithsmoothlightning/assets/minecraft/blockstates/gray_bed.json new file mode 100644 index 0000000..d13bd90 --- /dev/null +++ b/src/main/resources/resourcepacks/betterbedswithsmoothlightning/assets/minecraft/blockstates/gray_bed.json @@ -0,0 +1,34 @@ +{ + "variants": { + "facing=east,part=head": { + "model": "minecraft:block/gray_bed_head", + "y": 270 + }, + "facing=north,part=head": { + "model": "minecraft:block/gray_bed_head", + "y": 180 + }, + "facing=south,part=head": { + "model": "minecraft:block/gray_bed_head" + }, + "facing=west,part=head": { + "model": "minecraft:block/gray_bed_head", + "y": 90 + }, + "facing=east,part=foot": { + "model": "minecraft:block/gray_bed_foot", + "y": 270 + }, + "facing=north,part=foot": { + "model": "minecraft:block/gray_bed_foot", + "y": 180 + }, + "facing=south,part=foot": { + "model": "minecraft:block/gray_bed_foot" + }, + "facing=west,part=foot": { + "model": "minecraft:block/gray_bed_foot", + "y": 90 + } + } +} \ No newline at end of file diff --git a/src/main/resources/resourcepacks/betterbedswithsmoothlightning/assets/minecraft/blockstates/green_bed.json b/src/main/resources/resourcepacks/betterbedswithsmoothlightning/assets/minecraft/blockstates/green_bed.json new file mode 100644 index 0000000..acf5967 --- /dev/null +++ b/src/main/resources/resourcepacks/betterbedswithsmoothlightning/assets/minecraft/blockstates/green_bed.json @@ -0,0 +1,34 @@ +{ + "variants": { + "facing=east,part=head": { + "model": "minecraft:block/green_bed_head", + "y": 270 + }, + "facing=north,part=head": { + "model": "minecraft:block/green_bed_head", + "y": 180 + }, + "facing=south,part=head": { + "model": "minecraft:block/green_bed_head" + }, + "facing=west,part=head": { + "model": "minecraft:block/green_bed_head", + "y": 90 + }, + "facing=east,part=foot": { + "model": "minecraft:block/green_bed_foot", + "y": 270 + }, + "facing=north,part=foot": { + "model": "minecraft:block/green_bed_foot", + "y": 180 + }, + "facing=south,part=foot": { + "model": "minecraft:block/green_bed_foot" + }, + "facing=west,part=foot": { + "model": "minecraft:block/green_bed_foot", + "y": 90 + } + } +} \ No newline at end of file diff --git a/src/main/resources/resourcepacks/betterbedswithsmoothlightning/assets/minecraft/blockstates/light_blue_bed.json b/src/main/resources/resourcepacks/betterbedswithsmoothlightning/assets/minecraft/blockstates/light_blue_bed.json new file mode 100644 index 0000000..8b3ccc5 --- /dev/null +++ b/src/main/resources/resourcepacks/betterbedswithsmoothlightning/assets/minecraft/blockstates/light_blue_bed.json @@ -0,0 +1,34 @@ +{ + "variants": { + "facing=east,part=head": { + "model": "minecraft:block/light_blue_bed_head", + "y": 270 + }, + "facing=north,part=head": { + "model": "minecraft:block/light_blue_bed_head", + "y": 180 + }, + "facing=south,part=head": { + "model": "minecraft:block/light_blue_bed_head" + }, + "facing=west,part=head": { + "model": "minecraft:block/light_blue_bed_head", + "y": 90 + }, + "facing=east,part=foot": { + "model": "minecraft:block/light_blue_bed_foot", + "y": 270 + }, + "facing=north,part=foot": { + "model": "minecraft:block/light_blue_bed_foot", + "y": 180 + }, + "facing=south,part=foot": { + "model": "minecraft:block/light_blue_bed_foot" + }, + "facing=west,part=foot": { + "model": "minecraft:block/light_blue_bed_foot", + "y": 90 + } + } +} \ No newline at end of file diff --git a/src/main/resources/resourcepacks/betterbedswithsmoothlightning/assets/minecraft/blockstates/light_gray_bed.json b/src/main/resources/resourcepacks/betterbedswithsmoothlightning/assets/minecraft/blockstates/light_gray_bed.json new file mode 100644 index 0000000..b5b85c8 --- /dev/null +++ b/src/main/resources/resourcepacks/betterbedswithsmoothlightning/assets/minecraft/blockstates/light_gray_bed.json @@ -0,0 +1,34 @@ +{ + "variants": { + "facing=east,part=head": { + "model": "minecraft:block/light_gray_bed_head", + "y": 270 + }, + "facing=north,part=head": { + "model": "minecraft:block/light_gray_bed_head", + "y": 180 + }, + "facing=south,part=head": { + "model": "minecraft:block/light_gray_bed_head" + }, + "facing=west,part=head": { + "model": "minecraft:block/light_gray_bed_head", + "y": 90 + }, + "facing=east,part=foot": { + "model": "minecraft:block/light_gray_bed_foot", + "y": 270 + }, + "facing=north,part=foot": { + "model": "minecraft:block/light_gray_bed_foot", + "y": 180 + }, + "facing=south,part=foot": { + "model": "minecraft:block/light_gray_bed_foot" + }, + "facing=west,part=foot": { + "model": "minecraft:block/light_gray_bed_foot", + "y": 90 + } + } +} \ No newline at end of file diff --git a/src/main/resources/resourcepacks/betterbedswithsmoothlightning/assets/minecraft/blockstates/lime_bed.json b/src/main/resources/resourcepacks/betterbedswithsmoothlightning/assets/minecraft/blockstates/lime_bed.json new file mode 100644 index 0000000..3fcbf73 --- /dev/null +++ b/src/main/resources/resourcepacks/betterbedswithsmoothlightning/assets/minecraft/blockstates/lime_bed.json @@ -0,0 +1,34 @@ +{ + "variants": { + "facing=east,part=head": { + "model": "minecraft:block/lime_bed_head", + "y": 270 + }, + "facing=north,part=head": { + "model": "minecraft:block/lime_bed_head", + "y": 180 + }, + "facing=south,part=head": { + "model": "minecraft:block/lime_bed_head" + }, + "facing=west,part=head": { + "model": "minecraft:block/lime_bed_head", + "y": 90 + }, + "facing=east,part=foot": { + "model": "minecraft:block/lime_bed_foot", + "y": 270 + }, + "facing=north,part=foot": { + "model": "minecraft:block/lime_bed_foot", + "y": 180 + }, + "facing=south,part=foot": { + "model": "minecraft:block/lime_bed_foot" + }, + "facing=west,part=foot": { + "model": "minecraft:block/lime_bed_foot", + "y": 90 + } + } +} \ No newline at end of file diff --git a/src/main/resources/resourcepacks/betterbedswithsmoothlightning/assets/minecraft/blockstates/magenta_bed.json b/src/main/resources/resourcepacks/betterbedswithsmoothlightning/assets/minecraft/blockstates/magenta_bed.json new file mode 100644 index 0000000..efe6b0e --- /dev/null +++ b/src/main/resources/resourcepacks/betterbedswithsmoothlightning/assets/minecraft/blockstates/magenta_bed.json @@ -0,0 +1,34 @@ +{ + "variants": { + "facing=east,part=head": { + "model": "minecraft:block/magenta_bed_head", + "y": 270 + }, + "facing=north,part=head": { + "model": "minecraft:block/magenta_bed_head", + "y": 180 + }, + "facing=south,part=head": { + "model": "minecraft:block/magenta_bed_head" + }, + "facing=west,part=head": { + "model": "minecraft:block/magenta_bed_head", + "y": 90 + }, + "facing=east,part=foot": { + "model": "minecraft:block/magenta_bed_foot", + "y": 270 + }, + "facing=north,part=foot": { + "model": "minecraft:block/magenta_bed_foot", + "y": 180 + }, + "facing=south,part=foot": { + "model": "minecraft:block/magenta_bed_foot" + }, + "facing=west,part=foot": { + "model": "minecraft:block/magenta_bed_foot", + "y": 90 + } + } +} \ No newline at end of file diff --git a/src/main/resources/resourcepacks/betterbedswithsmoothlightning/assets/minecraft/blockstates/orange_bed.json b/src/main/resources/resourcepacks/betterbedswithsmoothlightning/assets/minecraft/blockstates/orange_bed.json new file mode 100644 index 0000000..f36c565 --- /dev/null +++ b/src/main/resources/resourcepacks/betterbedswithsmoothlightning/assets/minecraft/blockstates/orange_bed.json @@ -0,0 +1,34 @@ +{ + "variants": { + "facing=east,part=head": { + "model": "minecraft:block/orange_bed_head", + "y": 270 + }, + "facing=north,part=head": { + "model": "minecraft:block/orange_bed_head", + "y": 180 + }, + "facing=south,part=head": { + "model": "minecraft:block/orange_bed_head" + }, + "facing=west,part=head": { + "model": "minecraft:block/orange_bed_head", + "y": 90 + }, + "facing=east,part=foot": { + "model": "minecraft:block/orange_bed_foot", + "y": 270 + }, + "facing=north,part=foot": { + "model": "minecraft:block/orange_bed_foot", + "y": 180 + }, + "facing=south,part=foot": { + "model": "minecraft:block/orange_bed_foot" + }, + "facing=west,part=foot": { + "model": "minecraft:block/orange_bed_foot", + "y": 90 + } + } +} \ No newline at end of file diff --git a/src/main/resources/resourcepacks/betterbedswithsmoothlightning/assets/minecraft/blockstates/pink_bed.json b/src/main/resources/resourcepacks/betterbedswithsmoothlightning/assets/minecraft/blockstates/pink_bed.json new file mode 100644 index 0000000..acea3dd --- /dev/null +++ b/src/main/resources/resourcepacks/betterbedswithsmoothlightning/assets/minecraft/blockstates/pink_bed.json @@ -0,0 +1,34 @@ +{ + "variants": { + "facing=east,part=head": { + "model": "minecraft:block/pink_bed_head", + "y": 270 + }, + "facing=north,part=head": { + "model": "minecraft:block/pink_bed_head", + "y": 180 + }, + "facing=south,part=head": { + "model": "minecraft:block/pink_bed_head" + }, + "facing=west,part=head": { + "model": "minecraft:block/pink_bed_head", + "y": 90 + }, + "facing=east,part=foot": { + "model": "minecraft:block/pink_bed_foot", + "y": 270 + }, + "facing=north,part=foot": { + "model": "minecraft:block/pink_bed_foot", + "y": 180 + }, + "facing=south,part=foot": { + "model": "minecraft:block/pink_bed_foot" + }, + "facing=west,part=foot": { + "model": "minecraft:block/pink_bed_foot", + "y": 90 + } + } +} \ No newline at end of file diff --git a/src/main/resources/resourcepacks/betterbedswithsmoothlightning/assets/minecraft/blockstates/purple_bed.json b/src/main/resources/resourcepacks/betterbedswithsmoothlightning/assets/minecraft/blockstates/purple_bed.json new file mode 100644 index 0000000..1bf2b9e --- /dev/null +++ b/src/main/resources/resourcepacks/betterbedswithsmoothlightning/assets/minecraft/blockstates/purple_bed.json @@ -0,0 +1,34 @@ +{ + "variants": { + "facing=east,part=head": { + "model": "minecraft:block/purple_bed_head", + "y": 270 + }, + "facing=north,part=head": { + "model": "minecraft:block/purple_bed_head", + "y": 180 + }, + "facing=south,part=head": { + "model": "minecraft:block/purple_bed_head" + }, + "facing=west,part=head": { + "model": "minecraft:block/purple_bed_head", + "y": 90 + }, + "facing=east,part=foot": { + "model": "minecraft:block/purple_bed_foot", + "y": 270 + }, + "facing=north,part=foot": { + "model": "minecraft:block/purple_bed_foot", + "y": 180 + }, + "facing=south,part=foot": { + "model": "minecraft:block/purple_bed_foot" + }, + "facing=west,part=foot": { + "model": "minecraft:block/purple_bed_foot", + "y": 90 + } + } +} \ No newline at end of file diff --git a/src/main/resources/resourcepacks/betterbedswithsmoothlightning/assets/minecraft/blockstates/red_bed.json b/src/main/resources/resourcepacks/betterbedswithsmoothlightning/assets/minecraft/blockstates/red_bed.json new file mode 100644 index 0000000..03b3174 --- /dev/null +++ b/src/main/resources/resourcepacks/betterbedswithsmoothlightning/assets/minecraft/blockstates/red_bed.json @@ -0,0 +1,34 @@ +{ + "variants": { + "facing=east,part=head": { + "model": "minecraft:block/red_bed_head", + "y": 270 + }, + "facing=north,part=head": { + "model": "minecraft:block/red_bed_head", + "y": 180 + }, + "facing=south,part=head": { + "model": "minecraft:block/red_bed_head" + }, + "facing=west,part=head": { + "model": "minecraft:block/red_bed_head", + "y": 90 + }, + "facing=east,part=foot": { + "model": "minecraft:block/red_bed_foot", + "y": 270 + }, + "facing=north,part=foot": { + "model": "minecraft:block/red_bed_foot", + "y": 180 + }, + "facing=south,part=foot": { + "model": "minecraft:block/red_bed_foot" + }, + "facing=west,part=foot": { + "model": "minecraft:block/red_bed_foot", + "y": 90 + } + } +} \ No newline at end of file diff --git a/src/main/resources/resourcepacks/betterbedswithsmoothlightning/assets/minecraft/blockstates/white_bed.json b/src/main/resources/resourcepacks/betterbedswithsmoothlightning/assets/minecraft/blockstates/white_bed.json new file mode 100644 index 0000000..ff4fbcb --- /dev/null +++ b/src/main/resources/resourcepacks/betterbedswithsmoothlightning/assets/minecraft/blockstates/white_bed.json @@ -0,0 +1,34 @@ +{ + "variants": { + "facing=east,part=head": { + "model": "minecraft:block/white_bed_head", + "y": 270 + }, + "facing=north,part=head": { + "model": "minecraft:block/white_bed_head", + "y": 180 + }, + "facing=south,part=head": { + "model": "minecraft:block/white_bed_head" + }, + "facing=west,part=head": { + "model": "minecraft:block/white_bed_head", + "y": 90 + }, + "facing=east,part=foot": { + "model": "minecraft:block/white_bed_foot", + "y": 270 + }, + "facing=north,part=foot": { + "model": "minecraft:block/white_bed_foot", + "y": 180 + }, + "facing=south,part=foot": { + "model": "minecraft:block/white_bed_foot" + }, + "facing=west,part=foot": { + "model": "minecraft:block/white_bed_foot", + "y": 90 + } + } +} \ No newline at end of file diff --git a/src/main/resources/resourcepacks/betterbedswithsmoothlightning/assets/minecraft/blockstates/yellow_bed.json b/src/main/resources/resourcepacks/betterbedswithsmoothlightning/assets/minecraft/blockstates/yellow_bed.json new file mode 100644 index 0000000..fee5373 --- /dev/null +++ b/src/main/resources/resourcepacks/betterbedswithsmoothlightning/assets/minecraft/blockstates/yellow_bed.json @@ -0,0 +1,34 @@ +{ + "variants": { + "facing=east,part=head": { + "model": "minecraft:block/yellow_bed_head", + "y": 270 + }, + "facing=north,part=head": { + "model": "minecraft:block/yellow_bed_head", + "y": 180 + }, + "facing=south,part=head": { + "model": "minecraft:block/yellow_bed_head" + }, + "facing=west,part=head": { + "model": "minecraft:block/yellow_bed_head", + "y": 90 + }, + "facing=east,part=foot": { + "model": "minecraft:block/yellow_bed_foot", + "y": 270 + }, + "facing=north,part=foot": { + "model": "minecraft:block/yellow_bed_foot", + "y": 180 + }, + "facing=south,part=foot": { + "model": "minecraft:block/yellow_bed_foot" + }, + "facing=west,part=foot": { + "model": "minecraft:block/yellow_bed_foot", + "y": 90 + } + } +} \ No newline at end of file diff --git a/src/main/resources/resourcepacks/betterbedswithsmoothlightning/assets/minecraft/models/block/bed_foot.json b/src/main/resources/resourcepacks/betterbedswithsmoothlightning/assets/minecraft/models/block/bed_foot.json new file mode 100644 index 0000000..5abafb6 --- /dev/null +++ b/src/main/resources/resourcepacks/betterbedswithsmoothlightning/assets/minecraft/models/block/bed_foot.json @@ -0,0 +1,45 @@ +{ + "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/bed_head.json b/src/main/resources/resourcepacks/betterbedswithsmoothlightning/assets/minecraft/models/block/bed_head.json new file mode 100644 index 0000000..950c4da --- /dev/null +++ b/src/main/resources/resourcepacks/betterbedswithsmoothlightning/assets/minecraft/models/block/bed_head.json @@ -0,0 +1,46 @@ +{ + "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/block/black_bed_foot.json b/src/main/resources/resourcepacks/betterbedswithsmoothlightning/assets/minecraft/models/block/black_bed_foot.json new file mode 100644 index 0000000..35b692f --- /dev/null +++ b/src/main/resources/resourcepacks/betterbedswithsmoothlightning/assets/minecraft/models/block/black_bed_foot.json @@ -0,0 +1,6 @@ +{ + "parent": "minecraft:block/bed_foot", + "textures": { + "0": "minecraft:entity/bed/black" + } +} \ No newline at end of file diff --git a/src/main/resources/resourcepacks/betterbedswithsmoothlightning/assets/minecraft/models/block/black_bed_head.json b/src/main/resources/resourcepacks/betterbedswithsmoothlightning/assets/minecraft/models/block/black_bed_head.json new file mode 100644 index 0000000..086477e --- /dev/null +++ b/src/main/resources/resourcepacks/betterbedswithsmoothlightning/assets/minecraft/models/block/black_bed_head.json @@ -0,0 +1,6 @@ +{ + "parent": "minecraft:block/bed_head", + "textures": { + "0": "minecraft:entity/bed/black" + } +} \ No newline at end of file diff --git a/src/main/resources/resourcepacks/betterbedswithsmoothlightning/assets/minecraft/models/block/blue_bed_foot.json b/src/main/resources/resourcepacks/betterbedswithsmoothlightning/assets/minecraft/models/block/blue_bed_foot.json new file mode 100644 index 0000000..8a642f7 --- /dev/null +++ b/src/main/resources/resourcepacks/betterbedswithsmoothlightning/assets/minecraft/models/block/blue_bed_foot.json @@ -0,0 +1,6 @@ +{ + "parent": "minecraft:block/bed_foot", + "textures": { + "0": "minecraft:entity/bed/blue" + } +} \ No newline at end of file diff --git a/src/main/resources/resourcepacks/betterbedswithsmoothlightning/assets/minecraft/models/block/blue_bed_head.json b/src/main/resources/resourcepacks/betterbedswithsmoothlightning/assets/minecraft/models/block/blue_bed_head.json new file mode 100644 index 0000000..f017a88 --- /dev/null +++ b/src/main/resources/resourcepacks/betterbedswithsmoothlightning/assets/minecraft/models/block/blue_bed_head.json @@ -0,0 +1,6 @@ +{ + "parent": "minecraft:block/bed_head", + "textures": { + "0": "minecraft:entity/bed/blue" + } +} \ No newline at end of file diff --git a/src/main/resources/resourcepacks/betterbedswithsmoothlightning/assets/minecraft/models/block/brown_bed_foot.json b/src/main/resources/resourcepacks/betterbedswithsmoothlightning/assets/minecraft/models/block/brown_bed_foot.json new file mode 100644 index 0000000..bb0db84 --- /dev/null +++ b/src/main/resources/resourcepacks/betterbedswithsmoothlightning/assets/minecraft/models/block/brown_bed_foot.json @@ -0,0 +1,6 @@ +{ + "parent": "minecraft:block/bed_foot", + "textures": { + "0": "minecraft:entity/bed/brown" + } +} \ No newline at end of file diff --git a/src/main/resources/resourcepacks/betterbedswithsmoothlightning/assets/minecraft/models/block/brown_bed_head.json b/src/main/resources/resourcepacks/betterbedswithsmoothlightning/assets/minecraft/models/block/brown_bed_head.json new file mode 100644 index 0000000..74451f6 --- /dev/null +++ b/src/main/resources/resourcepacks/betterbedswithsmoothlightning/assets/minecraft/models/block/brown_bed_head.json @@ -0,0 +1,6 @@ +{ + "parent": "minecraft:block/bed_head", + "textures": { + "0": "minecraft:entity/bed/brown" + } +} \ No newline at end of file diff --git a/src/main/resources/resourcepacks/betterbedswithsmoothlightning/assets/minecraft/models/block/cyan_bed_foot.json b/src/main/resources/resourcepacks/betterbedswithsmoothlightning/assets/minecraft/models/block/cyan_bed_foot.json new file mode 100644 index 0000000..14dc9c8 --- /dev/null +++ b/src/main/resources/resourcepacks/betterbedswithsmoothlightning/assets/minecraft/models/block/cyan_bed_foot.json @@ -0,0 +1,6 @@ +{ + "parent": "minecraft:block/bed_foot", + "textures": { + "0": "minecraft:entity/bed/cyan" + } +} \ No newline at end of file diff --git a/src/main/resources/resourcepacks/betterbedswithsmoothlightning/assets/minecraft/models/block/cyan_bed_head.json b/src/main/resources/resourcepacks/betterbedswithsmoothlightning/assets/minecraft/models/block/cyan_bed_head.json new file mode 100644 index 0000000..5749a71 --- /dev/null +++ b/src/main/resources/resourcepacks/betterbedswithsmoothlightning/assets/minecraft/models/block/cyan_bed_head.json @@ -0,0 +1,6 @@ +{ + "parent": "minecraft:block/bed_head", + "textures": { + "0": "minecraft:entity/bed/cyan" + } +} \ No newline at end of file diff --git a/src/main/resources/resourcepacks/betterbedswithsmoothlightning/assets/minecraft/models/block/gray_bed_foot.json b/src/main/resources/resourcepacks/betterbedswithsmoothlightning/assets/minecraft/models/block/gray_bed_foot.json new file mode 100644 index 0000000..5f144d1 --- /dev/null +++ b/src/main/resources/resourcepacks/betterbedswithsmoothlightning/assets/minecraft/models/block/gray_bed_foot.json @@ -0,0 +1,6 @@ +{ + "parent": "minecraft:block/bed_foot", + "textures": { + "0": "minecraft:entity/bed/gray" + } +} \ No newline at end of file diff --git a/src/main/resources/resourcepacks/betterbedswithsmoothlightning/assets/minecraft/models/block/gray_bed_head.json b/src/main/resources/resourcepacks/betterbedswithsmoothlightning/assets/minecraft/models/block/gray_bed_head.json new file mode 100644 index 0000000..cde7792 --- /dev/null +++ b/src/main/resources/resourcepacks/betterbedswithsmoothlightning/assets/minecraft/models/block/gray_bed_head.json @@ -0,0 +1,6 @@ +{ + "parent": "minecraft:block/bed_head", + "textures": { + "0": "minecraft:entity/bed/gray" + } +} \ No newline at end of file diff --git a/src/main/resources/resourcepacks/betterbedswithsmoothlightning/assets/minecraft/models/block/green_bed_foot.json b/src/main/resources/resourcepacks/betterbedswithsmoothlightning/assets/minecraft/models/block/green_bed_foot.json new file mode 100644 index 0000000..1cc14f0 --- /dev/null +++ b/src/main/resources/resourcepacks/betterbedswithsmoothlightning/assets/minecraft/models/block/green_bed_foot.json @@ -0,0 +1,6 @@ +{ + "parent": "minecraft:block/bed_foot", + "textures": { + "0": "minecraft:entity/bed/green" + } +} \ No newline at end of file diff --git a/src/main/resources/resourcepacks/betterbedswithsmoothlightning/assets/minecraft/models/block/green_bed_head.json b/src/main/resources/resourcepacks/betterbedswithsmoothlightning/assets/minecraft/models/block/green_bed_head.json new file mode 100644 index 0000000..f8f2d7f --- /dev/null +++ b/src/main/resources/resourcepacks/betterbedswithsmoothlightning/assets/minecraft/models/block/green_bed_head.json @@ -0,0 +1,6 @@ +{ + "parent": "minecraft:block/bed_head", + "textures": { + "0": "minecraft:entity/bed/green" + } +} \ No newline at end of file diff --git a/src/main/resources/resourcepacks/betterbedswithsmoothlightning/assets/minecraft/models/block/light_blue_bed_foot.json b/src/main/resources/resourcepacks/betterbedswithsmoothlightning/assets/minecraft/models/block/light_blue_bed_foot.json new file mode 100644 index 0000000..b6f5721 --- /dev/null +++ b/src/main/resources/resourcepacks/betterbedswithsmoothlightning/assets/minecraft/models/block/light_blue_bed_foot.json @@ -0,0 +1,6 @@ +{ + "parent": "minecraft:block/bed_foot", + "textures": { + "0": "minecraft:entity/bed/light_blue" + } +} \ No newline at end of file diff --git a/src/main/resources/resourcepacks/betterbedswithsmoothlightning/assets/minecraft/models/block/light_blue_bed_head.json b/src/main/resources/resourcepacks/betterbedswithsmoothlightning/assets/minecraft/models/block/light_blue_bed_head.json new file mode 100644 index 0000000..f2bd05b --- /dev/null +++ b/src/main/resources/resourcepacks/betterbedswithsmoothlightning/assets/minecraft/models/block/light_blue_bed_head.json @@ -0,0 +1,6 @@ +{ + "parent": "minecraft:block/bed_head", + "textures": { + "0": "minecraft:entity/bed/light_blue" + } +} \ No newline at end of file diff --git a/src/main/resources/resourcepacks/betterbedswithsmoothlightning/assets/minecraft/models/block/light_gray_bed_foot.json b/src/main/resources/resourcepacks/betterbedswithsmoothlightning/assets/minecraft/models/block/light_gray_bed_foot.json new file mode 100644 index 0000000..0d26def --- /dev/null +++ b/src/main/resources/resourcepacks/betterbedswithsmoothlightning/assets/minecraft/models/block/light_gray_bed_foot.json @@ -0,0 +1,6 @@ +{ + "parent": "minecraft:block/bed_foot", + "textures": { + "0": "minecraft:entity/bed/light_gray" + } +} \ No newline at end of file diff --git a/src/main/resources/resourcepacks/betterbedswithsmoothlightning/assets/minecraft/models/block/light_gray_bed_head.json b/src/main/resources/resourcepacks/betterbedswithsmoothlightning/assets/minecraft/models/block/light_gray_bed_head.json new file mode 100644 index 0000000..c3a15bc --- /dev/null +++ b/src/main/resources/resourcepacks/betterbedswithsmoothlightning/assets/minecraft/models/block/light_gray_bed_head.json @@ -0,0 +1,6 @@ +{ + "parent": "minecraft:block/bed_head", + "textures": { + "0": "minecraft:entity/bed/light_gray" + } +} \ No newline at end of file diff --git a/src/main/resources/resourcepacks/betterbedswithsmoothlightning/assets/minecraft/models/block/lime_bed_foot.json b/src/main/resources/resourcepacks/betterbedswithsmoothlightning/assets/minecraft/models/block/lime_bed_foot.json new file mode 100644 index 0000000..0cb10dc --- /dev/null +++ b/src/main/resources/resourcepacks/betterbedswithsmoothlightning/assets/minecraft/models/block/lime_bed_foot.json @@ -0,0 +1,6 @@ +{ + "parent": "minecraft:block/bed_foot", + "textures": { + "0": "minecraft:entity/bed/lime" + } +} \ No newline at end of file diff --git a/src/main/resources/resourcepacks/betterbedswithsmoothlightning/assets/minecraft/models/block/lime_bed_head.json b/src/main/resources/resourcepacks/betterbedswithsmoothlightning/assets/minecraft/models/block/lime_bed_head.json new file mode 100644 index 0000000..b6d7026 --- /dev/null +++ b/src/main/resources/resourcepacks/betterbedswithsmoothlightning/assets/minecraft/models/block/lime_bed_head.json @@ -0,0 +1,6 @@ +{ + "parent": "minecraft:block/bed_head", + "textures": { + "0": "minecraft:entity/bed/lime" + } +} \ No newline at end of file diff --git a/src/main/resources/resourcepacks/betterbedswithsmoothlightning/assets/minecraft/models/block/magenta_bed_foot.json b/src/main/resources/resourcepacks/betterbedswithsmoothlightning/assets/minecraft/models/block/magenta_bed_foot.json new file mode 100644 index 0000000..4d60ee6 --- /dev/null +++ b/src/main/resources/resourcepacks/betterbedswithsmoothlightning/assets/minecraft/models/block/magenta_bed_foot.json @@ -0,0 +1,6 @@ +{ + "parent": "minecraft:block/bed_foot", + "textures": { + "0": "minecraft:entity/bed/magenta" + } +} \ No newline at end of file diff --git a/src/main/resources/resourcepacks/betterbedswithsmoothlightning/assets/minecraft/models/block/magenta_bed_head.json b/src/main/resources/resourcepacks/betterbedswithsmoothlightning/assets/minecraft/models/block/magenta_bed_head.json new file mode 100644 index 0000000..d4f377a --- /dev/null +++ b/src/main/resources/resourcepacks/betterbedswithsmoothlightning/assets/minecraft/models/block/magenta_bed_head.json @@ -0,0 +1,6 @@ +{ + "parent": "minecraft:block/bed_head", + "textures": { + "0": "minecraft:entity/bed/magenta" + } +} \ No newline at end of file diff --git a/src/main/resources/resourcepacks/betterbedswithsmoothlightning/assets/minecraft/models/block/orange_bed_foot.json b/src/main/resources/resourcepacks/betterbedswithsmoothlightning/assets/minecraft/models/block/orange_bed_foot.json new file mode 100644 index 0000000..3c5364e --- /dev/null +++ b/src/main/resources/resourcepacks/betterbedswithsmoothlightning/assets/minecraft/models/block/orange_bed_foot.json @@ -0,0 +1,6 @@ +{ + "parent": "minecraft:block/bed_foot", + "textures": { + "0": "minecraft:entity/bed/orange" + } +} \ No newline at end of file diff --git a/src/main/resources/resourcepacks/betterbedswithsmoothlightning/assets/minecraft/models/block/orange_bed_head.json b/src/main/resources/resourcepacks/betterbedswithsmoothlightning/assets/minecraft/models/block/orange_bed_head.json new file mode 100644 index 0000000..f1f61de --- /dev/null +++ b/src/main/resources/resourcepacks/betterbedswithsmoothlightning/assets/minecraft/models/block/orange_bed_head.json @@ -0,0 +1,6 @@ +{ + "parent": "minecraft:block/bed_head", + "textures": { + "0": "minecraft:entity/bed/orange" + } +} \ No newline at end of file diff --git a/src/main/resources/resourcepacks/betterbedswithsmoothlightning/assets/minecraft/models/block/pink_bed_foot.json b/src/main/resources/resourcepacks/betterbedswithsmoothlightning/assets/minecraft/models/block/pink_bed_foot.json new file mode 100644 index 0000000..4585799 --- /dev/null +++ b/src/main/resources/resourcepacks/betterbedswithsmoothlightning/assets/minecraft/models/block/pink_bed_foot.json @@ -0,0 +1,6 @@ +{ + "parent": "minecraft:block/bed_foot", + "textures": { + "0": "minecraft:entity/bed/pink" + } +} \ No newline at end of file diff --git a/src/main/resources/resourcepacks/betterbedswithsmoothlightning/assets/minecraft/models/block/pink_bed_head.json b/src/main/resources/resourcepacks/betterbedswithsmoothlightning/assets/minecraft/models/block/pink_bed_head.json new file mode 100644 index 0000000..c9f5d1a --- /dev/null +++ b/src/main/resources/resourcepacks/betterbedswithsmoothlightning/assets/minecraft/models/block/pink_bed_head.json @@ -0,0 +1,6 @@ +{ + "parent": "minecraft:block/bed_head", + "textures": { + "0": "minecraft:entity/bed/pink" + } +} \ No newline at end of file diff --git a/src/main/resources/resourcepacks/betterbedswithsmoothlightning/assets/minecraft/models/block/purple_bed_foot.json b/src/main/resources/resourcepacks/betterbedswithsmoothlightning/assets/minecraft/models/block/purple_bed_foot.json new file mode 100644 index 0000000..b7ae1b8 --- /dev/null +++ b/src/main/resources/resourcepacks/betterbedswithsmoothlightning/assets/minecraft/models/block/purple_bed_foot.json @@ -0,0 +1,6 @@ +{ + "parent": "minecraft:block/bed_foot", + "textures": { + "0": "minecraft:entity/bed/purple" + } +} \ No newline at end of file diff --git a/src/main/resources/resourcepacks/betterbedswithsmoothlightning/assets/minecraft/models/block/purple_bed_head.json b/src/main/resources/resourcepacks/betterbedswithsmoothlightning/assets/minecraft/models/block/purple_bed_head.json new file mode 100644 index 0000000..d083242 --- /dev/null +++ b/src/main/resources/resourcepacks/betterbedswithsmoothlightning/assets/minecraft/models/block/purple_bed_head.json @@ -0,0 +1,6 @@ +{ + "parent": "minecraft:block/bed_head", + "textures": { + "0": "minecraft:entity/bed/purple" + } +} \ No newline at end of file diff --git a/src/main/resources/resourcepacks/betterbedswithsmoothlightning/assets/minecraft/models/block/red_bed_foot.json b/src/main/resources/resourcepacks/betterbedswithsmoothlightning/assets/minecraft/models/block/red_bed_foot.json new file mode 100644 index 0000000..ab3d156 --- /dev/null +++ b/src/main/resources/resourcepacks/betterbedswithsmoothlightning/assets/minecraft/models/block/red_bed_foot.json @@ -0,0 +1,6 @@ +{ + "parent": "minecraft:block/bed_foot", + "textures": { + "0": "minecraft:entity/bed/red" + } +} \ No newline at end of file diff --git a/src/main/resources/resourcepacks/betterbedswithsmoothlightning/assets/minecraft/models/block/red_bed_head.json b/src/main/resources/resourcepacks/betterbedswithsmoothlightning/assets/minecraft/models/block/red_bed_head.json new file mode 100644 index 0000000..cd83383 --- /dev/null +++ b/src/main/resources/resourcepacks/betterbedswithsmoothlightning/assets/minecraft/models/block/red_bed_head.json @@ -0,0 +1,6 @@ +{ + "parent": "minecraft:block/bed_head", + "textures": { + "0": "minecraft:entity/bed/red" + } +} \ No newline at end of file diff --git a/src/main/resources/resourcepacks/betterbedswithsmoothlightning/assets/minecraft/models/block/white_bed_foot.json b/src/main/resources/resourcepacks/betterbedswithsmoothlightning/assets/minecraft/models/block/white_bed_foot.json new file mode 100644 index 0000000..ebec614 --- /dev/null +++ b/src/main/resources/resourcepacks/betterbedswithsmoothlightning/assets/minecraft/models/block/white_bed_foot.json @@ -0,0 +1,6 @@ +{ + "parent": "minecraft:block/bed_foot", + "textures": { + "0": "minecraft:entity/bed/white" + } +} \ No newline at end of file diff --git a/src/main/resources/resourcepacks/betterbedswithsmoothlightning/assets/minecraft/models/block/white_bed_head.json b/src/main/resources/resourcepacks/betterbedswithsmoothlightning/assets/minecraft/models/block/white_bed_head.json new file mode 100644 index 0000000..14be526 --- /dev/null +++ b/src/main/resources/resourcepacks/betterbedswithsmoothlightning/assets/minecraft/models/block/white_bed_head.json @@ -0,0 +1,6 @@ +{ + "parent": "minecraft:block/bed_head", + "textures": { + "0": "minecraft:entity/bed/white" + } +} \ No newline at end of file diff --git a/src/main/resources/resourcepacks/betterbedswithsmoothlightning/assets/minecraft/models/block/yellow_bed_foot.json b/src/main/resources/resourcepacks/betterbedswithsmoothlightning/assets/minecraft/models/block/yellow_bed_foot.json new file mode 100644 index 0000000..1c85962 --- /dev/null +++ b/src/main/resources/resourcepacks/betterbedswithsmoothlightning/assets/minecraft/models/block/yellow_bed_foot.json @@ -0,0 +1,6 @@ +{ + "parent": "minecraft:block/bed_foot", + "textures": { + "0": "minecraft:entity/bed/yellow" + } +} \ No newline at end of file diff --git a/src/main/resources/resourcepacks/betterbedswithsmoothlightning/assets/minecraft/models/block/yellow_bed_head.json b/src/main/resources/resourcepacks/betterbedswithsmoothlightning/assets/minecraft/models/block/yellow_bed_head.json new file mode 100644 index 0000000..12720d3 --- /dev/null +++ b/src/main/resources/resourcepacks/betterbedswithsmoothlightning/assets/minecraft/models/block/yellow_bed_head.json @@ -0,0 +1,6 @@ +{ + "parent": "minecraft:block/bed_head", + "textures": { + "0": "minecraft:entity/bed/yellow" + } +} \ 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 new file mode 100644 index 0000000..c41de41 --- /dev/null +++ b/src/main/resources/resourcepacks/betterbedswithsmoothlightning/assets/minecraft/models/item/bed.json @@ -0,0 +1,122 @@ +{ + "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 new file mode 100644 index 0000000..467ae43 --- /dev/null +++ b/src/main/resources/resourcepacks/betterbedswithsmoothlightning/assets/minecraft/models/item/black_bed.json @@ -0,0 +1,6 @@ +{ + "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 new file mode 100644 index 0000000..4a92940 --- /dev/null +++ b/src/main/resources/resourcepacks/betterbedswithsmoothlightning/assets/minecraft/models/item/blue_bed.json @@ -0,0 +1,6 @@ +{ + "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 new file mode 100644 index 0000000..19c4064 --- /dev/null +++ b/src/main/resources/resourcepacks/betterbedswithsmoothlightning/assets/minecraft/models/item/brown_bed.json @@ -0,0 +1,6 @@ +{ + "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 new file mode 100644 index 0000000..fa61dfa --- /dev/null +++ b/src/main/resources/resourcepacks/betterbedswithsmoothlightning/assets/minecraft/models/item/cyan_bed.json @@ -0,0 +1,6 @@ +{ + "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 new file mode 100644 index 0000000..dd14d31 --- /dev/null +++ b/src/main/resources/resourcepacks/betterbedswithsmoothlightning/assets/minecraft/models/item/gray_bed.json @@ -0,0 +1,6 @@ +{ + "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 new file mode 100644 index 0000000..b6827c0 --- /dev/null +++ b/src/main/resources/resourcepacks/betterbedswithsmoothlightning/assets/minecraft/models/item/green_bed.json @@ -0,0 +1,6 @@ +{ + "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 new file mode 100644 index 0000000..ec1259e --- /dev/null +++ b/src/main/resources/resourcepacks/betterbedswithsmoothlightning/assets/minecraft/models/item/light_blue_bed.json @@ -0,0 +1,6 @@ +{ + "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 new file mode 100644 index 0000000..bc4cd46 --- /dev/null +++ b/src/main/resources/resourcepacks/betterbedswithsmoothlightning/assets/minecraft/models/item/light_gray_bed.json @@ -0,0 +1,6 @@ +{ + "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 new file mode 100644 index 0000000..aa55b5f --- /dev/null +++ b/src/main/resources/resourcepacks/betterbedswithsmoothlightning/assets/minecraft/models/item/lime_bed.json @@ -0,0 +1,6 @@ +{ + "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 new file mode 100644 index 0000000..13c2098 --- /dev/null +++ b/src/main/resources/resourcepacks/betterbedswithsmoothlightning/assets/minecraft/models/item/magenta_bed.json @@ -0,0 +1,6 @@ +{ + "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 new file mode 100644 index 0000000..e5106de --- /dev/null +++ b/src/main/resources/resourcepacks/betterbedswithsmoothlightning/assets/minecraft/models/item/orange_bed.json @@ -0,0 +1,6 @@ +{ + "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 new file mode 100644 index 0000000..0e1fcb9 --- /dev/null +++ b/src/main/resources/resourcepacks/betterbedswithsmoothlightning/assets/minecraft/models/item/pink_bed.json @@ -0,0 +1,6 @@ +{ + "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 new file mode 100644 index 0000000..7dbd513 --- /dev/null +++ b/src/main/resources/resourcepacks/betterbedswithsmoothlightning/assets/minecraft/models/item/purple_bed.json @@ -0,0 +1,6 @@ +{ + "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 new file mode 100644 index 0000000..6a7b1ae --- /dev/null +++ b/src/main/resources/resourcepacks/betterbedswithsmoothlightning/assets/minecraft/models/item/red_bed.json @@ -0,0 +1,6 @@ +{ + "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 new file mode 100644 index 0000000..1eb3819 --- /dev/null +++ b/src/main/resources/resourcepacks/betterbedswithsmoothlightning/assets/minecraft/models/item/white_bed.json @@ -0,0 +1,6 @@ +{ + "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 new file mode 100644 index 0000000..c5bf97d --- /dev/null +++ b/src/main/resources/resourcepacks/betterbedswithsmoothlightning/assets/minecraft/models/item/yellow_bed.json @@ -0,0 +1,6 @@ +{ + "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 new file mode 100644 index 0000000..6968976 --- /dev/null +++ b/src/main/resources/resourcepacks/betterbedswithsmoothlightning/license.txt @@ -0,0 +1,10 @@ +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 new file mode 100644 index 0000000..4b95870 --- /dev/null +++ b/src/main/resources/resourcepacks/betterbedswithsmoothlightning/pack.mcmeta @@ -0,0 +1,6 @@ +{ + "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 new file mode 100644 index 0000000..f0d916e Binary files /dev/null and b/src/main/resources/resourcepacks/betterbedswithsmoothlightning/pack.png differ diff --git a/src/main/resources/resourcepacks/connectedbedswithsmoothlightning/assets/minecraft/blockstates/black_bed.json b/src/main/resources/resourcepacks/connectedbedswithsmoothlightning/assets/minecraft/blockstates/black_bed.json new file mode 100644 index 0000000..ca72943 --- /dev/null +++ b/src/main/resources/resourcepacks/connectedbedswithsmoothlightning/assets/minecraft/blockstates/black_bed.json @@ -0,0 +1,34 @@ +{ + "variants": { + "facing=east,part=head": { + "model": "minecraft:block/black_bed_head", + "y": 270 + }, + "facing=north,part=head": { + "model": "minecraft:block/black_bed_head", + "y": 180 + }, + "facing=south,part=head": { + "model": "minecraft:block/black_bed_head" + }, + "facing=west,part=head": { + "model": "minecraft:block/black_bed_head", + "y": 90 + }, + "facing=east,part=foot": { + "model": "minecraft:block/black_bed_foot", + "y": 270 + }, + "facing=north,part=foot": { + "model": "minecraft:block/black_bed_foot", + "y": 180 + }, + "facing=south,part=foot": { + "model": "minecraft:block/black_bed_foot" + }, + "facing=west,part=foot": { + "model": "minecraft:block/black_bed_foot", + "y": 90 + } + } +} \ No newline at end of file diff --git a/src/main/resources/resourcepacks/connectedbedswithsmoothlightning/assets/minecraft/blockstates/blue_bed.json b/src/main/resources/resourcepacks/connectedbedswithsmoothlightning/assets/minecraft/blockstates/blue_bed.json new file mode 100644 index 0000000..c5dd1e4 --- /dev/null +++ b/src/main/resources/resourcepacks/connectedbedswithsmoothlightning/assets/minecraft/blockstates/blue_bed.json @@ -0,0 +1,34 @@ +{ + "variants": { + "facing=east,part=head": { + "model": "minecraft:block/blue_bed_head", + "y": 270 + }, + "facing=north,part=head": { + "model": "minecraft:block/blue_bed_head", + "y": 180 + }, + "facing=south,part=head": { + "model": "minecraft:block/blue_bed_head" + }, + "facing=west,part=head": { + "model": "minecraft:block/blue_bed_head", + "y": 90 + }, + "facing=east,part=foot": { + "model": "minecraft:block/blue_bed_foot", + "y": 270 + }, + "facing=north,part=foot": { + "model": "minecraft:block/blue_bed_foot", + "y": 180 + }, + "facing=south,part=foot": { + "model": "minecraft:block/blue_bed_foot" + }, + "facing=west,part=foot": { + "model": "minecraft:block/blue_bed_foot", + "y": 90 + } + } +} \ No newline at end of file diff --git a/src/main/resources/resourcepacks/connectedbedswithsmoothlightning/assets/minecraft/blockstates/brown_bed.json b/src/main/resources/resourcepacks/connectedbedswithsmoothlightning/assets/minecraft/blockstates/brown_bed.json new file mode 100644 index 0000000..2e65931 --- /dev/null +++ b/src/main/resources/resourcepacks/connectedbedswithsmoothlightning/assets/minecraft/blockstates/brown_bed.json @@ -0,0 +1,34 @@ +{ + "variants": { + "facing=east,part=head": { + "model": "minecraft:block/brown_bed_head", + "y": 270 + }, + "facing=north,part=head": { + "model": "minecraft:block/brown_bed_head", + "y": 180 + }, + "facing=south,part=head": { + "model": "minecraft:block/brown_bed_head" + }, + "facing=west,part=head": { + "model": "minecraft:block/brown_bed_head", + "y": 90 + }, + "facing=east,part=foot": { + "model": "minecraft:block/brown_bed_foot", + "y": 270 + }, + "facing=north,part=foot": { + "model": "minecraft:block/brown_bed_foot", + "y": 180 + }, + "facing=south,part=foot": { + "model": "minecraft:block/brown_bed_foot" + }, + "facing=west,part=foot": { + "model": "minecraft:block/brown_bed_foot", + "y": 90 + } + } +} \ No newline at end of file diff --git a/src/main/resources/resourcepacks/connectedbedswithsmoothlightning/assets/minecraft/blockstates/cyan_bed.json b/src/main/resources/resourcepacks/connectedbedswithsmoothlightning/assets/minecraft/blockstates/cyan_bed.json new file mode 100644 index 0000000..9613ebd --- /dev/null +++ b/src/main/resources/resourcepacks/connectedbedswithsmoothlightning/assets/minecraft/blockstates/cyan_bed.json @@ -0,0 +1,34 @@ +{ + "variants": { + "facing=east,part=head": { + "model": "minecraft:block/cyan_bed_head", + "y": 270 + }, + "facing=north,part=head": { + "model": "minecraft:block/cyan_bed_head", + "y": 180 + }, + "facing=south,part=head": { + "model": "minecraft:block/cyan_bed_head" + }, + "facing=west,part=head": { + "model": "minecraft:block/cyan_bed_head", + "y": 90 + }, + "facing=east,part=foot": { + "model": "minecraft:block/cyan_bed_foot", + "y": 270 + }, + "facing=north,part=foot": { + "model": "minecraft:block/cyan_bed_foot", + "y": 180 + }, + "facing=south,part=foot": { + "model": "minecraft:block/cyan_bed_foot" + }, + "facing=west,part=foot": { + "model": "minecraft:block/cyan_bed_foot", + "y": 90 + } + } +} \ No newline at end of file diff --git a/src/main/resources/resourcepacks/connectedbedswithsmoothlightning/assets/minecraft/blockstates/gray_bed.json b/src/main/resources/resourcepacks/connectedbedswithsmoothlightning/assets/minecraft/blockstates/gray_bed.json new file mode 100644 index 0000000..d13bd90 --- /dev/null +++ b/src/main/resources/resourcepacks/connectedbedswithsmoothlightning/assets/minecraft/blockstates/gray_bed.json @@ -0,0 +1,34 @@ +{ + "variants": { + "facing=east,part=head": { + "model": "minecraft:block/gray_bed_head", + "y": 270 + }, + "facing=north,part=head": { + "model": "minecraft:block/gray_bed_head", + "y": 180 + }, + "facing=south,part=head": { + "model": "minecraft:block/gray_bed_head" + }, + "facing=west,part=head": { + "model": "minecraft:block/gray_bed_head", + "y": 90 + }, + "facing=east,part=foot": { + "model": "minecraft:block/gray_bed_foot", + "y": 270 + }, + "facing=north,part=foot": { + "model": "minecraft:block/gray_bed_foot", + "y": 180 + }, + "facing=south,part=foot": { + "model": "minecraft:block/gray_bed_foot" + }, + "facing=west,part=foot": { + "model": "minecraft:block/gray_bed_foot", + "y": 90 + } + } +} \ No newline at end of file diff --git a/src/main/resources/resourcepacks/connectedbedswithsmoothlightning/assets/minecraft/blockstates/green_bed.json b/src/main/resources/resourcepacks/connectedbedswithsmoothlightning/assets/minecraft/blockstates/green_bed.json new file mode 100644 index 0000000..acf5967 --- /dev/null +++ b/src/main/resources/resourcepacks/connectedbedswithsmoothlightning/assets/minecraft/blockstates/green_bed.json @@ -0,0 +1,34 @@ +{ + "variants": { + "facing=east,part=head": { + "model": "minecraft:block/green_bed_head", + "y": 270 + }, + "facing=north,part=head": { + "model": "minecraft:block/green_bed_head", + "y": 180 + }, + "facing=south,part=head": { + "model": "minecraft:block/green_bed_head" + }, + "facing=west,part=head": { + "model": "minecraft:block/green_bed_head", + "y": 90 + }, + "facing=east,part=foot": { + "model": "minecraft:block/green_bed_foot", + "y": 270 + }, + "facing=north,part=foot": { + "model": "minecraft:block/green_bed_foot", + "y": 180 + }, + "facing=south,part=foot": { + "model": "minecraft:block/green_bed_foot" + }, + "facing=west,part=foot": { + "model": "minecraft:block/green_bed_foot", + "y": 90 + } + } +} \ No newline at end of file diff --git a/src/main/resources/resourcepacks/connectedbedswithsmoothlightning/assets/minecraft/blockstates/light_blue_bed.json b/src/main/resources/resourcepacks/connectedbedswithsmoothlightning/assets/minecraft/blockstates/light_blue_bed.json new file mode 100644 index 0000000..8b3ccc5 --- /dev/null +++ b/src/main/resources/resourcepacks/connectedbedswithsmoothlightning/assets/minecraft/blockstates/light_blue_bed.json @@ -0,0 +1,34 @@ +{ + "variants": { + "facing=east,part=head": { + "model": "minecraft:block/light_blue_bed_head", + "y": 270 + }, + "facing=north,part=head": { + "model": "minecraft:block/light_blue_bed_head", + "y": 180 + }, + "facing=south,part=head": { + "model": "minecraft:block/light_blue_bed_head" + }, + "facing=west,part=head": { + "model": "minecraft:block/light_blue_bed_head", + "y": 90 + }, + "facing=east,part=foot": { + "model": "minecraft:block/light_blue_bed_foot", + "y": 270 + }, + "facing=north,part=foot": { + "model": "minecraft:block/light_blue_bed_foot", + "y": 180 + }, + "facing=south,part=foot": { + "model": "minecraft:block/light_blue_bed_foot" + }, + "facing=west,part=foot": { + "model": "minecraft:block/light_blue_bed_foot", + "y": 90 + } + } +} \ No newline at end of file diff --git a/src/main/resources/resourcepacks/connectedbedswithsmoothlightning/assets/minecraft/blockstates/light_gray_bed.json b/src/main/resources/resourcepacks/connectedbedswithsmoothlightning/assets/minecraft/blockstates/light_gray_bed.json new file mode 100644 index 0000000..b5b85c8 --- /dev/null +++ b/src/main/resources/resourcepacks/connectedbedswithsmoothlightning/assets/minecraft/blockstates/light_gray_bed.json @@ -0,0 +1,34 @@ +{ + "variants": { + "facing=east,part=head": { + "model": "minecraft:block/light_gray_bed_head", + "y": 270 + }, + "facing=north,part=head": { + "model": "minecraft:block/light_gray_bed_head", + "y": 180 + }, + "facing=south,part=head": { + "model": "minecraft:block/light_gray_bed_head" + }, + "facing=west,part=head": { + "model": "minecraft:block/light_gray_bed_head", + "y": 90 + }, + "facing=east,part=foot": { + "model": "minecraft:block/light_gray_bed_foot", + "y": 270 + }, + "facing=north,part=foot": { + "model": "minecraft:block/light_gray_bed_foot", + "y": 180 + }, + "facing=south,part=foot": { + "model": "minecraft:block/light_gray_bed_foot" + }, + "facing=west,part=foot": { + "model": "minecraft:block/light_gray_bed_foot", + "y": 90 + } + } +} \ No newline at end of file diff --git a/src/main/resources/resourcepacks/connectedbedswithsmoothlightning/assets/minecraft/blockstates/lime_bed.json b/src/main/resources/resourcepacks/connectedbedswithsmoothlightning/assets/minecraft/blockstates/lime_bed.json new file mode 100644 index 0000000..3fcbf73 --- /dev/null +++ b/src/main/resources/resourcepacks/connectedbedswithsmoothlightning/assets/minecraft/blockstates/lime_bed.json @@ -0,0 +1,34 @@ +{ + "variants": { + "facing=east,part=head": { + "model": "minecraft:block/lime_bed_head", + "y": 270 + }, + "facing=north,part=head": { + "model": "minecraft:block/lime_bed_head", + "y": 180 + }, + "facing=south,part=head": { + "model": "minecraft:block/lime_bed_head" + }, + "facing=west,part=head": { + "model": "minecraft:block/lime_bed_head", + "y": 90 + }, + "facing=east,part=foot": { + "model": "minecraft:block/lime_bed_foot", + "y": 270 + }, + "facing=north,part=foot": { + "model": "minecraft:block/lime_bed_foot", + "y": 180 + }, + "facing=south,part=foot": { + "model": "minecraft:block/lime_bed_foot" + }, + "facing=west,part=foot": { + "model": "minecraft:block/lime_bed_foot", + "y": 90 + } + } +} \ No newline at end of file diff --git a/src/main/resources/resourcepacks/connectedbedswithsmoothlightning/assets/minecraft/blockstates/magenta_bed.json b/src/main/resources/resourcepacks/connectedbedswithsmoothlightning/assets/minecraft/blockstates/magenta_bed.json new file mode 100644 index 0000000..efe6b0e --- /dev/null +++ b/src/main/resources/resourcepacks/connectedbedswithsmoothlightning/assets/minecraft/blockstates/magenta_bed.json @@ -0,0 +1,34 @@ +{ + "variants": { + "facing=east,part=head": { + "model": "minecraft:block/magenta_bed_head", + "y": 270 + }, + "facing=north,part=head": { + "model": "minecraft:block/magenta_bed_head", + "y": 180 + }, + "facing=south,part=head": { + "model": "minecraft:block/magenta_bed_head" + }, + "facing=west,part=head": { + "model": "minecraft:block/magenta_bed_head", + "y": 90 + }, + "facing=east,part=foot": { + "model": "minecraft:block/magenta_bed_foot", + "y": 270 + }, + "facing=north,part=foot": { + "model": "minecraft:block/magenta_bed_foot", + "y": 180 + }, + "facing=south,part=foot": { + "model": "minecraft:block/magenta_bed_foot" + }, + "facing=west,part=foot": { + "model": "minecraft:block/magenta_bed_foot", + "y": 90 + } + } +} \ No newline at end of file diff --git a/src/main/resources/resourcepacks/connectedbedswithsmoothlightning/assets/minecraft/blockstates/orange_bed.json b/src/main/resources/resourcepacks/connectedbedswithsmoothlightning/assets/minecraft/blockstates/orange_bed.json new file mode 100644 index 0000000..f36c565 --- /dev/null +++ b/src/main/resources/resourcepacks/connectedbedswithsmoothlightning/assets/minecraft/blockstates/orange_bed.json @@ -0,0 +1,34 @@ +{ + "variants": { + "facing=east,part=head": { + "model": "minecraft:block/orange_bed_head", + "y": 270 + }, + "facing=north,part=head": { + "model": "minecraft:block/orange_bed_head", + "y": 180 + }, + "facing=south,part=head": { + "model": "minecraft:block/orange_bed_head" + }, + "facing=west,part=head": { + "model": "minecraft:block/orange_bed_head", + "y": 90 + }, + "facing=east,part=foot": { + "model": "minecraft:block/orange_bed_foot", + "y": 270 + }, + "facing=north,part=foot": { + "model": "minecraft:block/orange_bed_foot", + "y": 180 + }, + "facing=south,part=foot": { + "model": "minecraft:block/orange_bed_foot" + }, + "facing=west,part=foot": { + "model": "minecraft:block/orange_bed_foot", + "y": 90 + } + } +} \ No newline at end of file diff --git a/src/main/resources/resourcepacks/connectedbedswithsmoothlightning/assets/minecraft/blockstates/pink_bed.json b/src/main/resources/resourcepacks/connectedbedswithsmoothlightning/assets/minecraft/blockstates/pink_bed.json new file mode 100644 index 0000000..acea3dd --- /dev/null +++ b/src/main/resources/resourcepacks/connectedbedswithsmoothlightning/assets/minecraft/blockstates/pink_bed.json @@ -0,0 +1,34 @@ +{ + "variants": { + "facing=east,part=head": { + "model": "minecraft:block/pink_bed_head", + "y": 270 + }, + "facing=north,part=head": { + "model": "minecraft:block/pink_bed_head", + "y": 180 + }, + "facing=south,part=head": { + "model": "minecraft:block/pink_bed_head" + }, + "facing=west,part=head": { + "model": "minecraft:block/pink_bed_head", + "y": 90 + }, + "facing=east,part=foot": { + "model": "minecraft:block/pink_bed_foot", + "y": 270 + }, + "facing=north,part=foot": { + "model": "minecraft:block/pink_bed_foot", + "y": 180 + }, + "facing=south,part=foot": { + "model": "minecraft:block/pink_bed_foot" + }, + "facing=west,part=foot": { + "model": "minecraft:block/pink_bed_foot", + "y": 90 + } + } +} \ No newline at end of file diff --git a/src/main/resources/resourcepacks/connectedbedswithsmoothlightning/assets/minecraft/blockstates/purple_bed.json b/src/main/resources/resourcepacks/connectedbedswithsmoothlightning/assets/minecraft/blockstates/purple_bed.json new file mode 100644 index 0000000..1bf2b9e --- /dev/null +++ b/src/main/resources/resourcepacks/connectedbedswithsmoothlightning/assets/minecraft/blockstates/purple_bed.json @@ -0,0 +1,34 @@ +{ + "variants": { + "facing=east,part=head": { + "model": "minecraft:block/purple_bed_head", + "y": 270 + }, + "facing=north,part=head": { + "model": "minecraft:block/purple_bed_head", + "y": 180 + }, + "facing=south,part=head": { + "model": "minecraft:block/purple_bed_head" + }, + "facing=west,part=head": { + "model": "minecraft:block/purple_bed_head", + "y": 90 + }, + "facing=east,part=foot": { + "model": "minecraft:block/purple_bed_foot", + "y": 270 + }, + "facing=north,part=foot": { + "model": "minecraft:block/purple_bed_foot", + "y": 180 + }, + "facing=south,part=foot": { + "model": "minecraft:block/purple_bed_foot" + }, + "facing=west,part=foot": { + "model": "minecraft:block/purple_bed_foot", + "y": 90 + } + } +} \ No newline at end of file diff --git a/src/main/resources/resourcepacks/connectedbedswithsmoothlightning/assets/minecraft/blockstates/red_bed.json b/src/main/resources/resourcepacks/connectedbedswithsmoothlightning/assets/minecraft/blockstates/red_bed.json new file mode 100644 index 0000000..03b3174 --- /dev/null +++ b/src/main/resources/resourcepacks/connectedbedswithsmoothlightning/assets/minecraft/blockstates/red_bed.json @@ -0,0 +1,34 @@ +{ + "variants": { + "facing=east,part=head": { + "model": "minecraft:block/red_bed_head", + "y": 270 + }, + "facing=north,part=head": { + "model": "minecraft:block/red_bed_head", + "y": 180 + }, + "facing=south,part=head": { + "model": "minecraft:block/red_bed_head" + }, + "facing=west,part=head": { + "model": "minecraft:block/red_bed_head", + "y": 90 + }, + "facing=east,part=foot": { + "model": "minecraft:block/red_bed_foot", + "y": 270 + }, + "facing=north,part=foot": { + "model": "minecraft:block/red_bed_foot", + "y": 180 + }, + "facing=south,part=foot": { + "model": "minecraft:block/red_bed_foot" + }, + "facing=west,part=foot": { + "model": "minecraft:block/red_bed_foot", + "y": 90 + } + } +} \ No newline at end of file diff --git a/src/main/resources/resourcepacks/connectedbedswithsmoothlightning/assets/minecraft/blockstates/white_bed.json b/src/main/resources/resourcepacks/connectedbedswithsmoothlightning/assets/minecraft/blockstates/white_bed.json new file mode 100644 index 0000000..ff4fbcb --- /dev/null +++ b/src/main/resources/resourcepacks/connectedbedswithsmoothlightning/assets/minecraft/blockstates/white_bed.json @@ -0,0 +1,34 @@ +{ + "variants": { + "facing=east,part=head": { + "model": "minecraft:block/white_bed_head", + "y": 270 + }, + "facing=north,part=head": { + "model": "minecraft:block/white_bed_head", + "y": 180 + }, + "facing=south,part=head": { + "model": "minecraft:block/white_bed_head" + }, + "facing=west,part=head": { + "model": "minecraft:block/white_bed_head", + "y": 90 + }, + "facing=east,part=foot": { + "model": "minecraft:block/white_bed_foot", + "y": 270 + }, + "facing=north,part=foot": { + "model": "minecraft:block/white_bed_foot", + "y": 180 + }, + "facing=south,part=foot": { + "model": "minecraft:block/white_bed_foot" + }, + "facing=west,part=foot": { + "model": "minecraft:block/white_bed_foot", + "y": 90 + } + } +} \ No newline at end of file diff --git a/src/main/resources/resourcepacks/connectedbedswithsmoothlightning/assets/minecraft/blockstates/yellow_bed.json b/src/main/resources/resourcepacks/connectedbedswithsmoothlightning/assets/minecraft/blockstates/yellow_bed.json new file mode 100644 index 0000000..fee5373 --- /dev/null +++ b/src/main/resources/resourcepacks/connectedbedswithsmoothlightning/assets/minecraft/blockstates/yellow_bed.json @@ -0,0 +1,34 @@ +{ + "variants": { + "facing=east,part=head": { + "model": "minecraft:block/yellow_bed_head", + "y": 270 + }, + "facing=north,part=head": { + "model": "minecraft:block/yellow_bed_head", + "y": 180 + }, + "facing=south,part=head": { + "model": "minecraft:block/yellow_bed_head" + }, + "facing=west,part=head": { + "model": "minecraft:block/yellow_bed_head", + "y": 90 + }, + "facing=east,part=foot": { + "model": "minecraft:block/yellow_bed_foot", + "y": 270 + }, + "facing=north,part=foot": { + "model": "minecraft:block/yellow_bed_foot", + "y": 180 + }, + "facing=south,part=foot": { + "model": "minecraft:block/yellow_bed_foot" + }, + "facing=west,part=foot": { + "model": "minecraft:block/yellow_bed_foot", + "y": 90 + } + } +} \ No newline at end of file diff --git a/src/main/resources/resourcepacks/connectedbedswithsmoothlightning/assets/minecraft/models/block/bed_foot.json b/src/main/resources/resourcepacks/connectedbedswithsmoothlightning/assets/minecraft/models/block/bed_foot.json new file mode 100644 index 0000000..5abafb6 --- /dev/null +++ b/src/main/resources/resourcepacks/connectedbedswithsmoothlightning/assets/minecraft/models/block/bed_foot.json @@ -0,0 +1,45 @@ +{ + "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/connectedbedswithsmoothlightning/assets/minecraft/models/block/bed_head.json b/src/main/resources/resourcepacks/connectedbedswithsmoothlightning/assets/minecraft/models/block/bed_head.json new file mode 100644 index 0000000..950c4da --- /dev/null +++ b/src/main/resources/resourcepacks/connectedbedswithsmoothlightning/assets/minecraft/models/block/bed_head.json @@ -0,0 +1,46 @@ +{ + "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/connectedbedswithsmoothlightning/assets/minecraft/models/block/black_bed_foot.json b/src/main/resources/resourcepacks/connectedbedswithsmoothlightning/assets/minecraft/models/block/black_bed_foot.json new file mode 100644 index 0000000..35b692f --- /dev/null +++ b/src/main/resources/resourcepacks/connectedbedswithsmoothlightning/assets/minecraft/models/block/black_bed_foot.json @@ -0,0 +1,6 @@ +{ + "parent": "minecraft:block/bed_foot", + "textures": { + "0": "minecraft:entity/bed/black" + } +} \ No newline at end of file diff --git a/src/main/resources/resourcepacks/connectedbedswithsmoothlightning/assets/minecraft/models/block/black_bed_head.json b/src/main/resources/resourcepacks/connectedbedswithsmoothlightning/assets/minecraft/models/block/black_bed_head.json new file mode 100644 index 0000000..086477e --- /dev/null +++ b/src/main/resources/resourcepacks/connectedbedswithsmoothlightning/assets/minecraft/models/block/black_bed_head.json @@ -0,0 +1,6 @@ +{ + "parent": "minecraft:block/bed_head", + "textures": { + "0": "minecraft:entity/bed/black" + } +} \ No newline at end of file diff --git a/src/main/resources/resourcepacks/connectedbedswithsmoothlightning/assets/minecraft/models/block/blue_bed_foot.json b/src/main/resources/resourcepacks/connectedbedswithsmoothlightning/assets/minecraft/models/block/blue_bed_foot.json new file mode 100644 index 0000000..8a642f7 --- /dev/null +++ b/src/main/resources/resourcepacks/connectedbedswithsmoothlightning/assets/minecraft/models/block/blue_bed_foot.json @@ -0,0 +1,6 @@ +{ + "parent": "minecraft:block/bed_foot", + "textures": { + "0": "minecraft:entity/bed/blue" + } +} \ No newline at end of file diff --git a/src/main/resources/resourcepacks/connectedbedswithsmoothlightning/assets/minecraft/models/block/blue_bed_head.json b/src/main/resources/resourcepacks/connectedbedswithsmoothlightning/assets/minecraft/models/block/blue_bed_head.json new file mode 100644 index 0000000..f017a88 --- /dev/null +++ b/src/main/resources/resourcepacks/connectedbedswithsmoothlightning/assets/minecraft/models/block/blue_bed_head.json @@ -0,0 +1,6 @@ +{ + "parent": "minecraft:block/bed_head", + "textures": { + "0": "minecraft:entity/bed/blue" + } +} \ No newline at end of file diff --git a/src/main/resources/resourcepacks/connectedbedswithsmoothlightning/assets/minecraft/models/block/brown_bed_foot.json b/src/main/resources/resourcepacks/connectedbedswithsmoothlightning/assets/minecraft/models/block/brown_bed_foot.json new file mode 100644 index 0000000..bb0db84 --- /dev/null +++ b/src/main/resources/resourcepacks/connectedbedswithsmoothlightning/assets/minecraft/models/block/brown_bed_foot.json @@ -0,0 +1,6 @@ +{ + "parent": "minecraft:block/bed_foot", + "textures": { + "0": "minecraft:entity/bed/brown" + } +} \ No newline at end of file diff --git a/src/main/resources/resourcepacks/connectedbedswithsmoothlightning/assets/minecraft/models/block/brown_bed_head.json b/src/main/resources/resourcepacks/connectedbedswithsmoothlightning/assets/minecraft/models/block/brown_bed_head.json new file mode 100644 index 0000000..74451f6 --- /dev/null +++ b/src/main/resources/resourcepacks/connectedbedswithsmoothlightning/assets/minecraft/models/block/brown_bed_head.json @@ -0,0 +1,6 @@ +{ + "parent": "minecraft:block/bed_head", + "textures": { + "0": "minecraft:entity/bed/brown" + } +} \ No newline at end of file diff --git a/src/main/resources/resourcepacks/connectedbedswithsmoothlightning/assets/minecraft/models/block/cyan_bed_foot.json b/src/main/resources/resourcepacks/connectedbedswithsmoothlightning/assets/minecraft/models/block/cyan_bed_foot.json new file mode 100644 index 0000000..14dc9c8 --- /dev/null +++ b/src/main/resources/resourcepacks/connectedbedswithsmoothlightning/assets/minecraft/models/block/cyan_bed_foot.json @@ -0,0 +1,6 @@ +{ + "parent": "minecraft:block/bed_foot", + "textures": { + "0": "minecraft:entity/bed/cyan" + } +} \ No newline at end of file diff --git a/src/main/resources/resourcepacks/connectedbedswithsmoothlightning/assets/minecraft/models/block/cyan_bed_head.json b/src/main/resources/resourcepacks/connectedbedswithsmoothlightning/assets/minecraft/models/block/cyan_bed_head.json new file mode 100644 index 0000000..5749a71 --- /dev/null +++ b/src/main/resources/resourcepacks/connectedbedswithsmoothlightning/assets/minecraft/models/block/cyan_bed_head.json @@ -0,0 +1,6 @@ +{ + "parent": "minecraft:block/bed_head", + "textures": { + "0": "minecraft:entity/bed/cyan" + } +} \ No newline at end of file diff --git a/src/main/resources/resourcepacks/connectedbedswithsmoothlightning/assets/minecraft/models/block/gray_bed_foot.json b/src/main/resources/resourcepacks/connectedbedswithsmoothlightning/assets/minecraft/models/block/gray_bed_foot.json new file mode 100644 index 0000000..5f144d1 --- /dev/null +++ b/src/main/resources/resourcepacks/connectedbedswithsmoothlightning/assets/minecraft/models/block/gray_bed_foot.json @@ -0,0 +1,6 @@ +{ + "parent": "minecraft:block/bed_foot", + "textures": { + "0": "minecraft:entity/bed/gray" + } +} \ No newline at end of file diff --git a/src/main/resources/resourcepacks/connectedbedswithsmoothlightning/assets/minecraft/models/block/gray_bed_head.json b/src/main/resources/resourcepacks/connectedbedswithsmoothlightning/assets/minecraft/models/block/gray_bed_head.json new file mode 100644 index 0000000..cde7792 --- /dev/null +++ b/src/main/resources/resourcepacks/connectedbedswithsmoothlightning/assets/minecraft/models/block/gray_bed_head.json @@ -0,0 +1,6 @@ +{ + "parent": "minecraft:block/bed_head", + "textures": { + "0": "minecraft:entity/bed/gray" + } +} \ No newline at end of file diff --git a/src/main/resources/resourcepacks/connectedbedswithsmoothlightning/assets/minecraft/models/block/green_bed_foot.json b/src/main/resources/resourcepacks/connectedbedswithsmoothlightning/assets/minecraft/models/block/green_bed_foot.json new file mode 100644 index 0000000..1cc14f0 --- /dev/null +++ b/src/main/resources/resourcepacks/connectedbedswithsmoothlightning/assets/minecraft/models/block/green_bed_foot.json @@ -0,0 +1,6 @@ +{ + "parent": "minecraft:block/bed_foot", + "textures": { + "0": "minecraft:entity/bed/green" + } +} \ No newline at end of file diff --git a/src/main/resources/resourcepacks/connectedbedswithsmoothlightning/assets/minecraft/models/block/green_bed_head.json b/src/main/resources/resourcepacks/connectedbedswithsmoothlightning/assets/minecraft/models/block/green_bed_head.json new file mode 100644 index 0000000..f8f2d7f --- /dev/null +++ b/src/main/resources/resourcepacks/connectedbedswithsmoothlightning/assets/minecraft/models/block/green_bed_head.json @@ -0,0 +1,6 @@ +{ + "parent": "minecraft:block/bed_head", + "textures": { + "0": "minecraft:entity/bed/green" + } +} \ No newline at end of file diff --git a/src/main/resources/resourcepacks/connectedbedswithsmoothlightning/assets/minecraft/models/block/light_blue_bed_foot.json b/src/main/resources/resourcepacks/connectedbedswithsmoothlightning/assets/minecraft/models/block/light_blue_bed_foot.json new file mode 100644 index 0000000..b6f5721 --- /dev/null +++ b/src/main/resources/resourcepacks/connectedbedswithsmoothlightning/assets/minecraft/models/block/light_blue_bed_foot.json @@ -0,0 +1,6 @@ +{ + "parent": "minecraft:block/bed_foot", + "textures": { + "0": "minecraft:entity/bed/light_blue" + } +} \ No newline at end of file diff --git a/src/main/resources/resourcepacks/connectedbedswithsmoothlightning/assets/minecraft/models/block/light_blue_bed_head.json b/src/main/resources/resourcepacks/connectedbedswithsmoothlightning/assets/minecraft/models/block/light_blue_bed_head.json new file mode 100644 index 0000000..f2bd05b --- /dev/null +++ b/src/main/resources/resourcepacks/connectedbedswithsmoothlightning/assets/minecraft/models/block/light_blue_bed_head.json @@ -0,0 +1,6 @@ +{ + "parent": "minecraft:block/bed_head", + "textures": { + "0": "minecraft:entity/bed/light_blue" + } +} \ No newline at end of file diff --git a/src/main/resources/resourcepacks/connectedbedswithsmoothlightning/assets/minecraft/models/block/light_gray_bed_foot.json b/src/main/resources/resourcepacks/connectedbedswithsmoothlightning/assets/minecraft/models/block/light_gray_bed_foot.json new file mode 100644 index 0000000..0d26def --- /dev/null +++ b/src/main/resources/resourcepacks/connectedbedswithsmoothlightning/assets/minecraft/models/block/light_gray_bed_foot.json @@ -0,0 +1,6 @@ +{ + "parent": "minecraft:block/bed_foot", + "textures": { + "0": "minecraft:entity/bed/light_gray" + } +} \ No newline at end of file diff --git a/src/main/resources/resourcepacks/connectedbedswithsmoothlightning/assets/minecraft/models/block/light_gray_bed_head.json b/src/main/resources/resourcepacks/connectedbedswithsmoothlightning/assets/minecraft/models/block/light_gray_bed_head.json new file mode 100644 index 0000000..c3a15bc --- /dev/null +++ b/src/main/resources/resourcepacks/connectedbedswithsmoothlightning/assets/minecraft/models/block/light_gray_bed_head.json @@ -0,0 +1,6 @@ +{ + "parent": "minecraft:block/bed_head", + "textures": { + "0": "minecraft:entity/bed/light_gray" + } +} \ No newline at end of file diff --git a/src/main/resources/resourcepacks/connectedbedswithsmoothlightning/assets/minecraft/models/block/lime_bed_foot.json b/src/main/resources/resourcepacks/connectedbedswithsmoothlightning/assets/minecraft/models/block/lime_bed_foot.json new file mode 100644 index 0000000..0cb10dc --- /dev/null +++ b/src/main/resources/resourcepacks/connectedbedswithsmoothlightning/assets/minecraft/models/block/lime_bed_foot.json @@ -0,0 +1,6 @@ +{ + "parent": "minecraft:block/bed_foot", + "textures": { + "0": "minecraft:entity/bed/lime" + } +} \ No newline at end of file diff --git a/src/main/resources/resourcepacks/connectedbedswithsmoothlightning/assets/minecraft/models/block/lime_bed_head.json b/src/main/resources/resourcepacks/connectedbedswithsmoothlightning/assets/minecraft/models/block/lime_bed_head.json new file mode 100644 index 0000000..b6d7026 --- /dev/null +++ b/src/main/resources/resourcepacks/connectedbedswithsmoothlightning/assets/minecraft/models/block/lime_bed_head.json @@ -0,0 +1,6 @@ +{ + "parent": "minecraft:block/bed_head", + "textures": { + "0": "minecraft:entity/bed/lime" + } +} \ No newline at end of file diff --git a/src/main/resources/resourcepacks/connectedbedswithsmoothlightning/assets/minecraft/models/block/magenta_bed_foot.json b/src/main/resources/resourcepacks/connectedbedswithsmoothlightning/assets/minecraft/models/block/magenta_bed_foot.json new file mode 100644 index 0000000..4d60ee6 --- /dev/null +++ b/src/main/resources/resourcepacks/connectedbedswithsmoothlightning/assets/minecraft/models/block/magenta_bed_foot.json @@ -0,0 +1,6 @@ +{ + "parent": "minecraft:block/bed_foot", + "textures": { + "0": "minecraft:entity/bed/magenta" + } +} \ No newline at end of file diff --git a/src/main/resources/resourcepacks/connectedbedswithsmoothlightning/assets/minecraft/models/block/magenta_bed_head.json b/src/main/resources/resourcepacks/connectedbedswithsmoothlightning/assets/minecraft/models/block/magenta_bed_head.json new file mode 100644 index 0000000..d4f377a --- /dev/null +++ b/src/main/resources/resourcepacks/connectedbedswithsmoothlightning/assets/minecraft/models/block/magenta_bed_head.json @@ -0,0 +1,6 @@ +{ + "parent": "minecraft:block/bed_head", + "textures": { + "0": "minecraft:entity/bed/magenta" + } +} \ No newline at end of file diff --git a/src/main/resources/resourcepacks/connectedbedswithsmoothlightning/assets/minecraft/models/block/orange_bed_foot.json b/src/main/resources/resourcepacks/connectedbedswithsmoothlightning/assets/minecraft/models/block/orange_bed_foot.json new file mode 100644 index 0000000..3c5364e --- /dev/null +++ b/src/main/resources/resourcepacks/connectedbedswithsmoothlightning/assets/minecraft/models/block/orange_bed_foot.json @@ -0,0 +1,6 @@ +{ + "parent": "minecraft:block/bed_foot", + "textures": { + "0": "minecraft:entity/bed/orange" + } +} \ No newline at end of file diff --git a/src/main/resources/resourcepacks/connectedbedswithsmoothlightning/assets/minecraft/models/block/orange_bed_head.json b/src/main/resources/resourcepacks/connectedbedswithsmoothlightning/assets/minecraft/models/block/orange_bed_head.json new file mode 100644 index 0000000..f1f61de --- /dev/null +++ b/src/main/resources/resourcepacks/connectedbedswithsmoothlightning/assets/minecraft/models/block/orange_bed_head.json @@ -0,0 +1,6 @@ +{ + "parent": "minecraft:block/bed_head", + "textures": { + "0": "minecraft:entity/bed/orange" + } +} \ No newline at end of file diff --git a/src/main/resources/resourcepacks/connectedbedswithsmoothlightning/assets/minecraft/models/block/pink_bed_foot.json b/src/main/resources/resourcepacks/connectedbedswithsmoothlightning/assets/minecraft/models/block/pink_bed_foot.json new file mode 100644 index 0000000..4585799 --- /dev/null +++ b/src/main/resources/resourcepacks/connectedbedswithsmoothlightning/assets/minecraft/models/block/pink_bed_foot.json @@ -0,0 +1,6 @@ +{ + "parent": "minecraft:block/bed_foot", + "textures": { + "0": "minecraft:entity/bed/pink" + } +} \ No newline at end of file diff --git a/src/main/resources/resourcepacks/connectedbedswithsmoothlightning/assets/minecraft/models/block/pink_bed_head.json b/src/main/resources/resourcepacks/connectedbedswithsmoothlightning/assets/minecraft/models/block/pink_bed_head.json new file mode 100644 index 0000000..c9f5d1a --- /dev/null +++ b/src/main/resources/resourcepacks/connectedbedswithsmoothlightning/assets/minecraft/models/block/pink_bed_head.json @@ -0,0 +1,6 @@ +{ + "parent": "minecraft:block/bed_head", + "textures": { + "0": "minecraft:entity/bed/pink" + } +} \ No newline at end of file diff --git a/src/main/resources/resourcepacks/connectedbedswithsmoothlightning/assets/minecraft/models/block/purple_bed_foot.json b/src/main/resources/resourcepacks/connectedbedswithsmoothlightning/assets/minecraft/models/block/purple_bed_foot.json new file mode 100644 index 0000000..b7ae1b8 --- /dev/null +++ b/src/main/resources/resourcepacks/connectedbedswithsmoothlightning/assets/minecraft/models/block/purple_bed_foot.json @@ -0,0 +1,6 @@ +{ + "parent": "minecraft:block/bed_foot", + "textures": { + "0": "minecraft:entity/bed/purple" + } +} \ No newline at end of file diff --git a/src/main/resources/resourcepacks/connectedbedswithsmoothlightning/assets/minecraft/models/block/purple_bed_head.json b/src/main/resources/resourcepacks/connectedbedswithsmoothlightning/assets/minecraft/models/block/purple_bed_head.json new file mode 100644 index 0000000..d083242 --- /dev/null +++ b/src/main/resources/resourcepacks/connectedbedswithsmoothlightning/assets/minecraft/models/block/purple_bed_head.json @@ -0,0 +1,6 @@ +{ + "parent": "minecraft:block/bed_head", + "textures": { + "0": "minecraft:entity/bed/purple" + } +} \ No newline at end of file diff --git a/src/main/resources/resourcepacks/connectedbedswithsmoothlightning/assets/minecraft/models/block/red_bed_foot.json b/src/main/resources/resourcepacks/connectedbedswithsmoothlightning/assets/minecraft/models/block/red_bed_foot.json new file mode 100644 index 0000000..ab3d156 --- /dev/null +++ b/src/main/resources/resourcepacks/connectedbedswithsmoothlightning/assets/minecraft/models/block/red_bed_foot.json @@ -0,0 +1,6 @@ +{ + "parent": "minecraft:block/bed_foot", + "textures": { + "0": "minecraft:entity/bed/red" + } +} \ No newline at end of file diff --git a/src/main/resources/resourcepacks/connectedbedswithsmoothlightning/assets/minecraft/models/block/red_bed_head.json b/src/main/resources/resourcepacks/connectedbedswithsmoothlightning/assets/minecraft/models/block/red_bed_head.json new file mode 100644 index 0000000..cd83383 --- /dev/null +++ b/src/main/resources/resourcepacks/connectedbedswithsmoothlightning/assets/minecraft/models/block/red_bed_head.json @@ -0,0 +1,6 @@ +{ + "parent": "minecraft:block/bed_head", + "textures": { + "0": "minecraft:entity/bed/red" + } +} \ No newline at end of file diff --git a/src/main/resources/resourcepacks/connectedbedswithsmoothlightning/assets/minecraft/models/block/white_bed_foot.json b/src/main/resources/resourcepacks/connectedbedswithsmoothlightning/assets/minecraft/models/block/white_bed_foot.json new file mode 100644 index 0000000..ebec614 --- /dev/null +++ b/src/main/resources/resourcepacks/connectedbedswithsmoothlightning/assets/minecraft/models/block/white_bed_foot.json @@ -0,0 +1,6 @@ +{ + "parent": "minecraft:block/bed_foot", + "textures": { + "0": "minecraft:entity/bed/white" + } +} \ No newline at end of file diff --git a/src/main/resources/resourcepacks/connectedbedswithsmoothlightning/assets/minecraft/models/block/white_bed_head.json b/src/main/resources/resourcepacks/connectedbedswithsmoothlightning/assets/minecraft/models/block/white_bed_head.json new file mode 100644 index 0000000..14be526 --- /dev/null +++ b/src/main/resources/resourcepacks/connectedbedswithsmoothlightning/assets/minecraft/models/block/white_bed_head.json @@ -0,0 +1,6 @@ +{ + "parent": "minecraft:block/bed_head", + "textures": { + "0": "minecraft:entity/bed/white" + } +} \ No newline at end of file diff --git a/src/main/resources/resourcepacks/connectedbedswithsmoothlightning/assets/minecraft/models/block/yellow_bed_foot.json b/src/main/resources/resourcepacks/connectedbedswithsmoothlightning/assets/minecraft/models/block/yellow_bed_foot.json new file mode 100644 index 0000000..1c85962 --- /dev/null +++ b/src/main/resources/resourcepacks/connectedbedswithsmoothlightning/assets/minecraft/models/block/yellow_bed_foot.json @@ -0,0 +1,6 @@ +{ + "parent": "minecraft:block/bed_foot", + "textures": { + "0": "minecraft:entity/bed/yellow" + } +} \ No newline at end of file diff --git a/src/main/resources/resourcepacks/connectedbedswithsmoothlightning/assets/minecraft/models/block/yellow_bed_head.json b/src/main/resources/resourcepacks/connectedbedswithsmoothlightning/assets/minecraft/models/block/yellow_bed_head.json new file mode 100644 index 0000000..12720d3 --- /dev/null +++ b/src/main/resources/resourcepacks/connectedbedswithsmoothlightning/assets/minecraft/models/block/yellow_bed_head.json @@ -0,0 +1,6 @@ +{ + "parent": "minecraft:block/bed_head", + "textures": { + "0": "minecraft:entity/bed/yellow" + } +} \ No newline at end of file diff --git a/src/main/resources/resourcepacks/connectedbedswithsmoothlightning/assets/minecraft/models/item/bed.json b/src/main/resources/resourcepacks/connectedbedswithsmoothlightning/assets/minecraft/models/item/bed.json new file mode 100644 index 0000000..c41de41 --- /dev/null +++ b/src/main/resources/resourcepacks/connectedbedswithsmoothlightning/assets/minecraft/models/item/bed.json @@ -0,0 +1,122 @@ +{ + "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/connectedbedswithsmoothlightning/assets/minecraft/models/item/black_bed.json b/src/main/resources/resourcepacks/connectedbedswithsmoothlightning/assets/minecraft/models/item/black_bed.json new file mode 100644 index 0000000..467ae43 --- /dev/null +++ b/src/main/resources/resourcepacks/connectedbedswithsmoothlightning/assets/minecraft/models/item/black_bed.json @@ -0,0 +1,6 @@ +{ + "parent": "minecraft:item/bed", + "textures": { + "0": "entity/bed/black" + } +} \ No newline at end of file diff --git a/src/main/resources/resourcepacks/connectedbedswithsmoothlightning/assets/minecraft/models/item/blue_bed.json b/src/main/resources/resourcepacks/connectedbedswithsmoothlightning/assets/minecraft/models/item/blue_bed.json new file mode 100644 index 0000000..4a92940 --- /dev/null +++ b/src/main/resources/resourcepacks/connectedbedswithsmoothlightning/assets/minecraft/models/item/blue_bed.json @@ -0,0 +1,6 @@ +{ + "parent": "minecraft:item/bed", + "textures": { + "0": "entity/bed/blue" + } +} \ No newline at end of file diff --git a/src/main/resources/resourcepacks/connectedbedswithsmoothlightning/assets/minecraft/models/item/brown_bed.json b/src/main/resources/resourcepacks/connectedbedswithsmoothlightning/assets/minecraft/models/item/brown_bed.json new file mode 100644 index 0000000..19c4064 --- /dev/null +++ b/src/main/resources/resourcepacks/connectedbedswithsmoothlightning/assets/minecraft/models/item/brown_bed.json @@ -0,0 +1,6 @@ +{ + "parent": "minecraft:item/bed", + "textures": { + "0": "entity/bed/brown" + } +} \ No newline at end of file diff --git a/src/main/resources/resourcepacks/connectedbedswithsmoothlightning/assets/minecraft/models/item/cyan_bed.json b/src/main/resources/resourcepacks/connectedbedswithsmoothlightning/assets/minecraft/models/item/cyan_bed.json new file mode 100644 index 0000000..fa61dfa --- /dev/null +++ b/src/main/resources/resourcepacks/connectedbedswithsmoothlightning/assets/minecraft/models/item/cyan_bed.json @@ -0,0 +1,6 @@ +{ + "parent": "minecraft:item/bed", + "textures": { + "0": "entity/bed/cyan" + } +} \ No newline at end of file diff --git a/src/main/resources/resourcepacks/connectedbedswithsmoothlightning/assets/minecraft/models/item/gray_bed.json b/src/main/resources/resourcepacks/connectedbedswithsmoothlightning/assets/minecraft/models/item/gray_bed.json new file mode 100644 index 0000000..dd14d31 --- /dev/null +++ b/src/main/resources/resourcepacks/connectedbedswithsmoothlightning/assets/minecraft/models/item/gray_bed.json @@ -0,0 +1,6 @@ +{ + "parent": "minecraft:item/bed", + "textures": { + "0": "entity/bed/gray" + } +} \ No newline at end of file diff --git a/src/main/resources/resourcepacks/connectedbedswithsmoothlightning/assets/minecraft/models/item/green_bed.json b/src/main/resources/resourcepacks/connectedbedswithsmoothlightning/assets/minecraft/models/item/green_bed.json new file mode 100644 index 0000000..b6827c0 --- /dev/null +++ b/src/main/resources/resourcepacks/connectedbedswithsmoothlightning/assets/minecraft/models/item/green_bed.json @@ -0,0 +1,6 @@ +{ + "parent": "minecraft:item/bed", + "textures": { + "0": "entity/bed/green" + } +} \ No newline at end of file diff --git a/src/main/resources/resourcepacks/connectedbedswithsmoothlightning/assets/minecraft/models/item/light_blue_bed.json b/src/main/resources/resourcepacks/connectedbedswithsmoothlightning/assets/minecraft/models/item/light_blue_bed.json new file mode 100644 index 0000000..ec1259e --- /dev/null +++ b/src/main/resources/resourcepacks/connectedbedswithsmoothlightning/assets/minecraft/models/item/light_blue_bed.json @@ -0,0 +1,6 @@ +{ + "parent": "minecraft:item/bed", + "textures": { + "0": "entity/bed/light_blue" + } +} \ No newline at end of file diff --git a/src/main/resources/resourcepacks/connectedbedswithsmoothlightning/assets/minecraft/models/item/light_gray_bed.json b/src/main/resources/resourcepacks/connectedbedswithsmoothlightning/assets/minecraft/models/item/light_gray_bed.json new file mode 100644 index 0000000..bc4cd46 --- /dev/null +++ b/src/main/resources/resourcepacks/connectedbedswithsmoothlightning/assets/minecraft/models/item/light_gray_bed.json @@ -0,0 +1,6 @@ +{ + "parent": "minecraft:item/bed", + "textures": { + "0": "entity/bed/light_gray" + } +} \ No newline at end of file diff --git a/src/main/resources/resourcepacks/connectedbedswithsmoothlightning/assets/minecraft/models/item/lime_bed.json b/src/main/resources/resourcepacks/connectedbedswithsmoothlightning/assets/minecraft/models/item/lime_bed.json new file mode 100644 index 0000000..aa55b5f --- /dev/null +++ b/src/main/resources/resourcepacks/connectedbedswithsmoothlightning/assets/minecraft/models/item/lime_bed.json @@ -0,0 +1,6 @@ +{ + "parent": "minecraft:item/bed", + "textures": { + "0": "entity/bed/lime" + } +} \ No newline at end of file diff --git a/src/main/resources/resourcepacks/connectedbedswithsmoothlightning/assets/minecraft/models/item/magenta_bed.json b/src/main/resources/resourcepacks/connectedbedswithsmoothlightning/assets/minecraft/models/item/magenta_bed.json new file mode 100644 index 0000000..13c2098 --- /dev/null +++ b/src/main/resources/resourcepacks/connectedbedswithsmoothlightning/assets/minecraft/models/item/magenta_bed.json @@ -0,0 +1,6 @@ +{ + "parent": "minecraft:item/bed", + "textures": { + "0": "entity/bed/magenta" + } +} \ No newline at end of file diff --git a/src/main/resources/resourcepacks/connectedbedswithsmoothlightning/assets/minecraft/models/item/orange_bed.json b/src/main/resources/resourcepacks/connectedbedswithsmoothlightning/assets/minecraft/models/item/orange_bed.json new file mode 100644 index 0000000..e5106de --- /dev/null +++ b/src/main/resources/resourcepacks/connectedbedswithsmoothlightning/assets/minecraft/models/item/orange_bed.json @@ -0,0 +1,6 @@ +{ + "parent": "minecraft:item/bed", + "textures": { + "0": "entity/bed/orange" + } +} \ No newline at end of file diff --git a/src/main/resources/resourcepacks/connectedbedswithsmoothlightning/assets/minecraft/models/item/pink_bed.json b/src/main/resources/resourcepacks/connectedbedswithsmoothlightning/assets/minecraft/models/item/pink_bed.json new file mode 100644 index 0000000..0e1fcb9 --- /dev/null +++ b/src/main/resources/resourcepacks/connectedbedswithsmoothlightning/assets/minecraft/models/item/pink_bed.json @@ -0,0 +1,6 @@ +{ + "parent": "minecraft:item/bed", + "textures": { + "0": "entity/bed/pink" + } +} \ No newline at end of file diff --git a/src/main/resources/resourcepacks/connectedbedswithsmoothlightning/assets/minecraft/models/item/purple_bed.json b/src/main/resources/resourcepacks/connectedbedswithsmoothlightning/assets/minecraft/models/item/purple_bed.json new file mode 100644 index 0000000..7dbd513 --- /dev/null +++ b/src/main/resources/resourcepacks/connectedbedswithsmoothlightning/assets/minecraft/models/item/purple_bed.json @@ -0,0 +1,6 @@ +{ + "parent": "minecraft:item/bed", + "textures": { + "0": "entity/bed/purple" + } +} \ No newline at end of file diff --git a/src/main/resources/resourcepacks/connectedbedswithsmoothlightning/assets/minecraft/models/item/red_bed.json b/src/main/resources/resourcepacks/connectedbedswithsmoothlightning/assets/minecraft/models/item/red_bed.json new file mode 100644 index 0000000..6a7b1ae --- /dev/null +++ b/src/main/resources/resourcepacks/connectedbedswithsmoothlightning/assets/minecraft/models/item/red_bed.json @@ -0,0 +1,6 @@ +{ + "parent": "minecraft:item/bed", + "textures": { + "0": "entity/bed/red" + } +} \ No newline at end of file diff --git a/src/main/resources/resourcepacks/connectedbedswithsmoothlightning/assets/minecraft/models/item/white_bed.json b/src/main/resources/resourcepacks/connectedbedswithsmoothlightning/assets/minecraft/models/item/white_bed.json new file mode 100644 index 0000000..1eb3819 --- /dev/null +++ b/src/main/resources/resourcepacks/connectedbedswithsmoothlightning/assets/minecraft/models/item/white_bed.json @@ -0,0 +1,6 @@ +{ + "parent": "minecraft:item/bed", + "textures": { + "0": "entity/bed/white" + } +} \ No newline at end of file diff --git a/src/main/resources/resourcepacks/connectedbedswithsmoothlightning/assets/minecraft/models/item/yellow_bed.json b/src/main/resources/resourcepacks/connectedbedswithsmoothlightning/assets/minecraft/models/item/yellow_bed.json new file mode 100644 index 0000000..c5bf97d --- /dev/null +++ b/src/main/resources/resourcepacks/connectedbedswithsmoothlightning/assets/minecraft/models/item/yellow_bed.json @@ -0,0 +1,6 @@ +{ + "parent": "minecraft:item/bed", + "textures": { + "0": "entity/bed/yellow" + } +} \ No newline at end of file diff --git a/src/main/resources/resourcepacks/connectedbedswithsmoothlightning/license.txt b/src/main/resources/resourcepacks/connectedbedswithsmoothlightning/license.txt new file mode 100644 index 0000000..6968976 --- /dev/null +++ b/src/main/resources/resourcepacks/connectedbedswithsmoothlightning/license.txt @@ -0,0 +1,10 @@ +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/connectedbedswithsmoothlightning/pack.mcmeta b/src/main/resources/resourcepacks/connectedbedswithsmoothlightning/pack.mcmeta new file mode 100644 index 0000000..721f830 --- /dev/null +++ b/src/main/resources/resourcepacks/connectedbedswithsmoothlightning/pack.mcmeta @@ -0,0 +1,6 @@ +{ + "pack": { + "pack_format": 7, + "description": "§2Allows beds to connect <3 (with smooth lightning)" + } +} diff --git a/src/main/resources/resourcepacks/connectedbedswithsmoothlightning/pack.png b/src/main/resources/resourcepacks/connectedbedswithsmoothlightning/pack.png new file mode 100644 index 0000000..cdd926c Binary files /dev/null and b/src/main/resources/resourcepacks/connectedbedswithsmoothlightning/pack.png differ diff --git a/src/main/resources/resourcepacks/fancybedswithsmoothlightning/assets/minecraft/blockstates/black_bed.json b/src/main/resources/resourcepacks/fancybedswithsmoothlightning/assets/minecraft/blockstates/black_bed.json new file mode 100644 index 0000000..ca72943 --- /dev/null +++ b/src/main/resources/resourcepacks/fancybedswithsmoothlightning/assets/minecraft/blockstates/black_bed.json @@ -0,0 +1,34 @@ +{ + "variants": { + "facing=east,part=head": { + "model": "minecraft:block/black_bed_head", + "y": 270 + }, + "facing=north,part=head": { + "model": "minecraft:block/black_bed_head", + "y": 180 + }, + "facing=south,part=head": { + "model": "minecraft:block/black_bed_head" + }, + "facing=west,part=head": { + "model": "minecraft:block/black_bed_head", + "y": 90 + }, + "facing=east,part=foot": { + "model": "minecraft:block/black_bed_foot", + "y": 270 + }, + "facing=north,part=foot": { + "model": "minecraft:block/black_bed_foot", + "y": 180 + }, + "facing=south,part=foot": { + "model": "minecraft:block/black_bed_foot" + }, + "facing=west,part=foot": { + "model": "minecraft:block/black_bed_foot", + "y": 90 + } + } +} \ No newline at end of file diff --git a/src/main/resources/resourcepacks/fancybedswithsmoothlightning/assets/minecraft/blockstates/blue_bed.json b/src/main/resources/resourcepacks/fancybedswithsmoothlightning/assets/minecraft/blockstates/blue_bed.json new file mode 100644 index 0000000..c5dd1e4 --- /dev/null +++ b/src/main/resources/resourcepacks/fancybedswithsmoothlightning/assets/minecraft/blockstates/blue_bed.json @@ -0,0 +1,34 @@ +{ + "variants": { + "facing=east,part=head": { + "model": "minecraft:block/blue_bed_head", + "y": 270 + }, + "facing=north,part=head": { + "model": "minecraft:block/blue_bed_head", + "y": 180 + }, + "facing=south,part=head": { + "model": "minecraft:block/blue_bed_head" + }, + "facing=west,part=head": { + "model": "minecraft:block/blue_bed_head", + "y": 90 + }, + "facing=east,part=foot": { + "model": "minecraft:block/blue_bed_foot", + "y": 270 + }, + "facing=north,part=foot": { + "model": "minecraft:block/blue_bed_foot", + "y": 180 + }, + "facing=south,part=foot": { + "model": "minecraft:block/blue_bed_foot" + }, + "facing=west,part=foot": { + "model": "minecraft:block/blue_bed_foot", + "y": 90 + } + } +} \ No newline at end of file diff --git a/src/main/resources/resourcepacks/fancybedswithsmoothlightning/assets/minecraft/blockstates/brown_bed.json b/src/main/resources/resourcepacks/fancybedswithsmoothlightning/assets/minecraft/blockstates/brown_bed.json new file mode 100644 index 0000000..2e65931 --- /dev/null +++ b/src/main/resources/resourcepacks/fancybedswithsmoothlightning/assets/minecraft/blockstates/brown_bed.json @@ -0,0 +1,34 @@ +{ + "variants": { + "facing=east,part=head": { + "model": "minecraft:block/brown_bed_head", + "y": 270 + }, + "facing=north,part=head": { + "model": "minecraft:block/brown_bed_head", + "y": 180 + }, + "facing=south,part=head": { + "model": "minecraft:block/brown_bed_head" + }, + "facing=west,part=head": { + "model": "minecraft:block/brown_bed_head", + "y": 90 + }, + "facing=east,part=foot": { + "model": "minecraft:block/brown_bed_foot", + "y": 270 + }, + "facing=north,part=foot": { + "model": "minecraft:block/brown_bed_foot", + "y": 180 + }, + "facing=south,part=foot": { + "model": "minecraft:block/brown_bed_foot" + }, + "facing=west,part=foot": { + "model": "minecraft:block/brown_bed_foot", + "y": 90 + } + } +} \ No newline at end of file diff --git a/src/main/resources/resourcepacks/fancybedswithsmoothlightning/assets/minecraft/blockstates/cyan_bed.json b/src/main/resources/resourcepacks/fancybedswithsmoothlightning/assets/minecraft/blockstates/cyan_bed.json new file mode 100644 index 0000000..9613ebd --- /dev/null +++ b/src/main/resources/resourcepacks/fancybedswithsmoothlightning/assets/minecraft/blockstates/cyan_bed.json @@ -0,0 +1,34 @@ +{ + "variants": { + "facing=east,part=head": { + "model": "minecraft:block/cyan_bed_head", + "y": 270 + }, + "facing=north,part=head": { + "model": "minecraft:block/cyan_bed_head", + "y": 180 + }, + "facing=south,part=head": { + "model": "minecraft:block/cyan_bed_head" + }, + "facing=west,part=head": { + "model": "minecraft:block/cyan_bed_head", + "y": 90 + }, + "facing=east,part=foot": { + "model": "minecraft:block/cyan_bed_foot", + "y": 270 + }, + "facing=north,part=foot": { + "model": "minecraft:block/cyan_bed_foot", + "y": 180 + }, + "facing=south,part=foot": { + "model": "minecraft:block/cyan_bed_foot" + }, + "facing=west,part=foot": { + "model": "minecraft:block/cyan_bed_foot", + "y": 90 + } + } +} \ No newline at end of file diff --git a/src/main/resources/resourcepacks/fancybedswithsmoothlightning/assets/minecraft/blockstates/gray_bed.json b/src/main/resources/resourcepacks/fancybedswithsmoothlightning/assets/minecraft/blockstates/gray_bed.json new file mode 100644 index 0000000..d13bd90 --- /dev/null +++ b/src/main/resources/resourcepacks/fancybedswithsmoothlightning/assets/minecraft/blockstates/gray_bed.json @@ -0,0 +1,34 @@ +{ + "variants": { + "facing=east,part=head": { + "model": "minecraft:block/gray_bed_head", + "y": 270 + }, + "facing=north,part=head": { + "model": "minecraft:block/gray_bed_head", + "y": 180 + }, + "facing=south,part=head": { + "model": "minecraft:block/gray_bed_head" + }, + "facing=west,part=head": { + "model": "minecraft:block/gray_bed_head", + "y": 90 + }, + "facing=east,part=foot": { + "model": "minecraft:block/gray_bed_foot", + "y": 270 + }, + "facing=north,part=foot": { + "model": "minecraft:block/gray_bed_foot", + "y": 180 + }, + "facing=south,part=foot": { + "model": "minecraft:block/gray_bed_foot" + }, + "facing=west,part=foot": { + "model": "minecraft:block/gray_bed_foot", + "y": 90 + } + } +} \ No newline at end of file diff --git a/src/main/resources/resourcepacks/fancybedswithsmoothlightning/assets/minecraft/blockstates/green_bed.json b/src/main/resources/resourcepacks/fancybedswithsmoothlightning/assets/minecraft/blockstates/green_bed.json new file mode 100644 index 0000000..acf5967 --- /dev/null +++ b/src/main/resources/resourcepacks/fancybedswithsmoothlightning/assets/minecraft/blockstates/green_bed.json @@ -0,0 +1,34 @@ +{ + "variants": { + "facing=east,part=head": { + "model": "minecraft:block/green_bed_head", + "y": 270 + }, + "facing=north,part=head": { + "model": "minecraft:block/green_bed_head", + "y": 180 + }, + "facing=south,part=head": { + "model": "minecraft:block/green_bed_head" + }, + "facing=west,part=head": { + "model": "minecraft:block/green_bed_head", + "y": 90 + }, + "facing=east,part=foot": { + "model": "minecraft:block/green_bed_foot", + "y": 270 + }, + "facing=north,part=foot": { + "model": "minecraft:block/green_bed_foot", + "y": 180 + }, + "facing=south,part=foot": { + "model": "minecraft:block/green_bed_foot" + }, + "facing=west,part=foot": { + "model": "minecraft:block/green_bed_foot", + "y": 90 + } + } +} \ No newline at end of file diff --git a/src/main/resources/resourcepacks/fancybedswithsmoothlightning/assets/minecraft/blockstates/light_blue_bed.json b/src/main/resources/resourcepacks/fancybedswithsmoothlightning/assets/minecraft/blockstates/light_blue_bed.json new file mode 100644 index 0000000..8b3ccc5 --- /dev/null +++ b/src/main/resources/resourcepacks/fancybedswithsmoothlightning/assets/minecraft/blockstates/light_blue_bed.json @@ -0,0 +1,34 @@ +{ + "variants": { + "facing=east,part=head": { + "model": "minecraft:block/light_blue_bed_head", + "y": 270 + }, + "facing=north,part=head": { + "model": "minecraft:block/light_blue_bed_head", + "y": 180 + }, + "facing=south,part=head": { + "model": "minecraft:block/light_blue_bed_head" + }, + "facing=west,part=head": { + "model": "minecraft:block/light_blue_bed_head", + "y": 90 + }, + "facing=east,part=foot": { + "model": "minecraft:block/light_blue_bed_foot", + "y": 270 + }, + "facing=north,part=foot": { + "model": "minecraft:block/light_blue_bed_foot", + "y": 180 + }, + "facing=south,part=foot": { + "model": "minecraft:block/light_blue_bed_foot" + }, + "facing=west,part=foot": { + "model": "minecraft:block/light_blue_bed_foot", + "y": 90 + } + } +} \ No newline at end of file diff --git a/src/main/resources/resourcepacks/fancybedswithsmoothlightning/assets/minecraft/blockstates/light_gray_bed.json b/src/main/resources/resourcepacks/fancybedswithsmoothlightning/assets/minecraft/blockstates/light_gray_bed.json new file mode 100644 index 0000000..b5b85c8 --- /dev/null +++ b/src/main/resources/resourcepacks/fancybedswithsmoothlightning/assets/minecraft/blockstates/light_gray_bed.json @@ -0,0 +1,34 @@ +{ + "variants": { + "facing=east,part=head": { + "model": "minecraft:block/light_gray_bed_head", + "y": 270 + }, + "facing=north,part=head": { + "model": "minecraft:block/light_gray_bed_head", + "y": 180 + }, + "facing=south,part=head": { + "model": "minecraft:block/light_gray_bed_head" + }, + "facing=west,part=head": { + "model": "minecraft:block/light_gray_bed_head", + "y": 90 + }, + "facing=east,part=foot": { + "model": "minecraft:block/light_gray_bed_foot", + "y": 270 + }, + "facing=north,part=foot": { + "model": "minecraft:block/light_gray_bed_foot", + "y": 180 + }, + "facing=south,part=foot": { + "model": "minecraft:block/light_gray_bed_foot" + }, + "facing=west,part=foot": { + "model": "minecraft:block/light_gray_bed_foot", + "y": 90 + } + } +} \ No newline at end of file diff --git a/src/main/resources/resourcepacks/fancybedswithsmoothlightning/assets/minecraft/blockstates/lime_bed.json b/src/main/resources/resourcepacks/fancybedswithsmoothlightning/assets/minecraft/blockstates/lime_bed.json new file mode 100644 index 0000000..3fcbf73 --- /dev/null +++ b/src/main/resources/resourcepacks/fancybedswithsmoothlightning/assets/minecraft/blockstates/lime_bed.json @@ -0,0 +1,34 @@ +{ + "variants": { + "facing=east,part=head": { + "model": "minecraft:block/lime_bed_head", + "y": 270 + }, + "facing=north,part=head": { + "model": "minecraft:block/lime_bed_head", + "y": 180 + }, + "facing=south,part=head": { + "model": "minecraft:block/lime_bed_head" + }, + "facing=west,part=head": { + "model": "minecraft:block/lime_bed_head", + "y": 90 + }, + "facing=east,part=foot": { + "model": "minecraft:block/lime_bed_foot", + "y": 270 + }, + "facing=north,part=foot": { + "model": "minecraft:block/lime_bed_foot", + "y": 180 + }, + "facing=south,part=foot": { + "model": "minecraft:block/lime_bed_foot" + }, + "facing=west,part=foot": { + "model": "minecraft:block/lime_bed_foot", + "y": 90 + } + } +} \ No newline at end of file diff --git a/src/main/resources/resourcepacks/fancybedswithsmoothlightning/assets/minecraft/blockstates/magenta_bed.json b/src/main/resources/resourcepacks/fancybedswithsmoothlightning/assets/minecraft/blockstates/magenta_bed.json new file mode 100644 index 0000000..efe6b0e --- /dev/null +++ b/src/main/resources/resourcepacks/fancybedswithsmoothlightning/assets/minecraft/blockstates/magenta_bed.json @@ -0,0 +1,34 @@ +{ + "variants": { + "facing=east,part=head": { + "model": "minecraft:block/magenta_bed_head", + "y": 270 + }, + "facing=north,part=head": { + "model": "minecraft:block/magenta_bed_head", + "y": 180 + }, + "facing=south,part=head": { + "model": "minecraft:block/magenta_bed_head" + }, + "facing=west,part=head": { + "model": "minecraft:block/magenta_bed_head", + "y": 90 + }, + "facing=east,part=foot": { + "model": "minecraft:block/magenta_bed_foot", + "y": 270 + }, + "facing=north,part=foot": { + "model": "minecraft:block/magenta_bed_foot", + "y": 180 + }, + "facing=south,part=foot": { + "model": "minecraft:block/magenta_bed_foot" + }, + "facing=west,part=foot": { + "model": "minecraft:block/magenta_bed_foot", + "y": 90 + } + } +} \ No newline at end of file diff --git a/src/main/resources/resourcepacks/fancybedswithsmoothlightning/assets/minecraft/blockstates/orange_bed.json b/src/main/resources/resourcepacks/fancybedswithsmoothlightning/assets/minecraft/blockstates/orange_bed.json new file mode 100644 index 0000000..f36c565 --- /dev/null +++ b/src/main/resources/resourcepacks/fancybedswithsmoothlightning/assets/minecraft/blockstates/orange_bed.json @@ -0,0 +1,34 @@ +{ + "variants": { + "facing=east,part=head": { + "model": "minecraft:block/orange_bed_head", + "y": 270 + }, + "facing=north,part=head": { + "model": "minecraft:block/orange_bed_head", + "y": 180 + }, + "facing=south,part=head": { + "model": "minecraft:block/orange_bed_head" + }, + "facing=west,part=head": { + "model": "minecraft:block/orange_bed_head", + "y": 90 + }, + "facing=east,part=foot": { + "model": "minecraft:block/orange_bed_foot", + "y": 270 + }, + "facing=north,part=foot": { + "model": "minecraft:block/orange_bed_foot", + "y": 180 + }, + "facing=south,part=foot": { + "model": "minecraft:block/orange_bed_foot" + }, + "facing=west,part=foot": { + "model": "minecraft:block/orange_bed_foot", + "y": 90 + } + } +} \ No newline at end of file diff --git a/src/main/resources/resourcepacks/fancybedswithsmoothlightning/assets/minecraft/blockstates/pink_bed.json b/src/main/resources/resourcepacks/fancybedswithsmoothlightning/assets/minecraft/blockstates/pink_bed.json new file mode 100644 index 0000000..acea3dd --- /dev/null +++ b/src/main/resources/resourcepacks/fancybedswithsmoothlightning/assets/minecraft/blockstates/pink_bed.json @@ -0,0 +1,34 @@ +{ + "variants": { + "facing=east,part=head": { + "model": "minecraft:block/pink_bed_head", + "y": 270 + }, + "facing=north,part=head": { + "model": "minecraft:block/pink_bed_head", + "y": 180 + }, + "facing=south,part=head": { + "model": "minecraft:block/pink_bed_head" + }, + "facing=west,part=head": { + "model": "minecraft:block/pink_bed_head", + "y": 90 + }, + "facing=east,part=foot": { + "model": "minecraft:block/pink_bed_foot", + "y": 270 + }, + "facing=north,part=foot": { + "model": "minecraft:block/pink_bed_foot", + "y": 180 + }, + "facing=south,part=foot": { + "model": "minecraft:block/pink_bed_foot" + }, + "facing=west,part=foot": { + "model": "minecraft:block/pink_bed_foot", + "y": 90 + } + } +} \ No newline at end of file diff --git a/src/main/resources/resourcepacks/fancybedswithsmoothlightning/assets/minecraft/blockstates/purple_bed.json b/src/main/resources/resourcepacks/fancybedswithsmoothlightning/assets/minecraft/blockstates/purple_bed.json new file mode 100644 index 0000000..1bf2b9e --- /dev/null +++ b/src/main/resources/resourcepacks/fancybedswithsmoothlightning/assets/minecraft/blockstates/purple_bed.json @@ -0,0 +1,34 @@ +{ + "variants": { + "facing=east,part=head": { + "model": "minecraft:block/purple_bed_head", + "y": 270 + }, + "facing=north,part=head": { + "model": "minecraft:block/purple_bed_head", + "y": 180 + }, + "facing=south,part=head": { + "model": "minecraft:block/purple_bed_head" + }, + "facing=west,part=head": { + "model": "minecraft:block/purple_bed_head", + "y": 90 + }, + "facing=east,part=foot": { + "model": "minecraft:block/purple_bed_foot", + "y": 270 + }, + "facing=north,part=foot": { + "model": "minecraft:block/purple_bed_foot", + "y": 180 + }, + "facing=south,part=foot": { + "model": "minecraft:block/purple_bed_foot" + }, + "facing=west,part=foot": { + "model": "minecraft:block/purple_bed_foot", + "y": 90 + } + } +} \ No newline at end of file diff --git a/src/main/resources/resourcepacks/fancybedswithsmoothlightning/assets/minecraft/blockstates/red_bed.json b/src/main/resources/resourcepacks/fancybedswithsmoothlightning/assets/minecraft/blockstates/red_bed.json new file mode 100644 index 0000000..03b3174 --- /dev/null +++ b/src/main/resources/resourcepacks/fancybedswithsmoothlightning/assets/minecraft/blockstates/red_bed.json @@ -0,0 +1,34 @@ +{ + "variants": { + "facing=east,part=head": { + "model": "minecraft:block/red_bed_head", + "y": 270 + }, + "facing=north,part=head": { + "model": "minecraft:block/red_bed_head", + "y": 180 + }, + "facing=south,part=head": { + "model": "minecraft:block/red_bed_head" + }, + "facing=west,part=head": { + "model": "minecraft:block/red_bed_head", + "y": 90 + }, + "facing=east,part=foot": { + "model": "minecraft:block/red_bed_foot", + "y": 270 + }, + "facing=north,part=foot": { + "model": "minecraft:block/red_bed_foot", + "y": 180 + }, + "facing=south,part=foot": { + "model": "minecraft:block/red_bed_foot" + }, + "facing=west,part=foot": { + "model": "minecraft:block/red_bed_foot", + "y": 90 + } + } +} \ No newline at end of file diff --git a/src/main/resources/resourcepacks/fancybedswithsmoothlightning/assets/minecraft/blockstates/white_bed.json b/src/main/resources/resourcepacks/fancybedswithsmoothlightning/assets/minecraft/blockstates/white_bed.json new file mode 100644 index 0000000..ff4fbcb --- /dev/null +++ b/src/main/resources/resourcepacks/fancybedswithsmoothlightning/assets/minecraft/blockstates/white_bed.json @@ -0,0 +1,34 @@ +{ + "variants": { + "facing=east,part=head": { + "model": "minecraft:block/white_bed_head", + "y": 270 + }, + "facing=north,part=head": { + "model": "minecraft:block/white_bed_head", + "y": 180 + }, + "facing=south,part=head": { + "model": "minecraft:block/white_bed_head" + }, + "facing=west,part=head": { + "model": "minecraft:block/white_bed_head", + "y": 90 + }, + "facing=east,part=foot": { + "model": "minecraft:block/white_bed_foot", + "y": 270 + }, + "facing=north,part=foot": { + "model": "minecraft:block/white_bed_foot", + "y": 180 + }, + "facing=south,part=foot": { + "model": "minecraft:block/white_bed_foot" + }, + "facing=west,part=foot": { + "model": "minecraft:block/white_bed_foot", + "y": 90 + } + } +} \ No newline at end of file diff --git a/src/main/resources/resourcepacks/fancybedswithsmoothlightning/assets/minecraft/blockstates/yellow_bed.json b/src/main/resources/resourcepacks/fancybedswithsmoothlightning/assets/minecraft/blockstates/yellow_bed.json new file mode 100644 index 0000000..fee5373 --- /dev/null +++ b/src/main/resources/resourcepacks/fancybedswithsmoothlightning/assets/minecraft/blockstates/yellow_bed.json @@ -0,0 +1,34 @@ +{ + "variants": { + "facing=east,part=head": { + "model": "minecraft:block/yellow_bed_head", + "y": 270 + }, + "facing=north,part=head": { + "model": "minecraft:block/yellow_bed_head", + "y": 180 + }, + "facing=south,part=head": { + "model": "minecraft:block/yellow_bed_head" + }, + "facing=west,part=head": { + "model": "minecraft:block/yellow_bed_head", + "y": 90 + }, + "facing=east,part=foot": { + "model": "minecraft:block/yellow_bed_foot", + "y": 270 + }, + "facing=north,part=foot": { + "model": "minecraft:block/yellow_bed_foot", + "y": 180 + }, + "facing=south,part=foot": { + "model": "minecraft:block/yellow_bed_foot" + }, + "facing=west,part=foot": { + "model": "minecraft:block/yellow_bed_foot", + "y": 90 + } + } +} \ No newline at end of file diff --git a/src/main/resources/resourcepacks/fancybedswithsmoothlightning/assets/minecraft/models/block/bed_foot.json b/src/main/resources/resourcepacks/fancybedswithsmoothlightning/assets/minecraft/models/block/bed_foot.json new file mode 100644 index 0000000..15d9c26 --- /dev/null +++ b/src/main/resources/resourcepacks/fancybedswithsmoothlightning/assets/minecraft/models/block/bed_foot.json @@ -0,0 +1,45 @@ +{ + "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"}, + "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, 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"}, + "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, 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/fancybedswithsmoothlightning/assets/minecraft/models/block/bed_head.json b/src/main/resources/resourcepacks/fancybedswithsmoothlightning/assets/minecraft/models/block/bed_head.json new file mode 100644 index 0000000..7792fa3 --- /dev/null +++ b/src/main/resources/resourcepacks/fancybedswithsmoothlightning/assets/minecraft/models/block/bed_head.json @@ -0,0 +1,72 @@ +{ + "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/assets/minecraft/models/block/black_bed_foot.json b/src/main/resources/resourcepacks/fancybedswithsmoothlightning/assets/minecraft/models/block/black_bed_foot.json new file mode 100644 index 0000000..35b692f --- /dev/null +++ b/src/main/resources/resourcepacks/fancybedswithsmoothlightning/assets/minecraft/models/block/black_bed_foot.json @@ -0,0 +1,6 @@ +{ + "parent": "minecraft:block/bed_foot", + "textures": { + "0": "minecraft:entity/bed/black" + } +} \ No newline at end of file diff --git a/src/main/resources/resourcepacks/fancybedswithsmoothlightning/assets/minecraft/models/block/black_bed_head.json b/src/main/resources/resourcepacks/fancybedswithsmoothlightning/assets/minecraft/models/block/black_bed_head.json new file mode 100644 index 0000000..086477e --- /dev/null +++ b/src/main/resources/resourcepacks/fancybedswithsmoothlightning/assets/minecraft/models/block/black_bed_head.json @@ -0,0 +1,6 @@ +{ + "parent": "minecraft:block/bed_head", + "textures": { + "0": "minecraft:entity/bed/black" + } +} \ No newline at end of file diff --git a/src/main/resources/resourcepacks/fancybedswithsmoothlightning/assets/minecraft/models/block/blue_bed_foot.json b/src/main/resources/resourcepacks/fancybedswithsmoothlightning/assets/minecraft/models/block/blue_bed_foot.json new file mode 100644 index 0000000..8a642f7 --- /dev/null +++ b/src/main/resources/resourcepacks/fancybedswithsmoothlightning/assets/minecraft/models/block/blue_bed_foot.json @@ -0,0 +1,6 @@ +{ + "parent": "minecraft:block/bed_foot", + "textures": { + "0": "minecraft:entity/bed/blue" + } +} \ No newline at end of file diff --git a/src/main/resources/resourcepacks/fancybedswithsmoothlightning/assets/minecraft/models/block/blue_bed_head.json b/src/main/resources/resourcepacks/fancybedswithsmoothlightning/assets/minecraft/models/block/blue_bed_head.json new file mode 100644 index 0000000..f017a88 --- /dev/null +++ b/src/main/resources/resourcepacks/fancybedswithsmoothlightning/assets/minecraft/models/block/blue_bed_head.json @@ -0,0 +1,6 @@ +{ + "parent": "minecraft:block/bed_head", + "textures": { + "0": "minecraft:entity/bed/blue" + } +} \ No newline at end of file diff --git a/src/main/resources/resourcepacks/fancybedswithsmoothlightning/assets/minecraft/models/block/brown_bed_foot.json b/src/main/resources/resourcepacks/fancybedswithsmoothlightning/assets/minecraft/models/block/brown_bed_foot.json new file mode 100644 index 0000000..bb0db84 --- /dev/null +++ b/src/main/resources/resourcepacks/fancybedswithsmoothlightning/assets/minecraft/models/block/brown_bed_foot.json @@ -0,0 +1,6 @@ +{ + "parent": "minecraft:block/bed_foot", + "textures": { + "0": "minecraft:entity/bed/brown" + } +} \ No newline at end of file diff --git a/src/main/resources/resourcepacks/fancybedswithsmoothlightning/assets/minecraft/models/block/brown_bed_head.json b/src/main/resources/resourcepacks/fancybedswithsmoothlightning/assets/minecraft/models/block/brown_bed_head.json new file mode 100644 index 0000000..74451f6 --- /dev/null +++ b/src/main/resources/resourcepacks/fancybedswithsmoothlightning/assets/minecraft/models/block/brown_bed_head.json @@ -0,0 +1,6 @@ +{ + "parent": "minecraft:block/bed_head", + "textures": { + "0": "minecraft:entity/bed/brown" + } +} \ No newline at end of file diff --git a/src/main/resources/resourcepacks/fancybedswithsmoothlightning/assets/minecraft/models/block/cyan_bed_foot.json b/src/main/resources/resourcepacks/fancybedswithsmoothlightning/assets/minecraft/models/block/cyan_bed_foot.json new file mode 100644 index 0000000..14dc9c8 --- /dev/null +++ b/src/main/resources/resourcepacks/fancybedswithsmoothlightning/assets/minecraft/models/block/cyan_bed_foot.json @@ -0,0 +1,6 @@ +{ + "parent": "minecraft:block/bed_foot", + "textures": { + "0": "minecraft:entity/bed/cyan" + } +} \ No newline at end of file diff --git a/src/main/resources/resourcepacks/fancybedswithsmoothlightning/assets/minecraft/models/block/cyan_bed_head.json b/src/main/resources/resourcepacks/fancybedswithsmoothlightning/assets/minecraft/models/block/cyan_bed_head.json new file mode 100644 index 0000000..5749a71 --- /dev/null +++ b/src/main/resources/resourcepacks/fancybedswithsmoothlightning/assets/minecraft/models/block/cyan_bed_head.json @@ -0,0 +1,6 @@ +{ + "parent": "minecraft:block/bed_head", + "textures": { + "0": "minecraft:entity/bed/cyan" + } +} \ No newline at end of file diff --git a/src/main/resources/resourcepacks/fancybedswithsmoothlightning/assets/minecraft/models/block/gray_bed_foot.json b/src/main/resources/resourcepacks/fancybedswithsmoothlightning/assets/minecraft/models/block/gray_bed_foot.json new file mode 100644 index 0000000..5f144d1 --- /dev/null +++ b/src/main/resources/resourcepacks/fancybedswithsmoothlightning/assets/minecraft/models/block/gray_bed_foot.json @@ -0,0 +1,6 @@ +{ + "parent": "minecraft:block/bed_foot", + "textures": { + "0": "minecraft:entity/bed/gray" + } +} \ No newline at end of file diff --git a/src/main/resources/resourcepacks/fancybedswithsmoothlightning/assets/minecraft/models/block/gray_bed_head.json b/src/main/resources/resourcepacks/fancybedswithsmoothlightning/assets/minecraft/models/block/gray_bed_head.json new file mode 100644 index 0000000..cde7792 --- /dev/null +++ b/src/main/resources/resourcepacks/fancybedswithsmoothlightning/assets/minecraft/models/block/gray_bed_head.json @@ -0,0 +1,6 @@ +{ + "parent": "minecraft:block/bed_head", + "textures": { + "0": "minecraft:entity/bed/gray" + } +} \ No newline at end of file diff --git a/src/main/resources/resourcepacks/fancybedswithsmoothlightning/assets/minecraft/models/block/green_bed_foot.json b/src/main/resources/resourcepacks/fancybedswithsmoothlightning/assets/minecraft/models/block/green_bed_foot.json new file mode 100644 index 0000000..1cc14f0 --- /dev/null +++ b/src/main/resources/resourcepacks/fancybedswithsmoothlightning/assets/minecraft/models/block/green_bed_foot.json @@ -0,0 +1,6 @@ +{ + "parent": "minecraft:block/bed_foot", + "textures": { + "0": "minecraft:entity/bed/green" + } +} \ No newline at end of file diff --git a/src/main/resources/resourcepacks/fancybedswithsmoothlightning/assets/minecraft/models/block/green_bed_head.json b/src/main/resources/resourcepacks/fancybedswithsmoothlightning/assets/minecraft/models/block/green_bed_head.json new file mode 100644 index 0000000..f8f2d7f --- /dev/null +++ b/src/main/resources/resourcepacks/fancybedswithsmoothlightning/assets/minecraft/models/block/green_bed_head.json @@ -0,0 +1,6 @@ +{ + "parent": "minecraft:block/bed_head", + "textures": { + "0": "minecraft:entity/bed/green" + } +} \ No newline at end of file diff --git a/src/main/resources/resourcepacks/fancybedswithsmoothlightning/assets/minecraft/models/block/light_blue_bed_foot.json b/src/main/resources/resourcepacks/fancybedswithsmoothlightning/assets/minecraft/models/block/light_blue_bed_foot.json new file mode 100644 index 0000000..b6f5721 --- /dev/null +++ b/src/main/resources/resourcepacks/fancybedswithsmoothlightning/assets/minecraft/models/block/light_blue_bed_foot.json @@ -0,0 +1,6 @@ +{ + "parent": "minecraft:block/bed_foot", + "textures": { + "0": "minecraft:entity/bed/light_blue" + } +} \ No newline at end of file diff --git a/src/main/resources/resourcepacks/fancybedswithsmoothlightning/assets/minecraft/models/block/light_blue_bed_head.json b/src/main/resources/resourcepacks/fancybedswithsmoothlightning/assets/minecraft/models/block/light_blue_bed_head.json new file mode 100644 index 0000000..f2bd05b --- /dev/null +++ b/src/main/resources/resourcepacks/fancybedswithsmoothlightning/assets/minecraft/models/block/light_blue_bed_head.json @@ -0,0 +1,6 @@ +{ + "parent": "minecraft:block/bed_head", + "textures": { + "0": "minecraft:entity/bed/light_blue" + } +} \ No newline at end of file diff --git a/src/main/resources/resourcepacks/fancybedswithsmoothlightning/assets/minecraft/models/block/light_gray_bed_foot.json b/src/main/resources/resourcepacks/fancybedswithsmoothlightning/assets/minecraft/models/block/light_gray_bed_foot.json new file mode 100644 index 0000000..0d26def --- /dev/null +++ b/src/main/resources/resourcepacks/fancybedswithsmoothlightning/assets/minecraft/models/block/light_gray_bed_foot.json @@ -0,0 +1,6 @@ +{ + "parent": "minecraft:block/bed_foot", + "textures": { + "0": "minecraft:entity/bed/light_gray" + } +} \ No newline at end of file diff --git a/src/main/resources/resourcepacks/fancybedswithsmoothlightning/assets/minecraft/models/block/light_gray_bed_head.json b/src/main/resources/resourcepacks/fancybedswithsmoothlightning/assets/minecraft/models/block/light_gray_bed_head.json new file mode 100644 index 0000000..c3a15bc --- /dev/null +++ b/src/main/resources/resourcepacks/fancybedswithsmoothlightning/assets/minecraft/models/block/light_gray_bed_head.json @@ -0,0 +1,6 @@ +{ + "parent": "minecraft:block/bed_head", + "textures": { + "0": "minecraft:entity/bed/light_gray" + } +} \ No newline at end of file diff --git a/src/main/resources/resourcepacks/fancybedswithsmoothlightning/assets/minecraft/models/block/lime_bed_foot.json b/src/main/resources/resourcepacks/fancybedswithsmoothlightning/assets/minecraft/models/block/lime_bed_foot.json new file mode 100644 index 0000000..0cb10dc --- /dev/null +++ b/src/main/resources/resourcepacks/fancybedswithsmoothlightning/assets/minecraft/models/block/lime_bed_foot.json @@ -0,0 +1,6 @@ +{ + "parent": "minecraft:block/bed_foot", + "textures": { + "0": "minecraft:entity/bed/lime" + } +} \ No newline at end of file diff --git a/src/main/resources/resourcepacks/fancybedswithsmoothlightning/assets/minecraft/models/block/lime_bed_head.json b/src/main/resources/resourcepacks/fancybedswithsmoothlightning/assets/minecraft/models/block/lime_bed_head.json new file mode 100644 index 0000000..b6d7026 --- /dev/null +++ b/src/main/resources/resourcepacks/fancybedswithsmoothlightning/assets/minecraft/models/block/lime_bed_head.json @@ -0,0 +1,6 @@ +{ + "parent": "minecraft:block/bed_head", + "textures": { + "0": "minecraft:entity/bed/lime" + } +} \ No newline at end of file diff --git a/src/main/resources/resourcepacks/fancybedswithsmoothlightning/assets/minecraft/models/block/magenta_bed_foot.json b/src/main/resources/resourcepacks/fancybedswithsmoothlightning/assets/minecraft/models/block/magenta_bed_foot.json new file mode 100644 index 0000000..4d60ee6 --- /dev/null +++ b/src/main/resources/resourcepacks/fancybedswithsmoothlightning/assets/minecraft/models/block/magenta_bed_foot.json @@ -0,0 +1,6 @@ +{ + "parent": "minecraft:block/bed_foot", + "textures": { + "0": "minecraft:entity/bed/magenta" + } +} \ No newline at end of file diff --git a/src/main/resources/resourcepacks/fancybedswithsmoothlightning/assets/minecraft/models/block/magenta_bed_head.json b/src/main/resources/resourcepacks/fancybedswithsmoothlightning/assets/minecraft/models/block/magenta_bed_head.json new file mode 100644 index 0000000..d4f377a --- /dev/null +++ b/src/main/resources/resourcepacks/fancybedswithsmoothlightning/assets/minecraft/models/block/magenta_bed_head.json @@ -0,0 +1,6 @@ +{ + "parent": "minecraft:block/bed_head", + "textures": { + "0": "minecraft:entity/bed/magenta" + } +} \ No newline at end of file diff --git a/src/main/resources/resourcepacks/fancybedswithsmoothlightning/assets/minecraft/models/block/orange_bed_foot.json b/src/main/resources/resourcepacks/fancybedswithsmoothlightning/assets/minecraft/models/block/orange_bed_foot.json new file mode 100644 index 0000000..3c5364e --- /dev/null +++ b/src/main/resources/resourcepacks/fancybedswithsmoothlightning/assets/minecraft/models/block/orange_bed_foot.json @@ -0,0 +1,6 @@ +{ + "parent": "minecraft:block/bed_foot", + "textures": { + "0": "minecraft:entity/bed/orange" + } +} \ No newline at end of file diff --git a/src/main/resources/resourcepacks/fancybedswithsmoothlightning/assets/minecraft/models/block/orange_bed_head.json b/src/main/resources/resourcepacks/fancybedswithsmoothlightning/assets/minecraft/models/block/orange_bed_head.json new file mode 100644 index 0000000..f1f61de --- /dev/null +++ b/src/main/resources/resourcepacks/fancybedswithsmoothlightning/assets/minecraft/models/block/orange_bed_head.json @@ -0,0 +1,6 @@ +{ + "parent": "minecraft:block/bed_head", + "textures": { + "0": "minecraft:entity/bed/orange" + } +} \ No newline at end of file diff --git a/src/main/resources/resourcepacks/fancybedswithsmoothlightning/assets/minecraft/models/block/pink_bed_foot.json b/src/main/resources/resourcepacks/fancybedswithsmoothlightning/assets/minecraft/models/block/pink_bed_foot.json new file mode 100644 index 0000000..4585799 --- /dev/null +++ b/src/main/resources/resourcepacks/fancybedswithsmoothlightning/assets/minecraft/models/block/pink_bed_foot.json @@ -0,0 +1,6 @@ +{ + "parent": "minecraft:block/bed_foot", + "textures": { + "0": "minecraft:entity/bed/pink" + } +} \ No newline at end of file diff --git a/src/main/resources/resourcepacks/fancybedswithsmoothlightning/assets/minecraft/models/block/pink_bed_head.json b/src/main/resources/resourcepacks/fancybedswithsmoothlightning/assets/minecraft/models/block/pink_bed_head.json new file mode 100644 index 0000000..c9f5d1a --- /dev/null +++ b/src/main/resources/resourcepacks/fancybedswithsmoothlightning/assets/minecraft/models/block/pink_bed_head.json @@ -0,0 +1,6 @@ +{ + "parent": "minecraft:block/bed_head", + "textures": { + "0": "minecraft:entity/bed/pink" + } +} \ No newline at end of file diff --git a/src/main/resources/resourcepacks/fancybedswithsmoothlightning/assets/minecraft/models/block/purple_bed_foot.json b/src/main/resources/resourcepacks/fancybedswithsmoothlightning/assets/minecraft/models/block/purple_bed_foot.json new file mode 100644 index 0000000..b7ae1b8 --- /dev/null +++ b/src/main/resources/resourcepacks/fancybedswithsmoothlightning/assets/minecraft/models/block/purple_bed_foot.json @@ -0,0 +1,6 @@ +{ + "parent": "minecraft:block/bed_foot", + "textures": { + "0": "minecraft:entity/bed/purple" + } +} \ No newline at end of file diff --git a/src/main/resources/resourcepacks/fancybedswithsmoothlightning/assets/minecraft/models/block/purple_bed_head.json b/src/main/resources/resourcepacks/fancybedswithsmoothlightning/assets/minecraft/models/block/purple_bed_head.json new file mode 100644 index 0000000..d083242 --- /dev/null +++ b/src/main/resources/resourcepacks/fancybedswithsmoothlightning/assets/minecraft/models/block/purple_bed_head.json @@ -0,0 +1,6 @@ +{ + "parent": "minecraft:block/bed_head", + "textures": { + "0": "minecraft:entity/bed/purple" + } +} \ No newline at end of file diff --git a/src/main/resources/resourcepacks/fancybedswithsmoothlightning/assets/minecraft/models/block/red_bed_foot.json b/src/main/resources/resourcepacks/fancybedswithsmoothlightning/assets/minecraft/models/block/red_bed_foot.json new file mode 100644 index 0000000..ab3d156 --- /dev/null +++ b/src/main/resources/resourcepacks/fancybedswithsmoothlightning/assets/minecraft/models/block/red_bed_foot.json @@ -0,0 +1,6 @@ +{ + "parent": "minecraft:block/bed_foot", + "textures": { + "0": "minecraft:entity/bed/red" + } +} \ No newline at end of file diff --git a/src/main/resources/resourcepacks/fancybedswithsmoothlightning/assets/minecraft/models/block/red_bed_head.json b/src/main/resources/resourcepacks/fancybedswithsmoothlightning/assets/minecraft/models/block/red_bed_head.json new file mode 100644 index 0000000..cd83383 --- /dev/null +++ b/src/main/resources/resourcepacks/fancybedswithsmoothlightning/assets/minecraft/models/block/red_bed_head.json @@ -0,0 +1,6 @@ +{ + "parent": "minecraft:block/bed_head", + "textures": { + "0": "minecraft:entity/bed/red" + } +} \ No newline at end of file diff --git a/src/main/resources/resourcepacks/fancybedswithsmoothlightning/assets/minecraft/models/block/white_bed_foot.json b/src/main/resources/resourcepacks/fancybedswithsmoothlightning/assets/minecraft/models/block/white_bed_foot.json new file mode 100644 index 0000000..ebec614 --- /dev/null +++ b/src/main/resources/resourcepacks/fancybedswithsmoothlightning/assets/minecraft/models/block/white_bed_foot.json @@ -0,0 +1,6 @@ +{ + "parent": "minecraft:block/bed_foot", + "textures": { + "0": "minecraft:entity/bed/white" + } +} \ No newline at end of file diff --git a/src/main/resources/resourcepacks/fancybedswithsmoothlightning/assets/minecraft/models/block/white_bed_head.json b/src/main/resources/resourcepacks/fancybedswithsmoothlightning/assets/minecraft/models/block/white_bed_head.json new file mode 100644 index 0000000..14be526 --- /dev/null +++ b/src/main/resources/resourcepacks/fancybedswithsmoothlightning/assets/minecraft/models/block/white_bed_head.json @@ -0,0 +1,6 @@ +{ + "parent": "minecraft:block/bed_head", + "textures": { + "0": "minecraft:entity/bed/white" + } +} \ No newline at end of file diff --git a/src/main/resources/resourcepacks/fancybedswithsmoothlightning/assets/minecraft/models/block/yellow_bed_foot.json b/src/main/resources/resourcepacks/fancybedswithsmoothlightning/assets/minecraft/models/block/yellow_bed_foot.json new file mode 100644 index 0000000..1c85962 --- /dev/null +++ b/src/main/resources/resourcepacks/fancybedswithsmoothlightning/assets/minecraft/models/block/yellow_bed_foot.json @@ -0,0 +1,6 @@ +{ + "parent": "minecraft:block/bed_foot", + "textures": { + "0": "minecraft:entity/bed/yellow" + } +} \ No newline at end of file diff --git a/src/main/resources/resourcepacks/fancybedswithsmoothlightning/assets/minecraft/models/block/yellow_bed_head.json b/src/main/resources/resourcepacks/fancybedswithsmoothlightning/assets/minecraft/models/block/yellow_bed_head.json new file mode 100644 index 0000000..12720d3 --- /dev/null +++ b/src/main/resources/resourcepacks/fancybedswithsmoothlightning/assets/minecraft/models/block/yellow_bed_head.json @@ -0,0 +1,6 @@ +{ + "parent": "minecraft:block/bed_head", + "textures": { + "0": "minecraft:entity/bed/yellow" + } +} \ No newline at end of file diff --git a/src/main/resources/resourcepacks/fancybedswithsmoothlightning/assets/minecraft/models/item/bed.json b/src/main/resources/resourcepacks/fancybedswithsmoothlightning/assets/minecraft/models/item/bed.json new file mode 100644 index 0000000..c41de41 --- /dev/null +++ b/src/main/resources/resourcepacks/fancybedswithsmoothlightning/assets/minecraft/models/item/bed.json @@ -0,0 +1,122 @@ +{ + "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/fancybedswithsmoothlightning/assets/minecraft/models/item/black_bed.json b/src/main/resources/resourcepacks/fancybedswithsmoothlightning/assets/minecraft/models/item/black_bed.json new file mode 100644 index 0000000..467ae43 --- /dev/null +++ b/src/main/resources/resourcepacks/fancybedswithsmoothlightning/assets/minecraft/models/item/black_bed.json @@ -0,0 +1,6 @@ +{ + "parent": "minecraft:item/bed", + "textures": { + "0": "entity/bed/black" + } +} \ No newline at end of file diff --git a/src/main/resources/resourcepacks/fancybedswithsmoothlightning/assets/minecraft/models/item/blue_bed.json b/src/main/resources/resourcepacks/fancybedswithsmoothlightning/assets/minecraft/models/item/blue_bed.json new file mode 100644 index 0000000..4a92940 --- /dev/null +++ b/src/main/resources/resourcepacks/fancybedswithsmoothlightning/assets/minecraft/models/item/blue_bed.json @@ -0,0 +1,6 @@ +{ + "parent": "minecraft:item/bed", + "textures": { + "0": "entity/bed/blue" + } +} \ No newline at end of file diff --git a/src/main/resources/resourcepacks/fancybedswithsmoothlightning/assets/minecraft/models/item/brown_bed.json b/src/main/resources/resourcepacks/fancybedswithsmoothlightning/assets/minecraft/models/item/brown_bed.json new file mode 100644 index 0000000..19c4064 --- /dev/null +++ b/src/main/resources/resourcepacks/fancybedswithsmoothlightning/assets/minecraft/models/item/brown_bed.json @@ -0,0 +1,6 @@ +{ + "parent": "minecraft:item/bed", + "textures": { + "0": "entity/bed/brown" + } +} \ No newline at end of file diff --git a/src/main/resources/resourcepacks/fancybedswithsmoothlightning/assets/minecraft/models/item/cyan_bed.json b/src/main/resources/resourcepacks/fancybedswithsmoothlightning/assets/minecraft/models/item/cyan_bed.json new file mode 100644 index 0000000..fa61dfa --- /dev/null +++ b/src/main/resources/resourcepacks/fancybedswithsmoothlightning/assets/minecraft/models/item/cyan_bed.json @@ -0,0 +1,6 @@ +{ + "parent": "minecraft:item/bed", + "textures": { + "0": "entity/bed/cyan" + } +} \ No newline at end of file diff --git a/src/main/resources/resourcepacks/fancybedswithsmoothlightning/assets/minecraft/models/item/gray_bed.json b/src/main/resources/resourcepacks/fancybedswithsmoothlightning/assets/minecraft/models/item/gray_bed.json new file mode 100644 index 0000000..dd14d31 --- /dev/null +++ b/src/main/resources/resourcepacks/fancybedswithsmoothlightning/assets/minecraft/models/item/gray_bed.json @@ -0,0 +1,6 @@ +{ + "parent": "minecraft:item/bed", + "textures": { + "0": "entity/bed/gray" + } +} \ No newline at end of file diff --git a/src/main/resources/resourcepacks/fancybedswithsmoothlightning/assets/minecraft/models/item/green_bed.json b/src/main/resources/resourcepacks/fancybedswithsmoothlightning/assets/minecraft/models/item/green_bed.json new file mode 100644 index 0000000..b6827c0 --- /dev/null +++ b/src/main/resources/resourcepacks/fancybedswithsmoothlightning/assets/minecraft/models/item/green_bed.json @@ -0,0 +1,6 @@ +{ + "parent": "minecraft:item/bed", + "textures": { + "0": "entity/bed/green" + } +} \ No newline at end of file diff --git a/src/main/resources/resourcepacks/fancybedswithsmoothlightning/assets/minecraft/models/item/light_blue_bed.json b/src/main/resources/resourcepacks/fancybedswithsmoothlightning/assets/minecraft/models/item/light_blue_bed.json new file mode 100644 index 0000000..ec1259e --- /dev/null +++ b/src/main/resources/resourcepacks/fancybedswithsmoothlightning/assets/minecraft/models/item/light_blue_bed.json @@ -0,0 +1,6 @@ +{ + "parent": "minecraft:item/bed", + "textures": { + "0": "entity/bed/light_blue" + } +} \ No newline at end of file diff --git a/src/main/resources/resourcepacks/fancybedswithsmoothlightning/assets/minecraft/models/item/light_gray_bed.json b/src/main/resources/resourcepacks/fancybedswithsmoothlightning/assets/minecraft/models/item/light_gray_bed.json new file mode 100644 index 0000000..bc4cd46 --- /dev/null +++ b/src/main/resources/resourcepacks/fancybedswithsmoothlightning/assets/minecraft/models/item/light_gray_bed.json @@ -0,0 +1,6 @@ +{ + "parent": "minecraft:item/bed", + "textures": { + "0": "entity/bed/light_gray" + } +} \ No newline at end of file diff --git a/src/main/resources/resourcepacks/fancybedswithsmoothlightning/assets/minecraft/models/item/lime_bed.json b/src/main/resources/resourcepacks/fancybedswithsmoothlightning/assets/minecraft/models/item/lime_bed.json new file mode 100644 index 0000000..aa55b5f --- /dev/null +++ b/src/main/resources/resourcepacks/fancybedswithsmoothlightning/assets/minecraft/models/item/lime_bed.json @@ -0,0 +1,6 @@ +{ + "parent": "minecraft:item/bed", + "textures": { + "0": "entity/bed/lime" + } +} \ No newline at end of file diff --git a/src/main/resources/resourcepacks/fancybedswithsmoothlightning/assets/minecraft/models/item/magenta_bed.json b/src/main/resources/resourcepacks/fancybedswithsmoothlightning/assets/minecraft/models/item/magenta_bed.json new file mode 100644 index 0000000..13c2098 --- /dev/null +++ b/src/main/resources/resourcepacks/fancybedswithsmoothlightning/assets/minecraft/models/item/magenta_bed.json @@ -0,0 +1,6 @@ +{ + "parent": "minecraft:item/bed", + "textures": { + "0": "entity/bed/magenta" + } +} \ No newline at end of file diff --git a/src/main/resources/resourcepacks/fancybedswithsmoothlightning/assets/minecraft/models/item/orange_bed.json b/src/main/resources/resourcepacks/fancybedswithsmoothlightning/assets/minecraft/models/item/orange_bed.json new file mode 100644 index 0000000..e5106de --- /dev/null +++ b/src/main/resources/resourcepacks/fancybedswithsmoothlightning/assets/minecraft/models/item/orange_bed.json @@ -0,0 +1,6 @@ +{ + "parent": "minecraft:item/bed", + "textures": { + "0": "entity/bed/orange" + } +} \ No newline at end of file diff --git a/src/main/resources/resourcepacks/fancybedswithsmoothlightning/assets/minecraft/models/item/pink_bed.json b/src/main/resources/resourcepacks/fancybedswithsmoothlightning/assets/minecraft/models/item/pink_bed.json new file mode 100644 index 0000000..0e1fcb9 --- /dev/null +++ b/src/main/resources/resourcepacks/fancybedswithsmoothlightning/assets/minecraft/models/item/pink_bed.json @@ -0,0 +1,6 @@ +{ + "parent": "minecraft:item/bed", + "textures": { + "0": "entity/bed/pink" + } +} \ No newline at end of file diff --git a/src/main/resources/resourcepacks/fancybedswithsmoothlightning/assets/minecraft/models/item/purple_bed.json b/src/main/resources/resourcepacks/fancybedswithsmoothlightning/assets/minecraft/models/item/purple_bed.json new file mode 100644 index 0000000..7dbd513 --- /dev/null +++ b/src/main/resources/resourcepacks/fancybedswithsmoothlightning/assets/minecraft/models/item/purple_bed.json @@ -0,0 +1,6 @@ +{ + "parent": "minecraft:item/bed", + "textures": { + "0": "entity/bed/purple" + } +} \ No newline at end of file diff --git a/src/main/resources/resourcepacks/fancybedswithsmoothlightning/assets/minecraft/models/item/red_bed.json b/src/main/resources/resourcepacks/fancybedswithsmoothlightning/assets/minecraft/models/item/red_bed.json new file mode 100644 index 0000000..6a7b1ae --- /dev/null +++ b/src/main/resources/resourcepacks/fancybedswithsmoothlightning/assets/minecraft/models/item/red_bed.json @@ -0,0 +1,6 @@ +{ + "parent": "minecraft:item/bed", + "textures": { + "0": "entity/bed/red" + } +} \ No newline at end of file diff --git a/src/main/resources/resourcepacks/fancybedswithsmoothlightning/assets/minecraft/models/item/white_bed.json b/src/main/resources/resourcepacks/fancybedswithsmoothlightning/assets/minecraft/models/item/white_bed.json new file mode 100644 index 0000000..1eb3819 --- /dev/null +++ b/src/main/resources/resourcepacks/fancybedswithsmoothlightning/assets/minecraft/models/item/white_bed.json @@ -0,0 +1,6 @@ +{ + "parent": "minecraft:item/bed", + "textures": { + "0": "entity/bed/white" + } +} \ No newline at end of file diff --git a/src/main/resources/resourcepacks/fancybedswithsmoothlightning/assets/minecraft/models/item/yellow_bed.json b/src/main/resources/resourcepacks/fancybedswithsmoothlightning/assets/minecraft/models/item/yellow_bed.json new file mode 100644 index 0000000..c5bf97d --- /dev/null +++ b/src/main/resources/resourcepacks/fancybedswithsmoothlightning/assets/minecraft/models/item/yellow_bed.json @@ -0,0 +1,6 @@ +{ + "parent": "minecraft:item/bed", + "textures": { + "0": "entity/bed/yellow" + } +} \ No newline at end of file diff --git a/src/main/resources/resourcepacks/fancybedswithsmoothlightning/license.txt b/src/main/resources/resourcepacks/fancybedswithsmoothlightning/license.txt new file mode 100644 index 0000000..6968976 --- /dev/null +++ b/src/main/resources/resourcepacks/fancybedswithsmoothlightning/license.txt @@ -0,0 +1,10 @@ +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 new file mode 100644 index 0000000..abef578 --- /dev/null +++ b/src/main/resources/resourcepacks/fancybedswithsmoothlightning/pack.mcmeta @@ -0,0 +1,6 @@ +{ + "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 new file mode 100644 index 0000000..ddb8653 Binary files /dev/null and b/src/main/resources/resourcepacks/fancybedswithsmoothlightning/pack.png differ