Download Potion Shrines — Minecraft Mods — MetaMods
Potion Shrines

Potion Shrines

Active

Downloads

0

Last update

1 year ago
Client
Adventure
Magic

Potion Shrines

The Potion Shrines modification adds special altars to the Minecraft world that grant players various effects when activated with a right-click.

Settings and Configuration

The mod offers extensive customization options to suit your preferences:

Main parameters:

  • Option to enable or disable altar replenishment after use
  • Setting the rarity of altar appearances in the wilderness
  • Option to make altars indestructible
  • Choice of behavior when mining altars in survival mode

Altar settings: You can create your own altars or modify the default ones:

  • Setting the effect, duration, and level of impact (supports effects from any mods!)
  • Configuring altar recovery time
  • Setting the probability of a specific altar appearing
  • Ability to set a custom icon for displaying the effect

Adding Custom Icons

To create your own icons, follow these steps:

  1. Create a resource pack in your Minecraft installation

  2. In the "assets" folder, create a directory named "potion_shrines"

  3. Inside the "potion_shrines" folder, create two folders: "textures" and "models"

  4. Place a PNG image for your icon in the "textures" folder (recommended size no more than 64x64 pixels)

  5. In the "models" folder, create a JSON file with the same name as your icon (for example: "example.png" and "example.json") [NAMES MUST MATCH]

  6. Write the following code into the JSON file, replacing "example" with your icon name:

    {"parent":"item/generated","textures":{"layer0":"potion_shrines:example"}}

    DO NOT USE: "example.png"

  7. Now open the config/potion_shrines/shrines.toml file and specify your icon name for any altar:

    [[Shrine]]
    Effect = "minecraft:jump_boost"
    Duration = 300
    Cooldown = 300
    Amplifier = 2
    Weight = 5
    Icon = "example"

    DO NOT USE: "example.png"

Project members
FleeceComradeMods

FleeceComradeMods

UnknownMods

UnknownMods

SilentStranger

SilentStranger

PlanarUnknown

PlanarUnknown

Created: 21 Aug 2024

ID: 50808