Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 2 additions & 0 deletions overrides/config/ftbultimine-server.snbt
Original file line number Diff line number Diff line change
Expand Up @@ -75,6 +75,8 @@
"minecraft:base_stone_overworld"
"c:ores/*"
"forge:ores/*"
"cosmicfrontiers:soulwood_ultimine_group"
"cosmicfrontiers:runewood_ultimine_group"
]

# These tags will be considered the same block when checking for blocks to Ultimine in shaped mining modes
Expand Down
4 changes: 4 additions & 0 deletions overrides/kubejs/server_scripts/Tags.js
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
ServerEvents.tags('block', event => {
event.add('cosmicfrontiers:runewood_ultimine_group', ['malum:runewood_log', 'malum:exposed_runewood_log'])
event.add('cosmicfrontiers:soulwood_ultimine_group', ['malum:soulwood_log', 'malum:exposed_soulwood_log'])
})