fix #362
This commit is contained in:
parent
1845a11797
commit
eade2a5206
2 changed files with 2 additions and 3 deletions
|
@ -18,8 +18,7 @@ public class HexInterop {
|
|||
}
|
||||
|
||||
public static final class Fabric {
|
||||
// TODO: the ID for this mod changed, fix that, #362
|
||||
public static final String GRAVITY_CHANGER_API_ID = "gravitychanger";
|
||||
public static final String GRAVITY_CHANGER_API_ID = "gravity_api";
|
||||
public static final String TRINKETS_API_ID = "trinkets";
|
||||
}
|
||||
|
||||
|
|
|
@ -3,7 +3,7 @@
|
|||
"icon": "minecraft:anvil",
|
||||
"category": "hexcasting:interop",
|
||||
"advancement": "hexcasting:root",
|
||||
"flag": "mod:gravitychanger",
|
||||
"flag": "mod:gravity_api",
|
||||
"pages": [
|
||||
"hexcasting.page.interop.gravity.1",
|
||||
{
|
||||
|
|
Loading…
Reference in a new issue