Added simple-shops
I also configured fallingtree and ftbbackups2.
This commit is contained in:
parent
05cb66b0b7
commit
495f13ee1f
49
config/fallingtree.json
Normal file
49
config/fallingtree.json
Normal file
@ -0,0 +1,49 @@
|
|||||||
|
{
|
||||||
|
"trees": {
|
||||||
|
"allowedLogs": [],
|
||||||
|
"deniedLogs": [],
|
||||||
|
"allowedLeaves": [],
|
||||||
|
"allowedNonDecayLeaves": [],
|
||||||
|
"deniedLeaves": [],
|
||||||
|
"breakMode": "SHIFT_DOWN",
|
||||||
|
"detectionMode": "WHOLE_TREE",
|
||||||
|
"maxScanSize": 500,
|
||||||
|
"maxSize": 100,
|
||||||
|
"maxSizeAction": "ABORT",
|
||||||
|
"breakOrder": "FURTHEST_FIRST",
|
||||||
|
"minimumLeavesAroundRequired": 1,
|
||||||
|
"includePersistentLeavesInRequiredCount": true,
|
||||||
|
"treeBreaking": true,
|
||||||
|
"leavesBreaking": true,
|
||||||
|
"leavesBreakingForceRadius": 0,
|
||||||
|
"allowMixedLogs": false,
|
||||||
|
"breakNetherTreeWarts": true,
|
||||||
|
"instantlyBreakWarts": false,
|
||||||
|
"breakMangroveRoots": true,
|
||||||
|
"searchAreaRadius": -1,
|
||||||
|
"allowedAdjacentBlocks": [],
|
||||||
|
"adjacentStopMode": "STOP_ALL"
|
||||||
|
},
|
||||||
|
"tools": {
|
||||||
|
"allowed": [],
|
||||||
|
"denied": [],
|
||||||
|
"preserve": false,
|
||||||
|
"ignoreTools": false,
|
||||||
|
"damageMultiplicand": 1.0,
|
||||||
|
"damageRounding": "ROUND_DOWN",
|
||||||
|
"speedMultiplicand": 0.0,
|
||||||
|
"forceToolUsage": false
|
||||||
|
},
|
||||||
|
"player": {
|
||||||
|
"allowedTags": []
|
||||||
|
},
|
||||||
|
"enchantment": {
|
||||||
|
"registerEnchant": false,
|
||||||
|
"registerSpecificEnchant": false,
|
||||||
|
"hideEnchant": false
|
||||||
|
},
|
||||||
|
"sneakMode": "SNEAK_DISABLE",
|
||||||
|
"breakInCreative": false,
|
||||||
|
"lootInCreative": true,
|
||||||
|
"notificationMode": "ACTION_BAR"
|
||||||
|
}
|
27
config/ftbbackups2.json
Normal file
27
config/ftbbackups2.json
Normal file
@ -0,0 +1,27 @@
|
|||||||
|
{
|
||||||
|
// Allow the creation of backups automatically
|
||||||
|
"enabled": true,
|
||||||
|
// Permission level to use the /backup command
|
||||||
|
"command_permission_level": 3,
|
||||||
|
// Only send backup status to server ops
|
||||||
|
"notify_op_only": true,
|
||||||
|
// Don't send backup status at all
|
||||||
|
"do_not_notify": false,
|
||||||
|
// Maximum number of backups to keep
|
||||||
|
"max_backups": 12,
|
||||||
|
/* This is done with Javas implementation of cron, More info here
|
||||||
|
(https://www.cronmaker.com)
|
||||||
|
*/
|
||||||
|
// "backup_cron": "0 */30 * * * ?",
|
||||||
|
"backup_cron": "0 0 */2 * * ?",
|
||||||
|
// Time between manual backups using the command
|
||||||
|
"manual_backups_time": 0,
|
||||||
|
// Only run a backup if a player has been online since the last backup
|
||||||
|
"only_if_players_been_online": true,
|
||||||
|
// Additional directories to include in backup
|
||||||
|
"additional_directories": [],
|
||||||
|
// Display file size in backup message
|
||||||
|
"display_file_size": false,
|
||||||
|
// backup location
|
||||||
|
"backup_location": "."
|
||||||
|
}
|
49
config/toastcontrol-common.toml
Normal file
49
config/toastcontrol-common.toml
Normal file
@ -0,0 +1,49 @@
|
|||||||
|
|
||||||
|
#Client Configuration
|
||||||
|
[client]
|
||||||
|
|
||||||
|
[client.blocked_toasts]
|
||||||
|
#If advancement toasts are blocked.
|
||||||
|
advancements = false
|
||||||
|
#If recipe toasts are blocked.
|
||||||
|
recipes = true
|
||||||
|
#If system toasts are blocked.
|
||||||
|
system = false
|
||||||
|
#If tutorial toasts are blocked.
|
||||||
|
tutorial = true
|
||||||
|
#If all vanilla toasts are blocked.
|
||||||
|
global_vanilla = false
|
||||||
|
#If all non-vanilla toasts are blocked.
|
||||||
|
global_modded = false
|
||||||
|
#If all toasts are blocked.
|
||||||
|
global = false
|
||||||
|
#Toast Classes that are blocked from being shown.
|
||||||
|
blocked_classes = []
|
||||||
|
|
||||||
|
[client.visual_options]
|
||||||
|
#How long a toast must be on the screen for, in ticks. Use 0 to use the default time.
|
||||||
|
#Range: 0 ~ 4000
|
||||||
|
force_time = 0
|
||||||
|
#If toasts are translucent.
|
||||||
|
translucent = true
|
||||||
|
#If toasts are transparent. Overrides translucency.
|
||||||
|
transparent = false
|
||||||
|
#How many toasts will be displayed on screen at once.
|
||||||
|
#Range: 1 ~ 7
|
||||||
|
toast_count = 3
|
||||||
|
#The X offset for toasts to be drawn at.
|
||||||
|
#Range: -8192 ~ 8192
|
||||||
|
x_offset = 0
|
||||||
|
#The Y offset for toasts to be drawn at.
|
||||||
|
#Range: -8192 ~ 8192
|
||||||
|
y_offset = 0
|
||||||
|
#If toasts automatically pop into the screen without animations.
|
||||||
|
no_slide = false
|
||||||
|
#If toasts show on the left of the screen.
|
||||||
|
start_left = false
|
||||||
|
#If toasts will come in from the top of the screen, rather than the side.
|
||||||
|
top_down = false
|
||||||
|
|
||||||
|
[client.debug]
|
||||||
|
#If toast classes are printed when they are shown.
|
||||||
|
print_classes = false
|
41
index.toml
41
index.toml
@ -12,6 +12,18 @@ hash = "8603b247cecb151a056178a85450ccd45f8cdda9103de9a5ea7b02aef74d10fc"
|
|||||||
file = "config/almostunified/unify.json"
|
file = "config/almostunified/unify.json"
|
||||||
hash = "efeedd71425606e55f2c16be71d0d325607045d3e914f886b0b57ed09b65413a"
|
hash = "efeedd71425606e55f2c16be71d0d325607045d3e914f886b0b57ed09b65413a"
|
||||||
|
|
||||||
|
[[files]]
|
||||||
|
file = "config/fallingtree.json"
|
||||||
|
hash = "1209f06f7aecfa9168b704f175d41733fe4d26f7fd8dcc9d2a0239f8d4122737"
|
||||||
|
|
||||||
|
[[files]]
|
||||||
|
file = "config/ftbbackups2.json"
|
||||||
|
hash = "1a3f52aff8fe11c035d5309049a3aa985c49039463ba1b62368407a30a250a90"
|
||||||
|
|
||||||
|
[[files]]
|
||||||
|
file = "config/toastcontrol-common.toml"
|
||||||
|
hash = "f576a50dc985b50ebae7fa8ec8b4834aaf68410fa5c953700f42c3d6def1e9c8"
|
||||||
|
|
||||||
[[files]]
|
[[files]]
|
||||||
file = "defaultconfigs/ftbchunks/ftbchunks-world.snbt"
|
file = "defaultconfigs/ftbchunks/ftbchunks-world.snbt"
|
||||||
hash = "379d22fd3111b76c611cc9647cbd759d025dd508ebe741951a74e4c5853f26b4"
|
hash = "379d22fd3111b76c611cc9647cbd759d025dd508ebe741951a74e4c5853f26b4"
|
||||||
@ -20,6 +32,14 @@ hash = "379d22fd3111b76c611cc9647cbd759d025dd508ebe741951a74e4c5853f26b4"
|
|||||||
file = "defaultconfigs/ftbessentials.snbt"
|
file = "defaultconfigs/ftbessentials.snbt"
|
||||||
hash = "09e2485d7813ba56d55a5aefa339cd6bfafff9ca6aed41b04bb550d3d57a3ac2"
|
hash = "09e2485d7813ba56d55a5aefa339cd6bfafff9ca6aed41b04bb550d3d57a3ac2"
|
||||||
|
|
||||||
|
[[files]]
|
||||||
|
file = "defaultconfigs/gravestone-server.toml"
|
||||||
|
hash = "2adb6b444fe511cfe32878a7e55199aa563f6051425c382d97f14184d36ab268"
|
||||||
|
|
||||||
|
[[files]]
|
||||||
|
file = "defaultconfigs/rftoolsbuilder-server.toml"
|
||||||
|
hash = "00fd68c7cebeb9d6f09da20fed39c0bdd8e608ed6afaee9f6ef048208f50e86e"
|
||||||
|
|
||||||
[[files]]
|
[[files]]
|
||||||
file = "kubejs/client_scripts/hide.js"
|
file = "kubejs/client_scripts/hide.js"
|
||||||
hash = "5d481198f4fbd86ba8127796ca8c5e617e4b2c76a0ef2552e5e8dbe576ee261f"
|
hash = "5d481198f4fbd86ba8127796ca8c5e617e4b2c76a0ef2552e5e8dbe576ee261f"
|
||||||
@ -50,7 +70,7 @@ metafile = true
|
|||||||
|
|
||||||
[[files]]
|
[[files]]
|
||||||
file = "mods/almost-unified.pw.toml"
|
file = "mods/almost-unified.pw.toml"
|
||||||
hash = "23dd6698d011bf48acc3a7f77503eed93f31ea292a2c52f76691dd32d7f5fa8c"
|
hash = "9a6f730003ef873e4056c50bc4c2dc2e904b885cc9d45af664bfbe92f2f35fba"
|
||||||
metafile = true
|
metafile = true
|
||||||
|
|
||||||
[[files]]
|
[[files]]
|
||||||
@ -135,7 +155,7 @@ metafile = true
|
|||||||
|
|
||||||
[[files]]
|
[[files]]
|
||||||
file = "mods/canary.pw.toml"
|
file = "mods/canary.pw.toml"
|
||||||
hash = "06f9136bcf52ef7ed253a4ad094a2c78855223dfb67c8afd5cd41da9570f9362"
|
hash = "58f75414da63386b16498d447ebd9c0074e72df9e8a667f075577e1813e5d31e"
|
||||||
metafile = true
|
metafile = true
|
||||||
|
|
||||||
[[files]]
|
[[files]]
|
||||||
@ -320,7 +340,7 @@ metafile = true
|
|||||||
|
|
||||||
[[files]]
|
[[files]]
|
||||||
file = "mods/fancymenu-forge.pw.toml"
|
file = "mods/fancymenu-forge.pw.toml"
|
||||||
hash = "dcdc73e15170977c8832a81d4210037cc3bc8844d175dce0c4ce28086f8312c5"
|
hash = "281a581a94edc18e614a8f263dfbb172886ff027a2b3009c62fe5cf05dc156a4"
|
||||||
metafile = true
|
metafile = true
|
||||||
|
|
||||||
[[files]]
|
[[files]]
|
||||||
@ -670,7 +690,7 @@ metafile = true
|
|||||||
|
|
||||||
[[files]]
|
[[files]]
|
||||||
file = "mods/rechiseled.pw.toml"
|
file = "mods/rechiseled.pw.toml"
|
||||||
hash = "d9c60e4fee11d52f26b37d4c879c94799868377d828b68d6a9790ea69acb24c3"
|
hash = "07f8d20235699065bdf4616d380ee4f4f5413dce0f53d99a608c8e89ac4350f6"
|
||||||
metafile = true
|
metafile = true
|
||||||
|
|
||||||
[[files]]
|
[[files]]
|
||||||
@ -768,6 +788,11 @@ file = "mods/shetiphiancore.pw.toml"
|
|||||||
hash = "e9c24e17fc72c175a7bb24a930769037f9f3e82f4e79ad34fe67ca7770419674"
|
hash = "e9c24e17fc72c175a7bb24a930769037f9f3e82f4e79ad34fe67ca7770419674"
|
||||||
metafile = true
|
metafile = true
|
||||||
|
|
||||||
|
[[files]]
|
||||||
|
file = "mods/simple-shops.pw.toml"
|
||||||
|
hash = "d7baf988341b7460d51b96cb123ce03408cb04a008e522eabbf6c6029325ad62"
|
||||||
|
metafile = true
|
||||||
|
|
||||||
[[files]]
|
[[files]]
|
||||||
file = "mods/smooth-boot-reloaded.pw.toml"
|
file = "mods/smooth-boot-reloaded.pw.toml"
|
||||||
hash = "49a62dc782f18f414f4dd5fd08a10a31c8698a87404ed12b7a847b6ac474c2e4"
|
hash = "49a62dc782f18f414f4dd5fd08a10a31c8698a87404ed12b7a847b6ac474c2e4"
|
||||||
@ -887,11 +912,3 @@ metafile = true
|
|||||||
file = "mods/zombie-awareness.pw.toml"
|
file = "mods/zombie-awareness.pw.toml"
|
||||||
hash = "d3b835c39de7ef5be71391333e8dec0d72ea44e1c5d24b7bea911769c5adf46c"
|
hash = "d3b835c39de7ef5be71391333e8dec0d72ea44e1c5d24b7bea911769c5adf46c"
|
||||||
metafile = true
|
metafile = true
|
||||||
|
|
||||||
[[files]]
|
|
||||||
file = "serverconfig/gravestone-server.toml"
|
|
||||||
hash = "2adb6b444fe511cfe32878a7e55199aa563f6051425c382d97f14184d36ab268"
|
|
||||||
|
|
||||||
[[files]]
|
|
||||||
file = "serverconfig/rftoolsbuilder-server.toml"
|
|
||||||
hash = "00fd68c7cebeb9d6f09da20fed39c0bdd8e608ed6afaee9f6ef048208f50e86e"
|
|
||||||
|
@ -1,13 +1,13 @@
|
|||||||
name = "Almost Unified"
|
name = "Almost Unified"
|
||||||
filename = "almostunified-forge-1.19.2-0.3.8.jar"
|
filename = "almostunified-forge-1.19.2-0.4.1.jar"
|
||||||
side = "both"
|
side = "both"
|
||||||
|
|
||||||
[download]
|
[download]
|
||||||
hash-format = "sha1"
|
hash-format = "sha1"
|
||||||
hash = "feb8251b71ec6acec22cf42450a2c6fc52c226d5"
|
hash = "13483583dab823104bb28642be0d6cf3c3eec7ea"
|
||||||
mode = "metadata:curseforge"
|
mode = "metadata:curseforge"
|
||||||
|
|
||||||
[update]
|
[update]
|
||||||
[update.curseforge]
|
[update.curseforge]
|
||||||
file-id = 4477994
|
file-id = 4498255
|
||||||
project-id = 633823
|
project-id = 633823
|
||||||
|
@ -1,13 +1,13 @@
|
|||||||
name = "Canary"
|
name = "Canary"
|
||||||
filename = "canary-mc1.19.2-0.1.9.jar"
|
filename = "canary-mc1.19.2-0.1.10.jar"
|
||||||
side = "both"
|
side = "both"
|
||||||
|
|
||||||
[download]
|
[download]
|
||||||
hash-format = "sha1"
|
hash-format = "sha1"
|
||||||
hash = "1c241937c961ed6311578551152e23bc08bb2ab0"
|
hash = "be75b7b41b50e275df2f034f32501bf17a6c5dc7"
|
||||||
mode = "metadata:curseforge"
|
mode = "metadata:curseforge"
|
||||||
|
|
||||||
[update]
|
[update]
|
||||||
[update.curseforge]
|
[update.curseforge]
|
||||||
file-id = 4421576
|
file-id = 4498536
|
||||||
project-id = 665658
|
project-id = 665658
|
||||||
|
@ -1,13 +1,13 @@
|
|||||||
name = "FancyMenu [Forge]"
|
name = "FancyMenu [Forge]"
|
||||||
filename = "fancymenu_forge_2.14.3_MC_1.19-1.19.2.jar"
|
filename = "fancymenu_forge_2.14.4_MC_1.19-1.19.2.jar"
|
||||||
side = "both"
|
side = "both"
|
||||||
|
|
||||||
[download]
|
[download]
|
||||||
hash-format = "sha1"
|
hash-format = "sha1"
|
||||||
hash = "7f816b4f38c636873316574813a5e77bc1093aae"
|
hash = "ead963e90d91d1cfb63d4a3eec4a5f512c2944b8"
|
||||||
mode = "metadata:curseforge"
|
mode = "metadata:curseforge"
|
||||||
|
|
||||||
[update]
|
[update]
|
||||||
[update.curseforge]
|
[update.curseforge]
|
||||||
file-id = 4483445
|
file-id = 4498598
|
||||||
project-id = 367706
|
project-id = 367706
|
||||||
|
@ -1,13 +1,13 @@
|
|||||||
name = "Re-chiseled"
|
name = "Re-chiseled"
|
||||||
filename = "rechiseled-1.0.12a-forge-mc1.19.jar"
|
filename = "rechiseled-1.0.13-forge-mc1.19.jar"
|
||||||
side = "both"
|
side = "both"
|
||||||
|
|
||||||
[download]
|
[download]
|
||||||
hash-format = "sha1"
|
hash-format = "sha1"
|
||||||
hash = "25b95313a8429656f54664d0e75291e085f6b5fc"
|
hash = "03c811730aef6777d69d7d7d0c1f1af31d05ea66"
|
||||||
mode = "metadata:curseforge"
|
mode = "metadata:curseforge"
|
||||||
|
|
||||||
[update]
|
[update]
|
||||||
[update.curseforge]
|
[update.curseforge]
|
||||||
file-id = 4364936
|
file-id = 4498523
|
||||||
project-id = 558998
|
project-id = 558998
|
||||||
|
13
mods/simple-shops.pw.toml
Normal file
13
mods/simple-shops.pw.toml
Normal file
@ -0,0 +1,13 @@
|
|||||||
|
name = "Simple Shops"
|
||||||
|
filename = "simpleshops-1.2.2.jar"
|
||||||
|
side = "both"
|
||||||
|
|
||||||
|
[download]
|
||||||
|
hash-format = "sha1"
|
||||||
|
hash = "668b89645eba0151f4ac789a45f47e0c981e69a4"
|
||||||
|
mode = "metadata:curseforge"
|
||||||
|
|
||||||
|
[update]
|
||||||
|
[update.curseforge]
|
||||||
|
file-id = 4409377
|
||||||
|
project-id = 517272
|
@ -1,12 +1,12 @@
|
|||||||
name = "ScrumptiousCraft Um"
|
name = "ScrumptiousCraft Um"
|
||||||
author = "razage"
|
author = "razage"
|
||||||
version = "1.0.3"
|
version = "1.0.4"
|
||||||
pack-format = "packwiz:1.1.0"
|
pack-format = "packwiz:1.1.0"
|
||||||
|
|
||||||
[index]
|
[index]
|
||||||
file = "index.toml"
|
file = "index.toml"
|
||||||
hash-format = "sha256"
|
hash-format = "sha256"
|
||||||
hash = "e80fbe9717001828b2f69a5c83c2c7083788f17625f2da45a77023ff5ed3f4f8"
|
hash = "ea6b62373379ea9ddae47c45cb305ddcea6fccbb046f69588c452b580167fbf1"
|
||||||
|
|
||||||
[versions]
|
[versions]
|
||||||
forge = "43.2.8"
|
forge = "43.2.8"
|
||||||
|
Loading…
x
Reference in New Issue
Block a user