1
0
mirror of https://git.fellies.tech/minecraft/fellies.git synced 2021-02-13 10:18:48 +00:00

Add BonsaiTrees 2 v2.1.26. Add library libnonymous v1.15.2-1.1.1.5. Generate default config

This commit is contained in:
Citali 2020-04-21 12:46:33 +02:00
parent 29d6007765
commit 03831a815a
Signed by: Citali
GPG Key ID: CD1CD4279A473F9C
5 changed files with 21 additions and 4 deletions

View File

@ -0,0 +1,6 @@
#General Settings
[general]
#Whether to show the drop chances in JEI
showChanceInJEI = true

View File

@ -0,0 +1,11 @@
#General Settings
[general]
#Additional items that are able to cut bonsai trees.
additionalCuttingTools = ["minecraft:shears"]
#If set to true, then dye is not being used up when painting bonsai pots.
noDyeCost = false
#How to handle waterlogged bonsai pots.
#Allowed Values: NOTHING, DROP_LOOT, DROP_SAPLING
waterloggedEffect = "DROP_LOOT"

View File

@ -1,11 +1,11 @@
[admins] [admins]
#Players in this list have access to the Journeymap's Server Admin Panel
#Add users by name or UUID, Prefer UUID as it is more secure!
#Each value on a new line with the example format provided. (please delete the default values)
serverAdmins = ["mysticdrew", "12341234132"]
#Default, all Ops have access to Server Admin UI in the Options screen. #Default, all Ops have access to Server Admin UI in the Options screen.
#If set to false, only users in the Admin List will have access. #If set to false, only users in the Admin List will have access.
#If set to true, all ops and users in the Admin List will have access. #If set to true, all ops and users in the Admin List will have access.
opAccess = true opAccess = true
#Players in this list have access to the Journeymap's Server Admin Panel
#Add users by name or UUID, Prefer UUID as it is more secure!
#Each value on a new line with the example format provided. (please delete the default values)
serverAdmins = []

Binary file not shown.

Binary file not shown.