block· Machines & Other Blocks

Sculk Converter

Goety · by Polarice3
block Hoe MineablePickaxe Mineable

Sculk Converter is a block from Goety, crafted from Soul Absorber, Cursed Cage, and Sculk Catalyst.

Acquisition

Block drops

Drops itself

Developer reference
Registry name
goety:sculk_converter
Namespace
goety
Mod ID
goety
Tags (2)
minecraft:blocks/mineable/hoe
minecraft:blocks/mineable/pickaxe

Recipe JSON (1):

{
  "recipe_type": "minecraft:crafting_shaped",
  "pattern": [
    "e",
    "b",
    "c"
  ],
  "ingredients": {
    "b": {
      "item": "goety:cursed_cage"
    },
    "c": {
      "item": "minecraft:sculk_catalyst"
    },
    "e": {
      "item": "goety:soul_absorber"
    }
  },
  "conditions": [],
  "sequence": null,
  "group_name": null,
  "experience": null,
  "cooking_time": null
}