Crafting using Adjustable Spell Turret, in any arrangement. Produces Basic Spell Turret.
Basic Spell Turret
Ars Nouveau · by Bailey Hollingsworth
Acquisition
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.
Mining & drops
| source | count | chance | conditions |
|---|---|---|---|
| Basic Spell Turret | 1–1 | 100% | Survives Explosion |
Used in (1)
Crafting using Basic Spell Turret, in any arrangement. Produces Adjustable Spell Turret.
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
}