IntelligenceModding / Advanced-Peripherals-Features

A place for the feature request for Advanced Peripherals
0 stars 1 forks source link

Create mod: Speed/Stress meter integration #20

Closed Furbysz closed 3 months ago

Furbysz commented 1 year ago

Describe your idea

Ability to get values from Speed-o-meter and Stress-o-meter with code, without using comparators, thus limiting us to 16 step resolution. something like: getMaxStress() getCurStress() getMaxSpeed() getCurSpeed()

Describe alternatives you've considered if you've any

Additional context

No response

Linked Issues

No response

RelicFades commented 1 year ago

This would be really nice

SirEndii commented 3 months ago

Implemented in a newer create version

https://github.com/Creators-of-Create/Create/blob/mc1.19/dev/src/main/java/com/simibubi/create/compat/computercraft/implementation/peripherals/SpeedGaugePeripheral.java#L9

https://github.com/Creators-of-Create/Create/blob/mc1.19/dev/src/main/java/com/simibubi/create/compat/computercraft/implementation/peripherals/StressGaugePeripheral.java#L9