Fix embarrassing monster egg typo

This commit is contained in:
Wuzzy 2017-07-06 00:00:26 +02:00
parent db77144ceb
commit 305aacf705
2 changed files with 2 additions and 1 deletions

View File

@ -16,7 +16,7 @@ local register_block = function(subname, description, tiles, is_ground_content)
if is_ground_content == nil then
is_ground_content = false
end
minetest.register_node("mcl_monster_eggs:monter_egg_"..subname, {
minetest.register_node("mcl_monster_eggs:monster_egg_"..subname, {
description = description,
tiles = tiles,
is_ground_content = is_ground_content,

View File

@ -3,4 +3,5 @@ mcl_util
mcl_core
mcl_cocoas
mcl_stairs
mcl_monster_eggs
mcl_structures