techreborn:chunk_loader

Industrial Chunkloader

Tech Reborn · by Team Reborn, modmuss50, drcrazy
block

Acquisition

Crafting using Bronze Plate, Coal Plate, Gold Plate, Lapis Lazuli Plate, Industrial Machine Frame, Nickel Plate, Obsidian Plate, Quartz Plate and Redstone Plate, arranged in the pattern shown. Produces Industrial Chunkloader.

Crafting
Industrial Chunkloader guaranteed

Mining & drops

sourcecountchanceconditions
Industrial Chunkloader1–1100%Survives Explosion

Block drops

dropscountchanceconditions
Industrial Chunkloader1–1100%Survives Explosion
Developer reference
Registry name
techreborn:chunk_loader
Namespace
techreborn
Mod ID
techreborn

Recipe JSON (1):

{
  "recipe_type": "minecraft:crafting_shaped",
  "pattern": [
    "BCG",
    "LFN",
    "OQR"
  ],
  "ingredients": {
    "B": {
      "tag": "c:bronze_plates"
    },
    "C": {
      "tag": "c:coal_plates"
    },
    "F": {
      "item": "techreborn:industrial_machine_frame"
    },
    "G": {
      "tag": "c:gold_plates"
    },
    "L": {
      "tag": "c:lapis_plates"
    },
    "N": {
      "tag": "c:nickel_plates"
    },
    "O": {
      "tag": "c:obsidian_plates"
    },
    "Q": {
      "tag": "c:quartz_plates"
    },
    "R": {
      "tag": "c:redstone_plates"
    }
  },
  "conditions": [],
  "sequence": null,
  "group_name": null,
  "experience": null,
  "cooking_time": null
}