We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents ec897e2 + ff9c10e commit 0a99c3aCopy full SHA for 0a99c3a
1 file changed
skyblock/compactorItems.json
@@ -81,6 +81,11 @@
81
"displayName": "§fEnchanted Brown Mushroom",
82
"enchanted": true
83
},
84
+ "ENCHANTED_CACTUS": {
85
+ "itemId": "cactus",
86
+ "displayName": "§9Enchanted Cactus",
87
+ "enchanted": true
88
+ },
89
"ENCHANTED_CACTUS_GREEN": {
90
"itemId": "dye:2",
91
"displayName": "§aEnchanted Cactus Green",
@@ -730,6 +735,11 @@
730
735
"displayName": "§fSnow Block",
731
736
"enchanted": false
732
737
738
+ "SUPER_EGG": {
739
+ "itemId": "spawn_egg",
740
+ "displayName": "§9Super Enchanted Egg",
741
742
733
743
"TIGHTLY_TIED_HAY_BALE": {
734
744
"itemId": "skull",
745
"displayName": "§9Tightly-Tied Hay Bale",
0 commit comments