Roughly Enough Items: remove personal settings.

Remove favorite items and disable cheating mode for REI
This commit is contained in:
Wroclaw 2022-04-02 23:59:23 +02:00
parent 01bb32cb5a
commit d8f1a0f294
3 changed files with 5 additions and 10 deletions

View file

@ -1,13 +1,8 @@
{ {
"basics": { "basics": {
"favorites": [ "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\"}"
],
// Declares whether cheating mode is on. // Declares whether cheating mode is on.
"cheating": true, "cheating": false,
"favoritesEnabled": true, "favoritesEnabled": true,
"keyBindings": { "keyBindings": {
"recipeKeybind": { "recipeKeybind": {

View file

@ -70,7 +70,7 @@ hash = "c6955e896295fdc20ca7b6a3ecdfd8d7af50ef8c768e132cdffb35eaafd868b3"
[[files]] [[files]]
file = "config/roughlyenoughitems/config.json5" file = "config/roughlyenoughitems/config.json5"
hash = "35c268f465d3573e9cbc42b5134c4647eb5bf0681aedee4a923b097069eab5e1" hash = "af74510c6499eec8e689de7ed776e928b1c5571c4c6da90af6be598592a8fdbf"
[[files]] [[files]]
file = "config/shulkerboxtooltip.json5" file = "config/shulkerboxtooltip.json5"

View file

@ -1,12 +1,12 @@
name = "VMU" name = "VMU"
author = "Wroclaw" author = "Wroclaw"
version = "1.0.2" version = "1.0.3"
pack-format = "packwiz:1.0.0" pack-format = "packwiz:1.0.0"
[index] [index]
file = "index.toml" file = "index.toml"
hash-format = "sha256" hash-format = "sha256"
hash = "857e56c63c5195b4a04fa4a63e8cb6cf5e27386c524883a6903353c000e8653d" hash = "7da0ce0b921a83dc0181e0e6063e7e41af4f7d3ffc84bb6dbbe07c2c79b9a5a9"
[versions] [versions]
fabric = "0.13.3" fabric = "0.13.3"