Add more items to wandering collector
This commit is contained in:
@@ -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 => {
|
||||
|
||||
Reference in New Issue
Block a user