mirror of
https://github.com/Xiao-MoMi/Custom-Fishing.git
synced 2025-12-31 21:06:47 +00:00
岩浆钓鱼
This commit is contained in:
@@ -22,6 +22,7 @@ worlds:
|
||||
mode: whitelist
|
||||
list:
|
||||
- world
|
||||
- world_nether
|
||||
|
||||
|
||||
mechanics:
|
||||
@@ -48,7 +49,7 @@ mechanics:
|
||||
|
||||
# The same to vanilla (refer to the wiki)
|
||||
# https://technical-minecraft.fandom.com/wiki/Fishing
|
||||
need-open-water: true
|
||||
need-open-water: false
|
||||
|
||||
need-special-rod:
|
||||
# Players must use rods with CustomFishing's NBT Tags to get loots in CustomFishing but they can experience the special fishing mechanic.
|
||||
@@ -75,6 +76,11 @@ mechanics:
|
||||
# File/SQLite/MySql
|
||||
data-storage-mode: File
|
||||
|
||||
lava-fishing:
|
||||
# ticks
|
||||
min-time: 100
|
||||
max-time: 600
|
||||
|
||||
|
||||
titles:
|
||||
success:
|
||||
|
||||
@@ -25,4 +25,8 @@ commands:
|
||||
description: main command
|
||||
permission: customfishing.admin
|
||||
aliases:
|
||||
- cfishing
|
||||
- cfishing
|
||||
fishingbag:
|
||||
usage: /fishingbag open
|
||||
description: fishing bag command
|
||||
permission: customfishing.user
|
||||
@@ -18,6 +18,7 @@ silver_fishing_rod:
|
||||
display:
|
||||
name: 'Silver Fishing Rod'
|
||||
custom-model-data: 3
|
||||
can-fish-in-lave: true
|
||||
modifier:
|
||||
weight-add:
|
||||
silver: 20
|
||||
|
||||
Reference in New Issue
Block a user