Modern Industrialization Hand Crank Power!
No reviews yet
Supports using Create's Hand Crank to power Modern Industrialization mod machines.
Focuses on automation and resource processing through scientific and mechanical means, utilizing systems like electricity (RF/FE/etc), air pressure, or rotation.
Neoforge is a fork of the Minecraft Forge available for versions 1.20.1+ of Minecraft. Many Forge mods are compatible with Neoforge and vice versa.
Community voices
Reviews
Click once to include, again to exclude, again to clear
No reviews yet. Be the first to review this project!
Get it on
Available Platforms
Compatibility
Supported Environments
About
Project Details
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.
Use HTML for any page that supports it, or Markdown for README files and Markdown-based descriptions.
Identifiers
Platform IDs
Resources
External Links
About
Description
Supports using Create's Hand Crank, Create: Connected's Crank Wheel, and Large Crank Wheel to power Modern Industrialization mod machines.
When the hand crank is turned, it provides an energy of "machine base voltage × energy multiplier (default 1)", and any shortfall will be consumed from the machine's own energy storage.
Adds a hand crank recipe condition for the mod: the machine can only run when the hand crank in front of it is turned in a specific direction.
Out of the author's eccentricity, this condition is added to all Modern Industrialization machine recipes by default (can be customized via the config file).
Supports addition via KubeJS:
// server_scripts/*.js
ServerEvents.recipes(event => {
event.recipes.modern_industrialization.alien_chicken(1, 100)
......
.handCrank(true, 233);
// First parameter: whether the hand crank is allowed to be turned
// true = requires a running hand crank to operate
// false = requires NO running hand crank to operate
// Second parameter: required rotation direction of the hand crank
// 0 = no requirement | 1 = clockwise | -1 = counterclockwise
// 233 = random direction | 25565 = both direction and allowed state are random
})
Supports using Create's Hand Crank, Create: Connected's Crank Wheel, and Large Crank Wheel to power Modern Industrialization mod machines.
When the hand crank is turned, it provides an energy of "machine base voltage × energy multiplier (default 1)", and any shortfall will be consumed from the machine's own energy storage.
Adds a hand crank recipe condition for the mod: the machine can only run when the hand crank in front of it is turned in a specific direction.
Out of the author's eccentricity, this condition is added to all Modern Industrialization machine recipes by default (can be customized via the config file).
Supports addition via KubeJS:
// server_scripts/*.js
ServerEvents.recipes(event => {
event.recipes.modern_industrialization.alien_chicken(1, 100)
......
.handCrank(true, 233);
// First parameter: whether the hand crank is allowed to be turned
// true = requires a running hand crank to operate
// false = requires NO running hand crank to operate
// Second parameter: required rotation direction of the hand crank
// 0 = no requirement | 1 = clockwise | -1 = counterclockwise
// 233 = random direction | 25565 = both direction and allowed state are random
})
Screenshots
Gallery
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
By the numbers
Statistics
Want to reach Minecraft players?
We're looking for a server hosting partner to feature here and other parts of the site. Interested? Send us a message!
Get in touchGet it on
Available Platforms
On ModDex
Community snapshot
By the numbers
Statistics
Resources