Set Bonuses

Quick rating

Set Bonuses

No reviews yet

Fully configurable enchantments and set bonuses

Magic
Mod Loaders
Fabric
Minecraft
1.18

Community voices

Reviews

Versions
Loading versions…
Match includes

Click once to include, again to exclude, again to clear

Rating Any
Any 0.5 1.0 1.5 2.0 2.5 3.0 3.5 4.0 4.5 5.0
Min
Max
Play Status
Reviews
Time Played
hrs+
Verified developers only
Has developer response
List view
Grid view
Compact view
Sort by
Date
Rating
Helpful
Unhelpful
Edited
Sort ascending
Delete this review?

This removes your review from the project. You can write a new review after.

Review submitted for moderation

Your review has been sent to moderators, who will check that it meets our guidelines before it appears publicly.

No reviews yet. Be the first to review this project!

Get it on

Available Platforms

Compatibility

Supported Environments

Dev Environment
Client Unsupported
Server Required

About

Project Details

Type
Mod
License
ISC License
Latest Version
v0.1.1
Authors

For authors

Embed Badge

If you're the author of this project, you can embed a live badge anywhere that supports HTML or Markdown. It updates automatically whenever ratings change.

Custom banner text
ModDex rating badge preview

Use HTML for any page that supports it, or Markdown for README files and Markdown-based descriptions.

Identifiers

Platform IDs

Modrinth ID

Resources

External Links

About

Description

Set Bonuses

This 1.17.1 Fabric mod requires Fabric API. It was written by CodedSakura for the Summer 2021 ServJam.

It includes in itself Polymer and Server Translations API.

Set Bonuses adds fully configurable enchantments and set bonuses.

Config

Located in config/SetBonuses.json.

Root:
enchantments:
> enabled: boolean = true
> list: ConfigEnchantment[] = []
setBonuses:
> enabled: boolean = true
> list: ConfigSetBonus[] = []

ConfigEnchantment

Source

enabled: boolean = true
id: string [Required!]
levels: int = 1 - amount of enchantment levels
toggleable: boolean = true - weather the player can toggle the enchantment using MMB
treasue: boolean = false - is treasure enchant
cursed: boolean = false - is cursed enchant
forEnchantedBook: boolean = true - can be gotten in an enchantment table
forRandomSelection: boolean = true - can be gotten by villager trading
slots: string[] = ["HEAD", "CHEST", "LEGS", "FEET"] - on what slots it will work
target: string = "ARMOR" - on what can be applied (valid values: "ARMOR", "ARMOR_HEAD", "ARMOR_CHEST", "ARMOR_LEGS", "ARMOR_FEET")
rarity: string = "UNCOMMON" - (valid values: "COMMON", "UNCOMMON", "RARE", "VERY_RARE")
power: - level scaling in enchantment table
> base: int = 5 - base level
> delta: int = 5 - level range
> increment: int = 5 - increase to base per level
stacking: string = "MAX" - "MAX" - highest, "ADDITIVE" - sum, "MULTIPLICATIVE" - product
effect: [] = [] - array of potion effects
> id: string [Required!]
> duration: int = 210 > ambient: boolean = false > showParticles: boolean = false > showIcon: boolean = true materials: string[] = [] - empty array means any item, otherwise functions as whitelist (valid values: "LEATHER", "CHAIN", "IRON", "GOLD", "DIAMOND", "TURTLE", "NETHERITE")

ConfigSetBonus

Source

enabled: boolean = true
effect: [] = [] - array of potion effects
> id: string [Required!]
> duration: int = 210
> ambient: boolean = false
> showParticles: boolean = false
> showIcon: boolean = true
toughness: float = 0 - added toughness per piece
protection: float = 0 - added protection per piece
knockbackResistance: float = 0 - added knockback resistance per piece
partial: string = "OFF" - "OFF" - only if all 4 pieces, "REDUCED_3" - reduced by half if 3 of 4 pieces "MISSING_CHEST" - 4 pieces or mismatched chest piece
material: string [Required!] - (valid values: "LEATHER", "CHAIN", "IRON", "GOLD", "DIAMOND", "NETHERITE")

Thanks

Many thanks to the helpful people over at the ServJam discord and Fabric Server-Side Development discord! Without your help I couldn't have rushed it last evening to completion it wouldn't be where it ended up being!
Special shout-outs to (in no particular order) BradBot_1#2042, TheEpicBlock_TEB#0452, Patbox#4687, Potatoboy#3053 and SpaceClouds42#2255!

Screenshots

Gallery

This project has no gallery images yet.

Versions

Files

Relations

Project Relations

More like this

Similar Mods

Suggestions use data such as tags, dependencies, dependents, descriptions, titles, and more to rank how much they overlap with this mod.

On ModDex

Community snapshot

0
Ratings
0
Followers
0
In stacks

By the numbers

Statistics

<1,000
Downloads
Last Updated
CurseForge
Created
Last synced
When ModDex last fetched this project from CurseForge or Modrinth. Every project is re-checked on a schedule, and any project that ships a new file is synced automatically within hours of the release.
New file updates sync automatically
How syncing works