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

17 lines
No EOL
316 B
Lua

for _,dirt in ipairs({
"Bamboo",
"Jungle",
"Grove",
"Prairie",
"Cold",
"Crystal",
"Mushroom",
"Fiery",
"Gray",
}) do
bottles.register_filled_bottle({
target = "ethereal:" .. dirt:lower() .. "_dirt",
description = "Bottle of " .. dirt .. " Dirt",
replacement = "default:dirt",
})
end