fixed the basin having the wrong tag to be used with the charcoal forge

This commit is contained in:
Pyritie 2025-05-14 20:57:48 +01:00
parent 165cc8d2cd
commit 27a6f70141

View file

@ -79,6 +79,8 @@ const registerCreateBlockTags = (event) => {
// Disable bulk blasting
event.removeAll('create:fan_processing_catalysts/blasting')
event.add('tfc:forge_invisible_whitelist', 'create:basin')
}