diff --git a/config/yosbr/config/roughlyenoughitems/config.json5 b/config/yosbr/config/roughlyenoughitems/config.json5 new file mode 100644 index 0000000..490e717 --- /dev/null +++ b/config/yosbr/config/roughlyenoughitems/config.json5 @@ -0,0 +1,5 @@ +{ + "basics": { + // Declares whether cheating mode is on. + "cheating": "WHEN_CREATIVE", +} diff --git a/index.toml b/index.toml index dfbefb4..b2dabc6 100644 --- a/index.toml +++ b/index.toml @@ -16,6 +16,10 @@ hash = "783c458bf3501796a8f07e396a5bb0d623c7f694c82974fefc228eb921bb82f3" file = "config/yosbr/config/inventoryprofilesnext/inventoryprofiles.json" hash = "000b31b1c42d90dbc3cd9964df47b9093e698ac08c002771c924b340529e6a18" +[[files]] +file = "config/yosbr/config/roughlyenoughitems/config.json5" +hash = "174edea307736e68ee9543a1a294ac4a085f6ac8a2824a8c191417a4751389a6" + [[files]] file = "config/yosbr/config/xaerominimap.txt" hash = "8617ce5864f1a621c27456ad72a5dfb44d826c006afdd772cf32970dc6455a47" diff --git a/pack.toml b/pack.toml index cf9d901..fcd8849 100644 --- a/pack.toml +++ b/pack.toml @@ -6,7 +6,7 @@ pack-format = "packwiz:1.1.0" [index] file = "index.toml" hash-format = "sha256" -hash = "576e2975bb981a18d683138ab6617ac073c91879a82f4197a353810ae00de0dd" +hash = "824dc619513acd37bfafed4c90745c589bb72e85abf635784dd0966de56b9189" [versions] fabric = "0.14.21"