Evoker Spawner Cannot Be Crafter
Gpax971 opened this issue ยท 3 comments
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
- Get evoker soul vial
- Use soul binder to get broken evoker spawner
- 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
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 -->
(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?