diff --git a/config/roughlyenoughitems/config.json5 b/config/roughlyenoughitems/config.json5 index 1fc025a..d6fc2b9 100644 --- a/config/roughlyenoughitems/config.json5 +++ b/config/roughlyenoughitems/config.json5 @@ -1,13 +1,8 @@ { "basics": { - "favorites": [ - "{mode:\"NOT_SET\",type:\"roughlyenoughitems:gamemode\"}", - "{data:{Count:1b,id:\"minecraft:item_frame\",tag:{EntityTag:{Invisible:1b},display:{Name:'{\"text\":\"Invisible Item Frame\",\"color\":\"#FFFF90\",\"italic\":true}'}},type:\"minecraft:item\"},type:\"roughlyenoughitems:entry_stack\"}", - "{data:{Count:1b,id:\"minecraft:glow_item_frame\",tag:{EntityTag:{Invisible:1b},display:{Name:'{\"text\":\"Invisible Glowing Item Frame\",\"color\":\"#FFFF90\",\"italic\":true}'}},type:\"minecraft:item\"},type:\"roughlyenoughitems:entry_stack\"}", - "{data:{Count:1b,id:\"minecraft:weathered_cut_copper\",type:\"minecraft:item\"},type:\"roughlyenoughitems:entry_stack\"}" - ], + "favorites": [], // Declares whether cheating mode is on. - "cheating": true, + "cheating": false, "favoritesEnabled": true, "keyBindings": { "recipeKeybind": { diff --git a/index.toml b/index.toml index 8192e44..93af665 100644 --- a/index.toml +++ b/index.toml @@ -70,7 +70,7 @@ hash = "c6955e896295fdc20ca7b6a3ecdfd8d7af50ef8c768e132cdffb35eaafd868b3" [[files]] file = "config/roughlyenoughitems/config.json5" -hash = "35c268f465d3573e9cbc42b5134c4647eb5bf0681aedee4a923b097069eab5e1" +hash = "af74510c6499eec8e689de7ed776e928b1c5571c4c6da90af6be598592a8fdbf" [[files]] file = "config/shulkerboxtooltip.json5" diff --git a/pack.toml b/pack.toml index 0bc98f4..ed24400 100644 --- a/pack.toml +++ b/pack.toml @@ -1,12 +1,12 @@ name = "VMU" author = "Wroclaw" -version = "1.0.2" +version = "1.0.3" pack-format = "packwiz:1.0.0" [index] file = "index.toml" hash-format = "sha256" -hash = "857e56c63c5195b4a04fa4a63e8cb6cf5e27386c524883a6903353c000e8653d" +hash = "7da0ce0b921a83dc0181e0e6063e7e41af4f7d3ffc84bb6dbbe07c2c79b9a5a9" [versions] fabric = "0.13.3"