Add more items to wandering collector

This commit is contained in:
2026-02-20 22:21:14 -07:00
parent 0ccebf4377
commit a6a5c91386
2 changed files with 64 additions and 0 deletions

View File

@@ -2,6 +2,40 @@ ServerEvents.tags('item', event => {
event.add('create:crushed_raw_materials', 'create:crushed_raw_gadolinite', 'create:crushed_raw_brookite')
event.add('forge:nuts/acorn', 'kitchenkarrot:acorn')
event.add('kubejs:valuable', [
/_helmet$/,
/_chestplate$/,
/_leggings$/,
/_boots$/,
/^tetra:modular_/,
/^tetra:scroll_/,
/^tetra:pristine/,
/^tetra:forged/,
'hexcasting:scroll',
'tetra:dragon_sinew',
'#curios:body',
'#curios:head',
'#curios:charm',
'#curios:ring',
'#curios:belt',
'#curios:necklace',
'#curios:curio',
'#botania:rods',
'#forge:tools',
/^botania:rune/,
/^botania:brew/,
/^botania:incense/,
'#botania:special_flowers',
'minecraft:enchanted_book',
'alexscaves:jelly_bean',
'@bundle-backportish',
'minecraft:bundle',
'supplementaries:sack',
'quark:backpack',
'#minecraft:shulker_box',
'yttr:snare'
])
})
ServerEvents.recipes(event => {