Divine Journey 2

Divine Journey 2

636k Downloads

Evoker Spawner Cannot Be Crafter

Gpax971 opened this issue ยท 3 comments

commented

Modpack version

2.10.0

Description

The patch notes stated "Evokers can now be powered spawnered", but crafting a powered spawner with a broken evoker spawner does not work

Steps to reproduce

  1. Get evoker soul vial
  2. Use soul binder to get broken evoker spawner
  3. Put powered spawner and broken spawner in anvil

Expected behavior

Evoker powered spawner crafts
under config/enderio/recipes/spawner.pdf,
<entity name="minecraft:evocation_illager" costMultiplier="25" disabled="true" /> <!-- Evoker --> should be changed to <entity name="minecraft:evocation_illager" costMultiplier="25" disabled="false" /> <!-- Evoker -->

Additional context

No response

commented

The PDF files are auto generated, it's not something that I can change, and it's also not something that gets read. The only thing modpack authors can change is recipes/user/user_recipes.xml, and on Line 22 it is correctly specified that the Evoker is enabled (disabled = false): <entity name="minecraft:evocation_illager" costMultiplier="250" disabled="false"/> <!-- Evoker -->

commented

(Didn't mean to close it until it's resolved though.)

Question: Can you take a look at config/enderio/recipes/user/user_recipes.xml, and see if Line 22 is what I mentioned above?

commented

I checked, and you're correct, line 22 still had it disabled on my instance. Not quite sure how that happened, since it was a fresh install, but I created another new instance to check and the recipe was enabled.