minetest-mm/mods/simplyslopes/moretrees_mod.lua

13 lines
523 B
Lua
Raw Normal View History

2020-11-15 20:25:38 +01:00
--= MoreTrees Mod
simplyslopes.register_all2("moretrees:apple_tree_planks")
simplyslopes.register_all2("moretrees:beech_planks")
simplyslopes.register_all2("moretrees:birch_planks")
simplyslopes.register_all2("moretrees:fir_planks")
simplyslopes.register_all2("moretrees:oak_planks")
simplyslopes.register_all2("moretrees:palm_planks")
simplyslopes.register_all2("moretrees:spruce_planks")
simplyslopes.register_all2("moretrees:sequoia_planks")
simplyslopes.register_all2("moretrees:willow_planks")
--Thanks to 0-afflatus