Logo
MINECRAFTBIBLE
Items
Items

All game items

Blocks
Blocks

Building blocks

Mobs
Mobs

Creatures & monsters

Biomes
Biomes

World biomes

Structures
Structures

Generated structures

Recipes
Recipes

Crafting guides

Advancements
Advancements

Achievements

Loot Tables
Loot Tables

Drop rates

Tags
Tags

Item groupings

All Versions
View all data →
Capes
Cape ArchiveNEW

Browse rare Minecon capes, OptiFine capes, and custom capes from players worldwide

Browse

Player Database
Player DatabasePopular

Search any player

Skin Browser
Skin Browser

Browse & download skins

Cape Gallery
Cape GalleryNEW

Minecon & OptiFine capes

Seed Vault
Seed Vault

Curated seeds

Learn

Guides
GuidesNew

Tutorials & tips

Blog
Blog

News & updates

Community

Community Hub
Community HubHub

Posts, discussions & more

All Versions
View community →
Seed Analyzer
Seed Analyzer

World seed analysis

Loot Explorer
Loot Explorer

Drop rates

Crafting Calculator
Crafting Calculator

Material planning

Enchant Calculator
Enchant Calculator

Probability math

Redstone Lab
Redstone Lab

Signal timing

Trading Profit
Trading Profit

Villager ROI

All Versions
View all tools →
Mods
Mods

Browse all mods

Plugins
Plugins

Server plugins

Resource Packs
Resource Packs

Textures & sounds

Shaders
Shaders

Visual enhancements

Datapacks
Datapacks

World logic

Scanner
Mod Intelligence

Scan & analyze any mod

All Versions
View all mods →
Loading...
IntroductionIntroductionVersion HistoryVersion HistoryGuidesGuidesBlog & NewsBlog & News
ItemsItemsBlocksBlocksMobsMobsRecipesRecipesBiomesBiomesStructuresStructuresAdvancementsAdvancementsLoot TablesLoot TablesTagsTags
ModsModsPluginsPluginsResource PacksResource PacksShadersShadersDatapacksDatapacks

MinecraftBible

The Ultimate Wiki

Logo
MINECRAFTBIBLE

The ultimate Minecraft reference. Every item, block, mob, and recipe documented with precision.

Community

  • Skin Browser
  • Cape Gallery
  • Seed Vault
  • Blog
  • Guides

Database

  • Items
  • Blocks
  • Mobs
  • Recipes
  • Biomes
  • Structures

Tools

  • Seed Analyzer
  • Mod Intelligence
  • Crafting Calculator
  • Enchant Calculator

Mods & Packs

  • Mods
  • Plugins
  • Resource Packs
  • Shaders
  • Datapacks

Site & Legal

  • About
  • Authors
  • Editorial Policy
  • Corrections
  • Contact
  • Privacy Policy
  • Terms of Service
  • DMCA
  • Sitemap

© 2026 MinecraftBible. Not affiliated with Mojang or Microsoft.

PrivacyTermsContact
Mechanical Factory
ModMIT

Mechanical Factory

A serverside mod with factory-like features

778
Downloads
9
Followers
4 years ago
Updated
📦
6
Versions
technologyutilityfabric
Download Latestv2.0.0-alphaView on Modrinth

📖About Mechanical Factory

Mechanical Factory

Description

A factory style mod that uses mechanical processes to generate blocks items etc. All intended to work with vanilla clients.

Mod Demonstration. use of sieve (demo 1) has changed slightly

Data driven recipes

Put a .json folder with any name into a datapack within the folders anvil, generator, sieve, or weathering.
Call the json file "default(-optionaltext).json" to overwrite the original recipes.
Files named "original(-optionaltext).json" can be overwritten by default files.

Anvil recipes

[
  {
    "input": [
      "minecraft:input_block_one",
      "modid:input_block_two",
      "anothermodid:input_block_there"
    ],
    "ouput": [
      "minecraft:output_block_one",
      "modid:output_block_two"
    ]
  }
]

In the recipe object, "mixed": false, can be included to only allow the recipe in the given order, otherwise every permutation of the inputs is included.
The "mixed" field defaults to true.

Generator recipes

[
  {
    "primary_fluid": "minecraft:water",
    "secondary_block": "minecraft:blue_ice",
    "output_block": "minecraft:ice"
  },
  {
    "primary_fluid": "minecraft:flowing_lava",
    "secondary_fluid": "minecraft:water",
    "underneath_block": "minecraft:nether_bricks",
    "output_block": "minecraft:netherrack"
  }
]

Sieve recipes

[
  {
    "input": [
      "minecraft:input_block_one",
      "modid:input_block_two",
      "anothermodid:input_block_there"
    ],
    "ouput": [
      "minecraft:output_block_one",
      "modid:output_block_two"
    ]
  }
]

Weathering recipes

[
  {
    "input": "minecraft:granite",
    "total_weight": 6,
    "delay": 70,
    "outputs": [
      {
        "weight": 5,
        "min": 3,
        "max": 8,
        "item": "minecraft:raw_copper"
      },
      {
        "weight": 6,
        "min": 1,
        "max": 1,
        "item": "minecraft:stone"
      }
    ]
  }
]

Anvil :green_circle:

  • cobble -> gravel
  • gravel -> sand
  • sandstone -> sand
  • stone -> cobblestone
  • cobblestone + gravel -> tuff
  • tuff + gravel -> deepslate
  • andesite + sand -> calcite
  • stone + sand -> diorite
  • stone + gravel -> andersite
  • stone + redsand -> granite
  • concrete -> concrete powder :yellow_circle:
  • netherrack + soul soil -> soul sand + soul soil
  • netherrack + flowing lava -> magma block
  • sand + flowing source -> redsand
  • sand + flowing water -> clay block
  • mossy cobble + ice -> prismarine

Seive :green_circle:

works by dispensing an input into a scaffolding, after a specific amount of time an item is dropped and the scaffolding is broken

further details at this page

Generator :green_circle:

  • water + blue ice -> frosted ice
  • water + purpur block + lava -> endstone
  • blue ice + netherbrick + lava -> netherack

Weathering :green_circle:

  • cobble + water -> mossycobble
  • stone bricks + water -> mossy stone bricks
  • log + lava -> block of coal (small probability)

Other features

  • dispenser with a diamond tool in the centre attempts to break the block infront :green_circle:
  • dispenser with center popped chorus fruit uses one and places a block :green_circle:
  • dispenser with bucket pointed into a full cauldron will remove its contents :green_circle:
  • piston can push budding amethyst :green_circle:
  • piston with a netherwart block in front of it can push lava source blocks
  • piston with a wet sponge in front of it can push w

👥 Team & Contributors

elmartino4
elmartino4Owner

⚙️ Compatibility

Environment
🖥️ Server-side
Loaders
fabric
Minecraft Versions
1.18.1

🔗 Links

Modrinth Page