add prairie_dirt

master
A. Demant 2019-01-08 15:50:37 +01:00
parent fc71cfe1fc
commit 4f3c87f8a5
1 changed files with 2 additions and 0 deletions

View File

@ -2,5 +2,7 @@ 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")
farming.add_soil("ethereal:mushroom_dirt")
farming.add_soil("ethereal:prairie_dirt")
farming.add_soil("ethereal:bamboo_dirt")
end