Gears

Gears

morered:oak_gear
morered:oak_gear
Source modMore Red
IDmorered:oak_gear
TypeBlock
StackableYes (64)
Toolminecraft:item/wooden_axe
Blast resistance2
Hardness2
FlammableYes

Gears transfer mechanical power.

Contents
  1. Recipes
  2. Usage
  3. Data
  4. History

Recipes

Recipe TypeIngredientsOutputExample
Shaped Crafting
  • 8x minecraft:item/stick Stick
  • 1x minecraft:item/stripped_oak_log Stripped Log
  • 1x Gear (of the same wood type)

Shaped Crafting Recipe for Gears


Usage

Gears can be placed against the side of a block, or in a block where an existing gear is. Up to four gears can exist in a single cube without jamming.

Gears

Gears will connect to other mechanical blocks that touch their face or to gears that touch their teeth. Tooth-to-tooth connections invert rotation (clockwise to counterclockwise or vice-versa). Gears will jam (or at least not work very well) if two power sources try to rotate a gear in both directions at once, or if three gears meet on a corner.

Four gears arranged in a circle, which are able to move, and three gears meeting on a corner, which do not move

Data

BlockBlock/Item IDLocalization Key
morered:acacia_gear Acacia Gearmorered:acacia_gearblock.morered.acacia_gear
morered:birch_gear Birch Gearmorered:birch_gearblock.morered.birch_gear
morered:cherry_gear Cherry Gearmorered:cherry_gearblock.morered.cherry_gear
morered:crimson_gear Crimson Gearmorered:crimson_gearblock.morered.crimson_gear
morered:dark_oak_gear Dark Oak Gearmorered:dark_oak_gearblock.morered.dark_oak_gear
morered:jungle_gear Jungle Gearmorered:jungle_gearblock.morered.jungle_gear
morered:mangrove_gear Mangrove Gearmorered:mangrove_gearblock.morered.mangrove_gear
morered:oak_gear Oak Gearmorered:oak_gearblock.morered.oak_gear
morered:pale_oak_gear Pale Oak Gearmorered:pale_oak_gearblock.morered.pale_oak_gear
morered:spruce_gear Spruce Gearmorered:spruce_gearblock.morered.spruce_gear
morered:warped_gear Warped Gearmorered:warped_gearblock.morered.warped_gear

Crimson and warped gears are not flammable.

Single gear blocks have the following properties:

Blockstate PropertiesValuesDescription
facing{"down", "up", "north", "south", "west", "east"}Direction to the neighbor block the gear is attached to
waterlogged{false, true}Whether the block is waterlogged

When multiple gears exist in one block, a special morered:gears block is used instead, which has the following properties:

Blockstate PropertiesValuesDescription
waterlogged{"false", "true"}Whether the block is waterlogged
transform{"identity", "rot_180_face_xz", "rot_90_y_neg", "rot_80_y_pos", "invert_x", "invert_z", "swap_xz", "swap_neg_xz"}Set when the block is rotated/mirrored by structure generation or similar mechanics; it ensures blockentity data is transformed accordingly. When placed by a player, this will always be "identity"

Multi-gear blocks have blockentity data in the following format:

{
"morered:gears": {
"down": <itemstack>, // optional field
"up": <itemstack>, // optional field
"north": <itemstack>, // optional field
"south": <itemstack>, // optional field
"west": <itemstack>, // optional field
"east": <itemstack>, // optional field
}
}

Where itemstacks are objects with the following format:

{
"count": 1, // can be any integer but will generally be 1
"id": <string> // id of an item, such as "morered:oak_gear"
}

History

VersionChangelog
1.21.8.8.0.0.0Added to More Red

More Red 
🛠 Building and Crafting
⚙ Mechanisms
⩄ Redstone Logic
⛟ Transportation
🔌 Wires and Cables