enderio:painting_machine

Painting Machine

Ender IO · by CrazyPants, tterrag, HenryLoenwind, MatthiasM, CyanideX, EpicSquid, Rover656, HypherionSA, agnor99, Ferri_Arnus, dphaldes
block Pickaxe MineableNeeds Iron Tool

Acquisition

Crafting using Any Red Dye, Organic Green Dye, Any Blue Dye, Copper Alloy Ingot, Void Chassis, Copper Alloy Ingot, Infinity Bimetal Gear, Redstone Alloy Ingot and Infinity Bimetal Gear, arranged in the pattern shown. Produces Painting Machine.

Crafting
Painting Machine guaranteed

Mining & drops

sourcecountchanceconditions
Painting Machine1–1100%

Block drops

Drops itself when broken.

Developer reference
Registry name
enderio:painting_machine
Namespace
enderio
Mod ID
enderio
Tags (2)
minecraft:blocks/mineable/pickaxe
minecraft:blocks/needs_iron_tool

Recipe JSON (1):

{
  "recipe_type": "minecraft:crafting_shaped",
  "pattern": [
    "RGB",
    "ICI",
    "MAM"
  ],
  "ingredients": {
    "A": {
      "tag": "forge:ingots/redstone_alloy"
    },
    "B": {
      "tag": "forge:dyes/blue"
    },
    "C": {
      "item": "enderio:void_chassis"
    },
    "G": {
      "tag": "forge:dyes/green"
    },
    "I": {
      "tag": "forge:ingots/copper_alloy"
    },
    "M": {
      "tag": "forge:gears/iron"
    },
    "R": {
      "tag": "forge:dyes/red"
    }
  },
  "conditions": [],
  "sequence": null,
  "group_name": null,
  "experience": null,
  "cooking_time": null
}