Make LootPool constructor public again. Closes #2847

This commit is contained in:
LexManos 2016-05-11 01:25:48 -07:00
parent 34d4b0b93f
commit 75468e9b0d
1 changed files with 1 additions and 1 deletions

View File

@ -13,7 +13,7 @@
+ private final String name;
- public LootPool(LootEntry[] p_i46643_1_, LootCondition[] p_i46643_2_, RandomValueRange p_i46643_3_, RandomValueRange p_i46643_4_)
+ private LootPool(LootEntry[] p_i46643_1_, LootCondition[] p_i46643_2_, RandomValueRange p_i46643_3_, RandomValueRange p_i46643_4_, String name)
+ public LootPool(LootEntry[] p_i46643_1_, LootCondition[] p_i46643_2_, RandomValueRange p_i46643_3_, RandomValueRange p_i46643_4_, String name)
{
- this.field_186453_a = p_i46643_1_;
- this.field_186454_b = p_i46643_2_;