Language

CC: Sable

CC: Sable

Modrinth

CC: Tweaked addon for the Sable backend of Create: Simulated!

72.2k downloads 20 followers updated 1mo ago
latest v1.3.4 Modrinth
Fabric Neoforge 1.21.1 – 1.21.1 LibraryTechnologyUtility

CC: Sable is a CC: Tweaked addon for the Sable backend of Create: Simulated!
Currently, it provides the Sub-Level API (sublevel) for all in-game computers! Its methods can only be properly called when the computer is on a Sub-Level (physics object). It also provides the Aerodynamics API (aero,aerodynamics) for all in-game computers to access dimension-specific physics information!

This mod also comes bundled with the CC: Advanced Math datapack for extra math utilities, namely the quaternion module for handling rotations in 3D space. This is used to convert the orientation of Sub-Levels into a more usable format for Lua.


Extra References

LuaBezierResourceFunction

This object is gotten from the tables returned by aero.getRaw and aero.getDefault, specifically from the pressureFunction key.

getPoints(): table

This method returns an array of points along the bezier curve with altitude, value, and slope as fields for each point.

evaluateFunction(altitude: number): number

This method evaluates the function given the altitude along the bezier curve.

More Block Details

This mod also adds the physics properties of blocks to any method calling to block details, such as turtle.inspect().
These new details will be listed under the "sable" key and have the following key-value pairs:

  • mass: number
  • friction: number
  • restitution: number
  • volume: number
  • floatingScale: number
  • floatingMaterial: table (can be empty)
    • factHorizontalFriction: number
    • factVerticalFriction: number
    • slowHorizontalFriction: number
    • slowVerticalFriction: number
    • liftStrength: number
    • transitionSpeed: number
    • preventSelfLift: boolean
    • scaleWithGravity: boolean
    • scaleWithPressure: boolean

Versions

Release
1.3.4
neoforge · 1.21.1 · 1mo ago
# Changes - New block details under `sable` key! - Updating CC: Advanced Math to 0.3.6! - Updating documentation and README!
26.6k
Release
1.3.4
fabric · 1.21.1 · 1mo ago
# Changes - New block details under `sable` key! - Updating CC: Advanced Math to 0.3.6! - Updating documentation and README!
66
Release
1.2.4
neoforge · 1.21.1 · 1mo ago
# Changes - Updating CC: Advanced Math to 0.3.5
5.0k
Release
1.2.4
fabric · 1.21.1 · 1mo ago
# Changes - Updating CC: Advanced Math to 0.3.5
17
Release
1.2.3
neoforge · 1.21.1 · 1mo ago
# Changes - Made all `@LuaFunction`s run on the main thread in hopes of fixing issue #6
11.1k
Release
1.2.3
fabric · 1.21.1 · 1mo ago
# Changes - Made all `@LuaFunction`s run on the main thread in hopes of fixing issue #6
23
Release
1.2.2
neoforge · 1.21.1 · 2mo ago
# Changes - Fixed a typo in the parsing of `Quaterniondc`s
26.4k
Release
1.2.2
fabric · 1.21.1 · 2mo ago
# Changes - Fixed a typo in the parsing of `Quaterniondc`s
72
Release
1.2.1
neoforge · 1.21.1 · 2mo ago
# Changes - Fixed Advanced Math git submodule not being pulled and thus bundled
480
Release
1.2.1
fabric · 1.21.1 · 2mo ago
# Changes - Fixed Advanced Math git submodule not being pulled and thus bundled
26
Release
1.2.0
neoforge · 1.21.1 · 2mo ago
# Changes - Adding Aero/Aerodynamics API
187
Release
1.2.0
fabric · 1.21.1 · 2mo ago
# Changes - Adding Aero/Aerodynamics API
21

Comments 0

No comments yet. Be the first to share your thoughts.