Create Encased Plus

Quick rating

Community listing page, reviews here may not be monitored by the author.

Create Encased Plus

No reviews yet

A fork of Create Encased that aims to separate encased machines recipes for modpack makers

Mod Loaders
Minecraft

About

Description

Create Encased Plus

This is a fork of Create Encased that aims to separate encased machines recipes for modpack makers

Create Encased is an addon for Create

The original addon allows the use of all casings in shafts, cogwheels, pipes and machines

Recipes:

create_encasedplus:casing_pressing :

{
  "type": "create_encasedplus:casing_pressing",
  "press": "create_encasedplus:copper_press",
  "ingredients": [
    {
      "item": "minecraft:potato"
    }
  ],
  "results": [
    {
      "id": "minecraft:redstone_block"
    }
  ]
}

create_encasedplus:casing_mixing :

{
  "type": "create_encasedplus:casing_mixing",
  "mixer": "create_encasedplus:copper_mixer",
  "ingredients": [
    {
      "item": "minecraft:diamond"
    }
  ],
  "results": [
    {
      "id": "minecraft:apple"
    }
  ]
}

"press" and "mixer" can be omitted to allow every encased machines to process the recipe

Original mod by iglee42
Original idea by MLDEG