Download CraftGroovy — Minecraft Mods — ModStock

CraftGroovy

Active

Downloads

9

Last update

7 years ago
Client
Fabric
Quilt
Forge
Neoforge
Libraries
Utils
Addons

With this mod you can use groovy to script minecraft.

 

This also works as an extension to CraftTweaker. It allows you to use groovy instead ZS for CraftTweaker and therefore have a simpler syntax.

Here is an example of what it can do: 

https://github.com/BloodWorkXGaming/CraftGroovy/blob/master/src/test/java/groovyScripts/testScript.groovy

 

I recommend using IntelliJ for highlighting and code completion as it is much easier to work with it that way.

 

Events to hook into are (currently):

  • blockBreak
  • blockPlace
  • rightClickBlock
  • rightClickBlockOffHand
  • itemPickUp
  • craftTweaker
  • contentTweaker
  • initEvent
  • initialItems

 

Project members
BloodWorkXGaming

BloodWorkXGaming