Skip to content

Commit 7ca7b44

Browse files
committed
added some recipes
1 parent 47fc702 commit 7ca7b44

13 files changed

Lines changed: 459 additions & 23 deletions

File tree

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

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -450,6 +450,7 @@ public enum ItemType {
450450
DIAMOND_SPREADING(Material.DIAMOND, Rarity.RARE),
451451
MINION_EXPANDER(Material.COMMAND_BLOCK, Rarity.RARE),
452452
MITHRIL_INFUSION(Material.PLAYER_HEAD, Rarity.UNCOMMON),
453+
HYPER_FURNACE(Material.FURNACE, Rarity.UNCOMMON),
453454

454455
/**
455456
* Minion Fuels

configuration/skyblock/collections/farming.yml

Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -278,6 +278,9 @@ collections:
278278
- type: XP
279279
data:
280280
xp: 4
281+
- type: RECIPE_UNLOCK
282+
data:
283+
unlockedItemType: FEATHER_TALISMAN
281284
- amount: 2500
282285
rewards:
283286
- type: XP
@@ -296,6 +299,9 @@ collections:
296299
- type: XP
297300
data:
298301
xp: 4
302+
- type: RECIPE_UNLOCK
303+
data:
304+
unlockedItemType: FEATHER_RING
299305
- amount: 25000
300306
rewards:
301307
- type: XP
@@ -306,6 +312,9 @@ collections:
306312
- type: XP
307313
data:
308314
xp: 4
315+
- type: RECIPE_UNLOCK
316+
data:
317+
unlockedItemType: FEATHER_ARTIFACT
309318
- itemType: LEATHER
310319
rewards:
311320
- amount: 50
@@ -596,6 +605,9 @@ collections:
596605
- type: XP
597606
data:
598607
xp: 4
608+
- type: RECIPE_UNLOCK
609+
data:
610+
unlockedItemType: POTION_AFFINITY_TALISMAN
599611
- amount: 1000
600612
rewards:
601613
- type: XP
@@ -622,6 +634,9 @@ collections:
622634
- type: XP
623635
data:
624636
xp: 4
637+
- type: RECIPE_UNLOCK
638+
data:
639+
unlockedItemType: RING_POTION_AFFINITY
625640
- amount: 25000
626641
rewards:
627642
- type: XP
@@ -635,6 +650,9 @@ collections:
635650
- type: XP
636651
data:
637652
xp: 4
653+
- type: RECIPE_UNLOCK
654+
data:
655+
unlockedItemType: ARTIFACT_POTION_AFFINITY
638656
- amount: 75000
639657
rewards:
640658
- type: XP

configuration/skyblock/collections/mining.yml

Lines changed: 44 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -52,29 +52,23 @@ collections:
5252
xp: 4
5353
- type: RECIPE_UNLOCK
5454
data:
55-
unlockedItemType: MINER_OUTFIT_HELMET
56-
- type: RECIPE_UNLOCK
57-
data:
58-
unlockedItemType: MINER_OUTFIT_CHESTPLATE
59-
- type: RECIPE_UNLOCK
60-
data:
61-
unlockedItemType: MINER_OUTFIT_LEGGINGS
62-
- type: RECIPE_UNLOCK
63-
data:
64-
unlockedItemType: MINER_OUTFIT_BOOTS
55+
unlockedItemType: HASTE_RING
6556
- amount: 25000
6657
rewards:
6758
- type: XP
6859
data:
6960
xp: 4
61+
- type: RECIPE_UNLOCK
62+
data:
63+
unlockedItemType: HYPER_FURNACE
7064
- amount: 40000
7165
rewards:
7266
- type: XP
7367
data:
7468
xp: 4
7569
- type: RECIPE_UNLOCK
7670
data:
77-
unlockedItemType: HASTE_RING
71+
unlockedItemType: HASTE_ARTIFACT
7872
- amount: 70000
7973
rewards:
8074
- type: XP
@@ -441,6 +435,9 @@ collections:
441435
- type: XP
442436
data:
443437
xp: 4
438+
- type: RECIPE_UNLOCK
439+
data:
440+
unlockedItemType: EMERALD_RING
444441
- amount: 15000
445442
rewards:
446443
- type: XP
@@ -860,6 +857,18 @@ collections:
860857
- type: XP
861858
data:
862859
xp: 4
860+
- type: RECIPE_UNLOCK
861+
data:
862+
unlockedItemType: MINER_OUTFIT_HELMET
863+
- type: RECIPE_UNLOCK
864+
data:
865+
unlockedItemType: MINER_OUTFIT_CHESTPLATE
866+
- type: RECIPE_UNLOCK
867+
data:
868+
unlockedItemType: MINER_OUTFIT_LEGGINGS
869+
- type: RECIPE_UNLOCK
870+
data:
871+
unlockedItemType: MINER_OUTFIT_BOOTS
863872
- amount: 250
864873
rewards:
865874
- type: XP
@@ -910,21 +919,33 @@ collections:
910919
- type: RECIPE_UNLOCK
911920
data:
912921
unlockedItemType: ENCHANTED_HOPPER
922+
- type: RECIPE_UNLOCK
923+
data:
924+
unlockedItemType: PERSONAL_DELETOR_4000
913925
- amount: 100000
914926
rewards:
915927
- type: XP
916928
data:
917929
xp: 4
930+
- type: RECIPE_UNLOCK
931+
data:
932+
unlockedItemType: PERSONAL_DELETOR_5000
918933
- amount: 200000
919934
rewards:
920935
- type: XP
921936
data:
922937
xp: 4
938+
- type: RECIPE_UNLOCK
939+
data:
940+
unlockedItemType: PERSONAL_DELETOR_6000
923941
- amount: 400000
924942
rewards:
925943
- type: XP
926944
data:
927945
xp: 4
946+
- type: RECIPE_UNLOCK
947+
data:
948+
unlockedItemType: PERSONAL_DELETOR_7000
928949
- itemType: MITHRIL
929950
rewards:
930951
- amount: 50
@@ -1302,6 +1323,9 @@ collections:
13021323
- type: CUSTOM_AWARD
13031324
data:
13041325
customAward: ACCESSORY_BAG_UPGRADE_2
1326+
- type: RECIPE_UNLOCK
1327+
data:
1328+
unlockedItemType: PERSONAL_COMPACTOR_4000
13051329
- amount: 200000
13061330
rewards:
13071331
- type: XP
@@ -1318,6 +1342,9 @@ collections:
13181342
- type: CUSTOM_AWARD
13191343
data:
13201344
customAward: ACCESSORY_BAG_UPGRADE_4
1345+
- type: RECIPE_UNLOCK
1346+
data:
1347+
unlockedItemType: PERSONAL_COMPACTOR_5000
13211348
- amount: 600000
13221349
rewards:
13231350
- type: XP
@@ -1334,6 +1361,9 @@ collections:
13341361
- type: CUSTOM_AWARD
13351362
data:
13361363
customAward: ACCESSORY_BAG_UPGRADE_6
1364+
- type: RECIPE_UNLOCK
1365+
data:
1366+
unlockedItemType: PERSONAL_COMPACTOR_6000
13371367
- amount: 1000000
13381368
rewards:
13391369
- type: XP
@@ -1342,6 +1372,9 @@ collections:
13421372
- type: CUSTOM_AWARD
13431373
data:
13441374
customAward: ACCESSORY_BAG_UPGRADE_7
1375+
- type: RECIPE_UNLOCK
1376+
data:
1377+
unlockedItemType: PERSONAL_COMPACTOR_7000
13451378
- amount: 1200000
13461379
rewards:
13471380
- type: XP

configuration/skyblock/items/accessories/emerald.yml

Lines changed: 19 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,25 @@ items:
1111
- id: SELLABLE
1212
value: 7600
1313
- id: NOT_FINISHED_YET
14+
- id: DEFAULT_CRAFTABLE
15+
default-craftable: false
16+
recipes:
17+
- type: SHAPED
18+
recipe-type: MINING
19+
pattern:
20+
- AAA
21+
- AOA
22+
- AAA
23+
ingredients:
24+
A:
25+
type: ENCHANTED_EMERALD
26+
amount: 4
27+
O:
28+
type: AIR
29+
amount: 1
30+
result:
31+
type: EMERALD_RING
32+
amount: 1
1433

1534
- id: EMERALD_ARTIFACT
1635
material: PLAYER_HEAD

configuration/skyblock/items/accessories/feather.yml

Lines changed: 61 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,22 @@ items:
1010
- id: SELLABLE
1111
value: 160
1212
- id: NOT_FINISHED_YET
13+
- id: DEFAULT_CRAFTABLE
14+
default-craftable: false
15+
recipes:
16+
- type: SHAPED
17+
recipe-type: FARMING
18+
pattern:
19+
- AAA
20+
- AAA
21+
- AAA
22+
ingredients:
23+
A:
24+
type: FEATHER
25+
amount: 12
26+
result:
27+
type: FEATHER_TALISMAN
28+
amount: 1
1329

1430
- id: FEATHER_RING
1531
material: PLAYER_HEAD
@@ -23,6 +39,28 @@ items:
2339
- id: SELLABLE
2440
value: 1800
2541
- id: NOT_FINISHED_YET
42+
- id: DEFAULT_CRAFTABLE
43+
default-craftable: false
44+
recipes:
45+
- type: SHAPED
46+
recipe-type: FARMING
47+
pattern:
48+
- ABA
49+
- AOA
50+
- AAA
51+
ingredients:
52+
A:
53+
type: ENCHANTED_FEATHER
54+
amount: 1
55+
B:
56+
type: FEATHER_TALISMAN
57+
amount: 1
58+
O:
59+
type: AIR
60+
amount: 1
61+
result:
62+
type: FEATHER_RING
63+
amount: 1
2664

2765
- id: FEATHER_ARTIFACT
2866
material: PLAYER_HEAD
@@ -35,4 +73,26 @@ items:
3573
texture: da239e8b52ed91fe518d7c690b03de9dc69846a8d5c208ac1c102edd68d9ca18
3674
- id: SELLABLE
3775
value: 32000
38-
- id: NOT_FINISHED_YET
76+
- id: NOT_FINISHED_YET
77+
- id: DEFAULT_CRAFTABLE
78+
default-craftable: false
79+
recipes:
80+
- type: SHAPED
81+
recipe-type: FARMING
82+
pattern:
83+
- OAO
84+
- ABA
85+
- OAO
86+
ingredients:
87+
A:
88+
type: ENCHANTED_FEATHER
89+
amount: 32
90+
B:
91+
type: FEATHER_RING
92+
amount: 1
93+
O:
94+
type: AIR
95+
amount: 1
96+
result:
97+
type: FEATHER_ARTIFACT
98+
amount: 1

configuration/skyblock/items/accessories/haste.yml

Lines changed: 20 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,4 +44,23 @@ items:
4444
- id: ACCESSORY
4545
- id: SKULL_HEAD
4646
texture: 2fe7a882ffe0d0dd245d91bd8e6dcc1ed450ae13880b12276fbaf66d4a4164c9
47-
- id: NOT_FINISHED_YET
47+
- id: NOT_FINISHED_YET
48+
- id: DEFAULT_CRAFTABLE
49+
default-craftable: false
50+
recipes:
51+
- type: SHAPED
52+
recipe-type: MINING
53+
pattern:
54+
- AAA
55+
- ABA
56+
- AAA
57+
ingredients:
58+
A:
59+
type: ENCHANTED_COBBLESTONE
60+
amount: 32
61+
B:
62+
type: HASTE_RING
63+
amount: 1
64+
result:
65+
type: HASTE_ARTIFACT
66+
amount: 1

0 commit comments

Comments
 (0)