-
Notifications
You must be signed in to change notification settings - Fork 196
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Browse files
Browse the repository at this point in the history
* Added KJS Binder for GCyM stuff (#481) * GCyM Kjs Binders * removed gcym mats * "fix" #480 (#482) * "fix" #480 * memoize this cuz why not, should? speed it up. * fixed molten watertight steel missing (#489) Co-authored-by: Arborsm <[email protected]> * fixes (#490) * fix: SoundEntryProvider uses the wrong modid if you don't call it from GT. * fix: material tooltips on non-GT items. * fix: add ChemicalHelper to KJS bindings * fix: stone can be crafted to dust in crafting table, other issues like that * fix: tools only have "digger" enchantments * fix #488 * try to fix #458 * chore: changelog, version bump * revert fix. didn't fix. * feat: fluid tooltips (untested this laptop is too slow) * feat: fluid tooltips (untested this laptop is too slow) * final fixes to stuff stop adding tooltips to other mods' items as a temp fix to it being _really_ slow to compute * todo comment Co-authored-by: Mikerooni <[email protected]> * Update common/src/main/java/com/gregtechceu/gtceu/api/data/chemical/ChemicalHelper.java Co-authored-by: Mikerooni <[email protected]> --------- Co-authored-by: Mikerooni <[email protected]> --------- Co-authored-by: Drackion <[email protected]> Co-authored-by: screret <[email protected]> Co-authored-by: Arbor <[email protected]> Co-authored-by: Arborsm <[email protected]>
- Loading branch information
1 parent
8677e4a
commit 9815cdf
Showing
26 changed files
with
331 additions
and
35 deletions.
There are no files selected for viewing
This file contains 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,8 @@ | ||
# ChangeLog | ||
|
||
* fix feature order cycle on fabric | ||
* make some API methods more addon dev friendly | ||
* add tags for all purified/refined ores | ||
* fix tools only accepting digger enchantments | ||
* fix stone, netherrack, hay being craftable to 9 dust in a crafting table | ||
* fix machines sometimes crashing when auto-output is toggled rapidly, resulting in it being enabled but no output side being set | ||
* fix SoundEntryProvider always placing the JSON in /assets/gtceu/sounds.json | ||
* add material tooltips for non-GT items | ||
* add KJS binding for ChemicalHelper |
This file contains 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
This file contains 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
This file contains 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
This file contains 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
This file contains 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
This file contains 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
This file contains 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
This file contains 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
This file contains 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
This file contains 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
This file contains 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
This file contains 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
Oops, something went wrong.