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:
-
Create a resource pack in your Minecraft installation
-
In the "assets" folder, create a directory named "potion_shrines"
-
Inside the "potion_shrines" folder, create two folders: "textures" and "models"
-
Place a PNG image for your icon in the "textures" folder (recommended size no more than 64x64 pixels)
-
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]
-
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"
-
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"