update
This commit is contained in:
parent
8a44da82af
commit
03c7499cd8
@ -59,7 +59,7 @@
|
|||||||
#Entities that CAN be picked up (useWhitelistEntities must be true)
|
#Entities that CAN be picked up (useWhitelistEntities must be true)
|
||||||
allowedEntities = []
|
allowedEntities = []
|
||||||
#Blocks that CAN be picked up (useWhitelistBlocks must be true)
|
#Blocks that CAN be picked up (useWhitelistBlocks must be true)
|
||||||
allowedBlocks = ["minecraft:crafting_table","#forge:chests", "#forge:barrels", "forge:boxes/shulker", "sophisticatedstorage:shulker_box", "sophisticatedstorage:copper_shulker_box", "sophisticatedstorage:iron_shulker_box", "sophisticatedstorage:gold_shulker_box", "sophisticatedstorage:diamond_shulker_box", "sophisticatedstorage:netherite_shulker_box", "sophisticatedbackpacks:backpack", "functionalstorage:*"]
|
allowedBlocks = ["minecraft:buddings_amethyst", "minecraft:spawner", "minecraft:crafting_table", "#forge:chests", "#forge:barrels", "forge:boxes/shulker", "sophisticatedstorage:shulker_box", "sophisticatedstorage:copper_shulker_box", "sophisticatedstorage:iron_shulker_box", "sophisticatedstorage:gold_shulker_box", "sophisticatedstorage:diamond_shulker_box", "sophisticatedstorage:netherite_shulker_box", "sophisticatedbackpacks:backpack", "functionalstorage:*"]
|
||||||
#Entities that CAN have other entities stacked on top of them (useWhitelistStacking must be true)
|
#Entities that CAN have other entities stacked on top of them (useWhitelistStacking must be true)
|
||||||
allowedStacking = []
|
allowedStacking = []
|
||||||
|
|
||||||
|
42
config/cobblegenrandomizer-common.toml
Normal file
42
config/cobblegenrandomizer-common.toml
Normal file
@ -0,0 +1,42 @@
|
|||||||
|
|
||||||
|
#General settings
|
||||||
|
[general]
|
||||||
|
#Use config instead of datapack
|
||||||
|
use_config = true
|
||||||
|
|
||||||
|
#List settings
|
||||||
|
#Syntax: ["modid:block|weight"]
|
||||||
|
#Example: ["minecraft:stone|2","minecraft:dirt|1"]
|
||||||
|
#Forge tags are supported
|
||||||
|
[general.lists]
|
||||||
|
#Cobble gen
|
||||||
|
block_list_cobble = ["minecraft:cobblestone"]
|
||||||
|
#Stone gen
|
||||||
|
block_list_stone = ["minecraft:stone"]
|
||||||
|
#Basalt gen
|
||||||
|
block_list_basalt = ["minecraft:basalt"]
|
||||||
|
|
||||||
|
#Custom settings
|
||||||
|
[general.lists.custom]
|
||||||
|
#Custom generators
|
||||||
|
#Syntax: [gen]
|
||||||
|
#Gen: [type, block, list]
|
||||||
|
#Type: cobblestone, stone
|
||||||
|
#Block: resource location of the block below the generated block
|
||||||
|
#List: see List settings
|
||||||
|
#Examples:
|
||||||
|
#custom_generators = [
|
||||||
|
# ["cobblestone", "minecraft:diamond_block", ["minecraft:diamond_block"]],
|
||||||
|
# ["cobblestone", "minecraft:dirt", ["forge:dirt"]],
|
||||||
|
# ["cobblestone", "minecraft:white_wool", ["minecraft:wool"]]]
|
||||||
|
custom_generators = [
|
||||||
|
["cobblestone", "minecraft:coal_block", ["minecraft:blackstone"]],
|
||||||
|
["stone", "minecraft:coal_block", ["minecraft:blackstone|100","minecraft:glided_blackstone|5"]],
|
||||||
|
["cobblestone", "minecraft:quartz_block", ["minecraft:granite"]],
|
||||||
|
["stone", "minecraft:quartz_block", ["minecraft:granite"]],
|
||||||
|
["cobblestone", "minecraft:polished_deepslate", ["minecraft:cobbled_deeplsate"]],
|
||||||
|
["stone", "minecraft:polished_deepslate", ["minecraft:deepslate"]],
|
||||||
|
["cobblestone", "create:limestone", ["minecraft:calcite"]],
|
||||||
|
["stone", "create:limestone", ["minecraft:calcite"]]
|
||||||
|
]
|
||||||
|
|
6
config/defaultoptions-common.toml
Normal file
6
config/defaultoptions-common.toml
Normal file
@ -0,0 +1,6 @@
|
|||||||
|
#The default difficulty selected for newly created worlds.
|
||||||
|
#Allowed Values: PEACEFUL, EASY, NORMAL, HARD
|
||||||
|
defaultDifficulty = "HARD"
|
||||||
|
#Set to true if the difficulty for new world's should be locked to the specific default. This cannot be unlocked by players without external tools! Probably a bad idea. I don't recommend. Why am I adding this option?
|
||||||
|
lockDifficulty = false
|
||||||
|
|
313
config/defaultoptions/keybindings.txt
Normal file
313
config/defaultoptions/keybindings.txt
Normal file
@ -0,0 +1,313 @@
|
|||||||
|
key_key.attack:key.mouse.left:NONE
|
||||||
|
key_key.use:key.mouse.right:NONE
|
||||||
|
key_key.forward:key.keyboard.w:NONE
|
||||||
|
key_key.left:key.keyboard.a:NONE
|
||||||
|
key_key.back:key.keyboard.s:NONE
|
||||||
|
key_key.right:key.keyboard.d:NONE
|
||||||
|
key_key.jump:key.keyboard.space:NONE
|
||||||
|
key_key.sneak:key.keyboard.left.shift:NONE
|
||||||
|
key_key.sprint:key.keyboard.left.control:NONE
|
||||||
|
key_key.drop:key.keyboard.q:NONE
|
||||||
|
key_key.inventory:key.keyboard.e:NONE
|
||||||
|
key_key.chat:key.keyboard.t:NONE
|
||||||
|
key_key.playerlist:key.keyboard.tab:NONE
|
||||||
|
key_key.pickItem:key.mouse.middle:NONE
|
||||||
|
key_key.command:key.keyboard.slash:NONE
|
||||||
|
key_key.socialInteractions:key.keyboard.p:NONE
|
||||||
|
key_key.screenshot:key.keyboard.f2:NONE
|
||||||
|
key_key.togglePerspective:key.keyboard.f5:NONE
|
||||||
|
key_key.smoothCamera:key.keyboard.unknown:NONE
|
||||||
|
key_key.fullscreen:key.keyboard.f11:NONE
|
||||||
|
key_key.spectatorOutlines:key.keyboard.unknown:NONE
|
||||||
|
key_key.swapOffhand:key.keyboard.f:NONE
|
||||||
|
key_key.saveToolbarActivator:key.keyboard.c:NONE
|
||||||
|
key_key.loadToolbarActivator:key.keyboard.x:NONE
|
||||||
|
key_key.advancements:key.keyboard.l:NONE
|
||||||
|
key_key.hotbar.1:key.keyboard.1:NONE
|
||||||
|
key_key.hotbar.2:key.keyboard.2:NONE
|
||||||
|
key_key.hotbar.3:key.keyboard.3:NONE
|
||||||
|
key_key.hotbar.4:key.keyboard.4:NONE
|
||||||
|
key_key.hotbar.5:key.keyboard.5:NONE
|
||||||
|
key_key.hotbar.6:key.keyboard.6:NONE
|
||||||
|
key_key.hotbar.7:key.keyboard.7:NONE
|
||||||
|
key_key.hotbar.8:key.keyboard.8:NONE
|
||||||
|
key_key.hotbar.9:key.keyboard.9:NONE
|
||||||
|
key_key.entityculling.toggle:key.keyboard.unknown:NONE
|
||||||
|
key_key.mimi.midi.gui.filecaster:key.keyboard.period:NONE
|
||||||
|
key_key.mimi.midi.gui.transmitter:key.keyboard.comma:NONE
|
||||||
|
key_key.mimi.midi.gui.settings:key.keyboard.home:NONE
|
||||||
|
key_key.mimi.midi.alloff:key.keyboard.end:NONE
|
||||||
|
key_key.mimi.midi.gui.main:key.keyboard.j:NONE
|
||||||
|
key_key.mimi.midi.gui.off:key.keyboard.k:NONE
|
||||||
|
key_key.mimi.midi.gui.seat:key.keyboard.l:NONE
|
||||||
|
key_key.modernfix.config:key.keyboard.unknown:NONE
|
||||||
|
key_key.exposure.camera_controls:key.keyboard.unknown:NONE
|
||||||
|
key_info.structure_gel.building_tool.undo:key.keyboard.z:CONTROL
|
||||||
|
key_info.structure_gel.building_tool.redo:key.keyboard.y:CONTROL
|
||||||
|
key_key.structure_gel.open_building_tool_gui:key.keyboard.unknown:NONE
|
||||||
|
key_key.dynamic_fps.toggle_forced:key.keyboard.unknown:NONE
|
||||||
|
key_key.dynamic_fps.toggle_disabled:key.keyboard.unknown:NONE
|
||||||
|
key_key.recruits.command_screen_key:key.keyboard.unknown:NONE
|
||||||
|
key_key.recruits.team_screen_key:key.keyboard.u:NONE
|
||||||
|
key_key.push_to_talk:key.keyboard.v:NONE
|
||||||
|
key_key.whisper:key.keyboard.unknown:NONE
|
||||||
|
key_key.mute_microphone:key.keyboard.m:NONE
|
||||||
|
key_key.disable_voice_chat:key.keyboard.n:NONE
|
||||||
|
key_key.hide_icons:key.keyboard.h:NONE
|
||||||
|
key_key.voice_chat:key.keyboard.unknown:NONE
|
||||||
|
key_key.voice_chat_settings:key.keyboard.unknown:NONE
|
||||||
|
key_key.voice_chat_group:key.keyboard.g:NONE
|
||||||
|
key_key.voice_chat_toggle_recording:key.keyboard.unknown:NONE
|
||||||
|
key_key.voice_chat_adjust_volumes:key.keyboard.unknown:NONE
|
||||||
|
key_key.trade_cycling.cycle_trades:key.keyboard.unknown:NONE
|
||||||
|
key_key.shouldersurfing.adjust_camera_left:key.keyboard.left:NONE
|
||||||
|
key_key.shouldersurfing.adjust_camera_right:key.keyboard.right:NONE
|
||||||
|
key_key.shouldersurfing.adjust_camera_in:key.keyboard.up:NONE
|
||||||
|
key_key.shouldersurfing.adjust_camera_out:key.keyboard.down:NONE
|
||||||
|
key_key.shouldersurfing.adjust_camera_up:key.keyboard.page.up:NONE
|
||||||
|
key_key.shouldersurfing.adjust_camera_down:key.keyboard.page.down:NONE
|
||||||
|
key_key.shouldersurfing.swap_shoulder:key.keyboard.o:NONE
|
||||||
|
key_key.shouldersurfing.toggle_first_person:key.keyboard.unknown:NONE
|
||||||
|
key_key.shouldersurfing.toggle_third_person_front:key.keyboard.unknown:NONE
|
||||||
|
key_key.shouldersurfing.toggle_third_person_back:key.keyboard.unknown:NONE
|
||||||
|
key_key.shouldersurfing.free_look:key.keyboard.left.alt:NONE
|
||||||
|
key_key.shouldersurfing.toggle_camera_coupling:key.keyboard.unknown:NONE
|
||||||
|
key_key.shouldersurfing.toggle_x_offset_presets:key.keyboard.unknown:NONE
|
||||||
|
key_key.shouldersurfing.toggle_y_offset_presets:key.keyboard.unknown:NONE
|
||||||
|
key_key.shouldersurfing.toggle_z_offset_presets:key.keyboard.unknown:NONE
|
||||||
|
key_key.astikorcarts.desc:key.keyboard.r:NONE
|
||||||
|
key_key.securitycraft.cameraZoomIn:key.keyboard.equal:NONE
|
||||||
|
key_key.securitycraft.cameraZoomOut:key.keyboard.minus:NONE
|
||||||
|
key_key.securitycraft.cameraEmitRedstone:key.keyboard.r:NONE
|
||||||
|
key_key.securitycraft.cameraActivateNightVision:key.keyboard.n:NONE
|
||||||
|
key_key.securitycraft.setDefaultViewingDirection:key.keyboard.u:NONE
|
||||||
|
key_key.structurize.teleport:key.keyboard.unknown:NONE
|
||||||
|
key_key.structurize.move_forward:key.keyboard.up:NONE
|
||||||
|
key_key.structurize.move_back:key.keyboard.down:NONE
|
||||||
|
key_key.structurize.move_left:key.keyboard.left:NONE
|
||||||
|
key_key.structurize.move_right:key.keyboard.right:NONE
|
||||||
|
key_key.structurize.move_up:key.keyboard.keypad.add:NONE
|
||||||
|
key_key.structurize.move_down:key.keyboard.keypad.subtract:NONE
|
||||||
|
key_key.structurize.rotate_cw:key.keyboard.right:SHIFT
|
||||||
|
key_key.structurize.rotate_ccw:key.keyboard.left:SHIFT
|
||||||
|
key_key.structurize.mirror:key.keyboard.m:NONE
|
||||||
|
key_key.structurize.place:key.keyboard.enter:NONE
|
||||||
|
key_iris.keybind.reload:key.keyboard.unknown:NONE
|
||||||
|
key_iris.keybind.toggleShaders:key.keyboard.k:NONE
|
||||||
|
key_iris.keybind.shaderPackSelection:key.keyboard.o:NONE
|
||||||
|
key_key.inventoryessentials.single_transfer:key.mouse.left:CONTROL
|
||||||
|
key_key.inventoryessentials.screen_bulk_drop:key.mouse.left:SHIFT
|
||||||
|
key_keybind.advancedperipherals.description:key.keyboard.left.control:NONE
|
||||||
|
key_placebo.toggleTrails:key.keyboard.keypad.9:NONE
|
||||||
|
key_placebo.toggleWings:key.keyboard.keypad.8:NONE
|
||||||
|
key_keybind.sophisticatedbackpacks.open_backpack:key.keyboard.b:NONE
|
||||||
|
key_keybind.sophisticatedbackpacks.inventory_interaction:key.keyboard.c:NONE
|
||||||
|
key_keybind.sophisticatedbackpacks.tool_swap:key.keyboard.unknown:NONE
|
||||||
|
key_keybind.sophisticatedbackpacks.sort:key.mouse.middle:NONE
|
||||||
|
key_keybind.sophisticatedbackpacks.toggle_upgrade_3:key.keyboard.unknown:NONE
|
||||||
|
key_keybind.sophisticatedbackpacks.toggle_upgrade_2:key.keyboard.x:ALT
|
||||||
|
key_keybind.sophisticatedbackpacks.toggle_upgrade_1:key.keyboard.z:ALT
|
||||||
|
key_keybind.sophisticatedbackpacks.toggle_upgrade_5:key.keyboard.unknown:NONE
|
||||||
|
key_keybind.sophisticatedbackpacks.toggle_upgrade_4:key.keyboard.unknown:NONE
|
||||||
|
key_key.carry.desc:key.keyboard.left.shift:NONE
|
||||||
|
key_key.vanillazoom.togglezoom.desc:key.keyboard.left.alt:NONE
|
||||||
|
key_keyinfo.copycats.fill_copycat:key.keyboard.left.alt:NONE
|
||||||
|
key_key.azurelib.reload:key.keyboard.r:NONE
|
||||||
|
key_key.azurelib.scope:key.keyboard.left.alt:NONE
|
||||||
|
key_key.azurelib.fire:key.keyboard.unknown:NONE
|
||||||
|
key_key.ntgl.reload:key.keyboard.r:NONE
|
||||||
|
key_key.ntgl.unload:key.keyboard.u:NONE
|
||||||
|
key_key.ntgl.attachments:key.keyboard.z:NONE
|
||||||
|
key_key.ntgl.inspect:key.keyboard.i:NONE
|
||||||
|
key_key.ntgl.fire_select:key.keyboard.b:NONE
|
||||||
|
key_key.ntgl.ammo_select:key.keyboard.n:NONE
|
||||||
|
key_key.minecolonies.toggle_goggles:key.keyboard.unknown:NONE
|
||||||
|
key_key.rotateup:key.keyboard.up:NONE
|
||||||
|
key_key.rotatedown:key.keyboard.down:NONE
|
||||||
|
key_key.rotateright:key.keyboard.right:NONE
|
||||||
|
key_key.rotateleft:key.keyboard.left:NONE
|
||||||
|
key_key.little.mirror:key.keyboard.g:NONE
|
||||||
|
key_key.little.mark:key.keyboard.m:NONE
|
||||||
|
key_key.little.config.item:key.keyboard.c:NONE
|
||||||
|
key_key.little.undo:key.keyboard.z:CONTROL
|
||||||
|
key_key.little.redo:key.keyboard.y:CONTROL
|
||||||
|
key_ponder.keyinfo.ponder:key.keyboard.w:NONE
|
||||||
|
key_key.effortlessbuilding.mode.desc:key.keyboard.left.alt:NONE
|
||||||
|
key_key.effortlessbuilding.hud.desc:key.keyboard.keypad.add:NONE
|
||||||
|
key_key.effortlessbuilding.undo.desc:key.keyboard.z:CONTROL
|
||||||
|
key_key.effortlessbuilding.redo.desc:key.keyboard.y:CONTROL
|
||||||
|
key_key.effortlessbuilding.previous_build_mode.desc:key.keyboard.unknown:NONE
|
||||||
|
key_key.effortlessbuilding.disable_build_mode_toggle.desc:key.keyboard.unknown:NONE
|
||||||
|
key_key.shetiphiancore.tool.next:key.keyboard.page.up:NONE
|
||||||
|
key_key.shetiphiancore.tool.previous:key.keyboard.page.down:NONE
|
||||||
|
key_key.do_a_barrel_roll.toggle_enabled:key.keyboard.i:NONE
|
||||||
|
key_key.do_a_barrel_roll.toggle_thrust:key.keyboard.unknown:NONE
|
||||||
|
key_key.do_a_barrel_roll.open_config:key.keyboard.unknown:NONE
|
||||||
|
key_key.do_a_barrel_roll.pitch_up:key.keyboard.unknown:NONE
|
||||||
|
key_key.do_a_barrel_roll.pitch_down:key.keyboard.unknown:NONE
|
||||||
|
key_key.do_a_barrel_roll.yaw_left:key.keyboard.a:NONE
|
||||||
|
key_key.do_a_barrel_roll.yaw_right:key.keyboard.d:NONE
|
||||||
|
key_key.do_a_barrel_roll.roll_left:key.keyboard.unknown:NONE
|
||||||
|
key_key.do_a_barrel_roll.roll_right:key.keyboard.unknown:NONE
|
||||||
|
key_key.do_a_barrel_roll.thrust_forward:key.keyboard.w:NONE
|
||||||
|
key_key.do_a_barrel_roll.thrust_backward:key.keyboard.unknown:NONE
|
||||||
|
key_key.curios.open.desc:key.keyboard.g:NONE
|
||||||
|
key_controls.open_command_screen:key.keyboard.unknown:NONE
|
||||||
|
key_create_tweaked_controllers.keybind.mouse_focus:key.keyboard.left.alt:NONE
|
||||||
|
key_create_tweaked_controllers.keybind.mouse_reset:key.keyboard.r:NONE
|
||||||
|
key_create_tweaked_controllers.keybind.controller_exit:key.keyboard.tab:NONE
|
||||||
|
key_key.createbigcannons.pitch_mode:key.keyboard.c:NONE
|
||||||
|
key_key.createbigcannons.fire_controlled_cannon:key.mouse.left:NONE
|
||||||
|
key_key.toggleVisualItemContents:key.keyboard.unknown:NONE
|
||||||
|
key_key.toggleSelectedItemTooltips:key.keyboard.unknown:NONE
|
||||||
|
key_key.toggleCarriedItemTooltips:key.keyboard.unknown:NONE
|
||||||
|
key_key.cycleLeft:key.keyboard.g:NONE
|
||||||
|
key_key.cycleRight:key.keyboard.h:NONE
|
||||||
|
key_key.cofh.mode_change_increment:key.keyboard.v:NONE
|
||||||
|
key_key.cofh.mode_change_decrement:key.keyboard.b:NONE
|
||||||
|
key_key.minecolonies_tweaks.resourcescroll_book:key.keyboard.unknown:NONE
|
||||||
|
key_keybinds.bettercombat.feint:key.keyboard.unknown:NONE
|
||||||
|
key_keybinds.bettercombat.toggle_mine_with_weapons:key.keyboard.unknown:NONE
|
||||||
|
key_key.open_menu:key.keyboard.unknown:NONE
|
||||||
|
key_treechop.key.toggle_chopping:key.keyboard.unknown:NONE
|
||||||
|
key_treechop.key.toggle_felling:key.keyboard.unknown:NONE
|
||||||
|
key_treechop.key.cycle_sneak_behavior:key.keyboard.unknown:NONE
|
||||||
|
key_treechop.key.open_settings_overlay:key.keyboard.n:NONE
|
||||||
|
key_key.ars_nouveau.open_book:key.keyboard.c:NONE
|
||||||
|
key_key.ars_nouveau.selection_hud:key.keyboard.v:NONE
|
||||||
|
key_key.ars_nouveau.next_slot:key.keyboard.x:NONE
|
||||||
|
key_key.ars_nouveau.previous_slot:key.keyboard.z:NONE
|
||||||
|
key_key.ars_nouveau.head_curio_hotkey:key.keyboard.g:NONE
|
||||||
|
key_key.ars_nouveau.qc1:key.keyboard.unknown:NONE
|
||||||
|
key_key.ars_nouveau.qc2:key.keyboard.unknown:NONE
|
||||||
|
key_key.ars_nouveau.qc3:key.keyboard.unknown:NONE
|
||||||
|
key_key.ars_nouveau.qc4:key.keyboard.unknown:NONE
|
||||||
|
key_key.ars_nouveau.qc5:key.keyboard.unknown:NONE
|
||||||
|
key_key.ars_nouveau.qc6:key.keyboard.unknown:NONE
|
||||||
|
key_key.ars_nouveau.qc7:key.keyboard.unknown:NONE
|
||||||
|
key_key.ars_nouveau.qc8:key.keyboard.unknown:NONE
|
||||||
|
key_key.ars_nouveau.qc9:key.keyboard.unknown:NONE
|
||||||
|
key_key.ars_nouveau.qc10:key.keyboard.unknown:NONE
|
||||||
|
key_key.ars_nouveau.familiar_toggle:key.keyboard.unknown:NONE
|
||||||
|
key_key.ars_elemental.open_pouch:key.keyboard.j:NONE
|
||||||
|
key_key.immersive_aircraft.fallback_control_left:key.keyboard.unknown:NONE
|
||||||
|
key_key.immersive_aircraft.fallback_control_right:key.keyboard.unknown:NONE
|
||||||
|
key_key.immersive_aircraft.fallback_control_forward:key.keyboard.unknown:NONE
|
||||||
|
key_key.immersive_aircraft.fallback_control_backward:key.keyboard.unknown:NONE
|
||||||
|
key_key.immersive_aircraft.fallback_control_up:key.keyboard.unknown:NONE
|
||||||
|
key_key.immersive_aircraft.fallback_control_down:key.keyboard.unknown:NONE
|
||||||
|
key_key.immersive_aircraft.fallback_control_pull:key.keyboard.unknown:NONE
|
||||||
|
key_key.immersive_aircraft.fallback_control_push:key.keyboard.unknown:NONE
|
||||||
|
key_key.immersive_aircraft.fallback_use:key.keyboard.unknown:NONE
|
||||||
|
key_key.immersive_aircraft.dismount:key.keyboard.r:NONE
|
||||||
|
key_key.immersive_aircraft.boost:key.keyboard.b:NONE
|
||||||
|
key_key.immersive_machinery.horn:key.keyboard.h:NONE
|
||||||
|
key_key.lightoverlay.enable_overlay:key.keyboard.f7:NONE
|
||||||
|
key_chunkloaders.keys.open_screen:key.keyboard.unknown:NONE
|
||||||
|
key_key.smallships.ship_sail:key.keyboard.r:NONE
|
||||||
|
key_keybind.sophisticatedstorage.sort:key.mouse.middle:NONE
|
||||||
|
key_ping-wheel.key.ping-location:key.mouse.5:NONE
|
||||||
|
key_ping-wheel.key.open-settings:key.keyboard.unknown:NONE
|
||||||
|
key_ping-wheel.key.name-labels:key.keyboard.left.alt:NONE
|
||||||
|
key_create.keyinfo.toolmenu:key.keyboard.left.alt:NONE
|
||||||
|
key_create.keyinfo.toolbelt:key.keyboard.left.alt:NONE
|
||||||
|
key_create.keyinfo.rotate_menu:key.keyboard.unknown:NONE
|
||||||
|
key_framedblocks.key.update_cull:key.keyboard.f9:NONE
|
||||||
|
key_framedblocks.key.wipe_cache:key.keyboard.unknown:NONE
|
||||||
|
key_key.pipeorgans.midi_config:key.keyboard.semicolon:NONE
|
||||||
|
key_petrolpark.key.tube.build:key.keyboard.enter:NONE
|
||||||
|
key_petrolpark.key.tube.delete_control_point:key.keyboard.backspace:NONE
|
||||||
|
key_petrolpark.key.tube.add_control_point_after:key.keyboard.equal:NONE
|
||||||
|
key_petrolpark.key.tube.add_control_point_before:key.keyboard.minus:NONE
|
||||||
|
key_petrolpark.key.tube.cancel:key.keyboard.x:NONE
|
||||||
|
key_destroy.key.hotbar.10:key.keyboard.0:NONE
|
||||||
|
key_destroy.key.hotbar.11:key.keyboard.minus:NONE
|
||||||
|
key_destroy.key.hotbar.12:key.keyboard.equal:NONE
|
||||||
|
key_destroy.key.hotbar.13:key.keyboard.unknown:NONE
|
||||||
|
key_destroy.key.hotbar.14:key.keyboard.unknown:NONE
|
||||||
|
key_destroy.key.hotbar.15:key.keyboard.unknown:NONE
|
||||||
|
key_destroy.key.hotbar.16:key.keyboard.unknown:NONE
|
||||||
|
key_destroy.key.hotbar.17:key.keyboard.unknown:NONE
|
||||||
|
key_key.journeymap.zoom_in:key.keyboard.equal:NONE
|
||||||
|
key_key.journeymap.zoom_out:key.keyboard.minus:NONE
|
||||||
|
key_key.journeymap.minimap_type:key.keyboard.left.bracket:NONE
|
||||||
|
key_key.journeymap.minimap_preset:key.keyboard.backslash:NONE
|
||||||
|
key_key.journeymap.create_waypoint:key.keyboard.b:NONE
|
||||||
|
key_key.journeymap.toggle_waypoints:key.keyboard.z:NONE
|
||||||
|
key_key.journeymap.fullscreen_create_waypoint:key.keyboard.b:NONE
|
||||||
|
key_key.journeymap.fullscreen_chat_position:key.keyboard.c:NONE
|
||||||
|
key_key.journeymap.map_toggle_alt:key.keyboard.j:NONE
|
||||||
|
key_key.journeymap.fullscreen_waypoints:key.keyboard.n:NONE
|
||||||
|
key_key.journeymap.minimap_toggle_alt:key.keyboard.j:CONTROL
|
||||||
|
key_key.journeymap.fullscreen_options:key.keyboard.o:NONE
|
||||||
|
key_key.journeymap.fullscreen.north:key.keyboard.up:NONE
|
||||||
|
key_key.journeymap.fullscreen.south:key.keyboard.down:NONE
|
||||||
|
key_key.journeymap.fullscreen.east:key.keyboard.right:NONE
|
||||||
|
key_key.journeymap.fullscreen.west:key.keyboard.left:NONE
|
||||||
|
key_key.journeymap.fullscreen.disable_buttons:key.keyboard.h:NONE
|
||||||
|
key_key.configured.open_mod_list:key.keyboard.unknown:NONE
|
||||||
|
key_key.endergetic.booflo_slam:key.keyboard.x:NONE
|
||||||
|
key_key.creategbd.beam_reactor_toggle:key.keyboard.r:NONE
|
||||||
|
key_key.jade.config:key.keyboard.keypad.0:NONE
|
||||||
|
key_key.jade.show_overlay:key.keyboard.keypad.1:NONE
|
||||||
|
key_key.jade.toggle_liquid:key.keyboard.keypad.2:NONE
|
||||||
|
key_key.jade.show_recipes:key.keyboard.keypad.3:NONE
|
||||||
|
key_key.jade.show_uses:key.keyboard.keypad.4:NONE
|
||||||
|
key_key.jade.narrate:key.keyboard.keypad.5:NONE
|
||||||
|
key_key.jade.show_details:key.keyboard.left.shift:NONE
|
||||||
|
key_quark.keybind.autorun:key.keyboard.unknown:NONE
|
||||||
|
key_quark.keybind.back:key.mouse.4:NONE
|
||||||
|
key_quark.keybind.camera_mode:key.keyboard.f12:NONE
|
||||||
|
key_quark.keybind.transfer_insert:key.keyboard.unknown:NONE
|
||||||
|
key_quark.keybind.transfer_extract:key.keyboard.unknown:NONE
|
||||||
|
key_quark.keybind.shift_lock:key.keyboard.unknown:NONE
|
||||||
|
key_quark.emote.no:key.keyboard.unknown:NONE
|
||||||
|
key_quark.emote.yes:key.keyboard.unknown:NONE
|
||||||
|
key_quark.emote.wave:key.keyboard.unknown:NONE
|
||||||
|
key_quark.emote.salute:key.keyboard.unknown:NONE
|
||||||
|
key_quark.emote.cheer:key.keyboard.unknown:NONE
|
||||||
|
key_quark.emote.clap:key.keyboard.unknown:NONE
|
||||||
|
key_quark.emote.think:key.keyboard.unknown:NONE
|
||||||
|
key_quark.emote.point:key.keyboard.unknown:NONE
|
||||||
|
key_quark.emote.shrug:key.keyboard.unknown:NONE
|
||||||
|
key_quark.emote.headbang:key.keyboard.unknown:NONE
|
||||||
|
key_quark.emote.weep:key.keyboard.unknown:NONE
|
||||||
|
key_quark.emote.facepalm:key.keyboard.unknown:NONE
|
||||||
|
key_quark.keybind.patreon_emote.dance:key.keyboard.unknown:NONE
|
||||||
|
key_quark.keybind.patreon_emote.tpose:key.keyboard.unknown:NONE
|
||||||
|
key_quark.keybind.patreon_emote.dab:key.keyboard.unknown:NONE
|
||||||
|
key_quark.keybind.patreon_emote.jet:key.keyboard.unknown:NONE
|
||||||
|
key_quark.keybind.patreon_emote.exorcist:key.keyboard.unknown:NONE
|
||||||
|
key_quark.keybind.patreon_emote.zombie:key.keyboard.unknown:NONE
|
||||||
|
key_quark.keybind.change_hotbar:key.keyboard.unknown:NONE
|
||||||
|
key_quark.keybind.sort_player:key.keyboard.unknown:NONE
|
||||||
|
key_quark.keybind.sort_container:key.keyboard.unknown:NONE
|
||||||
|
key_quark.keybind.lock_rotation:key.keyboard.k:NONE
|
||||||
|
key_quark.keybind.narrator_readout:key.keyboard.unknown:NONE
|
||||||
|
key_quark.keybind.narrator_full_readout:key.keyboard.unknown:NONE
|
||||||
|
key_quark.keybind.variant_selector:key.keyboard.r:NONE
|
||||||
|
key_supplementaries.keybind.quiver:key.keyboard.v:NONE
|
||||||
|
key_key.create_sa.flying:key.keyboard.space:NONE
|
||||||
|
key_key.create_sa.increase_reach:key.keyboard.up:NONE
|
||||||
|
key_key.create_sa.decrease_reach:key.keyboard.down:NONE
|
||||||
|
key_key.parcool.Enable:key.keyboard.p:CONTROL
|
||||||
|
key_key.parcool.Crawl:key.keyboard.c:NONE
|
||||||
|
key_key.parcool.ClingToCliff:key.mouse.right:NONE
|
||||||
|
key_key.parcool.Breakfall:key.keyboard.r:NONE
|
||||||
|
key_key.parcool.FastRun:key.keyboard.left.control:NONE
|
||||||
|
key_key.parcool.Dodge:key.keyboard.r:NONE
|
||||||
|
key_key.parcool.RideZipline:key.mouse.right:NONE
|
||||||
|
key_key.parcool.WallSlide:key.mouse.right:NONE
|
||||||
|
key_key.parcool.WallJump:key.keyboard.space:NONE
|
||||||
|
key_key.parcool.Vault:key.mouse.right:NONE
|
||||||
|
key_key.parcool.HorizontalWallRun:key.keyboard.r:NONE
|
||||||
|
key_key.parcool.HideInBlock:key.keyboard.c:NONE
|
||||||
|
key_key.parcool.openSetting:key.keyboard.p:ALT
|
||||||
|
key_key.parcool.QuickTurn:key.keyboard.unknown:NONE
|
||||||
|
key_key.parcool.Flipping:key.keyboard.unknown:NONE
|
||||||
|
key_key.parcool.HangDown:key.mouse.right:NONE
|
||||||
|
key_key.presencefootsteps.settings:key.keyboard.f10:NONE
|
||||||
|
key_key.craftpresence.config_keycode.name:key.keyboard.grave.accent:NONE
|
||||||
|
key_key.pickup.item:key.keyboard.unknown:NONE
|
||||||
|
key_key.createrailwaysnavigator.route_overlay_options:key.keyboard.r:NONE
|
||||||
|
key_key.armorstandshiftswap.swap:key.keyboard.unknown:NONE
|
103
config/defaultoptions/options.txt
Normal file
103
config/defaultoptions/options.txt
Normal file
@ -0,0 +1,103 @@
|
|||||||
|
version:3465
|
||||||
|
autoJump:false
|
||||||
|
operatorItemsTab:false
|
||||||
|
autoSuggestions:true
|
||||||
|
chatColors:true
|
||||||
|
chatLinks:true
|
||||||
|
chatLinksPrompt:true
|
||||||
|
enableVsync:true
|
||||||
|
entityShadows:true
|
||||||
|
forceUnicodeFont:false
|
||||||
|
discrete_mouse_scroll:false
|
||||||
|
invertYMouse:false
|
||||||
|
realmsNotifications:true
|
||||||
|
reducedDebugInfo:false
|
||||||
|
showSubtitles:false
|
||||||
|
directionalAudio:false
|
||||||
|
touchscreen:false
|
||||||
|
fullscreen:true
|
||||||
|
bobView:true
|
||||||
|
toggleCrouch:false
|
||||||
|
toggleSprint:false
|
||||||
|
darkMojangStudiosBackground:false
|
||||||
|
hideLightningFlashes:false
|
||||||
|
mouseSensitivity:0.5
|
||||||
|
fov:0.0
|
||||||
|
screenEffectScale:1.0
|
||||||
|
fovEffectScale:1.0
|
||||||
|
darknessEffectScale:1.0
|
||||||
|
glintSpeed:0.5
|
||||||
|
glintStrength:0.75
|
||||||
|
damageTiltStrength:1.0
|
||||||
|
highContrast:false
|
||||||
|
gamma:0.5
|
||||||
|
renderDistance:12
|
||||||
|
simulationDistance:12
|
||||||
|
entityDistanceScaling:5.0
|
||||||
|
guiScale:2
|
||||||
|
particles:0
|
||||||
|
maxFps:120
|
||||||
|
graphicsMode:1
|
||||||
|
ao:true
|
||||||
|
prioritizeChunkUpdates:0
|
||||||
|
biomeBlendRadius:2
|
||||||
|
renderClouds:"true"
|
||||||
|
resourcePacks:["vanilla","mod_resources","jaopca:inmemory","builtin/towntalk","-1.21.2 Fresh Moves v3.1 (With Animated Eyes).zip","Better+Lanterns+v1.2(mc-1.20.1).zip","Create Computers 1.2.1 - 1.20.1 Resource Pack Only.zip","Create Immersive Aircraft Warship ResoucePack v1.2.zip","Create Immersive Aircrafts Resource Pack 1.20.1 - 2.0.zip","Created+Pretty+Pipes1.0+FIXED.zip","FreshAnimations_v1.9.2.zip","KatusCarpets_Alternate1-20.zip","Midnighttiggers-FCT-Default_1.20_V7.zip","Moonlight Mods Dynamic Assets","Recolourful Containers 2.1.1 (1.19.4+).zip","[1.4.1] Enhanced Boss Bars.zip","crops-3d(2).zip","cubic-sun-moon-v1.8.3a.zip","fabric","§9RAY\u0027s §f3D §6Ladders§8§o§k.zip","§9RAY\u0027s §f3D §6Rails§8§o§k.zip","FA+All_Extensions-v1.4.zip","builtin/add_pack_finders_test","Create_Ultra_v1.0.zip","FMRP 1.6.3 Beta.zip","Low Fire.zip"]
|
||||||
|
incompatibleResourcePacks:["builtin/towntalk","Created+Pretty+Pipes1.0+FIXED.zip","KatusCarpets_Alternate1-20.zip","Midnighttiggers-FCT-Default_1.20_V7.zip","Recolourful Containers 2.1.1 (1.19.4+).zip","crops-3d(2).zip","§9RAY\u0027s §f3D §6Ladders§8§o§k.zip","§9RAY\u0027s §f3D §6Rails§8§o§k.zip","FMRP 1.6.3 Beta.zip"]
|
||||||
|
lastServer:10.0.0.2
|
||||||
|
lang:en_us
|
||||||
|
soundDevice:""
|
||||||
|
chatVisibility:0
|
||||||
|
chatOpacity:1.0
|
||||||
|
chatLineSpacing:0.0
|
||||||
|
textBackgroundOpacity:0.5
|
||||||
|
backgroundForChatOnly:true
|
||||||
|
hideServerAddress:false
|
||||||
|
advancedItemTooltips:true
|
||||||
|
pauseOnLostFocus:true
|
||||||
|
overrideWidth:0
|
||||||
|
overrideHeight:0
|
||||||
|
chatHeightFocused:1.0
|
||||||
|
chatDelay:0.0
|
||||||
|
chatHeightUnfocused:0.4375
|
||||||
|
chatScale:1.0
|
||||||
|
chatWidth:1.0
|
||||||
|
notificationDisplayTime:1.0
|
||||||
|
mipmapLevels:4
|
||||||
|
useNativeTransport:true
|
||||||
|
mainHand:"right"
|
||||||
|
attackIndicator:1
|
||||||
|
narrator:0
|
||||||
|
tutorialStep:none
|
||||||
|
mouseWheelSensitivity:1.0
|
||||||
|
rawMouseInput:true
|
||||||
|
glDebugVerbosity:1
|
||||||
|
skipMultiplayerWarning:true
|
||||||
|
skipRealms32bitWarning:false
|
||||||
|
hideMatchedNames:true
|
||||||
|
joinedFirstServer:true
|
||||||
|
hideBundleTutorial:false
|
||||||
|
syncChunkWrites:false
|
||||||
|
showAutosaveIndicator:true
|
||||||
|
allowServerListing:true
|
||||||
|
onlyShowSecureChat:false
|
||||||
|
panoramaScrollSpeed:1.0
|
||||||
|
telemetryOptInExtra:false
|
||||||
|
onboardAccessibility:false
|
||||||
|
soundCategory_master:1.0
|
||||||
|
soundCategory_music:0.0
|
||||||
|
soundCategory_record:1.0
|
||||||
|
soundCategory_weather:1.0
|
||||||
|
soundCategory_block:1.0
|
||||||
|
soundCategory_hostile:1.0
|
||||||
|
soundCategory_neutral:1.0
|
||||||
|
soundCategory_player:1.0
|
||||||
|
soundCategory_ambient:1.0
|
||||||
|
soundCategory_voice:1.0
|
||||||
|
modelPart_cape:true
|
||||||
|
modelPart_jacket:true
|
||||||
|
modelPart_left_sleeve:true
|
||||||
|
modelPart_right_sleeve:true
|
||||||
|
modelPart_left_pants_leg:true
|
||||||
|
modelPart_right_pants_leg:true
|
||||||
|
modelPart_hat:true
|
62
config/do_a_barrel_roll-client.json
Normal file
62
config/do_a_barrel_roll-client.json
Normal file
@ -0,0 +1,62 @@
|
|||||||
|
{
|
||||||
|
"format_version_do_not_edit": 2,
|
||||||
|
"general": {
|
||||||
|
"mod_enabled": true,
|
||||||
|
"controls": {
|
||||||
|
"switch_roll_and_yaw": false,
|
||||||
|
"invert_pitch": false,
|
||||||
|
"momentum_based_mouse": false,
|
||||||
|
"momentum_mouse_deadzone": 0.2,
|
||||||
|
"show_momentum_widget": true,
|
||||||
|
"activation_behaviour": "VANILLA",
|
||||||
|
"disable_when_submerged": true
|
||||||
|
},
|
||||||
|
"hud": {
|
||||||
|
"show_horizon": true
|
||||||
|
},
|
||||||
|
"banking": {
|
||||||
|
"enable_banking": true,
|
||||||
|
"banking_strength": 20.0,
|
||||||
|
"simulate_control_surface_efficacy": false
|
||||||
|
},
|
||||||
|
"thrust": {
|
||||||
|
"enable_thrust": false,
|
||||||
|
"max_thrust": 2.0,
|
||||||
|
"thrust_acceleration": 0.1,
|
||||||
|
"thrust_particles": true
|
||||||
|
},
|
||||||
|
"misc": {
|
||||||
|
"enable_easter_eggs": true
|
||||||
|
}
|
||||||
|
},
|
||||||
|
"sensitivity": {
|
||||||
|
"smoothing": {
|
||||||
|
"smoothing_enabled": true,
|
||||||
|
"smoothing_pitch": 1.0,
|
||||||
|
"smoothing_yaw": 0.4,
|
||||||
|
"smoothing_roll": 1.0
|
||||||
|
},
|
||||||
|
"camera_smoothing": {
|
||||||
|
"pitch": 1.0,
|
||||||
|
"yaw": 2.5,
|
||||||
|
"roll": 1.0
|
||||||
|
},
|
||||||
|
"desktop": {
|
||||||
|
"pitch": 1.0,
|
||||||
|
"yaw": 0.4,
|
||||||
|
"roll": 1.0
|
||||||
|
},
|
||||||
|
"controller": {
|
||||||
|
"pitch": 1.0,
|
||||||
|
"yaw": 0.4,
|
||||||
|
"roll": 1.0
|
||||||
|
}
|
||||||
|
},
|
||||||
|
"advanced": {
|
||||||
|
"banking_x_formula": "sin($roll * TO_RAD) * cos($pitch * TO_RAD) * 10 * $banking_strength",
|
||||||
|
"banking_y_formula": "(-1 + cos($roll * TO_RAD)) * cos($pitch * TO_RAD) * 10 * $banking_strength",
|
||||||
|
"elevator_efficacy_formula": "$velocity_x * $look_x + $velocity_y * $look_y + $velocity_z * $look_z",
|
||||||
|
"aileron_efficacy_formula": "$velocity_x * $look_x + $velocity_y * $look_y + $velocity_z * $look_z",
|
||||||
|
"rudder_efficacy_formula": "$velocity_x * $look_x + $velocity_y * $look_y + $velocity_z * $look_z"
|
||||||
|
}
|
||||||
|
}
|
@ -525,7 +525,7 @@
|
|||||||
"Enhanced Ladders" = true
|
"Enhanced Ladders" = true
|
||||||
"Glass Shard" = true
|
"Glass Shard" = true
|
||||||
"Gold Tools Have Fortune" = true
|
"Gold Tools Have Fortune" = true
|
||||||
"Grab Chickens" = true
|
"Grab Chickens" = false
|
||||||
"Hoe Harvesting" = true
|
"Hoe Harvesting" = true
|
||||||
"Horses Swim" = true
|
"Horses Swim" = true
|
||||||
"Improved Sponges" = true
|
"Improved Sponges" = true
|
||||||
@ -1673,7 +1673,7 @@
|
|||||||
#to the netherite_pickaxe.json item model, whose value will be the enchantment level.
|
#to the netherite_pickaxe.json item model, whose value will be the enchantment level.
|
||||||
"Enchantment Predicates" = false
|
"Enchantment Predicates" = false
|
||||||
"Enchantments Begone" = false
|
"Enchantments Begone" = false
|
||||||
"Game Nerfs" = false
|
"Game Nerfs" = true
|
||||||
"Narrator Readout" = false
|
"Narrator Readout" = false
|
||||||
"Overlay Shader" = false
|
"Overlay Shader" = false
|
||||||
"Spawner Replacer" = false
|
"Spawner Replacer" = false
|
||||||
@ -1721,7 +1721,7 @@
|
|||||||
[experimental.game_nerfs]
|
[experimental.game_nerfs]
|
||||||
#Makes Mending act like the Unmending mod
|
#Makes Mending act like the Unmending mod
|
||||||
#https://www.curseforge.com/minecraft/mc-mods/unmending
|
#https://www.curseforge.com/minecraft/mc-mods/unmending
|
||||||
"Nerf Mending" = true
|
"Nerf Mending" = false
|
||||||
#Makes Mending II still work even if mending is nerfed.
|
#Makes Mending II still work even if mending is nerfed.
|
||||||
#If you want Mending II, disable the sanity check on Ancient Tomes and add minecraft:mending to the tomes.
|
#If you want Mending II, disable the sanity check on Ancient Tomes and add minecraft:mending to the tomes.
|
||||||
"No Nerf for Mending II" = false
|
"No Nerf for Mending II" = false
|
||||||
@ -1730,13 +1730,13 @@
|
|||||||
#Makes Iron Golems not drop Iron Ingots
|
#Makes Iron Golems not drop Iron Ingots
|
||||||
"Disable Iron Farms" = true
|
"Disable Iron Farms" = true
|
||||||
#Makes Boats not glide on ice
|
#Makes Boats not glide on ice
|
||||||
"Disable Ice Roads" = true
|
"Disable Ice Roads" = false
|
||||||
#Makes Sheep not drop Wool when killed
|
#Makes Sheep not drop Wool when killed
|
||||||
"Disable Wool Drops" = true
|
"Disable Wool Drops" = true
|
||||||
#Disables mob griefing for only specific entities
|
#Disables mob griefing for only specific entities
|
||||||
"Enable Selective Mob Griefing" = true
|
"Enable Selective Mob Griefing" = false
|
||||||
#Force Elytra to only work in specific dimensions
|
#Force Elytra to only work in specific dimensions
|
||||||
"Enable Dimension Locked Elytra" = true
|
"Enable Dimension Locked Elytra" = false
|
||||||
#Makes falling blocks not able to be duped via dimension crossing
|
#Makes falling blocks not able to be duped via dimension crossing
|
||||||
"Disable Falling Block Dupe" = true
|
"Disable Falling Block Dupe" = true
|
||||||
#Fixes several piston physics exploits, most notably including TNT duping
|
#Fixes several piston physics exploits, most notably including TNT duping
|
||||||
|
@ -5,7 +5,7 @@
|
|||||||
#Set Fullscreen mode
|
#Set Fullscreen mode
|
||||||
#Borderless let you change between screens more faster and move your mouse across monitors
|
#Borderless let you change between screens more faster and move your mouse across monitors
|
||||||
#Allowed Values: WINDOWED, BORDERLESS, FULLSCREEN
|
#Allowed Values: WINDOWED, BORDERLESS, FULLSCREEN
|
||||||
fullscreen = "BORDERLESS"
|
fullscreen = "FULLSCREEN"
|
||||||
#Configure FPS Display mode
|
#Configure FPS Display mode
|
||||||
#Complete mode gives you min FPS count and average count
|
#Complete mode gives you min FPS count and average count
|
||||||
#Allowed Values: OFF, SIMPLE, ADVANCED
|
#Allowed Values: OFF, SIMPLE, ADVANCED
|
||||||
@ -42,7 +42,7 @@
|
|||||||
#Configure Darkness Mode
|
#Configure Darkness Mode
|
||||||
#Each config changes what is considered 'true darkness'
|
#Each config changes what is considered 'true darkness'
|
||||||
#Allowed Values: PITCH_BLACK, TOTAL_DARKNESS, DARK, DIM, OFF
|
#Allowed Values: PITCH_BLACK, TOTAL_DARKNESS, DARK, DIM, OFF
|
||||||
mode = "PITCH_BLACK"
|
mode = "TOTAL_DARKNESS"
|
||||||
#Toggle Darkness on Overworld dimension
|
#Toggle Darkness on Overworld dimension
|
||||||
enableOnOverworld = true
|
enableOnOverworld = true
|
||||||
#Toggle Darkness on Nether dimension
|
#Toggle Darkness on Nether dimension
|
||||||
@ -92,11 +92,11 @@
|
|||||||
#Configure horizontal max distance before cull Block entities
|
#Configure horizontal max distance before cull Block entities
|
||||||
#Value is squared, default was 64^2 (or 64x64)
|
#Value is squared, default was 64^2 (or 64x64)
|
||||||
#Range: > 0
|
#Range: > 0
|
||||||
cullingMaxDistanceX = 4096
|
cullingMaxDistanceX = 16384
|
||||||
#Configure vertical max distance before cull Block entities
|
#Configure vertical max distance before cull Block entities
|
||||||
#Value is raw
|
#Value is raw
|
||||||
#Range: 0 ~ 512
|
#Range: 0 ~ 512
|
||||||
cullingMaxDistanceY = 32
|
cullingMaxDistanceY = 64
|
||||||
#List of all Block Entities to be ignored by distance culling
|
#List of all Block Entities to be ignored by distance culling
|
||||||
#Uses ResourceLocation to identify it
|
#Uses ResourceLocation to identify it
|
||||||
#Example 1: "minecraft:chest" - Ignores chests only
|
#Example 1: "minecraft:chest" - Ignores chests only
|
||||||
@ -110,7 +110,7 @@
|
|||||||
#Configure horizontal max distance before cull entities
|
#Configure horizontal max distance before cull entities
|
||||||
#Value is squared, default was 64^2 (or 64x64)
|
#Value is squared, default was 64^2 (or 64x64)
|
||||||
#Range: > 0
|
#Range: > 0
|
||||||
cullingMaxDistanceX = 4096
|
cullingMaxDistanceX = 16384
|
||||||
#Configure vertical max distance before cull entities
|
#Configure vertical max distance before cull entities
|
||||||
#Value is raw
|
#Value is raw
|
||||||
#Range: 0 ~ 512
|
#Range: 0 ~ 512
|
||||||
|
1
config/starterkit/descriptions/Default.txt
Normal file
1
config/starterkit/descriptions/Default.txt
Normal file
@ -0,0 +1 @@
|
|||||||
|
Start with some food
|
42
config/starterkit/kits/Default.txt
Normal file
42
config/starterkit/kits/Default.txt
Normal file
@ -0,0 +1,42 @@
|
|||||||
|
'head' : '',
|
||||||
|
'chest' : '',
|
||||||
|
'legs' : '',
|
||||||
|
'feet' : '{Count:1b,id:"minecraft:leather_boots",tag:{Damage:0}}',
|
||||||
|
'offhand' : '',
|
||||||
|
0 : '',
|
||||||
|
1 : '',
|
||||||
|
2 : '',
|
||||||
|
3 : '',
|
||||||
|
4 : '',
|
||||||
|
5 : '',
|
||||||
|
6 : '{Count:16b,id:"minecraft:potion",tag:{Potion:"minecraft:water",Purity:3}}',
|
||||||
|
7 : '{Count:16b,id:"minecraft:cooked_beef"}',
|
||||||
|
8 : '{Count:4b,id:"farmersdelight:shepherds_pie"}',
|
||||||
|
9 : '',
|
||||||
|
10 : '',
|
||||||
|
11 : '',
|
||||||
|
12 : '',
|
||||||
|
13 : '',
|
||||||
|
14 : '',
|
||||||
|
15 : '',
|
||||||
|
16 : '',
|
||||||
|
17 : '',
|
||||||
|
18 : '',
|
||||||
|
19 : '',
|
||||||
|
20 : '',
|
||||||
|
21 : '',
|
||||||
|
22 : '',
|
||||||
|
23 : '',
|
||||||
|
24 : '',
|
||||||
|
25 : '',
|
||||||
|
26 : '',
|
||||||
|
27 : '',
|
||||||
|
28 : '',
|
||||||
|
29 : '',
|
||||||
|
30 : '',
|
||||||
|
31 : '',
|
||||||
|
32 : '',
|
||||||
|
33 : '',
|
||||||
|
34 : '',
|
||||||
|
35 : '',
|
||||||
|
'effects' : '',
|
103
index.toml
103
index.toml
@ -38,12 +38,32 @@ hash = "27c4c60af7e9ad4aa8613dfaa3f70dc81f4b1415923a869038acd856f1b7ead9"
|
|||||||
|
|
||||||
[[files]]
|
[[files]]
|
||||||
file = "config/carryon-common.toml"
|
file = "config/carryon-common.toml"
|
||||||
hash = "7290ee9b76c7b9b059d413cf10f9af73923ff2805d527067a791531684d92b4b"
|
hash = "0f3429d69b04d8cacb8c268844ed58e09d6ac1c2281920ad0a837f23b8b9b3f6"
|
||||||
|
|
||||||
[[files]]
|
[[files]]
|
||||||
file = "config/chalk-common.toml"
|
file = "config/chalk-common.toml"
|
||||||
hash = "25b2539bcd6545c4065e2dd3633e34da74bb7a43255f8821f68c012ddc22f140"
|
hash = "25b2539bcd6545c4065e2dd3633e34da74bb7a43255f8821f68c012ddc22f140"
|
||||||
|
|
||||||
|
[[files]]
|
||||||
|
file = "config/cobblegenrandomizer-common.toml"
|
||||||
|
hash = "cc0769c94241a5edcebf1630f7e9527609f9d35b6443dd27f0f88de416a3989d"
|
||||||
|
|
||||||
|
[[files]]
|
||||||
|
file = "config/defaultoptions-common.toml"
|
||||||
|
hash = "fd893ef796d2930bd298466dfd6e3b2be963247954c25d4566626be43ad5f8a4"
|
||||||
|
|
||||||
|
[[files]]
|
||||||
|
file = "config/defaultoptions/keybindings.txt"
|
||||||
|
hash = "220e465f93193d53482924b3840d7533d695b5b70555b1e728e6b6879c3d7e58"
|
||||||
|
|
||||||
|
[[files]]
|
||||||
|
file = "config/defaultoptions/options.txt"
|
||||||
|
hash = "6035264f959f137b7ec723e466b01514741e9ca599b09ae26cfdc851caf30268"
|
||||||
|
|
||||||
|
[[files]]
|
||||||
|
file = "config/do_a_barrel_roll-client.json"
|
||||||
|
hash = "8939c1cdacb248c12e2de64f3c016b99cb49c61b32658177986035ea95d2f9de"
|
||||||
|
|
||||||
[[files]]
|
[[files]]
|
||||||
file = "config/item_obliterator.json5"
|
file = "config/item_obliterator.json5"
|
||||||
hash = "d0d3ed6915d688a89d18af010c07604b74d6a848aef5d7b3bc88f95300de0ff8"
|
hash = "d0d3ed6915d688a89d18af010c07604b74d6a848aef5d7b3bc88f95300de0ff8"
|
||||||
@ -212,7 +232,7 @@ hash = "844d0b9f6738e24413f8d882885bae51a3f59ba9b99c6f6c45de278afed7083f"
|
|||||||
|
|
||||||
[[files]]
|
[[files]]
|
||||||
file = "config/quark-common.toml"
|
file = "config/quark-common.toml"
|
||||||
hash = "04550d35639b667b8a0082ff91faad0db6a43dd62d58d773c28e7b15393d103f"
|
hash = "43ca05e7eb03bed7c4118780cde059d81005eefe59082d4c6bd0445e959c01d2"
|
||||||
|
|
||||||
[[files]]
|
[[files]]
|
||||||
file = "config/resourcepackoverrides.json"
|
file = "config/resourcepackoverrides.json"
|
||||||
@ -236,7 +256,7 @@ hash = "f85d096050d7f762e84eafd756599ba7a6468e37df45843ee119d0071c8c714f"
|
|||||||
|
|
||||||
[[files]]
|
[[files]]
|
||||||
file = "config/sodiumextras-client.toml"
|
file = "config/sodiumextras-client.toml"
|
||||||
hash = "90651a0633eeca691a6487d1f2ea80e686d3cedd463abbdc581fa3f021d4b4cf"
|
hash = "a6d1a2d26e596953c4b93e19c593ffc7d5d7359cb3a5cfcaad61c0c0e2bd7a2c"
|
||||||
|
|
||||||
[[files]]
|
[[files]]
|
||||||
file = "config/sparsestructures.json5"
|
file = "config/sparsestructures.json5"
|
||||||
@ -246,6 +266,14 @@ hash = "9b2e5442da12a3fe3239825a25e09394ef95d917b5e5a11de9c4d39227a9b2a9"
|
|||||||
file = "config/spawncapcontrolutility-common.toml"
|
file = "config/spawncapcontrolutility-common.toml"
|
||||||
hash = "24f3adf87a8da5472434dfde7808eeea747dc7bb14a73b490780df54060fbac6"
|
hash = "24f3adf87a8da5472434dfde7808eeea747dc7bb14a73b490780df54060fbac6"
|
||||||
|
|
||||||
|
[[files]]
|
||||||
|
file = "config/starterkit/descriptions/Default.txt"
|
||||||
|
hash = "e537d4de175058a952fb640652ee7d7b1764adb078a3b38e4a7b9202e2a74d62"
|
||||||
|
|
||||||
|
[[files]]
|
||||||
|
file = "config/starterkit/kits/Default.txt"
|
||||||
|
hash = "7db18c7382f1f5b8d5cc76771ae8cf2c70b06d8402aa827fa016c864ef882dcb"
|
||||||
|
|
||||||
[[files]]
|
[[files]]
|
||||||
file = "config/supplementaries-common.toml"
|
file = "config/supplementaries-common.toml"
|
||||||
hash = "188ad4e4e5a04cc988bf48aa9817f49ab7a65bbe1bfa9f806df634809bd6f217"
|
hash = "188ad4e4e5a04cc988bf48aa9817f49ab7a65bbe1bfa9f806df634809bd6f217"
|
||||||
@ -420,6 +448,11 @@ file = "mods/ars-nouveau.pw.toml"
|
|||||||
hash = "44505ec6c8d7ac5948b3f192cff3db191b07c4d39d501ce3af916006cda3c5a6"
|
hash = "44505ec6c8d7ac5948b3f192cff3db191b07c4d39d501ce3af916006cda3c5a6"
|
||||||
metafile = true
|
metafile = true
|
||||||
|
|
||||||
|
[[files]]
|
||||||
|
file = "mods/ars-scalaes.pw.toml"
|
||||||
|
hash = "cff38a0ff474bdbd272e2766a697f4964bcc232e4ecd67f27daf367ee162a053"
|
||||||
|
metafile = true
|
||||||
|
|
||||||
[[files]]
|
[[files]]
|
||||||
file = "mods/ars-technica.pw.toml"
|
file = "mods/ars-technica.pw.toml"
|
||||||
hash = "f74d674d172fb27b93f1738f092a2d6b2d4cecc578656f9357886b8e13fecc35"
|
hash = "f74d674d172fb27b93f1738f092a2d6b2d4cecc578656f9357886b8e13fecc35"
|
||||||
@ -665,6 +698,11 @@ file = "mods/cloth-config.pw.toml"
|
|||||||
hash = "e3dd03e7fec88831974857e2cdded54dd5c5bdcaa3f6d6248c2800e82db4dd41"
|
hash = "e3dd03e7fec88831974857e2cdded54dd5c5bdcaa3f6d6248c2800e82db4dd41"
|
||||||
metafile = true
|
metafile = true
|
||||||
|
|
||||||
|
[[files]]
|
||||||
|
file = "mods/cobblegenrandomizer.pw.toml"
|
||||||
|
hash = "b6c98086f9fa71d9fe4d702294ed527b53f7096e361cbbd71016cf859e164572"
|
||||||
|
metafile = true
|
||||||
|
|
||||||
[[files]]
|
[[files]]
|
||||||
file = "mods/cofh-core.pw.toml"
|
file = "mods/cofh-core.pw.toml"
|
||||||
hash = "2851d6afaaef7a6295ad252746fd4d200e96f7e85c24f11dca9be06ad221b41b"
|
hash = "2851d6afaaef7a6295ad252746fd4d200e96f7e85c24f11dca9be06ad221b41b"
|
||||||
@ -700,26 +738,11 @@ file = "mods/connectivity.pw.toml"
|
|||||||
hash = "b110d17098d959631ac663a006fe3145784048d5b443483189949ad8240fb82c"
|
hash = "b110d17098d959631ac663a006fe3145784048d5b443483189949ad8240fb82c"
|
||||||
metafile = true
|
metafile = true
|
||||||
|
|
||||||
[[files]]
|
|
||||||
file = "mods/connector-extras.pw.toml"
|
|
||||||
hash = "d8480ee1f6ae58fa389e502108bcde4936ca326d6dc2f1608b9af9ac141cb35a"
|
|
||||||
metafile = true
|
|
||||||
|
|
||||||
[[files]]
|
|
||||||
file = "mods/connector.pw.toml"
|
|
||||||
hash = "852ee3d5dea735c0c8f4c030edb06164863e7d27eef535c697f86a8b20a1cff0"
|
|
||||||
metafile = true
|
|
||||||
|
|
||||||
[[files]]
|
[[files]]
|
||||||
file = "mods/controlling.pw.toml"
|
file = "mods/controlling.pw.toml"
|
||||||
hash = "4063abe583282834b2f78e3b3e6b9ee4d231a680f74c020e405a4ef196f21ee4"
|
hash = "4063abe583282834b2f78e3b3e6b9ee4d231a680f74c020e405a4ef196f21ee4"
|
||||||
metafile = true
|
metafile = true
|
||||||
|
|
||||||
[[files]]
|
|
||||||
file = "mods/coolrain.pw.toml"
|
|
||||||
hash = "dd3c03678a537da1f286dd617e8d127b76b778a207864a5b1c20813bfa7304db"
|
|
||||||
metafile = true
|
|
||||||
|
|
||||||
[[files]]
|
[[files]]
|
||||||
file = "mods/copycats.pw.toml"
|
file = "mods/copycats.pw.toml"
|
||||||
hash = "408ce5619020064fc084d150d331edc654bbf1749bbd289e19f050a0df51f1c8"
|
hash = "408ce5619020064fc084d150d331edc654bbf1749bbd289e19f050a0df51f1c8"
|
||||||
@ -950,6 +973,11 @@ file = "mods/despawning-eggs-hatch.pw.toml"
|
|||||||
hash = "67b8e5a7aba13af94d9f4a596138a1e0aa8754ca5b080a295e923097fc342f53"
|
hash = "67b8e5a7aba13af94d9f4a596138a1e0aa8754ca5b080a295e923097fc342f53"
|
||||||
metafile = true
|
metafile = true
|
||||||
|
|
||||||
|
[[files]]
|
||||||
|
file = "mods/destroy.pw.toml"
|
||||||
|
hash = "111a89a6457a2c98720769fa21e214e1056ad9a05eb58f2ce0e7f4dfc2a65688"
|
||||||
|
metafile = true
|
||||||
|
|
||||||
[[files]]
|
[[files]]
|
||||||
file = "mods/diagonal-fences.pw.toml"
|
file = "mods/diagonal-fences.pw.toml"
|
||||||
hash = "31bec9d75cc9e7e00e3b564c7ad5ff161840a7f5d2a6e39e6ba4672b15ed2040"
|
hash = "31bec9d75cc9e7e00e3b564c7ad5ff161840a7f5d2a6e39e6ba4672b15ed2040"
|
||||||
@ -1160,6 +1188,11 @@ file = "mods/farmers-delight.pw.toml"
|
|||||||
hash = "7b846273c5cbc4d0eb1f3d0eb4802b0e81e54dea84cf25666015ca50931fe307"
|
hash = "7b846273c5cbc4d0eb1f3d0eb4802b0e81e54dea84cf25666015ca50931fe307"
|
||||||
metafile = true
|
metafile = true
|
||||||
|
|
||||||
|
[[files]]
|
||||||
|
file = "mods/farmers-respite.pw.toml"
|
||||||
|
hash = "49431cb48a66b264c2cb7702c7bb80155d1a59a42d384348e30700ce0ebc1e4c"
|
||||||
|
metafile = true
|
||||||
|
|
||||||
[[files]]
|
[[files]]
|
||||||
file = "mods/farsight.pw.toml"
|
file = "mods/farsight.pw.toml"
|
||||||
hash = "a6313c759ee8e9ab0afb8fc056c6ce6d2be7ee87063c0ec85905b83302382af0"
|
hash = "a6313c759ee8e9ab0afb8fc056c6ce6d2be7ee87063c0ec85905b83302382af0"
|
||||||
@ -1230,11 +1263,6 @@ file = "mods/flowerseeds.pw.toml"
|
|||||||
hash = "0c06930680283810407478f5c366d7381ae51a1ae3419e611191b80e7d43158e"
|
hash = "0c06930680283810407478f5c366d7381ae51a1ae3419e611191b80e7d43158e"
|
||||||
metafile = true
|
metafile = true
|
||||||
|
|
||||||
[[files]]
|
|
||||||
file = "mods/forgified-fabric-api.pw.toml"
|
|
||||||
hash = "52cbf31840eef5ec3a4dd81ab04ef33a518e4f0ed89fad11c965da0374a7a6d6"
|
|
||||||
metafile = true
|
|
||||||
|
|
||||||
[[files]]
|
[[files]]
|
||||||
file = "mods/framedblocks.pw.toml"
|
file = "mods/framedblocks.pw.toml"
|
||||||
hash = "41e24ed037adefe00c62d1935f428cc71cb733a04e8012223d66004e52f5ef9d"
|
hash = "41e24ed037adefe00c62d1935f428cc71cb733a04e8012223d66004e52f5ef9d"
|
||||||
@ -1345,6 +1373,11 @@ file = "mods/iceberg.pw.toml"
|
|||||||
hash = "c1d1a0476c58e3c011de6f750f48eb4f48493a1b9cef7bd59c008e87e0c0984c"
|
hash = "c1d1a0476c58e3c011de6f750f48eb4f48493a1b9cef7bd59c008e87e0c0984c"
|
||||||
metafile = true
|
metafile = true
|
||||||
|
|
||||||
|
[[files]]
|
||||||
|
file = "mods/immediatelyfast.pw.toml"
|
||||||
|
hash = "591082f1380a5542d2d1acb537d8d53ee26b5492a0b757d086729e926465eca8"
|
||||||
|
metafile = true
|
||||||
|
|
||||||
[[files]]
|
[[files]]
|
||||||
file = "mods/immersive-aircraft.pw.toml"
|
file = "mods/immersive-aircraft.pw.toml"
|
||||||
hash = "06d89bbcca9f454369e193c6f042a8931d40d57c53ae9aff2f7a25c106c70f5d"
|
hash = "06d89bbcca9f454369e193c6f042a8931d40d57c53ae9aff2f7a25c106c70f5d"
|
||||||
@ -1385,6 +1418,11 @@ file = "mods/inventory-essentials.pw.toml"
|
|||||||
hash = "c041823ae93801a6c94e9c5ddc77c78c961432c3264b9af4bda70e641bd81d78"
|
hash = "c041823ae93801a6c94e9c5ddc77c78c961432c3264b9af4bda70e641bd81d78"
|
||||||
metafile = true
|
metafile = true
|
||||||
|
|
||||||
|
[[files]]
|
||||||
|
file = "mods/iris-flywheel-compat.pw.toml"
|
||||||
|
hash = "9a4c54491b61110383b5e55036d900ef8457e2a7d6261c821bda60a3b55a8688"
|
||||||
|
metafile = true
|
||||||
|
|
||||||
[[files]]
|
[[files]]
|
||||||
file = "mods/item-obliterator.pw.toml"
|
file = "mods/item-obliterator.pw.toml"
|
||||||
hash = "8d2954e230da5baa467b2851827aed41e6c7544fd2ddbb581fa177efb2bc0ffb"
|
hash = "8d2954e230da5baa467b2851827aed41e6c7544fd2ddbb581fa177efb2bc0ffb"
|
||||||
@ -1875,6 +1913,16 @@ file = "mods/pehkui.pw.toml"
|
|||||||
hash = "1f92dd360908c1801848dcd4d14aca5640199545e7e22e76bfdb981b06fa9399"
|
hash = "1f92dd360908c1801848dcd4d14aca5640199545e7e22e76bfdb981b06fa9399"
|
||||||
metafile = true
|
metafile = true
|
||||||
|
|
||||||
|
[[files]]
|
||||||
|
file = "mods/petrolpark.pw.toml"
|
||||||
|
hash = "eda279845f88269a5eadcf01f2ec75e975882dbf549c5332d97f55a1b02850a6"
|
||||||
|
metafile = true
|
||||||
|
|
||||||
|
[[files]]
|
||||||
|
file = "mods/petrols-parts.pw.toml"
|
||||||
|
hash = "f07927109b603c991c76f91e69e18dc0f4935b56bf7bb8a1026da9605052855e"
|
||||||
|
metafile = true
|
||||||
|
|
||||||
[[files]]
|
[[files]]
|
||||||
file = "mods/pick-up-notifier.pw.toml"
|
file = "mods/pick-up-notifier.pw.toml"
|
||||||
hash = "a566e339809d1596f335414f04f8151a56149af191ee3161c2e73a4db7084b3e"
|
hash = "a566e339809d1596f335414f04f8151a56149af191ee3161c2e73a4db7084b3e"
|
||||||
@ -1915,11 +1963,6 @@ file = "mods/polymorph.pw.toml"
|
|||||||
hash = "4ab869d8784f4ac318b5c92fa3d9e65f997352b8b57f34b409ca6f171637f0fe"
|
hash = "4ab869d8784f4ac318b5c92fa3d9e65f997352b8b57f34b409ca6f171637f0fe"
|
||||||
metafile = true
|
metafile = true
|
||||||
|
|
||||||
[[files]]
|
|
||||||
file = "mods/portable-mobs.pw.toml"
|
|
||||||
hash = "d270bd51d408164ae2da2e2e04be893c9066e701a604383a59cade1e1523b042"
|
|
||||||
metafile = true
|
|
||||||
|
|
||||||
[[files]]
|
[[files]]
|
||||||
file = "mods/portable-tanks.pw.toml"
|
file = "mods/portable-tanks.pw.toml"
|
||||||
hash = "ea41c1a0fa68ef2442705fd325e5d622357787024bda5e352a0e1c94ce65a265"
|
hash = "ea41c1a0fa68ef2442705fd325e5d622357787024bda5e352a0e1c94ce65a265"
|
||||||
@ -2386,8 +2429,8 @@ hash = "8a49a31e1a2840c9f8973de29ec2d4f57eb277167363162755fbd026b5dd13b3"
|
|||||||
metafile = true
|
metafile = true
|
||||||
|
|
||||||
[[files]]
|
[[files]]
|
||||||
file = "mods/wakes.pw.toml"
|
file = "mods/wakes-reforged.pw.toml"
|
||||||
hash = "24cfa457173f8fd0aec773a4437c86dc22a9ef41c73514a2237160b514ff837d"
|
hash = "4e1303e31a3389977217641d012d5cfc690f521cc341d612d39331e023e6211e"
|
||||||
metafile = true
|
metafile = true
|
||||||
|
|
||||||
[[files]]
|
[[files]]
|
||||||
|
13
mods/ars-scalaes.pw.toml
Normal file
13
mods/ars-scalaes.pw.toml
Normal file
@ -0,0 +1,13 @@
|
|||||||
|
name = "Ars Scalaes"
|
||||||
|
filename = "ars_scalaes-1.20.1-1.10.7c.jar"
|
||||||
|
side = "both"
|
||||||
|
|
||||||
|
[download]
|
||||||
|
hash-format = "sha1"
|
||||||
|
hash = "b731e612ccdab3d246e2f97795c88ed0abe0b890"
|
||||||
|
mode = "metadata:curseforge"
|
||||||
|
|
||||||
|
[update]
|
||||||
|
[update.curseforge]
|
||||||
|
file-id = 5850815
|
||||||
|
project-id = 630431
|
13
mods/cobblegenrandomizer.pw.toml
Normal file
13
mods/cobblegenrandomizer.pw.toml
Normal file
@ -0,0 +1,13 @@
|
|||||||
|
name = "CobbleGenRandomizer"
|
||||||
|
filename = "cobblegenrandomizer-1.20.1-1.2.jar"
|
||||||
|
side = "both"
|
||||||
|
|
||||||
|
[download]
|
||||||
|
hash-format = "sha1"
|
||||||
|
hash = "242f1b8dfbb379c4ab51b6913761edefc5d452fe"
|
||||||
|
mode = "metadata:curseforge"
|
||||||
|
|
||||||
|
[update]
|
||||||
|
[update.curseforge]
|
||||||
|
file-id = 4817846
|
||||||
|
project-id = 402256
|
@ -1,13 +0,0 @@
|
|||||||
name = "Connector Extras"
|
|
||||||
filename = "ConnectorExtras-1.11.2+1.20.1.jar"
|
|
||||||
side = "both"
|
|
||||||
|
|
||||||
[download]
|
|
||||||
url = "https://cdn.modrinth.com/data/FYpiwiBR/versions/d28gpPn6/ConnectorExtras-1.11.2%2B1.20.1.jar"
|
|
||||||
hash-format = "sha512"
|
|
||||||
hash = "a318841ce2c42e8ba2058d47ad323bcb8ca500515c391f3f31b6468e8d4d974a53effe8a0a801b7fafd60d9845be514696bd9b095a3cc5d014bde02ce531bada"
|
|
||||||
|
|
||||||
[update]
|
|
||||||
[update.modrinth]
|
|
||||||
mod-id = "FYpiwiBR"
|
|
||||||
version = "d28gpPn6"
|
|
@ -1,13 +0,0 @@
|
|||||||
name = "Sinytra Connector"
|
|
||||||
filename = "Connector-1.0.0-beta.46+1.20.1.jar"
|
|
||||||
side = "both"
|
|
||||||
|
|
||||||
[download]
|
|
||||||
url = "https://cdn.modrinth.com/data/u58R1TMW/versions/e8hSZ4vp/Connector-1.0.0-beta.46%2B1.20.1.jar"
|
|
||||||
hash-format = "sha512"
|
|
||||||
hash = "7d98bd11e72dc95fb30e84d2be9175f2687201451d0e21421074bd225fcbcac8b4bcc1cd1b2dbd5f03e798569cac2f3bcc87c1baba1b1ad002268c578b20a533"
|
|
||||||
|
|
||||||
[update]
|
|
||||||
[update.modrinth]
|
|
||||||
mod-id = "u58R1TMW"
|
|
||||||
version = "e8hSZ4vp"
|
|
@ -1,13 +0,0 @@
|
|||||||
name = "Cool Rain"
|
|
||||||
filename = "coolrain-1.2.0-1.20.1.jar"
|
|
||||||
side = "client"
|
|
||||||
|
|
||||||
[download]
|
|
||||||
url = "https://cdn.modrinth.com/data/iDyqnQLT/versions/6r3KQJqu/coolrain-1.2.0-1.20.1.jar"
|
|
||||||
hash-format = "sha512"
|
|
||||||
hash = "f73ff9ecbca22ac59c2d761beb9d055f6fd47bb2cc0b44271ca9a0f962003767c0c19fd50fae87b1801f7dbc026b6b3c8841ebe495886b522b7dbc7baa537447"
|
|
||||||
|
|
||||||
[update]
|
|
||||||
[update.modrinth]
|
|
||||||
mod-id = "iDyqnQLT"
|
|
||||||
version = "6r3KQJqu"
|
|
13
mods/destroy.pw.toml
Normal file
13
mods/destroy.pw.toml
Normal file
@ -0,0 +1,13 @@
|
|||||||
|
name = "Destroy (Create add-on)"
|
||||||
|
filename = "destroy-1.20.1-0.1.3-all.jar"
|
||||||
|
side = "both"
|
||||||
|
|
||||||
|
[download]
|
||||||
|
url = "https://cdn.modrinth.com/data/uY7EYHum/versions/Z43mg4A6/destroy-1.20.1-0.1.3-all.jar"
|
||||||
|
hash-format = "sha512"
|
||||||
|
hash = "d37e93d43cf16a72f9e4834bb871a46f7c661f5801872a162a8478a9e22bd09eaaf38a831787a23064dba580cae80cd3ed95697002cd6506cb0554764cdeb88e"
|
||||||
|
|
||||||
|
[update]
|
||||||
|
[update.modrinth]
|
||||||
|
mod-id = "uY7EYHum"
|
||||||
|
version = "Z43mg4A6"
|
13
mods/farmers-respite.pw.toml
Normal file
13
mods/farmers-respite.pw.toml
Normal file
@ -0,0 +1,13 @@
|
|||||||
|
name = "Farmer's Respite"
|
||||||
|
filename = "farmersrespite-1.20.1-2.1.2.jar"
|
||||||
|
side = "both"
|
||||||
|
|
||||||
|
[download]
|
||||||
|
hash-format = "sha1"
|
||||||
|
hash = "9ae5bc246cb1a8f3573ab685a4e9ddfaf869e2de"
|
||||||
|
mode = "metadata:curseforge"
|
||||||
|
|
||||||
|
[update]
|
||||||
|
[update.curseforge]
|
||||||
|
file-id = 5543547
|
||||||
|
project-id = 551453
|
@ -1,13 +0,0 @@
|
|||||||
name = "Forgified Fabric API"
|
|
||||||
filename = "fabric-api-0.92.2+1.11.12+1.20.1.jar"
|
|
||||||
side = "both"
|
|
||||||
|
|
||||||
[download]
|
|
||||||
url = "https://cdn.modrinth.com/data/Aqlf1Shp/versions/qzoL6HjK/fabric-api-0.92.2%2B1.11.12%2B1.20.1.jar"
|
|
||||||
hash-format = "sha512"
|
|
||||||
hash = "1a9d391a1579ee9e59b5435c40c199fd5cf48d763e981a0893fcb5704edb9bb88014eb933a66b7eff1c57ba17b864a6dfe0b307c3b51296704a890ec354e0696"
|
|
||||||
|
|
||||||
[update]
|
|
||||||
[update.modrinth]
|
|
||||||
mod-id = "Aqlf1Shp"
|
|
||||||
version = "qzoL6HjK"
|
|
13
mods/immediatelyfast.pw.toml
Normal file
13
mods/immediatelyfast.pw.toml
Normal file
@ -0,0 +1,13 @@
|
|||||||
|
name = "ImmediatelyFast"
|
||||||
|
filename = "ImmediatelyFast-Forge-1.5.1+1.20.4.jar"
|
||||||
|
side = "both"
|
||||||
|
|
||||||
|
[download]
|
||||||
|
hash-format = "sha1"
|
||||||
|
hash = "f1687e57a835e44a9ecf2f343cba5817936f8ae0"
|
||||||
|
mode = "metadata:curseforge"
|
||||||
|
|
||||||
|
[update]
|
||||||
|
[update.curseforge]
|
||||||
|
file-id = 6745706
|
||||||
|
project-id = 686911
|
13
mods/iris-flywheel-compat.pw.toml
Normal file
13
mods/iris-flywheel-compat.pw.toml
Normal file
@ -0,0 +1,13 @@
|
|||||||
|
name = "Iris & Oculus Flywheel Compat"
|
||||||
|
filename = "oculus-flywheel-compat-Forge-2.0.3.jar"
|
||||||
|
side = "client"
|
||||||
|
|
||||||
|
[download]
|
||||||
|
hash-format = "sha1"
|
||||||
|
hash = "a11227479ddcddcb0eed3f9c3717c53fd5a47222"
|
||||||
|
mode = "metadata:curseforge"
|
||||||
|
|
||||||
|
[update]
|
||||||
|
[update.curseforge]
|
||||||
|
file-id = 6694861
|
||||||
|
project-id = 659897
|
13
mods/petrolpark.pw.toml
Normal file
13
mods/petrolpark.pw.toml
Normal file
@ -0,0 +1,13 @@
|
|||||||
|
name = "Petrolpark's Library"
|
||||||
|
filename = "petrolpark-1.20.1-1.4.9-all.jar"
|
||||||
|
side = "both"
|
||||||
|
|
||||||
|
[download]
|
||||||
|
url = "https://cdn.modrinth.com/data/ik2WZkTZ/versions/NOmZ92Rf/petrolpark-1.20.1-1.4.9-all.jar"
|
||||||
|
hash-format = "sha512"
|
||||||
|
hash = "6b332edf763356a6e65c5eec4f8778258e57a1b0caac04ffdea44113616470a09ebeedbe63c95ebe2983824a8c7f32fe686680afad54c5d73a03351860e04e8c"
|
||||||
|
|
||||||
|
[update]
|
||||||
|
[update.modrinth]
|
||||||
|
mod-id = "ik2WZkTZ"
|
||||||
|
version = "NOmZ92Rf"
|
13
mods/petrols-parts.pw.toml
Normal file
13
mods/petrols-parts.pw.toml
Normal file
@ -0,0 +1,13 @@
|
|||||||
|
name = "Petrol's Parts (Create add-on)"
|
||||||
|
filename = "petrolsparts-1.20.1-1.2.3-all.jar"
|
||||||
|
side = "both"
|
||||||
|
|
||||||
|
[download]
|
||||||
|
url = "https://cdn.modrinth.com/data/AN0CZD9P/versions/hCQO8AvZ/petrolsparts-1.20.1-1.2.3-all.jar"
|
||||||
|
hash-format = "sha512"
|
||||||
|
hash = "1688cfe270a21a111d4a2faf93bdb6ffeb2a86faba34a6569f329e96af8ca4f937a954f45b7a57907602fc44ea4793b2af6e3e482d36f4ce435d88c4809db57b"
|
||||||
|
|
||||||
|
[update]
|
||||||
|
[update.modrinth]
|
||||||
|
mod-id = "AN0CZD9P"
|
||||||
|
version = "hCQO8AvZ"
|
@ -1,13 +0,0 @@
|
|||||||
name = "Portable Mobs"
|
|
||||||
filename = "portablemobs-1.2.0-forge-mc1.20.jar"
|
|
||||||
side = "both"
|
|
||||||
|
|
||||||
[download]
|
|
||||||
hash-format = "sha1"
|
|
||||||
hash = "07dc1116273306d138928c0cf429bce38c191b2a"
|
|
||||||
mode = "metadata:curseforge"
|
|
||||||
|
|
||||||
[update]
|
|
||||||
[update.curseforge]
|
|
||||||
file-id = 4719266
|
|
||||||
project-id = 503922
|
|
13
mods/wakes-reforged.pw.toml
Normal file
13
mods/wakes-reforged.pw.toml
Normal file
@ -0,0 +1,13 @@
|
|||||||
|
name = "Wakes Reforged"
|
||||||
|
filename = "wakes-1.20.1-Forge-1.0.5.jar"
|
||||||
|
side = "client"
|
||||||
|
|
||||||
|
[download]
|
||||||
|
hash-format = "sha1"
|
||||||
|
hash = "17793fcdcdc7d83169c1488cce4621fc04bc4987"
|
||||||
|
mode = "metadata:curseforge"
|
||||||
|
|
||||||
|
[update]
|
||||||
|
[update.curseforge]
|
||||||
|
file-id = 6519189
|
||||||
|
project-id = 1223529
|
@ -1,13 +0,0 @@
|
|||||||
name = "Wakes"
|
|
||||||
filename = "wakes-0.4.0+1.20.1.jar"
|
|
||||||
side = "client"
|
|
||||||
|
|
||||||
[download]
|
|
||||||
url = "https://cdn.modrinth.com/data/dlNu0RQY/versions/hUOdfRBT/wakes-0.4.0%2B1.20.1.jar"
|
|
||||||
hash-format = "sha512"
|
|
||||||
hash = "650618eaec6d09c0b433023a95999ec07e899e2c56e141f67a14a811d54acbd49b92f5460cab5142250a4ad1048aef8508384b4e241948e6cf24e7c4143db7a2"
|
|
||||||
|
|
||||||
[update]
|
|
||||||
[update.modrinth]
|
|
||||||
mod-id = "dlNu0RQY"
|
|
||||||
version = "hUOdfRBT"
|
|
@ -6,7 +6,7 @@ pack-format = "packwiz:1.1.0"
|
|||||||
[index]
|
[index]
|
||||||
file = "index.toml"
|
file = "index.toml"
|
||||||
hash-format = "sha256"
|
hash-format = "sha256"
|
||||||
hash = "4bfeea35fad8fc6b2cf7ec452650d01a08a01c2edcf61666d760149eb0dc8c3d"
|
hash = "71aa6fdbde6c4bd7d7ccfe1ef224718039b3ac13e56a83480720857e5481ef51"
|
||||||
|
|
||||||
[versions]
|
[versions]
|
||||||
forge = "47.4.4"
|
forge = "47.4.4"
|
||||||
|
Loading…
x
Reference in New Issue
Block a user