update: automodpack
This commit is contained in:
84
minecraft/config/sit!/server-config.json
Normal file
84
minecraft/config/sit!/server-config.json
Normal file
@@ -0,0 +1,84 @@
|
||||
{
|
||||
"version": 2.2,
|
||||
"lang": "en_us",
|
||||
"lang-options": "en_us, it_it, pt_br, tr_tr, zh_tw, zh_ch, de_de",
|
||||
"keep-active": true,
|
||||
"sit-while-seated": false,
|
||||
"preset-blocks": {
|
||||
"stairs": true,
|
||||
"slabs": true,
|
||||
"carpets": true,
|
||||
"full-blocks": false
|
||||
},
|
||||
"height-difference-limit": {
|
||||
"above": 1.0,
|
||||
"below": 1.0
|
||||
},
|
||||
"custom-enabled": false,
|
||||
"custom-blocks": [
|
||||
{
|
||||
"sitting-height": 0.437,
|
||||
"block-ids": [],
|
||||
"block-tags": [
|
||||
"#minecraft:campfires"
|
||||
],
|
||||
"blockstates": [
|
||||
"lit=false"
|
||||
]
|
||||
},
|
||||
{
|
||||
"sitting-height": 1.0,
|
||||
"block-ids": [
|
||||
"!minecraft:crimson_stem",
|
||||
"!minecraft:warped_stem",
|
||||
"minecraft:polished_basalt"
|
||||
],
|
||||
"block-tags": [
|
||||
"#minecraft:logs",
|
||||
"!#minecraft:oak_logs"
|
||||
],
|
||||
"blockstates": [
|
||||
"!axis=y"
|
||||
]
|
||||
},
|
||||
{
|
||||
"sitting-height": 0.5625,
|
||||
"block-ids": [],
|
||||
"block-tags": [
|
||||
"#minecraft:beds"
|
||||
],
|
||||
"blockstates": [
|
||||
"part=foot",
|
||||
"occupied=false"
|
||||
]
|
||||
}
|
||||
],
|
||||
"blacklisted-blocks": [
|
||||
{
|
||||
"block-ids": [],
|
||||
"block-tags": [
|
||||
"#minecraft:shulker_boxes"
|
||||
],
|
||||
"blockstates": []
|
||||
}
|
||||
],
|
||||
"interaction-blocks": [
|
||||
{
|
||||
"block-ids": [
|
||||
"minecraft:crafter",
|
||||
"minecraft:repeating_command_block",
|
||||
"minecraft:chain_command_block",
|
||||
"minecraft:command_block"
|
||||
],
|
||||
"block-tags": [
|
||||
"#minecraft:shulker_boxes",
|
||||
"#c:player_workstations/furnaces",
|
||||
"#c:player_workstations/crafting_tables",
|
||||
"#c:villager_job_sites",
|
||||
"#minecraft:trapdoors",
|
||||
"#c:chests"
|
||||
],
|
||||
"blockstates": []
|
||||
}
|
||||
]
|
||||
}
|
||||
47
minecraft/config/sit!/sitting-config.json
Normal file
47
minecraft/config/sit!/sitting-config.json
Normal file
@@ -0,0 +1,47 @@
|
||||
{
|
||||
"version": 1.0,
|
||||
"enabled": true,
|
||||
"hand-sitting": true,
|
||||
"main-hand": {
|
||||
"requirement": "EMPTY",
|
||||
"requirement-options": "NONE, FILTER, EMPTY",
|
||||
"filter": {
|
||||
"invert-filter": false,
|
||||
"presets": {
|
||||
"block": false,
|
||||
"food": false,
|
||||
"usable": false
|
||||
},
|
||||
"custom-items": {
|
||||
"item-ids": [],
|
||||
"item-tags": [
|
||||
"#minecraft:bookshelf_books",
|
||||
"!#minecraft:lectern_books"
|
||||
]
|
||||
}
|
||||
}
|
||||
},
|
||||
"off-hand": {
|
||||
"requirement": "FILTER",
|
||||
"requirement-options": "NONE, FILTER, EMPTY",
|
||||
"filter": {
|
||||
"invert-filter": false,
|
||||
"presets": {
|
||||
"block": false,
|
||||
"food": true,
|
||||
"usable": false
|
||||
},
|
||||
"custom-items": {
|
||||
"item-ids": [
|
||||
"minecraft:filled_map",
|
||||
"minecraft:torch",
|
||||
"minecraft:soul_torch",
|
||||
"minecraft:redstone_torch",
|
||||
"minecraft:lantern",
|
||||
"minecraft:soul_lantern"
|
||||
],
|
||||
"item-tags": []
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user