Basic Spell Turret
ars_nouveau:basic_spell_turret

Basic Spell Turret

Ars Nouveau · by Bailey Hollingsworth
block Pickaxe Mineable

Acquisition

Crafting using Adjustable Spell Turret, in any arrangement. Produces Basic Spell Turret.

Crafting ⇆ any arrangement
Adjustable Spell Turret
Basic Spell Turret Basic Spell Turret guaranteed

Crafting using Source Gem, Source Gem, Source Gem, Source Gem, Any Redstone Storage Block, Any Gold Ingot, Any Gold Ingot, Any Gold Ingot and Any Gold Ingot, arranged in the pattern shown. Produces Basic Spell Turret.

Crafting
Source Gem
Source Gem
Source Gem
Source Gem
Any Redstone Storage Block
Any Gold Ingot
Any Gold Ingot
Any Gold Ingot
Any Gold Ingot
Basic Spell Turret Basic Spell Turret guaranteed

Mining & drops

sourcecountchanceconditions
Basic Spell Turret1–1100%Survives Explosion

Used in (1)

Crafting using Basic Spell Turret, in any arrangement. Produces Adjustable Spell Turret.

Crafting ⇆ any arrangement
Basic Spell Turret
Adjustable Spell Turret Adjustable Spell Turret guaranteed

Block drops

Drops itself when broken.

Developer reference
Registry name
ars_nouveau:basic_spell_turret
Namespace
ars_nouveau
Mod ID
ars_nouveau
Tags (1)
minecraft:blocks/mineable/pickaxe

Recipe JSON (2):

{
  "recipe_type": "minecraft:crafting_shapeless",
  "pattern": null,
  "ingredients": {
    "item": "ars_nouveau:rotating_spell_turret"
  },
  "conditions": [],
  "sequence": null,
  "group_name": null,
  "experience": null,
  "cooking_time": null
}
{
  "recipe_type": "minecraft:crafting_shaped",
  "pattern": [
    "xxx",
    "xzy",
    "yyy"
  ],
  "ingredients": {
    "x": {
      "tag": "forge:gems/source"
    },
    "y": {
      "tag": "forge:ingots/gold"
    },
    "z": {
      "tag": "forge:storage_blocks/redstone"
    }
  },
  "conditions": [],
  "sequence": null,
  "group_name": null,
  "experience": null,
  "cooking_time": null
}