Skip to content

Releases: Tigereye504/spellbound

Spellbound 1.16.0 is out!

Choose a tag to compare

@Tigereye504 Tigereye504 released this 21 Aug 19:59

Additions:
-Adds Sunken Treasure, a Luck enchantment for fishing rods that lets users find crates while fishing.
-Adds Crates, place-able blocks that generate chest loot when broken based on their quality and dimension of origin.
--produces vanilla contents of the overworld, nether, and end, with a few custom loot tables to fill out the selection of the later two. Loot tables and dimensions from other mods can be added via datapack, and by default crates from foreign worlds will produce overworld content.

Changes:
-Fisher of Men now makes hooking entities a 'proper' use of the tool, only consuming one durability instead of five.
-Pestilence now only produces stink clouds when hit instead of all the time

Bugfixes:
-Fixed crash related to Tethered effect
-Cleaned up Pestilence code somewhat

Spellbound 1.20.0

Choose a tag to compare

@Tigereye504 Tigereye504 released this 26 Feb 19:30
5e06ce7

Additions:
-Adds Goldskin, a protection enchantment that grants a regenerating supply of Absorption.
-(1.19) Adds Vengeful, a retaliation enchantment that provides follow up strikes against foes that hurt you.
-(1.18) Adds Pinata, a looting enchantment about occasional and literal fountains of monster drops.
-(1.17) Adds Universal, a tool-utility enchantment that lets you mine off-type blocks at reduced speed.
-(1.17) Adds Chilled, a tool-utility enchantment that freeze adjacent liquids when blocks are broken.

Changes:
-Flesh Wound reworked, it now adds breakpoints to the user's healthbar that provide substantial amounts of absorption when breached.
-(1.18.1) Shielded creatures now has a visible barrier.
-(1.17-1.19.1) Various minor changes

Bugfixes:
-(1.17-1.19.1) Various

Spellbound 1.15.0

Choose a tag to compare

@Tigereye504 Tigereye504 released this 03 Dec 05:14
5e06ce7

Additions:
-Adds Widened, an efficiency enchantment that allows a tool to harvest multiple contiguous, uncovered, matching blocks in an area ranging from a plus shape at level 1 to a 5x5 square at level 5, at cost of a minor mining speed penalty. In addition, It will apply a tool's on-use effects such as tilling or bark stripping to the enchantment's area of effect. Appears on any digging tool.

Widened is a complex enchantment, and has several configurations to allow players and servers to customize it's function.
-REQUIRE_EXACT_MATCHING_BLOCK determines if blocks in the area will only be effected if they match the origin block. If false, blocks of other kinds will be effected if they are within the allowed range of hardness and meet all other conditions. It defaults to 'true'.
-ALLOW_UNSUITABLE_TOOL determines if the enchantment can interact with blocks that the current tool is not suited for, such as dirt for a pickaxe. It defaults to 'false'.
-REQUIRE_UNCOVERED_BLOCK determines if the enchantment can effect blocks that are covered on the face that the target block was broken on. This defaults to 'true'.
-REQUIRE_CONTIGUOUS_BREAK determines if the enchantment can break blocks that are not connected to the target block by some path of blocks that will themselves be broken. If it is false, blocks isolated from the target block will be left intact. This defaults to 'true'.
-IS_DIAGONAL_CONTIGUOUS only matters if REQUIRE_CONTIGUOUS_BREAK is true. It determines if diagonal contact is sufficient, or if cardinal adjacency is required. This defaults to 'true'.
-MAXIMUM_HARDNESS_GAIN only matters if REQUIRE_EXACT_MATCHING_BLOCK is false. It is the limit of how much harder a block can be than the target and still be broken. This defaults to '0'.
-MAXIMUM_HARDNESS_LOSS only matters if REQUIRE_EXACT_MATCHING_BLOCK is false. It is the limit of how much softer a block can be than the target and still be broken. This defaults to '0'.
-MINING_SPEED_FACTOR is applied to the tool's mining speed multiplicatively. This defaults to '.7'.

Spellbound 1.14.1

Choose a tag to compare

@Tigereye504 Tigereye504 released this 29 Nov 02:43
5e06ce7

Update to 1.20.1

Bugfixes:
-Visual elements of the Shielded and Dying status effects could become opaque
-Attractive and Repulsive slowed nearby players
-Attractive could make pig riders fly
-Attractive and Repulsive didn't work on players on servers
-/killing a user with Flesh Wound would give them infinite absorption hearts if they survived, such as with Last Gasp or a Totem
-Rare crash on server when Jousting
-Last Gasp no longer prevents Totems of Undying from triggering
-Crash when non-players used Scalping weapons in beta
-Damage enchantment mixin broke in beta

Changes:
-Last Gasp users now suffer an upfront loss of 50% to 0% of their maximum health when taking a Last Gasp. This makes small amounts of Last Gasp less effective, but far from useless, without sacrificing effectiveness on full sets.
-Last Gasp now better supports epic level enchanting; having more than 16 enchantment ranks will increase the user's maximum health during a Last Gasp, allowing them to outlast the Dying status with a small amount of max health remaining.
-Attractive and Repulsive no longer target the user's mount (or mount's mount), nor any mounted target.
-Spikes no longer target the user's mount nor rider (or mount's mount or rider's rider).
-Shielded Hearts now overlap with each other gracefully.

Spellbound 1.14.0.1

Choose a tag to compare

@Tigereye504 Tigereye504 released this 01 Dec 05:51
5e06ce7

Hotfix for Minecraft 1.19.2 version

-Protection enchantment tag had a typo, as a result protection incompatibility did not function. Recommend updating immediately for the sake of balance.

Spellbound 1.13.0

Choose a tag to compare

@Tigereye504 Tigereye504 released this 13 Oct 21:35
5e06ce7

Additions:
-Adds Warlike, a utility enchantment that raises the local difficulty and clamped local difficulty. Appears on chest armor, compatible with all armor.

Changes:
-The highest level of any spellbound enchantment has no upper limit to maximum enchanting power, and so can appear in excessively powerful enchanting operations.
-Users of Outburst emit anger particles when struck, increasing in quantity as rage builds.

Bugfixes:
-On-break effects such as Legacy or Resurfacing can no longer trigger multiple times.

Spellbound 1.12.1

Choose a tag to compare

@Tigereye504 Tigereye504 released this 13 Jul 23:26
5e06ce7

Additions:
-CAN_SHIELD_HAVE_ARMOR_ENCHANTMENTS configuration determines if protection enchantments can be applied to shields. Defaults to 'false'

Changelog:
-Reworked how enchantment targets are handled on the backend. It should interact much more nicely with mods that change how enchanting works.
-Includes ASM as a jar-in-jar dependency in order to modify minecraft's enchantment target enum. No changes are required from or should be noticed by users, this is wholly internal.

Bugfix:
-IS_TREASURE and IS_FOR_SALE configs were not working for several enchantments
-Priming was triggering twice with each hit
-'Extra Bubbly' and 'Very Bubbly' Flavors could exist on the same Lava Java

Spellbound 1.12.0

Choose a tag to compare

@Tigereye504 Tigereye504 released this 04 Jul 00:49
5e06ce7

Additions:
-Introduces Scalping, a 3-rank Looting enchantment that cuts away drops from victims before they even finish dying, and cuts away even more with overkill. It is found on axes and compatible with swords.
-Introduces Storied, a Meta enchantment that levels up and adds more enchantments to an item as its legend grows. Storied can appear on any tool or weapon, but cannot be found via enchanting table nor by shopping and so must be found in other ways.
-Introduces Resurfacing, a Repair enchantment that ensures your tool is never gone forever. Should the item be broken, abandoned, destroyed or even thrown into the very void it will turn up again in some place you have not yet explored. Only by destroying the enchantment first can a Resurfacing tool be lost forever.

Changes:
-Personality enchantment category has been replaced with the Meta enchantment category.
-Fortune and Looting are now separate enchantment categories.
-Configuration file overhauled.
-Legacy now triggers when enchanted items are destroyed as item entities.

Bugfix:
-Prospector abuse detector did not distinguish between dimensions

Spellbound 1.11.3

Choose a tag to compare

@Tigereye504 Tigereye504 released this 28 Jun 00:37
5e06ce7

Changes:

-Prospector will no longer consider blocks placed after world generation when producing pebbles and shards. This feature can be disabled in the config under prospector.DETECT_ABUSE

-Further adjustments to prospector drop tables

-Config file reorganized, IS_TREAURE and IS_FOR_SALE configurations added for all enchantments

-Repair enchantments are now treasure enchantments by default

-Monogamous and Polygamous are now disabled by default. They are out of place with the rest of the mod's enchantments, and are confusing to most players.

Spellbound 1.11.2

Choose a tag to compare

@Tigereye504 Tigereye504 released this 24 Jun 18:47
5e06ce7

Changes:
-Prospector is weighted more heavily towards drops near ore over drops found at random
-Prospector avoids generating drops from the same location multiple times
-Death Wish and Hearty far less heavy on server

Bugfixes:
-math error inverted value of 'base power' configurations, greatly distorting low tier enchanting.