🌽 作物
/CustomCrops/contents/crops/__CROP__.yml
# 物品类型
# BLOCK / FURNITURE
type: BLOCK# 作物只能种植在白名单中的花盆上
pot-whitelist:
- default# 作物的种子
seed: tomato_seeds# 仅在 FURNITURE 模式下有效
random-rotation: true# 破坏/种植/互动要求
requirements:
interact: {}
break: {}
plant:
requirement_1:
type: season
value:
- Spring
- Autumn
not-met-actions:
message_action:
type: message
value: '<red><bold>[X] 现在不是种植番茄的好季节'