Update submodules bonemeal and farming

Fix unknow node because of moretrees:acacia_sapling_ongen removed from moretrees mod. Maked an alias to default:acacia_sapling to fix it.
This commit is contained in:
sys4-fr 2018-02-18 21:58:52 +01:00
parent 4f427231a2
commit b3b2218d1c
3 changed files with 7 additions and 2 deletions

@ -1 +1 @@
Subproject commit 78db062f8b9eafa262467bece031b0f0536887a2
Subproject commit 85499b1c096701cd5a0881ab04ddebda42747fb4

@ -1 +1 @@
Subproject commit 97c4ecf7059c898c2ca42058e588220315dfa350
Subproject commit c18c184b8662c46e6b0febc2df10fd3e74076834

View File

@ -2,3 +2,8 @@
if minetest.get_modpath("mobs_monster") and minetest.get_modpath("homedecor") then
minetest.register_alias_force("homedecor:cobweb_corner", "mobs:cobweb")
end
-- Add moretrees:acacia_sapling_ongen alias
if minetest.get_modpath("moretrees") then
minetest.register_alias("moretrees:acacia_sapling_ongen", "default:acacia_sapling")
end