Skip to content
Eng1N33R edited this page Dec 3, 2020 · 4 revisions

Welcome to the Mechanical Tech wiki!

Mechanical Tech is a mod that adds primitive technology to Minecraft, based around mechanical power -- water wheels, windmills and manual cranking. It is designed to be simple in use and simple to understand in terms of its implementation. It is also as close to a reference implementation of my Dynamo API as it can be -- a learning exercise in implementing a learning exercise.

Acknowledgements

Thank you to the Cotton team for their resource textures. Thank you to the Fabric community for making their mods open-source and enabling newcomers to learn from them.

Concepts

This mod's technology generates and consumes mechanical power. It does not have an in-game name, as the UI is minimal, however the units of power will be called MU in this wiki for convenience.

To make the mod feel as vanilla as possible, the number of intermediate items required for crafting is brought to a minimum. However, most blocks will require Wooden Gears. Crafting recipes provided by this mod should also accept any wooden gears from other mods you may have installed.

Recipe: Wooden Gear

On every machine, input slots are marked with diagonal lines; output slots are marked with straight lines.

Clone this wiki locally