Create Mechanical Extruder

Create Mechanical Extruder

Mod

A mechanical extruder block. Can be used to generate any block or item from adjacent blocks/fluids.

Client and server Game MechanicsTechnology

90.1k downloads
40 followers
Created2 years ago
Updated9 months ago

Follow Save
Host your Minecraft server on BisectHosting - get 25% off your first month with code MODRINTH.

Create Mechanical Extruder

Release Downloads Version Issues Modrinth

A mechanical extruder block. Can be used to generate any block or item from adjacent blocks/fluids. This mod it's meant to be used in modpacks. Only contains very basic ore recipes.

Heavily inspired on Thermal Expansions Igneous Extruder.

Extruding recipes

  • Left and right blocks/fluids are ingredients in any order.
  • result is an Item or Block

CobbleGen example (already in the mod)

{
  "type": "create_mechanical_extruder:extruding",
  "ingredients": [

    {
      "fluid": "minecraft:water",
      "amount": 1000
    },
    {
      "fluid": "minecraft:lava",
      "amount": 1000
    }
  ],
  "result": {
    "item": "minecraft:cobblestone"
  }
}

BasaltGen example (already in the mod)

{
  "type": "create_mechanical_extruder:extruding",
  "ingredients": [
    {
      "fluid": "minecraft:lava",
      "amount": 1000
    },
    {
      "item": "minecraft:blue_ice"
    }
  ],
  "catalyst": {
    "item": "minecraft:soul_sand"
  },
  "result": {
    "item": "minecraft:basalt"
  }
}

Thanks to the Creators of Create.

Code inspiration from the Create mod itself.


Project members

oierbravo

Owner


Technical information

License
MIT
Client side
required
Server side
required
Project ID