directionalblock.yml

示例方块(支持方向):

# directionalblock.yml
blocks:
  otherblock:
    name: "测试用方向性方块" #备注物品名(不计入lang文件)
    namespace: "coreextensions" #命名空间
    id: "direct_block" #物品ID(string类型)
    maxCount: 64 #最大堆叠数(整数int类型)
    lightLevel: 0 #光照等级(整数int类型)
    sound: "wood" #声音
    hardness: 1.5 #方块硬度(double/float类型)
    resistance: 3.0 #方块抗性(double/float类型)
    useCutoutLayer: true #是否支持透明渲染(boolean类型)
# 添加更多方块...

最后更新于