Skip to content

💻Computercraft: Tweaked Integration#708

Open
LlednaK wants to merge 11 commits into
Petrolpark-Mods:1.20.1from
LlednaK:ComputerCraft
Open

💻Computercraft: Tweaked Integration#708
LlednaK wants to merge 11 commits into
Petrolpark-Mods:1.20.1from
LlednaK:ComputerCraft

Conversation

@LlednaK

@LlednaK LlednaK commented Jun 3, 2025

Copy link
Copy Markdown

Added a cc integration in the form of:

  • A vat peripheral with the following functions (Based on Penta's addon):
    getPressure() -> float
    getTemperature() -> float
    getCapacity() -> float
    getUVStrength() -> float
    getFluidLevel() -> float
    getMixture() -> Map<string(id), float(concentration)>

  • Helper functions obtained using require("destroy.chemistry") with getMoleculeInfos(string (id)) that returns:
    mass
    boilingPoint
    density
    charge
    FROWNS

  • Ability to read chemicals from fluid tanks using the defalut tanks() function

@LlednaK

LlednaK commented Jun 5, 2025

Copy link
Copy Markdown
Author
  • A Siphon peripheral with the following functions:
    drain(int(amount))
    getLeftToDrain() -> int

@LlednaK

LlednaK commented Jun 10, 2025

Copy link
Copy Markdown
Author

getFluidLevel() -> int(mB)

  • A new tanks function for the bubble cap that returns the entirety of the distillation tower's content

@petrolpark petrolpark added 🤝 Compatibility Bugs and suggestions related to compatibility with other mods 🌬️ NeoForge This bug/suggestion will be reviewed after the update to 1.21.1 NeoForge labels Jul 11, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

🤝 Compatibility Bugs and suggestions related to compatibility with other mods 🌬️ NeoForge This bug/suggestion will be reviewed after the update to 1.21.1 NeoForge

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants