17 lines
No EOL
447 B
Lua
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",
|
|
}) |