diff --git a/src/main/java/gay/pridecraft/joy/painting/ModPaintings.java b/src/main/java/gay/pridecraft/joy/painting/ModPaintings.java index f56c234..1e32e13 100644 --- a/src/main/java/gay/pridecraft/joy/painting/ModPaintings.java +++ b/src/main/java/gay/pridecraft/joy/painting/ModPaintings.java @@ -8,22 +8,27 @@ import net.minecraft.util.Identifier; import static gay.pridecraft.joy.Joy.MOD_ID; public class ModPaintings { - public static final RegistryKey ACE = of("ace"); - public static final RegistryKey AGENDER = of("agender"); - public static final RegistryKey ARO = of("aro"); - public static final RegistryKey AROACE = of("aroace"); - public static final RegistryKey BIGENDER = of("bigender"); - public static final RegistryKey BISEXUAL = of("bisexual"); - public static final RegistryKey ENBY = of("enby"); - public static final RegistryKey GAY = of("gay"); - public static final RegistryKey INTERSEX = of("intersex"); - public static final RegistryKey LESBIAN = of("lesbian"); - public static final RegistryKey MLM = of("mlm"); - public static final RegistryKey PAN = of("pan"); - public static final RegistryKey PROGRESS = of("progress"); - public static final RegistryKey QUEER = of("queer"); - public static final RegistryKey STRAIGHT_ALLY = of("straight_ally"); - public static final RegistryKey TRANS = of("trans"); + public static final RegistryKey ACE = of("ace"); + public static final RegistryKey AGENDER = of("agender"); + public static final RegistryKey ARO = of("aro"); + public static final RegistryKey AROACE = of("aroace"); + public static final RegistryKey BIGENDER = of("bigender"); + public static final RegistryKey BISEXUAL = of("bisexual"); + public static final RegistryKey ENBY = of("enby"); + public static final RegistryKey GAY = of("gay"); + public static final RegistryKey INTERSEX = of("intersex"); + public static final RegistryKey LESBIAN = of("lesbian"); + public static final RegistryKey MLM = of("mlm"); + public static final RegistryKey PAN = of("pan"); + public static final RegistryKey PROGRESS = of("progress"); + public static final RegistryKey QUEER = of("queer"); + public static final RegistryKey STRAIGHT_ALLY = of("straight_ally"); + public static final RegistryKey TRANS = of("trans"); + public static final RegistryKey BIRB = of("birb"); + public static final RegistryKey DEMIROMANTIC = of("demiromantic"); + public static final RegistryKey DEMISEXUAL = of("demisexual"); + public static final RegistryKey FLOATING_TREES = of("floating_trees"); + public static final RegistryKey FLOATING_BIIS = of("floating_biis"); private static RegistryKey of(String id) { return RegistryKey.of(RegistryKeys.PAINTING_VARIANT, Identifier.of(MOD_ID, id)); diff --git a/src/main/resources/assets/joy/textures/painting/birb.png b/src/main/resources/assets/joy/textures/painting/birb.png new file mode 100644 index 0000000..f1b5d91 Binary files /dev/null and b/src/main/resources/assets/joy/textures/painting/birb.png differ diff --git a/src/main/resources/assets/joy/textures/painting/demiromantic.png b/src/main/resources/assets/joy/textures/painting/demiromantic.png new file mode 100644 index 0000000..fef4d14 Binary files /dev/null and b/src/main/resources/assets/joy/textures/painting/demiromantic.png differ diff --git a/src/main/resources/assets/joy/textures/painting/demisexual.png b/src/main/resources/assets/joy/textures/painting/demisexual.png new file mode 100644 index 0000000..da10c6f Binary files /dev/null and b/src/main/resources/assets/joy/textures/painting/demisexual.png differ diff --git a/src/main/resources/assets/joy/textures/painting/floating_biis.png b/src/main/resources/assets/joy/textures/painting/floating_biis.png new file mode 100644 index 0000000..e74672b Binary files /dev/null and b/src/main/resources/assets/joy/textures/painting/floating_biis.png differ diff --git a/src/main/resources/assets/joy/textures/painting/floatingtrees.png b/src/main/resources/assets/joy/textures/painting/floatingtrees.png new file mode 100644 index 0000000..cd6c9e1 Binary files /dev/null and b/src/main/resources/assets/joy/textures/painting/floatingtrees.png differ diff --git a/src/main/resources/assets/minecraft/textures/gui/icons.png b/src/main/resources/assets/minecraft/textures/gui/icons.png index 195ee12..1a2087b 100644 Binary files a/src/main/resources/assets/minecraft/textures/gui/icons.png and b/src/main/resources/assets/minecraft/textures/gui/icons.png differ diff --git a/src/main/resources/assets/minecraft/textures/gui/sprites/hud/experience_bar_background.png b/src/main/resources/assets/minecraft/textures/gui/sprites/hud/experience_bar_background.png index c4cbc3c..1c7f75c 100644 Binary files a/src/main/resources/assets/minecraft/textures/gui/sprites/hud/experience_bar_background.png and b/src/main/resources/assets/minecraft/textures/gui/sprites/hud/experience_bar_background.png differ diff --git a/src/main/resources/assets/minecraft/textures/gui/sprites/hud/experience_bar_progress.png b/src/main/resources/assets/minecraft/textures/gui/sprites/hud/experience_bar_progress.png index 2b2a8fa..d8c7088 100644 Binary files a/src/main/resources/assets/minecraft/textures/gui/sprites/hud/experience_bar_progress.png and b/src/main/resources/assets/minecraft/textures/gui/sprites/hud/experience_bar_progress.png differ diff --git a/src/main/resources/assets/minecraft/textures/gui/title/minecraft.png b/src/main/resources/assets/minecraft/textures/gui/title/minecraft.png index c7d21b2..d4edb92 100644 Binary files a/src/main/resources/assets/minecraft/textures/gui/title/minecraft.png and b/src/main/resources/assets/minecraft/textures/gui/title/minecraft.png differ diff --git a/src/main/resources/assets/minecraft/textures/gui/title/mojangstudios.png b/src/main/resources/assets/minecraft/textures/gui/title/mojangstudios.png index 4a0bd7a..a0aa3ad 100644 Binary files a/src/main/resources/assets/minecraft/textures/gui/title/mojangstudios.png and b/src/main/resources/assets/minecraft/textures/gui/title/mojangstudios.png differ