Перейти к содержимому
Mineforgian

CC: Sable

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

86K загрузок21 подписчиковMITfabricneoforge

Обновлён 13 мая 2026 г. · опубликован 2 марта 2026 г.

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

Версии

ВерсияКаналИграЗагрузчикиДатаСкачать
1.3.4Релиз1.21.1neoforge13 мая 2026 г.Скачать (42 КБ)
1.3.4Релиз1.21.1fabric13 мая 2026 г.Скачать (43 КБ)
1.2.4Релиз1.21.1neoforge8 мая 2026 г.Скачать (41 КБ)
1.2.4Релиз1.21.1fabric8 мая 2026 г.Скачать (41 КБ)
1.2.3Релиз1.21.1neoforge4 мая 2026 г.Скачать (41 КБ)
1.2.3Релиз1.21.1fabric4 мая 2026 г.Скачать (41 КБ)
1.2.2Релиз1.21.1neoforge20 апреля 2026 г.Скачать (41 КБ)
1.2.2Релиз1.21.1fabric20 апреля 2026 г.Скачать (41 КБ)
1.2.1Релиз1.21.1neoforge20 апреля 2026 г.Скачать (41 КБ)
1.2.1Релиз1.21.1fabric20 апреля 2026 г.Скачать (41 КБ)
1.2.0Релиз1.21.1neoforge20 апреля 2026 г.Скачать (16 КБ)
1.2.0Релиз1.21.1fabric20 апреля 2026 г.Скачать (16 КБ)
1.1.1Релиз1.21.1neoforge19 апреля 2026 г.Скачать (11 КБ)
1.1.1Релиз1.21.1fabric19 апреля 2026 г.Скачать (11 КБ)
1.1.0Релиз1.21.1neoforge19 апреля 2026 г.Скачать (11 КБ)

Показаны последние 15 из 22 версий.

Ченджлог

1.3.4Релиз1.21.1 · 13 мая 2026 г.

Changes

  • New block details under sable key!
  • Updating CC: Advanced Math to 0.3.6!
  • Updating documentation and README!
1.3.4Релиз1.21.1 · 13 мая 2026 г.

Changes

  • New block details under sable key!
  • Updating CC: Advanced Math to 0.3.6!
  • Updating documentation and README!
1.2.4Релиз1.21.1 · 8 мая 2026 г.

Changes

  • Updating CC: Advanced Math to 0.3.5
1.2.4Релиз1.21.1 · 8 мая 2026 г.

Changes

  • Updating CC: Advanced Math to 0.3.5
1.2.3Релиз1.21.1 · 4 мая 2026 г.

Changes

  • Made all @LuaFunctions run on the main thread in hopes of fixing issue #6
1.2.3Релиз1.21.1 · 4 мая 2026 г.

Changes

  • Made all @LuaFunctions run on the main thread in hopes of fixing issue #6
1.2.2Релиз1.21.1 · 20 апреля 2026 г.

Changes

  • Fixed a typo in the parsing of Quaterniondcs
1.2.2Релиз1.21.1 · 20 апреля 2026 г.

Changes

  • Fixed a typo in the parsing of Quaterniondcs

Комментарии

Загружаем…