Simulated Gauges
Modby TechTastic1
A Deployer-based addon for Create: Simulated, best used with Extra Gauges!
Type
Mod
CurseForge Downloads
26,933
CurseForge ID
1520472
Last Updated
May 14, 2026
Description
Simulated Gauges uses Deployer API to allow Logistics Gauges to get and utilize physics information from various Create: Simulated blocks!
Note: This mod is best used alongside Create: Extra Gauges!
List of New Gauges:
Altitude Gauge
This gauge can read the height of its block in the world OR the air pressure of its position. It outputs both a String and a Number for both altitude and air pressure.
Velocity Gauge
This gauge can read the velocity of its block in the world separated into its X, Y, and Z axes. It outputs both a String and a Number for the selected axis.
Gimbal Gauge
This gauge can read the orientation of its block in the world as Euler Angles separated into its X, Y, and Z axes. It outputs both a String and a Number for the selected axis. The values are derived from the orientation quaternion in YXZ rotation order.
List of supported Blocks:
Altitude Sensor
This sensor can output its height in the world for Deployer-based gauges. It outputs its value as a String and a Number, as well as, when it outputs a signal, it will also toggle the Redstone output boolean.
Velocity Sensor
This sensor can output its velocity in the world as a number for Deployer-based gauges. It outputs its value as a String and a Number, as well as, when it outputs a signal, it will also toggle the Redstone output boolean.
Navigation Table
This block can output its adjusted angle relative to its target destination for Deployer-based gauges. It outputs its value as a String and a Number.
Nameplate
This block can output its text for Deployer-based gauges as well as accepts String input to change its text.
Linked Typewriter
This block can output its held key's keycode as a number for Deployer-based gauges as well as output the typed string of the Typewriter as a string for Deployer-based gauges.
Future Content:
- Mass Gauge
Similar Mods
Third Person Crosshair [Fabric]
Fabric mod that enables crosshair in third person view
Tinkers Construct: Emergence
Allow mobs to spawn with and use ranged weapons from Tinker's Construct
Spawn Animations Compats
A datapack that adds compatibility for Spawn Animations with 50+ mods.
Missing Wilds
Adds the features that were scrapped from the Wild Update
Exclusive Item
Adds a tag that make item exclusive to a player!
ForgedFabric API
reimplementing parts of the fabric api on top of forge