CC:Warium

Quick rating

CC:Warium

No reviews yet

adds functions to CC that are useful with warium!

No Theme
No Genre
Mod Addon
Mod Loaders
Forge
Minecraft

Community voices

Reviews

Versions
Loading versions…
Match includes

Click once to include, again to exclude, again to clear

Rating Any
Any 0.5 1.0 1.5 2.0 2.5 3.0 3.5 4.0 4.5 5.0
Min
Max
Play Status
Reviews
Time Played
hrs+
Verified developers only
Has developer response
List view
Grid view
Compact view
Sort by
Date
Rating
Helpful
Unhelpful
Edited
Sort ascending
Delete this review?

This removes your review from the project. You can write a new review after.

Review submitted for moderation

Your review has been sent to moderators, who will check that it meets our guidelines before it appears publicly.

No reviews yet. Be the first to review this project!

Get it on

Available Platforms

Compatibility

Supported Environments

Dev Environment
Client Required
Server Required

About

Project Details

Type
Mod
License
All Rights Reserved
Latest Version
ccwarium-1.0.2.jar
Authors
CurseForge
Modrinth

For authors

Embed Badge

If you're the author of this project, you can embed a live badge anywhere that supports HTML or Markdown. It updates automatically whenever ratings change.

Custom banner text
ModDex rating badge preview

Use HTML for any page that supports it, or Markdown for README files and Markdown-based descriptions.

Identifiers

Platform IDs

CurseForge ID
Modrinth ID

Resources

External Links

Source Issues Wiki Discord

About

Description

Current features:

control valkyrien wariums  vehicle control node

make sure to wrap the vehicle control node as a peripheral!

functions:

pitch              setNodePitch(<1, 0, or -1>)

yaw                setNodeYaw(<1, 0, or -1>)

roll                 setNodeRoll(<1, 0, or -1>)

throttle          setNodeThrottle(<1, 0, or -1>)

landing gear  setNodeLandingGear(<true/false>)

channer trigger setNodeTrigger(<channel>, <true/false>)

getNode<>()

CC:Warium

CC:Warium is a ComputerCraft/CC:Tweaked addon for Minecraft (Forge 1.20.1) that integrates with the Warium mod, giving players programmable control over Warium’s vehicle control node directly from Lua. With CC:Warium, you can wrap Warium’s block(s) as peripherals and issue commands like pitch, yaw, roll, throttle, landing gear, and trigger—all controllable via computer programs.

🎯 Key Features

Peripheral Exposure: Allows the “vehicle control node” block (from Warium) to be used as a CC/Tweaked peripheral. That means you can place a computer, wrap the block, and call methods to control it.

Lua Function Interface: CC:Warium exposes convenient functions via Lua, such as:

setNodePitch(<1, 0, or -1>) — control the pitch of the vehicle node

setNodeYaw(<1, 0, or -1>)

setNodeRoll(<1, 0, or -1>)

setNodeThrottle(<1, 0, or -1>)

setNodeLandingGear(<true/false>)

setNodeTrigger(..., <true/false>)

getNode() -get stuff

Modular and Expandable: While starting with a specific block (vehicle control node), the architecture allows for adding support for more Warium blocks or more control functions in the future.

💡** Benefits & Use Cases**

Automation & Scripting: Players who enjoy creating in-game automation can write scripts that adjust vehicle behavior based on world state (e.g. adjust pitch when nearing terrain, deploy landing gear automatically, etc.).

Remote Control: Use computers to remotely operate or fine-tune vehicles, possibly from a distance, or integrate with monitoring systems.

Custom Functionality: Because Lua is programmable, users can build complex control flows (e.g. safety checks, limits, dynamic responses) rather than just flipping switches.

⚠️ Limitations & Considerations

Accuracy of Control: Since functions like setNodePitch(...) take only 1, 0, or -1, control is coarse. More granularity (e.g. any double value) might need further implementation.

Dependency on Warium’s API/NBT: If Warium updates how its block entity stores or handles these values, CC:Warium may require updates to remain compatible.

Only Certain Blocks: For now support is limited to specific blocks (vehicle control node). Expanding to other Warium blocks requires additional code.

Permissions & Safety: Since the mod allows writing to block entity data, ensure only trusted code/computers have access to avoid accidental/world-breaking edits.

🚀 Future Possibilities

Allow finer control (floating-point values for pitch/yaw rather than just ±1/0).

Support more Warium blocks (e.g. weapon systems, sensors) if exposed.

Add read functions (get current pitch, yaw, etc.) so Lua scripts can make decisions based on state.

Add configuration options so players or modpack makers can whitelist which blocks or functions are exposed, or limit value ranges for safety.

📋 Summary

CC:Warium bridges programmable logic (via CC/Tweaked) with the mechanical/vehicle functionality of Warium. It empowers players to script, automate, and control vehicles at a more granular level, opening possibilities for creative contraptions, remote control setups, and smarter in-game behavior.

Screenshots

Gallery

This project has no gallery images yet.

Versions

Files

Relations

Project Relations

More like this

Similar Mods

Suggestions use data such as tags, dependencies, dependents, descriptions, titles, and more to rank how much they overlap with this mod.

On ModDex

Community snapshot

0
Ratings
0
Followers
0
In stacks

By the numbers

Statistics

~15,000
Total Downloads
CurseForge
~8,000
Modrinth
~7,000
Last Updated
CurseForge
Modrinth
Created
CurseForge
Modrinth
Last synced
When ModDex last fetched this project from CurseForge or Modrinth. Every project is re-checked on a schedule, and any project that ships a new file is synced automatically within hours of the release.
New file updates sync automatically
How syncing works