techage/items/filling.lua

31 lines
666 B
Lua
Raw Normal View History

2021-06-05 12:42:30 +03:00
-- Needed for the trowel
techage.FILLING_ITEMS = {
"default:stone",
"default:stonebrick",
"default:stone_block",
"default:clay",
"default:snowblock",
"default:ice",
"default:glass",
"default:obsidian_glass",
"default:brick",
"default:tree",
"default:wood",
"default:jungletree",
"default:junglewood",
"default:pine_tree",
"default:pine_wood",
"default:acacia_tree",
"default:acacia_wood",
"default:aspen_tree",
"default:aspen_wood",
"default:steelblock",
"default:copperblock",
"default:tinblock",
"default:bronzeblock",
"default:goldblock",
"default:mese",
"default:diamondblock",
2021-06-09 23:09:59 +03:00
"techage:power_pole3",
2021-06-19 16:06:08 +03:00
"techage:pillar",
2021-06-05 12:42:30 +03:00
}