Fix steel boomerang name in loot mod

Fix the naming of the Steel Boomerang in the dungeon loot mod.
master
Christopher Wells 2017-01-10 18:12:06 -05:00
parent 3646a4f1a9
commit c53462d508
No known key found for this signature in database
GPG Key ID: AFE2DF9F8FFED2C4
1 changed files with 1 additions and 1 deletions

View File

@ -28,7 +28,7 @@ local chest_stuff = {
{name="maptools:nyan_coin", max = 5},
{name="twilight:crystal", max = 1},
{name="hyruletools:triforce_shard", max = 1},
{name="hyruletools:steel_boomerang", max = 1},
{name="hyruletools:boomerang_steel", max = 1},
{name="default:ice", max = 3}
}