Update Pridepack assets, add new paintings
@ -8,22 +8,27 @@ import net.minecraft.util.Identifier;
|
|||||||
import static gay.pridecraft.joy.Joy.MOD_ID;
|
import static gay.pridecraft.joy.Joy.MOD_ID;
|
||||||
|
|
||||||
public class ModPaintings {
|
public class ModPaintings {
|
||||||
public static final RegistryKey<PaintingVariant> ACE = of("ace");
|
public static final RegistryKey<PaintingVariant> ACE = of("ace");
|
||||||
public static final RegistryKey<PaintingVariant> AGENDER = of("agender");
|
public static final RegistryKey<PaintingVariant> AGENDER = of("agender");
|
||||||
public static final RegistryKey<PaintingVariant> ARO = of("aro");
|
public static final RegistryKey<PaintingVariant> ARO = of("aro");
|
||||||
public static final RegistryKey<PaintingVariant> AROACE = of("aroace");
|
public static final RegistryKey<PaintingVariant> AROACE = of("aroace");
|
||||||
public static final RegistryKey<PaintingVariant> BIGENDER = of("bigender");
|
public static final RegistryKey<PaintingVariant> BIGENDER = of("bigender");
|
||||||
public static final RegistryKey<PaintingVariant> BISEXUAL = of("bisexual");
|
public static final RegistryKey<PaintingVariant> BISEXUAL = of("bisexual");
|
||||||
public static final RegistryKey<PaintingVariant> ENBY = of("enby");
|
public static final RegistryKey<PaintingVariant> ENBY = of("enby");
|
||||||
public static final RegistryKey<PaintingVariant> GAY = of("gay");
|
public static final RegistryKey<PaintingVariant> GAY = of("gay");
|
||||||
public static final RegistryKey<PaintingVariant> INTERSEX = of("intersex");
|
public static final RegistryKey<PaintingVariant> INTERSEX = of("intersex");
|
||||||
public static final RegistryKey<PaintingVariant> LESBIAN = of("lesbian");
|
public static final RegistryKey<PaintingVariant> LESBIAN = of("lesbian");
|
||||||
public static final RegistryKey<PaintingVariant> MLM = of("mlm");
|
public static final RegistryKey<PaintingVariant> MLM = of("mlm");
|
||||||
public static final RegistryKey<PaintingVariant> PAN = of("pan");
|
public static final RegistryKey<PaintingVariant> PAN = of("pan");
|
||||||
public static final RegistryKey<PaintingVariant> PROGRESS = of("progress");
|
public static final RegistryKey<PaintingVariant> PROGRESS = of("progress");
|
||||||
public static final RegistryKey<PaintingVariant> QUEER = of("queer");
|
public static final RegistryKey<PaintingVariant> QUEER = of("queer");
|
||||||
public static final RegistryKey<PaintingVariant> STRAIGHT_ALLY = of("straight_ally");
|
public static final RegistryKey<PaintingVariant> STRAIGHT_ALLY = of("straight_ally");
|
||||||
public static final RegistryKey<PaintingVariant> TRANS = of("trans");
|
public static final RegistryKey<PaintingVariant> TRANS = of("trans");
|
||||||
|
public static final RegistryKey<PaintingVariant> BIRB = of("birb");
|
||||||
|
public static final RegistryKey<PaintingVariant> DEMIROMANTIC = of("demiromantic");
|
||||||
|
public static final RegistryKey<PaintingVariant> DEMISEXUAL = of("demisexual");
|
||||||
|
public static final RegistryKey<PaintingVariant> FLOATING_TREES = of("floating_trees");
|
||||||
|
public static final RegistryKey<PaintingVariant> FLOATING_BIIS = of("floating_biis");
|
||||||
|
|
||||||
private static RegistryKey<PaintingVariant> of(String id) {
|
private static RegistryKey<PaintingVariant> of(String id) {
|
||||||
return RegistryKey.of(RegistryKeys.PAINTING_VARIANT, Identifier.of(MOD_ID, id));
|
return RegistryKey.of(RegistryKeys.PAINTING_VARIANT, Identifier.of(MOD_ID, id));
|
||||||
|
BIN
src/main/resources/assets/joy/textures/painting/birb.png
Normal file
After Width: | Height: | Size: 12 KiB |
BIN
src/main/resources/assets/joy/textures/painting/demiromantic.png
Normal file
After Width: | Height: | Size: 273 B |
BIN
src/main/resources/assets/joy/textures/painting/demisexual.png
Normal file
After Width: | Height: | Size: 275 B |
After Width: | Height: | Size: 1.3 KiB |
After Width: | Height: | Size: 1.3 KiB |
Before Width: | Height: | Size: 10 KiB After Width: | Height: | Size: 7.2 KiB |
Before Width: | Height: | Size: 429 B After Width: | Height: | Size: 308 B |
Before Width: | Height: | Size: 2.0 KiB After Width: | Height: | Size: 1.5 KiB |
Before Width: | Height: | Size: 185 KiB After Width: | Height: | Size: 52 KiB |
Before Width: | Height: | Size: 15 KiB After Width: | Height: | Size: 8.3 KiB |