Skip to content
This repository has been archived by the owner on Oct 4, 2024. It is now read-only.

Commit

Permalink
fixed crash on forge and fabric
Browse files Browse the repository at this point in the history
  • Loading branch information
Trinsdar committed Oct 17, 2023
1 parent 2c3df13 commit 3250aa0
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion fabric/src/main/resources/fabric.mod.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@

"license": "LGPLv3",
"icon": "assets/examplemod/icon.png",

"accessWidener": "gtcore.accesswidener",
"environment": "*",
"entrypoints": {
"antimatter": [
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@

import io.github.gregtechintergalactical.gtcore.integration.tfc.TFCRubberData;

public class GTCoreDataImpl {
public class GTCoreBlocksImpl {
public static void initTFC(){
TFCRubberData.init();
}
Expand Down

0 comments on commit 3250aa0

Please sign in to comment.