init
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": []
|
||||
}
|
||||
]
|
||||
}
|
||||
Reference in New Issue
Block a user