diff --git a/src/main/java/gay/pridecraft/pridemod/block/ModBlocks.java b/src/main/java/gay/pridecraft/pridemod/block/ModBlocks.java index 8b82a35..9001023 100644 --- a/src/main/java/gay/pridecraft/pridemod/block/ModBlocks.java +++ b/src/main/java/gay/pridecraft/pridemod/block/ModBlocks.java @@ -20,7 +20,7 @@ public class ModBlocks { new BedBlock(DyeColor.RED, FabricBlockSettings.copyOf(Blocks.RED_BED))); public static final Block ENBY_BED = registerBlock("enby_bed", - new BedBlock(DyeColor.RED, FabricBlockSettings.copyOf(Blocks.BLACK_BED))); + new BedBlock(DyeColor.BLACK, FabricBlockSettings.copyOf(Blocks.BLACK_BED))); public static final Block INTERSEX_BED = registerBlock("intersex_bed", new BedBlock(DyeColor.GREEN, FabricBlockSettings.copyOf(Blocks.GREEN_BED))); diff --git a/src/main/resources/assets/pridemod/blockstates/ace_bed.json b/src/main/resources/assets/pridemod/blockstates/ace_bed.json new file mode 100644 index 0000000..f4e3631 --- /dev/null +++ b/src/main/resources/assets/pridemod/blockstates/ace_bed.json @@ -0,0 +1,7 @@ +{ + "variants": { + "": { + "model": "pridemod:block/bed" + } + } +} \ No newline at end of file diff --git a/src/main/resources/assets/pridemod/blockstates/agender_bed.json b/src/main/resources/assets/pridemod/blockstates/agender_bed.json new file mode 100644 index 0000000..f4e3631 --- /dev/null +++ b/src/main/resources/assets/pridemod/blockstates/agender_bed.json @@ -0,0 +1,7 @@ +{ + "variants": { + "": { + "model": "pridemod:block/bed" + } + } +} \ No newline at end of file diff --git a/src/main/resources/assets/pridemod/blockstates/aplatonic_bed.json b/src/main/resources/assets/pridemod/blockstates/aplatonic_bed.json new file mode 100644 index 0000000..f4e3631 --- /dev/null +++ b/src/main/resources/assets/pridemod/blockstates/aplatonic_bed.json @@ -0,0 +1,7 @@ +{ + "variants": { + "": { + "model": "pridemod:block/bed" + } + } +} \ No newline at end of file diff --git a/src/main/resources/assets/pridemod/blockstates/aro_bed.json b/src/main/resources/assets/pridemod/blockstates/aro_bed.json new file mode 100644 index 0000000..f4e3631 --- /dev/null +++ b/src/main/resources/assets/pridemod/blockstates/aro_bed.json @@ -0,0 +1,7 @@ +{ + "variants": { + "": { + "model": "pridemod:block/bed" + } + } +} \ No newline at end of file diff --git a/src/main/resources/assets/pridemod/blockstates/aroace_bed.json b/src/main/resources/assets/pridemod/blockstates/aroace_bed.json new file mode 100644 index 0000000..f4e3631 --- /dev/null +++ b/src/main/resources/assets/pridemod/blockstates/aroace_bed.json @@ -0,0 +1,7 @@ +{ + "variants": { + "": { + "model": "pridemod:block/bed" + } + } +} \ No newline at end of file diff --git a/src/main/resources/assets/pridemod/blockstates/bigender_bed.json b/src/main/resources/assets/pridemod/blockstates/bigender_bed.json new file mode 100644 index 0000000..f4e3631 --- /dev/null +++ b/src/main/resources/assets/pridemod/blockstates/bigender_bed.json @@ -0,0 +1,7 @@ +{ + "variants": { + "": { + "model": "pridemod:block/bed" + } + } +} \ No newline at end of file diff --git a/src/main/resources/assets/pridemod/blockstates/bisexual_bed.json b/src/main/resources/assets/pridemod/blockstates/bisexual_bed.json new file mode 100644 index 0000000..f4e3631 --- /dev/null +++ b/src/main/resources/assets/pridemod/blockstates/bisexual_bed.json @@ -0,0 +1,7 @@ +{ + "variants": { + "": { + "model": "pridemod:block/bed" + } + } +} \ No newline at end of file diff --git a/src/main/resources/assets/pridemod/blockstates/enby_bed.json b/src/main/resources/assets/pridemod/blockstates/enby_bed.json new file mode 100644 index 0000000..f4e3631 --- /dev/null +++ b/src/main/resources/assets/pridemod/blockstates/enby_bed.json @@ -0,0 +1,7 @@ +{ + "variants": { + "": { + "model": "pridemod:block/bed" + } + } +} \ No newline at end of file diff --git a/src/main/resources/assets/pridemod/blockstates/gay_bed.json b/src/main/resources/assets/pridemod/blockstates/gay_bed.json new file mode 100644 index 0000000..f4e3631 --- /dev/null +++ b/src/main/resources/assets/pridemod/blockstates/gay_bed.json @@ -0,0 +1,7 @@ +{ + "variants": { + "": { + "model": "pridemod:block/bed" + } + } +} \ No newline at end of file diff --git a/src/main/resources/assets/pridemod/blockstates/gender_fluid_bed.json b/src/main/resources/assets/pridemod/blockstates/gender_fluid_bed.json new file mode 100644 index 0000000..f4e3631 --- /dev/null +++ b/src/main/resources/assets/pridemod/blockstates/gender_fluid_bed.json @@ -0,0 +1,7 @@ +{ + "variants": { + "": { + "model": "pridemod:block/bed" + } + } +} \ No newline at end of file diff --git a/src/main/resources/assets/pridemod/blockstates/intersex_bed.json b/src/main/resources/assets/pridemod/blockstates/intersex_bed.json new file mode 100644 index 0000000..f4e3631 --- /dev/null +++ b/src/main/resources/assets/pridemod/blockstates/intersex_bed.json @@ -0,0 +1,7 @@ +{ + "variants": { + "": { + "model": "pridemod:block/bed" + } + } +} \ No newline at end of file diff --git a/src/main/resources/assets/pridemod/blockstates/lesbian_bed.json b/src/main/resources/assets/pridemod/blockstates/lesbian_bed.json new file mode 100644 index 0000000..f4e3631 --- /dev/null +++ b/src/main/resources/assets/pridemod/blockstates/lesbian_bed.json @@ -0,0 +1,7 @@ +{ + "variants": { + "": { + "model": "pridemod:block/bed" + } + } +} \ No newline at end of file diff --git a/src/main/resources/assets/pridemod/blockstates/mlm_bed.json b/src/main/resources/assets/pridemod/blockstates/mlm_bed.json new file mode 100644 index 0000000..f4e3631 --- /dev/null +++ b/src/main/resources/assets/pridemod/blockstates/mlm_bed.json @@ -0,0 +1,7 @@ +{ + "variants": { + "": { + "model": "pridemod:block/bed" + } + } +} \ No newline at end of file diff --git a/src/main/resources/assets/pridemod/blockstates/pan_bed.json b/src/main/resources/assets/pridemod/blockstates/pan_bed.json new file mode 100644 index 0000000..f4e3631 --- /dev/null +++ b/src/main/resources/assets/pridemod/blockstates/pan_bed.json @@ -0,0 +1,7 @@ +{ + "variants": { + "": { + "model": "pridemod:block/bed" + } + } +} \ No newline at end of file diff --git a/src/main/resources/assets/pridemod/blockstates/progress_bed.json b/src/main/resources/assets/pridemod/blockstates/progress_bed.json new file mode 100644 index 0000000..f4e3631 --- /dev/null +++ b/src/main/resources/assets/pridemod/blockstates/progress_bed.json @@ -0,0 +1,7 @@ +{ + "variants": { + "": { + "model": "pridemod:block/bed" + } + } +} \ No newline at end of file diff --git a/src/main/resources/assets/pridemod/blockstates/trans_bed.json b/src/main/resources/assets/pridemod/blockstates/trans_bed.json new file mode 100644 index 0000000..f4e3631 --- /dev/null +++ b/src/main/resources/assets/pridemod/blockstates/trans_bed.json @@ -0,0 +1,7 @@ +{ + "variants": { + "": { + "model": "pridemod:block/bed" + } + } +} \ No newline at end of file diff --git a/src/main/resources/assets/pridemod/models/block/bed.json b/src/main/resources/assets/pridemod/models/block/bed.json new file mode 100644 index 0000000..9406a84 --- /dev/null +++ b/src/main/resources/assets/pridemod/models/block/bed.json @@ -0,0 +1,5 @@ +{ + "textures": { + "particle": "minecraft:block/oak_planks" + } +} \ No newline at end of file diff --git a/src/main/resources/assets/pridemod/textures/entity/bed/ace.png b/src/main/resources/assets/pridemod/textures/entity/bed/ace.png new file mode 100644 index 0000000..fa22e0e Binary files /dev/null and b/src/main/resources/assets/pridemod/textures/entity/bed/ace.png differ diff --git a/src/main/resources/assets/pridemod/textures/entity/bed/agender.png b/src/main/resources/assets/pridemod/textures/entity/bed/agender.png new file mode 100644 index 0000000..c6d3eb7 Binary files /dev/null and b/src/main/resources/assets/pridemod/textures/entity/bed/agender.png differ diff --git a/src/main/resources/assets/pridemod/textures/entity/bed/aplatonic.png b/src/main/resources/assets/pridemod/textures/entity/bed/aplatonic.png new file mode 100644 index 0000000..1a96da8 Binary files /dev/null and b/src/main/resources/assets/pridemod/textures/entity/bed/aplatonic.png differ diff --git a/src/main/resources/assets/pridemod/textures/entity/bed/aro.png b/src/main/resources/assets/pridemod/textures/entity/bed/aro.png new file mode 100644 index 0000000..2ff6aec Binary files /dev/null and b/src/main/resources/assets/pridemod/textures/entity/bed/aro.png differ diff --git a/src/main/resources/assets/pridemod/textures/entity/bed/aroace.png b/src/main/resources/assets/pridemod/textures/entity/bed/aroace.png new file mode 100644 index 0000000..08e41c1 Binary files /dev/null and b/src/main/resources/assets/pridemod/textures/entity/bed/aroace.png differ diff --git a/src/main/resources/assets/pridemod/textures/entity/bed/bigender.png b/src/main/resources/assets/pridemod/textures/entity/bed/bigender.png new file mode 100644 index 0000000..c6f1211 Binary files /dev/null and b/src/main/resources/assets/pridemod/textures/entity/bed/bigender.png differ diff --git a/src/main/resources/assets/pridemod/textures/entity/bed/bisexual.png b/src/main/resources/assets/pridemod/textures/entity/bed/bisexual.png new file mode 100644 index 0000000..18cceb8 Binary files /dev/null and b/src/main/resources/assets/pridemod/textures/entity/bed/bisexual.png differ diff --git a/src/main/resources/assets/pridemod/textures/entity/bed/enby.png b/src/main/resources/assets/pridemod/textures/entity/bed/enby.png new file mode 100644 index 0000000..56c7ae0 Binary files /dev/null and b/src/main/resources/assets/pridemod/textures/entity/bed/enby.png differ diff --git a/src/main/resources/assets/pridemod/textures/entity/bed/gay.png b/src/main/resources/assets/pridemod/textures/entity/bed/gay.png new file mode 100644 index 0000000..bdb819c Binary files /dev/null and b/src/main/resources/assets/pridemod/textures/entity/bed/gay.png differ diff --git a/src/main/resources/assets/pridemod/textures/entity/bed/gender_fluid.png b/src/main/resources/assets/pridemod/textures/entity/bed/gender_fluid.png new file mode 100644 index 0000000..98ccea0 Binary files /dev/null and b/src/main/resources/assets/pridemod/textures/entity/bed/gender_fluid.png differ diff --git a/src/main/resources/assets/pridemod/textures/entity/bed/intersex.png b/src/main/resources/assets/pridemod/textures/entity/bed/intersex.png new file mode 100644 index 0000000..a64c39e Binary files /dev/null and b/src/main/resources/assets/pridemod/textures/entity/bed/intersex.png differ diff --git a/src/main/resources/assets/pridemod/textures/entity/bed/lesbian.png b/src/main/resources/assets/pridemod/textures/entity/bed/lesbian.png new file mode 100644 index 0000000..0c4d032 Binary files /dev/null and b/src/main/resources/assets/pridemod/textures/entity/bed/lesbian.png differ diff --git a/src/main/resources/assets/pridemod/textures/entity/bed/mlm.png b/src/main/resources/assets/pridemod/textures/entity/bed/mlm.png new file mode 100644 index 0000000..21ba859 Binary files /dev/null and b/src/main/resources/assets/pridemod/textures/entity/bed/mlm.png differ diff --git a/src/main/resources/assets/pridemod/textures/entity/bed/pan.png b/src/main/resources/assets/pridemod/textures/entity/bed/pan.png new file mode 100644 index 0000000..16fdb10 Binary files /dev/null and b/src/main/resources/assets/pridemod/textures/entity/bed/pan.png differ diff --git a/src/main/resources/assets/pridemod/textures/entity/bed/progress.png b/src/main/resources/assets/pridemod/textures/entity/bed/progress.png new file mode 100644 index 0000000..a664aa3 Binary files /dev/null and b/src/main/resources/assets/pridemod/textures/entity/bed/progress.png differ diff --git a/src/main/resources/assets/pridemod/textures/entity/bed/trans.png b/src/main/resources/assets/pridemod/textures/entity/bed/trans.png new file mode 100644 index 0000000..74caaec Binary files /dev/null and b/src/main/resources/assets/pridemod/textures/entity/bed/trans.png differ