EinsDreiDreiSieben/mods/bottles/bottles_caverealms/init.lua
2025-05-04 16:01:41 +02:00

17 lines
No EOL
447 B
Lua

bottles.register_filled_bottle({
target = "caverealms:stone_with_moss",
description = "Bottle of Cave Moss",
replacement = "default:cobble",
})
bottles.register_filled_bottle({
target = "caverealms:stone_with_lichen",
description = "Bottle of Lichen",
replacement = "default:cobble",
})
bottles.register_filled_bottle({
target = "caverealms:stone_with_algae",
description = "Bottle of Algae",
replacement = "default:cobble",
})