mini-mammoth / celtic-rituals

Minecraft Mod for 1.14 - Sacrifice mobs to please the gods and become a strong druid
MIT License
3 stars 0 forks source link

Add Heart-Breaking ritual #47

Closed reicheltp closed 4 years ago

reicheltp commented 4 years ago
reicheltp commented 4 years ago

I have to admit that I've missed to mention that I changed a core mechanic.

Old behavior

You can add up to 5 stacks of any item to the ritual bowl. Nevertheless, only the type is been checked and all items over 1 are destroyed.

All items are consumed during a ritual.

New behavior

You can add exactly 5 items ( 5 ItemStack instances with size 1 ), we call them ingredients. Also you can now apply a specialItem as soon as the fire starts. This item is passed to all applied effects so that they can apply side effects.

As the ingredient items are consumed by a ritual. The special item should not.

reicheltp commented 4 years ago

@raphaelzoellner Can you test and verify everything is working as expected?