Earlier Versions
| Name | Size | Uploaded | Game Version | Downloads | |
| create_mechanical_extruder-1.18.2-1.1.0.jar beta | 4.51 MB | Oct 9, 2022 | 1.18.2 | 2 | Download |
| create_mechanical_extruder-1.19.2-1.1.0.jar beta | 4.62 MB | Oct 9, 2022 | 1.19.2 | 1 | Download |
| create_mechanical_extruder-1.19.2-1.0.4.jar beta | 4.61 MB | Oct 7, 2022 | 1.19.2 | 432 | Download |
| create_mechanical_extruder-1.19.2-1.0.3.jar beta | 4.61 MB | Oct 7, 2022 | 1.19.2 | 81 | Download |
| create_mechanical_extruder-1.19.2-1.0.2.jar beta | 4.61 MB | Oct 7, 2022 | 1.19.2 | 10 | Download |
| create_mechanical_extruder-1.18.2-1.0.1.jar beta | 4.51 MB | Oct 5, 2022 | 1.18.2 | 241 | Download |
| create_mechanical_extruder-1.19.2-1.0.1.jar beta | 4.62 MB | Oct 5, 2022 | 1.19.2 | 245 | Download |
| create_mechanical_extruder-1.19.2-1.0.0.jar beta | 4.51 MB | Oct 4, 2022 | 1.19.2 | 81 | Download |
| create_mechanical_extruder-1.18.2-1.0.0.jar beta | 4.51 MB | Oct 4, 2022 | 1.18.2 | 26 | Download |
Description
Create Mechanical Extruder
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 recipes.
Heavily inspired on Thermal Expansions Igneous Extruder.
Extruding recipes
- Left and right blocks/fluids are
ingredientsin any order. resultis 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.
Get 0.05 TON 💎
Download


Add a comment