Fix cobweb mob dependencies

master
Wuzzy 2017-08-14 05:10:38 +02:00
parent 8ed27c6b2c
commit e75ee3d12d
3 changed files with 3 additions and 3 deletions

View File

@ -5,7 +5,7 @@
Minetest mod for adding underground corridors with rails and wood constructions with Minetest mod for adding underground corridors with rails and wood constructions with
a few treasure chests now and then. Optional Treasurer support is available for adding a few treasure chests now and then. Optional Treasurer support is available for adding
treasures from various mods. treasures from various mods.
Cobwebs are added if the Mobs Redo [mobs] mod is found. Cobwebs are added if the `mobs_monster` mod is found.
Use the advanced settings to finetune the railway corridors. Use the advanced settings to finetune the railway corridors.

View File

@ -2,4 +2,4 @@ default
tnt tnt
farming farming
treasurer? treasurer?
mobs? mobs_monster?

View File

@ -21,7 +21,7 @@ tsm_railcorridors.nodes = {
}, },
} }
if minetest.get_modpath("mobs") then if minetest.get_modpath("mobs_monster") then
tsm_railcorridors.nodes.cobweb = "mobs:cobweb" tsm_railcorridors.nodes.cobweb = "mobs:cobweb"
-- This is for subgames to add their spawner node. No spawner is added by default -- This is for subgames to add their spawner node. No spawner is added by default