9
0
mirror of https://github.com/Xiao-MoMi/Custom-Crops.git synced 2025-12-27 19:09:09 +00:00
This commit is contained in:
Xiao-MoMi
2022-08-25 13:18:21 +08:00
parent 0117b9b056
commit c225cb4d84
37 changed files with 1001 additions and 1146 deletions

View File

@@ -19,21 +19,23 @@ config:
# ● Real block hitbox like vanilla
#
# Disadvantage:
# ● limited amount
# ● limited amount(127) /iainfo to see how many slots available
# ● visual problem when breaking crops
# ● Can't remove tripwire break sound
#
# ------------ item_frame ------------
# Advantage:
# ● unlimited amount
# ● unlimited amount, create as many as crop types as you want
# ● No tripwire break sound
# ● Rotation
#
# Disadvantage:
# ● entities are very laggy(loading every 5 item frames need 0.01 mspt)
# ● entities are very laggy(loading every 5~8 item frames need 0.01 mspt)
# ● spigot optimized the view distance of entities
# ● crops would go missing if server is lagging
# ● crops would go missing if there's a large amount of furniture replacing in the same tick(128 crops/tick)
# ● And I can't fix this in my plugin because furniture replacing is handled by ItemsAdder.
# ● No real block hitbox
# ● ItemsAdder furniture breaking sound
# ● itemsAdder loot system doesn't apply to furnitures.
#
crop-mode: tripwire
@@ -79,6 +81,8 @@ config:
# Mode 4:
# ● Please disable season in this mode!
# ● All the crops will grow
# ● If season not disabled, your server would be lagging when there's a lot of data
# ● Crop data would be removed as soon as they are ripe when season disabled, so it would not cause lag!
grow-mode: 3
# The time to start growing(ticks)
# 1000ticks is 7am in game. (0-23999)
@@ -126,6 +130,10 @@ config:
water-particles: true
# Should the pot be dry even there's no crop on it
# This would cost addition performance
pot-dry-always-dry: false
# Will bone meal accelerate the growth of crop
bone-meal:

View File

@@ -85,7 +85,7 @@ crops:
2: customcrops:grape_silver_star
3: customcrops:grape_golden_star
#optional
#The stage to return when havesting with empty hands
#The stage to return when harvesting with a single right click
return: customcrops:grape_stage_4
season:
- autumn
@@ -116,4 +116,11 @@ crops:
quality:
1: customcrops:garlic
2: customcrops:garlic_silver_star
3: customcrops:garlic_golden_star
3: customcrops:garlic_golden_star
redpacket:
amount: 3~4
quality:
1: customcrops:redpacket
2: customcrops:redpacket
3: customcrops:redpacket

View File

@@ -76,4 +76,30 @@ quality:
times: 28
chance: 2/2/1
item: customcrops:quality_3
before-plant: true
#When haveresting, players have a higher chance to get more crops.
quantity:
quantity_1:
name: '뀆'
times: 14
chance: 0.5
bonus: 1
item: customcrops:quantity_1
before-plant: true
quantity_2:
name: '뀐'
times: 14
chance: 0.5
bonus: 2
item: customcrops:quantity_2
before-plant: true
quantity_3:
name: '뀑'
times: 14
chance: 0.8
bonus: 2
item: customcrops:quantity_3
before-plant: true

View File

@@ -122,4 +122,11 @@ crops:
quality:
1: customcrops:garlic
2: customcrops:garlic_silver_star
3: customcrops:garlic_golden_star
3: customcrops:garlic_golden_star
redpacket:
amount: 3~4
quality:
1: customcrops:redpacket
2: customcrops:redpacket
3: customcrops:redpacket

View File

@@ -74,4 +74,28 @@ quality:
times: 28
chance: 2/2/1
item: customcrops:quality_3
before-plant: true
#增加农作物的产量
quantity:
quantity_1:
name: '뀏'
times: 14
chance: 0.5
bonus: 1
item: customcrops:quantity_1
before-plant: true
quantity_2:
name: '뀐'
times: 14
chance: 0.5
bonus: 2
item: customcrops:quantity_2
before-plant: true
quantity_3:
name: '뀑'
times: 14
chance: 0.8
bonus: 2
item: customcrops:quantity_3
before-plant: true