Profiles and Config
locksmith_profiles.json 是服务器权威的锁配置。每个 profile 包含 id、type、blocks 和 render。type 可以是 door 或 chest,render 控制可见锁模型在客户端的位置。
{
"id": "custom_doors",
"type": "door",
"blocks": ["modid:steel_door"],
"render": {
"offsetX": -0.05,
"offsetY": 0.5,
"offsetZ": -0.5,
"scale": 0.75,
"hingeNudgeLeft": 0.18,
"hingeNudgeRight": 0.325
}
}Profiles affect lock behavior and rendering only. They do not change block hardness, blast resistance, or ownership rules.
locksmith-client.toml 控制自动关门、双开门同步和 HUD 消息。布尔值支持 true/false、yes/no、on/off 和 1/0,数字会被限制在安全范围。
支持这个项目
喜欢这个 Wiki 和这些模组吗?
你的每一份支持都能帮助我持续开发新功能、完善文档并发布更新。