Skip to content

Commit f9f6898

Browse files
authored
import IIngredient (#352)
1 parent bb3db16 commit f9f6898

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/main/java/com/cleanroommc/groovyscript/sandbox/GroovyScriptSandbox.java

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -63,6 +63,7 @@ public GroovyScriptSandbox() {
6363

6464
getImportCustomizer().addStaticStars(GroovyHelper.class.getName(), MathHelper.class.getName());
6565
getImportCustomizer().addImports(
66+
"com.cleanroommc.groovyscript.api.IIngredient",
6667
"net.minecraft.world.World",
6768
"net.minecraft.block.state.IBlockState",
6869
"net.minecraft.block.Block",

0 commit comments

Comments
 (0)