9
0
mirror of https://github.com/Xiao-MoMi/Custom-Fishing.git synced 2026-01-04 15:41:35 +00:00
This commit is contained in:
Xiao-MoMi
2022-10-27 16:22:28 +08:00
parent a99d02f88f
commit 348c7bc2d6
14 changed files with 111 additions and 38 deletions

View File

@@ -29,6 +29,6 @@ magnet_bait:
- '<white>Increases the probability of better loots by 15%.'
custom-model-data: 695
modifier:
weight-MQ:
weight-multiply:
silver: 1.15
gold: 1.15

View File

@@ -1,5 +1,5 @@
# don't change
config-version: '10'
config-version: '11'
# chinese/english/spanish
lang: english
@@ -103,6 +103,20 @@ mechanics:
# ticks
min-wait-time: 100
max-wait-time: 600
# Splash effect when the bobber falls into water
# 鱼钩落水时的水花飞溅效果
splash-animation:
water:
enable: true
# config the item in utils
item: water_effect
# ticks
time: 25
lava:
enable: true
item: lava_effect
# ticks
time: 25
# Fishing result titles
titles:

View File

@@ -0,0 +1,6 @@
water_effect:
material: PAPER
custom-model-data: 888
lava_effect:
material: PAPER
custom-model-data: 889