Skip to content

Commit

Permalink
fix groovyscript hard dep (#2230)
Browse files Browse the repository at this point in the history
  • Loading branch information
TechLord22 authored Dec 1, 2023
1 parent 2776388 commit a7e1a2c
Showing 1 changed file with 4 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,7 @@
import net.minecraft.item.crafting.IRecipe;
import net.minecraft.util.ResourceLocation;
import net.minecraftforge.event.RegistryEvent;
import net.minecraftforge.fml.common.Optional;
import net.minecraftforge.fml.common.eventhandler.EventPriority;
import net.minecraftforge.fml.common.eventhandler.SubscribeEvent;

Expand All @@ -45,6 +46,9 @@
import java.util.Objects;
import java.util.function.Supplier;

@Optional.Interface(modid = GTValues.MODID_GROOVYSCRIPT,
iface = "com.cleanroommc.groovyscript.api.GroovyPlugin",
striprefs = true)
@GregTechModule(
moduleID = GregTechModules.MODULE_GRS,
containerID = GTValues.MODID,
Expand Down

0 comments on commit a7e1a2c

Please sign in to comment.