Gold meteor only needs it's version set once

(cherry picked from commit fffed0e)
This commit is contained in:
Nicholas Ignoffo 2016-12-30 17:11:00 -08:00
parent e0c0d095df
commit 1f3686720c

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);