mirror of
https://github.com/Xiao-MoMi/Custom-Fishing.git
synced 2026-01-04 15:41:35 +00:00
1.2.3
This commit is contained in:
@@ -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
|
||||
@@ -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:
|
||||
|
||||
6
src/main/resources/utils/splash_items.yml
Normal file
6
src/main/resources/utils/splash_items.yml
Normal file
@@ -0,0 +1,6 @@
|
||||
water_effect:
|
||||
material: PAPER
|
||||
custom-model-data: 888
|
||||
lava_effect:
|
||||
material: PAPER
|
||||
custom-model-data: 889
|
||||
Reference in New Issue
Block a user