0 of 0

File information

Last updated

Original upload

Created by

BenTGI

Uploaded by

BenTGI

Virus scan

Safe to use

About this mod

The Egg blesses you with the statue of blessings

Requirements
Permissions and credits
1.6 only

adds additional blessings and curses to the statue of blessings 


This is entirely assuming that i know what i am doing which is very unlikely. This mod uses the brilliant custom blessings framework. 


Big Thanks to AngelOfStars's mod Blessings of the Valley as it helped me understand the framework. the mod itself is brilliant! highly recemmend! 


SideNote: i am a silly little egg so when somebody inevitably finds a problem with my mod. feel free to scream at me about it but there is a low chance that i am smart enough to fix it. 


{
  "Blessing Of The Egg": {
    "Type": "simple",
    "DisplayName": "Blessing Of The Egg",
    "Description": "The Egg has blessed you.",
    "CustomMethod": "",
    "CustomTexture": true,
    "IconTexture": "assets/blessing1.png",
    "IconSpriteIndex": -1,
    "Mimic": "",
    "Effects": {
      "FarmingLevel": 0,
      "FishingLevel": 0,
      "MiningLevel": 3,
      "LuckLevel": 3,
      "ForagingLevel": 1,
      "MaxStamina": 0,
      "MagneticRadius": 2,
      "Speed": 1,
      "Defense": 3,
      "Attack": 2
    }
  },
  
    "Curse Of The Egg": {
    "Type": "simple",
    "DisplayName": "Blessing Of The Egg",
    "Description": "The Egg has cursed you.",
    "CustomMethod": "",
    "CustomTexture": true,
    "IconTexture": "assets/blessing1.png",
    "IconSpriteIndex": -1,
    "Mimic": "",
    "Effects": {
      "FarmingLevel": 0,
      "FishingLevel": -1,
      "MiningLevel": 0,
      "LuckLevel": -2,
      "ForagingLevel": 0,
      "MaxStamina": 0,
      "MagneticRadius": -1,
      "Speed": -2,
      "Defense": -3,
      "Attack": -1
    }