Skip to content

Commit

Permalink
Update Extended Drawers server config
Browse files Browse the repository at this point in the history
  • Loading branch information
MerchantPug committed Jul 27, 2023
1 parent 9281c59 commit 708cd1c
Show file tree
Hide file tree
Showing 3 changed files with 45 additions and 2 deletions.
39 changes: 39 additions & 0 deletions config/extended_drawers.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,39 @@
{
"client": {
"displayEmptyCount": false,
"layout": {
"smallTextScale": 0.5,
"largeTextScale": 1.0,
"textOffset": 0.8,
"smallItemScale": 0.4,
"largeItemScale": 1.0
},
"icons": {
"lockedIcon": "extended_drawers:item/lock",
"voidingIcon": "minecraft:item/lava_bucket",
"hiddenIcon": "minecraft:item/black_dye",
"dupingIcon": "extended_drawers:item/dupe_wand"
},
"itemRenderDistance": 64,
"iconRenderDistance": 16,
"textRenderDistance": 32
},
"storage": {
"t1UpgradeMultiplier": 2,
"t2UpgradeMultiplier": 4,
"t3UpgradeMultiplier": 8,
"t4UpgradeMultiplier": 16,
"drawerCapacity": 1024,
"compactingCapacity": 1024,
"stackSizeAffectsCapacity": false,
"slotCountAffectsCapacity": true
},
"misc": {
"blockUpgradeRemovalsWithOverflow": true,
"allowRecursion": true,
"drawersDropContentsOnBreak": false,
"insertAllTime": 10,
"frontBreakingBehaviour": "mine",
"sideBreakingBehaviour": "break"
}
}
6 changes: 5 additions & 1 deletion index.toml
Original file line number Diff line number Diff line change
Expand Up @@ -2,12 +2,16 @@ hash-format = "sha256"

[[files]]
file = "config/controlify.json"
hash = "1850aed3abd027e74c7ab1f9872ea0cdd8029eeb1157e4eef6c250036abba29a"
hash = "05860a30dcba22817ba48edc750e34d748d58cebe025d741dd0b5b12b5d8d3b2"

[[files]]
file = "config/enchancement.json"
hash = "552967d81e4f24af805d75fcea6e8ae892cfe05296eaf8f5a6c136ab7e58cd1e"

[[files]]
file = "config/extended_drawers.json"
hash = "8591ca3424b7579cb159e5a67a097335c07bd3320be81cef908a026f472993d5"

[[files]]
file = "config/polymer/resource-pack.json"
hash = "26a0d311dcfdb5a0cd69cd731377323e2c848f60bf7c6819b3f7b6aa206c4c33"
Expand Down
2 changes: 1 addition & 1 deletion pack.toml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ pack-format = "packwiz:1.1.0"
[index]
file = "index.toml"
hash-format = "sha256"
hash = "908876ef3c91d3d2b5227d564ed7a89fd2aa15ca2e21e353ac84e41b008c9552"
hash = "f2951bed553621776bbd687d21b61c663bff337d563be1f30dda3085804f4061"

[versions]
minecraft = "1.20.1"
Expand Down

0 comments on commit 708cd1c

Please sign in to comment.