9
0
mirror of https://github.com/Xiao-MoMi/Custom-Crops.git synced 2025-12-25 09:59:20 +00:00
Files
Custom-Crops/ItemsAdder Example Config/tomato.yml
Xiao-MoMi 9caf4804cd 1.5.20
2022-07-30 15:33:58 +08:00

138 lines
3.2 KiB
YAML

info:
namespace: customcrops
items:
tomato_stage_1:
display_name: ""
resource:
generate: false
material: PAPER
model_path: tomato/stage_1
specific_properties:
block:
placed_model:
type: REAL_WIRE
cancel_drop: true
sound:
place:
name: block.azalea.place
break:
name: block.azalea.break
tomato_stage_2:
display_name: ""
resource:
generate: false
material: PAPER
model_path: tomato/stage_2
specific_properties:
block:
placed_model:
type: REAL_WIRE
cancel_drop: true
sound:
place:
name: block.azalea.place
break:
name: block.azalea.break
tomato_stage_3:
display_name: ""
resource:
generate: false
material: PAPER
model_path: tomato/stage_3
specific_properties:
block:
placed_model:
type: REAL_WIRE
cancel_drop: true
sound:
place:
name: block.azalea.place
break:
name: block.azalea.break
tomato_stage_4:
display_name: ""
resource:
generate: false
material: PAPER
model_path: tomato/stage_4
specific_properties:
block:
placed_model:
type: REAL_WIRE
cancel_drop: true
sound:
place:
name: block.azalea.place
break:
name: block.azalea.break
tomato_seeds:
display_name: "番茄种子"
resource:
generate: false
material: PAPER
model_path: tomato/tomato_seeds
tomato:
display_name: "番茄"
resource:
generate: false
material: APPLE
model_path: tomato/tomato
tomato_silver_star:
display_name: "番茄"
resource:
generate: false
material: APPLE
model_path: tomato/tomato_silver_star
tomato_golden_star:
display_name: "番茄"
resource:
generate: false
material: APPLE
model_path: tomato/tomato_golden_star
gigantic_tomato:
display_name: "巨型番茄"
resource:
generate: false
material: PAPER
model_path: tomato/gigantic_tomato
specific_properties:
block:
placed_model:
type: REAL_TRANSPARENT
loots:
blocks:
tomato_stage_1:
type: customcrops:tomato_stage_1
items:
result_1:
item: customcrops:tomato_seeds
min_amount: 1
max_amount: 1
chance: 100
ignore_fortune: true
tomato_stage_2:
type: customcrops:tomato_stage_2
items:
result_1:
item: customcrops:tomato_seeds
min_amount: 1
max_amount: 1
chance: 100
ignore_fortune: true
tomato_stage_3:
type: customcrops:tomato_stage_3
items:
result_1:
item: customcrops:tomato_seeds
min_amount: 1
max_amount: 1
chance: 100
ignore_fortune: true
# tomato_stage_4:
# type: customcrops:tomato_stage_4
# items:
# result_1:
# item: customcrops:tomato
# min_amount: 1
# max_amount: 3
# chance: 100