├── config ├── campanion.json ├── lightest-lamps.json5 ├── kambrik_server_data.json ├── xaeropatreon.txt ├── cherishedworlds │ └── favorites.dat ├── promenade │ ├── creatures.json │ ├── structures.json │ ├── features.json │ └── biomes.json ├── respawnablepets.json ├── strawdummy.json ├── attribute_fix.json5 ├── indrev │ ├── hud.json │ ├── upgrades.json │ ├── oregen.json │ ├── cables.json │ └── generators.json ├── trident_return.toml ├── betterend │ ├── enchantments.json │ ├── client.json │ ├── portals.json │ └── entities.json ├── ctm.json ├── dawn │ ├── debug.json │ └── features.json ├── libcd.json ├── yosbr │ └── options.txt ├── defaultoptions.toml ├── exdel.json ├── outvoted │ └── client.json ├── eggtab.toml ├── vanillaexcavators.json ├── libgui.json5 ├── dynamicfps.toml ├── slightguimodifications │ ├── buttons.png │ ├── slider.png │ ├── background.png │ ├── text_field.png │ └── slider_hovered.png ├── carrier.json ├── vanilla-hammers.json ├── redbits.json ├── armorsoundtweak.toml ├── guild.json5 ├── ae2wtlib.json5 ├── expandedstorage.json ├── MouseTweaks.cfg ├── cpas │ ├── cpas.json │ └── trinkets.json ├── rrp.properties ├── Lakeside.properties ├── morevillagers.toml ├── biome_locator_server.json5 ├── inventorysorter │ ├── blacklist.json5 │ └── config.json5 ├── survivalisland.json ├── biome_locator_client.json5 ├── defaultoptions │ └── keybindings.txt ├── staff-of-building.json5 ├── desolation.json5 ├── flonters.properties ├── getoffmylawn.json5 ├── iris.properties ├── biome_locator.json ├── builtinservers.json ├── transportables.json5 ├── entitybanners.json ├── pling.json ├── bountiful │ └── bountiful.json ├── flytre_lib.json5 ├── diggusmaximus │ ├── grouping.json5 │ ├── excavatingshapes.json5 │ └── config.json5 ├── indium-renderer.properties ├── sodium-mixins.properties ├── fabric │ └── indigo-renderer.properties ├── biome_locator.json5 ├── bclib │ ├── client.json │ ├── server.json │ ├── generator.json │ └── recipes.json ├── betterstrongholds │ ├── fabric-1_17 │ │ ├── rareblocks.json │ │ ├── ores.json │ │ ├── itemframes.json │ │ └── armorstands.json │ └── README.txt ├── magna.json ├── modern_industrialization.toml ├── skinlayers.json ├── craftingtweaks.toml ├── AqMods │ ├── caracal.config │ └── grizzly.config ├── reborncore │ └── misc.json ├── refinedstorage2.toml ├── lithium.properties ├── couplings.toml ├── lightoverlay.properties ├── computercraft-client.toml ├── simplerharvest.json ├── waystones │ └── config.json ├── config.json ├── waila │ ├── blacklist.json │ ├── waila_plugins.json │ ├── waila.json │ └── megane_modules.json ├── shetiphiancore │ └── client.json5 ├── iron-jetpacks │ ├── jetpacks │ │ ├── creative.json │ │ ├── steel.json │ │ ├── bronze.json │ │ └── electrum.json │ ├── common.json5 │ └── client.json5 ├── dml-simulacrum.json ├── modmenu.json ├── platforms │ └── client.json5 ├── visuality.json ├── techreborn │ └── world.json ├── goblintraders.toml ├── horsestatsvanilla.json5 ├── stoneholm.json5 ├── sodium-options.json ├── beenfo.json ├── bettermineshafts-fabric-1_17.toml ├── xaeroworldmap.txt ├── additional-additions-config.json ├── InventoryHUD │ └── curios.json ├── Adorn.json5 ├── clienttweaks.toml ├── equipmentcompare.json5 ├── building_gadgets.json ├── appliedenergistics2 │ └── client.json ├── alaskanativecraft.json ├── lifts.json ├── betterstrongholds-fabric-1_17.toml ├── patchouli.json5 ├── quickshulkerconfig.json5 ├── dark-enchanting.json5 ├── ferritecore.mixin.properties ├── appleskin.json5 ├── fireworkfrenzy.json5 ├── authme.json5 ├── nyfsquivers.json └── quarrymod │ └── machines.json ├── cf_export.bat ├── detect_mods.bat ├── kubejs ├── startup_scripts │ ├── packversion.js │ └── worldgen.js ├── exported │ └── tags │ │ ├── functions.txt │ │ ├── biomes.txt │ │ └── fluids.txt ├── assets │ ├── dankstorage │ │ ├── textures │ │ │ └── block │ │ │ │ ├── dank_1.png │ │ │ │ ├── dank_2.png │ │ │ │ ├── dank_3.png │ │ │ │ ├── dank_4.png │ │ │ │ ├── dank_5.png │ │ │ │ ├── dank_6.png │ │ │ │ └── dank_7.png │ │ └── models │ │ │ └── block │ │ │ └── core.json │ └── minecraft │ │ └── textures │ │ └── models │ │ └── armor │ │ ├── glitch_layer_1.png │ │ └── glitch_layer_2.png ├── data │ ├── cosmetic-armor │ │ └── tags │ │ │ └── items │ │ │ └── blacklist.json │ └── indrev │ │ └── loot_tables │ │ └── blocks │ │ ├── silver_ore.json │ │ └── deepslate_silver_ore.json ├── config │ ├── common.properties │ └── client.properties ├── server_scripts │ ├── recipetypes │ │ ├── campanion │ │ │ └── shaped.js │ │ ├── blockus │ │ │ └── shapeless.js │ │ ├── rswires │ │ │ └── shapeless.js │ │ ├── woods_and_mires │ │ │ └── shaped.js │ │ ├── indrev │ │ │ ├── shapeless.js │ │ │ └── recycle.js │ │ ├── blast │ │ │ └── shaped.js │ │ ├── charm │ │ │ └── shaped.js │ │ ├── goml │ │ │ └── shaped.js │ │ ├── techreborn │ │ │ └── shaped.js │ │ ├── kibe │ │ │ └── shaped.js │ │ └── minecraft │ │ │ └── shaped.js │ ├── tags │ │ ├── blacklisted_storage.js │ │ └── wooden_chests.js │ └── remove_recipes.js └── README.txt ├── README.md ├── knownkeys.txt ├── .packwizignore ├── pack.toml └── toml_mods ├── bclib.toml ├── dawn.toml ├── pling.toml ├── blast.toml ├── megane.toml ├── arcanus.toml ├── carrier.toml ├── columns.toml ├── kambrik.toml ├── lazydfu.toml ├── rswires.toml ├── urns.toml ├── chalk-fabric.toml ├── deathlog.toml ├── ecotones.toml ├── impaled.toml ├── inmis.toml ├── mo-colors.toml ├── modmenu.toml ├── red-bits.toml ├── traverse.toml ├── betterend.toml ├── campanion.toml ├── crusade.toml ├── guild.toml ├── lifts.toml ├── mavm.toml ├── promenade.toml ├── winged.toml ├── wthit.toml ├── blockus.toml ├── charm.toml ├── flonters.toml ├── kibe.toml ├── kubejs-extras.toml ├── lakeside.toml ├── lib.toml ├── notes-fabric.toml ├── owo-lib.toml ├── river-redux.toml ├── straw-dummy.toml ├── addendum-fabric.toml ├── adorn.toml ├── caracal-mod.toml ├── cloth-api.toml ├── desolation.toml ├── mo-glass.toml ├── outvoted.toml ├── packages.toml ├── trinkets-fabric.toml ├── advancements-debug.toml ├── basic-aiots.toml ├── boat-container.toml ├── break-progress.toml ├── cc-restitched.toml ├── clumps.toml ├── conjuring.toml ├── dual-riders.toml ├── fabric-api.toml ├── firework-frenzy.toml ├── go-fish.toml ├── luminous-wool.toml ├── rats-mischief.toml ├── reborncore.toml ├── roughly-enough-resources.toml ├── slotlock.toml ├── techreborn.toml ├── tooltipfix.toml ├── yosbr.toml ├── auth-me.toml ├── balm-fabric.toml ├── bits-and-chisels.toml ├── geckolib.toml ├── grizzly-bear.toml ├── ok-zoomer.toml ├── quick-shulker.toml ├── rhino.toml ├── runelic.toml ├── universal-graves.toml ├── visuality.toml ├── wmitaf.toml ├── beenfo.toml ├── bountiful-fabric.toml ├── charmonium.toml ├── diggus-maximus.toml ├── eggtab-fabric.toml ├── fabric-launchpads.toml ├── fabric-waystones.toml ├── golems-galore.toml ├── incantationem.toml ├── industrial-revolution.toml ├── lovely-snails.toml ├── mythic-mounts.toml ├── quarry-reborn.toml ├── respawnable-pets.toml ├── smoother-bedrock.toml ├── stoneholm.toml ├── structure-tools.toml ├── tool-stats.toml ├── vanilla-biomes.toml ├── appleskin.toml ├── architectury-fabric.toml ├── artifacts-fabric.toml ├── auto-config-updated-api.toml ├── axolotl-bucket-fix.toml ├── botania-fabric.toml ├── colorful-subtitles.toml ├── crooked-crooks.toml ├── death-knell.toml ├── grims-transportables.toml ├── iron-jetpacks-fabric.toml ├── jumpoverfences.toml ├── lithium.toml ├── magic-fungi.toml ├── nyfs-quivers.toml ├── secret-rooms-fabric.toml ├── textile-backup.toml ├── trident-return-fabric.toml ├── true-secret-rooms.toml ├── vanilla-hammers.toml ├── wireless-networks.toml ├── woods-and-mires.toml ├── yungs-api-fabric.toml ├── alaska-native-craft.toml ├── cosmetic-armor-fabric.toml ├── dank-storage-fabric.toml ├── dark-enchanting.toml ├── drink-beer-fabric.toml ├── fabric-survival-island.toml ├── ferritecore-fabric.toml ├── fps-reducer.toml ├── gate-of-babylon.toml ├── goblin-traders-fabric.toml ├── harvest-scythes.toml ├── iceberg-fabric.toml ├── inventory-sorting.toml ├── miners-horizon.toml ├── mouse-tweaks.toml ├── patchouli-fabric.toml ├── staff-of-building.toml ├── additional-additions.toml ├── armor-sound-tweak.toml ├── builtin-servers.toml ├── cloth-config.toml ├── dark-loading-screen.toml ├── entity-banners.toml ├── extra-generators.toml ├── get-off-my-lawn.toml ├── health-overlay-fabric.toml ├── improved-stations.toml ├── kleeslabs-fabric.toml ├── no-angled-brackets.toml ├── no-potion-offset.toml ├── skin-layers-3d.toml ├── terrarian-slimes.toml ├── vanilla-excavators.toml ├── villager-hats-mod.toml ├── advancements-enlarger.toml ├── attribute.toml ├── bamboo-tweaks.toml ├── can-i-mine-this-block.toml ├── dark-paintings.toml ├── deep-mob-learning-simulacrum.toml ├── explorers-delight.toml ├── extended-armor-bars.toml ├── falling-leaves-fabric.toml ├── glassential-fabric.toml ├── horsestatsvanilla.toml ├── kubejs-fabric.toml ├── light-overlay.toml ├── magitek-mechs.toml ├── platforms-fabric.toml ├── vanilla-degus.toml ├── wolves-with-armor.toml ├── controlling-for-fabric.toml ├── croptopia-fabric.toml ├── defaultsettings-fabric.toml ├── inventory-hud-forge.toml ├── lightest-lamps-fabric.toml ├── natures-compass.toml ├── wither-totem.toml ├── xaeros-minimap.toml ├── applied-energistics-2.toml ├── expanded-storage-fabric.toml ├── i-know-what-im-doing.toml ├── more-villagers-fabric.toml ├── roughly-enough-items.toml ├── untitled-duck-mod-fabric.toml ├── xaeros-world-map.toml ├── hwyla-addon-horse-info.toml ├── mo-structures.toml ├── modern-industrialization.toml ├── no-null-processors.toml ├── right-click-harvest.toml ├── slight-gui-modifications.toml ├── ambient-environment.toml ├── bow-infinity-fix.toml ├── crafting-tweaks-fabric.toml ├── netherportalfix-fabric.toml ├── shetiphiancore-fabric.toml ├── travelers-backpack-fabric.toml ├── applied-energistics-2-wireless-terminals.toml ├── cherished-worlds-fabric.toml ├── equipment-compare-fabric.toml ├── yungs-better-dungeons-fabric.toml ├── fabric-language-kotlin.toml ├── legendary-tooltips-fabric.toml ├── the-graveyard-fabric.toml ├── advancement-plaques-fabric.toml ├── fabric-disable-custom-worlds-advice.toml ├── yungs-better-mineshafts-fabric.toml ├── dimension-fix-some-forge-patches-ported.toml ├── enchantment-descriptions.toml ├── yungs-better-strongholds-fabric.toml ├── deep-mob-learning-refabricated.toml ├── repurposed-structures-fabric.toml ├── fix-experience-bug.toml └── ninjaphenixs-container-library.toml /config/campanion.json: -------------------------------------------------------------------------------- 1 | {} -------------------------------------------------------------------------------- /cf_export.bat: -------------------------------------------------------------------------------- 1 | packwiz cf export -------------------------------------------------------------------------------- /config/lightest-lamps.json5: -------------------------------------------------------------------------------- 1 | { } -------------------------------------------------------------------------------- /detect_mods.bat: -------------------------------------------------------------------------------- 1 | packwiz cf detect -------------------------------------------------------------------------------- /config/kambrik_server_data.json: -------------------------------------------------------------------------------- 1 | { 2 | } -------------------------------------------------------------------------------- /config/xaeropatreon.txt: -------------------------------------------------------------------------------- 1 | showCapes:true 2 | -------------------------------------------------------------------------------- /config/cherishedworlds/favorites.dat: -------------------------------------------------------------------------------- 1 | 2 | favorites -------------------------------------------------------------------------------- /config/promenade/creatures.json: -------------------------------------------------------------------------------- 1 | { 2 | "ducks": false 3 | } -------------------------------------------------------------------------------- /config/respawnablepets.json: -------------------------------------------------------------------------------- 1 | { 2 | "timeToRespawn": -1 3 | } -------------------------------------------------------------------------------- /config/strawdummy.json: -------------------------------------------------------------------------------- 1 | { 2 | "dummyLimitPerUser": -1 3 | } -------------------------------------------------------------------------------- /config/attribute_fix.json5: -------------------------------------------------------------------------------- 1 | { 2 | "render_toughness_bar": true 3 | } -------------------------------------------------------------------------------- /config/promenade/structures.json: -------------------------------------------------------------------------------- 1 | { 2 | "witch_huts": true 3 | } -------------------------------------------------------------------------------- /config/indrev/hud.json: -------------------------------------------------------------------------------- 1 | { 2 | "renderPosX": 0, 3 | "renderPosY": 0 4 | } -------------------------------------------------------------------------------- /config/trident_return.toml: -------------------------------------------------------------------------------- 1 | enabled = true 2 | anticheatBypass = "NONE" 3 | -------------------------------------------------------------------------------- /config/betterend/enchantments.json: -------------------------------------------------------------------------------- 1 | { 2 | "end_veil [default: true]": true 3 | } -------------------------------------------------------------------------------- /config/ctm.json: -------------------------------------------------------------------------------- 1 | { 2 | "disableCTM": false, 3 | "connectInsideCTM": false 4 | } -------------------------------------------------------------------------------- /config/dawn/debug.json: -------------------------------------------------------------------------------- 1 | { 2 | "writeIds": false, 3 | "expandedInfo": false 4 | } -------------------------------------------------------------------------------- /config/libcd.json: -------------------------------------------------------------------------------- 1 | { 2 | "dev_mode": false, 3 | "namespace_preference": [] 4 | } -------------------------------------------------------------------------------- /config/yosbr/options.txt: -------------------------------------------------------------------------------- 1 | key_key.mousewheelie.sort_inventory:key.keyboard.unknown -------------------------------------------------------------------------------- /kubejs/startup_scripts/packversion.js: -------------------------------------------------------------------------------- 1 | console.info('Loading All Of Fabric 4 v1.1.4') -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- 1 | # All-of-Fabric-4 2 | Modpack containing the latest & best of Fabric. 3 | -------------------------------------------------------------------------------- /config/defaultoptions.toml: -------------------------------------------------------------------------------- 1 | defaultDifficulty = "NORMAL" 2 | lockDifficulty = false 3 | -------------------------------------------------------------------------------- /config/exdel.json: -------------------------------------------------------------------------------- 1 | { 2 | "mysteryArrow": { 3 | "agingChance": 1.0 4 | } 5 | } 6 | -------------------------------------------------------------------------------- /config/outvoted/client.json: -------------------------------------------------------------------------------- 1 | { 2 | "creativeTab": true, 3 | "wildfireVariants": true 4 | } -------------------------------------------------------------------------------- /knownkeys.txt: -------------------------------------------------------------------------------- 1 | key.craftingtweaks.refill_last 2 | key.craftingtweaks.refill_last_stack 3 | -------------------------------------------------------------------------------- /config/eggtab.toml: -------------------------------------------------------------------------------- 1 | eggsGroup = true 2 | booksGroup = true 3 | foodGroup = false 4 | removeEmptyGroups = false 5 | -------------------------------------------------------------------------------- /config/vanillaexcavators.json: -------------------------------------------------------------------------------- 1 | { 2 | "enableExtraMaterials": true, 3 | "durabilityModifier": 5 4 | } 5 | -------------------------------------------------------------------------------- /config/libgui.json5: -------------------------------------------------------------------------------- 1 | { 2 | // Whether dark mode should be enabled. Will only affect Vanilla-styled GUIs. 3 | "darkMode": false 4 | } -------------------------------------------------------------------------------- /config/promenade/features.json: -------------------------------------------------------------------------------- 1 | { 2 | "igneous_rock_patches": true, 3 | "palm_trees": true, 4 | "blueberry_bushes": true 5 | } -------------------------------------------------------------------------------- /config/dynamicfps.toml: -------------------------------------------------------------------------------- 1 | reduceFPSWhenUnfocused = true 2 | unfocusedFPS = 1 3 | restoreFPSWhenHovered = true 4 | runGCOnUnfocus = false 5 | -------------------------------------------------------------------------------- /.packwizignore: -------------------------------------------------------------------------------- 1 | .git/** 2 | .gitattributes 3 | .gitignore 4 | 5 | README.md 6 | CHANGELOG.md 7 | LICENSE 8 | detect_mods.bat 9 | cf_export.bat -------------------------------------------------------------------------------- /config/slightguimodifications/buttons.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TeamAOF/All-of-Fabric-4/HEAD/config/slightguimodifications/buttons.png -------------------------------------------------------------------------------- /config/slightguimodifications/slider.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TeamAOF/All-of-Fabric-4/HEAD/config/slightguimodifications/slider.png -------------------------------------------------------------------------------- /kubejs/exported/tags/functions.txt: -------------------------------------------------------------------------------- 1 | To refresh this file, delete it and run /reload command again! Last updated: Jun 23, 2021, 12:15:57 AM 2 | -------------------------------------------------------------------------------- /config/carrier.json: -------------------------------------------------------------------------------- 1 | { 2 | "type": "WHITELIST", 3 | "list": [ 4 | "minecraft:*", 5 | "expandedstorage:*", 6 | "charm:*" 7 | ] 8 | } -------------------------------------------------------------------------------- /config/slightguimodifications/background.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TeamAOF/All-of-Fabric-4/HEAD/config/slightguimodifications/background.png -------------------------------------------------------------------------------- /config/slightguimodifications/text_field.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TeamAOF/All-of-Fabric-4/HEAD/config/slightguimodifications/text_field.png -------------------------------------------------------------------------------- /config/vanilla-hammers.json: -------------------------------------------------------------------------------- 1 | { 2 | "enableExtraMaterials": true, 3 | "durabilityModifier": 2, 4 | "breakSpeedMultiplier": 1.0 5 | } 6 | -------------------------------------------------------------------------------- /config/dawn/features.json: -------------------------------------------------------------------------------- 1 | { 2 | "creativeToolsTab": true, 3 | "healthCommand": true, 4 | "foodbarCommand": true, 5 | "motionCommand": true 6 | } -------------------------------------------------------------------------------- /config/redbits.json: -------------------------------------------------------------------------------- 1 | { 2 | "vision_distance": 128, 3 | "disable_burnout": true, 4 | "jukebox_integration": true, 5 | "campfire_integration": true 6 | } -------------------------------------------------------------------------------- /config/slightguimodifications/slider_hovered.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TeamAOF/All-of-Fabric-4/HEAD/config/slightguimodifications/slider_hovered.png -------------------------------------------------------------------------------- /config/armorsoundtweak.toml: -------------------------------------------------------------------------------- 1 | 2 | [sounds] 3 | skulls = false 4 | pumpkins = false 5 | armor = true 6 | elytra = true 7 | anything = false 8 | 9 | -------------------------------------------------------------------------------- /config/guild.json5: -------------------------------------------------------------------------------- 1 | { 2 | "expirationTicks": 108000, 3 | "questGenerationTicks": 3600, 4 | "maxQuestsPerGeneration": 10, 5 | "displayUnlockedPools": true 6 | } -------------------------------------------------------------------------------- /kubejs/assets/dankstorage/textures/block/dank_1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TeamAOF/All-of-Fabric-4/HEAD/kubejs/assets/dankstorage/textures/block/dank_1.png -------------------------------------------------------------------------------- /kubejs/assets/dankstorage/textures/block/dank_2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TeamAOF/All-of-Fabric-4/HEAD/kubejs/assets/dankstorage/textures/block/dank_2.png -------------------------------------------------------------------------------- /kubejs/assets/dankstorage/textures/block/dank_3.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TeamAOF/All-of-Fabric-4/HEAD/kubejs/assets/dankstorage/textures/block/dank_3.png -------------------------------------------------------------------------------- /kubejs/assets/dankstorage/textures/block/dank_4.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TeamAOF/All-of-Fabric-4/HEAD/kubejs/assets/dankstorage/textures/block/dank_4.png -------------------------------------------------------------------------------- /kubejs/assets/dankstorage/textures/block/dank_5.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TeamAOF/All-of-Fabric-4/HEAD/kubejs/assets/dankstorage/textures/block/dank_5.png -------------------------------------------------------------------------------- /kubejs/assets/dankstorage/textures/block/dank_6.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TeamAOF/All-of-Fabric-4/HEAD/kubejs/assets/dankstorage/textures/block/dank_6.png -------------------------------------------------------------------------------- /kubejs/assets/dankstorage/textures/block/dank_7.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TeamAOF/All-of-Fabric-4/HEAD/kubejs/assets/dankstorage/textures/block/dank_7.png -------------------------------------------------------------------------------- /config/indrev/upgrades.json: -------------------------------------------------------------------------------- 1 | { 2 | "speedUpgradeModifier": 6.5, 3 | "energyUpgradeModifier": 1.02, 4 | "bufferUpgradeModifier": 25000.0, 5 | "damageUpgradeModifier": 3.0 6 | } -------------------------------------------------------------------------------- /config/ae2wtlib.json5: -------------------------------------------------------------------------------- 1 | { 2 | "chargeRate": 8000.0, 3 | "wutChargeRateMultiplier": 1.0, 4 | "outOfRangePowerMultiplier": 2.0, 5 | "magnetCardRange": 16.0, 6 | "enableTrinket": true 7 | } -------------------------------------------------------------------------------- /config/expandedstorage.json: -------------------------------------------------------------------------------- 1 | { 2 | "restrictive_scrolling": false, 3 | "container_type": "expandedstorage:single", 4 | "prefer_bigger_screens": true, 5 | "config_version": 0 6 | } -------------------------------------------------------------------------------- /kubejs/assets/minecraft/textures/models/armor/glitch_layer_1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TeamAOF/All-of-Fabric-4/HEAD/kubejs/assets/minecraft/textures/models/armor/glitch_layer_1.png -------------------------------------------------------------------------------- /kubejs/assets/minecraft/textures/models/armor/glitch_layer_2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TeamAOF/All-of-Fabric-4/HEAD/kubejs/assets/minecraft/textures/models/armor/glitch_layer_2.png -------------------------------------------------------------------------------- /config/MouseTweaks.cfg: -------------------------------------------------------------------------------- 1 | RMBTweak=0 2 | LMBTweakWithItem=1 3 | LMBTweakWithoutItem=1 4 | WheelTweak=1 5 | WheelSearchOrder=1 6 | WheelScrollDirection=0 7 | ScrollItemScaling=0 8 | Debug=0 9 | -------------------------------------------------------------------------------- /config/cpas/cpas.json: -------------------------------------------------------------------------------- 1 | { 2 | "showHelp": false, 3 | "entries": { 4 | "net.minecraft.class_476": true, 5 | "me.shedaniel.istations.containers.CraftingStationScreen": true 6 | } 7 | } -------------------------------------------------------------------------------- /config/rrp.properties: -------------------------------------------------------------------------------- 1 | #number of threads RRP should use for generating resources 2 | #Sat Jun 12 16:08:38 CEST 2021 3 | debug\ performance=false 4 | threads=3 5 | dump\ assets=false 6 | -------------------------------------------------------------------------------- /config/Lakeside.properties: -------------------------------------------------------------------------------- 1 | #Lakeside options: 2 | #disable_vanilla_lakes - Disables vanilla lakes (default: true) 3 | # 4 | #Sat Jun 12 22:19:11 CEST 2021 5 | disable_vanilla_lakes=true 6 | -------------------------------------------------------------------------------- /config/morevillagers.toml: -------------------------------------------------------------------------------- 1 | GENERATE_PLAINS_HOUSES = true 2 | GENERATE_TAIGA_HOUSES = true 3 | GENERATE_SAVANNA_HOUSES = true 4 | GENERATE_SNOWY_HOUSES = true 5 | GENERATE_DESERT_HOUSES = true 6 | -------------------------------------------------------------------------------- /kubejs/data/cosmetic-armor/tags/items/blacklist.json: -------------------------------------------------------------------------------- 1 | { 2 | "replace": false, 3 | "values": ["iron-jetpacks:electrum_jetpack","iron-jetpacks:steel_jetpack","iron-jetpacks:bronze_jetpack"] 4 | } -------------------------------------------------------------------------------- /config/biome_locator_server.json5: -------------------------------------------------------------------------------- 1 | { 2 | "max_biome_distance": 6400, 3 | //Use the /advancement command for help with advancement ids 4 | "required_advancement": "none", 5 | "chance_as_loot": 0.16 6 | } -------------------------------------------------------------------------------- /config/indrev/oregen.json: -------------------------------------------------------------------------------- 1 | { 2 | "tin": false, 3 | "nikolite": true, 4 | "lead": false, 5 | "silver": true, 6 | "tungsten": false, 7 | "sulfuricAcidLake": true, 8 | "sulfurCrystals": true 9 | } -------------------------------------------------------------------------------- /config/inventorysorter/blacklist.json5: -------------------------------------------------------------------------------- 1 | { 2 | // Inventories that should not be sorted 3 | "doNotSortList": [], 4 | // Inventories that should not display any sort buttons 5 | "hideSortBtnsList": [] 6 | } -------------------------------------------------------------------------------- /config/survivalisland.json: -------------------------------------------------------------------------------- 1 | { 2 | "islandSize": 5, 3 | "islandRarity": 6, 4 | "startingBiome": "minecraft:forest", 5 | "generateBeaches": true, 6 | "seperateBiomes": true, 7 | "hardcoreMode": false 8 | } -------------------------------------------------------------------------------- /config/betterend/client.json: -------------------------------------------------------------------------------- 1 | { 2 | "customSky [default: true]": true, 3 | "useFogDensity [default: true]": true, 4 | "blendBiomeMusic [default: true]": true, 5 | "sulfurWaterColor [default: true]": true 6 | } -------------------------------------------------------------------------------- /config/biome_locator_client.json5: -------------------------------------------------------------------------------- 1 | { 2 | //What corner of the screen the biome tracker overlay is in [top_left, top_right, bottom_left, bottom_right] 3 | "ui_location": "top_left", 4 | "high_contrast_mode": false 5 | } -------------------------------------------------------------------------------- /config/defaultoptions/keybindings.txt: -------------------------------------------------------------------------------- 1 | key_key.craftingtweaks.refill_last:key.keyboard.unknown:NONE 2 | key_key.craftingtweaks.refill_last_stack:key.keyboard.unknown:NONE 3 | key_key.okzoomer.zoom:key.keyboard.c:NONE 4 | -------------------------------------------------------------------------------- /kubejs/config/common.properties: -------------------------------------------------------------------------------- 1 | #KubeJS Common Properties 2 | #Sun May 16 19:57:47 CEST 2021 3 | packmode=default 4 | enableES6=false 5 | hideServerScriptErrors=false 6 | announceReload=true 7 | serverOnly=false 8 | -------------------------------------------------------------------------------- /config/staff-of-building.json5: -------------------------------------------------------------------------------- 1 | { 2 | "woodenSize": 9, 3 | "stoneSize": 25, 4 | "ironSize": 49, 5 | "goldenSize": 81, 6 | "diamondSize": 121, 7 | "netheriteSize": 169, 8 | "infiniteSize": 625 9 | } 10 | -------------------------------------------------------------------------------- /config/desolation.json5: -------------------------------------------------------------------------------- 1 | { 2 | "showGogglesOverlay": true, 3 | "biomeSoundAmbience": true, 4 | "charredForestChance": 0.02, 5 | "smallCharredForestChance": 0.01, 6 | "charredForestClearingChance": 0.05, 7 | "generateClearings": true 8 | } -------------------------------------------------------------------------------- /config/flonters.properties: -------------------------------------------------------------------------------- 1 | #Flonters configuration 2 | #Thu Oct 07 21:19:32 PDT 2021 3 | flonterPatchSize=6 4 | flonterPatchChance=16 5 | flonterPatchQuantity=2 6 | logFlonterPropertiesParse=false 7 | tallFlonterChance=0.05 8 | flonterPatchDensity=2 9 | -------------------------------------------------------------------------------- /config/getoffmylawn.json5: -------------------------------------------------------------------------------- 1 | { 2 | "dimensionBlacklist": [], 3 | "makeshiftRadius": 10, 4 | "reinforcedRadius": 25, 5 | "glisteningRadius": 50, 6 | "crystalRadius": 75, 7 | "emeradicRadius": 125, 8 | "witheredRadius": 200 9 | } 10 | -------------------------------------------------------------------------------- /config/iris.properties: -------------------------------------------------------------------------------- 1 | #This file stores configuration options for Iris, such as the currently active shaderpack 2 | #Sat Sep 11 01:06:10 PDT 2021 3 | maxShadowRenderDistance=12 4 | shaderPack=ComplementaryShaders_v4.2_dev7.zip 5 | enableShaders=false 6 | -------------------------------------------------------------------------------- /config/betterend/portals.json: -------------------------------------------------------------------------------- 1 | { 2 | "portals": [ 3 | { 4 | "dimension": "minecraft:overworld", 5 | "item": "betterend:eternal_crystal", 6 | "colorRed": 255, 7 | "colorGreen": 255, 8 | "colorBlue": 255 9 | } 10 | ] 11 | } -------------------------------------------------------------------------------- /config/biome_locator.json: -------------------------------------------------------------------------------- 1 | { 2 | "client": { 3 | "ui_location": "TOP_LEFT", 4 | "high_contrast_mode": false 5 | }, 6 | "server": { 7 | "max_biome_distance": 6400, 8 | "required_advancement": "none", 9 | "chance_as_loot": 0.16 10 | } 11 | } -------------------------------------------------------------------------------- /config/builtinservers.json: -------------------------------------------------------------------------------- 1 | { 2 | "builtinServers": [ 3 | { 4 | "name": "EU Server", 5 | "address": "aof4eu.alloffabric.com" 6 | }, 7 | { 8 | "name": "NA Server", 9 | "address": "nw.alloffabric.com" 10 | } 11 | ] 12 | } 13 | -------------------------------------------------------------------------------- /config/betterend/entities.json: -------------------------------------------------------------------------------- 1 | { 2 | "dragonfly [default: true]": true, 3 | "end_slime [default: true]": true, 4 | "end_fish [default: true]": true, 5 | "shadow_walker [default: true]": true, 6 | "cubozoa [default: true]": true, 7 | "silk_moth [default: true]": true 8 | } -------------------------------------------------------------------------------- /config/transportables.json5: -------------------------------------------------------------------------------- 1 | { 2 | // Maximum teleport distance for TeleSender rail in blocks. (Integer: 0-2147483648. Default: 30) 3 | "TELESENDER_RANGE": 30, 4 | // Maximum distance for linking carriages. (Integer: 0-2147483648. Default: 6) 5 | "CARRIAGE_LINK_RANGE": 6 6 | } -------------------------------------------------------------------------------- /config/entitybanners.json: -------------------------------------------------------------------------------- 1 | { 2 | "bannerRadius": 48, 3 | "necessaryKills": 50, 4 | "damageMultiplier": 1.5, 5 | "defenseMultiplier": 0.75, 6 | "shouldBroadcastWhenGivenBanner": true, 7 | "shouldBroadcastToEveryone": false, 8 | "blacklistedEntities": [] 9 | } 10 | -------------------------------------------------------------------------------- /config/pling.json: -------------------------------------------------------------------------------- 1 | { 2 | "sound": "minecraft:entity.experience_orb.pickup", 3 | "pitch": 1.0, 4 | "playWhenWorldLoaded": false, 5 | "playWhenWorldOptimized": false, 6 | "playWhenResourcesReloaded": true, 7 | "requireUnfocused": false, 8 | "requestWindowAttention": false 9 | } -------------------------------------------------------------------------------- /config/bountiful/bountiful.json: -------------------------------------------------------------------------------- 1 | { 2 | "boardUpdateFrequency": 45, 3 | "flatBonusTimePerBounty": 0, 4 | "shouldBountiesHaveTimersAndExpire": true, 5 | "dataPackExclusions": [ 6 | "bounty_pools/bountiful/something_here" 7 | ], 8 | "boardGenerationFrequency": 4 9 | } -------------------------------------------------------------------------------- /config/flytre_lib.json5: -------------------------------------------------------------------------------- 1 | //Hit F3 + M to edit configs client side in game 2 | { 3 | //Whether the title screen has a button to open the config editor. Recommended on for ease of access as other methods of adjusting configs are more hidden. 4 | "display_title_screen_config_button": false 5 | } -------------------------------------------------------------------------------- /config/diggusmaximus/grouping.json5: -------------------------------------------------------------------------------- 1 | { 2 | // Consider blocks in the same tag as the same block 3 | "tagGrouping": false, 4 | // Enable block custom grouping 5 | "customGrouping": false, 6 | // BlockID to be considered the same block when excavating (IDs separated by commas) 7 | "groups": [] 8 | } -------------------------------------------------------------------------------- /pack.toml: -------------------------------------------------------------------------------- 1 | name = "All of Fabric 4" 2 | author = "TeamAOF" 3 | version = "1.1.1" 4 | 5 | [index] 6 | file = "index.toml" 7 | hash-format = "sha256" 8 | 9 | [versions] 10 | fabric = "0.12.5" 11 | minecraft = "1.17.1" 12 | 13 | [options] 14 | mods-folder = "toml_mods" 15 | no-internal-hashes = "true" 16 | -------------------------------------------------------------------------------- /config/indium-renderer.properties: -------------------------------------------------------------------------------- 1 | #Indium properties file 2 | #Fri Sep 10 20:54:13 PDT 2021 3 | debug-compare-lighting=auto 4 | fix-exterior-vertex-lighting=auto 5 | ambient-occlusion-mode=auto 6 | always-tesselate-blocks=auto 7 | fix-smooth-lighting-offset=auto 8 | fix-luminous-block-ambient-occlusion=auto 9 | -------------------------------------------------------------------------------- /config/sodium-mixins.properties: -------------------------------------------------------------------------------- 1 | # This is the configuration file for Sodium. 2 | # 3 | # You can find information on editing this file and all the available options here: 4 | # https://github.com/jellysquid3/sodium-fabric/wiki/Configuration-File 5 | # 6 | # By default, this file will be empty except for this notice. 7 | -------------------------------------------------------------------------------- /kubejs/startup_scripts/worldgen.js: -------------------------------------------------------------------------------- 1 | const ORES_TO_REMOVE = [ 'techreborn:lead_ore', 'techreborn:tin_ore', 'techreborn:silver_ore','techreborn:bauxite_ore', 'techreborn:iridium_ore' ]; 2 | 3 | onEvent('worldgen.remove', event => { 4 | event.removeOres(ores => { 5 | ores.blocks = ORES_TO_REMOVE; 6 | }) 7 | }); -------------------------------------------------------------------------------- /config/fabric/indigo-renderer.properties: -------------------------------------------------------------------------------- 1 | #Indigo properties file 2 | #Tue Dec 14 20:48:13 CET 2021 3 | debug-compare-lighting=auto 4 | fix-exterior-vertex-lighting=auto 5 | ambient-occlusion-mode=hybrid 6 | always-tesselate-blocks=auto 7 | fix-smooth-lighting-offset=auto 8 | fix-luminous-block-ambient-occlusion=auto 9 | -------------------------------------------------------------------------------- /config/promenade/biomes.json: -------------------------------------------------------------------------------- 1 | { 2 | "pumpkin_pastures": true, 3 | "pumpkin_pastures_weight": 10, 4 | "cherry_oak_forests": true, 5 | "cherry_oak_forests_weight": 10, 6 | "tall_nether_forests": true, 7 | "nether_galleries": true, 8 | "dark_amaranth_forests": true, 9 | "dark_amaranth_forests_weight": 10 10 | } -------------------------------------------------------------------------------- /config/biome_locator.json5: -------------------------------------------------------------------------------- 1 | { 2 | "client": { 3 | //[TOP_LEFT, TOP_RIGHT, BOTTOM_LEFT, BOTTOM_RIGHT] 4 | "ui_location": "TOP_LEFT", 5 | "high_contrast_mode": false 6 | }, 7 | "server": { 8 | "max_biome_distance": 6400, 9 | "required_advancement": "none", 10 | "chance_as_loot": 0.16 11 | } 12 | } -------------------------------------------------------------------------------- /config/cpas/trinkets.json: -------------------------------------------------------------------------------- 1 | { 2 | "slotGroups": { 3 | "head": [ 4 | "head" 5 | ], 6 | "feet": [ 7 | "feet" 8 | ], 9 | "chest": [ 10 | "chest" 11 | ], 12 | "legs": [ 13 | "legs" 14 | ], 15 | "offhand": [ 16 | "offhand", 17 | "hand" 18 | ] 19 | } 20 | } -------------------------------------------------------------------------------- /config/bclib/client.json: -------------------------------------------------------------------------------- 1 | { 2 | "auto_sync": { 3 | "enabled [default: true]": true, 4 | "acceptConfigs [default: true]": true, 5 | "acceptFiles [default: true]": true, 6 | "acceptMods [default: false]": false, 7 | "displayModInfo [default: true]": true, 8 | "debugHashes [default: false]": false 9 | } 10 | } -------------------------------------------------------------------------------- /config/betterstrongholds/fabric-1_17/rareblocks.json: -------------------------------------------------------------------------------- 1 | { 2 | "blockChances": { 3 | "entries": { 4 | "minecraft:gold_block": 0.3, 5 | "minecraft:diamond_block": 0.1, 6 | "minecraft:iron_block": 0.3, 7 | "minecraft:quartz_block": 0.3 8 | }, 9 | "defaultBlock": "minecraft:iron_block" 10 | } 11 | } -------------------------------------------------------------------------------- /config/magna.json: -------------------------------------------------------------------------------- 1 | { 2 | "highlightAirBlocks": false, 3 | "fullBlockShapes": false, 4 | "enableExtendedHitbox": true, 5 | "enableAllBlockBreakingAnimation": true, 6 | "disableExtendedHitboxWhileSneaking": true, 7 | "breakSingleBlockWhenSneaking": true, 8 | "individualBlockOutlines": false, 9 | "autoPickup": true 10 | } -------------------------------------------------------------------------------- /config/modern_industrialization.toml: -------------------------------------------------------------------------------- 1 | generateOres = true 2 | blacklistedOres = [] 3 | copperSurgenerationFactor = 4 4 | spawnWithGuideBook = true 5 | respawnWithGuideBook = false 6 | disableFuelTooltips = true 7 | disableItemTagTooltips = true 8 | newVersionMessage = false 9 | colorWaterLava = true 10 | enableDebugCommands = false 11 | -------------------------------------------------------------------------------- /config/skinlayers.json: -------------------------------------------------------------------------------- 1 | { 2 | "enableHat": true, 3 | "enableJacket": true, 4 | "enableLeftSleeve": true, 5 | "enableRightSleeve": true, 6 | "enableLeftPants": true, 7 | "enableRightPants": true, 8 | "baseVoxelSize": 1.16, 9 | "bodyVoxelHeightSize": 1.1, 10 | "headVoxelSize": 1.18, 11 | "renderDistanceLOD": 14 12 | } -------------------------------------------------------------------------------- /config/craftingtweaks.toml: -------------------------------------------------------------------------------- 1 | [common] 2 | compressAnywhere = false 3 | compressBlacklist = ["minecraft:sandstone", "minecraft:iron_trapdoor"] 4 | [client] 5 | hideButtons = false 6 | rightClickCraftsStack = true 7 | hideButtonTooltips = false 8 | hideVanillaCraftingGuide = false 9 | craftingTweaksMode = "DEFAULT" 10 | disabledAddons = [] 11 | -------------------------------------------------------------------------------- /config/indrev/cables.json: -------------------------------------------------------------------------------- 1 | { 2 | "cableMk1": 128.0, 3 | "cableMk2": 512.0, 4 | "cableMk3": 4096.0, 5 | "cableMk4": 16384.0, 6 | "itemPipeMk1": 32, 7 | "itemPipeMk2": 64, 8 | "itemPipeMk3": 128, 9 | "itemPipeMk4": 256, 10 | "fluidPipeMk1": 1, 11 | "fluidPipeMk2": 2, 12 | "fluidPipeMk3": 4, 13 | "fluidPipeMk4": 8 14 | } -------------------------------------------------------------------------------- /config/AqMods/caracal.config: -------------------------------------------------------------------------------- 1 | #Configuration file for Caracal mod 2 | #Fri Aug 20 06:05:41 CEST 2021 3 | config.version=1 4 | spawn.max=4 5 | debug=false 6 | spawn.biomes=SAVANNA 7 | entity.speed=0.3 8 | spawn.weight=50 9 | entity.knockback=0.5 10 | spawn.min=2 11 | entity.health=10.0 12 | entity.damage=2.5 13 | entity.follow=20.0 14 | -------------------------------------------------------------------------------- /config/reborncore/misc.json: -------------------------------------------------------------------------------- 1 | { 2 | "config": { 3 | "Selected Energy system": { 4 | "comment": "Possible values are: E (was FE, EU)", 5 | "value": "E" 6 | }, 7 | "Enable Seasonal Easter Eggs": { 8 | "comment": "Disable this is you don\u0027t want seasonal easter eggs", 9 | "value": true 10 | } 11 | } 12 | } -------------------------------------------------------------------------------- /kubejs/config/client.properties: -------------------------------------------------------------------------------- 1 | #KubeJS Client Properties 2 | #Wed Jul 22 16:10:58 CEST 2020 3 | fmlLogColor=ECEFF4 4 | barBorderColor=ECEFF4 5 | overrideColors=true 6 | fmlMemoryColor=ECEFF4 7 | barColor=87BCB7 8 | showTagNames=true 9 | disableRecipeBook=false 10 | title=All of Fabric 4 11 | exportAtlases=false 12 | backgroundColor=2E3440 13 | -------------------------------------------------------------------------------- /toml_mods/bclib.toml: -------------------------------------------------------------------------------- 1 | name = "BCLib" 2 | filename = "bclib-0.5.2.jar" 3 | side = "both" 4 | 5 | [download] 6 | url = "https://edge.forgecdn.net/files/3531/957/bclib-0.5.2.jar" 7 | hash-format = "murmur2" 8 | hash = "1409156230" 9 | 10 | [update] 11 | [update.curseforge] 12 | file-id = 3531957 13 | project-id = 495191 14 | release-channel = "beta" 15 | -------------------------------------------------------------------------------- /toml_mods/dawn.toml: -------------------------------------------------------------------------------- 1 | name = "Dawn API" 2 | filename = "dawn-2.0.6.jar" 3 | side = "both" 4 | 5 | [download] 6 | url = "https://edge.forgecdn.net/files/3438/648/dawn-2.0.6.jar" 7 | hash-format = "murmur2" 8 | hash = "276235526" 9 | 10 | [update] 11 | [update.curseforge] 12 | file-id = 3438648 13 | project-id = 399309 14 | release-channel = "beta" 15 | -------------------------------------------------------------------------------- /toml_mods/pling.toml: -------------------------------------------------------------------------------- 1 | name = "Pling" 2 | filename = "pling-1.4.0.jar" 3 | side = "both" 4 | 5 | [download] 6 | url = "https://edge.forgecdn.net/files/3381/267/pling-1.4.0.jar" 7 | hash-format = "murmur2" 8 | hash = "3224702229" 9 | 10 | [update] 11 | [update.curseforge] 12 | file-id = 3381267 13 | project-id = 365521 14 | release-channel = "beta" 15 | -------------------------------------------------------------------------------- /toml_mods/blast.toml: -------------------------------------------------------------------------------- 1 | name = "BLAST 💣" 2 | filename = "blast-1.8.1.jar" 3 | side = "both" 4 | 5 | [download] 6 | url = "https://edge.forgecdn.net/files/3526/501/blast-1.8.1.jar" 7 | hash-format = "murmur2" 8 | hash = "1607157005" 9 | 10 | [update] 11 | [update.curseforge] 12 | file-id = 3526501 13 | project-id = 349938 14 | release-channel = "beta" 15 | -------------------------------------------------------------------------------- /toml_mods/megane.toml: -------------------------------------------------------------------------------- 1 | name = "megane" 2 | filename = "megane-5.5.2.jar" 3 | side = "both" 4 | 5 | [download] 6 | url = "https://edge.forgecdn.net/files/3524/215/megane-5.5.2.jar" 7 | hash-format = "murmur2" 8 | hash = "607441383" 9 | 10 | [update] 11 | [update.curseforge] 12 | file-id = 3524215 13 | project-id = 408118 14 | release-channel = "beta" 15 | -------------------------------------------------------------------------------- /kubejs/server_scripts/recipetypes/campanion/shaped.js: -------------------------------------------------------------------------------- 1 | //////////////////////// 2 | /// Made by Team AOF /// 3 | //////////////////////// 4 | 5 | onEvent('recipes', (event) => { 6 | 7 | // Cracker 8 | event.shaped(item.of('campanion:cracker', 4), [ 9 | ["minecraft:wheat", "minecraft:sugar", "minecraft:wheat"], 10 | ]); 11 | 12 | }); 13 | -------------------------------------------------------------------------------- /kubejs/server_scripts/tags/blacklisted_storage.js: -------------------------------------------------------------------------------- 1 | //////////////////////// 2 | /// Made by Team AOF /// 3 | //////////////////////// 4 | 5 | settings.useOriginalRecipeForFilters = true 6 | events.listen('item.tags', function (event) { 7 | 8 | // Dank Storage 9 | event.get("dankstorage:blacklisted_storage").remove("minecraft:stone") 10 | }); 11 | -------------------------------------------------------------------------------- /toml_mods/arcanus.toml: -------------------------------------------------------------------------------- 1 | name = "Arcanus" 2 | filename = "arcanus-1.23.jar" 3 | side = "both" 4 | 5 | [download] 6 | url = "https://edge.forgecdn.net/files/3519/877/arcanus-1.23.jar" 7 | hash-format = "murmur2" 8 | hash = "2265348140" 9 | 10 | [update] 11 | [update.curseforge] 12 | file-id = 3519877 13 | project-id = 517833 14 | release-channel = "beta" 15 | -------------------------------------------------------------------------------- /toml_mods/carrier.toml: -------------------------------------------------------------------------------- 1 | name = "Carrier" 2 | filename = "carrier-1.8.2.jar" 3 | side = "both" 4 | 5 | [download] 6 | url = "https://edge.forgecdn.net/files/3528/672/carrier-1.8.2.jar" 7 | hash-format = "murmur2" 8 | hash = "779060085" 9 | 10 | [update] 11 | [update.curseforge] 12 | file-id = 3528672 13 | project-id = 409184 14 | release-channel = "beta" 15 | -------------------------------------------------------------------------------- /toml_mods/columns.toml: -------------------------------------------------------------------------------- 1 | name = "Columns" 2 | filename = "columns-1.2.0.jar" 3 | side = "both" 4 | 5 | [download] 6 | url = "https://edge.forgecdn.net/files/3467/926/columns-1.2.0.jar" 7 | hash-format = "murmur2" 8 | hash = "2264830184" 9 | 10 | [update] 11 | [update.curseforge] 12 | file-id = 3467926 13 | project-id = 385230 14 | release-channel = "beta" 15 | -------------------------------------------------------------------------------- /toml_mods/kambrik.toml: -------------------------------------------------------------------------------- 1 | name = "Kambrik" 2 | filename = "Kambrik-1.1.0.jar" 3 | side = "both" 4 | 5 | [download] 6 | url = "https://edge.forgecdn.net/files/3442/450/Kambrik-1.1.0.jar" 7 | hash-format = "murmur2" 8 | hash = "2889350743" 9 | 10 | [update] 11 | [update.curseforge] 12 | file-id = 3442450 13 | project-id = 455585 14 | release-channel = "beta" 15 | -------------------------------------------------------------------------------- /toml_mods/lazydfu.toml: -------------------------------------------------------------------------------- 1 | name = "LazyDFU" 2 | filename = "lazydfu-0.1.2.jar" 3 | side = "both" 4 | 5 | [download] 6 | url = "https://edge.forgecdn.net/files/3209/972/lazydfu-0.1.2.jar" 7 | hash-format = "murmur2" 8 | hash = "2594861637" 9 | 10 | [update] 11 | [update.curseforge] 12 | file-id = 3209972 13 | project-id = 433518 14 | release-channel = "beta" 15 | -------------------------------------------------------------------------------- /toml_mods/rswires.toml: -------------------------------------------------------------------------------- 1 | name = "RSWires" 2 | filename = "rswires-4.11.2.jar" 3 | side = "both" 4 | 5 | [download] 6 | url = "https://edge.forgecdn.net/files/3411/626/rswires-4.11.2.jar" 7 | hash-format = "murmur2" 8 | hash = "3728039637" 9 | 10 | [update] 11 | [update.curseforge] 12 | file-id = 3411626 13 | project-id = 286328 14 | release-channel = "beta" 15 | -------------------------------------------------------------------------------- /toml_mods/urns.toml: -------------------------------------------------------------------------------- 1 | name = "Urns" 2 | filename = "urns-mc1.17-1.0.1.jar" 3 | side = "both" 4 | 5 | [download] 6 | url = "https://edge.forgecdn.net/files/3390/227/urns-mc1.17-1.0.1.jar" 7 | hash-format = "murmur2" 8 | hash = "3502599445" 9 | 10 | [update] 11 | [update.curseforge] 12 | file-id = 3390227 13 | project-id = 491911 14 | release-channel = "beta" 15 | -------------------------------------------------------------------------------- /kubejs/server_scripts/recipetypes/blockus/shapeless.js: -------------------------------------------------------------------------------- 1 | //////////////////////// 2 | /// Made by Team AOF /// 3 | //////////////////////// 4 | 5 | onEvent('recipes', (event) => { 6 | 7 | // Golden bars 8 | event.shapeless('blockus:golden_bars', ['charm:gold_bars']) 9 | event.shapeless('charm:gold_bars', ['blockus:golden_bars']) 10 | 11 | }); 12 | -------------------------------------------------------------------------------- /toml_mods/chalk-fabric.toml: -------------------------------------------------------------------------------- 1 | name = "Chalk (Fabric)" 2 | filename = "chalk-1.0.2.jar" 3 | side = "both" 4 | 5 | [download] 6 | url = "https://edge.forgecdn.net/files/3515/27/chalk-1.0.2.jar" 7 | hash-format = "murmur2" 8 | hash = "3840516258" 9 | 10 | [update] 11 | [update.curseforge] 12 | file-id = 3515027 13 | project-id = 535541 14 | release-channel = "beta" 15 | -------------------------------------------------------------------------------- /toml_mods/deathlog.toml: -------------------------------------------------------------------------------- 1 | name = "DeathLog" 2 | filename = "deathlog-0.2.2.jar" 3 | side = "both" 4 | 5 | [download] 6 | url = "https://edge.forgecdn.net/files/3517/521/deathlog-0.2.2.jar" 7 | hash-format = "murmur2" 8 | hash = "821927396" 9 | 10 | [update] 11 | [update.curseforge] 12 | file-id = 3517521 13 | project-id = 496150 14 | release-channel = "beta" 15 | -------------------------------------------------------------------------------- /toml_mods/ecotones.toml: -------------------------------------------------------------------------------- 1 | name = "Ecotones" 2 | filename = "ecotones-0.8.1.jar" 3 | side = "both" 4 | 5 | [download] 6 | url = "https://edge.forgecdn.net/files/3402/996/ecotones-0.8.1.jar" 7 | hash-format = "murmur2" 8 | hash = "2979412342" 9 | 10 | [update] 11 | [update.curseforge] 12 | file-id = 3402996 13 | project-id = 356678 14 | release-channel = "beta" 15 | -------------------------------------------------------------------------------- /toml_mods/impaled.toml: -------------------------------------------------------------------------------- 1 | name = "Impaled 🔱" 2 | filename = "impaled-1.0.1.jar" 3 | side = "both" 4 | 5 | [download] 6 | url = "https://edge.forgecdn.net/files/3356/470/impaled-1.0.1.jar" 7 | hash-format = "murmur2" 8 | hash = "3234133462" 9 | 10 | [update] 11 | [update.curseforge] 12 | file-id = 3356470 13 | project-id = 478843 14 | release-channel = "beta" 15 | -------------------------------------------------------------------------------- /toml_mods/inmis.toml: -------------------------------------------------------------------------------- 1 | name = "Inmis" 2 | filename = "inmis-2.3.2-1.17.1.jar" 3 | side = "both" 4 | 5 | [download] 6 | url = "https://edge.forgecdn.net/files/3452/481/inmis-2.3.2-1.17.1.jar" 7 | hash-format = "murmur2" 8 | hash = "4068688851" 9 | 10 | [update] 11 | [update.curseforge] 12 | file-id = 3452481 13 | project-id = 369254 14 | release-channel = "beta" 15 | -------------------------------------------------------------------------------- /toml_mods/mo-colors.toml: -------------------------------------------------------------------------------- 1 | name = "Mo' Colors" 2 | filename = "mocolors-1.2.2.jar" 3 | side = "both" 4 | 5 | [download] 6 | url = "https://edge.forgecdn.net/files/3390/696/mocolors-1.2.2.jar" 7 | hash-format = "murmur2" 8 | hash = "1345743093" 9 | 10 | [update] 11 | [update.curseforge] 12 | file-id = 3390696 13 | project-id = 446767 14 | release-channel = "beta" 15 | -------------------------------------------------------------------------------- /toml_mods/modmenu.toml: -------------------------------------------------------------------------------- 1 | name = "Mod Menu" 2 | filename = "modmenu-2.0.14.jar" 3 | side = "both" 4 | 5 | [download] 6 | url = "https://edge.forgecdn.net/files/3479/750/modmenu-2.0.14.jar" 7 | hash-format = "murmur2" 8 | hash = "3441524268" 9 | 10 | [update] 11 | [update.curseforge] 12 | file-id = 3479750 13 | project-id = 308702 14 | release-channel = "beta" 15 | -------------------------------------------------------------------------------- /toml_mods/red-bits.toml: -------------------------------------------------------------------------------- 1 | name = "Red Bits" 2 | filename = "red-bits-1.10.1.jar" 3 | side = "both" 4 | 5 | [download] 6 | url = "https://edge.forgecdn.net/files/3481/458/red-bits-1.10.1.jar" 7 | hash-format = "murmur2" 8 | hash = "3056013277" 9 | 10 | [update] 11 | [update.curseforge] 12 | file-id = 3481458 13 | project-id = 403914 14 | release-channel = "beta" 15 | -------------------------------------------------------------------------------- /toml_mods/traverse.toml: -------------------------------------------------------------------------------- 1 | name = "Traverse" 2 | filename = "traverse-4.0.0.jar" 3 | side = "both" 4 | 5 | [download] 6 | url = "https://edge.forgecdn.net/files/3475/609/traverse-4.0.0.jar" 7 | hash-format = "murmur2" 8 | hash = "3153487740" 9 | 10 | [update] 11 | [update.curseforge] 12 | file-id = 3475609 13 | project-id = 308777 14 | release-channel = "beta" 15 | -------------------------------------------------------------------------------- /toml_mods/betterend.toml: -------------------------------------------------------------------------------- 1 | name = "BetterEnd" 2 | filename = "better-end-0.12.3.jar" 3 | side = "both" 4 | 5 | [download] 6 | url = "https://edge.forgecdn.net/files/3532/257/better-end-0.12.3.jar" 7 | hash-format = "murmur2" 8 | hash = "3332269212" 9 | 10 | [update] 11 | [update.curseforge] 12 | file-id = 3532257 13 | project-id = 413596 14 | release-channel = "beta" 15 | -------------------------------------------------------------------------------- /toml_mods/campanion.toml: -------------------------------------------------------------------------------- 1 | name = "Campanion" 2 | filename = "campanion-2.0.1.jar" 3 | side = "both" 4 | 5 | [download] 6 | url = "https://edge.forgecdn.net/files/3519/596/campanion-2.0.1.jar" 7 | hash-format = "murmur2" 8 | hash = "2539356566" 9 | 10 | [update] 11 | [update.curseforge] 12 | file-id = 3519596 13 | project-id = 373138 14 | release-channel = "beta" 15 | -------------------------------------------------------------------------------- /toml_mods/crusade.toml: -------------------------------------------------------------------------------- 1 | name = "Crusade" 2 | filename = "crusade-mod-1.2.4.jar" 3 | side = "both" 4 | 5 | [download] 6 | url = "https://edge.forgecdn.net/files/3345/295/crusade-mod-1.2.4.jar" 7 | hash-format = "murmur2" 8 | hash = "2781213641" 9 | 10 | [update] 11 | [update.curseforge] 12 | file-id = 3345295 13 | project-id = 390557 14 | release-channel = "beta" 15 | -------------------------------------------------------------------------------- /toml_mods/guild.toml: -------------------------------------------------------------------------------- 1 | name = "The Guild" 2 | filename = "guild-fabric-0.3.4.jar" 3 | side = "both" 4 | 5 | [download] 6 | url = "https://edge.forgecdn.net/files/3522/600/guild-fabric-0.3.4.jar" 7 | hash-format = "murmur2" 8 | hash = "1578965258" 9 | 10 | [update] 11 | [update.curseforge] 12 | file-id = 3522600 13 | project-id = 526011 14 | release-channel = "beta" 15 | -------------------------------------------------------------------------------- /toml_mods/lifts.toml: -------------------------------------------------------------------------------- 1 | name = "Lifts" 2 | filename = "lifts-1.3-BETA+1.17.jar" 3 | side = "both" 4 | 5 | [download] 6 | url = "https://edge.forgecdn.net/files/3467/232/lifts-1.3-BETA+1.17.jar" 7 | hash-format = "murmur2" 8 | hash = "2717710487" 9 | 10 | [update] 11 | [update.curseforge] 12 | file-id = 3467232 13 | project-id = 451554 14 | release-channel = "beta" 15 | -------------------------------------------------------------------------------- /toml_mods/mavm.toml: -------------------------------------------------------------------------------- 1 | name = "More Axolotl Variants Mod" 2 | filename = "mavm-1.0.5.jar" 3 | side = "both" 4 | 5 | [download] 6 | url = "https://edge.forgecdn.net/files/3449/89/mavm-1.0.5.jar" 7 | hash-format = "murmur2" 8 | hash = "3432626985" 9 | 10 | [update] 11 | [update.curseforge] 12 | file-id = 3449089 13 | project-id = 498797 14 | release-channel = "beta" 15 | -------------------------------------------------------------------------------- /toml_mods/promenade.toml: -------------------------------------------------------------------------------- 1 | name = "Promenade" 2 | filename = "promenade-2.1.2.jar" 3 | side = "both" 4 | 5 | [download] 6 | url = "https://edge.forgecdn.net/files/3346/109/promenade-2.1.2.jar" 7 | hash-format = "murmur2" 8 | hash = "1919301321" 9 | 10 | [update] 11 | [update.curseforge] 12 | file-id = 3346109 13 | project-id = 399648 14 | release-channel = "beta" 15 | -------------------------------------------------------------------------------- /toml_mods/winged.toml: -------------------------------------------------------------------------------- 1 | name = "Winged" 2 | filename = "winged-1.17.1-3.0.0.jar" 3 | side = "both" 4 | 5 | [download] 6 | url = "https://edge.forgecdn.net/files/3398/733/winged-1.17.1-3.0.0.jar" 7 | hash-format = "murmur2" 8 | hash = "463423197" 9 | 10 | [update] 11 | [update.curseforge] 12 | file-id = 3398733 13 | project-id = 381349 14 | release-channel = "beta" 15 | -------------------------------------------------------------------------------- /toml_mods/wthit.toml: -------------------------------------------------------------------------------- 1 | name = "WTHIT" 2 | filename = "wthit-fabric-3.11.2.jar" 3 | side = "both" 4 | 5 | [download] 6 | url = "https://edge.forgecdn.net/files/3522/154/wthit-fabric-3.11.2.jar" 7 | hash-format = "murmur2" 8 | hash = "3447828285" 9 | 10 | [update] 11 | [update.curseforge] 12 | file-id = 3522154 13 | project-id = 440979 14 | release-channel = "beta" 15 | -------------------------------------------------------------------------------- /config/refinedstorage2.toml: -------------------------------------------------------------------------------- 1 | [grid] 2 | largeFont = false 3 | energyUsage = 50 4 | maxRowsStretch = 256 5 | preventSortingWhileShiftIsDown = true 6 | detailedTooltip = true 7 | rememberSearchQuery = false 8 | smoothScrolling = true 9 | [controller] 10 | capacity = 1000 11 | [diskDrive] 12 | energyUsage = 100 13 | energyUsagePerDisk = 10 14 | [cable] 15 | energyUsage = 0 16 | -------------------------------------------------------------------------------- /toml_mods/blockus.toml: -------------------------------------------------------------------------------- 1 | name = "Blockus" 2 | filename = "blockus-2.2.10+1.17.1.jar" 3 | side = "both" 4 | 5 | [download] 6 | url = "https://edge.forgecdn.net/files/3467/278/blockus-2.2.10+1.17.1.jar" 7 | hash-format = "murmur2" 8 | hash = "2468099343" 9 | 10 | [update] 11 | [update.curseforge] 12 | file-id = 3467278 13 | project-id = 312289 14 | release-channel = "beta" 15 | -------------------------------------------------------------------------------- /toml_mods/charm.toml: -------------------------------------------------------------------------------- 1 | name = "Charm" 2 | filename = "charm-fabric-1.17-3.3.2.jar" 3 | side = "both" 4 | 5 | [download] 6 | url = "https://edge.forgecdn.net/files/3393/290/charm-fabric-1.17-3.3.2.jar" 7 | hash-format = "murmur2" 8 | hash = "3571657685" 9 | 10 | [update] 11 | [update.curseforge] 12 | file-id = 3393290 13 | project-id = 318872 14 | release-channel = "beta" 15 | -------------------------------------------------------------------------------- /toml_mods/flonters.toml: -------------------------------------------------------------------------------- 1 | name = "Flonters" 2 | filename = "Flonters-1.2.1+1.17.1.jar" 3 | side = "both" 4 | 5 | [download] 6 | url = "https://edge.forgecdn.net/files/3405/740/Flonters-1.2.1+1.17.1.jar" 7 | hash-format = "murmur2" 8 | hash = "147330334" 9 | 10 | [update] 11 | [update.curseforge] 12 | file-id = 3405740 13 | project-id = 356118 14 | release-channel = "beta" 15 | -------------------------------------------------------------------------------- /toml_mods/kibe.toml: -------------------------------------------------------------------------------- 1 | name = "Kibe Utilities" 2 | filename = "kibe-1.9.4-BETA+1.17.jar" 3 | side = "both" 4 | 5 | [download] 6 | url = "https://edge.forgecdn.net/files/3524/23/kibe-1.9.4-BETA+1.17.jar" 7 | hash-format = "murmur2" 8 | hash = "2921269836" 9 | 10 | [update] 11 | [update.curseforge] 12 | file-id = 3524023 13 | project-id = 388832 14 | release-channel = "beta" 15 | -------------------------------------------------------------------------------- /toml_mods/kubejs-extras.toml: -------------------------------------------------------------------------------- 1 | name = "KubeJS Extras" 2 | filename = "kjsextras-1.4.0.jar" 3 | side = "both" 4 | 5 | [download] 6 | url = "https://edge.forgecdn.net/files/3480/630/kjsextras-1.4.0.jar" 7 | hash-format = "murmur2" 8 | hash = "123577319" 9 | 10 | [update] 11 | [update.curseforge] 12 | file-id = 3480630 13 | project-id = 504045 14 | release-channel = "beta" 15 | -------------------------------------------------------------------------------- /toml_mods/lakeside.toml: -------------------------------------------------------------------------------- 1 | name = "Lakeside" 2 | filename = "Lakeside-1.1.0+1.17.jar" 3 | side = "both" 4 | 5 | [download] 6 | url = "https://edge.forgecdn.net/files/3349/232/Lakeside-1.1.0+1.17.jar" 7 | hash-format = "murmur2" 8 | hash = "348790287" 9 | 10 | [update] 11 | [update.curseforge] 12 | file-id = 3349232 13 | project-id = 363707 14 | release-channel = "beta" 15 | -------------------------------------------------------------------------------- /toml_mods/lib.toml: -------------------------------------------------------------------------------- 1 | name = "Flytre Lib (FlytreLib)" 2 | filename = "flytre-lib-1.4.3.jar" 3 | side = "both" 4 | 5 | [download] 6 | url = "https://edge.forgecdn.net/files/3511/507/flytre-lib-1.4.3.jar" 7 | hash-format = "murmur2" 8 | hash = "1603821191" 9 | 10 | [update] 11 | [update.curseforge] 12 | file-id = 3511507 13 | project-id = 444498 14 | release-channel = "beta" 15 | -------------------------------------------------------------------------------- /toml_mods/notes-fabric.toml: -------------------------------------------------------------------------------- 1 | name = "Notes Fabric" 2 | filename = "notes-1.17-1.0.8.jar" 3 | side = "both" 4 | 5 | [download] 6 | url = "https://edge.forgecdn.net/files/3499/689/notes-1.17-1.0.8.jar" 7 | hash-format = "murmur2" 8 | hash = "1477252737" 9 | 10 | [update] 11 | [update.curseforge] 12 | file-id = 3499689 13 | project-id = 388252 14 | release-channel = "beta" 15 | -------------------------------------------------------------------------------- /toml_mods/owo-lib.toml: -------------------------------------------------------------------------------- 1 | name = "oωo (owo-lib)" 2 | filename = "owo-lib-0.3.2+1.17.jar" 3 | side = "both" 4 | 5 | [download] 6 | url = "https://edge.forgecdn.net/files/3526/730/owo-lib-0.3.2+1.17.jar" 7 | hash-format = "murmur2" 8 | hash = "775059972" 9 | 10 | [update] 11 | [update.curseforge] 12 | file-id = 3526730 13 | project-id = 532610 14 | release-channel = "beta" 15 | -------------------------------------------------------------------------------- /toml_mods/river-redux.toml: -------------------------------------------------------------------------------- 1 | name = "River Redux" 2 | filename = "riverredux-0.2.0.jar" 3 | side = "both" 4 | 5 | [download] 6 | url = "https://edge.forgecdn.net/files/3344/516/riverredux-0.2.0.jar" 7 | hash-format = "murmur2" 8 | hash = "1102061513" 9 | 10 | [update] 11 | [update.curseforge] 12 | file-id = 3344516 13 | project-id = 380548 14 | release-channel = "beta" 15 | -------------------------------------------------------------------------------- /toml_mods/straw-dummy.toml: -------------------------------------------------------------------------------- 1 | name = "Straw Dummy" 2 | filename = "strawdummy-1.5.0.jar" 3 | side = "both" 4 | 5 | [download] 6 | url = "https://edge.forgecdn.net/files/3327/328/strawdummy-1.5.0.jar" 7 | hash-format = "murmur2" 8 | hash = "611903874" 9 | 10 | [update] 11 | [update.curseforge] 12 | file-id = 3327328 13 | project-id = 393392 14 | release-channel = "beta" 15 | -------------------------------------------------------------------------------- /toml_mods/addendum-fabric.toml: -------------------------------------------------------------------------------- 1 | name = "Addendum (Fabric)" 2 | filename = "addendum-1.0.2.jar" 3 | side = "both" 4 | 5 | [download] 6 | url = "https://edge.forgecdn.net/files/3345/658/addendum-1.0.2.jar" 7 | hash-format = "murmur2" 8 | hash = "888564161" 9 | 10 | [update] 11 | [update.curseforge] 12 | file-id = 3345658 13 | project-id = 435744 14 | release-channel = "beta" 15 | -------------------------------------------------------------------------------- /toml_mods/adorn.toml: -------------------------------------------------------------------------------- 1 | name = "Adorn" 2 | filename = "Adorn-2.3.1+1.17.1-fabric.jar" 3 | side = "both" 4 | 5 | [download] 6 | url = "https://edge.forgecdn.net/files/3518/470/Adorn-2.3.1+1.17.1-fabric.jar" 7 | hash-format = "murmur2" 8 | hash = "273406056" 9 | 10 | [update] 11 | [update.curseforge] 12 | file-id = 3518470 13 | project-id = 320215 14 | release-channel = "beta" 15 | -------------------------------------------------------------------------------- /toml_mods/caracal-mod.toml: -------------------------------------------------------------------------------- 1 | name = "Caracal Mod" 2 | filename = "caracal-1.17-1.3.2.jar" 3 | side = "both" 4 | 5 | [download] 6 | url = "https://edge.forgecdn.net/files/3459/451/caracal-1.17-1.3.2.jar" 7 | hash-format = "murmur2" 8 | hash = "3985257370" 9 | 10 | [update] 11 | [update.curseforge] 12 | file-id = 3459451 13 | project-id = 486505 14 | release-channel = "beta" 15 | -------------------------------------------------------------------------------- /toml_mods/cloth-api.toml: -------------------------------------------------------------------------------- 1 | name = "Cloth API (Fabric)" 2 | filename = "cloth-api-2.0.54.jar" 3 | side = "both" 4 | 5 | [download] 6 | url = "https://edge.forgecdn.net/files/3336/395/cloth-api-2.0.54.jar" 7 | hash-format = "murmur2" 8 | hash = "2308550397" 9 | 10 | [update] 11 | [update.curseforge] 12 | file-id = 3336395 13 | project-id = 317121 14 | release-channel = "beta" 15 | -------------------------------------------------------------------------------- /toml_mods/desolation.toml: -------------------------------------------------------------------------------- 1 | name = "Desolation (Fabric)" 2 | filename = "desolation-1.1.5.jar" 3 | side = "both" 4 | 5 | [download] 6 | url = "https://edge.forgecdn.net/files/3508/198/desolation-1.1.5.jar" 7 | hash-format = "murmur2" 8 | hash = "2034976865" 9 | 10 | [update] 11 | [update.curseforge] 12 | file-id = 3508198 13 | project-id = 414851 14 | release-channel = "beta" 15 | -------------------------------------------------------------------------------- /toml_mods/mo-glass.toml: -------------------------------------------------------------------------------- 1 | name = "Mo Glass" 2 | filename = "Mo-Glass-1.5-MC1.17.1.jar" 3 | side = "both" 4 | 5 | [download] 6 | url = "https://edge.forgecdn.net/files/3379/124/Mo-Glass-1.5-MC1.17.1.jar" 7 | hash-format = "murmur2" 8 | hash = "3109537686" 9 | 10 | [update] 11 | [update.curseforge] 12 | file-id = 3379124 13 | project-id = 353426 14 | release-channel = "beta" 15 | -------------------------------------------------------------------------------- /toml_mods/outvoted.toml: -------------------------------------------------------------------------------- 1 | name = "Outvoted" 2 | filename = "outvoted-1.5.0-beta.4.jar" 3 | side = "both" 4 | 5 | [download] 6 | url = "https://edge.forgecdn.net/files/3530/795/outvoted-1.5.0-beta.4.jar" 7 | hash-format = "murmur2" 8 | hash = "3478496954" 9 | 10 | [update] 11 | [update.curseforge] 12 | file-id = 3530795 13 | project-id = 415057 14 | release-channel = "beta" 15 | -------------------------------------------------------------------------------- /toml_mods/packages.toml: -------------------------------------------------------------------------------- 1 | name = "Packages" 2 | filename = "packages-1.17.1-1.2.1.jar" 3 | side = "both" 4 | 5 | [download] 6 | url = "https://edge.forgecdn.net/files/3389/396/packages-1.17.1-1.2.1.jar" 7 | hash-format = "murmur2" 8 | hash = "2549062165" 9 | 10 | [update] 11 | [update.curseforge] 12 | file-id = 3389396 13 | project-id = 383733 14 | release-channel = "beta" 15 | -------------------------------------------------------------------------------- /toml_mods/trinkets-fabric.toml: -------------------------------------------------------------------------------- 1 | name = "Trinkets (Fabric)" 2 | filename = "trinkets-3.0.4.jar" 3 | side = "both" 4 | 5 | [download] 6 | url = "https://edge.forgecdn.net/files/3446/940/trinkets-3.0.4.jar" 7 | hash-format = "murmur2" 8 | hash = "3125244973" 9 | 10 | [update] 11 | [update.curseforge] 12 | file-id = 3446940 13 | project-id = 341284 14 | release-channel = "beta" 15 | -------------------------------------------------------------------------------- /toml_mods/advancements-debug.toml: -------------------------------------------------------------------------------- 1 | name = "Advancements Debug" 2 | filename = "advdebug-2.3.0.jar" 3 | side = "both" 4 | 5 | [download] 6 | url = "https://edge.forgecdn.net/files/3345/570/advdebug-2.3.0.jar" 7 | hash-format = "murmur2" 8 | hash = "4236943057" 9 | 10 | [update] 11 | [update.curseforge] 12 | file-id = 3345570 13 | project-id = 422316 14 | release-channel = "beta" 15 | -------------------------------------------------------------------------------- /toml_mods/basic-aiots.toml: -------------------------------------------------------------------------------- 1 | name = "Basic AIOTs" 2 | filename = "basicaiots-1.3.2+1.17.jar" 3 | side = "both" 4 | 5 | [download] 6 | url = "https://edge.forgecdn.net/files/3487/451/basicaiots-1.3.2+1.17.jar" 7 | hash-format = "murmur2" 8 | hash = "2944956348" 9 | 10 | [update] 11 | [update.curseforge] 12 | file-id = 3487451 13 | project-id = 476080 14 | release-channel = "beta" 15 | -------------------------------------------------------------------------------- /toml_mods/boat-container.toml: -------------------------------------------------------------------------------- 1 | name = "Boat Container" 2 | filename = "boatcontainer-1.0.3.jar" 3 | side = "both" 4 | 5 | [download] 6 | url = "https://edge.forgecdn.net/files/3508/260/boatcontainer-1.0.3.jar" 7 | hash-format = "murmur2" 8 | hash = "3654689404" 9 | 10 | [update] 11 | [update.curseforge] 12 | file-id = 3508260 13 | project-id = 526274 14 | release-channel = "beta" 15 | -------------------------------------------------------------------------------- /toml_mods/break-progress.toml: -------------------------------------------------------------------------------- 1 | name = "Break Progress" 2 | filename = "breakprogress-1.0.1.jar" 3 | side = "both" 4 | 5 | [download] 6 | url = "https://edge.forgecdn.net/files/3133/167/breakprogress-1.0.1.jar" 7 | hash-format = "murmur2" 8 | hash = "2469200469" 9 | 10 | [update] 11 | [update.curseforge] 12 | file-id = 3133167 13 | project-id = 416406 14 | release-channel = "beta" 15 | -------------------------------------------------------------------------------- /toml_mods/cc-restitched.toml: -------------------------------------------------------------------------------- 1 | name = "CC: Restitched" 2 | filename = "cc-restiched-1.97.2.jar" 3 | side = "both" 4 | 5 | [download] 6 | url = "https://edge.forgecdn.net/files/3529/55/cc-restiched-1.97.2.jar" 7 | hash-format = "murmur2" 8 | hash = "3188944045" 9 | 10 | [update] 11 | [update.curseforge] 12 | file-id = 3529055 13 | project-id = 462672 14 | release-channel = "beta" 15 | -------------------------------------------------------------------------------- /toml_mods/clumps.toml: -------------------------------------------------------------------------------- 1 | name = "Clumps" 2 | filename = "Clumps-fabric-1.17.1-7.0.10.jar" 3 | side = "both" 4 | 5 | [download] 6 | url = "https://edge.forgecdn.net/files/3491/821/Clumps-fabric-1.17.1-7.0.10.jar" 7 | hash-format = "murmur2" 8 | hash = "1642245501" 9 | 10 | [update] 11 | [update.curseforge] 12 | file-id = 3491821 13 | project-id = 256717 14 | release-channel = "beta" 15 | -------------------------------------------------------------------------------- /toml_mods/conjuring.toml: -------------------------------------------------------------------------------- 1 | name = "Conjuring [Fabric/Forge]" 2 | filename = "conjuring-1.0.15.jar" 3 | side = "both" 4 | 5 | [download] 6 | url = "https://edge.forgecdn.net/files/3524/983/conjuring-1.0.15.jar" 7 | hash-format = "murmur2" 8 | hash = "1292136488" 9 | 10 | [update] 11 | [update.curseforge] 12 | file-id = 3524983 13 | project-id = 422310 14 | release-channel = "beta" 15 | -------------------------------------------------------------------------------- /toml_mods/dual-riders.toml: -------------------------------------------------------------------------------- 1 | name = "Dual Riders" 2 | filename = "DualRiders-1.17-1.0.5.jar" 3 | side = "both" 4 | 5 | [download] 6 | url = "https://edge.forgecdn.net/files/3328/690/DualRiders-1.17-1.0.5.jar" 7 | hash-format = "murmur2" 8 | hash = "351677110" 9 | 10 | [update] 11 | [update.curseforge] 12 | file-id = 3328690 13 | project-id = 435980 14 | release-channel = "beta" 15 | -------------------------------------------------------------------------------- /toml_mods/fabric-api.toml: -------------------------------------------------------------------------------- 1 | name = "Fabric API" 2 | filename = "fabric-api-0.42.1+1.17.jar" 3 | side = "both" 4 | 5 | [download] 6 | url = "https://edge.forgecdn.net/files/3517/689/fabric-api-0.42.1+1.17.jar" 7 | hash-format = "murmur2" 8 | hash = "1200955640" 9 | 10 | [update] 11 | [update.curseforge] 12 | file-id = 3517689 13 | project-id = 306612 14 | release-channel = "beta" 15 | -------------------------------------------------------------------------------- /toml_mods/firework-frenzy.toml: -------------------------------------------------------------------------------- 1 | name = "Firework Frenzy" 2 | filename = "fireworkfrenzy-1.6.jar" 3 | side = "both" 4 | 5 | [download] 6 | url = "https://edge.forgecdn.net/files/3488/198/fireworkfrenzy-1.6.jar" 7 | hash-format = "murmur2" 8 | hash = "2994316299" 9 | 10 | [update] 11 | [update.curseforge] 12 | file-id = 3488198 13 | project-id = 520310 14 | release-channel = "beta" 15 | -------------------------------------------------------------------------------- /toml_mods/go-fish.toml: -------------------------------------------------------------------------------- 1 | name = "Go Fish" 2 | filename = "go-fish-1.3.0-beta-1.17.1.jar" 3 | side = "both" 4 | 5 | [download] 6 | url = "https://edge.forgecdn.net/files/3452/653/go-fish-1.3.0-beta-1.17.1.jar" 7 | hash-format = "murmur2" 8 | hash = "2332480926" 9 | 10 | [update] 11 | [update.curseforge] 12 | file-id = 3452653 13 | project-id = 431135 14 | release-channel = "beta" 15 | -------------------------------------------------------------------------------- /toml_mods/luminous-wool.toml: -------------------------------------------------------------------------------- 1 | name = "Luminous Wool" 2 | filename = "luminous-wool-1.2.0.jar" 3 | side = "both" 4 | 5 | [download] 6 | url = "https://edge.forgecdn.net/files/3521/107/luminous-wool-1.2.0.jar" 7 | hash-format = "murmur2" 8 | hash = "2185953894" 9 | 10 | [update] 11 | [update.curseforge] 12 | file-id = 3521107 13 | project-id = 494014 14 | release-channel = "beta" 15 | -------------------------------------------------------------------------------- /toml_mods/rats-mischief.toml: -------------------------------------------------------------------------------- 1 | name = "Rat's Mischief 🐀" 2 | filename = "ratsmischief-1.3.2.jar" 3 | side = "both" 4 | 5 | [download] 6 | url = "https://edge.forgecdn.net/files/3530/357/ratsmischief-1.3.2.jar" 7 | hash-format = "murmur2" 8 | hash = "1313228549" 9 | 10 | [update] 11 | [update.curseforge] 12 | file-id = 3530357 13 | project-id = 431787 14 | release-channel = "beta" 15 | -------------------------------------------------------------------------------- /toml_mods/reborncore.toml: -------------------------------------------------------------------------------- 1 | name = "Reborn Core" 2 | filename = "RebornCore-5.0.11-beta.jar" 3 | side = "both" 4 | 5 | [download] 6 | url = "https://edge.forgecdn.net/files/3517/197/RebornCore-5.0.11-beta.jar" 7 | hash-format = "murmur2" 8 | hash = "1981081365" 9 | 10 | [update] 11 | [update.curseforge] 12 | file-id = 3517197 13 | project-id = 237903 14 | release-channel = "beta" 15 | -------------------------------------------------------------------------------- /toml_mods/roughly-enough-resources.toml: -------------------------------------------------------------------------------- 1 | name = "Roughly Enough Resources" 2 | filename = "rer-2.2.0.jar" 3 | side = "both" 4 | 5 | [download] 6 | url = "https://edge.forgecdn.net/files/3491/962/rer-2.2.0.jar" 7 | hash-format = "murmur2" 8 | hash = "2721720332" 9 | 10 | [update] 11 | [update.curseforge] 12 | file-id = 3491962 13 | project-id = 325625 14 | release-channel = "beta" 15 | -------------------------------------------------------------------------------- /toml_mods/slotlock.toml: -------------------------------------------------------------------------------- 1 | name = "SlotLock" 2 | filename = "slotlock-1.0.4-BETA+1.17.jar" 3 | side = "both" 4 | 5 | [download] 6 | url = "https://edge.forgecdn.net/files/3338/722/slotlock-1.0.4-BETA+1.17.jar" 7 | hash-format = "murmur2" 8 | hash = "964145428" 9 | 10 | [update] 11 | [update.curseforge] 12 | file-id = 3338722 13 | project-id = 408366 14 | release-channel = "beta" 15 | -------------------------------------------------------------------------------- /toml_mods/techreborn.toml: -------------------------------------------------------------------------------- 1 | name = "Tech Reborn" 2 | filename = "TechReborn-5.0.11-beta.jar" 3 | side = "both" 4 | 5 | [download] 6 | url = "https://edge.forgecdn.net/files/3517/196/TechReborn-5.0.11-beta.jar" 7 | hash-format = "murmur2" 8 | hash = "1456215524" 9 | 10 | [update] 11 | [update.curseforge] 12 | file-id = 3517196 13 | project-id = 233564 14 | release-channel = "beta" 15 | -------------------------------------------------------------------------------- /toml_mods/tooltipfix.toml: -------------------------------------------------------------------------------- 1 | name = "ToolTipFix" 2 | filename = "tooltipfix-1.0.4-1.17.1.jar" 3 | side = "both" 4 | 5 | [download] 6 | url = "https://edge.forgecdn.net/files/3487/571/tooltipfix-1.0.4-1.17.1.jar" 7 | hash-format = "murmur2" 8 | hash = "2352865992" 9 | 10 | [update] 11 | [update.curseforge] 12 | file-id = 3487571 13 | project-id = 411557 14 | release-channel = "beta" 15 | -------------------------------------------------------------------------------- /toml_mods/yosbr.toml: -------------------------------------------------------------------------------- 1 | name = "Your Options Shall Be Respected (YOSBR)" 2 | filename = "yosbr-0.1.1.jar" 3 | side = "both" 4 | 5 | [download] 6 | url = "https://edge.forgecdn.net/files/2934/596/yosbr-0.1.1.jar" 7 | hash-format = "murmur2" 8 | hash = "1019026871" 9 | 10 | [update] 11 | [update.curseforge] 12 | file-id = 2934596 13 | project-id = 374274 14 | release-channel = "beta" 15 | -------------------------------------------------------------------------------- /config/lithium.properties: -------------------------------------------------------------------------------- 1 | # This is the configuration file for Lithium. 2 | # This file exists for debugging purposes and should not be configured otherwise. 3 | # 4 | # You can find information on editing this file and all the available options here: 5 | # https://github.com/jellysquid3/lithium-fabric/wiki/Configuration-File 6 | # 7 | # By default, this file will be empty except for this notice. 8 | -------------------------------------------------------------------------------- /kubejs/server_scripts/recipetypes/rswires/shapeless.js: -------------------------------------------------------------------------------- 1 | //////////////////////// 2 | /// Made by Team AOF /// 3 | //////////////////////// 4 | 5 | onEvent('recipes', (event) => { 6 | 7 | // Fix conflict with Iron Jetpacks 8 | event.shapeless('rswires:red_alloy_compound', ['minecraft:iron_ingot','minecraft:redstone','minecraft:redstone','minecraft:redstone']) 9 | 10 | }); 11 | -------------------------------------------------------------------------------- /toml_mods/auth-me.toml: -------------------------------------------------------------------------------- 1 | name = "Auth Me" 2 | filename = "authme-mc1.17.1-2.0.0-beta.1.jar" 3 | side = "both" 4 | 5 | [download] 6 | url = "https://edge.forgecdn.net/files/3525/407/authme-mc1.17.1-2.0.0-beta.1.jar" 7 | hash-format = "murmur2" 8 | hash = "3036508953" 9 | 10 | [update] 11 | [update.curseforge] 12 | file-id = 3525407 13 | project-id = 356643 14 | release-channel = "beta" 15 | -------------------------------------------------------------------------------- /toml_mods/balm-fabric.toml: -------------------------------------------------------------------------------- 1 | name = "Balm (Fabric Edition)" 2 | filename = "balm-fabric-1.8.0+0.jar" 3 | side = "both" 4 | 5 | [download] 6 | url = "https://edge.forgecdn.net/files/3527/994/balm-fabric-1.8.0+0.jar" 7 | hash-format = "murmur2" 8 | hash = "289442660" 9 | 10 | [update] 11 | [update.curseforge] 12 | file-id = 3527994 13 | project-id = 500525 14 | release-channel = "beta" 15 | -------------------------------------------------------------------------------- /toml_mods/bits-and-chisels.toml: -------------------------------------------------------------------------------- 1 | name = "Bits And Chisels" 2 | filename = "bitsandchisels-2.6.0.jar" 3 | side = "both" 4 | 5 | [download] 6 | url = "https://edge.forgecdn.net/files/3532/281/bitsandchisels-2.6.0.jar" 7 | hash-format = "murmur2" 8 | hash = "1697299824" 9 | 10 | [update] 11 | [update.curseforge] 12 | file-id = 3532281 13 | project-id = 420709 14 | release-channel = "beta" 15 | -------------------------------------------------------------------------------- /toml_mods/geckolib.toml: -------------------------------------------------------------------------------- 1 | name = "GeckoLib" 2 | filename = "geckolib-fabric-1.17-3.0.29.jar" 3 | side = "both" 4 | 5 | [download] 6 | url = "https://edge.forgecdn.net/files/3529/832/geckolib-fabric-1.17-3.0.29.jar" 7 | hash-format = "murmur2" 8 | hash = "1074764144" 9 | 10 | [update] 11 | [update.curseforge] 12 | file-id = 3529832 13 | project-id = 388172 14 | release-channel = "beta" 15 | -------------------------------------------------------------------------------- /toml_mods/grizzly-bear.toml: -------------------------------------------------------------------------------- 1 | name = "Grizzly bear Mod" 2 | filename = "grizzlybear-1.17-1.2.0.jar" 3 | side = "both" 4 | 5 | [download] 6 | url = "https://edge.forgecdn.net/files/3431/204/grizzlybear-1.17-1.2.0.jar" 7 | hash-format = "murmur2" 8 | hash = "1579478712" 9 | 10 | [update] 11 | [update.curseforge] 12 | file-id = 3431204 13 | project-id = 494751 14 | release-channel = "beta" 15 | -------------------------------------------------------------------------------- /toml_mods/ok-zoomer.toml: -------------------------------------------------------------------------------- 1 | name = "Ok Zoomer" 2 | filename = "okzoomer-5.0.0-beta.2+1.17.jar" 3 | side = "both" 4 | 5 | [download] 6 | url = "https://edge.forgecdn.net/files/3360/194/okzoomer-5.0.0-beta.2+1.17.jar" 7 | hash-format = "murmur2" 8 | hash = "1707929440" 9 | 10 | [update] 11 | [update.curseforge] 12 | file-id = 3360194 13 | project-id = 354047 14 | release-channel = "beta" 15 | -------------------------------------------------------------------------------- /toml_mods/quick-shulker.toml: -------------------------------------------------------------------------------- 1 | name = "Quick Shulker" 2 | filename = "quickshulker-1.3.1-1.17.jar" 3 | side = "both" 4 | 5 | [download] 6 | url = "https://edge.forgecdn.net/files/3507/182/quickshulker-1.3.1-1.17.jar" 7 | hash-format = "murmur2" 8 | hash = "676730925" 9 | 10 | [update] 11 | [update.curseforge] 12 | file-id = 3507182 13 | project-id = 362669 14 | release-channel = "beta" 15 | -------------------------------------------------------------------------------- /toml_mods/rhino.toml: -------------------------------------------------------------------------------- 1 | name = "Rhino" 2 | filename = "rhino-fabric-1701.1.5-build.71.jar" 3 | side = "both" 4 | 5 | [download] 6 | url = "https://edge.forgecdn.net/files/3493/217/rhino-fabric-1701.1.5-build.71.jar" 7 | hash-format = "murmur2" 8 | hash = "1663429518" 9 | 10 | [update] 11 | [update.curseforge] 12 | file-id = 3493217 13 | project-id = 416294 14 | release-channel = "beta" 15 | -------------------------------------------------------------------------------- /toml_mods/runelic.toml: -------------------------------------------------------------------------------- 1 | name = "Runelic" 2 | filename = "Runelic-fabric-1.17.1-3.0.1.jar" 3 | side = "both" 4 | 5 | [download] 6 | url = "https://edge.forgecdn.net/files/3400/991/Runelic-fabric-1.17.1-3.0.1.jar" 7 | hash-format = "murmur2" 8 | hash = "1806209017" 9 | 10 | [update] 11 | [update.curseforge] 12 | file-id = 3400991 13 | project-id = 393149 14 | release-channel = "beta" 15 | -------------------------------------------------------------------------------- /toml_mods/universal-graves.toml: -------------------------------------------------------------------------------- 1 | name = "Universal Graves" 2 | filename = "graves-1.1.4+1.17.1.jar" 3 | side = "both" 4 | 5 | [download] 6 | url = "https://edge.forgecdn.net/files/3525/741/graves-1.1.4+1.17.1.jar" 7 | hash-format = "murmur2" 8 | hash = "1914420529" 9 | 10 | [update] 11 | [update.curseforge] 12 | file-id = 3525741 13 | project-id = 497175 14 | release-channel = "beta" 15 | -------------------------------------------------------------------------------- /toml_mods/visuality.toml: -------------------------------------------------------------------------------- 1 | name = "Visuality [Fabric]" 2 | filename = "visuality-0.3.2-fabric.jar" 3 | side = "both" 4 | 5 | [download] 6 | url = "https://edge.forgecdn.net/files/3531/346/visuality-0.3.2-fabric.jar" 7 | hash-format = "murmur2" 8 | hash = "1329868252" 9 | 10 | [update] 11 | [update.curseforge] 12 | file-id = 3531346 13 | project-id = 521126 14 | release-channel = "beta" 15 | -------------------------------------------------------------------------------- /toml_mods/wmitaf.toml: -------------------------------------------------------------------------------- 1 | name = "WMITAF" 2 | filename = "wmitaf-fabric-mc1.17.1-1.1.3.jar" 3 | side = "both" 4 | 5 | [download] 6 | url = "https://edge.forgecdn.net/files/3532/857/wmitaf-fabric-mc1.17.1-1.1.3.jar" 7 | hash-format = "murmur2" 8 | hash = "2988702386" 9 | 10 | [update] 11 | [update.curseforge] 12 | file-id = 3532857 13 | project-id = 547358 14 | release-channel = "beta" 15 | -------------------------------------------------------------------------------- /toml_mods/beenfo.toml: -------------------------------------------------------------------------------- 1 | name = "Beenfo" 2 | filename = "beenfo-1.17.1-fabric0.36.1-1.3.2.jar" 3 | side = "both" 4 | 5 | [download] 6 | url = "https://edge.forgecdn.net/files/3379/964/beenfo-1.17.1-fabric0.36.1-1.3.2.jar" 7 | hash-format = "murmur2" 8 | hash = "179757244" 9 | 10 | [update] 11 | [update.curseforge] 12 | file-id = 3379964 13 | project-id = 357256 14 | release-channel = "beta" 15 | -------------------------------------------------------------------------------- /toml_mods/bountiful-fabric.toml: -------------------------------------------------------------------------------- 1 | name = "Bountiful (Fabric)" 2 | filename = "BountifulFabric-1.0.0.jar" 3 | side = "both" 4 | 5 | [download] 6 | url = "https://edge.forgecdn.net/files/3442/444/BountifulFabric-1.0.0.jar" 7 | hash-format = "murmur2" 8 | hash = "1429372095" 9 | 10 | [update] 11 | [update.curseforge] 12 | file-id = 3442444 13 | project-id = 521673 14 | release-channel = "beta" 15 | -------------------------------------------------------------------------------- /toml_mods/charmonium.toml: -------------------------------------------------------------------------------- 1 | name = "Charmonium" 2 | filename = "charmonium-fabric-1.17-3.3.0.jar" 3 | side = "both" 4 | 5 | [download] 6 | url = "https://edge.forgecdn.net/files/3379/114/charmonium-fabric-1.17-3.3.0.jar" 7 | hash-format = "murmur2" 8 | hash = "3726804958" 9 | 10 | [update] 11 | [update.curseforge] 12 | file-id = 3379114 13 | project-id = 378696 14 | release-channel = "beta" 15 | -------------------------------------------------------------------------------- /toml_mods/diggus-maximus.toml: -------------------------------------------------------------------------------- 1 | name = "Diggus Maximus" 2 | filename = "diggusmaximus-1.5.1-1.17.jar" 3 | side = "both" 4 | 5 | [download] 6 | url = "https://edge.forgecdn.net/files/3487/588/diggusmaximus-1.5.1-1.17.jar" 7 | hash-format = "murmur2" 8 | hash = "2471622000" 9 | 10 | [update] 11 | [update.curseforge] 12 | file-id = 3487588 13 | project-id = 341888 14 | release-channel = "beta" 15 | -------------------------------------------------------------------------------- /toml_mods/eggtab-fabric.toml: -------------------------------------------------------------------------------- 1 | name = "Egg Tab - Fabric" 2 | filename = "eggtab-2.1.0+1.16-fabric.jar" 3 | side = "both" 4 | 5 | [download] 6 | url = "https://edge.forgecdn.net/files/3158/251/eggtab-2.1.0+1.16-fabric.jar" 7 | hash-format = "murmur2" 8 | hash = "75852237" 9 | 10 | [update] 11 | [update.curseforge] 12 | file-id = 3158251 13 | project-id = 360449 14 | release-channel = "beta" 15 | -------------------------------------------------------------------------------- /toml_mods/fabric-launchpads.toml: -------------------------------------------------------------------------------- 1 | name = "[FABRIC] Launchpads" 2 | filename = "zihlaunchpads-1.2.0.jar" 3 | side = "both" 4 | 5 | [download] 6 | url = "https://edge.forgecdn.net/files/3528/559/zihlaunchpads-1.2.0.jar" 7 | hash-format = "murmur2" 8 | hash = "4057935538" 9 | 10 | [update] 11 | [update.curseforge] 12 | file-id = 3528559 13 | project-id = 521065 14 | release-channel = "beta" 15 | -------------------------------------------------------------------------------- /toml_mods/fabric-waystones.toml: -------------------------------------------------------------------------------- 1 | name = "Fabric Waystones" 2 | filename = "wraith-waystones-2.2.2.jar" 3 | side = "both" 4 | 5 | [download] 6 | url = "https://edge.forgecdn.net/files/3530/876/wraith-waystones-2.2.2.jar" 7 | hash-format = "murmur2" 8 | hash = "2638437080" 9 | 10 | [update] 11 | [update.curseforge] 12 | file-id = 3530876 13 | project-id = 410902 14 | release-channel = "beta" 15 | -------------------------------------------------------------------------------- /toml_mods/golems-galore.toml: -------------------------------------------------------------------------------- 1 | name = "Golems Galore" 2 | filename = "golemsgalore-1.0.3-1.17.1.jar" 3 | side = "both" 4 | 5 | [download] 6 | url = "https://edge.forgecdn.net/files/3452/515/golemsgalore-1.0.3-1.17.1.jar" 7 | hash-format = "murmur2" 8 | hash = "1273580156" 9 | 10 | [update] 11 | [update.curseforge] 12 | file-id = 3452515 13 | project-id = 387197 14 | release-channel = "beta" 15 | -------------------------------------------------------------------------------- /toml_mods/incantationem.toml: -------------------------------------------------------------------------------- 1 | name = "Incantationem" 2 | filename = "incantationem-1.1.2+1.17.1.jar" 3 | side = "both" 4 | 5 | [download] 6 | url = "https://edge.forgecdn.net/files/3415/84/incantationem-1.1.2+1.17.1.jar" 7 | hash-format = "murmur2" 8 | hash = "946480177" 9 | 10 | [update] 11 | [update.curseforge] 12 | file-id = 3415084 13 | project-id = 483166 14 | release-channel = "beta" 15 | -------------------------------------------------------------------------------- /toml_mods/industrial-revolution.toml: -------------------------------------------------------------------------------- 1 | name = "Industrial Revolution" 2 | filename = "indrev-1.12.0-BETA.jar" 3 | side = "both" 4 | 5 | [download] 6 | url = "https://edge.forgecdn.net/files/3523/17/indrev-1.12.0-BETA.jar" 7 | hash-format = "murmur2" 8 | hash = "962432958" 9 | 10 | [update] 11 | [update.curseforge] 12 | file-id = 3523017 13 | project-id = 391708 14 | release-channel = "beta" 15 | -------------------------------------------------------------------------------- /toml_mods/lovely-snails.toml: -------------------------------------------------------------------------------- 1 | name = "Lovely Snails" 2 | filename = "lovely_snails-1.0.3+1.17.jar" 3 | side = "both" 4 | 5 | [download] 6 | url = "https://edge.forgecdn.net/files/3422/183/lovely_snails-1.0.3+1.17.jar" 7 | hash-format = "murmur2" 8 | hash = "2870741047" 9 | 10 | [update] 11 | [update.curseforge] 12 | file-id = 3422183 13 | project-id = 499425 14 | release-channel = "beta" 15 | -------------------------------------------------------------------------------- /toml_mods/mythic-mounts.toml: -------------------------------------------------------------------------------- 1 | name = "Mythic Mounts" 2 | filename = "mythic-mounts-1.17.1-3.0.jar" 3 | side = "both" 4 | 5 | [download] 6 | url = "https://edge.forgecdn.net/files/3524/618/mythic-mounts-1.17.1-3.0.jar" 7 | hash-format = "murmur2" 8 | hash = "1151810849" 9 | 10 | [update] 11 | [update.curseforge] 12 | file-id = 3524618 13 | project-id = 517650 14 | release-channel = "beta" 15 | -------------------------------------------------------------------------------- /toml_mods/quarry-reborn.toml: -------------------------------------------------------------------------------- 1 | name = "Quarry Reborn" 2 | filename = "quarry-reborn-1.17-0.5.2.jar" 3 | side = "both" 4 | 5 | [download] 6 | url = "https://edge.forgecdn.net/files/3516/152/quarry-reborn-1.17-0.5.2.jar" 7 | hash-format = "murmur2" 8 | hash = "1210043115" 9 | 10 | [update] 11 | [update.curseforge] 12 | file-id = 3516152 13 | project-id = 511254 14 | release-channel = "beta" 15 | -------------------------------------------------------------------------------- /toml_mods/respawnable-pets.toml: -------------------------------------------------------------------------------- 1 | name = "Respawnable Pets" 2 | filename = "respawnablepets-1.17-5.jar" 3 | side = "both" 4 | 5 | [download] 6 | url = "https://edge.forgecdn.net/files/3489/972/respawnablepets-1.17-5.jar" 7 | hash-format = "murmur2" 8 | hash = "4248493617" 9 | 10 | [update] 11 | [update.curseforge] 12 | file-id = 3489972 13 | project-id = 319582 14 | release-channel = "beta" 15 | -------------------------------------------------------------------------------- /toml_mods/smoother-bedrock.toml: -------------------------------------------------------------------------------- 1 | name = "Smoother Bedrock" 2 | filename = "smootherbedrock-1.0.2.jar" 3 | side = "both" 4 | 5 | [download] 6 | url = "https://edge.forgecdn.net/files/3448/252/smootherbedrock-1.0.2.jar" 7 | hash-format = "murmur2" 8 | hash = "755860240" 9 | 10 | [update] 11 | [update.curseforge] 12 | file-id = 3448252 13 | project-id = 403889 14 | release-channel = "beta" 15 | -------------------------------------------------------------------------------- /toml_mods/stoneholm.toml: -------------------------------------------------------------------------------- 1 | name = "Stoneholm, Underground Villages (Fabric)" 2 | filename = "stoneholm-1.3.jar" 3 | side = "both" 4 | 5 | [download] 6 | url = "https://edge.forgecdn.net/files/3368/677/stoneholm-1.3.jar" 7 | hash-format = "murmur2" 8 | hash = "1918439362" 9 | 10 | [update] 11 | [update.curseforge] 12 | file-id = 3368677 13 | project-id = 460336 14 | release-channel = "beta" 15 | -------------------------------------------------------------------------------- /toml_mods/structure-tools.toml: -------------------------------------------------------------------------------- 1 | name = "St'ructure Tools" 2 | filename = "structure-tools-1.0.5.jar" 3 | side = "both" 4 | 5 | [download] 6 | url = "https://edge.forgecdn.net/files/3524/240/structure-tools-1.0.5.jar" 7 | hash-format = "murmur2" 8 | hash = "1950632186" 9 | 10 | [update] 11 | [update.curseforge] 12 | file-id = 3524240 13 | project-id = 536984 14 | release-channel = "beta" 15 | -------------------------------------------------------------------------------- /toml_mods/tool-stats.toml: -------------------------------------------------------------------------------- 1 | name = "Tool Stats" 2 | filename = "ToolStats-fabric-1.17.1-2.0.1.jar" 3 | side = "both" 4 | 5 | [download] 6 | url = "https://edge.forgecdn.net/files/3401/2/ToolStats-fabric-1.17.1-2.0.1.jar" 7 | hash-format = "murmur2" 8 | hash = "3658433051" 9 | 10 | [update] 11 | [update.curseforge] 12 | file-id = 3401002 13 | project-id = 377109 14 | release-channel = "beta" 15 | -------------------------------------------------------------------------------- /toml_mods/vanilla-biomes.toml: -------------------------------------------------------------------------------- 1 | name = "Vanilla+ Biomes" 2 | filename = "vanillaplusbiomes-0.3.2.jar" 3 | side = "both" 4 | 5 | [download] 6 | url = "https://edge.forgecdn.net/files/3355/670/vanillaplusbiomes-0.3.2.jar" 7 | hash-format = "murmur2" 8 | hash = "605176057" 9 | 10 | [update] 11 | [update.curseforge] 12 | file-id = 3355670 13 | project-id = 367944 14 | release-channel = "beta" 15 | -------------------------------------------------------------------------------- /config/diggusmaximus/excavatingshapes.json5: -------------------------------------------------------------------------------- 1 | { 2 | // Should shape excavating be enabled 3 | "enableShapes": false, 4 | // Should shape excavating include different blocks 5 | "includeDifBlocks": false, 6 | // Shape activation key 7 | "shapeKey": "", 8 | // Shape type cycle key, sneak to reverse cycle 9 | "cycleKey": "", 10 | // Currently selected shape 11 | "selectedShape": "LAYER" 12 | } -------------------------------------------------------------------------------- /toml_mods/appleskin.toml: -------------------------------------------------------------------------------- 1 | name = "AppleSkin" 2 | filename = "appleskin-fabric-mc1.17.1-2.2.0.jar" 3 | side = "both" 4 | 5 | [download] 6 | url = "https://edge.forgecdn.net/files/3512/370/appleskin-fabric-mc1.17.1-2.2.0.jar" 7 | hash-format = "murmur2" 8 | hash = "3938119540" 9 | 10 | [update] 11 | [update.curseforge] 12 | file-id = 3512370 13 | project-id = 248787 14 | release-channel = "beta" 15 | -------------------------------------------------------------------------------- /toml_mods/architectury-fabric.toml: -------------------------------------------------------------------------------- 1 | name = "Architectury API (Fabric)" 2 | filename = "architectury-2.6.35.jar" 3 | side = "both" 4 | 5 | [download] 6 | url = "https://edge.forgecdn.net/files/3500/17/architectury-2.6.35.jar" 7 | hash-format = "murmur2" 8 | hash = "1974939410" 9 | 10 | [update] 11 | [update.curseforge] 12 | file-id = 3500017 13 | project-id = 419697 14 | release-channel = "beta" 15 | -------------------------------------------------------------------------------- /toml_mods/artifacts-fabric.toml: -------------------------------------------------------------------------------- 1 | name = "Artifacts (Fabric)" 2 | filename = "artifacts-5.0.2+fabric.jar" 3 | side = "both" 4 | 5 | [download] 6 | url = "https://edge.forgecdn.net/files/3487/695/artifacts-5.0.2+fabric.jar" 7 | hash-format = "murmur2" 8 | hash = "1173715479" 9 | 10 | [update] 11 | [update.curseforge] 12 | file-id = 3487695 13 | project-id = 401236 14 | release-channel = "beta" 15 | -------------------------------------------------------------------------------- /toml_mods/auto-config-updated-api.toml: -------------------------------------------------------------------------------- 1 | name = "Auto Config Updated API" 2 | filename = "autoconfig1u-3.3.1.jar" 3 | side = "both" 4 | 5 | [download] 6 | url = "https://edge.forgecdn.net/files/3095/961/autoconfig1u-3.3.1.jar" 7 | hash-format = "murmur2" 8 | hash = "2086110484" 9 | 10 | [update] 11 | [update.curseforge] 12 | file-id = 3095961 13 | project-id = 373261 14 | release-channel = "beta" 15 | -------------------------------------------------------------------------------- /toml_mods/axolotl-bucket-fix.toml: -------------------------------------------------------------------------------- 1 | name = "Axolotl Bucket Fix" 2 | filename = "axolotl-item-fix-1.1.3.jar" 3 | side = "both" 4 | 5 | [download] 6 | url = "https://edge.forgecdn.net/files/3515/755/axolotl-item-fix-1.1.3.jar" 7 | hash-format = "murmur2" 8 | hash = "3550517667" 9 | 10 | [update] 11 | [update.curseforge] 12 | file-id = 3515755 13 | project-id = 495453 14 | release-channel = "beta" 15 | -------------------------------------------------------------------------------- /toml_mods/botania-fabric.toml: -------------------------------------------------------------------------------- 1 | name = "Botania (Fabric)" 2 | filename = "Botania-1.17.1-421-FABRIC.jar" 3 | side = "both" 4 | 5 | [download] 6 | url = "https://edge.forgecdn.net/files/3530/238/Botania-1.17.1-421-FABRIC.jar" 7 | hash-format = "murmur2" 8 | hash = "4123682676" 9 | 10 | [update] 11 | [update.curseforge] 12 | file-id = 3530238 13 | project-id = 421839 14 | release-channel = "beta" 15 | -------------------------------------------------------------------------------- /toml_mods/colorful-subtitles.toml: -------------------------------------------------------------------------------- 1 | name = "Colorful Subtitles" 2 | filename = "colorfulsubtitles-1.0.0.jar" 3 | side = "both" 4 | 5 | [download] 6 | url = "https://edge.forgecdn.net/files/3420/901/colorfulsubtitles-1.0.0.jar" 7 | hash-format = "murmur2" 8 | hash = "2852424990" 9 | 10 | [update] 11 | [update.curseforge] 12 | file-id = 3420901 13 | project-id = 514041 14 | release-channel = "beta" 15 | -------------------------------------------------------------------------------- /toml_mods/crooked-crooks.toml: -------------------------------------------------------------------------------- 1 | name = "Crooked Crooks" 2 | filename = "crookedcrooks-2.0.1+1.17.1.jar" 3 | side = "both" 4 | 5 | [download] 6 | url = "https://edge.forgecdn.net/files/3524/186/crookedcrooks-2.0.1+1.17.1.jar" 7 | hash-format = "murmur2" 8 | hash = "3482352288" 9 | 10 | [update] 11 | [update.curseforge] 12 | file-id = 3524186 13 | project-id = 393714 14 | release-channel = "beta" 15 | -------------------------------------------------------------------------------- /toml_mods/death-knell.toml: -------------------------------------------------------------------------------- 1 | name = "Death Knell" 2 | filename = "DeathKnell-fabric-1.17.1-1.0.1.jar" 3 | side = "both" 4 | 5 | [download] 6 | url = "https://edge.forgecdn.net/files/3505/882/DeathKnell-fabric-1.17.1-1.0.1.jar" 7 | hash-format = "murmur2" 8 | hash = "429460983" 9 | 10 | [update] 11 | [update.curseforge] 12 | file-id = 3505882 13 | project-id = 538316 14 | release-channel = "beta" 15 | -------------------------------------------------------------------------------- /toml_mods/grims-transportables.toml: -------------------------------------------------------------------------------- 1 | name = "Grim's Transportables" 2 | filename = "transportables-1.0.6.jar" 3 | side = "both" 4 | 5 | [download] 6 | url = "https://edge.forgecdn.net/files/3445/880/transportables-1.0.6.jar" 7 | hash-format = "murmur2" 8 | hash = "678408214" 9 | 10 | [update] 11 | [update.curseforge] 12 | file-id = 3445880 13 | project-id = 473508 14 | release-channel = "beta" 15 | -------------------------------------------------------------------------------- /toml_mods/iron-jetpacks-fabric.toml: -------------------------------------------------------------------------------- 1 | name = "Iron Jetpacks Fabric" 2 | filename = "iron-jetpacks-0.4.2.jar" 3 | side = "both" 4 | 5 | [download] 6 | url = "https://edge.forgecdn.net/files/3512/317/iron-jetpacks-0.4.2.jar" 7 | hash-format = "murmur2" 8 | hash = "2939503954" 9 | 10 | [update] 11 | [update.curseforge] 12 | file-id = 3512317 13 | project-id = 386892 14 | release-channel = "beta" 15 | -------------------------------------------------------------------------------- /toml_mods/jumpoverfences.toml: -------------------------------------------------------------------------------- 1 | name = "JumpOverFences" 2 | filename = "jumpoverfences-1.16-0.0.3.jar" 3 | side = "both" 4 | 5 | [download] 6 | url = "https://edge.forgecdn.net/files/2992/917/jumpoverfences-1.16-0.0.3.jar" 7 | hash-format = "murmur2" 8 | hash = "1666886765" 9 | 10 | [update] 11 | [update.curseforge] 12 | file-id = 2992917 13 | project-id = 353641 14 | release-channel = "beta" 15 | -------------------------------------------------------------------------------- /toml_mods/lithium.toml: -------------------------------------------------------------------------------- 1 | name = "Lithium (Fabric)" 2 | filename = "lithium-fabric-mc1.17.1-0.7.5.jar" 3 | side = "both" 4 | 5 | [download] 6 | url = "https://edge.forgecdn.net/files/3516/367/lithium-fabric-mc1.17.1-0.7.5.jar" 7 | hash-format = "murmur2" 8 | hash = "1827400379" 9 | 10 | [update] 11 | [update.curseforge] 12 | file-id = 3516367 13 | project-id = 360438 14 | release-channel = "beta" 15 | -------------------------------------------------------------------------------- /toml_mods/magic-fungi.toml: -------------------------------------------------------------------------------- 1 | name = "Magic Fungi" 2 | filename = "magicfungi-0.5.0-BETA+1.17.1.jar" 3 | side = "both" 4 | 5 | [download] 6 | url = "https://edge.forgecdn.net/files/3497/941/magicfungi-0.5.0-BETA+1.17.1.jar" 7 | hash-format = "murmur2" 8 | hash = "2440507649" 9 | 10 | [update] 11 | [update.curseforge] 12 | file-id = 3497941 13 | project-id = 506412 14 | release-channel = "beta" 15 | -------------------------------------------------------------------------------- /toml_mods/nyfs-quivers.toml: -------------------------------------------------------------------------------- 1 | name = "Nyf's Quivers" 2 | filename = "nyfsquivers-Fabric-0.2.6-1.17.jar" 3 | side = "both" 4 | 5 | [download] 6 | url = "https://edge.forgecdn.net/files/3399/26/nyfsquivers-Fabric-0.2.6-1.17.jar" 7 | hash-format = "murmur2" 8 | hash = "3082070640" 9 | 10 | [update] 11 | [update.curseforge] 12 | file-id = 3399026 13 | project-id = 482731 14 | release-channel = "beta" 15 | -------------------------------------------------------------------------------- /toml_mods/secret-rooms-fabric.toml: -------------------------------------------------------------------------------- 1 | name = "Secret Rooms Fabric" 2 | filename = "secretrooms-1.1.0+1.17.jar" 3 | side = "both" 4 | 5 | [download] 6 | url = "https://edge.forgecdn.net/files/3493/370/secretrooms-1.1.0+1.17.jar" 7 | hash-format = "murmur2" 8 | hash = "2692606661" 9 | 10 | [update] 11 | [update.curseforge] 12 | file-id = 3493370 13 | project-id = 359248 14 | release-channel = "beta" 15 | -------------------------------------------------------------------------------- /toml_mods/textile-backup.toml: -------------------------------------------------------------------------------- 1 | name = "Textile Backup" 2 | filename = "textile_backup-2.2.0-1.17.jar" 3 | side = "both" 4 | 5 | [download] 6 | url = "https://edge.forgecdn.net/files/3412/941/textile_backup-2.2.0-1.17.jar" 7 | hash-format = "murmur2" 8 | hash = "2462042665" 9 | 10 | [update] 11 | [update.curseforge] 12 | file-id = 3412941 13 | project-id = 359893 14 | release-channel = "beta" 15 | -------------------------------------------------------------------------------- /toml_mods/trident-return-fabric.toml: -------------------------------------------------------------------------------- 1 | name = "Trident Return Fabric" 2 | filename = "trident_return-1.2.4.jar" 3 | side = "both" 4 | 5 | [download] 6 | url = "https://edge.forgecdn.net/files/3381/579/trident_return-1.2.4.jar" 7 | hash-format = "murmur2" 8 | hash = "3226793629" 9 | 10 | [update] 11 | [update.curseforge] 12 | file-id = 3381579 13 | project-id = 490459 14 | release-channel = "beta" 15 | -------------------------------------------------------------------------------- /toml_mods/true-secret-rooms.toml: -------------------------------------------------------------------------------- 1 | name = "True Secret Rooms" 2 | filename = "true-secret-rooms-1.1.5.jar" 3 | side = "both" 4 | 5 | [download] 6 | url = "https://edge.forgecdn.net/files/3388/710/true-secret-rooms-1.1.5.jar" 7 | hash-format = "murmur2" 8 | hash = "576867728" 9 | 10 | [update] 11 | [update.curseforge] 12 | file-id = 3388710 13 | project-id = 413207 14 | release-channel = "beta" 15 | -------------------------------------------------------------------------------- /toml_mods/vanilla-hammers.toml: -------------------------------------------------------------------------------- 1 | name = "Vanilla Hammers" 2 | filename = "vanilla-hammers-3.1.2-1.17.jar" 3 | side = "both" 4 | 5 | [download] 6 | url = "https://edge.forgecdn.net/files/3368/391/vanilla-hammers-3.1.2-1.17.jar" 7 | hash-format = "murmur2" 8 | hash = "3427099791" 9 | 10 | [update] 11 | [update.curseforge] 12 | file-id = 3368391 13 | project-id = 317756 14 | release-channel = "beta" 15 | -------------------------------------------------------------------------------- /toml_mods/wireless-networks.toml: -------------------------------------------------------------------------------- 1 | name = "Wireless Networks" 2 | filename = "wirelessnetworks-1.3.1.jar" 3 | side = "both" 4 | 5 | [download] 6 | url = "https://edge.forgecdn.net/files/3504/367/wirelessnetworks-1.3.1.jar" 7 | hash-format = "murmur2" 8 | hash = "2302192348" 9 | 10 | [update] 11 | [update.curseforge] 12 | file-id = 3504367 13 | project-id = 461316 14 | release-channel = "beta" 15 | -------------------------------------------------------------------------------- /toml_mods/woods-and-mires.toml: -------------------------------------------------------------------------------- 1 | name = "Woods and Mires" 2 | filename = "WoodsAndMires-1.1.1+1.17.jar" 3 | side = "both" 4 | 5 | [download] 6 | url = "https://edge.forgecdn.net/files/3441/738/WoodsAndMires-1.1.1+1.17.jar" 7 | hash-format = "murmur2" 8 | hash = "2024593608" 9 | 10 | [update] 11 | [update.curseforge] 12 | file-id = 3441738 13 | project-id = 391737 14 | release-channel = "beta" 15 | -------------------------------------------------------------------------------- /toml_mods/yungs-api-fabric.toml: -------------------------------------------------------------------------------- 1 | name = "YUNG's API (Fabric)" 2 | filename = "YungsApi-1.17-Fabric-19.jar" 3 | side = "both" 4 | 5 | [download] 6 | url = "https://edge.forgecdn.net/files/3479/840/YungsApi-1.17-Fabric-19.jar" 7 | hash-format = "murmur2" 8 | hash = "557670764" 9 | 10 | [update] 11 | [update.curseforge] 12 | file-id = 3479840 13 | project-id = 421649 14 | release-channel = "beta" 15 | -------------------------------------------------------------------------------- /config/couplings.toml: -------------------------------------------------------------------------------- 1 | #Couple regardless of whether the player is sneaking when interacting 2 | ignore_sneaking = true 3 | #Couple neighboring fence gates above and below on the same axis 4 | couple_fence_gates = true 5 | #Couple neighboring doors with opposing hinges 6 | couple_doors = true 7 | #Couple neighboring trapdoors along either sides and opposing 8 | couple_trapdoors = true 9 | 10 | -------------------------------------------------------------------------------- /kubejs/server_scripts/recipetypes/woods_and_mires/shaped.js: -------------------------------------------------------------------------------- 1 | //////////////////////// 2 | /// Made by Team AOF /// 3 | //////////////////////// 4 | 5 | onEvent('recipes', (event) => { 6 | 7 | // Pine Slab 8 | event.shaped(item.of("woods_and_mires:pine_slab", 6), [ 9 | ["woods_and_mires:pine_planks", "woods_and_mires:pine_planks", "woods_and_mires:pine_planks"], 10 | ]); 11 | }); 12 | -------------------------------------------------------------------------------- /toml_mods/alaska-native-craft.toml: -------------------------------------------------------------------------------- 1 | name = "Alaska Native Craft" 2 | filename = "alaskanativecraft-1.3.1.jar" 3 | side = "both" 4 | 5 | [download] 6 | url = "https://edge.forgecdn.net/files/3418/620/alaskanativecraft-1.3.1.jar" 7 | hash-format = "murmur2" 8 | hash = "3906500879" 9 | 10 | [update] 11 | [update.curseforge] 12 | file-id = 3418620 13 | project-id = 435197 14 | release-channel = "beta" 15 | -------------------------------------------------------------------------------- /toml_mods/cosmetic-armor-fabric.toml: -------------------------------------------------------------------------------- 1 | name = "Cosmetic Armor [FABRIC]" 2 | filename = "cosmetic-armor-1.1.0.jar" 3 | side = "both" 4 | 5 | [download] 6 | url = "https://edge.forgecdn.net/files/3419/941/cosmetic-armor-1.1.0.jar" 7 | hash-format = "murmur2" 8 | hash = "2661176246" 9 | 10 | [update] 11 | [update.curseforge] 12 | file-id = 3419941 13 | project-id = 436659 14 | release-channel = "beta" 15 | -------------------------------------------------------------------------------- /toml_mods/dank-storage-fabric.toml: -------------------------------------------------------------------------------- 1 | name = "Dank Storage Fabric" 2 | filename = "dankstorage-2.2.1-1.17.1.jar" 3 | side = "both" 4 | 5 | [download] 6 | url = "https://edge.forgecdn.net/files/3487/21/dankstorage-2.2.1-1.17.1.jar" 7 | hash-format = "murmur2" 8 | hash = "341507709" 9 | 10 | [update] 11 | [update.curseforge] 12 | file-id = 3487021 13 | project-id = 400619 14 | release-channel = "beta" 15 | -------------------------------------------------------------------------------- /toml_mods/dark-enchanting.toml: -------------------------------------------------------------------------------- 1 | name = "Dark Enchanting" 2 | filename = "dark-enchanting-0.5.0-1.17.1.jar" 3 | side = "both" 4 | 5 | [download] 6 | url = "https://edge.forgecdn.net/files/3450/228/dark-enchanting-0.5.0-1.17.1.jar" 7 | hash-format = "murmur2" 8 | hash = "3876270801" 9 | 10 | [update] 11 | [update.curseforge] 12 | file-id = 3450228 13 | project-id = 473553 14 | release-channel = "beta" 15 | -------------------------------------------------------------------------------- /toml_mods/drink-beer-fabric.toml: -------------------------------------------------------------------------------- 1 | name = "Drink Beer (Fabric)" 2 | filename = "drinkbeer-v2.3 for 1.17.1.jar" 3 | side = "both" 4 | 5 | [download] 6 | url = "https://edge.forgecdn.net/files/3504/120/drinkbeer-v2.3 for 1.17.1.jar" 7 | hash-format = "murmur2" 8 | hash = "4109949960" 9 | 10 | [update] 11 | [update.curseforge] 12 | file-id = 3504120 13 | project-id = 517119 14 | release-channel = "beta" 15 | -------------------------------------------------------------------------------- /toml_mods/fabric-survival-island.toml: -------------------------------------------------------------------------------- 1 | name = "[Fabric] Survival island" 2 | filename = "survivalisland-0.1.7.jar" 3 | side = "both" 4 | 5 | [download] 6 | url = "https://edge.forgecdn.net/files/3344/525/survivalisland-0.1.7.jar" 7 | hash-format = "murmur2" 8 | hash = "1923798236" 9 | 10 | [update] 11 | [update.curseforge] 12 | file-id = 3344525 13 | project-id = 364426 14 | release-channel = "beta" 15 | -------------------------------------------------------------------------------- /toml_mods/ferritecore-fabric.toml: -------------------------------------------------------------------------------- 1 | name = "FerriteCore (Fabric)" 2 | filename = "ferritecore-3.1.0-fabric.jar" 3 | side = "both" 4 | 5 | [download] 6 | url = "https://edge.forgecdn.net/files/3474/756/ferritecore-3.1.0-fabric.jar" 7 | hash-format = "murmur2" 8 | hash = "2847800226" 9 | 10 | [update] 11 | [update.curseforge] 12 | file-id = 3474756 13 | project-id = 459857 14 | release-channel = "beta" 15 | -------------------------------------------------------------------------------- /toml_mods/fps-reducer.toml: -------------------------------------------------------------------------------- 1 | name = "FPS Reducer" 2 | filename = "FpsReducer-fabric-1.24-mc1.17.1.jar" 3 | side = "both" 4 | 5 | [download] 6 | url = "https://edge.forgecdn.net/files/3510/440/FpsReducer-fabric-1.24-mc1.17.1.jar" 7 | hash-format = "murmur2" 8 | hash = "2581322040" 9 | 10 | [update] 11 | [update.curseforge] 12 | file-id = 3510440 13 | project-id = 280294 14 | release-channel = "beta" 15 | -------------------------------------------------------------------------------- /toml_mods/gate-of-babylon.toml: -------------------------------------------------------------------------------- 1 | name = "Gate of Babylon" 2 | filename = "gate-of-babylon-1.5.1-1.17.1.jar" 3 | side = "both" 4 | 5 | [download] 6 | url = "https://edge.forgecdn.net/files/3452/626/gate-of-babylon-1.5.1-1.17.1.jar" 7 | hash-format = "murmur2" 8 | hash = "3728888904" 9 | 10 | [update] 11 | [update.curseforge] 12 | file-id = 3452626 13 | project-id = 407500 14 | release-channel = "beta" 15 | -------------------------------------------------------------------------------- /toml_mods/goblin-traders-fabric.toml: -------------------------------------------------------------------------------- 1 | name = "Goblin Traders (Fabric)" 2 | filename = "goblin-traders-1.4.0.jar" 3 | side = "both" 4 | 5 | [download] 6 | url = "https://edge.forgecdn.net/files/3530/343/goblin-traders-1.4.0.jar" 7 | hash-format = "murmur2" 8 | hash = "959448844" 9 | 10 | [update] 11 | [update.curseforge] 12 | file-id = 3530343 13 | project-id = 534373 14 | release-channel = "beta" 15 | -------------------------------------------------------------------------------- /toml_mods/harvest-scythes.toml: -------------------------------------------------------------------------------- 1 | name = "Harvest Scythes" 2 | filename = "wraith-harvestscythes-2.1.0.jar" 3 | side = "both" 4 | 5 | [download] 6 | url = "https://edge.forgecdn.net/files/3522/392/wraith-harvestscythes-2.1.0.jar" 7 | hash-format = "murmur2" 8 | hash = "3596799679" 9 | 10 | [update] 11 | [update.curseforge] 12 | file-id = 3522392 13 | project-id = 412225 14 | release-channel = "beta" 15 | -------------------------------------------------------------------------------- /toml_mods/iceberg-fabric.toml: -------------------------------------------------------------------------------- 1 | name = "Iceberg [Fabric]" 2 | filename = "Iceberg-1.17.1-fabric-1.0.23.jar" 3 | side = "both" 4 | 5 | [download] 6 | url = "https://edge.forgecdn.net/files/3512/9/Iceberg-1.17.1-fabric-1.0.23.jar" 7 | hash-format = "murmur2" 8 | hash = "3729571719" 9 | 10 | [update] 11 | [update.curseforge] 12 | file-id = 3512009 13 | project-id = 539382 14 | release-channel = "beta" 15 | -------------------------------------------------------------------------------- /toml_mods/inventory-sorting.toml: -------------------------------------------------------------------------------- 1 | name = "Inventory Sorting" 2 | filename = "InventorySorter-1.8.0-1.17.jar" 3 | side = "both" 4 | 5 | [download] 6 | url = "https://edge.forgecdn.net/files/3438/282/InventorySorter-1.8.0-1.17.jar" 7 | hash-format = "murmur2" 8 | hash = "3188418717" 9 | 10 | [update] 11 | [update.curseforge] 12 | file-id = 3438282 13 | project-id = 325471 14 | release-channel = "beta" 15 | -------------------------------------------------------------------------------- /toml_mods/miners-horizon.toml: -------------------------------------------------------------------------------- 1 | name = "Miner's Horizon" 2 | filename = "miners-horizon-1.7.2-1.17.1.jar" 3 | side = "both" 4 | 5 | [download] 6 | url = "https://edge.forgecdn.net/files/3503/775/miners-horizon-1.7.2-1.17.1.jar" 7 | hash-format = "murmur2" 8 | hash = "1967985190" 9 | 10 | [update] 11 | [update.curseforge] 12 | file-id = 3503775 13 | project-id = 319826 14 | release-channel = "beta" 15 | -------------------------------------------------------------------------------- /toml_mods/mouse-tweaks.toml: -------------------------------------------------------------------------------- 1 | name = "Mouse Tweaks" 2 | filename = "MouseTweaks-fabric-mc1.17.1-2.15.jar" 3 | side = "both" 4 | 5 | [download] 6 | url = "https://edge.forgecdn.net/files/3515/479/MouseTweaks-fabric-mc1.17.1-2.15.jar" 7 | hash-format = "murmur2" 8 | hash = "1112064809" 9 | 10 | [update] 11 | [update.curseforge] 12 | file-id = 3515479 13 | project-id = 60089 14 | release-channel = "beta" 15 | -------------------------------------------------------------------------------- /toml_mods/patchouli-fabric.toml: -------------------------------------------------------------------------------- 1 | name = "Patchouli (Fabric)" 2 | filename = "Patchouli-1.17.1-58-FABRIC.jar" 3 | side = "both" 4 | 5 | [download] 6 | url = "https://edge.forgecdn.net/files/3530/232/Patchouli-1.17.1-58-FABRIC.jar" 7 | hash-format = "murmur2" 8 | hash = "2919773104" 9 | 10 | [update] 11 | [update.curseforge] 12 | file-id = 3530232 13 | project-id = 393236 14 | release-channel = "beta" 15 | -------------------------------------------------------------------------------- /toml_mods/staff-of-building.toml: -------------------------------------------------------------------------------- 1 | name = "Staff of Building" 2 | filename = "staffofbuilding-1.3.2-1.17.jar" 3 | side = "both" 4 | 5 | [download] 6 | url = "https://edge.forgecdn.net/files/3369/392/staffofbuilding-1.3.2-1.17.jar" 7 | hash-format = "murmur2" 8 | hash = "1992811669" 9 | 10 | [update] 11 | [update.curseforge] 12 | file-id = 3369392 13 | project-id = 382694 14 | release-channel = "beta" 15 | -------------------------------------------------------------------------------- /config/AqMods/grizzly.config: -------------------------------------------------------------------------------- 1 | #Configuration file for Grizzly bear mod 2 | #Fri Aug 20 06:05:35 CEST 2021 3 | spawn.max=4 4 | debug=false 5 | entity.speed=0.25 6 | spawn.min=2 7 | entity.health=30.0 8 | entity.angertimemax=39 9 | entity.follow=20.0 10 | config.version=1 11 | spawn.biomes=TAIGA 12 | spawn.weight=50 13 | entity.friendly=false 14 | entity.angertimemin=20 15 | entity.damage=6.0 16 | -------------------------------------------------------------------------------- /config/lightoverlay.properties: -------------------------------------------------------------------------------- 1 | # Light Overlay Config 2 | reach=12 3 | crossLevel=7 4 | secondaryLevel=-1 5 | caching=false 6 | showNumber=false 7 | underwater=false 8 | mushroom=false 9 | lineWidth=1 10 | yellowColorRed=255 11 | yellowColorGreen=255 12 | yellowColorBlue=0 13 | redColorRed=255 14 | redColorGreen=0 15 | redColorBlue=0 16 | secondaryColorRed=0 17 | secondaryColorGreen=0 18 | secondaryColorBlue=255 -------------------------------------------------------------------------------- /toml_mods/additional-additions.toml: -------------------------------------------------------------------------------- 1 | name = "Additional Additions" 2 | filename = "AdditionalAdditions-2.2.0.jar" 3 | side = "both" 4 | 5 | [download] 6 | url = "https://edge.forgecdn.net/files/3528/64/AdditionalAdditions-2.2.0.jar" 7 | hash-format = "murmur2" 8 | hash = "1995322653" 9 | 10 | [update] 11 | [update.curseforge] 12 | file-id = 3528064 13 | project-id = 508556 14 | release-channel = "beta" 15 | -------------------------------------------------------------------------------- /toml_mods/armor-sound-tweak.toml: -------------------------------------------------------------------------------- 1 | name = "Armor Sound Tweak" 2 | filename = "ArmorSoundTweak-3.0.1-fabric.jar" 3 | side = "both" 4 | 5 | [download] 6 | url = "https://edge.forgecdn.net/files/3462/136/ArmorSoundTweak-3.0.1-fabric.jar" 7 | hash-format = "murmur2" 8 | hash = "3375205660" 9 | 10 | [update] 11 | [update.curseforge] 12 | file-id = 3462136 13 | project-id = 277668 14 | release-channel = "beta" 15 | -------------------------------------------------------------------------------- /toml_mods/builtin-servers.toml: -------------------------------------------------------------------------------- 1 | name = "Builtin Servers" 2 | filename = "builtin-servers-1.0.1-BETA+1.17.jar" 3 | side = "both" 4 | 5 | [download] 6 | url = "https://edge.forgecdn.net/files/3342/144/builtin-servers-1.0.1-BETA+1.17.jar" 7 | hash-format = "murmur2" 8 | hash = "2705986642" 9 | 10 | [update] 11 | [update.curseforge] 12 | file-id = 3342144 13 | project-id = 473131 14 | release-channel = "beta" 15 | -------------------------------------------------------------------------------- /toml_mods/cloth-config.toml: -------------------------------------------------------------------------------- 1 | name = "Cloth Config API (Fabric)" 2 | filename = "cloth-config-5.1.40-fabric.jar" 3 | side = "both" 4 | 5 | [download] 6 | url = "https://edge.forgecdn.net/files/3521/267/cloth-config-5.1.40-fabric.jar" 7 | hash-format = "murmur2" 8 | hash = "617662973" 9 | 10 | [update] 11 | [update.curseforge] 12 | file-id = 3521267 13 | project-id = 319057 14 | release-channel = "beta" 15 | -------------------------------------------------------------------------------- /toml_mods/dark-loading-screen.toml: -------------------------------------------------------------------------------- 1 | name = "Dark Loading Screen" 2 | filename = "dark-loading-screen-1.6.11.jar" 3 | side = "both" 4 | 5 | [download] 6 | url = "https://edge.forgecdn.net/files/3470/993/dark-loading-screen-1.6.11.jar" 7 | hash-format = "murmur2" 8 | hash = "1112947789" 9 | 10 | [update] 11 | [update.curseforge] 12 | file-id = 3470993 13 | project-id = 365727 14 | release-channel = "beta" 15 | -------------------------------------------------------------------------------- /toml_mods/entity-banners.toml: -------------------------------------------------------------------------------- 1 | name = "Entity Banners" 2 | filename = "entity-banners-1.0.2-BETA+1.17.jar" 3 | side = "both" 4 | 5 | [download] 6 | url = "https://edge.forgecdn.net/files/3424/737/entity-banners-1.0.2-BETA+1.17.jar" 7 | hash-format = "murmur2" 8 | hash = "3741491633" 9 | 10 | [update] 11 | [update.curseforge] 12 | file-id = 3424737 13 | project-id = 470149 14 | release-channel = "beta" 15 | -------------------------------------------------------------------------------- /toml_mods/extra-generators.toml: -------------------------------------------------------------------------------- 1 | name = "Extra Generators" 2 | filename = "extra-generators-1.1-BETA+1.17.jar" 3 | side = "both" 4 | 5 | [download] 6 | url = "https://edge.forgecdn.net/files/3467/227/extra-generators-1.1-BETA+1.17.jar" 7 | hash-format = "murmur2" 8 | hash = "3073313011" 9 | 10 | [update] 11 | [update.curseforge] 12 | file-id = 3467227 13 | project-id = 475623 14 | release-channel = "beta" 15 | -------------------------------------------------------------------------------- /toml_mods/get-off-my-lawn.toml: -------------------------------------------------------------------------------- 1 | name = "Get Off My Lawn" 2 | filename = "get-off-my-lawn-1.17-1.4.0-beta.jar" 3 | side = "both" 4 | 5 | [download] 6 | url = "https://edge.forgecdn.net/files/3355/842/get-off-my-lawn-1.17-1.4.0-beta.jar" 7 | hash-format = "murmur2" 8 | hash = "442875433" 9 | 10 | [update] 11 | [update.curseforge] 12 | file-id = 3355842 13 | project-id = 365750 14 | release-channel = "beta" 15 | -------------------------------------------------------------------------------- /toml_mods/health-overlay-fabric.toml: -------------------------------------------------------------------------------- 1 | name = "Health Overlay (Fabric)" 2 | filename = "HealthOverlay-1.17.1-4.0.2.jar" 3 | side = "both" 4 | 5 | [download] 6 | url = "https://edge.forgecdn.net/files/3441/938/HealthOverlay-1.17.1-4.0.2.jar" 7 | hash-format = "murmur2" 8 | hash = "979976" 9 | 10 | [update] 11 | [update.curseforge] 12 | file-id = 3441938 13 | project-id = 313219 14 | release-channel = "beta" 15 | -------------------------------------------------------------------------------- /toml_mods/improved-stations.toml: -------------------------------------------------------------------------------- 1 | name = "Improved Stations (Fabric)" 2 | filename = "improved-stations-2.0.7.jar" 3 | side = "both" 4 | 5 | [download] 6 | url = "https://edge.forgecdn.net/files/3394/37/improved-stations-2.0.7.jar" 7 | hash-format = "murmur2" 8 | hash = "1213189659" 9 | 10 | [update] 11 | [update.curseforge] 12 | file-id = 3394037 13 | project-id = 355914 14 | release-channel = "beta" 15 | -------------------------------------------------------------------------------- /toml_mods/kleeslabs-fabric.toml: -------------------------------------------------------------------------------- 1 | name = "KleeSlabs (Fabric Edition)" 2 | filename = "kleeslabs-fabric-10.0.0+0.jar" 3 | side = "both" 4 | 5 | [download] 6 | url = "https://edge.forgecdn.net/files/3528/44/kleeslabs-fabric-10.0.0+0.jar" 7 | hash-format = "murmur2" 8 | hash = "3468270092" 9 | 10 | [update] 11 | [update.curseforge] 12 | file-id = 3528044 13 | project-id = 547695 14 | release-channel = "beta" 15 | -------------------------------------------------------------------------------- /toml_mods/no-angled-brackets.toml: -------------------------------------------------------------------------------- 1 | name = "No Angled Brackets" 2 | filename = "NoAngleBrackets-1.17-1.1.0.jar" 3 | side = "both" 4 | 5 | [download] 6 | url = "https://edge.forgecdn.net/files/3329/395/NoAngleBrackets-1.17-1.1.0.jar" 7 | hash-format = "murmur2" 8 | hash = "2295259180" 9 | 10 | [update] 11 | [update.curseforge] 12 | file-id = 3329395 13 | project-id = 435141 14 | release-channel = "beta" 15 | -------------------------------------------------------------------------------- /toml_mods/no-potion-offset.toml: -------------------------------------------------------------------------------- 1 | name = "No Potion Offset (Fabric/Forge)" 2 | filename = "no-potion-offset-1.0.2.jar" 3 | side = "both" 4 | 5 | [download] 6 | url = "https://edge.forgecdn.net/files/3119/667/no-potion-offset-1.0.2.jar" 7 | hash-format = "murmur2" 8 | hash = "2073280837" 9 | 10 | [update] 11 | [update.curseforge] 12 | file-id = 3119667 13 | project-id = 361550 14 | release-channel = "beta" 15 | -------------------------------------------------------------------------------- /toml_mods/skin-layers-3d.toml: -------------------------------------------------------------------------------- 1 | name = "Skin Layers 3D (Fabric/Forge)" 2 | filename = "3dSkinLayers-Fabric-1.3.0.jar" 3 | side = "both" 4 | 5 | [download] 6 | url = "https://edge.forgecdn.net/files/3530/617/3dSkinLayers-Fabric-1.3.0.jar" 7 | hash-format = "murmur2" 8 | hash = "34703487" 9 | 10 | [update] 11 | [update.curseforge] 12 | file-id = 3530617 13 | project-id = 521480 14 | release-channel = "beta" 15 | -------------------------------------------------------------------------------- /toml_mods/terrarian-slimes.toml: -------------------------------------------------------------------------------- 1 | name = "Terrarian Slimes" 2 | filename = "terrarian-slimes-1.1-BETA+1.17.jar" 3 | side = "both" 4 | 5 | [download] 6 | url = "https://edge.forgecdn.net/files/3358/234/terrarian-slimes-1.1-BETA+1.17.jar" 7 | hash-format = "murmur2" 8 | hash = "1133554501" 9 | 10 | [update] 11 | [update.curseforge] 12 | file-id = 3358234 13 | project-id = 465336 14 | release-channel = "beta" 15 | -------------------------------------------------------------------------------- /toml_mods/vanilla-excavators.toml: -------------------------------------------------------------------------------- 1 | name = "Vanilla Excavators" 2 | filename = "vanillaexcavators-2.2.0-1.17.jar" 3 | side = "both" 4 | 5 | [download] 6 | url = "https://edge.forgecdn.net/files/3368/397/vanillaexcavators-2.2.0-1.17.jar" 7 | hash-format = "murmur2" 8 | hash = "329115089" 9 | 10 | [update] 11 | [update.curseforge] 12 | file-id = 3368397 13 | project-id = 341772 14 | release-channel = "beta" 15 | -------------------------------------------------------------------------------- /toml_mods/villager-hats-mod.toml: -------------------------------------------------------------------------------- 1 | name = "Villager Hats Mod [Fabric]" 2 | filename = "villager-hats-mod-1.2.1.jar" 3 | side = "both" 4 | 5 | [download] 6 | url = "https://edge.forgecdn.net/files/3477/938/villager-hats-mod-1.2.1.jar" 7 | hash-format = "murmur2" 8 | hash = "1418550700" 9 | 10 | [update] 11 | [update.curseforge] 12 | file-id = 3477938 13 | project-id = 501456 14 | release-channel = "beta" 15 | -------------------------------------------------------------------------------- /toml_mods/advancements-enlarger.toml: -------------------------------------------------------------------------------- 1 | name = "Advancements Enlarger" 2 | filename = "advancements-enlarger-0.2.4.jar" 3 | side = "both" 4 | 5 | [download] 6 | url = "https://edge.forgecdn.net/files/3329/360/advancements-enlarger-0.2.4.jar" 7 | hash-format = "murmur2" 8 | hash = "482232745" 9 | 10 | [update] 11 | [update.curseforge] 12 | file-id = 3329360 13 | project-id = 355583 14 | release-channel = "beta" 15 | -------------------------------------------------------------------------------- /toml_mods/attribute.toml: -------------------------------------------------------------------------------- 1 | name = "Attribute Fix {FABRIC}" 2 | filename = "attribute-fix-fabric-1.17.1-1.0.3.jar" 3 | side = "both" 4 | 5 | [download] 6 | url = "https://edge.forgecdn.net/files/3430/571/attribute-fix-fabric-1.17.1-1.0.3.jar" 7 | hash-format = "murmur2" 8 | hash = "3195474297" 9 | 10 | [update] 11 | [update.curseforge] 12 | file-id = 3430571 13 | project-id = 422076 14 | release-channel = "beta" 15 | -------------------------------------------------------------------------------- /toml_mods/bamboo-tweaks.toml: -------------------------------------------------------------------------------- 1 | name = "Bamboo Tweaks (Forge & Fabric)" 2 | filename = "bambootweaks-3.0.2-fabric.jar" 3 | side = "both" 4 | 5 | [download] 6 | url = "https://edge.forgecdn.net/files/3525/908/bambootweaks-3.0.2-fabric.jar" 7 | hash-format = "murmur2" 8 | hash = "1505478287" 9 | 10 | [update] 11 | [update.curseforge] 12 | file-id = 3525908 13 | project-id = 333141 14 | release-channel = "beta" 15 | -------------------------------------------------------------------------------- /toml_mods/can-i-mine-this-block.toml: -------------------------------------------------------------------------------- 1 | name = "cAn i MiNe thIS bLOCk?" 2 | filename = "can-i-mine-this-block-1.1.0.jar" 3 | side = "both" 4 | 5 | [download] 6 | url = "https://edge.forgecdn.net/files/3367/227/can-i-mine-this-block-1.1.0.jar" 7 | hash-format = "murmur2" 8 | hash = "1998408873" 9 | 10 | [update] 11 | [update.curseforge] 12 | file-id = 3367227 13 | project-id = 400929 14 | release-channel = "beta" 15 | -------------------------------------------------------------------------------- /toml_mods/dark-paintings.toml: -------------------------------------------------------------------------------- 1 | name = "Dark Paintings" 2 | filename = "DarkPaintings-fabric-1.17.1-4.0.2.jar" 3 | side = "both" 4 | 5 | [download] 6 | url = "https://edge.forgecdn.net/files/3400/950/DarkPaintings-fabric-1.17.1-4.0.2.jar" 7 | hash-format = "murmur2" 8 | hash = "398046733" 9 | 10 | [update] 11 | [update.curseforge] 12 | file-id = 3400950 13 | project-id = 377281 14 | release-channel = "beta" 15 | -------------------------------------------------------------------------------- /toml_mods/deep-mob-learning-simulacrum.toml: -------------------------------------------------------------------------------- 1 | name = "Deep Mob Learning: Simulacrum" 2 | filename = "dmlSimulacrum-1.0.5.jar" 3 | side = "both" 4 | 5 | [download] 6 | url = "https://edge.forgecdn.net/files/3466/493/dmlSimulacrum-1.0.5.jar" 7 | hash-format = "murmur2" 8 | hash = "148836308" 9 | 10 | [update] 11 | [update.curseforge] 12 | file-id = 3466493 13 | project-id = 508931 14 | release-channel = "beta" 15 | -------------------------------------------------------------------------------- /toml_mods/explorers-delight.toml: -------------------------------------------------------------------------------- 1 | name = "Explorer's Delight" 2 | filename = "explorers-delight-1.0.0-beta.1.jar" 3 | side = "both" 4 | 5 | [download] 6 | url = "https://edge.forgecdn.net/files/3485/606/explorers-delight-1.0.0-beta.1.jar" 7 | hash-format = "murmur2" 8 | hash = "1338544251" 9 | 10 | [update] 11 | [update.curseforge] 12 | file-id = 3485606 13 | project-id = 532078 14 | release-channel = "beta" 15 | -------------------------------------------------------------------------------- /toml_mods/extended-armor-bars.toml: -------------------------------------------------------------------------------- 1 | name = "[Fabric] Extended Armor Bars" 2 | filename = "extended-armor-bars-1.1.0.jar" 3 | side = "both" 4 | 5 | [download] 6 | url = "https://edge.forgecdn.net/files/3432/191/extended-armor-bars-1.1.0.jar" 7 | hash-format = "murmur2" 8 | hash = "2023842925" 9 | 10 | [update] 11 | [update.curseforge] 12 | file-id = 3432191 13 | project-id = 515818 14 | release-channel = "beta" 15 | -------------------------------------------------------------------------------- /toml_mods/falling-leaves-fabric.toml: -------------------------------------------------------------------------------- 1 | name = "Falling Leaves (Fabric)" 2 | filename = "fallingleaves-1.7.4+1.17.1.jar" 3 | side = "both" 4 | 5 | [download] 6 | url = "https://edge.forgecdn.net/files/3492/276/fallingleaves-1.7.4+1.17.1.jar" 7 | hash-format = "murmur2" 8 | hash = "3123132879" 9 | 10 | [update] 11 | [update.curseforge] 12 | file-id = 3492276 13 | project-id = 417510 14 | release-channel = "beta" 15 | -------------------------------------------------------------------------------- /toml_mods/glassential-fabric.toml: -------------------------------------------------------------------------------- 1 | name = "Glassential (Fabric)" 2 | filename = "glassential-fabric-1.17-1.2.0.jar" 3 | side = "both" 4 | 5 | [download] 6 | url = "https://edge.forgecdn.net/files/3379/46/glassential-fabric-1.17-1.2.0.jar" 7 | hash-format = "murmur2" 8 | hash = "2746766583" 9 | 10 | [update] 11 | [update.curseforge] 12 | file-id = 3379046 13 | project-id = 320778 14 | release-channel = "beta" 15 | -------------------------------------------------------------------------------- /toml_mods/horsestatsvanilla.toml: -------------------------------------------------------------------------------- 1 | name = "Horse Stats Vanilla (Fabric)" 2 | filename = "horse-stats-vanilla-4.1.8.jar" 3 | side = "both" 4 | 5 | [download] 6 | url = "https://edge.forgecdn.net/files/3346/443/horse-stats-vanilla-4.1.8.jar" 7 | hash-format = "murmur2" 8 | hash = "603297532" 9 | 10 | [update] 11 | [update.curseforge] 12 | file-id = 3346443 13 | project-id = 351393 14 | release-channel = "beta" 15 | -------------------------------------------------------------------------------- /toml_mods/kubejs-fabric.toml: -------------------------------------------------------------------------------- 1 | name = "KubeJS (Fabric)" 2 | filename = "kubejs-fabric-1701.3.10-build.9999.jar" 3 | side = "both" 4 | 5 | [download] 6 | url = "https://edge.forgecdn.net/files/3487/694/kubejs-fabric-1701.3.10-build.9999.jar" 7 | hash-format = "murmur2" 8 | hash = "1597093971" 9 | 10 | [update] 11 | [update.curseforge] 12 | file-id = 3487694 13 | project-id = 395864 14 | release-channel = "beta" 15 | -------------------------------------------------------------------------------- /toml_mods/light-overlay.toml: -------------------------------------------------------------------------------- 1 | name = "Light Overlay (Rift/Forge/Fabric)" 2 | filename = "light-overlay-6.0.1-fabric.jar" 3 | side = "both" 4 | 5 | [download] 6 | url = "https://edge.forgecdn.net/files/3492/614/light-overlay-6.0.1-fabric.jar" 7 | hash-format = "murmur2" 8 | hash = "843945705" 9 | 10 | [update] 11 | [update.curseforge] 12 | file-id = 3492614 13 | project-id = 325492 14 | release-channel = "beta" 15 | -------------------------------------------------------------------------------- /toml_mods/magitek-mechs.toml: -------------------------------------------------------------------------------- 1 | name = "Magitek Mechs" 2 | filename = "magitekmechs-fabric-MC1.17.1-1.0.7.jar" 3 | side = "both" 4 | 5 | [download] 6 | url = "https://edge.forgecdn.net/files/3529/343/magitekmechs-fabric-MC1.17.1-1.0.7.jar" 7 | hash-format = "murmur2" 8 | hash = "4017177124" 9 | 10 | [update] 11 | [update.curseforge] 12 | file-id = 3529343 13 | project-id = 534029 14 | release-channel = "beta" 15 | -------------------------------------------------------------------------------- /toml_mods/platforms-fabric.toml: -------------------------------------------------------------------------------- 1 | name = "Platforms [Fabric]" 2 | filename = "platforms-[fabric]-1.17-1.1.1-.jar" 3 | side = "both" 4 | 5 | [download] 6 | url = "https://edge.forgecdn.net/files/3496/259/platforms-[fabric]-1.17-1.1.1-.jar" 7 | hash-format = "murmur2" 8 | hash = "3329544672" 9 | 10 | [update] 11 | [update.curseforge] 12 | file-id = 3496259 13 | project-id = 536610 14 | release-channel = "beta" 15 | -------------------------------------------------------------------------------- /toml_mods/vanilla-degus.toml: -------------------------------------------------------------------------------- 1 | name = "Vanilla Degus" 2 | filename = "vanilla_degus-1.17.1-v1.2.3-fabric.jar" 3 | side = "both" 4 | 5 | [download] 6 | url = "https://edge.forgecdn.net/files/3485/460/vanilla_degus-1.17.1-v1.2.3-fabric.jar" 7 | hash-format = "murmur2" 8 | hash = "1705285143" 9 | 10 | [update] 11 | [update.curseforge] 12 | file-id = 3485460 13 | project-id = 463073 14 | release-channel = "beta" 15 | -------------------------------------------------------------------------------- /toml_mods/wolves-with-armor.toml: -------------------------------------------------------------------------------- 1 | name = "Wolves With Armor" 2 | filename = "wolves-with-armor-1.6.1-1.17.1.jar" 3 | side = "both" 4 | 5 | [download] 6 | url = "https://edge.forgecdn.net/files/3452/509/wolves-with-armor-1.6.1-1.17.1.jar" 7 | hash-format = "murmur2" 8 | hash = "2792722294" 9 | 10 | [update] 11 | [update.curseforge] 12 | file-id = 3452509 13 | project-id = 375969 14 | release-channel = "beta" 15 | -------------------------------------------------------------------------------- /config/computercraft-client.toml: -------------------------------------------------------------------------------- 1 | #The renderer to use for monitors. Generally this should be kept at "best" - if monitors have performance issues, you may wish to experiment with alternative renderers. 2 | monitor_renderer = "BEST" 3 | #The maximum distance monitors will render at. This defaults to the standard tile entity limit, but may be extended if you wish to build larger monitors. 4 | monitor_distance = 64 5 | 6 | -------------------------------------------------------------------------------- /toml_mods/controlling-for-fabric.toml: -------------------------------------------------------------------------------- 1 | name = "Controlling for Fabric" 2 | filename = "Controlling-For-Fabric-1.2.0.jar" 3 | side = "both" 4 | 5 | [download] 6 | url = "https://edge.forgecdn.net/files/3331/405/Controlling-For-Fabric-1.2.0.jar" 7 | hash-format = "murmur2" 8 | hash = "1912147842" 9 | 10 | [update] 11 | [update.curseforge] 12 | file-id = 3331405 13 | project-id = 308841 14 | release-channel = "beta" 15 | -------------------------------------------------------------------------------- /toml_mods/croptopia-fabric.toml: -------------------------------------------------------------------------------- 1 | name = "Croptopia [FABRIC/FORGE]" 2 | filename = "Croptopia-1.17.1-FABRIC-1.6.3.jar" 3 | side = "both" 4 | 5 | [download] 6 | url = "https://edge.forgecdn.net/files/3462/290/Croptopia-1.17.1-FABRIC-1.6.3.jar" 7 | hash-format = "murmur2" 8 | hash = "3075982134" 9 | 10 | [update] 11 | [update.curseforge] 12 | file-id = 3462290 13 | project-id = 415438 14 | release-channel = "beta" 15 | -------------------------------------------------------------------------------- /toml_mods/defaultsettings-fabric.toml: -------------------------------------------------------------------------------- 1 | name = "DefaultSettings Fabric" 2 | filename = "DefaultSettings-1.17.x-3.1.0.jar" 3 | side = "both" 4 | 5 | [download] 6 | url = "https://edge.forgecdn.net/files/3486/783/DefaultSettings-1.17.x-3.1.0.jar" 7 | hash-format = "murmur2" 8 | hash = "2703325438" 9 | 10 | [update] 11 | [update.curseforge] 12 | file-id = 3486783 13 | project-id = 451860 14 | release-channel = "beta" 15 | -------------------------------------------------------------------------------- /toml_mods/inventory-hud-forge.toml: -------------------------------------------------------------------------------- 1 | name = "Inventory HUD+" 2 | filename = "InventoryHUD-fabric-[1.17.x]-3.4.1.jar" 3 | side = "both" 4 | 5 | [download] 6 | url = "https://edge.forgecdn.net/files/3505/182/InventoryHUD-fabric-[1.17.x]-3.4.1.jar" 7 | hash-format = "murmur2" 8 | hash = "3136479353" 9 | 10 | [update] 11 | [update.curseforge] 12 | file-id = 3505182 13 | project-id = 357540 14 | release-channel = "beta" 15 | -------------------------------------------------------------------------------- /toml_mods/lightest-lamps-fabric.toml: -------------------------------------------------------------------------------- 1 | name = "Lightest Lamps (Fabric)" 2 | filename = "lightest-lamps-fabric-0.9.6.jar" 3 | side = "both" 4 | 5 | [download] 6 | url = "https://edge.forgecdn.net/files/3518/384/lightest-lamps-fabric-0.9.6.jar" 7 | hash-format = "murmur2" 8 | hash = "1265165475" 9 | 10 | [update] 11 | [update.curseforge] 12 | file-id = 3518384 13 | project-id = 533661 14 | release-channel = "beta" 15 | -------------------------------------------------------------------------------- /toml_mods/natures-compass.toml: -------------------------------------------------------------------------------- 1 | name = "Nature's Compass" 2 | filename = "NaturesCompass-1.17.1-2.0.1-fabric.jar" 3 | side = "both" 4 | 5 | [download] 6 | url = "https://edge.forgecdn.net/files/3404/860/NaturesCompass-1.17.1-2.0.1-fabric.jar" 7 | hash-format = "murmur2" 8 | hash = "1714590358" 9 | 10 | [update] 11 | [update.curseforge] 12 | file-id = 3404860 13 | project-id = 252848 14 | release-channel = "beta" 15 | -------------------------------------------------------------------------------- /toml_mods/wither-totem.toml: -------------------------------------------------------------------------------- 1 | name = "Wither Skeleton Totem" 2 | filename = "Wither-Totems-Mod-0.3.3-1.17-pre1.jar" 3 | side = "both" 4 | 5 | [download] 6 | url = "https://edge.forgecdn.net/files/3328/167/Wither-Totems-Mod-0.3.3-1.17-pre1.jar" 7 | hash-format = "murmur2" 8 | hash = "249709032" 9 | 10 | [update] 11 | [update.curseforge] 12 | file-id = 3328167 13 | project-id = 349850 14 | release-channel = "beta" 15 | -------------------------------------------------------------------------------- /toml_mods/xaeros-minimap.toml: -------------------------------------------------------------------------------- 1 | name = "Xaero's Minimap" 2 | filename = "Xaeros_Minimap_21.22.2_Fabric_1.17.1.jar" 3 | side = "both" 4 | 5 | [download] 6 | url = "https://edge.forgecdn.net/files/3532/551/Xaeros_Minimap_21.22.2_Fabric_1.17.1.jar" 7 | hash-format = "murmur2" 8 | hash = "3396193307" 9 | 10 | [update] 11 | [update.curseforge] 12 | file-id = 3532551 13 | project-id = 263420 14 | release-channel = "beta" 15 | -------------------------------------------------------------------------------- /toml_mods/applied-energistics-2.toml: -------------------------------------------------------------------------------- 1 | name = "Applied Energistics 2" 2 | filename = "appliedenergistics2-9.0.0-beta.2.jar" 3 | side = "both" 4 | 5 | [download] 6 | url = "https://edge.forgecdn.net/files/3520/658/appliedenergistics2-9.0.0-beta.2.jar" 7 | hash-format = "murmur2" 8 | hash = "4160373898" 9 | 10 | [update] 11 | [update.curseforge] 12 | file-id = 3520658 13 | project-id = 223794 14 | release-channel = "beta" 15 | -------------------------------------------------------------------------------- /toml_mods/expanded-storage-fabric.toml: -------------------------------------------------------------------------------- 1 | name = "[Fabric] Expanded Storage" 2 | filename = "expandedstorage-7.3.0+1.17.1.jar" 3 | side = "both" 4 | 5 | [download] 6 | url = "https://edge.forgecdn.net/files/3531/836/expandedstorage-7.3.0+1.17.1.jar" 7 | hash-format = "murmur2" 8 | hash = "2528450289" 9 | 10 | [update] 11 | [update.curseforge] 12 | file-id = 3531836 13 | project-id = 317856 14 | release-channel = "beta" 15 | -------------------------------------------------------------------------------- /toml_mods/i-know-what-im-doing.toml: -------------------------------------------------------------------------------- 1 | name = "I Know What I'm Doing (IKWID)" 2 | filename = "IKnowWhatImDoing-3.1.0-fabric.jar" 3 | side = "both" 4 | 5 | [download] 6 | url = "https://edge.forgecdn.net/files/3395/670/IKnowWhatImDoing-3.1.0-fabric.jar" 7 | hash-format = "murmur2" 8 | hash = "3322335787" 9 | 10 | [update] 11 | [update.curseforge] 12 | file-id = 3395670 13 | project-id = 271492 14 | release-channel = "beta" 15 | -------------------------------------------------------------------------------- /toml_mods/more-villagers-fabric.toml: -------------------------------------------------------------------------------- 1 | name = "More Villagers [Fabric]" 2 | filename = "morevillagers-FABRIC-1.17-2.1.1.jar" 3 | side = "both" 4 | 5 | [download] 6 | url = "https://edge.forgecdn.net/files/3480/631/morevillagers-FABRIC-1.17-2.1.1.jar" 7 | hash-format = "murmur2" 8 | hash = "2049449688" 9 | 10 | [update] 11 | [update.curseforge] 12 | file-id = 3480631 13 | project-id = 486080 14 | release-channel = "beta" 15 | -------------------------------------------------------------------------------- /toml_mods/roughly-enough-items.toml: -------------------------------------------------------------------------------- 1 | name = "Roughly Enough Items Fabric (REI)" 2 | filename = "RoughlyEnoughItems-6.2.335.jar" 3 | side = "both" 4 | 5 | [download] 6 | url = "https://edge.forgecdn.net/files/3532/452/RoughlyEnoughItems-6.2.335.jar" 7 | hash-format = "murmur2" 8 | hash = "3093675961" 9 | 10 | [update] 11 | [update.curseforge] 12 | file-id = 3532452 13 | project-id = 310111 14 | release-channel = "beta" 15 | -------------------------------------------------------------------------------- /toml_mods/untitled-duck-mod-fabric.toml: -------------------------------------------------------------------------------- 1 | name = "Untitled Duck Mod (Fabric)" 2 | filename = "untitledduckmod-0.3.0-fabric.jar" 3 | side = "both" 4 | 5 | [download] 6 | url = "https://edge.forgecdn.net/files/3377/486/untitledduckmod-0.3.0-fabric.jar" 7 | hash-format = "murmur2" 8 | hash = "3829347245" 9 | 10 | [update] 11 | [update.curseforge] 12 | file-id = 3377486 13 | project-id = 451766 14 | release-channel = "beta" 15 | -------------------------------------------------------------------------------- /toml_mods/xaeros-world-map.toml: -------------------------------------------------------------------------------- 1 | name = "Xaero's World Map" 2 | filename = "XaerosWorldMap_1.18.3_Fabric_1.17.1.jar" 3 | side = "both" 4 | 5 | [download] 6 | url = "https://edge.forgecdn.net/files/3532/563/XaerosWorldMap_1.18.3_Fabric_1.17.1.jar" 7 | hash-format = "murmur2" 8 | hash = "1907648014" 9 | 10 | [update] 11 | [update.curseforge] 12 | file-id = 3532563 13 | project-id = 317780 14 | release-channel = "beta" 15 | -------------------------------------------------------------------------------- /config/simplerharvest.json: -------------------------------------------------------------------------------- 1 | { 2 | "exhaustionPerHarvest": 0.005, 3 | "additionalLogging": false, 4 | "crops": { 5 | "wheatEnabled": true, 6 | "wheatStage": 7, 7 | "netherWartEnabled": true, 8 | "netherWartStage": 3, 9 | "carrotEnabled": true, 10 | "carrotStage": 7, 11 | "potatoEnabled": true, 12 | "potatoStage": 7, 13 | "beetrootEnabled": true, 14 | "beetrootStage": 3 15 | } 16 | } -------------------------------------------------------------------------------- /toml_mods/hwyla-addon-horse-info.toml: -------------------------------------------------------------------------------- 1 | name = "Hwyla Addon Horse Info" 2 | filename = "hwyla-addon-horseinfo-0.3.0-1.17.jar" 3 | side = "both" 4 | 5 | [download] 6 | url = "https://edge.forgecdn.net/files/3367/368/hwyla-addon-horseinfo-0.3.0-1.17.jar" 7 | hash-format = "murmur2" 8 | hash = "1826185493" 9 | 10 | [update] 11 | [update.curseforge] 12 | file-id = 3367368 13 | project-id = 390027 14 | release-channel = "beta" 15 | -------------------------------------------------------------------------------- /toml_mods/mo-structures.toml: -------------------------------------------------------------------------------- 1 | name = "Mo' Structures (Fabric)" 2 | filename = "mostructures-1.3.0-pre1-1.17.1-fabric.jar" 3 | side = "both" 4 | 5 | [download] 6 | url = "https://edge.forgecdn.net/files/3409/84/mostructures-1.3.0-pre1-1.17.1-fabric.jar" 7 | hash-format = "murmur2" 8 | hash = "561788602" 9 | 10 | [update] 11 | [update.curseforge] 12 | file-id = 3409084 13 | project-id = 378266 14 | release-channel = "beta" 15 | -------------------------------------------------------------------------------- /toml_mods/modern-industrialization.toml: -------------------------------------------------------------------------------- 1 | name = "Modern Industrialization" 2 | filename = "Modern-Industrialization-0.6.1.jar" 3 | side = "both" 4 | 5 | [download] 6 | url = "https://edge.forgecdn.net/files/3512/672/Modern-Industrialization-0.6.1.jar" 7 | hash-format = "murmur2" 8 | hash = "3474683024" 9 | 10 | [update] 11 | [update.curseforge] 12 | file-id = 3512672 13 | project-id = 405388 14 | release-channel = "beta" 15 | -------------------------------------------------------------------------------- /toml_mods/no-null-processors.toml: -------------------------------------------------------------------------------- 1 | name = "No Null Processors" 2 | filename = "no_null_processors_fabric-1.0.0+1.17.1.jar" 3 | side = "both" 4 | 5 | [download] 6 | url = "https://edge.forgecdn.net/files/3524/954/no_null_processors_fabric-1.0.0+1.17.1.jar" 7 | hash-format = "murmur2" 8 | hash = "3325971140" 9 | 10 | [update] 11 | [update.curseforge] 12 | file-id = 3524954 13 | project-id = 546841 14 | release-channel = "beta" 15 | -------------------------------------------------------------------------------- /toml_mods/right-click-harvest.toml: -------------------------------------------------------------------------------- 1 | name = "Right-Click-Harvest" 2 | filename = "right-click-harvest-1.1.0+1.17-fabric.jar" 3 | side = "both" 4 | 5 | [download] 6 | url = "https://edge.forgecdn.net/files/3430/687/right-click-harvest-1.1.0+1.17-fabric.jar" 7 | hash-format = "murmur2" 8 | hash = "59964707" 9 | 10 | [update] 11 | [update.curseforge] 12 | file-id = 3430687 13 | project-id = 517494 14 | release-channel = "beta" 15 | -------------------------------------------------------------------------------- /toml_mods/slight-gui-modifications.toml: -------------------------------------------------------------------------------- 1 | name = "'Slight' Gui Modifications" 2 | filename = "slight-gui-modifications-2.0.2.jar" 3 | side = "both" 4 | 5 | [download] 6 | url = "https://edge.forgecdn.net/files/3512/331/slight-gui-modifications-2.0.2.jar" 7 | hash-format = "murmur2" 8 | hash = "2554437827" 9 | 10 | [update] 11 | [update.curseforge] 12 | file-id = 3512331 13 | project-id = 380393 14 | release-channel = "beta" 15 | -------------------------------------------------------------------------------- /toml_mods/ambient-environment.toml: -------------------------------------------------------------------------------- 1 | name = "Ambient Environment" 2 | filename = "AmbientEnvironment-fabric-1.17.1-6.0.22.jar" 3 | side = "both" 4 | 5 | [download] 6 | url = "https://edge.forgecdn.net/files/3470/123/AmbientEnvironment-fabric-1.17.1-6.0.22.jar" 7 | hash-format = "murmur2" 8 | hash = "2888094089" 9 | 10 | [update] 11 | [update.curseforge] 12 | file-id = 3470123 13 | project-id = 320163 14 | release-channel = "beta" 15 | -------------------------------------------------------------------------------- /toml_mods/bow-infinity-fix.toml: -------------------------------------------------------------------------------- 1 | name = "Bow Infinity Fix (Forge/Fabric)" 2 | filename = "BowInfinityFix-1.17.x-fabric-rv10.jar" 3 | side = "both" 4 | 5 | [download] 6 | url = "https://edge.forgecdn.net/files/3367/106/BowInfinityFix-1.17.x-fabric-rv10.jar" 7 | hash-format = "murmur2" 8 | hash = "2267765023" 9 | 10 | [update] 11 | [update.curseforge] 12 | file-id = 3367106 13 | project-id = 224713 14 | release-channel = "beta" 15 | -------------------------------------------------------------------------------- /toml_mods/crafting-tweaks-fabric.toml: -------------------------------------------------------------------------------- 1 | name = "Crafting Tweaks (Fabric Edition)" 2 | filename = "craftingtweaks-fabric-13.1.0+0.jar" 3 | side = "both" 4 | 5 | [download] 6 | url = "https://edge.forgecdn.net/files/3527/995/craftingtweaks-fabric-13.1.0+0.jar" 7 | hash-format = "murmur2" 8 | hash = "1531154352" 9 | 10 | [update] 11 | [update.curseforge] 12 | file-id = 3527995 13 | project-id = 502516 14 | release-channel = "beta" 15 | -------------------------------------------------------------------------------- /toml_mods/netherportalfix-fabric.toml: -------------------------------------------------------------------------------- 1 | name = "NetherPortalFix (Fabric Edition)" 2 | filename = "netherportalfix-fabric-8.0.0+0.jar" 3 | side = "both" 4 | 5 | [download] 6 | url = "https://edge.forgecdn.net/files/3528/47/netherportalfix-fabric-8.0.0+0.jar" 7 | hash-format = "murmur2" 8 | hash = "3202877041" 9 | 10 | [update] 11 | [update.curseforge] 12 | file-id = 3528047 13 | project-id = 547696 14 | release-channel = "beta" 15 | -------------------------------------------------------------------------------- /toml_mods/shetiphiancore-fabric.toml: -------------------------------------------------------------------------------- 1 | name = "ShetiPhianCore [Fabric]" 2 | filename = "shetiphiancore-[fabric]-1.17-1.1.1-.jar" 3 | side = "both" 4 | 5 | [download] 6 | url = "https://edge.forgecdn.net/files/3496/251/shetiphiancore-[fabric]-1.17-1.1.1-.jar" 7 | hash-format = "murmur2" 8 | hash = "1129174602" 9 | 10 | [update] 11 | [update.curseforge] 12 | file-id = 3496251 13 | project-id = 536603 14 | release-channel = "beta" 15 | -------------------------------------------------------------------------------- /toml_mods/travelers-backpack-fabric.toml: -------------------------------------------------------------------------------- 1 | name = "Traveler's Backpack [FABRIC]" 2 | filename = "travelers-backpack-1.17.1-6.0.0.jar" 3 | side = "both" 4 | 5 | [download] 6 | url = "https://edge.forgecdn.net/files/3508/937/travelers-backpack-1.17.1-6.0.0.jar" 7 | hash-format = "murmur2" 8 | hash = "2770570207" 9 | 10 | [update] 11 | [update.curseforge] 12 | file-id = 3508937 13 | project-id = 541171 14 | release-channel = "beta" 15 | -------------------------------------------------------------------------------- /toml_mods/applied-energistics-2-wireless-terminals.toml: -------------------------------------------------------------------------------- 1 | name = "Applied Energistics 2 Wireless Terminals" 2 | filename = "AE2WTLib-9.0.0-beta.8.jar" 3 | side = "both" 4 | 5 | [download] 6 | url = "https://edge.forgecdn.net/files/3520/680/AE2WTLib-9.0.0-beta.8.jar" 7 | hash-format = "murmur2" 8 | hash = "357832128" 9 | 10 | [update] 11 | [update.curseforge] 12 | file-id = 3520680 13 | project-id = 459929 14 | release-channel = "beta" 15 | -------------------------------------------------------------------------------- /toml_mods/cherished-worlds-fabric.toml: -------------------------------------------------------------------------------- 1 | name = "Cherished Worlds (Fabric)" 2 | filename = "cherishedworlds-fabric-2.0.1-1.17.1.jar" 3 | side = "both" 4 | 5 | [download] 6 | url = "https://edge.forgecdn.net/files/3384/413/cherishedworlds-fabric-2.0.1-1.17.1.jar" 7 | hash-format = "murmur2" 8 | hash = "4216102541" 9 | 10 | [update] 11 | [update.curseforge] 12 | file-id = 3384413 13 | project-id = 398502 14 | release-channel = "beta" 15 | -------------------------------------------------------------------------------- /toml_mods/equipment-compare-fabric.toml: -------------------------------------------------------------------------------- 1 | name = "Equipment Compare [Fabric]" 2 | filename = "EquipmentCompare-1.17.1-fabric-1.2.7.jar" 3 | side = "both" 4 | 5 | [download] 6 | url = "https://edge.forgecdn.net/files/3504/718/EquipmentCompare-1.17.1-fabric-1.2.7.jar" 7 | hash-format = "murmur2" 8 | hash = "1116897267" 9 | 10 | [update] 11 | [update.curseforge] 12 | file-id = 3504718 13 | project-id = 541329 14 | release-channel = "beta" 15 | -------------------------------------------------------------------------------- /toml_mods/yungs-better-dungeons-fabric.toml: -------------------------------------------------------------------------------- 1 | name = "YUNG's Better Dungeons (Fabric)" 2 | filename = "BetterDungeons-Fabric-1.17-1.0.2.jar" 3 | side = "both" 4 | 5 | [download] 6 | url = "https://edge.forgecdn.net/files/3476/131/BetterDungeons-Fabric-1.17-1.0.2.jar" 7 | hash-format = "murmur2" 8 | hash = "668598800" 9 | 10 | [update] 11 | [update.curseforge] 12 | file-id = 3476131 13 | project-id = 525586 14 | release-channel = "beta" 15 | -------------------------------------------------------------------------------- /config/betterstrongholds/fabric-1_17/ores.json: -------------------------------------------------------------------------------- 1 | { 2 | "oreChances": { 3 | "entries": { 4 | "minecraft:coal_ore": 0.2, 5 | "minecraft:diamond_ore": 0.05, 6 | "minecraft:lapis_ore": 0.15, 7 | "minecraft:emerald_ore": 0.05, 8 | "minecraft:redstone_ore[lit=false]": 0.15, 9 | "minecraft:gold_ore": 0.2, 10 | "minecraft:iron_ore": 0.2 11 | }, 12 | "defaultBlock": "minecraft:coal_ore" 13 | } 14 | } -------------------------------------------------------------------------------- /toml_mods/fabric-language-kotlin.toml: -------------------------------------------------------------------------------- 1 | name = "Fabric Language Kotlin" 2 | filename = "fabric-language-kotlin-1.7.0+kotlin.1.6.0.jar" 3 | side = "both" 4 | 5 | [download] 6 | url = "https://edge.forgecdn.net/files/3531/998/fabric-language-kotlin-1.7.0+kotlin.1.6.0.jar" 7 | hash-format = "murmur2" 8 | hash = "1965122677" 9 | 10 | [update] 11 | [update.curseforge] 12 | file-id = 3531998 13 | project-id = 308769 14 | release-channel = "beta" 15 | -------------------------------------------------------------------------------- /toml_mods/legendary-tooltips-fabric.toml: -------------------------------------------------------------------------------- 1 | name = "Legendary Tooltips [Fabric]" 2 | filename = "LegendaryTooltips-1.17.1-fabric-1.1.2.jar" 3 | side = "both" 4 | 5 | [download] 6 | url = "https://edge.forgecdn.net/files/3512/15/LegendaryTooltips-1.17.1-fabric-1.1.2.jar" 7 | hash-format = "murmur2" 8 | hash = "3515787648" 9 | 10 | [update] 11 | [update.curseforge] 12 | file-id = 3512015 13 | project-id = 542478 14 | release-channel = "beta" 15 | -------------------------------------------------------------------------------- /toml_mods/the-graveyard-fabric.toml: -------------------------------------------------------------------------------- 1 | name = "The Graveyard (FABRIC)" 2 | filename = "The_Graveyard_2.1_(FABRIC)_for_1.17-1.17.1.jar" 3 | side = "both" 4 | 5 | [download] 6 | url = "https://edge.forgecdn.net/files/3525/494/The_Graveyard_2.1_(FABRIC)_for_1.17-1.17.1.jar" 7 | hash-format = "murmur2" 8 | hash = "2352930833" 9 | 10 | [update] 11 | [update.curseforge] 12 | file-id = 3525494 13 | project-id = 514468 14 | release-channel = "beta" 15 | -------------------------------------------------------------------------------- /toml_mods/advancement-plaques-fabric.toml: -------------------------------------------------------------------------------- 1 | name = "Advancement Plaques [Fabric]" 2 | filename = "AdvancementPlaques-1.17.1-fabric-1.4.2.jar" 3 | side = "both" 4 | 5 | [download] 6 | url = "https://edge.forgecdn.net/files/3507/741/AdvancementPlaques-1.17.1-fabric-1.4.2.jar" 7 | hash-format = "murmur2" 8 | hash = "797778468" 9 | 10 | [update] 11 | [update.curseforge] 12 | file-id = 3507741 13 | project-id = 514882 14 | release-channel = "beta" 15 | -------------------------------------------------------------------------------- /toml_mods/fabric-disable-custom-worlds-advice.toml: -------------------------------------------------------------------------------- 1 | name = "[FABRIC] Disable Custom Worlds Advice" 2 | filename = "DisableCustomWorldsAdvice-1.3.jar" 3 | side = "both" 4 | 5 | [download] 6 | url = "https://edge.forgecdn.net/files/3346/861/DisableCustomWorldsAdvice-1.3.jar" 7 | hash-format = "murmur2" 8 | hash = "2737143594" 9 | 10 | [update] 11 | [update.curseforge] 12 | file-id = 3346861 13 | project-id = 401978 14 | release-channel = "beta" 15 | -------------------------------------------------------------------------------- /toml_mods/yungs-better-mineshafts-fabric.toml: -------------------------------------------------------------------------------- 1 | name = "YUNG's Better Mineshafts (Fabric)" 2 | filename = "BetterMineshafts-Fabric-1.17-1.0.1.jar" 3 | side = "both" 4 | 5 | [download] 6 | url = "https://edge.forgecdn.net/files/3414/789/BetterMineshafts-Fabric-1.17-1.0.1.jar" 7 | hash-format = "murmur2" 8 | hash = "4024004570" 9 | 10 | [update] 11 | [update.curseforge] 12 | file-id = 3414789 13 | project-id = 373591 14 | release-channel = "beta" 15 | -------------------------------------------------------------------------------- /toml_mods/dimension-fix-some-forge-patches-ported.toml: -------------------------------------------------------------------------------- 1 | name = "Dimension Fix (Some Forge Patches Ported)" 2 | filename = "someforgepatchesported-1.0.1.jar" 3 | side = "both" 4 | 5 | [download] 6 | url = "https://edge.forgecdn.net/files/3329/382/someforgepatchesported-1.0.1.jar" 7 | hash-format = "murmur2" 8 | hash = "3822077712" 9 | 10 | [update] 11 | [update.curseforge] 12 | file-id = 3329382 13 | project-id = 437779 14 | release-channel = "beta" 15 | -------------------------------------------------------------------------------- /toml_mods/enchantment-descriptions.toml: -------------------------------------------------------------------------------- 1 | name = "Enchantment Descriptions" 2 | filename = "EnchantmentDescriptions-fabric-1.17.1-4.0.1.jar" 3 | side = "both" 4 | 5 | [download] 6 | url = "https://edge.forgecdn.net/files/3400/963/EnchantmentDescriptions-fabric-1.17.1-4.0.1.jar" 7 | hash-format = "murmur2" 8 | hash = "2343191842" 9 | 10 | [update] 11 | [update.curseforge] 12 | file-id = 3400963 13 | project-id = 250419 14 | release-channel = "beta" 15 | -------------------------------------------------------------------------------- /toml_mods/yungs-better-strongholds-fabric.toml: -------------------------------------------------------------------------------- 1 | name = "YUNG's Better Strongholds (Fabric)" 2 | filename = "BetterStrongholds-Fabric-1.17-1.1.2.jar" 3 | side = "both" 4 | 5 | [download] 6 | url = "https://edge.forgecdn.net/files/3479/839/BetterStrongholds-Fabric-1.17-1.1.2.jar" 7 | hash-format = "murmur2" 8 | hash = "2528993832" 9 | 10 | [update] 11 | [update.curseforge] 12 | file-id = 3479839 13 | project-id = 480684 14 | release-channel = "beta" 15 | -------------------------------------------------------------------------------- /config/waystones/config.json: -------------------------------------------------------------------------------- 1 | { 2 | "generate_in_villages": true, 3 | "consume_infinite_knowledge_scroll_on_use": false, 4 | "store_waystone_data_on_sneak_break": true, 5 | "can_owners_redeem_payments": false, 6 | "cost_amount": 1, 7 | "cost_type": "level", 8 | "cost_item": "minecraft:ender_pearl", 9 | "waystone_block_hardness": 4, 10 | "waystone_block_required_mining_level": 1.0, 11 | "prevent_non_owners_from_breaking_waystone": false 12 | } -------------------------------------------------------------------------------- /toml_mods/deep-mob-learning-refabricated.toml: -------------------------------------------------------------------------------- 1 | name = "Deep Mob Learning: Refabricated" 2 | filename = "deepmoblearning-refabricated-0.4.4-beta.jar" 3 | side = "both" 4 | 5 | [download] 6 | url = "https://edge.forgecdn.net/files/3398/554/deepmoblearning-refabricated-0.4.4-beta.jar" 7 | hash-format = "murmur2" 8 | hash = "160559712" 9 | 10 | [update] 11 | [update.curseforge] 12 | file-id = 3398554 13 | project-id = 398614 14 | release-channel = "beta" 15 | -------------------------------------------------------------------------------- /toml_mods/repurposed-structures-fabric.toml: -------------------------------------------------------------------------------- 1 | name = "Repurposed Structures (Fabric)" 2 | filename = "repurposed_structures_fabric-2.5.7+1.17.1.jar" 3 | side = "both" 4 | 5 | [download] 6 | url = "https://edge.forgecdn.net/files/3527/136/repurposed_structures_fabric-2.5.7+1.17.1.jar" 7 | hash-format = "murmur2" 8 | hash = "1071828078" 9 | 10 | [update] 11 | [update.curseforge] 12 | file-id = 3527136 13 | project-id = 391366 14 | release-channel = "beta" 15 | -------------------------------------------------------------------------------- /config/config.json: -------------------------------------------------------------------------------- 1 | { 2 | "armorEnable": true, 3 | "armorHideWhenEmpty": true, 4 | "armorHideEmptySlots": false, 5 | "toughnessEnable": true, 6 | "toughnessHideWhenEmpty": true, 7 | "toughnessHideEmptySlots": false, 8 | "armorBarOffset": 0, 9 | "toughnessBarOffset": 0, 10 | "oneHealthBar": false, 11 | "colors": [ 12 | "#ECEEFF", 13 | "#FF5500", 14 | "#FFC747", 15 | "#27FFE3", 16 | "#00FF00", 17 | "#7F00FF" 18 | ] 19 | } -------------------------------------------------------------------------------- /toml_mods/fix-experience-bug.toml: -------------------------------------------------------------------------------- 1 | name = "Fix Experience Bug (now with FABRIC and FORGE versions)" 2 | filename = "fabric-experiencebugfix-1.17.1-17.0.0.jar" 3 | side = "both" 4 | 5 | [download] 6 | url = "https://edge.forgecdn.net/files/3528/372/fabric-experiencebugfix-1.17.1-17.0.0.jar" 7 | hash-format = "murmur2" 8 | hash = "379488647" 9 | 10 | [update] 11 | [update.curseforge] 12 | file-id = 3528372 13 | project-id = 486778 14 | release-channel = "beta" 15 | -------------------------------------------------------------------------------- /toml_mods/ninjaphenixs-container-library.toml: -------------------------------------------------------------------------------- 1 | name = "NinjaPhenix's Container Library" 2 | filename = "ninjaphenix-container-library-1.2.5+1.17.1.jar" 3 | side = "both" 4 | 5 | [download] 6 | url = "https://edge.forgecdn.net/files/3531/691/ninjaphenix-container-library-1.2.5+1.17.1.jar" 7 | hash-format = "murmur2" 8 | hash = "1624226309" 9 | 10 | [update] 11 | [update.curseforge] 12 | file-id = 3531691 13 | project-id = 530668 14 | release-channel = "beta" 15 | -------------------------------------------------------------------------------- /config/waila/blacklist.json: -------------------------------------------------------------------------------- 1 | { 2 | "blocks": [ 3 | "minecraft:barrier", 4 | "minecraft:structure_void" 5 | ], 6 | "blockEntityTypes": [], 7 | "entityTypes": [ 8 | "minecraft:area_effect_cloud", 9 | "minecraft:experience_orb", 10 | "minecraft:fireball", 11 | "minecraft:firework_rocket", 12 | "minecraft:snowball" 13 | ], 14 | "configVersion": 0, 15 | "pluginHash": [ 16 | 1510828157, 17 | 0, 18 | 1532117445 19 | ] 20 | } -------------------------------------------------------------------------------- /config/shetiphiancore/client.json5: -------------------------------------------------------------------------------- 1 | { 2 | /* Adjust the default way RGB16 handles dyes 3 | RYB = blending is used to mix the colors 4 | > Like mixing paint, the dye will be added to the existing color 5 | > Sneak-Click to set to dye color 6 | 7 | RGB = direct value manipulation 8 | > Click to increase, Sneak-Click to decrease 9 | 10 | RYB is easier to use but RGB is more precise 11 | */ 12 | "color_blend_mode": "RYB" 13 | } -------------------------------------------------------------------------------- /kubejs/server_scripts/recipetypes/indrev/shapeless.js: -------------------------------------------------------------------------------- 1 | //////////////////////// 2 | /// Made by Team AOF /// 3 | //////////////////////// 4 | 5 | onEvent('recipes', (event) => { 6 | 7 | // Plates 8 | const plates = [ 9 | 'tin', 10 | 'gold', 11 | 'iron', 12 | 'copper', 13 | 14 | ]; 15 | 16 | plates.forEach((plates) => { 17 | event.remove({ id: 'indrev:shapeless/' + plates + '_plate_from_hammer' }); 18 | }); 19 | 20 | }); 21 | 22 | 23 | 24 | -------------------------------------------------------------------------------- /config/bclib/server.json: -------------------------------------------------------------------------------- 1 | { 2 | "auto_sync": { 3 | "enabled [default: true]": false, 4 | "offerConfigs [default: true]": false, 5 | "offerFiles [default: true]": false, 6 | "offerMods [default: true]": false, 7 | "offerAllMods [default: false]": false, 8 | "sendAllModInfo [default: true]": false, 9 | "additionalMods [default: []]": [], 10 | "sendAllModInfo [default: false]": false, 11 | "excludeMods [default: []]": [], 12 | "additionalMods": [], 13 | "excludeMods": [] 14 | } 15 | } -------------------------------------------------------------------------------- /config/iron-jetpacks/jetpacks/creative.json: -------------------------------------------------------------------------------- 1 | { 2 | "name": "creative", 3 | "disable": false, 4 | "tier": -1, 5 | "color": "cf1ae9", 6 | "armorPoints": 8, 7 | "enchantability": 0, 8 | "craftingMaterial": "null", 9 | "creative": true, 10 | "rarity": 3, 11 | "capacity": 0.0, 12 | "usage": 0.0, 13 | "speedVertical": 1.03, 14 | "accelVertical": 0.17, 15 | "speedSideways": 0.21, 16 | "speedHoverDescend": 0.45, 17 | "speedHover": 0.0, 18 | "sprintSpeedMulti": 2.0, 19 | "sprintFuelMulti": 0.0 20 | } -------------------------------------------------------------------------------- /config/dml-simulacrum.json: -------------------------------------------------------------------------------- 1 | { 2 | "Matter_XP": { 3 | "OverworldMatterXP": 10, 4 | "HellishMatterXP": 14, 5 | "ExtraMatterXP": 20 6 | }, 7 | "Pristine_Chance": { 8 | "BASIC": 5, 9 | "ADVANCED": 11, 10 | "SUPERIOR": 24, 11 | "SELF_AWARE": 42 12 | }, 13 | "Energy_Cost": { 14 | "NETHER": 300, 15 | "SLIMY": 160, 16 | "OVERWORLD": 100, 17 | "ZOMBIE": 300, 18 | "SKELETON": 80, 19 | "END": 512, 20 | "GHOST": 372, 21 | "ILLAGER": 412, 22 | "OCEAN": 160 23 | } 24 | } -------------------------------------------------------------------------------- /config/iron-jetpacks/jetpacks/steel.json: -------------------------------------------------------------------------------- 1 | { 2 | "name": "steel", 3 | "disable": false, 4 | "tier": 3, 5 | "color": "565656", 6 | "armorPoints": 3, 7 | "enchantability": 15, 8 | "craftingMaterial": "modern_industrialization:steel_ingot", 9 | "rarity": 0, 10 | "capacity": 1.2E7, 11 | "usage": 350.0, 12 | "speedVertical": 0.35, 13 | "accelVertical": 0.135, 14 | "speedSideways": 0.155, 15 | "speedHoverDescend": 0.35, 16 | "speedHover": 0.025, 17 | "sprintSpeedMulti": 1.5, 18 | "sprintFuelMulti": 3.2 19 | } -------------------------------------------------------------------------------- /config/iron-jetpacks/jetpacks/bronze.json: -------------------------------------------------------------------------------- 1 | { 2 | "name": "bronze", 3 | "disable": false, 4 | "tier": 2, 5 | "color": "ec9e3f", 6 | "armorPoints": 3, 7 | "enchantability": 9, 8 | "craftingMaterial": "modern_industrialization:bronze_ingot", 9 | "rarity": 0, 10 | "capacity": 800000.0, 11 | "usage": 120.0, 12 | "speedVertical": 0.18, 13 | "accelVertical": 0.12, 14 | "speedSideways": 0.14, 15 | "speedHoverDescend": 0.27, 16 | "speedHover": 0.075, 17 | "sprintSpeedMulti": 1.1, 18 | "sprintFuelMulti": 2.1 19 | } -------------------------------------------------------------------------------- /kubejs/server_scripts/recipetypes/blast/shaped.js: -------------------------------------------------------------------------------- 1 | //////////////////////// 2 | /// Made by Team AOF /// 3 | //////////////////////// 4 | 5 | onEvent('recipes', (event) => { 6 | 7 | // Gunpowder Block 8 | event.shaped(item.of("blast:gunpowder_block"), [ 9 | ["minecraft:gunpowder", "minecraft:gunpowder", "minecraft:gunpowder"], 10 | ["minecraft:gunpowder", "minecraft:coal_block", "minecraft:gunpowder"], 11 | ["minecraft:gunpowder", "minecraft:gunpowder", "minecraft:gunpowder"], 12 | ]); 13 | 14 | }); 15 | -------------------------------------------------------------------------------- /config/iron-jetpacks/jetpacks/electrum.json: -------------------------------------------------------------------------------- 1 | { 2 | "name": "electrum", 3 | "disable": false, 4 | "tier": 3, 5 | "color": "a79135", 6 | "armorPoints": 2, 7 | "enchantability": 18, 8 | "craftingMaterial": "modern_industrialization:electrum_ingot", 9 | "rarity": 0, 10 | "capacity": 1.0E7, 11 | "usage": 310.0, 12 | "speedVertical": 0.40, 13 | "accelVertical": 0.14, 14 | "speedSideways": 0.17, 15 | "speedHoverDescend": 0.37, 16 | "speedHover": 0.03, 17 | "sprintSpeedMulti": 1.6, 18 | "sprintFuelMulti": 3.5 19 | } -------------------------------------------------------------------------------- /config/bclib/generator.json: -------------------------------------------------------------------------------- 1 | { 2 | "nether": { 3 | "biomeMap": { 4 | "biomeSize [default: 256]": 256 5 | } 6 | }, 7 | "end": { 8 | "biomeMap": { 9 | "biomeSizeLand [default: 256]": 256, 10 | "biomeSizeVoid [default: 256]": 256 11 | } 12 | }, 13 | "options": { 14 | "customNetherBiomeSource [default: true]": true, 15 | "customEndBiomeSource [default: true]": true, 16 | "addNetherBiomesByCategory [default: false]": false, 17 | "addEndBiomesByCategory [default: false]": false 18 | } 19 | } -------------------------------------------------------------------------------- /config/bclib/recipes.json: -------------------------------------------------------------------------------- 1 | { 2 | "grid": { 3 | "tag_smith_table [default: true]": true, 4 | "tag_cauldron [default: true]": true, 5 | "tag_hopper [default: true]": true, 6 | "tag_piston [default: true]": true, 7 | "tag_rail [default: true]": true, 8 | "tag_stonecutter [default: true]": true, 9 | "tag_bucket [default: true]": true, 10 | "tag_compass [default: true]": true, 11 | "tag_minecart [default: true]": true, 12 | "tag_shield [default: true]": true, 13 | "tag_shulker_box [default: true]": true 14 | } 15 | } -------------------------------------------------------------------------------- /kubejs/exported/tags/biomes.txt: -------------------------------------------------------------------------------- 1 | To refresh this file, delete it and run /reload command again! Last updated: Aug 20, 2021, 6:10:05 AM 2 | 3 | #lambdafoxes:fox_spawn/fennec 4 | - ecotones:desert 5 | - ecotones:desert_hilly 6 | - ecotones:desert_mountainous 7 | - ecotones:cool_desert 8 | - ecotones:cool_desert_hilly 9 | - ecotones:cool_desert_mountainous 10 | - ecotones:lush_desert 11 | - ecotones:lush_desert_hilly 12 | - ecotones:lush_desert_mountainous 13 | - ecotones:scrubland 14 | - ecotones:scrubland_hilly 15 | - ecotones:scrubland_mountainous 16 | -------------------------------------------------------------------------------- /config/iron-jetpacks/common.json5: -------------------------------------------------------------------------------- 1 | { 2 | // General configuration options. 3 | "general": { 4 | // Should jetpacks be enachantable? 5 | "enchantableJetpacks": false 6 | }, 7 | // Dynamic recipe options. 8 | "recipe": { 9 | // Enable default recipes for Energy Cells? 10 | "enableCellRecipes": true, 11 | // Enable default recipes for Thrusters? 12 | "enableThrusterRecipes": true, 13 | // Enable default recipes for Capacitors? 14 | "enableCapacitorRecipes": true, 15 | // Enable default recipes for Jetpacks? 16 | "enableJetpackRecipes": true 17 | } 18 | } -------------------------------------------------------------------------------- /config/modmenu.json: -------------------------------------------------------------------------------- 1 | { 2 | "sorting": "ascending", 3 | "count_libraries": true, 4 | "compact_list": false, 5 | "count_children": true, 6 | "mods_button_style": "classic", 7 | "count_hidden_mods": true, 8 | "mod_count_location": "title_screen", 9 | "hide_mod_links": false, 10 | "show_libraries": false, 11 | "hide_mod_license": false, 12 | "hide_badges": false, 13 | "hide_mod_credits": false, 14 | "easter_eggs": true, 15 | "modify_title_screen": false, 16 | "modify_game_menu": true, 17 | "hide_config_buttons": false, 18 | "hidden_mods": [] 19 | } -------------------------------------------------------------------------------- /config/platforms/client.json5: -------------------------------------------------------------------------------- 1 | { 2 | /* Changes what sneak right-clicking on a platform with a wrench will do 3 | GUI: opens the platform selector GUI 4 | CYCLE: cycles through the options 5 | MIXED: uses the GUI if the is more then 5 options 6 | */ 7 | "selection_mode": "MIXED", 8 | // Select A GUI Style 9 | "GUI_STYLE": { 10 | /* Platform Builder 11 | #Allowed Values: DEFAULT, VANILLA 12 | */ 13 | "platformer": "DEFAULT", 14 | /* Platform Select Menu 15 | #Allowed Values: DEFAULT, VANILLA 16 | */ 17 | "platform_select": "DEFAULT" 18 | } 19 | } -------------------------------------------------------------------------------- /config/visuality.json: -------------------------------------------------------------------------------- 1 | { 2 | "version": 1, 3 | "particles": { 4 | "hit_particles": true, 5 | "slime": true, 6 | "charge": true, 7 | "sparkle": true, 8 | "water_circle": true 9 | }, 10 | "hit_particles": { 11 | "hit_particles_entries": [ 12 | "minecraft:skeleton|visuality:bone", 13 | "minecraft:skeleton_horse|visuality:bone", 14 | "minecraft:stray|visuality:bone", 15 | "minecraft:wither_skeleton|visuality:wither_bone", 16 | "minecraft:chicken|visuality:feather", 17 | "minecraft:villager|visuality:emerald" 18 | ] 19 | } 20 | } -------------------------------------------------------------------------------- /config/techreborn/world.json: -------------------------------------------------------------------------------- 1 | { 2 | "loot": { 3 | "enableOverworldLoot": { 4 | "comment": "When true TechReborn will add ingots, machine frames and circuits to OverWorld loot chests.", 5 | "value": false 6 | }, 7 | "enableEndLoot": { 8 | "comment": "When true TechReborn will add ingots, machine frames and circuits to The End loot chests.", 9 | "value": false 10 | }, 11 | "enableNetherLoot": { 12 | "comment": "When true TechReborn will add ingots, machine frames and circuits to Nether loot chests.", 13 | "value": false 14 | } 15 | } 16 | } -------------------------------------------------------------------------------- /config/goblintraders.toml: -------------------------------------------------------------------------------- 1 | MAX_ENCHANTMENT_TEXT = true 2 | EASTER_EGGS = false 3 | 4 | [ALL_GOBLIN_TRADERS_CONFIG] 5 | FIND_COOLDOWN = 2400 6 | FALL = true 7 | NO_ATTACK_CREATIVE = true 8 | CAN_GET_KNOCKED_OUT = false 9 | 10 | [GOBLIN_TRADER_CONFIG] 11 | CAN_SPAWN = true 12 | HIT_BACK = true 13 | SPAWN_CHANCE = 25 14 | SPAWN_DELAY = 24000 15 | MAX_SPAWN_HEIGHT = 63 16 | MIN_SPAWN_HEIGHT = 0 17 | 18 | [VEIN_GOBLIN_TRADER_CONFIG] 19 | CAN_SPAWN = true 20 | HIT_BACK = true 21 | SPAWN_CHANCE = 25 22 | SPAWN_DELAY = 24000 23 | MAX_SPAWN_HEIGHT = 127 24 | MIN_SPAWN_HEIGHT = 0 25 | DAMAGED_IN_WATER = false 26 | -------------------------------------------------------------------------------- /config/horsestatsvanilla.json5: -------------------------------------------------------------------------------- 1 | { 2 | "useColors": true, 3 | "showMaxMin": true, 4 | "enableTooltip": true, 5 | "goodHorseJumpValue": 4.0, 6 | "badHorseJumpValue": 2.5, 7 | "goodHorseSpeedValue": 11.0, 8 | "badHorseSpeedValue": 7.0, 9 | "goodHorseHeartsValue": 25.0, 10 | "badHorseHeartsValue": 20.0, 11 | "goodStrengthValue": 9.0, 12 | "badStrengthValue": 6.0, 13 | "goodColor": { 14 | "red": 0, 15 | "green": 180, 16 | "blue": 0 17 | }, 18 | "neutralColor": { 19 | "red": 70, 20 | "green": 70, 21 | "blue": 70 22 | }, 23 | "badColor": { 24 | "red": 255, 25 | "green": 0, 26 | "blue": 0 27 | } 28 | } -------------------------------------------------------------------------------- /config/stoneholm.json5: -------------------------------------------------------------------------------- 1 | { 2 | // How many iterations of jigsaw generation we do when generating the village. (Default: 10) 3 | "VILLAGE_SIZE": 12, 4 | // Max distance in chunks between villages. (Default: 32) 5 | "VILLAGE_SPACING": 32, 6 | // Minimum distance in chunks between villages. (Default: 8) 7 | "VILLAGE_SEPARATION": 8, 8 | // How far above sea level a village may be. This is used to prevent pieces from generating in the air in less even terrains. (Default: 8) 9 | "VILLAGE_MAX_DISTANCE_ABOVE_SEALEVEL": 8, 10 | // Whether to disable generating vanilla villages. (Default: false) 11 | "disableVanillaVillages": false 12 | } -------------------------------------------------------------------------------- /config/sodium-options.json: -------------------------------------------------------------------------------- 1 | { 2 | "quality": { 3 | "weather_quality": "DEFAULT", 4 | "enable_vignette": false 5 | }, 6 | "advanced": { 7 | "arena_memory_allocator": "ASYNC", 8 | "animate_only_visible_textures": true, 9 | "use_entity_culling": true, 10 | "use_particle_culling": true, 11 | "use_fog_occlusion": true, 12 | "use_block_face_culling": true, 13 | "allow_direct_memory_access": true, 14 | "enable_memory_tracing": false, 15 | "use_advanced_staging_buffers": true, 16 | "max_pre_rendered_frames": 3 17 | }, 18 | "notifications": { 19 | "hide_donation_button": false 20 | } 21 | } -------------------------------------------------------------------------------- /kubejs/server_scripts/recipetypes/charm/shaped.js: -------------------------------------------------------------------------------- 1 | 2 | 3 | //////////////////////// 4 | /// Made by Team AOF /// 5 | //////////////////////// 6 | 7 | 8 | onEvent('recipes', (event) => { 9 | 10 | // Allow Charm chests in any recipes using chests tag 11 | event.replaceInput({}, "#c:wooden_chests", "#charm:chests/normal"); 12 | 13 | // Barrels 14 | event.replaceInput( 15 | { type: "minecraft:crafting_shaped" }, 16 | "minecraft:barrel", 17 | "#charm:barrels" 18 | ); 19 | 20 | event.shapeless('charm:spruce_barrel', ['minecraft:barrel']) 21 | event.shapeless('minecraft:barrel', ['charm:spruce_barrel']) 22 | 23 | }); 24 | -------------------------------------------------------------------------------- /kubejs/assets/dankstorage/models/block/core.json: -------------------------------------------------------------------------------- 1 | { 2 | "credit": "Made with Blockbench", 3 | "parent": "block/block", 4 | "textures": { 5 | "1": "dankstorage:block/dank_1", 6 | "particle": "dankstorage:block/dank_edge" 7 | }, 8 | "elements": [ 9 | { 10 | "from": [4, 4, 4], 11 | "to": [12, 12, 12], 12 | "faces": { 13 | "north": {"uv": [0, 0, 8, 8], "texture": "#1"}, 14 | "east": {"uv": [0, 0, 8, 8], "texture": "#1"}, 15 | "south": {"uv": [0, 0, 8, 8], "texture": "#1"}, 16 | "west": {"uv": [0, 0, 8, 8], "texture": "#1"}, 17 | "up": {"uv": [0, 0, 8, 8], "texture": "#1"}, 18 | "down": {"uv": [0, 0, 8, 8], "texture": "#1"} 19 | } 20 | } 21 | ] 22 | } -------------------------------------------------------------------------------- /config/beenfo.json: -------------------------------------------------------------------------------- 1 | { 2 | "beenfo.config.popupypercent": { 3 | "key": "beenfo.config.popupypercent", 4 | "toolTip": "beenfo.config.tt.popupypercent", 5 | "value": 50, 6 | "defaultValue": 50, 7 | "minValue": 0, 8 | "maxValue": 100 9 | }, 10 | "beenfo.config.popupxpercent": { 11 | "key": "beenfo.config.popupxpercent", 12 | "toolTip": "beenfo.config.tt.popupxpercent", 13 | "value": 50, 14 | "defaultValue": 50, 15 | "minValue": 0, 16 | "maxValue": 100 17 | }, 18 | "beenfo.config.showpopup": { 19 | "key": "beenfo.config.showpopup", 20 | "toolTip": "beenfo.config.tt.showpopup", 21 | "value": false, 22 | "defaultValue": false 23 | } 24 | } -------------------------------------------------------------------------------- /config/inventorysorter/config.json5: -------------------------------------------------------------------------------- 1 | { 2 | // Enable 'Sort' button in inventorys 3 | "displaySort": false, 4 | // Middle click slot to sort inventorys 5 | "middleClick": true, 6 | // Double click slot to sort inventorys 7 | "doubleClickSort": false, 8 | // Enable second 'Sort' button in player inv 9 | "seperateBtn": false, 10 | // Sorting inv also sorts player inv 11 | "sortPlayer": false, 12 | // Method of sorting, NAME,CATEGORY,MOD 13 | "sortType": "NAME", 14 | // Display Sort Button Tooltip 15 | "displayTooltip": true, 16 | // Sort Inventory key 17 | "keybinding": "key.mouse.middle", 18 | // Should sort half of open inv highlighted by mouse 19 | "sortMouseHighlighted": true, 20 | "debugMode": false 21 | } -------------------------------------------------------------------------------- /config/bettermineshafts-fabric-1_17.toml: -------------------------------------------------------------------------------- 1 | mineshaftSpawnRate = 0.003 2 | minY = 17 3 | maxY = 37 4 | 5 | [spawnRates] 6 | lanternSpawnRate = 0.0067 7 | torchSpawnRate = 0.02 8 | workstationSpawnRate = 0.025 9 | workstationDungeonSpawnRate = 0.25 10 | smallShaftSpawnRate = 0.07 11 | cobwebSpawnRate = 0.15 12 | smallShaftChestMinecartSpawnRate = 0.00125 13 | mainShaftChestMinecartSpawnRate = 0.01 14 | smallShaftTntMinecartSpawnRate = 0.0024999999441206455 15 | mainShaftTntMinecartSpawnRate = 0.0024999999441206455 16 | zombieVillagerRoomSpawnChance = 2 17 | smallShaftPieceChainLength = 9 18 | 19 | [ores] 20 | enabled = true 21 | cobble = 50 22 | coal = 20 23 | iron = 9 24 | redstone = 7 25 | gold = 7 26 | lapis = 3 27 | emerald = 3 28 | diamond = 1 29 | -------------------------------------------------------------------------------- /config/betterstrongholds/README.txt: -------------------------------------------------------------------------------- 1 | This directory is for a few additional options for YUNG's Better Strongholds. 2 | Options provided may vary by version. 3 | This directory contains subdirectories for supported versions. The first time you run Better Strongholds, a version subdirectory will be created if that version supports advanced options. 4 | For example, the first time you use Better Strongholds for MC 1.16 on Forge, the 'forge-1_16' subdirectory will be created in this folder. 5 | If no subdirectory for your version is created, then that version probably does not support the additional options. 6 | 7 | NOTE -- MOST OPTIONS CAN BE FOUND IN A CONFIG FILE OUTSIDE THIS FOLDER! 8 | For example, on Forge 1.16 the file is 'betterstrongholds-forge-1_16.toml'. -------------------------------------------------------------------------------- /config/xaeroworldmap.txt: -------------------------------------------------------------------------------- 1 | ignoreUpdate:0 2 | updateNotification:false 3 | differentiateByServerAddress:true 4 | netherlikeCaveMapAllowed:true 5 | debug:false 6 | lighting:true 7 | colours:0 8 | loadChunks:true 9 | updateChunks:true 10 | terrainSlopes:2 11 | terrainDepth:true 12 | footsteps:true 13 | flowers:true 14 | compression:false 15 | coordinates:true 16 | biomeColorsVanillaMode:false 17 | waypoints:true 18 | renderArrow:true 19 | displayZoom:true 20 | worldmapWaypointsScale:1.0 21 | openMapAnimation:true 22 | reloadVersion:0 23 | reloadEverything:false 24 | zoomButtons:true 25 | waypointBackgrounds:true 26 | detectAmbiguousY:true 27 | showDisabledWaypoints:false 28 | closeWaypointsWhenHopping:true 29 | globalVersion:1 30 | -------------------------------------------------------------------------------- /config/additional-additions-config.json: -------------------------------------------------------------------------------- 1 | { 2 | "version": 5, 3 | "GildedNetherite": true, 4 | "Wrench": true, 5 | "AmethystLamp": true, 6 | "EnchantmentPrecision": true, 7 | "EnchantmentSpeed": true, 8 | "CompostableRottenFlesh": true, 9 | "GlowStick": true, 10 | "MysteriousBundle": true, 11 | "Crossbows": true, 12 | "MusicDiscs": true, 13 | "RoseGold": true, 14 | "FoodItems": true, 15 | "Potions": true, 16 | "WateringCan": true, 17 | "CopperPatina": true, 18 | "Ropes": true, 19 | "TridentShard": true, 20 | "DepthMeter": true, 21 | "NoteBlockAmethystSounds": true, 22 | "PoweredRailsCopperRecipe": true, 23 | "ChickenNugget": true, 24 | "GoldRing": true, 25 | "ShipwreckSpyglassLoot": true, 26 | "PocketJukebox": true 27 | } -------------------------------------------------------------------------------- /config/waila/waila_plugins.json: -------------------------------------------------------------------------------- 1 | { 2 | "minecraft": { 3 | "hide_infestations": true, 4 | "hide_trapped_chest": true, 5 | "jukebox": true, 6 | "lever": true, 7 | "honey_level": true, 8 | "crop_progress": true, 9 | "comparator": true, 10 | "display_furnace_contents": true, 11 | "hide_powder_snow": true, 12 | "player_head_name": true, 13 | "spawner_type": true, 14 | "redstone": true, 15 | "repeater": true 16 | }, 17 | "waila": { 18 | "show_pos": false, 19 | "show_blocks": true, 20 | "show_registry": false, 21 | "show_mod_name": true, 22 | "show_fluids": false, 23 | "show_entity_hp": true, 24 | "show_states": false, 25 | "show_item": true, 26 | "show_entities": true 27 | } 28 | } -------------------------------------------------------------------------------- /config/InventoryHUD/curios.json: -------------------------------------------------------------------------------- 1 | {"aglet":{"x":0,"y":0,"halign":"LEFT","valign":"TOP","enabled":false},"back":{"x":0,"y":20,"halign":"LEFT","valign":"TOP","enabled":false},"belt":{"x":0,"y":40,"halign":"LEFT","valign":"TOP","enabled":false},"cape":{"x":0,"y":60,"halign":"LEFT","valign":"TOP","enabled":false},"charm":{"x":0,"y":80,"halign":"LEFT","valign":"TOP","enabled":false},"face":{"x":0,"y":100,"halign":"LEFT","valign":"TOP","enabled":false},"glove":{"x":0,"y":120,"halign":"LEFT","valign":"TOP","enabled":false},"hat":{"x":0,"y":140,"halign":"LEFT","valign":"TOP","enabled":false},"necklace":{"x":0,"y":160,"halign":"LEFT","valign":"TOP","enabled":false},"ring":{"x":0,"y":180,"halign":"LEFT","valign":"TOP","enabled":false},"shoes":{"x":0,"y":200,"halign":"LEFT","valign":"TOP","enabled":false}} -------------------------------------------------------------------------------- /config/Adorn.json5: -------------------------------------------------------------------------------- 1 | { 2 | // Client-side settings 3 | "client": { 4 | // If true, floating tooltips are shown above trading stations. 5 | "showTradingStationTooltips": true, 6 | // If true, Adorn items will also be shown in matching vanilla item tabs. 7 | "showItemsInStandardGroups": true 8 | }, 9 | // Default values for game rules in new worlds 10 | "gameRuleDefaults": { 11 | // If true, sleeping on sofas can skip the night. 12 | "skipNightOnSofas": true 13 | }, 14 | // Mod compatibility toggles (enabled: true, disabled: false) 15 | "compat": { 16 | "byg": true, 17 | "traverse": true, 18 | "terrestria": true, 19 | "cinderscapes": true, 20 | "woods_and_mires": true, 21 | "towelette": true, 22 | "biomemakeover": true 23 | } 24 | } 25 | -------------------------------------------------------------------------------- /config/iron-jetpacks/client.json5: -------------------------------------------------------------------------------- 1 | { 2 | // General configuration options. 3 | "general": { 4 | // Enable jetpack sounds? 5 | "enableJetpackSounds": true, 6 | // Enable jetpack particles? 7 | "enableJetpackParticles": true, 8 | // Enable jetpack stat tooltips? 9 | "enableAdvancedInfoTooltips": true 10 | }, 11 | // HUD configuration options. 12 | "hud": { 13 | // Enable the HUD? 14 | "enableHud": true, 15 | /* The position preset for the HUD. 16 | 0=Top Left, 1=Middle Left, 2=Bottom Left, 3=Top Right, 4=Middle Right, 5=Bottom Right 17 | */ 18 | "hudPosition": 4, 19 | // The X offset for the HUD. 20 | "hudOffsetX": 0, 21 | // The Y offset for the HUD. 22 | "hudOffsetY": 0, 23 | // Show HUD over the chat? 24 | "showHudOverChat": false 25 | } 26 | } -------------------------------------------------------------------------------- /kubejs/server_scripts/recipetypes/indrev/recycle.js: -------------------------------------------------------------------------------- 1 | //////////////////////// 2 | /// Made by Team AOF /// 3 | //////////////////////// 4 | 5 | 6 | onEvent('recipes', (event) => { 7 | event.recipes.indrev.recycle({ 8 | 9 | 10 | "ingredients": [ 11 | { 12 | "tag": "c:crops", 13 | "count": 2 14 | } 15 | ], 16 | "output": { 17 | "item": "indrev:biomass", 18 | "count": 1 19 | }, 20 | "processTime": 150 21 | 22 | 23 | }); 24 | 25 | event.recipes.indrev.recycle({ 26 | 27 | 28 | "ingredients": [ 29 | { 30 | "tag": "c:seeds", 31 | "count": 2 32 | } 33 | ], 34 | "output": { 35 | "item": "indrev:biomass", 36 | "count": 1 37 | }, 38 | "processTime": 150 39 | 40 | 41 | }); 42 | }); -------------------------------------------------------------------------------- /config/indrev/generators.json: -------------------------------------------------------------------------------- 1 | { 2 | "coalGenerator": { 3 | "ratio": 24.0, 4 | "temperatureBoost": 1.5, 5 | "maxEnergyStored": 1000.0, 6 | "maxOutput": 64.0 7 | }, 8 | "solarGeneratorMk1": { 9 | "ratio": 4.0, 10 | "temperatureBoost": 1.5, 11 | "maxEnergyStored": 500.0, 12 | "maxOutput": 64.0 13 | }, 14 | "solarGeneratorMk3": { 15 | "ratio": 8.0, 16 | "temperatureBoost": 1.5, 17 | "maxEnergyStored": 1500.0, 18 | "maxOutput": 512.0 19 | }, 20 | "heatGenerator": { 21 | "ratio": 128.0, 22 | "temperatureBoost": -1.0, 23 | "maxEnergyStored": 10000.0, 24 | "maxOutput": 4096.0 25 | }, 26 | "biomassGenerator": { 27 | "ratio": 128.0, 28 | "temperatureBoost": 1.5, 29 | "maxEnergyStored": 10000.0, 30 | "maxOutput": 512.0 31 | } 32 | } -------------------------------------------------------------------------------- /config/betterstrongholds/fabric-1_17/itemframes.json: -------------------------------------------------------------------------------- 1 | { 2 | "armouryItems": { 3 | "entries": { 4 | "iron_sword": 0.1, 5 | "stone_sword": 0.05, 6 | "golden_sword": 0.05, 7 | "shield": 0.1, 8 | "stone_axe": 0.05, 9 | "bow": 0.1, 10 | "golden_axe": 0.05, 11 | "name_tag": 0.05, 12 | "arrow": 0.05, 13 | "iron_axe": 0.1 14 | }, 15 | "defaultItem": "air" 16 | }, 17 | "storageItems": { 18 | "entries": { 19 | "paper": 0.25, 20 | "map": 0.25, 21 | "compass": 0.05, 22 | "pumpkin_seeds": 0.025, 23 | "melon_seeds": 0.025, 24 | "slime_ball": 0.05, 25 | "rabbit_foot": 0.01, 26 | "lead": 0.05, 27 | "beetroot_seeds": 0.025, 28 | "flint": 0.05, 29 | "wheat_seeds": 0.025, 30 | "cake": 0.05 31 | }, 32 | "defaultItem": "air" 33 | } 34 | } -------------------------------------------------------------------------------- /config/clienttweaks.toml: -------------------------------------------------------------------------------- 1 | [tweaks] 2 | autoClimbLadder = false 3 | disablePotionShift = true 4 | doNotUseLastTorch = false 5 | hideOffhandItem = false 6 | hideOwnParticleEffects = false 7 | hideShieldUnlessHoldingWeapon = true 8 | noOffhandTorchAtAll = false 9 | noOffhandTorchWithBlock = true 10 | noOffhandTorchWithEmptyHand = false 11 | offhandTorchWithToolOnly = false 12 | disableStepAssist = false 13 | masterVolumeSlider = true 14 | musicVolumeSlider = true 15 | [customization] 16 | torchItems = ["minecraft:torch", "minecraft:soul_torch", "tconstruct:stone_torch"] 17 | torchTools = ["minecraft:wooden_pickaxe", "minecraft:stone_pickaxe", "minecraft:iron_pickaxe", "minecraft:golden_pickaxe", "minecraft:diamond_pickaxe", "minecraft:netherite_pickaxe", "tconstruct:pickaxe", "tconstruct:hammer"] 18 | offhandTorchTools = ["tconstruct:shovel", "tconstruct:excavator"] 19 | shieldWeapons = ["tetra:modular_sword"] 20 | -------------------------------------------------------------------------------- /kubejs/server_scripts/recipetypes/goml/shaped.js: -------------------------------------------------------------------------------- 1 | 2 | 3 | //////////////////////// 4 | /// Made by Team AOF /// 5 | //////////////////////// 6 | 7 | 8 | onEvent('recipes', (event) => { 9 | 10 | // Ender Binding 11 | event.shaped(item.of("goml:ender_binding"), [ 12 | ["minecraft:obsidian", "minecraft:crying_obsidian", "minecraft:obsidian"], 13 | ["minecraft:crying_obsidian", "minecraft:ender_eye", "minecraft:crying_obsidian"], 14 | ["minecraft:obsidian", "minecraft:crying_obsidian", "minecraft:obsidian"], 15 | ]); 16 | 17 | // Easier Claim anchor, also less crashy 18 | event.shaped(item.of("goml:makeshift_claim_anchor"), [ 19 | ["#minecraft:planks", "minecraft:stone", "#minecraft:planks"], 20 | ["minecraft:stone", "#minecraft:wooden_doors", "minecraft:stone"], 21 | ["#minecraft:planks", "minecraft:stone", "#minecraft:planks"], 22 | ]); 23 | 24 | }); 25 | -------------------------------------------------------------------------------- /config/equipmentcompare.json5: -------------------------------------------------------------------------------- 1 | { 2 | // The text shown on the badge above equipped tooltips. 3 | "badgeText": "Equipped", 4 | // The color of the text shown on the badge above equipped tooltips. 5 | "badgeTextColor": 4294967295, 6 | // The background color of the "equipped" badge. 7 | "badgeBackgroundColor": 4027584512, 8 | // The start border color of the "equipped" badge. 9 | "badgeBorderStartColor": 3500839187, 10 | // The end border color of the "equipped" badge. 11 | "badgeBorderEndColor": 1623360778, 12 | // If the comparison tooltip should show by default (pressing bound key hides). 13 | "defaultOn": false, 14 | // If tool comparisons should compare only the same types of tools (can't compare a sword to an axe, for example). 15 | "strict": false, 16 | // Blacklist of items to show comparisons for. Add item IDs to prevent them from being compared when hovered over or equipped. 17 | "blacklist": [] 18 | } -------------------------------------------------------------------------------- /config/building_gadgets.json: -------------------------------------------------------------------------------- 1 | { 2 | "general": { 3 | "rayTraceRange": 32.0, 4 | "allowAbsoluteCoords": true, 5 | "absoluteCoordDefault": false, 6 | "allowOverwriteBlocks": true 7 | }, 8 | "gadgets": { 9 | "maxRange": 15, 10 | "placeSteps": 1024, 11 | "gadgetBuilding": { 12 | "maxEnergy": 500000, 13 | "energyCost": 50 14 | }, 15 | "gadgetExchanger": { 16 | "maxEnergy": 500000, 17 | "energyCost": 50 18 | }, 19 | "gadgetDestruction": { 20 | "maxEnergy": 1000000, 21 | "energyCost": 200, 22 | "destroySize": 16, 23 | "nonFuzzyMultiplier": 2, 24 | "nonFuzzyEnabled": false 25 | }, 26 | "gadgetCopyPaste": { 27 | "maxEnergy": 500000, 28 | "energyCost": 50, 29 | "copySteps": 32768, 30 | "maxCopySize": 256, 31 | "maxBuildSize": 256 32 | }, 33 | "undoSize": 128, 34 | "undoExpiry": 300000 35 | } 36 | } -------------------------------------------------------------------------------- /config/appliedenergistics2/client.json: -------------------------------------------------------------------------------- 1 | { 2 | "client": { 3 | "disableColoredCableRecipesInJEI": true, 4 | "enableEffects": true, 5 | "useTerminalUseLargeFont": false, 6 | "useColoredCraftingStatus": true, 7 | "__comment": "Controls buttons on Level Emitter Screen", 8 | "PowerUnit": "ae", 9 | "showDebugGuiOverlays": false, 10 | "craftByStacks0": 1, 11 | "priorityByStacks0": 1, 12 | "levelByStacks0": 1, 13 | "craftByStacks1": 10, 14 | "priorityByStacks1": 10, 15 | "levelByStacks1": 10, 16 | "craftByStacks2": 100, 17 | "priorityByStacks2": 100, 18 | "levelByStacks2": 100, 19 | "craftByStacks3": 1000, 20 | "priorityByStacks3": 1000, 21 | "levelByStacks3": 1000 22 | }, 23 | "terminals": { 24 | "__comment": "Should tooltips be searched. Performance impact", 25 | "searchTooltips": "yes", 26 | "terminalStyle": "tall", 27 | "terminalSearchMode": "autosearch" 28 | } 29 | } -------------------------------------------------------------------------------- /kubejs/exported/tags/fluids.txt: -------------------------------------------------------------------------------- 1 | To refresh this file, delete it and run /reload command again! Last updated: Jun 23, 2021, 12:15:57 AM 2 | 3 | #minecraft:lava 4 | - minecraft:lava 5 | - minecraft:flowing_lava 6 | - indrev:molten_netherite_still 7 | - indrev:molten_netherite_flowing 8 | - indrev:molten_iron_still 9 | - indrev:molten_iron_flowing 10 | - indrev:molten_copper_still 11 | - indrev:molten_copper_flowing 12 | - indrev:molten_gold_still 13 | - indrev:molten_gold_flowing 14 | - indrev:molten_tin_still 15 | - indrev:molten_tin_flowing 16 | - indrev:molten_lead_still 17 | - indrev:molten_lead_flowing 18 | - indrev:molten_silver_still 19 | - indrev:molten_silver_flowing 20 | 21 | #minecraft:water 22 | - minecraft:water 23 | - minecraft:flowing_water 24 | - indrev:coolant_still 25 | - indrev:coolant_flowing 26 | - indrev:sulfuric_acid_still 27 | - indrev:sulfuric_acid_flowing 28 | - indrev:toxic_mud_still 29 | - indrev:toxic_mud_flowing 30 | -------------------------------------------------------------------------------- /config/alaskanativecraft.json: -------------------------------------------------------------------------------- 1 | { 2 | "spawning": { 3 | "sealOceanSettings": { 4 | "weight": 5, 5 | "minGroupSize": 1, 6 | "maxGroupSize": 4 7 | }, 8 | "sealRiverSettings": { 9 | "weight": 5, 10 | "minGroupSize": 1, 11 | "maxGroupSize": 2 12 | }, 13 | "mooseSettings": { 14 | "weight": 2, 15 | "minGroupSize": 1, 16 | "maxGroupSize": 3 17 | }, 18 | "ptarmiganSettings": { 19 | "weight": 5, 20 | "minGroupSize": 2, 21 | "maxGroupSize": 5 22 | } 23 | }, 24 | "generation": { 25 | "genDriftwood": true, 26 | "genBlueberry": true, 27 | "genCloudberry": true, 28 | "genRaspberry": true, 29 | "genSalmonberry": true, 30 | "snowyGen": false 31 | }, 32 | "snowballConversion": false, 33 | "mooseEatBark": true, 34 | "sealFishing": { 35 | "sealsHuntFish": true, 36 | "sealsEatHuntedFish": true, 37 | "sealsBreedFromHuntedFish": false 38 | } 39 | } -------------------------------------------------------------------------------- /config/lifts.json: -------------------------------------------------------------------------------- 1 | { 2 | "maxFuelTicksStored": 32000, 3 | "fuelTicksNeededPerBlock": 100, 4 | "energyUnitsNeededPerBlock": 100, 5 | "liftConfigs": { 6 | "stirlingLift": { 7 | "platformSpeed": 1.0, 8 | "platformRange": 16 9 | }, 10 | "electricLiftMk1": { 11 | "energyCapacity": 32000.0, 12 | "platformSpeed": 1.2, 13 | "platformRange": 32 14 | }, 15 | "electricLiftMk2": { 16 | "energyCapacity": 64000.0, 17 | "platformSpeed": 1.4, 18 | "platformRange": 64 19 | }, 20 | "electricLiftMk3": { 21 | "energyCapacity": 128000.0, 22 | "platformSpeed": 1.6, 23 | "platformRange": 128 24 | }, 25 | "electricLiftMk4": { 26 | "energyCapacity": 256000.0, 27 | "platformSpeed": 1.8, 28 | "platformRange": 128 29 | }, 30 | "electricLiftMk5": { 31 | "energyCapacity": 512000.0, 32 | "platformSpeed": 2.0, 33 | "platformRange": 256 34 | } 35 | } 36 | } 37 | -------------------------------------------------------------------------------- /kubejs/README.txt: -------------------------------------------------------------------------------- 1 | Find more info on the website: https://kubejs.latvian.dev/ 2 | 3 | Directory information: 4 | 5 | assets - Acts as a resource pack, you can put any client resources in here, like textures, models, etc. Example: assets/kubejs/textures/item/test_item.png 6 | data - Acts as a datapack, you can put any server resources in here, like loot tables, functions, etc. Example: data/kubejs/loot_tables/blocks/test_block.json 7 | 8 | startup_scripts - Scripts that get loaded once during game startup - Used for adding items and other things 9 | server_scripts - Scripts that get loaded every time server resources reload - Used for modifying recipes, tags, and handling server events 10 | client_scripts - Scripts that get loaded every time client resources reload - Used for JEI events, tooltips and other client side things 11 | 12 | config - KubeJS config storage. This is also the only directory that scripts can access other than world directory 13 | exported - Data dumps like texture atlases end up here 14 | -------------------------------------------------------------------------------- /config/betterstrongholds-fabric-1_17.toml: -------------------------------------------------------------------------------- 1 | [betterStrongholds] 2 | whitelistedDimensions = "[minecraft:overworld]" 3 | blacklistedBiomes = "[minecraft:ocean, minecraft:frozen_ocean, minecraft:deep_ocean, minecraft:warm_ocean, minecraft:lukewarm_ocean, minecraft:cold_ocean, minecraft:deep_lukewarm_ocean, minecraft:deep_cold_ocean, minecraft:deep_frozen_ocean, minecraft:beach, minecraft:snowy_beach, minecraft:river, minecraft:frozen_river]" 4 | 5 | [betterStrongholds.general] 6 | strongholdStartMinY = 30 7 | strongholdStartMaxY = 31 8 | strongholdMaxY = 60 9 | strongholdSize = 16 10 | cobwebReplacementChanceNormal = 0.1 11 | cobwebReplacementChanceSpawner = 0.3 12 | torchSpawnRate = 0.1 13 | lanternSpawnRate = 0.2 14 | 15 | [betterStrongholds.pieceSettings] 16 | grandLibraryMaxCount = 1 17 | smallLibraryMaxCount = 2 18 | prisonMaxCount = 2 19 | cmdAcariiMaxCount = 1 20 | cmdYungMaxCount = 1 21 | treasureRoomMaxCount = 2 22 | armouryLargeRoomMaxCount = 2 23 | armourySmallRoomMaxCount = 2 24 | portalRoomMaxCount = 1 25 | -------------------------------------------------------------------------------- /config/patchouli.json5: -------------------------------------------------------------------------------- 1 | { 2 | // Set this to true to disable advancement locking for ALL books, making all entries visible at all times. Config Flag: advancements_disabled 3 | "disableAdvancementLocking": false, 4 | // Granular list of Book ID's to disable advancement locking for, e.g. [ "botania:lexicon" ]. Config Flags: advancements_disabled_ 5 | "noAdvancementBooks": [], 6 | // Enable testing mode. By default this doesn't do anything, but you can use the config flag in your books if you want. Config Flag: testing_mode 7 | "testingMode": false, 8 | // Set this to the ID of a book to have it show up in players' inventories, replacing the recipe book. 9 | "inventoryButtonBook": "", 10 | // Set this to true to use Shift instead of Ctrl for the inventory quick lookup feature. 11 | "useShiftForQuickLookup": false, 12 | // Set how text overflow should be coped with: overflow the text off the page, truncate overflowed text, or resize everything to fit. Relogin after changing. 13 | "textOverflowMode": "OVERFLOW" 14 | } -------------------------------------------------------------------------------- /kubejs/server_scripts/tags/wooden_chests.js: -------------------------------------------------------------------------------- 1 | //////////////////////// 2 | /// Made by Team AOF /// 3 | //////////////////////// 4 | 5 | 6 | onEvent('item.tags', event => { 7 | 8 | 9 | // Chests 10 | var charm_chests = [ 11 | "oak", 12 | "spruce", 13 | "birch", 14 | "jungle", 15 | "acacia", 16 | "dark_oak", 17 | "crimson", 18 | "warped", 19 | ]; 20 | 21 | var be_stuff = [ 22 | "mossy_glowshroom", 23 | "pythadendron", 24 | "end_lotus", 25 | "lacugrove", 26 | "dragon_tree", 27 | "tenanea", 28 | "helix_tree", 29 | "umbrella_tree", 30 | "jellyshroom" 31 | ]; 32 | 33 | charm_chests.forEach(function (item, index) { 34 | event.get("c:wooden_chests").add("charm:" + item + "_chest") 35 | event.get("c:wooden_chests").add("charm:" + item + "_trapped_chest") 36 | }); 37 | 38 | be_stuff.forEach(function (item, index) { 39 | event.get("c:wooden_chests").add("betterend:" + item + "_chest") 40 | event.get("charm:barrels").add("betterend:" + item + "_barrel") 41 | }); 42 | 43 | event.remove('c:iron_ingots', 'betterend:thallasium_ingot') 44 | 45 | }); 46 | -------------------------------------------------------------------------------- /config/quickshulkerconfig.json5: -------------------------------------------------------------------------------- 1 | { 2 | // Activation key 3 | "keybinding": "key.keyboard.p", 4 | // Right Clicking with shulker in hand opens it 5 | "rightClickToOpen": true, 6 | // Hitting the keybind with shulker in hand opens it 7 | "keybind": true, 8 | // Hitting the keybind while hovering over shulker in inv opens it 9 | "keybingInInv": true, 10 | // Right Clicking a shulker in your inv opens it 11 | "rightClickInv": true, 12 | // Right Clicking the opened shulker in your inv closes it 13 | "rightClickClose": false, 14 | // Right Clicking a shulker with an item inserts it 15 | "supportsBundlingInsert": true, 16 | // Right Clicking an item with a shulker inserts it 17 | "supportsBundlingPickup": true, 18 | // Right Clicking an empty slot with a shulker extracts an item 19 | "supportsBundlingExtract": true, 20 | // Enable opening Shulker Boxes 21 | "quickShulkerBox": true, 22 | // Enable opening Crafting Tables 23 | "quickCraftingTables": true, 24 | // Enable opening Stonecutter 25 | "quickStonecutter": true, 26 | // Enable opening EnderChest 27 | "quickEChest": true 28 | } -------------------------------------------------------------------------------- /kubejs/server_scripts/recipetypes/techreborn/shaped.js: -------------------------------------------------------------------------------- 1 | 2 | //////////////////////// 3 | /// Made by Team AOF /// 4 | //////////////////////// 5 | 6 | 7 | onEvent('recipes', (event) => { 8 | 9 | // Quantum Suit 10 | event.shaped(item.of("techreborn:quantum_chestplate"), [ 11 | ["techreborn:tungstensteel_plate", null, "techreborn:tungstensteel_plate"], 12 | ["techreborn:superconductor_cable", "kibe:angel_ring", "techreborn:superconductor_cable"], 13 | ["techreborn:data_storage_chip", "techreborn:iridium_neutron_reflector", "techreborn:data_storage_chip"], 14 | ]); 15 | 16 | // Compressor (Tech Reborn) 17 | event.shaped(item.of("techreborn:compressor"), [ 18 | ["modern_industrialization:iron_plate", "modern_industrialization:iron_plate", "modern_industrialization:iron_plate"], 19 | ["minecraft:stone", "techreborn:electronic_circuit", "minecraft:stone"], 20 | ["minecraft:stone", "techreborn:basic_machine_frame", "minecraft:stone"], 21 | ]); 22 | }); 23 | -------------------------------------------------------------------------------- /config/diggusmaximus/config.json5: -------------------------------------------------------------------------------- 1 | { 2 | // Mod enabled or disabled 3 | "enabled": true, 4 | // Activation key 5 | "keybinding": "key.keyboard.grave.accent", 6 | // Inverts the keybinding activation 7 | "invertActivation": false, 8 | // Sneak to excavate(works serverside only) 9 | "sneakToExcavate": false, 10 | // Should mine diagonally, excludes shape excavating 11 | "mineDiag": true, 12 | // Maximum number of blocks to mine 13 | "maxMinedBlocks": 40, 14 | // Maximum distance from start to mine 15 | "maxMineDistance": 10, 16 | // Automatically pick up drops 17 | "autoPickup": true, 18 | // Tool required to excavate 19 | "requiresTool": false, 20 | // Stop before tool breaks 21 | "dontBreakTool": true, 22 | // Stop excavating when tool breaks 23 | "stopOnToolBreak": true, 24 | // Should tool take durability 25 | "toolDurability": true, 26 | // Should player get exhaustion 27 | "playerExhaustion": true, 28 | // Multiply exhaustion when excavating 29 | "exhaustionMultiplier": 256.0, 30 | // Other items to be considered tools ie: "minecraft:stick" 31 | "tools": [ 32 | "indrev:mining_drill_mk3", 33 | "indrev:mining_drill_mk1", 34 | "indrev:mining_drill_mk2" 35 | ] 36 | } -------------------------------------------------------------------------------- /kubejs/server_scripts/recipetypes/kibe/shaped.js: -------------------------------------------------------------------------------- 1 | 2 | 3 | //////////////////////// 4 | /// Made by Team AOF /// 5 | //////////////////////// 6 | 7 | 8 | onEvent('recipes', (event) => { 9 | 10 | // Angel Ring 11 | event.shaped(item.of("kibe:angel_ring"), [ 12 | ['dml-refabricated:glitch_ingot', 'minecraft:elytra', 'dml-refabricated:glitch_ingot'], 13 | ['techreborn:interdimensional_su', 'modern_industrialization:diesel_jetpack', 'modern_industrialization:highly_advanced_upgrade'], 14 | ['minecraft:end_crystal', 'conjuring:stabilized_conjuring_focus', 'minecraft:dragon_breath'], 15 | ]); 16 | 17 | // Light Ring 18 | event.shaped(item.of("kibe:light_ring"), [ 19 | ['modern_industrialization:advanced_pump', "modern_industrialization:bucket_light_fuel", 'modern_industrialization:advanced_pump'], 20 | ["modern_industrialization:bucket_light_fuel", "kibe:diamond_ring", "modern_industrialization:bucket_light_fuel"], 21 | ['modern_industrialization:piston', "modern_industrialization:bucket_light_fuel", 'modern_industrialization:piston'], 22 | ]); 23 | 24 | }); 25 | -------------------------------------------------------------------------------- /kubejs/server_scripts/recipetypes/minecraft/shaped.js: -------------------------------------------------------------------------------- 1 | 2 | 3 | //////////////////////// 4 | /// Made by Team AOF /// 5 | //////////////////////// 6 | 7 | 8 | onEvent('recipes', (event) => { 9 | 10 | // Cobweb 11 | event.shaped(item.of("minecraft:cobweb"), [ 12 | ["minecraft:string", "minecraft:string", "minecraft:string"], 13 | ["minecraft:string", "minecraft:string", "minecraft:string"], 14 | ["minecraft:string", "minecraft:string", "minecraft:string"], 15 | ]); 16 | 17 | // Oak Sign 18 | event.replaceInput( 19 | { id: "minecraft:oak_sign" }, 20 | "minecraft:oak_planks", 21 | "#minecraft:planks" 22 | ); 23 | 24 | // Sticks 25 | event.shaped(item.of("minecraft:stick", 16), [ 26 | ["#minecraft:logs"], 27 | ["#minecraft:logs"], 28 | ]); 29 | 30 | 31 | // Hopper 32 | event.remove({ id: "charm:variant_chests/hopper" }); 33 | event.shaped(item.of("minecraft:hopper"), [ 34 | ["minecraft:iron_ingot", "#minecraft:logs", "minecraft:iron_ingot"], 35 | ["minecraft:iron_ingot", "#minecraft:logs", "minecraft:iron_ingot"], 36 | [null, "minecraft:iron_ingot", null], 37 | ]); 38 | 39 | }); 40 | -------------------------------------------------------------------------------- /config/dark-enchanting.json5: -------------------------------------------------------------------------------- 1 | { 2 | //All enchantments cost this much levels to start. 3 | "baseCost": 2.5, 4 | //Make enchantments cost more. 5 | "costFactor": 1.0, 6 | //How much curses should be multiplied by. 7 | "curseFactor": 3.0, 8 | //How much treasure enchantments should be multiplied by. 9 | "treasureFactor": 4.0, 10 | //Makes rare enchantments less cheap. Decrease the value increase the cost of Rare & Very Rare enchantments. 11 | "weightDivisor": 2.0, 12 | //This number gets multiplied by the repair cost. Increase it to make repair cost more. 13 | "repairFactor": 1.0, 14 | //This number (in percent) will be converted into the cost discount when surrounded by bookshelves. (default: 40 % / 0.4 15 | "bookshelvesDiscount": 0.4, 16 | //This is where people can write specific enchantment data for this mod. The following is an example entry. This entry represents an entry for sharpness in its default form. The Id of the enchantments, factors to multiply during enchanting (discount is when taking off enchantments, cost is when putting on), and activated decides whether the enchantment can be used 17 | "configEnchantments": [ 18 | { 19 | "enchantmentId": "minecraft:sharpness", 20 | "personalFactor": 0.0, 21 | "activated": true 22 | } 23 | ] 24 | } 25 | -------------------------------------------------------------------------------- /config/ferritecore.mixin.properties: -------------------------------------------------------------------------------- 1 | # Replace the blockstate neighbor table 2 | replaceNeighborLookup = true 3 | # Do not store the properties of a state explicitly and read themfrom the replace neighbor table instead. Requires replaceNeighborLookup to be enabled 4 | replacePropertyMap = true 5 | # Cache the predicate instances used in multipart models 6 | cacheMultipartPredicates = true 7 | # Avoid creation of new strings when creating ModelResourceLocations 8 | modelResourceLocations = true 9 | # Do not create a new MultipartBakedModel instance for each block state using the same multipartmodel. Requires cacheMultipartPredicates to be enabled 10 | multipartDeduplication = true 11 | # Deduplicate cached data for blockstates, most importantly collision and render shapes 12 | blockstateCacheDeduplication = true 13 | # Deduplicate vertex data of baked quads in the basic model implementations 14 | bakedQuadDeduplication = true 15 | # Do not keep already-parsed NBT data for partially loaded chunks in memory 16 | reducedChunkNBT = true 17 | # Use a slightly more compact, but also slightly slower representation for block states 18 | compactFastMap = false 19 | # Populate the neighbor table used by vanilla. Enabling this slightly increases memory usage, but can help with issues in the rare case where mods access it directly. 20 | populateNeighborTable = false 21 | -------------------------------------------------------------------------------- /config/waila/waila.json: -------------------------------------------------------------------------------- 1 | { 2 | "configVersion": 1, 3 | "general": { 4 | "displayTooltip": true, 5 | "shiftForDetails": false, 6 | "displayMode": "TOGGLE", 7 | "hideFromPlayerList": true, 8 | "hideFromDebug": true, 9 | "enableTextToSpeech": false, 10 | "rateLimit": 250, 11 | "maxHealthForRender": 40, 12 | "maxHeartsPerLine": 10 13 | }, 14 | "overlay": { 15 | "position": { 16 | "x": 0, 17 | "y": 2, 18 | "alignX": "CENTER", 19 | "alignY": "TOP", 20 | "anchorX": "CENTER", 21 | "anchorY": "TOP" 22 | }, 23 | "scale": 1.0, 24 | "color": { 25 | "alpha": 80, 26 | "themes": [ 27 | { 28 | "id": "waila:dark", 29 | "backgroundColor": 1250067, 30 | "gradientStart": 3684408, 31 | "gradientEnd": 2368548, 32 | "fontColor": 10526880 33 | }, 34 | { 35 | "id": "waila:vanilla", 36 | "backgroundColor": 1048592, 37 | "gradientStart": 5243135, 38 | "gradientEnd": 2621567, 39 | "fontColor": 10526880 40 | } 41 | ], 42 | "activeTheme": "waila:dark" 43 | } 44 | }, 45 | "formatting": { 46 | "modName": "§9§o%s", 47 | "blockName": "§f%s", 48 | "fluidName": "§f%s", 49 | "entityName": "§f%s", 50 | "registryName": "§8%s" 51 | } 52 | } -------------------------------------------------------------------------------- /config/appleskin.json5: -------------------------------------------------------------------------------- 1 | { 2 | // If true, shows the hunger and saturation values of food in its tooltip while holding SHIFT 3 | "showFoodValuesInTooltip": true, 4 | // If true, shows the hunger and saturation values of food in its tooltip automatically (without needing to hold SHIFT) 5 | "showFoodValuesInTooltipAlways": true, 6 | // If true, shows your current saturation level overlayed on the hunger bar 7 | "showSaturationHudOverlay": true, 8 | // If true, shows the hunger (and saturation if showSaturationHudOverlay is true) that would be restored by food you are currently holding 9 | "showFoodValuesHudOverlay": true, 10 | // If true, enables the hunger/saturation/health overlays for food in your off-hand 11 | "showFoodValuesHudOverlayWhenOffhand": true, 12 | // If true, shows your food exhaustion as a progress bar behind the hunger bar 13 | "showFoodExhaustionHudUnderlay": true, 14 | // If true, shows estimated health restored by food on the health bar 15 | "showFoodHealthHudOverlay": true, 16 | // If true, shows your hunger, saturation, and exhaustion level in Debug Screen 17 | "showFoodDebugInfo": true, 18 | // If true, health/hunger overlay will shake to match Minecraft's icon animations 19 | "showVanillaAnimationsOverlay": true, 20 | // Alpha value of the flashing icons at their most visible point (1.0 = fully opaque, 0.0 = fully transparent) 21 | "maxHudOverlayFlashAlpha": 0.6499999761581421 22 | } -------------------------------------------------------------------------------- /config/betterstrongholds/fabric-1_17/armorstands.json: -------------------------------------------------------------------------------- 1 | { 2 | "commonHelmets": { 3 | "entries": { 4 | "iron_helmet": 0.3, 5 | "chainmail_helmet": 0.3, 6 | "leather_helmet": 0.1, 7 | "carved_pumpkin": 0.01 8 | }, 9 | "defaultItem": "air" 10 | }, 11 | "rareHelmets": { 12 | "entries": { 13 | "diamond_helmet": 0.3, 14 | "carved_pumpkin": 0.2 15 | }, 16 | "defaultItem": "air" 17 | }, 18 | "commonChestplates": { 19 | "entries": { 20 | "chainmail_chestplate": 0.3, 21 | "iron_chestplate": 0.3, 22 | "leather_chestplate": 0.1 23 | }, 24 | "defaultItem": "air" 25 | }, 26 | "rareChestplates": { 27 | "entries": { 28 | "diamond_chestplate": 0.3 29 | }, 30 | "defaultItem": "air" 31 | }, 32 | "commonLeggings": { 33 | "entries": { 34 | "chainmail_leggings": 0.3, 35 | "iron_leggings": 0.3, 36 | "leather_leggings": 0.1 37 | }, 38 | "defaultItem": "air" 39 | }, 40 | "rareLeggings": { 41 | "entries": { 42 | "diamond_leggings": 0.3 43 | }, 44 | "defaultItem": "air" 45 | }, 46 | "commonBoots": { 47 | "entries": { 48 | "leather_boots": 0.1, 49 | "chainmail_boots": 0.3, 50 | "iron_boots": 0.3 51 | }, 52 | "defaultItem": "air" 53 | }, 54 | "rareBoots": { 55 | "entries": { 56 | "diamond_boots": 0.3 57 | }, 58 | "defaultItem": "air" 59 | } 60 | } -------------------------------------------------------------------------------- /config/fireworkfrenzy.json5: -------------------------------------------------------------------------------- 1 | { 2 | /* Number of Invincibility Ticks when a player hits themselves 3 | with a Firework Rocket? (Vanilla: 10) 4 | */ 5 | "selfDamageInvincibilityTicks": 0, 6 | // Base damage of Firework Rockets. 7 | "baseDamage": 3.0, 8 | // Multiplier for Rocket Jump Velocity. 9 | "rocketJumpMultiplier": 1.0, 10 | // Multiplier for other entity's Firework Rocket Knockback 11 | "otherEntityKnockback": 0.5, 12 | // Should item display damage of Firework Rockets? 13 | "showTooltip": true, 14 | // Should damage scaling only affect Crossbows? 15 | "onlyAffectCrossbows": true, 16 | // Should players be able to Rocket Jump? 17 | "allowRocketJumping": true, 18 | /* Should the be added to the game? 19 | (Restart Required) 20 | */ 21 | "enableMemeSpoon": true, 22 | /* Should the be added to the game? 23 | (Restart Required) 24 | */ 25 | "enableGunboats": true, 26 | /* Should players be able to use Firework Rockets from their 27 | inventory, and not just their offhand? 28 | */ 29 | "useRocketsFromInv": true, 30 | /* Should Elytra flight cancel Rocket Jumping? 31 | (Overwrites Firework Boost option if true) 32 | */ 33 | "elytrasCancelRocketJumping": true, 34 | // Should Firework Boosts cancel Rocket Jumping? 35 | "boostsCancelRocketJumping": true, 36 | // Should Crossbows get Infinity? 37 | "crossbowsGetInfinity": true, 38 | // Should Infinity work on Firework Rockets? 39 | "infinityAffectsRockets": true 40 | } -------------------------------------------------------------------------------- /config/authme.json5: -------------------------------------------------------------------------------- 1 | { 2 | // Auth Button 3 | "authButton": { 4 | // Position of the button on the multiplayer screen 5 | "x": 6, 6 | // Position of the button on the multiplayer screen 7 | "y": 6, 8 | // True if the button can be dragged to a new position 9 | "draggable": true 10 | }, 11 | // Login Methods 12 | "methods": { 13 | // Login via Microsoft 14 | "microsoft": { 15 | // Indicates the type of user interaction that is required 16 | "prompt": "DEFAULT", 17 | // The port from which to listen for OAuth2 callbacks 18 | "port": 25585, 19 | // OAuth2 client id 20 | "clientId": "e16699bb-2aa8-46da-b5e3-45cbcce29091", 21 | // OAuth2 authorization url 22 | "authorizeUrl": "https://login.live.com/oauth20_authorize.srf", 23 | // OAuth2 access token url 24 | "tokenUrl": "https://login.live.com/oauth20_token.srf", 25 | // Xbox authentication url 26 | "xboxAuthUrl": "https://user.auth.xboxlive.com/user/authenticate", 27 | // Xbox XSTS authorization url 28 | "xboxXstsUrl": "https://xsts.auth.xboxlive.com/xsts/authorize", 29 | // Minecraft authentication url 30 | "mcAuthUrl": "https://api.minecraftservices.com/authentication/login_with_xbox", 31 | // Minecraft profile url 32 | "mcProfileUrl": "https://api.minecraftservices.com/minecraft/profile" 33 | }, 34 | // Login via Mojang (or legacy) 35 | "mojang": { 36 | // Last used username 37 | "lastUsername": "" 38 | }, 39 | // Login Offline 40 | "offline": { 41 | // Last used username 42 | "lastUsername": "" 43 | } 44 | } 45 | } -------------------------------------------------------------------------------- /kubejs/data/indrev/loot_tables/blocks/silver_ore.json: -------------------------------------------------------------------------------- 1 | { 2 | "type": "minecraft:block", 3 | "pools": [ 4 | { 5 | "rolls": 1.0, 6 | "bonus_rolls": 0.0, 7 | "entries": [ 8 | { 9 | "type": "minecraft:alternatives", 10 | "children": [ 11 | { 12 | "type": "minecraft:item", 13 | "conditions": [ 14 | { 15 | "condition": "minecraft:match_tool", 16 | "predicate": { 17 | "enchantments": [ 18 | { 19 | "enchantment": "minecraft:silk_touch", 20 | "levels": { 21 | "min": 1 22 | } 23 | } 24 | ] 25 | } 26 | } 27 | ], 28 | "name": "indrev:silver_ore" 29 | }, 30 | { 31 | "type": "minecraft:item", 32 | "functions": [ 33 | { 34 | "function": "minecraft:apply_bonus", 35 | "enchantment": "minecraft:fortune", 36 | "formula": "minecraft:ore_drops" 37 | }, 38 | { 39 | "function": "minecraft:explosion_decay" 40 | } 41 | ], 42 | "name": "modern_industrialization:raw_silver" 43 | } 44 | ] 45 | } 46 | ] 47 | } 48 | ] 49 | } -------------------------------------------------------------------------------- /kubejs/server_scripts/remove_recipes.js: -------------------------------------------------------------------------------- 1 | onEvent('recipes', (event) => { 2 | 3 | const id = [ 4 | 'indrev:shapeless/steel_dust', 5 | 'charm:variant_chests/hopper', 6 | 'techreborn:crafting_table/solar_panel/ultimate_solar_panel_alt', 7 | 'techreborn:crafting_table/solar_panel/industrial_solar_panel_alt', 8 | 'techreborn:crafting_table/solar_panel/advanced_solar_panel_alt', 9 | 'techreborn:crafting_table/solar_panel/advanced_solar_panel_alt', 10 | 'techreborn:rolling_machine/minecart', 11 | 'vanilla-excavators:obsidian_excavator', 12 | 'vanilla-hammers:obsidian_hammer' 13 | 14 | ]; 15 | 16 | const output = [ 17 | 'minecraft:barrel', 18 | 'blast:gunpowder_block', 19 | 'blockus:white_oak_small_logs', 20 | 'blockus:dark_oak_small_logs', 21 | 'blockus:acacia_small_logs', 22 | 'blockus:jungle_small_logs', 23 | 'blockus:birch_small_logs', 24 | 'blockus:spruce_small_logs', 25 | 'blockus:oak_small_logs', 26 | 'blockus:golden_bars', 27 | 'campanion:cracker', 28 | 'goml:heaven_wings', 29 | 'goml:ender_binding', 30 | 'goml:makeshift_claim_anchor', 31 | 'kibe:angel_ring', 32 | 'kibe:light_ring', 33 | 'techreborn:quantum_chestplate', 34 | 'techreborn:compressor', 35 | 'winged:heart_of_the_sky', 36 | 'rswires:red_alloy_compound' 37 | ]; 38 | 39 | id.forEach((id) => { 40 | event.remove({ id: id }); 41 | }); 42 | 43 | output.forEach((output) => { 44 | event.remove({ output: output }); 45 | }); 46 | }); -------------------------------------------------------------------------------- /kubejs/data/indrev/loot_tables/blocks/deepslate_silver_ore.json: -------------------------------------------------------------------------------- 1 | { 2 | "type": "minecraft:block", 3 | "pools": [ 4 | { 5 | "rolls": 1.0, 6 | "bonus_rolls": 0.0, 7 | "entries": [ 8 | { 9 | "type": "minecraft:alternatives", 10 | "children": [ 11 | { 12 | "type": "minecraft:item", 13 | "conditions": [ 14 | { 15 | "condition": "minecraft:match_tool", 16 | "predicate": { 17 | "enchantments": [ 18 | { 19 | "enchantment": "minecraft:silk_touch", 20 | "levels": { 21 | "min": 1 22 | } 23 | } 24 | ] 25 | } 26 | } 27 | ], 28 | "name": "indrev:deepslate_silver_ore" 29 | }, 30 | { 31 | "type": "minecraft:item", 32 | "functions": [ 33 | { 34 | "function": "minecraft:apply_bonus", 35 | "enchantment": "minecraft:fortune", 36 | "formula": "minecraft:ore_drops" 37 | }, 38 | { 39 | "function": "minecraft:explosion_decay" 40 | } 41 | ], 42 | "name": "modern_industrialization:raw_silver" 43 | } 44 | ] 45 | } 46 | ] 47 | } 48 | ] 49 | } -------------------------------------------------------------------------------- /config/nyfsquivers.json: -------------------------------------------------------------------------------- 1 | { 2 | "quivers": [ 3 | { 4 | "name": "basic", 5 | "rowWidth": 9, 6 | "numberOfRows": 1, 7 | "isFireImmune": false, 8 | "openSound": "minecraft:item.armor.equip_leather" 9 | }, 10 | { 11 | "name": "iron", 12 | "rowWidth": 9, 13 | "numberOfRows": 2, 14 | "isFireImmune": false, 15 | "openSound": "minecraft:item.armor.equip_iron" 16 | }, 17 | { 18 | "name": "copper", 19 | "rowWidth": 9, 20 | "numberOfRows": 2, 21 | "isFireImmune": false, 22 | "openSound": "minecraft:item.armor.equip_iron" 23 | }, 24 | { 25 | "name": "gold", 26 | "rowWidth": 9, 27 | "numberOfRows": 3, 28 | "isFireImmune": false, 29 | "openSound": "minecraft:item.armor.equip_gold" 30 | }, 31 | { 32 | "name": "silver", 33 | "rowWidth": 9, 34 | "numberOfRows": 3, 35 | "isFireImmune": false, 36 | "openSound": "minecraft:item.armor.equip_gold" 37 | }, 38 | { 39 | "name": "diamond", 40 | "rowWidth": 9, 41 | "numberOfRows": 4, 42 | "isFireImmune": false, 43 | "openSound": "minecraft:item.armor.equip_diamond" 44 | }, 45 | { 46 | "name": "netherite", 47 | "rowWidth": 9, 48 | "numberOfRows": 5, 49 | "isFireImmune": true, 50 | "openSound": "minecraft:item.armor.equip_leather" 51 | } 52 | ], 53 | //Whether Backpacks should play a sound when opened. 54 | "playSound": true, 55 | //Position of HUD 56 | "xpos": 0, 57 | "ypos": 0 58 | } 59 | -------------------------------------------------------------------------------- /config/waila/megane_modules.json: -------------------------------------------------------------------------------- 1 | { 2 | "modules": { 3 | "megane-kibe": { 4 | "badasintended.megane.impl.Kibe": true 5 | }, 6 | "megane-industrial-revolution": { 7 | "badasintended.megane.impl.IndustrialRevolution": true 8 | }, 9 | "megane-modern-industrialization": { 10 | "badasintended.megane.impl.ModernIndustrialization": true 11 | }, 12 | "megane-fast-transfer-lib": { 13 | "badasintended.megane.impl.FastTransferLib": true 14 | }, 15 | "megane-team-reborn-energy": { 16 | "badasintended.megane.impl.TeamRebornEnergy": true, 17 | "badasintended.megane.impl.LegacyTeamRebornEnergy": true 18 | }, 19 | "megane-reborn-core": { 20 | "badasintended.megane.impl.RebornCore": true 21 | }, 22 | "megane-fabric-transfer": { 23 | "badasintended.megane.impl.FabricTransfer": true 24 | }, 25 | "megane-tech-reborn": { 26 | "badasintended.megane.impl.TechReborn": true 27 | }, 28 | "megane-extra-generators": { 29 | "badasintended.megane.impl.ExtraGenerators": true 30 | }, 31 | "megane-lib-block-attributes": { 32 | "badasintended.megane.impl.LibBlockAttributesFluids": true 33 | }, 34 | "megane-applied-energistics-2": { 35 | "badasintended.megane.impl.AppliedEnergistics2": true 36 | }, 37 | "megane-dml-simulacrum": { 38 | "badasintended.megane.impl.DmlSimulacrum": true 39 | }, 40 | "megane-wireless-networks": { 41 | "badasintended.megane.impl.WirelessNetworks": true 42 | }, 43 | "megane-vanilla": { 44 | "badasintended.megane.impl.Minecraft": true 45 | } 46 | } 47 | } -------------------------------------------------------------------------------- /config/quarrymod/machines.json: -------------------------------------------------------------------------------- 1 | { 2 | "quarry": { 3 | "QuarryExtenderWorkRadius": { 4 | "comment": "Quarry Extender Work Radius, added radius to SqrWorkRadius for each level, in blocks", 5 | "value": [ 6 | 7.0, 7 | 12.0, 8 | 18.0, 9 | 24.0 10 | ] 11 | }, 12 | "QuarryMaxInput": { 13 | "comment": "Quarry Max Input (Value in EU)", 14 | "value": 128 15 | }, 16 | "QuarryMaxInputOverclockerMultipier": { 17 | "comment": "Quarry Max Input Multiplier by overclocker upgrades", 18 | "value": 6.0 19 | }, 20 | "QuarryMaxEnergy": { 21 | "comment": "Quarry Max Energy (Value in EU)", 22 | "value": 100000 23 | }, 24 | "QuarryAccessibleExcavationModes": { 25 | "comment": "Quarry Accessible Excavation Modes, 1 - ores only, 2 - all only, 3 - all and ores", 26 | "value": 3 27 | }, 28 | "QuarrySqrWorkRadius": { 29 | "comment": "Do not affect anything anymore", 30 | "value": 8 31 | }, 32 | "QuarryTiksPerExcavation": { 33 | "comment": "Quarry Tiks Per Excavation, 20 ticks - 1 second", 34 | "value": 60 35 | }, 36 | "QuarryMinTiksPerExcavation": { 37 | "comment": "Quarry Min Tiks Per Excavation (with all 4 upgrdes), 20 ticks - 1 second", 38 | "value": 8 39 | }, 40 | "QuarryEnergyPerExcavation": { 41 | "comment": "Quarry Energy Per Excavation (Value in EU)", 42 | "value": 6000 43 | }, 44 | "QuarryAdditioanlBlocksToMine": { 45 | "comment": "Additioanl Blocks to Mine list", 46 | "value": [ 47 | "minecraft:ancient_debris" 48 | ] 49 | } 50 | } 51 | } --------------------------------------------------------------------------------