farming_integrate/ethereal.lua

9 lines
303 B
Lua
Raw Permalink Normal View History

2018-12-18 10:08:54 -08:00
if minetest.get_modpath("ethereal") ~= nil then
farming.add_soil("ethereal:jungle_dirt")
farming.add_soil("ethereal:gray_dirt")
farming.add_soil("ethereal:cold_dirt")
2019-01-08 06:50:37 -08:00
farming.add_soil("ethereal:mushroom_dirt")
farming.add_soil("ethereal:prairie_dirt")
2018-12-18 10:08:54 -08:00
farming.add_soil("ethereal:bamboo_dirt")
end