Skip to content
Snippets Groups Projects
Commit bd4d2dff authored by paramat's avatar paramat
Browse files

Farming: Add override for default:dirt_with_rainforest_litter

parent 61d7c43c
No related branches found
No related tags found
No related merge requests found
......@@ -22,6 +22,14 @@ minetest.override_item("default:dirt_with_dry_grass", {
}
})
minetest.override_item("default:dirt_with_rainforest_litter", {
soil = {
base = "default:dirt_with_rainforest_litter",
dry = "farming:soil",
wet = "farming:soil_wet"
}
})
minetest.register_node("farming:soil", {
description = "Soil",
tiles = {"default_dirt.png^farming_soil.png", "default_dirt.png"},
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment