We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7fbf3a9 commit e2ba321Copy full SHA for e2ba321
kubejs/server_scripts/tweaks/removals.js
@@ -28,8 +28,6 @@ ServerEvents.recipes((allthemods) => {
28
"exdeorum:mechanical_hammer",
29
/georenouveau:.*_dowsing_rod/,
30
"actuallyadditions:crafter_on_a_stick",
31
- "mysticalagriculture:compressed_iron_seeds",
32
- "mysticalagriculture:draconium_seeds",
33
"allthemodium:teleport_pad",
34
"ae2:spatial_anchor",
35
"mekanism:dimensional_stabilizer",
@@ -183,7 +181,11 @@ ServerEvents.recipes((allthemods) => {
183
181
"mysticalagriculture:niotic_crystal_seeds",
184
182
"mysticalagriculture:spirited_crystal_seeds",
185
"mysticalagriculture:uraninite_seeds",
186
- "mysticalagriculture:nitro_crystal_seeds"
+ "mysticalagriculture:nitro_crystal_seeds",
+ "mysticalagriculture:compressed_iron_seeds",
+ "mysticalagriculture:compressed_iron_essence",
187
+ "mysticalagriculture:draconium_seeds",
188
+ "mysticalagriculture:draconium_essence"
189
]
190
191
removals.forEach((entry) => {
kubejs/server_scripts/tweaks/tags.js
@@ -228,7 +228,9 @@ ServerEvents.tags("item", (allthemods) => {
228
229
"mysticalagriculture:nitro_crystal_seeds",
230
"mysticalagriculture:compressed_iron_seeds",
231
232
"mysticalagriculture:draconium_seeds",
233
+ "mysticalagriculture:draconium_essence",
234
"mysticalagriculture:marble_seeds",
235
"mysticalagriculture:marble_essence",
236
"exmachinis:netherite_upgrade",
0 commit comments