README.md

July 22, 2025 ยท View on GitHub

PolyDoodads

Features

Polydoodads adds server-side trinkets that give specific buffs to the player. They are crafted from a number of materials and cut gems, each one with its own base attributs.

Cut gems are created by right-clicking a grindstone with the selected gem in hand. E.g.: Emerald -> Cut Emerald. Cut Redstone and Cut Glowstone are made using Redstone and Glowstone Blocks, not Dusts.

This mod is fully server-side (provided you use Polymer's generated resource pack on the server) and also works in single player. Recipes can be viewed using Polydex.

Materials & Gems

Each material has a base modifier and might have a secondary modifier. Gems only have a base modifier and value, with the latter being multiplied by the trinket's material gem modifier. Values with a + are added to the base, while values with an x are multiplied then added to the base.

As an example, a Quartz Iron trinket will grant the player [base] + 2 Armor, [base] + [base] x 0.05 Knockback Resistance, and [base] + [base] x 0.05 x 1.5 Movement Speed.

MaterialsBase ModifierValueSecondary ModifierValueGem Modifier
CopperArmor+1----x1
IronArmor+2Knockback Resistancex0.05x1.5
GoldArmor+1Block Break Speedx0.05x2
NetheriteArmor+3Burning Timex-0.1x3
Cut GemsModifierValue
QuartzMovement Speedx0.05
DiamondAttack Damagex0.05
EmeraldLuckx0.125
Lapis LazuliOxygen Bonusx0.05
AmethystArmor Toughnessx0.05
RedstoneMax Health+2
ResinBlock Reach+1
GlowstoneAttack Speedx0.05
Ghast TearExplosion Knockback Resistancex0.1

Additional Information

PolyDoodads is in beta. Submit bugs, suggestions and questions to the Issues page on GitHub with the proper label if possible.