mirror of
https://github.com/Pridecraft-Studios/joy.git
synced 2025-08-02 22:15:58 -04:00
chore: Finish adding paintings (#40)
This commit is contained in:
parent
3fd12cd511
commit
7a864a05cb
@ -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);
|
||||
|
@ -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");
|
||||
|
Before Width: | Height: | Size: 214 B After Width: | Height: | Size: 214 B |
Before Width: | Height: | Size: 1.2 KiB After Width: | Height: | Size: 1.2 KiB |
Before Width: | Height: | Size: 1.2 KiB After Width: | Height: | Size: 1.2 KiB |
@ -1,5 +1,5 @@
|
||||
{
|
||||
"asset_id": "joy:gay",
|
||||
"asset_id": "joy:ally",
|
||||
"height": 2,
|
||||
"width": 2
|
||||
}
|
@ -1,5 +1,5 @@
|
||||
{
|
||||
"asset_id": "joy:birb",
|
||||
"height": 3,
|
||||
"width": 3
|
||||
"height": 2,
|
||||
"width": 2
|
||||
}
|
@ -0,0 +1,5 @@
|
||||
{
|
||||
"asset_id": "joy:demiromantic",
|
||||
"height": 2,
|
||||
"width": 2
|
||||
}
|
@ -0,0 +1,5 @@
|
||||
{
|
||||
"asset_id": "joy:demisexual",
|
||||
"height": 2,
|
||||
"width": 2
|
||||
}
|
@ -0,0 +1,5 @@
|
||||
{
|
||||
"asset_id": "joy:floating_bees",
|
||||
"height": 2,
|
||||
"width": 2
|
||||
}
|
@ -0,0 +1,5 @@
|
||||
{
|
||||
"asset_id": "joy:floating_trees",
|
||||
"height": 2,
|
||||
"width": 2
|
||||
}
|
@ -0,0 +1,5 @@
|
||||
{
|
||||
"asset_id": "joy:rainbow",
|
||||
"height": 2,
|
||||
"width": 2
|
||||
}
|
@ -1,5 +0,0 @@
|
||||
{
|
||||
"asset_id": "joy:straight_ally",
|
||||
"height": 2,
|
||||
"width": 2
|
||||
}
|
@ -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"
|
||||
]
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user