mirror of
https://git.minetest.land/MineClone2/MineClone2.git
synced 2024-11-24 20:03:45 +01:00
fix duplicated assignement
This commit is contained in:
parent
866c097d56
commit
86d1e0ac12
@ -15,7 +15,7 @@ with name "mobs_mc_gameconfig". ]]
|
||||
-- Set to false in your gameconfig mod if you create your own monster egg nodes.
|
||||
mobs_mc.create_monster_egg_nodes = true
|
||||
|
||||
mobs_mc.items = {}
|
||||
--mobs_mc.items = {}
|
||||
|
||||
mobs_mc.items = {
|
||||
-- Items defined in mobs_mc
|
||||
|
Loading…
Reference in New Issue
Block a user