Added spaces

This commit is contained in:
Willem Cazander 2022-02-01 23:39:48 +01:00
parent 67d0ad3b49
commit c9d8459bbe

View file

@ -15,13 +15,13 @@ import love.distributedrebirth.numberxd.base2t.bone.BassBoneStoreKey;
@BassBoneAlt1Info(name="Fallen sign", website="https://en.wikipedia.org/wiki/Classical_planet#Western_astrology") @BassBoneAlt1Info(name="Fallen sign", website="https://en.wikipedia.org/wiki/Classical_planet#Western_astrology")
public enum T07PartPlanIt implements BassBoneAlt1<T07PartPlanIt> { public enum T07PartPlanIt implements BassBoneAlt1<T07PartPlanIt> {
PART_1("˥","0","♎︎","libra","天秤座"), PART_1("˥","0","♎︎","libra", "天秤座"),
PART_2("","1","♏︎","scorpio","天蠍座"), PART_2("","1","♏︎","scorpio", "天蠍座"),
PART_3("","2","♓︎","pisces","雙魚座"), PART_3("","2","♓︎","pisces", "雙魚座"),
PART_4("","3","♍︎","virgo","處女座"), PART_4("","3","♍︎","virgo", "處女座"),
PART_5("","4","♋︎","cancer","癌症"), PART_5("","4","♋︎","cancer", "癌症"),
PART_6("","5","♑︎","capricorn","摩羯座"), PART_6("","5","♑︎","capricorn","摩羯座"),
PART_7("˩","7","♈︎","aries","白羊座"), PART_7("˩","7","♈︎","aries", "白羊座"),
; ;
public BassBoneCoffin GET_BBC() { return bbc; } public BassBoneCoffin GET_BBC() { return bbc; }