CraftTweaker2-1.12-4.1.9
on Jun 7, 2023fixed biome names on servers, close #526
update wiki command to point to the new docs
fixed forge complaining about duplicate ASM
fixed legacy oredict code close #541
========================================================
ZSLint!!! Run /ct zslint and open visual studio on the script folder!
CraftTweaker2-1.12-4.1.8
on Jun 7, 2023fixed loadup crash
CraftTweaker2-1.12-4.1.7
on Jun 7, 2023Added Command manager wrapperAdding recipes.replaceAllOccurences(IIngredient,IIngredient) as a new zenscript command.
Changed how names are set for replacement recipes
Implemented events.onPlayerBonemeal
Added DamageSource Bracket handler and static methods to get damagesources
Added Nullcheck to getIngredient
Fixed Typo in IMod
CraftTweaker2-1.12-4.1.6
on Jun 7, 2023# Changes since the last release:
## Crafttweaker:
### Additions/Changes:
- IIngredients now have a `commandString` getter
- ICraftingRecipes now have more getters like output, shaped, hidden, ingredients2d etc.
- Added #ikwid preprocessor which will disable ingame error notifications for all files.
- JEI Fluid hiding.
- Modloaded Preprocessor now also allows for negations using !modid
CraftTweaker2-1.12-4.1.5
on Jun 7, 2023Fixed Ingredient Lists for shaped Recipes
Added tabLabel to AT list. Stopped using reflection to get tab names
Removed crafttweaker/util/pair since that's now in ZS/util
changed getRemainingItems implementation to prevent false event calls
Readded IItemTransformer, now going two-pronged with transformers for now
Some methods to fix IItemTransformers and IIngredient#reuse
CraftTweaker2-1.12-4.1.4
on Jun 7, 2023Fixed player spam on login
Fixed removeByRegex
CraftTweaker2-1.12-4.1.3
on Jun 7, 2023Made BracketHandler Priority work
Made fuel value retrieval more accurate
Fixed crashes due to Access Transformers
Fixed String escaping (Close #447)
Fixed log spam
Fixed liquid matching (close #449)
CraftTweaker2-1.12-4.1.2
on Jun 7, 2023Fixed oredict matching
CraftTweaker2-1.12-4.1.1
on Jun 7, 2023Fixed SymbolScriptReference
Changed again how the scriptReference works, now uses the "scripts" keyword
Fixed CME error with removebyname
Fixed shaped recipe being removed
Now all string methods should work, except for those with chars as they are not in ZS!
fixed block hardness (#431)
CraftTweaker2-1.12-4.1.0
on Jun 7, 2023SCRIPTS *MAY* BREAK, THEY SHOULDN'T BUT HERE IS A WARNING INCASE!
Fixed ct hand outputting the wrong nbt
simple Generic (functional) Interfaces
OreDict#add now accepts a Vararg
Some missing or new annotations
Stopped Bracket Handlers from being registered Twice
CraftTweaker2-1.12-4.0.12
on Jun 7, 2023Fixed oredict issues
CraftTweaker2-1.12-4.0.11
on Jun 7, 2023added recipe name to /ct recipes handAdded pow for Math.pow
Made transformerRecipes public
Improve performance of ActionRemoveRecipesNoIngredients (#384)
Entity API refactor (#354)
Global variables and Brewing Recipe Addition (#383)
added recipe name to /ct recipes hand
CraftTweaker2-1.12-4.0.10
on Jun 7, 2023Fixed The seed registry being edited before being filled.
Added @ZenMethod to IData's and IItemStack's casters
Added @ZenMethod annotation to some ZenMemberGetters/Setters\
Fixed Map Index Setter
Fixed(?) Boolean inversion
CraftTweaker2-1.12-4.0.9
on Jun 7, 2023updated CTGUI to be more author friendly
Fixed the JEI plugin from crashing on startup
Added support for outputting to different files(CTGUI)
stopped using deprecated method in favour of new forge method
made action errors log to the log file
fixed damaged items transforming to undamaged items
CraftTweaker2-1.12-4.0.8
on Jun 7, 2023Exposed IBiome to ZS
Added a way to get player's position
sideonly preprocessor
revamped dumpzs
fixed tooltips in ctgui
removed console spam on world load
CraftTweaker2-1.12-4.0.7
on Jun 7, 2023Fixed crashes for scripts in subfolders of subfolders (#322)
Fix Issues with ZenProperty (#323)
fixed null items in shapeless recipes
Fixed console spam
CraftTweaker2-1.12-4.0.6
on Jun 7, 2023Fixed crash on startup
CraftTweaker2-1.12-4.0.5
on Jun 7, 2023Fixed ctgui giving invalid recipes
New Command: - http://crafttweaker.readthedocs.io/en/latest/#Vanilla/Commands/#dumpzs
Preprocessors revamped:
- Loader can be specified when loading, so when you want to load ZS scripts as a different time as CrT does just call it with a different name and any file with the specified loader will get loaded
- http://crafttweaker.readthedocs.io/en/latest/#AdvancedFunctions/Preprocessors/LoaderPreprocessor/
- http://crafttweaker.readthedocs.io/en/latest/#AdvancedFunctions/Preprocessors/ModLoadedPreprocessor/
CraftTweaker2-1.12-4.0.4
on Jun 7, 2023Fixed giving items to the player with a full inv causing the items to disappear
Fixed hiding with WILDCARD metadata (#301)
* Update forge to 2413
* Potions added
* changes to recipes with no name
* uses hashes of strings which are consistent.
CraftTweaker2-1.12-4.0.3
on Jun 7, 2023Fixed generated folder from generating
Made loadedMods.contains accessible
Added JEI support
Added minecraft:potion.clearTooltip()
Fixed crash on startup if recipes are invalid
Made the recipe book fix less hacky