Gold meteor only needs it's version set once

This commit is contained in:
Nicholas Ignoffo 2016-12-30 17:11:00 -08:00
parent 5c1b8b17bd
commit fffed0e34c

View file

@ -140,7 +140,7 @@ public class MeteorConfigHandler
diamondMeteorList.add(new MeteorComponent(400, "minecraft:diamond_block"));
Meteor diamondMeteor = new Meteor(new ItemStack(Blocks.DIAMOND_BLOCK), diamondMeteorList, 10, 3, 1000);
goldMeteor.setVersion(3);
diamondMeteor.setVersion(3);
holders.add(Pair.of("IronMeteor", ironMeteor));
DEFAULT_METEORS.put("IronMeteor", ironMeteor);