登陆 注册 QQ登陆
快捷导航
查看: 1|回复: 0

[模组分享] GroovyScript (GroovyScript)-MOD模组

[复制链接]

5462

主题

24

回帖

7220

积分

龙❁妻

Rank: 8Rank: 8

经验
7220 EP
金粒
1694 粒
绿宝石
20 块
爱心
0 点
发表于 2025-8-10 17:53:14 | 显示全部楼层 |阅读模式
GroovyScript (GroovyScript)Github |相关wiki |源站链接支持: forgeGroovyScript是Minecraft 1.12的一款脚本修改模组,允许您在不设置mod的情况下改变各种游戏机制。大多数情况下,它用于创建新的配方。

特点:

1. *Groovy*: 一种强大且经过测试的脚本语言

   - 兼容Java的语法 + 互操作性代码

   - 静态编译

   - 可选的动态类型

   - 元编程

2. *沙盒环境*: 脚本在沙盒中运行,敏感操作被列入黑名单,无法被调用或引用

3. *重新加载*: 能够在游戏内测试脚本更改而无需重新启动

   - 几乎所有Forge Registry对象都可以实时重新加载

   - 大多数mod注册表都有原生支持

4. *事件*: 使用Groovy闭包轻松监听Forge的事件总线

5. *熟悉性*: 为那些熟悉CraftTweaker的人提供括号处理程序(目前已实现,可能在不久的将来删除)

6. *信息丰富*: 命令可显示手中物品等丰富信息

7. *优化*: 确保在提供有效代码的同时不会做出任何妥协

8. *API*: 为其他mod作者提供了丰富的代码目录,使其mod与GroovyScript兼容,如包/类/方法/字段黑名单

模组兼容性:

技术上,几乎可以直接访问所有代码,因此几乎每个模组都可以与之兼容。然而,GroovyScript确实添加了辅助方法,使一切变得更清洁、更容易。

对于配方注册表的重新加载必须由我们手动实现,而且非常繁琐。我们目前支持一些mod的配方重新加载,但如果有人能帮助添加兼容性和/或编写wiki页面,我们将不胜感激。

常见问题:

- *它是否支持X模组?能够做到X模组的X功能吗?*

    Groovy可以访问几乎所有的Java代码。这意味着几乎所有东西都是“支持的”,只要您知道如何做。像配方之类的东西是不能重新加载的。我们需要为特定的配方类型手动添加支持。

- *您能添加对X模组的支持吗?*

    可能可以。我们打算使其与几乎所有的模组配合使用。如果您想要的模组尚未得到支持,您可以在Discord上咨询我们。

- *为什么mod文件这么大?*

    为了使mod正常工作,我们需要包含相当大的Groovy库。

- *这与CraftTweaker和KubeJS兼容吗?*

    是的,但这样做没有意义(除了CraftTweaker目前支持更多的模组)。

- *为什么我要选择这个而不是CraftTweaker?*

    所有原因都在上面的特点中提到了。能够在运行时重新加载脚本是GroovyScript的最大优势。



https://groovyscript-docs.readthedocs.io/en/latest/]官方Wiki

来自Modrinth所有游戏版本1.12.2所有类型forgeGroovyScript − 1.2.5groovyscript-1.2.5.jar下载1.2.5#Releasegroovyscript-1.2.5-dev.jar下载1.2.5#Releasegroovyscript-1.2.5-sources.jar下载1.2.5#Release## What\'s Changed* Fix GS Info Item Copying Formatting Characters by @WaitingIdly in https://github.com/CleanroomMC/GroovyScript/pull/312* Improve Creative Tab code by @WaitingIdly in https://github.com/CleanroomMC/GroovyScript/pull/317* Ore Ingredient Changes by @WaitingIdly in https://github.com/CleanroomMC/GroovyScript/pull/310* Comment `setTestStartingItems` for examples by @WaitingIdly in https://github.com/CleanroomMC/GroovyScript/pull/309* Debug Stick example script by @WaitingIdly in https://github.com/CleanroomMC/GroovyScript/pull/314* feat: Add author field to RunConfig by @Xikaro in https://github.com/CleanroomMC/GroovyScript/pull/313* Arcane World compat with RotN edition by @WaitingIdly in https://github.com/CleanroomMC/GroovyScript/pull/311* add FutureMC Composter compat by @WaitingIdly in https://github.com/CleanroomMC/GroovyScript/pull/308## New Contributors* @Xikaro made their first contribution in https://github.com/CleanroomMC/GroovyScript/pull/313**Full Changelog**: https://github.com/CleanroomMC/GroovyScript/compare/v1.2.4...v1.2.5展开版本: 1.2.5支持游戏: 1.12.2类型:ForgeRelease下载次数: 405GroovyScript − 1.2.5groovyscript-1.2.5.jar下载1.2.5#Releasegroovyscript-1.2.5-dev.jar下载1.2.5#Releasegroovyscript-1.2.5-sources.jar下载1.2.5#Release## What\'s Changed* Fix GS Info Item Copying Formatting Characters by @WaitingIdly in https://github.com/CleanroomMC/GroovyScript/pull/312* Improve Creative Tab code by @WaitingIdly in https://github.com/CleanroomMC/GroovyScript/pull/317* Ore Ingredient Changes by @WaitingIdly in https://github.com/CleanroomMC/GroovyScript/pull/310* Comment `setTestStartingItems` for examples by @WaitingIdly in https://github.com/CleanroomMC/GroovyScript/pull/309* Debug Stick example script by @WaitingIdly in https://github.com/CleanroomMC/GroovyScript/pull/314* feat: Add author field to RunConfig by @Xikaro in https://github.com/CleanroomMC/GroovyScript/pull/313* Arcane World compat with RotN edition by @WaitingIdly in https://github.com/CleanroomMC/GroovyScript/pull/311* add FutureMC Composter compat by @WaitingIdly in https://github.com/CleanroomMC/GroovyScript/pull/308## New Contributors* @Xikaro made their first contribution in https://github.com/CleanroomMC/GroovyScript/pull/313**Full Changelog**: https://github.com/CleanroomMC/GroovyScript/compare/v1.2.4...v1.2.5展开版本: 1.2.5支持游戏: 1.12.2类型:ForgeRelease下载次数: 1,268GroovyScript − 1.2.4groovyscript-1.2.4.jar下载1.2.4#Releasegroovyscript-1.2.4-dev.jar下载1.2.4#Releasegroovyscript-1.2.4-sources.jar下载1.2.4#Release## What\'s Changed* Require Extended Crafting: Nomi Edition by @WaitingIdly in https://github.com/CleanroomMC/GroovyScript/pull/304* Add reflection helpers as metaclass expansion by @brachy84 in https://github.com/CleanroomMC/GroovyScript/pull/295* Arcane Recipe Builder aspect call enhancement by @WaitingIdly in https://github.com/CleanroomMC/GroovyScript/pull/301* Document via Descriptor and adjust Recipe Builder by @WaitingIdly in https://github.com/CleanroomMC/GroovyScript/pull/302* Adjust getMaxItemInput in missing places, fix examples by @WaitingIdly in https://github.com/CleanroomMC/GroovyScript/pull/303* Fix info command copying formatting by @WaitingIdly in https://github.com/CleanroomMC/GroovyScript/pull/305* add Factory Tech compat by @WaitingIdly in https://github.com/CleanroomMC/GroovyScript/pull/272* Document Vanilla Registries by @WaitingIdly in https://github.com/CleanroomMC/GroovyScript/pull/300* Fix Java 24 incompatibility by @brachy84 in https://github.com/CleanroomMC/GroovyScript/pull/306**Full Changelog**: https://github.com/CleanroomMC/GroovyScript/compare/v1.2.3...v1.2.4展开版本: 1.2.4支持游戏: 1.12.2类型:ForgeRelease下载次数: 1,262GroovyScript − 1.2.3groovyscript-1.2.3.jar下载1.2.3#Betagroovyscript-1.2.3-dev.jar下载1.2.3#Betagroovyscript-1.2.3-sources.jar下载1.2.3#Beta## What\'s Changed* Reload fix by @brachy84 in https://github.com/CleanroomMC/GroovyScript/pull/294**Full Changelog**: https://github.com/CleanroomMC/GroovyScript/compare/v1.2.2...v1.2.3展开版本: 1.2.3支持游戏: 1.12.2类型:ForgeBeta下载次数: 761GroovyScript − 1.2.2groovyscript-1.2.2.jar下载1.2.2#Releasegroovyscript-1.2.2-dev.jar下载1.2.2#Releasegroovyscript-1.2.2-sources.jar下载1.2.2#Release## What\'s Changed* Fix HEI config breaking JEI compat by @WaitingIdly in https://github.com/CleanroomMC/GroovyScript/pull/290* Minor fixes for documentation by @WaitingIdly in https://github.com/CleanroomMC/GroovyScript/pull/291* Fix GroovyScript crashing on servers by @WaitingIdly in https://github.com/CleanroomMC/GroovyScript/pull/293**Full Changelog**: https://github.com/CleanroomMC/GroovyScript/compare/v1.2.1...v1.2.2展开版本: 1.2.2支持游戏: 1.12.2类型:ForgeRelease下载次数: 181GroovyScript − 1.2.1groovyscript-1.2.1.jar下载1.2.1#Releasegroovyscript-1.2.1-dev.jar下载1.2.1#Releasegroovyscript-1.2.1-sources.jar下载1.2.1#Release## What\'s Changed* Spotless Creation by @WaitingIdly in https://github.com/CleanroomMC/GroovyScript/pull/246* add Horse Power compat by @WaitingIdly in https://github.com/CleanroomMC/GroovyScript/pull/251* add Random Things compat by @WaitingIdly in https://github.com/CleanroomMC/GroovyScript/pull/253* Fix file sorting when previously matched by @WaitingIdly in https://github.com/CleanroomMC/GroovyScript/pull/261* add JEI Category Sorting functionality by @WaitingIdly in https://github.com/CleanroomMC/GroovyScript/pull/257* add Ice And Fire compat by @WaitingIdly in https://github.com/CleanroomMC/GroovyScript/pull/258* StyleConstant creation by @WaitingIdly in https://github.com/CleanroomMC/GroovyScript/pull/259* Fix EnderIO Inventory Panel Crafting Crash by @WaitingIdly in https://github.com/CleanroomMC/GroovyScript/pull/274* Commands helper by @brachy84 in https://github.com/CleanroomMC/GroovyScript/pull/269* add Silent\'s Gems compat by @WaitingIdly in https://github.com/CleanroomMC/GroovyScript/pull/276* add Default GameRules by @WaitingIdly in https://github.com/CleanroomMC/GroovyScript/pull/279* Fix some IDE warnings by @WaitingIdly in https://github.com/CleanroomMC/GroovyScript/pull/273* Fix item transforms by @brachy84 in https://github.com/CleanroomMC/GroovyScript/pull/281* add Arcane World compat by @WaitingIdly in https://github.com/CleanroomMC/GroovyScript/pull/278* add Blood Arsenal compat by @WaitingIdly in https://github.com/CleanroomMC/GroovyScript/pull/284* add Additional Enchanted Miner compat by @code-onigiri in https://github.com/CleanroomMC/GroovyScript/pull/282* add Betweelands compat by @WaitingIdly in https://github.com/CleanroomMC/GroovyScript/pull/285* add Better With Addons compat by @WaitingIdly in https://github.com/CleanroomMC/GroovyScript/pull/271* Fallback property container for all installed mods by @brachy84 in https://github.com/CleanroomMC/GroovyScript/pull/289* Mapper backend refactor and texture deco improvements by @brachy84 in https://github.com/CleanroomMC/GroovyScript/pull/280## New Contributors* @code-onigiri made their first contribution in https://github.com/CleanroomMC/GroovyScript/pull/282**Full Changelog**: https://github.com/CleanroomMC/GroovyScript/compare/v1.2.0...v1.2.1展开版本: 1.2.1支持游戏: 1.12.2类型:ForgeRelease下载次数: 72GroovyScript − 1.2.0-hotfix1groovyscript-1.2.0-hotfix1.jar下载1.2.0-hotfix1#Releasegroovyscript-1.2.0-hotfix1-dev.jar下载1.2.0-hotfix1#Releasegroovyscript-1.2.0-hotfix1-sources.jar下载1.2.0-hotfix1#Release**Full Changelog**: https://github.com/CleanroomMC/GroovyScript/compare/v1.2.0...v1.2.0-hotfix1展开版本: 1.2.0-hotfix1支持游戏: 1.12.2类型:ForgeRelease下载次数: 1,809GroovyScript − 1.2.0groovyscript-1.2.0.jar下载1.2.0#Releasegroovyscript-1.2.0-dev.jar下载1.2.0#Releasegroovyscript-1.2.0-sources.jar下载1.2.0#Release## What\'s Changed* InvokerHelperVisitor visit the frame by @Ecdcaeb in https://github.com/CleanroomMC/GroovyScript/pull/225* Unblacklist GrS registry by @WaitingIdly in https://github.com/CleanroomMC/GroovyScript/pull/232* Fix Analysing Chamber removal shorthand by @WaitingIdly in https://github.com/CleanroomMC/GroovyScript/pull/224* add Immersive Technology compat by @WaitingIdly in https://github.com/CleanroomMC/GroovyScript/pull/199* Chisel Group exists on reload validation by @WaitingIdly in https://github.com/CleanroomMC/GroovyScript/pull/237* Fix loading cached inner classes by @brachy84 in https://github.com/CleanroomMC/GroovyScript/pull/230* Add (partial?) Advanced Rocketry compatibility by @Wizzerinus in https://github.com/CleanroomMC/GroovyScript/pull/189* add Tech Reborn compat by @WaitingIdly in https://github.com/CleanroomMC/GroovyScript/pull/177* Add PyroTech Oven and Kiln compat by @shadl7 in https://github.com/CleanroomMC/GroovyScript/pull/219* fix singleton aspect, change texture, make example by @WaitingIdly in https://github.com/CleanroomMC/GroovyScript/pull/231* cant download, wont use by @WaitingIdly in https://github.com/CleanroomMC/GroovyScript/pull/242* Boilerplate Registry for Lists by @WaitingIdly in https://github.com/CleanroomMC/GroovyScript/pull/234* fix odd validate calls by @WaitingIdly in https://github.com/CleanroomMC/GroovyScript/pull/241* Fix AA Oil Gen fluidInput method doing other things by @WaitingIdly in https://github.com/CleanroomMC/GroovyScript/pull/243* fix infusion type info handler being incorrect by @WaitingIdly in https://github.com/CleanroomMC/GroovyScript/pull/244* Make the Comp annotation easier to use by @WaitingIdly in https://github.com/CleanroomMC/GroovyScript/pull/236* Convert a handful of javax annotations to jetbrains by @WaitingIdly in https://github.com/CleanroomMC/GroovyScript/pull/245* More defaultValues for Object Mappers by @WaitingIdly in https://github.com/CleanroomMC/GroovyScript/pull/249* add Botania Tweaks compat by @WaitingIdly in https://github.com/CleanroomMC/GroovyScript/pull/248* Language Server fixes and improvements by @brachy84 in https://github.com/CleanroomMC/GroovyScript/pull/235* Astral Sorcery Starmetal Conversion by @WaitingIdly in https://github.com/CleanroomMC/GroovyScript/pull/252* Remove deprecated stuff for 1.2 by @brachy84 in https://github.com/CleanroomMC/GroovyScript/pull/250* Constraints on input stack size for recipe builder by @Wizzerinus in https://github.com/CleanroomMC/GroovyScript/pull/222* Config for method removal via asm by @brachy84 in https://github.com/CleanroomMC/GroovyScript/pull/239* add Future MC compat by @WaitingIdly in https://github.com/CleanroomMC/GroovyScript/pull/254* add Magneticraft compat by @WaitingIdly in https://github.com/CleanroomMC/GroovyScript/pull/255## New Contributors* @Ecdcaeb made their first contribution in https://github.com/CleanroomMC/GroovyScript/pull/225* @shadl7 made their first contribution in https://github.com/CleanroomMC/GroovyScript/pull/219**Full Changelog**: https://github.com/CleanroomMC/GroovyScript/compare/v1.1.3...v1.2.0展开版本: 1.2.0支持游戏: 1.12.2类型:ForgeRelease下载次数: 108GroovyScript − 1.1.3groovyscript-1.1.3.jar下载1.1.3#Releasegroovyscript-1.1.3-dev.jar下载1.1.3#Releasegroovyscript-1.1.3-sources.jar下载1.1.3#Release## What\'s Changed* Cyclic Enabled Check by @WaitingIdly in https://github.com/CleanroomMC/GroovyScript/pull/209* fix multiple punctuation marks by @WaitingIdly in https://github.com/CleanroomMC/GroovyScript/pull/208* Remove possibly incorrect JEI Category import by @WaitingIdly in https://github.com/CleanroomMC/GroovyScript/pull/214* Fix documentation listing some addition methods as removal by @WaitingIdly in https://github.com/CleanroomMC/GroovyScript/pull/217* Improve the recipe function by @juraj-hrivnak in https://github.com/CleanroomMC/GroovyScript/pull/218* Convert all Records to Classes by @IntegerLimit in https://github.com/CleanroomMC/GroovyScript/pull/221* Resolve Symbolic Links in Groovy Folder in Debug Mode by @IntegerLimit in https://github.com/CleanroomMC/GroovyScript/pull/210* Crl fixes and more by @brachy84 in https://github.com/CleanroomMC/GroovyScript/pull/220**Full Changelog**: https://github.com/CleanroomMC/GroovyScript/compare/v1.1.2...v1.1.3展开版本: 1.1.3支持游戏: 1.12.2类型:ForgeRelease下载次数: 511GroovyScript − 1.1.3groovyscript-1.1.3.jar下载1.1.3#Releasegroovyscript-1.1.3-dev.jar下载1.1.3#Releasegroovyscript-1.1.3-sources.jar下载1.1.3#Release## What\'s Changed* Cyclic Enabled Check by @WaitingIdly in https://github.com/CleanroomMC/GroovyScript/pull/209* fix multiple punctuation marks by @WaitingIdly in https://github.com/CleanroomMC/GroovyScript/pull/208* Remove possibly incorrect JEI Category import by @WaitingIdly in https://github.com/CleanroomMC/GroovyScript/pull/214* Fix documentation listing some addition methods as removal by @WaitingIdly in https://github.com/CleanroomMC/GroovyScript/pull/217* Improve the recipe function by @juraj-hrivnak in https://github.com/CleanroomMC/GroovyScript/pull/218* Convert all Records to Classes by @IntegerLimit in https://github.com/CleanroomMC/GroovyScript/pull/221* Resolve Symbolic Links in Groovy Folder in Debug Mode by @IntegerLimit in https://github.com/CleanroomMC/GroovyScript/pull/210* Crl fixes and more by @brachy84 in https://github.com/CleanroomMC/GroovyScript/pull/220**Full Changelog**: https://github.com/CleanroomMC/GroovyScript/compare/v1.1.2...v1.1.3展开版本: 1.1.3支持游戏: 1.12.2类型:ForgeRelease下载次数: 261GroovyScript − 1.1.2groovyscript-1.1.2.jar下载1.1.2#Releasegroovyscript-1.1.2-dev.jar下载1.1.2#Releasegroovyscript-1.1.2-sources.jar下载1.1.2#Release## What\'s Changed* Fix IE Oredict item count by @WaitingIdly in https://github.com/CleanroomMC/GroovyScript/pull/191* Fix some IE Recipe Builders not using IIngredient properly by @WaitingIdly in https://github.com/CleanroomMC/GroovyScript/pull/196* Add The Aurorian compatibility by @Wizzerinus in https://github.com/CleanroomMC/GroovyScript/pull/183* Fix Edge Case Running Status of Sandbox by @IntegerLimit in https://github.com/CleanroomMC/GroovyScript/pull/205* Add mixin to OreIngredient to access its name by @juraj-hrivnak in https://github.com/CleanroomMC/GroovyScript/pull/204* Fix \"value already present\" error on reloading by @juraj-hrivnak in https://github.com/CleanroomMC/GroovyScript/pull/203* add Atum 2 compat by @WaitingIdly in https://github.com/CleanroomMC/GroovyScript/pull/192* add Mystical Agriculture compat by @WaitingIdly in https://github.com/CleanroomMC/GroovyScript/pull/193* add Cyclic compat by @WaitingIdly in https://github.com/CleanroomMC/GroovyScript/pull/194* add Primal Tech compat by @WaitingIdly in https://github.com/CleanroomMC/GroovyScript/pull/197* add Extra Botany compat by @WaitingIdly in https://github.com/CleanroomMC/GroovyScript/pull/198* add Botanic Additions compat by @WaitingIdly in https://github.com/CleanroomMC/GroovyScript/pull/200* Improve hand command functionality by @WaitingIdly in https://github.com/CleanroomMC/GroovyScript/pull/186* Minor Documentation Fixes by @WaitingIdly in https://github.com/CleanroomMC/GroovyScript/pull/206* Create recipes using a RecipeBuilder in more situations by @WaitingIdly in https://github.com/CleanroomMC/GroovyScript/pull/202* Add JEI Categories and related improvements by @WaitingIdly in https://github.com/CleanroomMC/GroovyScript/pull/201**Full Changelog**: https://github.com/CleanroomMC/GroovyScript/compare/v1.1.1...v1.1.2展开版本: 1.1.2支持游戏: 1.12.2类型:ForgeRelease下载次数: 891GroovyScript − 1.1.1groovyscript-1.1.1.jar下载1.1.1#Betagroovyscript-1.1.1-dev.jar下载1.1.1#Betagroovyscript-1.1.1-sources.jar下载1.1.1#Beta## What\'s Changed* fix botania lexicon not being added by @WaitingIdly in https://github.com/CleanroomMC/GroovyScript/pull/184* add allowedSoils for Flower Generation by @WaitingIdly in https://github.com/CleanroomMC/GroovyScript/pull/185* add ProjectE compat by @WaitingIdly in https://github.com/CleanroomMC/GroovyScript/pull/163* Add ProdigyTech compatibility by @Wizzerinus in https://github.com/CleanroomMC/GroovyScript/pull/173* Add EssentialCraft 4 compatibility by @Wizzerinus in https://github.com/CleanroomMC/GroovyScript/pull/176* add PneumaticCraft: Repressurized compat by @WaitingIdly in https://github.com/CleanroomMC/GroovyScript/pull/162* add Immersive Petroleum compat by @WaitingIdly in https://github.com/CleanroomMC/GroovyScript/pull/171* Change from mixin GuiScreen to listen to ClientChatEvent by @WaitingIdly in https://github.com/CleanroomMC/GroovyScript/pull/187## New Contributors* @Wizzerinus made their first contribution in https://github.com/CleanroomMC/GroovyScript/pull/173**Full Changelog**: https://github.com/CleanroomMC/GroovyScript/compare/v1.1.0...v1.1.1展开版本: 1.1.1支持游戏: 1.12.2类型:ForgeBeta下载次数: 245GroovyScript − 1.1.0-hotfix1groovyscript-1.1.0-hotfix1.jar下载1.1.0-hotfix1#Betagroovyscript-1.1.0-hotfix1-dev.jar下载1.1.0-hotfix1#Betagroovyscript-1.1.0-hotfix1-sources.jar下载1.1.0-hotfix1#Beta**Full Changelog**: https://github.com/CleanroomMC/GroovyScript/compare/v1.1.0...v1.1.0-hotfix1展开版本: 1.1.0-hotfix1支持游戏: 1.12.2类型:ForgeBeta下载次数: 235GroovyScript − 1.1.0groovyscript-1.1.0.jar下载1.1.0#Betagroovyscript-1.1.0-dev.jar下载1.1.0#Betagroovyscript-1.1.0-sources.jar下载1.1.0#Beta## What\'s Changed* GameObjectHandler enhancement by @brachy84 in https://github.com/CleanroomMC/GroovyScript/pull/156* Stuff by @brachy84 in https://github.com/CleanroomMC/GroovyScript/pull/178* More validation of documenting annotations by @WaitingIdly in https://github.com/CleanroomMC/GroovyScript/pull/165* add Industrial Foregoing compat by @WaitingIdly in https://github.com/CleanroomMC/GroovyScript/pull/159* Immersive Engineering Crusher Recipe Secondary Output by @WaitingIdly in https://github.com/CleanroomMC/GroovyScript/pull/169* add LazyAE2 compat by @WaitingIdly in https://github.com/CleanroomMC/GroovyScript/pull/168* Minor Cleanup of IDE warnings, also small bugfixes by @WaitingIdly in https://github.com/CleanroomMC/GroovyScript/pull/179* Fix for ls not suggesting items from supers and interaces by @zznty in https://github.com/CleanroomMC/GroovyScript/pull/180## New Contributors* @zznty made their first contribution in https://github.com/CleanroomMC/GroovyScript/pull/180**Full Changelog**: https://github.com/CleanroomMC/GroovyScript/compare/v1.0.2...v1.1.0展开版本: 1.1.0支持游戏: 1.12.2类型:ForgeBeta下载次数: 141GroovyScript − 1.0.2groovyscript-1.0.2.jar下载1.0.2#Betagroovyscript-1.0.2-dev.jar下载1.0.2#Betagroovyscript-1.0.2-sources.jar下载1.0.2#Beta## What\'s Changed* Create AbstractCraftingRecipeBuilder by @WaitingIdly in https://github.com/CleanroomMC/GroovyScript/pull/155* add Rustic compat by @WaitingIdly in https://github.com/CleanroomMC/GroovyScript/pull/146* add Nature\'s Aura compat by @WaitingIdly in https://github.com/CleanroomMC/GroovyScript/pull/147* shorten dependencies and make it cleaner by @WaitingIdly in https://github.com/CleanroomMC/GroovyScript/pull/154* make MethodDescription#description check for a global fallback by @WaitingIdly in https://github.com/CleanroomMC/GroovyScript/pull/158* add Thermal Expansion compat by @WaitingIdly in https://github.com/CleanroomMC/GroovyScript/pull/152* Tinkers\' Construct Documentation by @Testure in https://github.com/CleanroomMC/GroovyScript/pull/157**Full Changelog**: https://github.com/CleanroomMC/GroovyScript/compare/v1.0.1...v1.0.2展开版本: 1.0.2支持游戏: 1.12.2类型:ForgeBeta下载次数: 191GroovyScript − 1.0.1groovyscript-1.0.1.jar下载1.0.1#Betagroovyscript-1.0.1-dev.jar下载1.0.1#Betagroovyscript-1.0.1-sources.jar下载1.0.1#Beta## What\'s Changed* fix up docgen for new compat by @WaitingIdly in https://github.com/CleanroomMC/GroovyScript/pull/148* add Arcane Archives compat by @WaitingIdly in https://github.com/CleanroomMC/GroovyScript/pull/145* File blocking refactor by @brachy84 in https://github.com/CleanroomMC/GroovyScript/pull/150* Closure improvements by @brachy84 in https://github.com/CleanroomMC/GroovyScript/pull/151**Full Changelog**: https://github.com/CleanroomMC/GroovyScript/compare/v1.0.0...v1.0.1展开版本: 1.0.1支持游戏: 1.12.2类型:ForgeBeta下载次数: 504GroovyScript − 1.0.0groovyscript-1.0.0.jar下载1.0.0#Betagroovyscript-1.0.0-dev.jar下载1.0.0#Betagroovyscript-1.0.0-sources.jar下载1.0.0#Beta## What\'s Changed* Aether Legacy Support by @mcadventurecity in https://github.com/CleanroomMC/GroovyScript/pull/126* add Better With Mods compat by @WaitingIdly in https://github.com/CleanroomMC/GroovyScript/pull/131* add Alchemistry compat by @WaitingIdly in https://github.com/CleanroomMC/GroovyScript/pull/133* Update examples scripts by @WaitingIdly in https://github.com/CleanroomMC/GroovyScript/pull/138* Language Server & VSC extension by @brachy84 in https://github.com/CleanroomMC/GroovyScript/pull/139* Cache compiled scripts by @brachy84 in https://github.com/CleanroomMC/GroovyScript/pull/137* Add VitePress generation option, set as default by @WaitingIdly in https://github.com/CleanroomMC/GroovyScript/pull/140* add Calculator compat by @WaitingIdly in https://github.com/CleanroomMC/GroovyScript/pull/134* add Extra Utilities 2 compat by @WaitingIdly in https://github.com/CleanroomMC/GroovyScript/pull/129* fix CME when removing all for Inscriber and Grinder by @WaitingIdly in https://github.com/CleanroomMC/GroovyScript/pull/143* Better JEI compat by @WaitingIdly in https://github.com/CleanroomMC/GroovyScript/pull/142* Add Draconicevolution energy core block compat by @brachy84 in https://github.com/CleanroomMC/GroovyScript/pull/135* Block file access outside instance dir by @brachy84 in https://github.com/CleanroomMC/GroovyScript/pull/141* create NamedRegistry, move some logic to be INamed-based by @WaitingIdly in https://github.com/CleanroomMC/GroovyScript/pull/144## New Contributors* @mcadventurecity made their first contribution in https://github.com/CleanroomMC/GroovyScript/pull/126**Full Changelog**: https://github.com/CleanroomMC/GroovyScript/compare/v0.8.0...v1.0.0展开版本: 1.0.0支持游戏: 1.12.2类型:ForgeBeta下载次数: 179GroovyScript − 0.8.0groovyscript-0.8.0.jar下载0.8.0#Betagroovyscript-0.8.0-dev.jar下载0.8.0#Betagroovyscript-0.8.0-sources.jar下载0.8.0#Beta## What\'s Changed* Fixes #84 + Fixes #110 by @Rongmario in https://github.com/CleanroomMC/GroovyScript/pull/111* Set compiler configuration\'s source encoding to UTF-8 explicitly, fixes #115 by @Rongmario in https://github.com/CleanroomMC/GroovyScript/pull/116* Create zh_cn.lang by @mczph in https://github.com/CleanroomMC/GroovyScript/pull/113* Logging line numbers when in debug mode by @Rongmario in https://github.com/CleanroomMC/GroovyScript/pull/117* Fix GS Reload Resetting Hidden HEI Ingredients by @IntegerLimit in https://github.com/CleanroomMC/GroovyScript/pull/121* Integrated Documentation by @WaitingIdly in https://github.com/CleanroomMC/GroovyScript/pull/97* Add Pyrotech support by @Supernoobv in https://github.com/CleanroomMC/GroovyScript/pull/122* Add isEnabled to IScriptReloadable, clarifying some NPE errors by @WaitingIdly in https://github.com/CleanroomMC/GroovyScript/pull/127* Obeying Intellij\'s linter thingy by @WaitingIdly in https://github.com/CleanroomMC/GroovyScript/pull/128## New Contributors* @mczph made their first contribution in https://github.com/CleanroomMC/GroovyScript/pull/113* @Supernoobv made their first contribution in https://github.com/CleanroomMC/GroovyScript/pull/122**Full Changelog**: https://github.com/CleanroomMC/GroovyScript/compare/v0.7.3...v0.8.0展开版本: 0.8.0支持游戏: 1.12.2类型:ForgeBeta下载次数: 199GroovyScript − 0.7.3groovyscript-0.7.3.jar下载0.7.3#Betagroovyscript-0.7.3-dev.jar下载0.7.3#Betagroovyscript-0.7.3-sources.jar下载0.7.3#Beta**Full Changelog**: https://github.com/CleanroomMC/GroovyScript/compare/v0.7.2...v0.7.3展开版本: 0.7.3支持游戏: 1.12.2类型:ForgeBeta下载次数: 198GroovyScript - 0.7.2groovyscript-0.7.2.jar下载0.7.2#Betagroovyscript-0.7.2-dev.jar下载0.7.2#Betagroovyscript-0.7.2-sources.jar下载0.7.2#Beta## What\'s Changed* Handle groovy\'s uncaught exceptions and throwables accordingly by @Rongmario in https://github.com/CleanroomMC/GroovyScript/pull/105* Fixes #104 by @Rongmario in https://github.com/CleanroomMC/GroovyScript/pull/106* Fix the reload from crashing when JEI isn\'t in the environment by @Rongmario in https://github.com/CleanroomMC/GroovyScript/pull/107* Fix potential NPE from null EntityPlayer passed through CraftingInfo by @Rongmario in https://github.com/CleanroomMC/GroovyScript/pull/108**Full Changelog**: https://github.com/CleanroomMC/GroovyScript/compare/v0.7.1...v0.7.2展开版本: 0.7.2支持游戏: 1.12.2类型:ForgeBeta下载次数: 293GroovyScript-0.7.1groovyscript-0.7.1.jar下载0.7.1#Betagroovyscript-0.7.1-dev.jar下载0.7.1#Betagroovyscript-0.7.1-sources.jar下载0.7.1#Beta展开版本: 0.7.1支持游戏: 1.12.2类型:ForgeBeta下载次数: 165GroovyScript-0.6.4groovyscript-0.6.4.jar下载0.6.4#Betastuff展开版本: 0.6.4支持游戏: 1.12.2类型:ForgeBeta下载次数: 90全部版本

markdown_parsed

文章类型:收录

layui.use([\'form\'], function(){
var form = layui.form;
});

游客,如果您要查看本帖隐藏内容请回复
GroovyScript
楼主 2025-8-10 17:53:14 回复 收起回复
小僵尸论坛感谢有你~
回复 论坛版权

使用道具 举报

您需要登录后才可以回帖 登录 | 立即注册 手机动态码快速登录

本版积分规则



介绍

我的世界(Minecraft)小僵尸论坛
收录了来自各地的我的世界(MC)爱好者们的各种资源

须知: 切勿滥用举报,任何与举报相关的信息必须属实!

"Minecraft"以及"我的世界"为Mojang Synergies AB的商标 本站与Mojang以及微软公司没有从属关系

官方

新浪微博 腾讯微博 微信公众号 投稿规则 版权声明 捐助我们

官方QQ①群: 291907844 (点击加群)
官方QQ②群: 421312192
官方QQ③群: 528726532

我的世界(Minecraft)小僵尸论坛

新会员

QQ|Archiver|手机版|小黑屋|Minecraft(我的世界)小僵尸论坛 |网站地图

GMT+8, 2025-9-5 11:42 , Processed in 0.269423 second(s), 49 queries .

快速回复 返回顶部 返回列表