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
CraftTweaker2-1.12-4.0.2
on Jun 7, 2023Fixed script output being weird
Added support for getting all items from a single mod
for item in loadedMods["minecraft"].items {
print(item.name);
}
Fixed null pointer getting recipes
changes to recipes with no name
CraftTweaker2-1.12-4.0.1
on Jun 7, 2023Fixed not being able to connect to a server
CraftTweaker2-1.12-4.0.0
on Jun 7, 2023CraftTweaker-1.11.2-3.0.26
on Jun 7, 2023CraftTweaker-1.10.2-3.0.26
on Jun 7, 2023Fixed JEI hiding
Changed mt hand output, it will now output the stacksize if it is more than 1
Fixed recipe dumping crashing
Fixed JEI Support
Added JEI.removeAndHide(); which removes the recipe and hides the output from JEI
Moved the first reload event to run before the actions are undone
CraftTweaker-1.11.2-3.0.25
on Jun 7, 2023CraftTweaker-1.10.2-3.0.25
on Jun 7, 2023Fixed .giveBack
Fixed possible NPE
Fixed logging of false errors
updated 1.10.2 forge
Removed inventory cache
Added a fall back if a block does not have an ItemBlock (some vanilla blocks)
CraftTweaker-1.11.2-3.0.24.
on Jun 7, 2023CraftTweaker-1.10.2-3.0.24
on Jun 7, 2023Fixed dupe bug
CraftTweaker-1.11.2-3.0.23
on Jun 7, 2023Fixed a dupe bug.
Fixed CTGUI
CraftTweaker-1.10.2-3.0.23
on Jun 7, 2023Fixed a dupe bug.
CraftTweaker-1.10.2-3.0.20
on Jun 7, 2023Fixed an issue when mobs are captured into the mobdrop list.