Fixed Stronghold Library not having anything in it's chests.

This commit is contained in:
Lex Manos 2015-11-08 12:53:01 -08:00
parent ffbad6633d
commit bc05bfda4f
1 changed files with 2 additions and 2 deletions

View File

@ -37,8 +37,8 @@
+ static
+ {
+ ChestGenHooks.init(STRONGHOLD_CORRIDOR, field_75007_b, 1, 5);
+ ChestGenHooks.addItem(STRONGHOLD_CORRIDOR, new WeightedRandomChestContent(new net.minecraft.item.ItemStack(Items.field_151134_bR, 1, 0), 1, 5, 2));
+ ChestGenHooks.init(STRONGHOLD_LIBRARY, field_75007_b, 1, 5);
+ ChestGenHooks.addItem(STRONGHOLD_LIBRARY, new WeightedRandomChestContent(new net.minecraft.item.ItemStack(Items.field_151134_bR, 1, 0), 1, 5, 2));
+ }
+
public Library() {}