forked from oerkki/voxelands
Merge branch 'mobspawner' into 'next'
Removed mobspawner from the craftguide. Mobspawners at the moment are useless since you can't capture mobs to charge them; players just waste mithril for no use and then ask around how to use them. See merge request !63
This commit is contained in:
commit
8b14fbb779
|
@ -902,7 +902,7 @@ void content_toolitem_init()
|
|||
};
|
||||
crafting::setRecipe(r,i,1);
|
||||
}
|
||||
lists::add("craftguide",i);
|
||||
//lists::add("craftguide",i);
|
||||
|
||||
i = CONTENT_TOOLITEM_MITHRIL_KEY;
|
||||
f = &g_content_toolitem_features[i];
|
||||
|
|
Loading…
Reference in New Issue