Skip to content

Commit

Permalink
Blacklist ores from danks
Browse files Browse the repository at this point in the history
  • Loading branch information
lonevox committed Jul 13, 2024
1 parent 67f01df commit 76e4be1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion kubejs/server_scripts/Tags.js
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ ServerEvents.tags('item', event => {

event.add('minecraft:fence_gates', ['mynethersdelight:powdery_fence_gate', 'aether:skyroot_fence_gate'])

event.add('dankstorage:blacklisted_storage', ['#forge:raw_materials'])
event.add('dankstorage:blacklisted_storage', ['#forge:ores', '#forge:raw_materials'])

event.remove('create:sandpaper', ['create:sand_paper', 'create:red_sand_paper'])

Expand Down

0 comments on commit 76e4be1

Please sign in to comment.