Posted May 13, 201312 yr I have coded in a chest gen hook but I am not entirely sure that I have done it correctly public void ChestGenHook(){ ChestGenHooks.getInfo("DUNGEON_CHEST").addItem(new WeightedRandomChestContent(new ItemStack(ParallelWorldsMain.NightGem), 1, 5, 50)); } That is my code for the Chestgenhook Is it looking ok or have I done something wrong? I have loaded it in my init method aswell STOP CRUCIFYING NEW MODDERS!!!!
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.