Jump to content

[DW 1.10] Crystal Clusters


flamefurno

Recommended Posts

In the new dw1.10 server you need crystal clusters for a tier VI blood altar, but the recipe for them aren't implemented yet. I found the recipe they want to add, so I suggest adding them to the shop or add a custom recipe for them since there is no way to progress any further in Blood Magic because of this. The recipe I found they wanted to add is:

activation crystal, emerald block, activation crystal
lapis block, beacon, lapis block
diamond block, archmage orb, diamond block

Thanks in advance,   Seragus

Link to comment
Share on other sites

  • Founder

does someone have experience so we add this to our script?

This is the example i have:

recipes.addShaped(<minecraft:dragon_egg>*1,[[null, <draconicevolution:dragon_heart>], [<draconicevolution:awakened_core>, <ore:egg>, <draconicevolution:awakened_core>], [null, <draconicevolution:dragon_heart>]]);

Link to comment
Share on other sites

Apparently for damage values it's ":", not a ".", so confused about this. Anyways I made the code and tested it on a test server and it works


recipes.addShaped(<bloodmagic:BlockCrystal>*1,[[<bloodmagic:ItemActivationCrystal:1>, <minecraft:emerald_block>, <bloodmagic:ItemActivationCrystal:1>], [<minecraft:lapis_block>, <minecraft:beacon>, <minecraft:lapis_block>], [<minecraft:diamond_block>, <bloodmagic:ItemBloodOrb:4>, <minecraft:diamond_block>]]);
 

unknown.png

Link to comment
Share on other sites

  • Yusixs locked this topic

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...

Important Information

By using this site you agree to the following Terms of Use, Guidelines and Privacy Policy. We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.