File Details
foxysmod-1.2.1.jar
- R
- May 13, 2026
- 1.23 MB
- 1.4K
- 1.21.1
- NeoForge
File Name
foxysmod-1.2.1.jar
Supported Versions
- 1.21.1
Curse Maven Snippet
Updated bounty system:
- Only refresh claimed bounties 1 hour after being claimed
- Allow non-player bounties (More mob heads & items
- Updated config to select number of player and non-player bounties.
Made Bank & ATM mineable and wrenchable
Bank fines now start at the config value and double for each offence.
Warning: Your Bounties JSON will need to be updated after this update. Example:
[
{
"target": "foxynotail",
"min_reward": 4,
"max_reward": 16,
"is_player": true,
"texture": "",
"item_id": ""
},
{
"target": "The Breeze",
"min_reward": 1,
"max_reward": 4,
"is_player": false,
"texture": "eyJ0ZXh0dXJlcyI6eyJTS0lOIjp7InVybCI6Imh0dHA6Ly90ZXh0dXJlcy5taW5lY3JhZnQubmV0L3RleHR1cmUvYTI3NTcyOGFmN2U2YTI5Yzg4MTI1YjY3NWEzOWQ4OGFlOTkxOWJiNjFmZGMyMDAzMzdmZWQ2YWIwYzQ5ZDY1YyJ9fX0=",
"item_id": ""
},
{
"target": "An Ominous Trial Key",
"min_reward": 1,
"max_reward": 1,
"is_player": false,
"texture": "",
"item_id": "minecraft:ominous_trial_key"
}
]

