
[BUG] Unable to remove all heat source recipes with KubeJS
ukmcplyr opened this issue ยท 0 comments
Is there an existing issue for this?
- I have searched the existing issues
Current Behavior
Posting here first as unsure if this is a bug in ENS or KJS.
Attempting to remove all crucible heat source recipes via KubeJS removes all recipes except the wall-variant torches, fire/soul fire and lava recipes.
Expected Behavior
All heat source recipes are removed.
Steps to Reproduce
KJS snippets:
ServerEvents.recipes(event =>
{
event.remove({type: 'exnihilosequentia:heat'})
})
ServerEvents.recipes(event =>
{
event.remove({id: 'exnihilosequentia:heat/ens_soul_fire'})
event.remove({id: 'exnihilosequentia:heat/ens_lava'})
event.remove({id: 'exnihilosequentia:heat/ens_redstone_wall_torch'})
event.remove({id: 'exnihilosequentia:heat/ens_fire'})
event.remove({id: 'exnihilosequentia:heat/ens_wall_torch'})
})
Minecraft Version
1.19.X
Forge Version
43.2.14
Ex Nihilo: Sequentia Version
4.2.0.53
Additional Context
No response
Log File
KJS server log:
[09:57:17] [WARN ] Failed to parse recipe 'exnihilosequentia:heat/ens_soul_fire[exnihilosequentia:heat]'! Falling back to vanilla: java.util.NoSuchElementException: No value present
[09:57:17] [WARN ] Failed to parse recipe 'exnihilosequentia:heat/ens_lava[exnihilosequentia:heat]'! Falling back to vanilla: java.util.NoSuchElementException: No value present
[09:57:17] [WARN ] Failed to parse recipe 'exnihilosequentia:heat/ens_redstone_wall_torch[exnihilosequentia:heat]'! Falling back to vanilla: java.util.NoSuchElementException: No value present
[09:57:17] [WARN ] Failed to parse recipe 'exnihilosequentia:heat/ens_fire[exnihilosequentia:heat]'! Falling back to vanilla: java.util.NoSuchElementException: No value present
[09:57:17] [WARN ] Failed to parse recipe 'exnihilosequentia:heat/ens_wall_torch[exnihilosequentia:heat]'! Falling back to vanilla: java.util.NoSuchElementException: No value present