Posted November 16, 201410 yr Are there any tutorials for 1.7 on dungeon chests? I've spent the last 4 hours looking for one, but all the tutorials I find are for older versions that tell me to use DungeonHooks.addDungeonLoot. That function doesn't seem to exist in 1.7 and I can't figure out what function to use now. I also have no idea how to take a generated chest and turn it into a dungeon chest. Could someone help or direct me towards an up-to-date tutorial on this?
November 16, 201410 yr Put this in init() ChestGenHooks.getInfo(ChestGenHooks.CATEGORY).addItem(new WeightedRandomChestContent(new ItemStack(YourItem),Min,Max,Rarity));
November 16, 201410 yr Author Awesome. And...how do I call for a dungeon chest when I spawn a chest via a structure?
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.