[0.5.0] Inconsistent Step-Assist
Stephen10023 opened this issue ยท 6 comments
Modpack version
0.5.0 Alpha (MultiMc Client)
Describe the bug
Certain items are unable to step-assist in this version of the modpack. Below is a list of items that I have tested in both single and multiplayer worlds. Restarting the client and making new worlds did not alleviate the problem. I have made sure that items with toggleable step-assist was enabled during testing. The Client Tweaks mod config for "Toggle Off Step Assist" was disabled, both in game and in files.
Step-assist does not work on:
- Pneumatic Boots (PneumaticCraft: Repressurized | Toggled on and pressure supplied)
- Horseshoe (Lost Trinkets)
- Free Runners (Mekanism | Toggled on and power supplied)
Step-assist does work on:
- Sojourner's/Globetrotter's/Planestrider's Sash (Botania | Mana supplied)
- Running Shoes (Artifacts | You have to sprint to use it)
Untested for Step-assist:
- Mekasuit (Mekanism | Module and power needed)
...if anyone wants to double check that it's what was breaking, just try removing environmental completely.
Confirmed.
I removed Environmental (environmental-1.16.5-1.0.0
) from Enigmatica6, and Step-Assist via LostTrinkets' Horseshoe is now working.
This can probably be closed as it should be fixed by team-abnormals/environmental#218 / team-abnormals/environmental@cb3a700
But as of this comment the environmental release hasn't happened; I imagine it will be in next update.
Haven't tested in enigmatica6 myself but if anyone wants to double check that it's what was breaking, just try removing environmental completely.
Can confirm that updating to environmental-1.16.5-1.1.0 and abnormals_core-1.16.5-3.2.0 (dependency) fixes the problem at least for the mekanism free runners. I didn't test the other items, but the underlying issue should probably be fixed as well for them.
Due to updating the mod some changes have to be done elsewhere as KubeJs is reporting errors now:
[11:25:06] [ERR ] server_scripts:enigmatica/kubejs/base/unification/unify_growables.js:137: Failed to create recipe for type 'botanypots:crop': {"item":"environmental:rice"} is not a valid ingredient! [11:25:06] [ERR ] server_scripts:enigmatica/kubejs/base/unification/unify_growables.js:233: Failed to create recipe for type 'thermal:insolator': Item.of('environmental:rice').chance(2.0) is not a valid result!
Tested the MekaSuit's step assist function and can confirm that it does not work either.
Take a look at this: team-abnormals/environmental#188