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:
parent
29d6007765
commit
03831a815a
6
config/bonsaitrees2-client.toml
Normal file
6
config/bonsaitrees2-client.toml
Normal file
@ -0,0 +1,6 @@
|
||||
|
||||
#General Settings
|
||||
[general]
|
||||
#Whether to show the drop chances in JEI
|
||||
showChanceInJEI = true
|
||||
|
11
config/bonsaitrees2-common.toml
Normal file
11
config/bonsaitrees2-common.toml
Normal 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"
|
||||
|
@ -1,11 +1,11 @@
|
||||
|
||||
[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.
|
||||
#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.
|
||||
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 = []
|
||||
|
||||
|
BIN
mods/BonsaiTrees-2.1.2.6.jar
Normal file
BIN
mods/BonsaiTrees-2.1.2.6.jar
Normal file
Binary file not shown.
BIN
mods/libnonymous-1.15.2-1.1.1.5.jar
Normal file
BIN
mods/libnonymous-1.15.2-1.1.1.5.jar
Normal file
Binary file not shown.
Loading…
Reference in New Issue
Block a user