Skip to content

Commit 53de38d

Browse files
Merge pull request #847 from ArikSquad/refactor/move-skyblock-names-to-config
feat: move skyblock names to config
2 parents a0e2506 + 8cdf194 commit 53de38d

170 files changed

Lines changed: 1264 additions & 1906 deletions

File tree

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

.github/CODEOWNERS

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
* @Swofty-Developments

commons/src/generated/java/net/swofty/commons/skyblock/item/ItemType.java

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -172,7 +172,7 @@ public enum ItemType {
172172

173173
AWKWARD_POTION(Material.POTION, Rarity.COMMON),
174174

175-
AXE_OF_THE_SHREDDED(Material.DIAMOND_AXE, Rarity.LEGENDARY),
175+
AXE_OF_THE_SHREDDED(Material.DIAMOND_SWORD, Rarity.LEGENDARY),
176176

177177
AZALEA(Material.AZALEA, Rarity.COMMON),
178178

@@ -3738,6 +3738,8 @@ public enum ItemType {
37383738

37393739
SILVER_BLOBFISH(Material.PLAYER_HEAD, Rarity.COMMON),
37403740

3741+
SILVER_FANG(Material.IRON_SWORD, Rarity.RARE),
3742+
37413743
SILVER_FLYFISH(Material.PLAYER_HEAD, Rarity.COMMON),
37423744

37433745
SILVER_GOLDEN_FISH(Material.PLAYER_HEAD, Rarity.COMMON),

configuration/i18n/en_US/items.properties

Lines changed: 0 additions & 1889 deletions
Large diffs are not rendered by default.

configuration/skyblock/items/accessories/abicases.yml

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
items:
22
- id: ACTUALLY_BLUE_ABICASE
33
material: PLAYER_HEAD
4+
name: "Actually Blue Abicase"
45
rarity: COMMON
56
components:
67
- id: CUSTOM_DISPLAY_NAME
@@ -11,6 +12,7 @@ items:
1112

1213
- id: BLUE_BUT_GREEN_ABICASE
1314
material: PLAYER_HEAD
15+
name: "Blue But Green Abicase"
1416
rarity: COMMON
1517
components:
1618
- id: CUSTOM_DISPLAY_NAME
@@ -21,6 +23,7 @@ items:
2123

2224
- id: BLUE_BUT_RED_ABICASE
2325
material: PLAYER_HEAD
26+
name: "Blue But Red Abicase"
2427
rarity: COMMON
2528
components:
2629
- id: CUSTOM_DISPLAY_NAME
@@ -31,6 +34,7 @@ items:
3134

3235
- id: BLUE_BUT_YELLOW_ABICASE
3336
material: PLAYER_HEAD
37+
name: "Blue But Yellow Abicase"
3438
rarity: COMMON
3539
components:
3640
- id: CUSTOM_DISPLAY_NAME
@@ -41,6 +45,7 @@ items:
4145

4246
- id: LIGHTER_BLUE_ABICASE
4347
material: PLAYER_HEAD
48+
name: "Lighter Blue Abicase"
4449
rarity: COMMON
4550
components:
4651
- id: CUSTOM_DISPLAY_NAME
@@ -51,6 +56,7 @@ items:
5156

5257
- id: REZAR_ABICASE
5358
material: PLAYER_HEAD
59+
name: "Rezar Abicase"
5460
rarity: COMMON
5561
components:
5662
- id: CUSTOM_DISPLAY_NAME
@@ -61,6 +67,7 @@ items:
6167

6268
- id: SUMSUNG_G3_ABICASE
6369
material: PLAYER_HEAD
70+
name: "Sumsung G3 Abicase"
6471
rarity: COMMON
6572
components:
6673
- id: CUSTOM_DISPLAY_NAME
@@ -71,6 +78,7 @@ items:
7178

7279
- id: SUMSUNG_GG_ABICASE
7380
material: PLAYER_HEAD
81+
name: "Sumsung Gg Abicase"
7482
rarity: COMMON
7583
components:
7684
- id: CUSTOM_DISPLAY_NAME

configuration/skyblock/items/accessories/accessories.yml

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,15 @@
11
items:
22
- id: BITS_TALISMAN
33
material: PLAYER_HEAD
4+
name: "Bits Talisman"
45
rarity: RARE
56
components:
67
- id: SKULL_HEAD
78
texture: 2ebadb1725aa85bb2810d0b73bf7cd74db3d9d8fc61c4cf9e543dbcc199187cc
89
- id: TALISMAN
910
- id: FARMING_TALISMAN
1011
material: PLAYER_HEAD
12+
name: "Farming Talisman"
1113
rarity: COMMON
1214
default_statistics:
1315
speed: 10.0
@@ -38,6 +40,7 @@ items:
3840
value: 25.0
3941
- id: FIRE_TALISMAN
4042
material: PLAYER_HEAD
43+
name: "Fire Talisman"
4144
rarity: COMMON
4245
components:
4346
- id: SKULL_HEAD
@@ -47,6 +50,7 @@ items:
4750
value: 6480.0
4851
- id: LAVA_TALISMAN
4952
material: PLAYER_HEAD
53+
name: "Lava Talisman"
5054
rarity: UNCOMMON
5155
components:
5256
- id: SKULL_HEAD
@@ -56,6 +60,7 @@ items:
5660
value: 5800.0
5761
- id: MINE_AFFINITY_TALISMAN
5862
material: PLAYER_HEAD
63+
name: "Mine Affinity Talisman"
5964
rarity: COMMON
6065
default_statistics:
6166
speed: 10.0
@@ -65,6 +70,7 @@ items:
6570
- id: TALISMAN
6671
- id: POTATO_TALISMAN
6772
material: PLAYER_HEAD
73+
name: "Potato Talisman"
6874
rarity: COMMON
6975
default_statistics:
7076
speed: 1.0
@@ -74,6 +80,7 @@ items:
7480
- id: TALISMAN
7581
- id: VILLAGE_AFFINITY_TALISMAN
7682
material: PLAYER_HEAD
83+
name: "Village Affinity Talisman"
7784
rarity: COMMON
7885
default_statistics:
7986
speed: 10.0
@@ -84,12 +91,14 @@ items:
8491
- id: SKELETON_TALISMAN
8592
rarity: COMMON
8693
material: SKELETON_SKULL
94+
name: "Skeleton Talisman"
8795
components:
8896
- id: SELLABLE
8997
value: 50.0
9098
- id: BLUE_RING
9199
rarity: RARE
92100
material: PLAYER_HEAD
101+
name: "Blue Ring"
93102
components:
94103
- id: SELLABLE
95104
value: 25000.0
@@ -98,18 +107,21 @@ items:
98107
- id: ARCHFIEND_DICE
99108
rarity: EPIC
100109
material: PLAYER_HEAD
110+
name: "Archfiend Dice"
101111
components:
102112
- id: SKULL_HEAD
103113
texture: 8ff7c410a4a8b4b518b94d21402d2892fcc8fa68c3028417dd4eaa8b7e35c568
104114
- id: HIGH_CLASS_ARCHFIEND_DICE
105115
rarity: LEGENDARY
106116
material: PLAYER_HEAD
117+
name: "High Class Archfiend Dice"
107118
components:
108119
- id: SKULL_HEAD
109120
texture: 8ff7c410a4a8b4b518b94d21402d2892fcc8fa68c3028417dd4eaa8b7e35c568
110121
- id: SINFUL_DICE
111122
rarity: EPIC
112123
material: PLAYER_HEAD
124+
name: "Sinful Dice"
113125
components:
114126
- id: SKULL_HEAD
115127
texture: c32ded1b5bd7e0a52050aa6eca4658fd8bb9d48c3bc50a00994643b128a23de3

configuration/skyblock/items/accessories/agarimoo.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
items:
22
- id: AGARIMOO_TALISMAN
33
material: PLAYER_HEAD
4+
name: "Agarimoo Talisman"
45
rarity: COMMON
56
default_statistics:
67
fishing_speed: 1
@@ -14,6 +15,7 @@ items:
1415

1516
- id: AGARIMOO_RING
1617
material: PLAYER_HEAD
18+
name: "Agarimoo Ring"
1719
rarity: UNCOMMON
1820
default_statistics:
1921
fishing_speed: 2
@@ -28,6 +30,7 @@ items:
2830

2931
- id: AGARIMOO_ARTIFACT
3032
material: PLAYER_HEAD
33+
name: "Agarimoo Artifact"
3134
rarity: RARE
3235
default_statistics:
3336
fishing_speed: 3

configuration/skyblock/items/accessories/anguish.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
items:
22
- id: ANGUISH_TALISMAN
33
material: PLAYER_HEAD
4+
name: "Anguish Talisman"
45
rarity: RARE
56
lore:
67
- '%%dark_gray%%%%italic%%Why are we still here? Just to suffer?'
@@ -17,6 +18,7 @@ items:
1718

1819
- id: ANGUISH_RING
1920
material: PLAYER_HEAD
21+
name: "Anguish Ring"
2022
rarity: EPIC
2123
lore:
2224
- '%%dark_gray%%%%italic%%Why are we still here? Just to suffer?'
@@ -33,6 +35,7 @@ items:
3335

3436
- id: ANGUISH_ARTIFACT
3537
material: PLAYER_HEAD
38+
name: "Anguish Artifact"
3639
rarity: LEGENDARY
3740
lore:
3841
- '%%dark_gray%%%%italic%%Why are we still here? Just to suffer?'

configuration/skyblock/items/accessories/anita.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
items:
22
- id: ANITA_TALISMAN
33
material: PLAYER_HEAD
4+
name: "Anita Talisman"
45
rarity: COMMON
56
components:
67
- id: CUSTOM_DISPLAY_NAME
@@ -12,6 +13,7 @@ items:
1213

1314
- id: ANITA_RING
1415
material: PLAYER_HEAD
16+
name: "Anita Ring"
1517
rarity: UNCOMMON
1618
components:
1719
- id: CUSTOM_DISPLAY_NAME
@@ -23,6 +25,7 @@ items:
2325

2426
- id: ANITA_ARTIFACT
2527
material: PLAYER_HEAD
28+
name: "Anita Artifact"
2629
rarity: RARE
2730
components:
2831
- id: CUSTOM_DISPLAY_NAME

configuration/skyblock/items/accessories/bat.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
items:
22
- id: BAT_TALISMAN
33
material: PLAYER_HEAD
4+
name: "Bat Talisman"
45
rarity: RARE
56
default_statistics:
67
health: 1
@@ -16,6 +17,7 @@ items:
1617

1718
- id: BAT_RING
1819
material: PLAYER_HEAD
20+
name: "Bat Ring"
1921
rarity: EPIC
2022
default_statistics:
2123
health: 3
@@ -31,6 +33,7 @@ items:
3133

3234
- id: BAT_ARTIFACT
3335
material: PLAYER_HEAD
36+
name: "Bat Artifact"
3437
rarity: LEGENDARY
3538
default_statistics:
3639
health: 5

configuration/skyblock/items/accessories/batperson.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
items:
22
- id: BAT_PERSON_TALISMAN
33
material: PLAYER_HEAD
4+
name: "Bat Person Talisman"
45
components:
56
- id: CUSTOM_DISPLAY_NAME
67
display_name: Bat Person Talisman
@@ -11,6 +12,7 @@ items:
1112

1213
- id: BAT_PERSON_RING
1314
material: PLAYER_HEAD
15+
name: "Bat Person Ring"
1416
rarity: UNCOMMON
1517
components:
1618
- id: CUSTOM_DISPLAY_NAME
@@ -22,6 +24,7 @@ items:
2224

2325
- id: BAT_PERSON_ARTIFACT
2426
material: PLAYER_HEAD
27+
name: "Bat Person Artifact"
2528
rarity: RARE
2629
components:
2730
- id: CUSTOM_DISPLAY_NAME

0 commit comments

Comments
 (0)