diff --git a/config/bonsaitrees2-client.toml b/config/bonsaitrees2-client.toml new file mode 100644 index 0000000..c066916 --- /dev/null +++ b/config/bonsaitrees2-client.toml @@ -0,0 +1,6 @@ + +#General Settings +[general] + #Whether to show the drop chances in JEI + showChanceInJEI = true + diff --git a/config/bonsaitrees2-common.toml b/config/bonsaitrees2-common.toml new file mode 100644 index 0000000..2936b08 --- /dev/null +++ b/config/bonsaitrees2-common.toml @@ -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" + diff --git a/config/journeymap-common.toml b/config/journeymap-common.toml index aeb9f0a..34e0c8c 100644 --- a/config/journeymap-common.toml +++ b/config/journeymap-common.toml @@ -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 = [] diff --git a/mods/BonsaiTrees-2.1.2.6.jar b/mods/BonsaiTrees-2.1.2.6.jar new file mode 100644 index 0000000..1f3bb1c Binary files /dev/null and b/mods/BonsaiTrees-2.1.2.6.jar differ diff --git a/mods/libnonymous-1.15.2-1.1.1.5.jar b/mods/libnonymous-1.15.2-1.1.1.5.jar new file mode 100644 index 0000000..321ec65 Binary files /dev/null and b/mods/libnonymous-1.15.2-1.1.1.5.jar differ