Update to minecraft version 1.9.4
This commit is contained in:
parent
7d95dea783
commit
74d500a2fd
47 changed files with 176 additions and 151 deletions
|
@ -1,6 +1,5 @@
|
|||
package techreborn.init;
|
||||
|
||||
import net.minecraft.util.WeightedRandomChestContent;
|
||||
|
||||
//TODO 1.9 nope
|
||||
public class ModLoot
|
||||
|
@ -33,8 +32,8 @@ public class ModLoot
|
|||
// }
|
||||
}
|
||||
|
||||
public static void generate(WeightedRandomChestContent chestContent)
|
||||
{
|
||||
// public static void generate(WeightedRandomChestContent chestContent)
|
||||
// {
|
||||
// for (String category :
|
||||
// Arrays.asList(ChestGenHooks.VILLAGE_BLACKSMITH,
|
||||
// ChestGenHooks.MINESHAFT_CORRIDOR, ChestGenHooks.PYRAMID_DESERT_CHEST,
|
||||
|
@ -45,5 +44,5 @@ public class ModLoot
|
|||
// ChestGenHooks.DUNGEON_CHEST)) {
|
||||
// ChestGenHooks.addItem(category, chestContent);
|
||||
// }
|
||||
}
|
||||
// }
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue