Releases: CleanroomMC/GroovyScript
Releases · CleanroomMC/GroovyScript
v1.2.5
What's Changed
- Fix GS Info Item Copying Formatting Characters by @WaitingIdly in #312
- Improve Creative Tab code by @WaitingIdly in #317
- Ore Ingredient Changes by @WaitingIdly in #310
- Comment
setTestStartingItems
for examples by @WaitingIdly in #309 - Debug Stick example script by @WaitingIdly in #314
- feat: Add author field to RunConfig by @Xikaro in #313
- Arcane World compat with RotN edition by @WaitingIdly in #311
- add FutureMC Composter compat by @WaitingIdly in #308
New Contributors
Full Changelog: v1.2.4...v1.2.5
v1.2.4
What's Changed
- Require Extended Crafting: Nomi Edition by @WaitingIdly in #304
- Add reflection helpers as metaclass expansion by @brachy84 in #295
- Arcane Recipe Builder aspect call enhancement by @WaitingIdly in #301
- Document via Descriptor and adjust Recipe Builder by @WaitingIdly in #302
- Adjust getMaxItemInput in missing places, fix examples by @WaitingIdly in #303
- Fix info command copying formatting by @WaitingIdly in #305
- add Factory Tech compat by @WaitingIdly in #272
- Document Vanilla Registries by @WaitingIdly in #300
- Fix Java 24 incompatibility by @brachy84 in #306
Full Changelog: v1.2.3...v1.2.4
v1.2.3
v1.2.2
What's Changed
- Fix HEI config breaking JEI compat by @WaitingIdly in #290
- Minor fixes for documentation by @WaitingIdly in #291
- Fix GroovyScript crashing on servers by @WaitingIdly in #293
Full Changelog: v1.2.1...v1.2.2
v1.2.1
What's Changed
- Spotless Creation by @WaitingIdly in #246
- add Horse Power compat by @WaitingIdly in #251
- add Random Things compat by @WaitingIdly in #253
- Fix file sorting when previously matched by @WaitingIdly in #261
- add JEI Category Sorting functionality by @WaitingIdly in #257
- add Ice And Fire compat by @WaitingIdly in #258
- StyleConstant creation by @WaitingIdly in #259
- Fix EnderIO Inventory Panel Crafting Crash by @WaitingIdly in #274
- Commands helper by @brachy84 in #269
- add Silent's Gems compat by @WaitingIdly in #276
- add Default GameRules by @WaitingIdly in #279
- Fix some IDE warnings by @WaitingIdly in #273
- Fix item transforms by @brachy84 in #281
- add Arcane World compat by @WaitingIdly in #278
- add Blood Arsenal compat by @WaitingIdly in #284
- add Additional Enchanted Miner compat by @code-onigiri in #282
- add Betweelands compat by @WaitingIdly in #285
- add Better With Addons compat by @WaitingIdly in #271
- Fallback property container for all installed mods by @brachy84 in #289
- Mapper backend refactor and texture deco improvements by @brachy84 in #280
New Contributors
- @code-onigiri made their first contribution in #282
Full Changelog: v1.2.0...v1.2.1
v1.2.0-hotfix1
Full Changelog: v1.2.0...v1.2.0-hotfix1
v1.2.0
What's Changed
- InvokerHelperVisitor visit the frame by @Ecdcaeb in #225
- Unblacklist GrS registry by @WaitingIdly in #232
- Fix Analysing Chamber removal shorthand by @WaitingIdly in #224
- add Immersive Technology compat by @WaitingIdly in #199
- Chisel Group exists on reload validation by @WaitingIdly in #237
- Fix loading cached inner classes by @brachy84 in #230
- Add (partial?) Advanced Rocketry compatibility by @Wizzerinus in #189
- add Tech Reborn compat by @WaitingIdly in #177
- Add PyroTech Oven and Kiln compat by @shadl7 in #219
- fix singleton aspect, change texture, make example by @WaitingIdly in #231
- cant download, wont use by @WaitingIdly in #242
- Boilerplate Registry for Lists by @WaitingIdly in #234
- fix odd validate calls by @WaitingIdly in #241
- Fix AA Oil Gen fluidInput method doing other things by @WaitingIdly in #243
- fix infusion type info handler being incorrect by @WaitingIdly in #244
- Make the Comp annotation easier to use by @WaitingIdly in #236
- Convert a handful of javax annotations to jetbrains by @WaitingIdly in #245
- More defaultValues for Object Mappers by @WaitingIdly in #249
- add Botania Tweaks compat by @WaitingIdly in #248
- Language Server fixes and improvements by @brachy84 in #235
- Astral Sorcery Starmetal Conversion by @WaitingIdly in #252
- Remove deprecated stuff for 1.2 by @brachy84 in #250
- Constraints on input stack size for recipe builder by @Wizzerinus in #222
- Config for method removal via asm by @brachy84 in #239
- add Future MC compat by @WaitingIdly in #254
- add Magneticraft compat by @WaitingIdly in #255
New Contributors
Full Changelog: v1.1.3...v1.2.0
v1.1.3
What's Changed
- Cyclic Enabled Check by @WaitingIdly in #209
- fix multiple punctuation marks by @WaitingIdly in #208
- Remove possibly incorrect JEI Category import by @WaitingIdly in #214
- Fix documentation listing some addition methods as removal by @WaitingIdly in #217
- Improve the recipe function by @juraj-hrivnak in #218
- Convert all Records to Classes by @IntegerLimit in #221
- Resolve Symbolic Links in Groovy Folder in Debug Mode by @IntegerLimit in #210
- Crl fixes and more by @brachy84 in #220
Full Changelog: v1.1.2...v1.1.3
v1.1.2
What's Changed
- Fix IE Oredict item count by @WaitingIdly in #191
- Fix some IE Recipe Builders not using IIngredient properly by @WaitingIdly in #196
- Add The Aurorian compatibility by @Wizzerinus in #183
- Fix Edge Case Running Status of Sandbox by @IntegerLimit in #205
- Add mixin to OreIngredient to access its name by @juraj-hrivnak in #204
- Fix "value already present" error on reloading by @juraj-hrivnak in #203
- add Atum 2 compat by @WaitingIdly in #192
- add Mystical Agriculture compat by @WaitingIdly in #193
- add Cyclic compat by @WaitingIdly in #194
- add Primal Tech compat by @WaitingIdly in #197
- add Extra Botany compat by @WaitingIdly in #198
- add Botanic Additions compat by @WaitingIdly in #200
- Improve hand command functionality by @WaitingIdly in #186
- Minor Documentation Fixes by @WaitingIdly in #206
- Create recipes using a RecipeBuilder in more situations by @WaitingIdly in #202
- Add JEI Categories and related improvements by @WaitingIdly in #201
Full Changelog: v1.1.1...v1.1.2
v1.1.1
What's Changed
- fix botania lexicon not being added by @WaitingIdly in #184
- add allowedSoils for Flower Generation by @WaitingIdly in #185
- add ProjectE compat by @WaitingIdly in #163
- Add ProdigyTech compatibility by @Wizzerinus in #173
- Add EssentialCraft 4 compatibility by @Wizzerinus in #176
- add PneumaticCraft: Repressurized compat by @WaitingIdly in #162
- add Immersive Petroleum compat by @WaitingIdly in #171
- Change from mixin GuiScreen to listen to ClientChatEvent by @WaitingIdly in #187
New Contributors
- @Wizzerinus made their first contribution in #173
Full Changelog: v1.1.0...v1.1.1