Skip to content

Commit 97a9884

Browse files
authored
feat: Garden Misc changes (#2259)
1 parent e55bb5c commit 97a9884

Some content is hidden

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

43 files changed

+237
-79
lines changed

constants/misc.json

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3067,6 +3067,12 @@
30673067
],
30683068
"KUUDRAS_LUNG": [
30693069
"KUUDRAS_HEART"
3070+
],
3071+
"NIGHT_CRYSTAL": [
3072+
"MOONLIGHT_CRYSTAL"
3073+
],
3074+
"DAY_CRYSTAL": [
3075+
"SUNSHINE_CRYSTAL"
30703076
]
30713077
},
30723078
"ignored_talisman": [

constants/parents.json

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4088,5 +4088,11 @@
40884088
"ULTIMATE_CROP_FEVER;3",
40894089
"ULTIMATE_CROP_FEVER;4",
40904090
"ULTIMATE_CROP_FEVER;5"
4091+
],
4092+
"MOONLIGHT_CRYSTAL": [
4093+
"NIGHT_CRYSTAL"
4094+
],
4095+
"SUNSHINE_CRYSTAL": [
4096+
"DAY_CRYSTAL"
40914097
]
40924098
}

items/ANITA_NPC.json

Lines changed: 6 additions & 40 deletions
Original file line numberDiff line numberDiff line change
@@ -85,58 +85,24 @@
8585
{
8686
"type": "npc_shop",
8787
"cost": [
88-
"SKYBLOCK_GOLD_MEDAL:1",
89-
"JACOBS_TICKET:32"
90-
],
91-
"result": "THEORETICAL_HOE"
92-
},
93-
{
94-
"type": "npc_shop",
95-
"cost": [
96-
"SKYBLOCK_GOLD_MEDAL:1",
97-
"JACOBS_TICKET:32"
98-
],
99-
"result": "COCO_CHOPPER"
100-
},
101-
{
102-
"type": "npc_shop",
103-
"cost": [
104-
"SKYBLOCK_GOLD_MEDAL:1",
105-
"JACOBS_TICKET:32"
106-
],
107-
"result": "MELON_DICER"
108-
},
109-
{
110-
"type": "npc_shop",
111-
"cost": [
112-
"SKYBLOCK_GOLD_MEDAL:1",
113-
"JACOBS_TICKET:32"
114-
],
115-
"result": "PUMPKIN_DICER"
116-
},
117-
{
118-
"type": "npc_shop",
119-
"cost": [
120-
"SKYBLOCK_GOLD_MEDAL:1",
88+
"SKYBLOCK_BRONZE_MEDAL:2",
12189
"JACOBS_TICKET:32"
12290
],
123-
"result": "FUNGI_CUTTER"
91+
"result": "ANITA_TALISMAN"
12492
},
12593
{
12694
"type": "npc_shop",
12795
"cost": [
128-
"SKYBLOCK_GOLD_MEDAL:1",
129-
"JACOBS_TICKET:32"
96+
"SKYBLOCK_GOLD_MEDAL:1"
13097
],
131-
"result": "CACTUS_KNIFE"
98+
"result": "MECHAMIND_GARDEN_CHIP"
13299
},
133100
{
134101
"type": "npc_shop",
135102
"cost": [
136-
"SKYBLOCK_BRONZE_MEDAL:2",
137-
"JACOBS_TICKET:32"
103+
"SKYBLOCK_GOLD_MEDAL:2"
138104
],
139-
"result": "ANITA_TALISMAN"
105+
"result": "OVERDRIVE_GARDEN_CHIP"
140106
},
141107
{
142108
"type": "npc_shop",

items/BACHELOR_ROSE.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
],
1515
"internalname": "BACHELOR_ROSE",
1616
"clickcommand": "",
17-
"crafttext": "",
17+
"crafttext": "Requires: Wild Rose VII",
1818
"modver": "Firmament 3.7.1-dev+mc1.21.5+gf7e1a13",
1919
"infoType": "WIKI_URL",
2020
"info": [

items/COMPACTED_MOONFLOWER.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
],
1111
"internalname": "COMPACTED_MOONFLOWER",
1212
"clickcommand": "",
13-
"crafttext": "",
13+
"crafttext": "Requires: Moonflower IV",
1414
"modver": "Firmament 3.7.1-dev+mc1.21.5+gf7e1a13",
1515
"infoType": "WIKI_URL",
1616
"info": [

items/COMPACTED_SUNFLOWER.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
],
1111
"internalname": "COMPACTED_SUNFLOWER",
1212
"clickcommand": "",
13-
"crafttext": "",
13+
"crafttext": "Requires: Sunflower IV",
1414
"modver": "Firmament 3.7.1-dev+mc1.21.5+gf7e1a13",
1515
"infoType": "WIKI_URL",
1616
"info": [

items/COMPACTED_WILD_ROSE.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
],
1111
"internalname": "COMPACTED_WILD_ROSE",
1212
"clickcommand": "",
13-
"crafttext": "",
13+
"crafttext": "Requires: Wild Rose III",
1414
"modver": "Firmament 3.7.1-dev+mc1.21.5+gf7e1a13",
1515
"infoType": "WIKI_URL",
1616
"info": [

items/CROW;0.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@
2121
],
2222
"internalname": "CROW;0",
2323
"clickcommand": "viewrecipe",
24-
"crafttext": "",
24+
"crafttext": "Requires: Moonflower III",
2525
"modver": "Firmament 3.11.0+mc1.21.7",
2626
"infoType": "WIKI_URL",
2727
"info": [

items/DAYSWITCH.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
],
1414
"internalname": "DAYSWITCH",
1515
"clickcommand": "",
16-
"crafttext": "",
16+
"crafttext": "Requires: Sunflower III",
1717
"modver": "Firmament 3.7.1-dev+mc1.21.5+gf7e1a13",
1818
"infoType": "WIKI_URL",
1919
"info": [

items/ENCHANTED_MOONFLOWER.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
],
1111
"internalname": "ENCHANTED_MOONFLOWER",
1212
"clickcommand": "",
13-
"crafttext": "",
13+
"crafttext": "Requires: Moonflower I",
1414
"modver": "Firmament 3.7.1-dev+mc1.21.5+gf7e1a13",
1515
"infoType": "WIKI_URL",
1616
"info": [

0 commit comments

Comments
 (0)