diff --git a/config/fallingtree.json b/config/fallingtree.json new file mode 100644 index 0000000..28c05d3 --- /dev/null +++ b/config/fallingtree.json @@ -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" +} diff --git a/config/ftbbackups2.json b/config/ftbbackups2.json new file mode 100644 index 0000000..20cab27 --- /dev/null +++ b/config/ftbbackups2.json @@ -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": "." +} diff --git a/config/toastcontrol-common.toml b/config/toastcontrol-common.toml new file mode 100644 index 0000000..99ff0e2 --- /dev/null +++ b/config/toastcontrol-common.toml @@ -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 diff --git a/serverconfig/gravestone-server.toml b/defaultconfigs/gravestone-server.toml similarity index 100% rename from serverconfig/gravestone-server.toml rename to defaultconfigs/gravestone-server.toml diff --git a/serverconfig/rftoolsbuilder-server.toml b/defaultconfigs/rftoolsbuilder-server.toml similarity index 100% rename from serverconfig/rftoolsbuilder-server.toml rename to defaultconfigs/rftoolsbuilder-server.toml diff --git a/index.toml b/index.toml index d662c8c..a6f422e 100644 --- a/index.toml +++ b/index.toml @@ -12,6 +12,18 @@ hash = "8603b247cecb151a056178a85450ccd45f8cdda9103de9a5ea7b02aef74d10fc" file = "config/almostunified/unify.json" 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]] file = "defaultconfigs/ftbchunks/ftbchunks-world.snbt" hash = "379d22fd3111b76c611cc9647cbd759d025dd508ebe741951a74e4c5853f26b4" @@ -20,6 +32,14 @@ hash = "379d22fd3111b76c611cc9647cbd759d025dd508ebe741951a74e4c5853f26b4" file = "defaultconfigs/ftbessentials.snbt" hash = "09e2485d7813ba56d55a5aefa339cd6bfafff9ca6aed41b04bb550d3d57a3ac2" +[[files]] +file = "defaultconfigs/gravestone-server.toml" +hash = "2adb6b444fe511cfe32878a7e55199aa563f6051425c382d97f14184d36ab268" + +[[files]] +file = "defaultconfigs/rftoolsbuilder-server.toml" +hash = "00fd68c7cebeb9d6f09da20fed39c0bdd8e608ed6afaee9f6ef048208f50e86e" + [[files]] file = "kubejs/client_scripts/hide.js" hash = "5d481198f4fbd86ba8127796ca8c5e617e4b2c76a0ef2552e5e8dbe576ee261f" @@ -50,7 +70,7 @@ metafile = true [[files]] file = "mods/almost-unified.pw.toml" -hash = "23dd6698d011bf48acc3a7f77503eed93f31ea292a2c52f76691dd32d7f5fa8c" +hash = "9a6f730003ef873e4056c50bc4c2dc2e904b885cc9d45af664bfbe92f2f35fba" metafile = true [[files]] @@ -135,7 +155,7 @@ metafile = true [[files]] file = "mods/canary.pw.toml" -hash = "06f9136bcf52ef7ed253a4ad094a2c78855223dfb67c8afd5cd41da9570f9362" +hash = "58f75414da63386b16498d447ebd9c0074e72df9e8a667f075577e1813e5d31e" metafile = true [[files]] @@ -320,7 +340,7 @@ metafile = true [[files]] file = "mods/fancymenu-forge.pw.toml" -hash = "dcdc73e15170977c8832a81d4210037cc3bc8844d175dce0c4ce28086f8312c5" +hash = "281a581a94edc18e614a8f263dfbb172886ff027a2b3009c62fe5cf05dc156a4" metafile = true [[files]] @@ -670,7 +690,7 @@ metafile = true [[files]] file = "mods/rechiseled.pw.toml" -hash = "d9c60e4fee11d52f26b37d4c879c94799868377d828b68d6a9790ea69acb24c3" +hash = "07f8d20235699065bdf4616d380ee4f4f5413dce0f53d99a608c8e89ac4350f6" metafile = true [[files]] @@ -768,6 +788,11 @@ file = "mods/shetiphiancore.pw.toml" hash = "e9c24e17fc72c175a7bb24a930769037f9f3e82f4e79ad34fe67ca7770419674" metafile = true +[[files]] +file = "mods/simple-shops.pw.toml" +hash = "d7baf988341b7460d51b96cb123ce03408cb04a008e522eabbf6c6029325ad62" +metafile = true + [[files]] file = "mods/smooth-boot-reloaded.pw.toml" hash = "49a62dc782f18f414f4dd5fd08a10a31c8698a87404ed12b7a847b6ac474c2e4" @@ -887,11 +912,3 @@ metafile = true file = "mods/zombie-awareness.pw.toml" hash = "d3b835c39de7ef5be71391333e8dec0d72ea44e1c5d24b7bea911769c5adf46c" metafile = true - -[[files]] -file = "serverconfig/gravestone-server.toml" -hash = "2adb6b444fe511cfe32878a7e55199aa563f6051425c382d97f14184d36ab268" - -[[files]] -file = "serverconfig/rftoolsbuilder-server.toml" -hash = "00fd68c7cebeb9d6f09da20fed39c0bdd8e608ed6afaee9f6ef048208f50e86e" diff --git a/mods/almost-unified.pw.toml b/mods/almost-unified.pw.toml index e5ffc8a..f1e7538 100644 --- a/mods/almost-unified.pw.toml +++ b/mods/almost-unified.pw.toml @@ -1,13 +1,13 @@ 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" [download] hash-format = "sha1" -hash = "feb8251b71ec6acec22cf42450a2c6fc52c226d5" +hash = "13483583dab823104bb28642be0d6cf3c3eec7ea" mode = "metadata:curseforge" [update] [update.curseforge] -file-id = 4477994 +file-id = 4498255 project-id = 633823 diff --git a/mods/canary.pw.toml b/mods/canary.pw.toml index 28aa379..3896c8b 100644 --- a/mods/canary.pw.toml +++ b/mods/canary.pw.toml @@ -1,13 +1,13 @@ name = "Canary" -filename = "canary-mc1.19.2-0.1.9.jar" +filename = "canary-mc1.19.2-0.1.10.jar" side = "both" [download] hash-format = "sha1" -hash = "1c241937c961ed6311578551152e23bc08bb2ab0" +hash = "be75b7b41b50e275df2f034f32501bf17a6c5dc7" mode = "metadata:curseforge" [update] [update.curseforge] -file-id = 4421576 +file-id = 4498536 project-id = 665658 diff --git a/mods/fancymenu-forge.pw.toml b/mods/fancymenu-forge.pw.toml index d72b543..53e1a37 100644 --- a/mods/fancymenu-forge.pw.toml +++ b/mods/fancymenu-forge.pw.toml @@ -1,13 +1,13 @@ 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" [download] hash-format = "sha1" -hash = "7f816b4f38c636873316574813a5e77bc1093aae" +hash = "ead963e90d91d1cfb63d4a3eec4a5f512c2944b8" mode = "metadata:curseforge" [update] [update.curseforge] -file-id = 4483445 +file-id = 4498598 project-id = 367706 diff --git a/mods/rechiseled.pw.toml b/mods/rechiseled.pw.toml index da3305f..80daa6f 100644 --- a/mods/rechiseled.pw.toml +++ b/mods/rechiseled.pw.toml @@ -1,13 +1,13 @@ name = "Re-chiseled" -filename = "rechiseled-1.0.12a-forge-mc1.19.jar" +filename = "rechiseled-1.0.13-forge-mc1.19.jar" side = "both" [download] hash-format = "sha1" -hash = "25b95313a8429656f54664d0e75291e085f6b5fc" +hash = "03c811730aef6777d69d7d7d0c1f1af31d05ea66" mode = "metadata:curseforge" [update] [update.curseforge] -file-id = 4364936 +file-id = 4498523 project-id = 558998 diff --git a/mods/simple-shops.pw.toml b/mods/simple-shops.pw.toml new file mode 100644 index 0000000..017f88b --- /dev/null +++ b/mods/simple-shops.pw.toml @@ -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 diff --git a/pack.toml b/pack.toml index 220965f..10b9eef 100644 --- a/pack.toml +++ b/pack.toml @@ -1,12 +1,12 @@ name = "ScrumptiousCraft Um" author = "razage" -version = "1.0.3" +version = "1.0.4" pack-format = "packwiz:1.1.0" [index] file = "index.toml" hash-format = "sha256" -hash = "e80fbe9717001828b2f69a5c83c2c7083788f17625f2da45a77023ff5ed3f4f8" +hash = "ea6b62373379ea9ddae47c45cb305ddcea6fccbb046f69588c452b580167fbf1" [versions] forge = "43.2.8"