adjustment for 1.7

This commit is contained in:
Florian Nücke 2014-03-10 14:20:24 +01:00
parent 35a0b05921
commit 70a41da475

View File

@ -34,7 +34,7 @@ object Loot extends WeightedRandomChestContent(Items.lootDisk.createItemStack(),
val data = new NBTTagCompound()
data.setString(Settings.namespace + "fs.label", value)
val tag = new NBTTagCompound("tag")
val tag = new NBTTagCompound()
tag.setTag(Settings.namespace + "data", data)
// Store this top level, so it won't get wiped on save.
tag.setString(Settings.namespace + "lootPath", key)