This commit is contained in:
petrak@ 2023-01-22 17:02:17 -06:00
parent 1845a11797
commit eade2a5206
2 changed files with 2 additions and 3 deletions

View file

@ -18,8 +18,7 @@ public class HexInterop {
} }
public static final class Fabric { public static final class Fabric {
// TODO: the ID for this mod changed, fix that, #362 public static final String GRAVITY_CHANGER_API_ID = "gravity_api";
public static final String GRAVITY_CHANGER_API_ID = "gravitychanger";
public static final String TRINKETS_API_ID = "trinkets"; public static final String TRINKETS_API_ID = "trinkets";
} }

View file

@ -3,7 +3,7 @@
"icon": "minecraft:anvil", "icon": "minecraft:anvil",
"category": "hexcasting:interop", "category": "hexcasting:interop",
"advancement": "hexcasting:root", "advancement": "hexcasting:root",
"flag": "mod:gravitychanger", "flag": "mod:gravity_api",
"pages": [ "pages": [
"hexcasting.page.interop.gravity.1", "hexcasting.page.interop.gravity.1",
{ {