Skip to content

Commit

Permalink
modLocalRuntime
Browse files Browse the repository at this point in the history
  • Loading branch information
PTOM76 committed Sep 22, 2024
1 parent 4166ca4 commit cb4a987
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ dependencies {
modImplementation "net.pitan76:mcpitanlib-fabric${rootProject.mcpitanlib_version}"
include "net.pitan76:mcpitanlib_checker-fabric:${rootProject.mcpitanlib_checker_version}"

modImplementation "me.shedaniel:RoughlyEnoughItems-fabric:${rootProject.rei_version}"
modLocalRuntime "me.shedaniel:RoughlyEnoughItems-fabric:${rootProject.rei_version}"
}

processResources {
Expand Down
3 changes: 3 additions & 0 deletions src/main/java/net/pitan76/itemalchemy/ItemAlchemy.java
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,7 @@
import net.pitan76.mcpitanlib.api.registry.v2.CompatRegistryV2;
import net.pitan76.mcpitanlib.api.util.CompatIdentifier;
import net.pitan76.mcpitanlib.api.util.Logger;
import net.pitan76.mcpitanlib.core.registry.FuelRegistry;

public class ItemAlchemy extends CommonModInitializer {

Expand Down Expand Up @@ -81,6 +82,8 @@ public void init() {

// Registry commands
CommandRegistry.register("itemalchemy", new ItemAlchemyCommand());

//FuelRegistry.register(Items.ALCHEMICAL_FUEL, 200);
}

@Override
Expand Down

0 comments on commit cb4a987

Please sign in to comment.