woodsoil.lua 254 B

1234567
  1. if minetest.get_modpath("woodsoil") ~= nil then
  2. farming.add_soil("woodsoils:dirt_with_leaves_1")
  3. farming.add_soil("woodsoils:dirt_with_leaves_2")
  4. farming.add_soil("woodsoils:grass_with_leaves_1")
  5. farming.add_soil("woodsoils:grass_with_leaves_2")
  6. end