Finished most of the Augments for the Ritual of the Shepherd.
This commit is contained in:
parent
d1e6076cca
commit
0419800a86
7 changed files with 245 additions and 21 deletions
|
@ -128,7 +128,7 @@ public class MeteorConfigHandler
|
|||
diamondMeteorList.add(new MeteorComponent(250, "oreDiamond"));
|
||||
diamondMeteorList.add(new MeteorComponent(180, "oreEmerald"));
|
||||
diamondMeteorList.add(new MeteorComponent(50, "oreRedstone"));
|
||||
diamondMeteorList.add(new MeteorComponent(400, "oreCoal"));
|
||||
diamondMeteorList.add(new MeteorComponent(400, "minecraft:diamond_block"));
|
||||
|
||||
Meteor diamondMeteor = new Meteor(new ItemStack(Blocks.DIAMOND_BLOCK), diamondMeteorList, 10, 3, 1000);
|
||||
goldMeteor.setVersion(3);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue