mirror of
https://github.com/sys4-fr/server-nalc.git
synced 2024-11-13 05:50:31 +01:00
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:
parent
4f427231a2
commit
b3b2218d1c
|
@ -1 +1 @@
|
|||
Subproject commit 78db062f8b9eafa262467bece031b0f0536887a2
|
||||
Subproject commit 85499b1c096701cd5a0881ab04ddebda42747fb4
|
|
@ -1 +1 @@
|
|||
Subproject commit 97c4ecf7059c898c2ca42058e588220315dfa350
|
||||
Subproject commit c18c184b8662c46e6b0febc2df10fd3e74076834
|
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue
Block a user