chore: Finish adding paintings (#40)

This commit is contained in:
blryface 2025-03-10 16:54:32 -03:00
parent 3fd12cd511
commit 7a864a05cb
14 changed files with 37 additions and 12 deletions

View File

@ -25,7 +25,7 @@ public abstract class PaintingVariantsMixin {
register(registry, ALLY, 2, 2);
register(registry, ARO, 2, 1);
register(registry, AROACE, 4, 3);
register(registry, BI, 2, 2);
register(registry, BISEXUAL, 2, 2);
register(registry, BIGENDER, 1, 1);
register(registry, BIRB, 2, 2);
register(registry, DEMIROMANTIC, 2, 2);

View File

@ -13,9 +13,9 @@ public class JoyPaintings {
public static final RegistryKey<PaintingVariant> ALLY = of("ally");
public static final RegistryKey<PaintingVariant> ARO = of("aro");
public static final RegistryKey<PaintingVariant> AROACE = of("aroace");
public static final RegistryKey<PaintingVariant> BI = of("bi");
public static final RegistryKey<PaintingVariant> BIGENDER = of("bigender");
public static final RegistryKey<PaintingVariant> BIRB = of("birb");
public static final RegistryKey<PaintingVariant> BISEXUAL = of("bisexual");
public static final RegistryKey<PaintingVariant> DEMIROMANTIC = of("demiromantic");
public static final RegistryKey<PaintingVariant> DEMISEXUAL = of("demisexual");
public static final RegistryKey<PaintingVariant> ENBY = of("enby");

View File

Before

Width:  |  Height:  |  Size: 214 B

After

Width:  |  Height:  |  Size: 214 B

View File

Before

Width:  |  Height:  |  Size: 1.2 KiB

After

Width:  |  Height:  |  Size: 1.2 KiB

View File

Before

Width:  |  Height:  |  Size: 1.2 KiB

After

Width:  |  Height:  |  Size: 1.2 KiB

View File

@ -1,5 +1,5 @@
{
"asset_id": "joy:gay",
"asset_id": "joy:ally",
"height": 2,
"width": 2
}

View File

@ -1,5 +1,5 @@
{
"asset_id": "joy:birb",
"height": 3,
"width": 3
"height": 2,
"width": 2
}

View File

@ -0,0 +1,5 @@
{
"asset_id": "joy:demiromantic",
"height": 2,
"width": 2
}

View File

@ -0,0 +1,5 @@
{
"asset_id": "joy:demisexual",
"height": 2,
"width": 2
}

View File

@ -0,0 +1,5 @@
{
"asset_id": "joy:floating_bees",
"height": 2,
"width": 2
}

View File

@ -0,0 +1,5 @@
{
"asset_id": "joy:floating_trees",
"height": 2,
"width": 2
}

View File

@ -0,0 +1,5 @@
{
"asset_id": "joy:rainbow",
"height": 2,
"width": 2
}

View File

@ -1,5 +0,0 @@
{
"asset_id": "joy:straight_ally",
"height": 2,
"width": 2
}

View File

@ -3,19 +3,24 @@
"values": [
"joy:ace",
"joy:agender",
"joy:ally",
"joy:aro",
"joy:aroace",
"joy:bigender",
"joy:birb",
"joy:bisexual",
"joy:demiromantic",
"joy:demisexual",
"joy:enby",
"joy:gay",
"joy:floating_bees",
"joy:floating_trees",
"joy:intersex",
"joy:lesbian",
"joy:mlm",
"joy:pan",
"joy:progress",
"joy:queer",
"joy:straight_ally",
"joy:rainbow",
"joy:trans"
]
}