Conversation
NeoForge has an extended IBlockExtension#getMapColor we can use Fabric can use the vanilla Block#getMapColor
* feat: vague outline * feat: most of the engine, some basic provider stuff and the core lexer * feat: unit tests * fix: introduce f/d suffix for proper double vs float eval * feat: properly support int/long/float/double/bigint * Update common/src/main/java/dev/ftb/mods/ftblibrary/expression/Lexer.java * Update common/src/main/java/dev/ftb/mods/ftblibrary/expression/ProviderInvoker.java * Update common/src/test/java/dev/ftb/mods/ftblibrary/expression/ExpressionEngineTest.java * Update common/src/main/java/dev/ftb/mods/ftblibrary/expression/ExpressionParser.java * Update common/src/main/java/dev/ftb/mods/ftblibrary/expression/ProviderInvoker.java * feat: method override handling and minor cleanup * feat: LRU from filter system * fix: use read lock not write lock * feat: LRU cache for expression parsing chore: removed the is and is not and not keywords as they were the same and == / != fix: failing unit tests * fix: remove not, and, or from the syntax as the aliases aren't needed * feat: support for XOR... Whoops, forget that exists * feat: expanded default contexts * feat: unit tests, the majority of the math impl but not the actual adding feat: more context features * feat: MATH! All unit tests pass at least * feat: improved the Arithmetic code * feat: finished up contexts + support for raw evals * fix: pr reviews
tryWrite (element variant) is now save tryRead is now load kept old methods around for now (deprecated)
tryWrite (element variant) is now save tryRead is now load kept old methods around for now (deprecated)
# Conflicts: # common/src/main/java/dev/ftb/mods/ftblibrary/json5/Json5Util.java
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.
26.1.2.2 beta