mirror of
https://github.com/Xiao-MoMi/Custom-Crops.git
synced 2025-12-28 19:39:20 +00:00
custom placeholder register
This commit is contained in:
@@ -130,6 +130,10 @@ other-settings:
|
||||
# Disable this would improve performance
|
||||
legacy-color-code-support: true
|
||||
|
||||
# Requires PlaceholderAPI to work
|
||||
placeholder-register:
|
||||
'{skill-level}': '%levelplugin_farming%'
|
||||
|
||||
# Thread pool settings
|
||||
thread-pool-settings:
|
||||
corePoolSize: 10
|
||||
|
||||
@@ -158,6 +158,7 @@ tomato:
|
||||
# But you can set some special crops' loots here
|
||||
99:
|
||||
model: {0}tomato_stage_golden
|
||||
# You can set interact/break requirements for each stage
|
||||
requirements:
|
||||
break:
|
||||
requirement_1:
|
||||
|
||||
@@ -31,7 +31,7 @@ sprinkler_1:
|
||||
# The amount of water to add
|
||||
amount: 3
|
||||
method_2:
|
||||
item: WATER
|
||||
item: POTION
|
||||
return: GLASS_BOTTLE
|
||||
amount: 1
|
||||
# Water bar image settings
|
||||
@@ -119,7 +119,7 @@ sprinkler_2:
|
||||
return: BUCKET
|
||||
amount: 3
|
||||
method_2:
|
||||
item: WATER
|
||||
item: POTION
|
||||
return: GLASS_BOTTLE
|
||||
amount: 1
|
||||
water-bar:
|
||||
@@ -207,7 +207,7 @@ sprinkler_3:
|
||||
return: BUCKET
|
||||
amount: 3
|
||||
method_2:
|
||||
item: WATER
|
||||
item: POTION
|
||||
return: GLASS_BOTTLE
|
||||
amount: 1
|
||||
water-bar:
|
||||
|
||||
Reference in New Issue
Block a user