Rename mcl_monster_spawners to mcl_mobspawners.

Sorry for the trouble, but the long name annoyed me. :P
This commit is contained in:
Wuzzy 2017-05-25 06:09:03 +02:00
parent 6b07bde2e8
commit c1c15eb60b
14 changed files with 19 additions and 19 deletions

View file

@ -79,7 +79,7 @@ mcl_torches.register_torch = function(substring, description, doc_items_longdesc
-- * Piston
-- * Sticky piston
if not def.buildable_to then
if node.name ~= "mcl_nether:soul_sand" and node.name ~= "mcl_monster_spawners:spawner" and
if node.name ~= "mcl_nether:soul_sand" and node.name ~= "mcl_mobspawners:spawner" and
((not def.groups.solid) or (not def.groups.opaque)) then
-- Only allow top placement on these nodes
if def.groups.glass or node.name == "mcl_hoppers:hopper" or node.name == "mcl_hoppers:hopper_side" or def.groups.fence or def.groups.wall then