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!
CraftTweaker-1.10.2-3.0.16
on Jun 7, 2023Moved packets off the network thread
Fixed the FileLogger crashing headless servers
Fixed an issue on world load that some people were having
Added a new script function
Added a new recipe action, example:
CraftTweaker-1.10.2-3.0.15
on Jun 7, 2023Fixed JEI problems
CraftTweaker-1.10.2-3.0.14
on Jun 7, 2023Moved to Java 8
Dropped 1.7.10 and 1.8.9 support
Fixed sub directories
Fixed broken /help
Fixed "Wildcard in output on recipe removal causes removal of all recipes using a custom recipe handler"
Fixed CT-GUI messing up shapeless output