You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Using //replacemix on stairs and such is annoying as param2 is not preserved
Solution
Add a flag to the //replacemix command to preserve param2. E.g. //replacemix [p2] <node_to_replace> <replace_node> ...
Alternatives
A param2 sensitive replacemix command could be implemented alongside the original however this would mean a whole new file of mostly duplicated code and a new command name to memorize.
A mod setting could also be implemented to toggle extended param2 awareness. This would be easier to implement however @sbrl would probably want it as a per-world setting.
The text was updated successfully, but these errors were encountered:
Problem
Using
//replacemix
on stairs and such is annoying as param2 is not preservedSolution
Add a flag to the //replacemix command to preserve param2. E.g.
//replacemix [p2] <node_to_replace> <replace_node> ...
Alternatives
A param2 sensitive replacemix command could be implemented alongside the original however this would mean a whole new file of mostly duplicated code and a new command name to memorize.
A mod setting could also be implemented to toggle extended param2 awareness. This would be easier to implement however @sbrl would probably want it as a per-world setting.
The text was updated successfully, but these errors were encountered: