Update Pridepack assets, add new paintings
@ -24,6 +24,11 @@ public class ModPaintings {
|
|||||||
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 |