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
2023-04-19 22:49:02 +08:00
parent 4a130c5e51
commit 8a4042d9da
26 changed files with 270 additions and 179 deletions

View File

@@ -4,6 +4,8 @@ config-version: '25'
metrics: true
# Language: english / spanish / chinese / turkish
lang: english
# debug
debug: false
worlds:
# This is designed for servers that using a separate folder for worlds

View File

@@ -5,7 +5,7 @@ tomato:
# Otherwise some unexpected problems would occur
# TRIPWIRE / ITEM_FRAME / ITEM_DISPLAY (1.19.4+)
# 农作物模式请确保和你的资源包配置等一致否则会出现bug
type: ITEM_FRAME
type: TRIPWIRE
# The crop can only be planted on certain pots
# Pot are stored in /CustomCrops/contents/pots

View File

@@ -49,6 +49,8 @@ permissions :
customcrops.about: true
customcrops.setdate: true
customcrops.setseason: true
customcrops.force: true
customcrops.migrate: true
customcrops.reload:
default: op
customcrops.help:
@@ -58,4 +60,8 @@ permissions :
customcrops.setdate:
default: op
customcrops.setseason:
default: op
customcrops.force:
default: op
customcrops.migrate:
default: op