Valhelsia Wiki
BlogFeedback
  • Home
  • Support Us
  • Navigation
    • Common Questions
    • Translation
    • Knowledge Base
      • Allocating Memory
      • Installation
      • OptiFine
      • Performance Tweaks
      • Server Setup
  • Useful links
    • CurseForge
    • Twitter
    • Discord
    • Reddit
    • YouTube
    • GitHub
  • Modpacks
    • Valhelsia: Enhanced Vanilla
      • Changelog
      • Getting Started Guide
      • Knowledge Base
    • Valhelsia 7
      • Changelog
    • Valhelsia 6
      • Changelog
    • Valhelsia 5
      • Changelog
    • Valhelsia 3
      • Changelog
      • Apotheosis
  • Mods
    • Valhelsia Structures
      • Changelog
    • Valhelsia Furniture
      • Changelog
    • Valhelsia Quests
  • External Mods
    • Forbidden and Arcanus
      • Wiki
        • 1.21.x
          • Blocks
            • Hephaestus Forge
              • Essence Providers
            • Clibano
        • Item Modifiers
        • Items
          • Enhancer Relics
        • Blocks
          • Hephaestus Forge
            • Essence Providers
        • Ores
        • Mobs
        • Trees
        • Datapack Guide
          • Hephaestus Forge Rituals
          • Magic Circles
          • Enhancers
          • Item Modifiers
Powered by GitBook

© 2024 Valhelsia Inc, All Rights Reserved. We are in no way affiliated with or endorsed by Mojang, AB.

On this page
  • Built-in types
  • Example JSON

Was this helpful?

Edit on GitHub
  1. External Mods
  2. Forbidden and Arcanus
  3. Wiki
  4. Datapack Guide

Magic Circles

PreviousHephaestus Forge RitualsNextEnhancers

Last updated 10 months ago

Was this helpful?

A magic circle consists of two textures: one inner texture and one outer texture. Currently magic circles are only displayed during rituals executed at the . Magic Circles can be configured using JSON files within a data pack in the path data/<namespace>/forbidden_arcanus/magic_circle.

Name
Description
Value
Required

inner_texture

The inner texture.

A valid resource location.

true

outer_texture

The outer texture.

A valid resource location.

true

Built-in types

F&A currently provides three different built-in magic circles you can use.

  • create_item

  • upgrade_tier

  • upgrade_final_tier

Example JSON

{
  "inner_texture": "forbidden_arcanus:textures/effect/magic_circle/inner/union.png",
  "outer_texture": "forbidden_arcanus:textures/effect/magic_circle/outer/pure.png"
}
Hephaestus Forge