removed campfire from passive heaters

This commit is contained in:
Pyritie
2025-08-23 17:12:25 +01:00
parent de0d71a066
commit 18f37c23fa

View File

@@ -100,6 +100,8 @@ const registerCreateBlockTags = (event) => {
event.add('create:chest_mounted_storage', '#forge:chests/wooden')
event.add('create:chest_mounted_storage', 'framedblocks:framed_chest')
event.add('create:passive_boiler_heaters', 'minecraft:campfire')
}