Fixed Stronghold Library not having anything in it's chests.
This commit is contained in:
parent
ffbad6633d
commit
bc05bfda4f
1 changed files with 2 additions and 2 deletions
|
@ -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() {}
|
||||
|
|
Loading…
Reference in a new issue