Exploit fixes for media_consumption attribute#987
Merged
object-Object merged 8 commits intoFallingColors:mainfrom Jan 18, 2026
Merged
Exploit fixes for media_consumption attribute#987object-Object merged 8 commits intoFallingColors:mainfrom
object-Object merged 8 commits intoFallingColors:mainfrom
Conversation
|
Also heads up: in the 1.5.8 update for Lapisworks coming When It's Done™, P.S. that config list does not look very modular for any future addons. |
Contributor
Author
|
Ok, added |
14d1ca0 to
97c3be7
Compare
object-Object
requested changes
Jan 17, 2026
CHANGELOG.md
Outdated
Comment on lines
7
to
15
| ## `0.11.4` - ??? | ||
|
|
||
| ### Added | ||
|
|
||
| - Added the `cannot_modify_cost` tag for patterns that should ignore the `media_consumption` attribute when calculating cost, by Robotgiggle in [987](https://github.com/FallingColors/HexMod/pull/987) | ||
|
|
||
| ### Changed | ||
|
|
||
| - Changed the `media_consumption` attribute to only apply to player-based casting, by Robotgiggle in [987](https://github.com/FallingColors/HexMod/pull/987) |
Member
There was a problem hiding this comment.
Suggested change
| ## `0.11.4` - ??? | |
| ### Added | |
| - Added the `cannot_modify_cost` tag for patterns that should ignore the `media_consumption` attribute when calculating cost, by Robotgiggle in [987](https://github.com/FallingColors/HexMod/pull/987) | |
| ### Changed | |
| - Changed the `media_consumption` attribute to only apply to player-based casting, by Robotgiggle in [987](https://github.com/FallingColors/HexMod/pull/987) | |
| ## [UNRELEASED] | |
| ### Added | |
| - Added the `cannot_modify_cost` tag for patterns that should ignore the `media_consumption` attribute when calculating cost, by Robotgiggle in [987](https://github.com/FallingColors/HexMod/pull/987). | |
| ### Changed | |
| - Changed the `media_consumption` attribute to only apply to player-based casting, by Robotgiggle in [987](https://github.com/FallingColors/HexMod/pull/987). |
Common/src/main/java/at/petrak/hexcasting/api/casting/eval/CastingEnvironment.java
Outdated
Show resolved
Hide resolved
Common/src/main/java/at/petrak/hexcasting/api/casting/eval/CastingEnvironment.java
Outdated
Show resolved
Hide resolved
Common/src/main/java/at/petrak/hexcasting/datagen/tag/HexActionTagProvider.java
Outdated
Show resolved
Hide resolved
Common/src/main/java/at/petrak/hexcasting/api/casting/iota/PatternIota.java
Outdated
Show resolved
Hide resolved
object-Object
requested changes
Jan 17, 2026
Common/src/main/java/at/petrak/hexcasting/api/casting/eval/CastingEnvironment.java
Outdated
Show resolved
Hide resolved
Common/src/main/java/at/petrak/hexcasting/api/casting/eval/CastingEnvironment.java
Outdated
Show resolved
Hide resolved
Common/src/main/java/at/petrak/hexcasting/api/casting/eval/env/PlayerBasedCastEnv.java
Outdated
Show resolved
Hide resolved
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
cannot_modify_cost) for patterns that should not have their costs modified