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.
CraftTweaker-1.10.2-3.0.19
on Jun 7, 2023Fixed a crash on startup regarding JEI
CraftTweaker-1.10.2-3.0.18
on Jun 7, 2023Fixed spam in server console when running /help
Fixed JEI support not loading.
Implemented String equals into Zenscript ("string1" == "string2")
Added an Entity Bracket Handler
Added mob drop supports
CraftTweaker-1.10.2-3.0.17
on Jun 7, 2023Properly fixed JEI issue now!