blockPressurePlate.yml
示例压力板方块:
# blockPressurePlate.yml
blocks:
blockPP:
name: "测试用栅栏" #备注物品名(不计入lang文件)
namespace: "coreextensions" #命名空间
id: "other_pressure_plate" #物品ID
maxCount: 64 #最大堆叠数(整数int类型)
lightLevel: 0 #光照等级(整数int类型)
dropsNothing: false #是否不掉落
sound: "WOOD" #方块声音
hardness: 1.5 #方块硬度
resistance: 3.0 #方块抗性
useCutoutLayer: true #是否支持透明渲染
stone: true #是否继承石质压力板属性
# 添加更多方块...
最后更新于