KubeJS Generator multiblock will not start recipe without Parallel Hatch modifier
Xefyr0 opened this issue ยท 1 comments
Checked for existing issues
- I have checked for existing issues, and have found none.
Tested latest version
- I have checked that this occurs on the latest version.
GregTech CEu Version
1.4.2
Minecraft Version
1.20.1
Recipe Viewer Installed
None
Environment
Singleplayer
Cross-Mod Interaction
Yes
Other Installed Mods
KubeJS and dependencies
Expected Behavior
Multiblock performs generation recipe regardless of parallel hatch modifier
Actual Behavior
Multiblock only performs recipe when parallel hatch recipe modifier added
Steps to Reproduce
- Download the requisite scripts and extract the contents
- Put
naquadah_reactor.js
inkubejs/server_scripts
andkubejs/startup.js
intostartup_scripts
- Start a new game & form the Naquadah Reactor I with the Terminal (Needs a dynamo hatch, input bus, and output bus)
- Observe that the recipe starts as normal
- Exit Minecraft
- remove the recipe modifier line from
startup.js
- Restart Minecraft & re-form the multiblock
- Observe that the recipe isn't performed
Additional Information
Removing the .generator(true)
line in addition to the recipe modifier does not provide a workaround.
Potentially related to #1633.
Would likely be easier to diagnose if #1654 were completed