Compare commits
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
8288176ad7
|
||
|
|
62d4a622ec
|
||
|
|
fe1fdd28bb
|
||
|
|
d3d7ec9aa4
|
||
|
|
cbd915ffa3
|
||
|
|
98d09b81c4
|
||
|
|
54e64f1750
|
||
|
|
57c94b91d2
|
||
|
|
ae04150d3c
|
||
|
|
71413e7f38
|
||
|
|
926f91cdf9
|
||
|
|
5470d0c052
|
||
|
|
ab9afa116f
|
||
|
|
a9320fdf87
|
||
|
|
7d9bb7d016
|
||
|
|
3dfc20a815
|
||
|
|
ffa09b231d
|
||
|
|
d9a31324fd
|
||
|
|
bf5a1f0642
|
||
|
|
5915debdcb
|
||
|
|
78f0584962
|
||
|
|
79b3927aef
|
||
|
|
9350f8d91b
|
||
|
|
841db48ac4
|
||
|
|
1b97e0ed99
|
||
|
|
3eafc588cb
|
||
|
|
c1f7cdb0fc
|
||
|
|
fde8a64e8a
|
||
|
|
979f1161ca
|
@@ -0,0 +1,89 @@
|
||||
[settings]
|
||||
#General Settings
|
||||
#Maximum distance from where Blocks and Entities can be picked up
|
||||
# Default: 2.5
|
||||
# Range: 0.0 ~ 1.7976931348623157E308
|
||||
maxDistance = 2.5
|
||||
#Max width of entities that can be picked up in survival mode
|
||||
# Default: 1.5
|
||||
# Range: 0.0 ~ 10.0
|
||||
maxEntityWidth = 1.5
|
||||
#Max height of entities that can be picked up in survival mode
|
||||
# Default: 2.5
|
||||
# Range: 0.0 ~ 10.0
|
||||
maxEntityHeight = 2.5
|
||||
#Slowness multiplier for blocks
|
||||
# Default: 1.0
|
||||
# Range: 0.0 ~ 1.7976931348623157E308
|
||||
blockSlownessMultiplier = 1.0
|
||||
#Slowness multiplier for entities
|
||||
# Default: 1.0
|
||||
# Range: 0.0 ~ 1.7976931348623157E308
|
||||
entitySlownessMultiplier = 1.0
|
||||
#Maximum stack limit for entities
|
||||
# Default: 10
|
||||
# Range: > 1
|
||||
maxEntityStackLimit = 10
|
||||
#More complex Tile Entities slow down the player more
|
||||
heavyTiles = true
|
||||
#Allow all blocks to be picked up, not just Tile Entites. White/Blacklist will still be respected.
|
||||
pickupAllBlocks = false
|
||||
#Whether Blocks and Entities slow the creative player down when carried
|
||||
slownessInCreative = true
|
||||
#Whether hostile mobs should be able to picked up in survival mode
|
||||
pickupHostileMobs = false
|
||||
#Larger Entities slow down the player more
|
||||
heavyEntities = true
|
||||
#Allow babies to be carried even when adult mob is blacklisted (or not whitelisted)
|
||||
allowBabies = false
|
||||
#Use Whitelist instead of Blacklist for Blocks
|
||||
useWhitelistBlocks = false
|
||||
#Use Whitelist instead of Blacklist for Entities
|
||||
useWhitelistEntities = false
|
||||
#Use Whitelist instead of Blacklist for Stacking
|
||||
useWhitelistStacking = false
|
||||
#Whether the player can hit blocks and entities while carrying or not
|
||||
hitWhileCarrying = false
|
||||
#Whether the player drops the carried object when hit or not
|
||||
dropCarriedWhenHit = false
|
||||
#Use custom Pickup Scripts. Having this set to false, will not allow you to run scripts, but will increase your performance
|
||||
useScripts = false
|
||||
#Allows entities to be stacked on top of each other
|
||||
stackableEntities = true
|
||||
#Whether entities' size matters when stacking or not. This means that larger entities cannot be stacked on smaller ones
|
||||
entitySizeMattersStacking = true
|
||||
#Usually all the block state information is retained when placing a block that was picked up. But some information is changed to a modified property, like rotation or orientation. In this list, add additional properties that should NOT be saved and instead be updated when placed. Format: modid:block[propertyname]. Note: You don't need to add an entry for every subtype of a same block. For example, we only add an entry for one type of slab, but the change is applied to all slabs.
|
||||
placementStateExceptions = ["minecraft:chest[type]", "minecraft:stone_button[face]", "minecraft:vine[north,east,south,west,up]", "minecraft:creeper_head[rotation]", "minecraft:glow_lichen[north,east,south,west,up,down]", "minecraft:oak_sign[rotation]", "minecraft:oak_trapdoor[half]"]
|
||||
#Whether Players can be picked up. Creative players can't be picked up in Survival Mode
|
||||
pickupPlayers = true
|
||||
#Whether players in Survival Mode can pick up unbreakable blocks. Creative players always can.
|
||||
pickupUnbreakableBlocks = false
|
||||
#Pickup distance scales with player reach
|
||||
scaleDistance = true
|
||||
#Size of entities is considered relative to player scale
|
||||
relativePlayerScale = true
|
||||
|
||||
[whitelist]
|
||||
#Whitelist. Read about the format here: https://github.com/Tschipp/CarryOn/wiki/Black---and-Whitelist-Config
|
||||
#Entities that CAN be picked up (useWhitelistEntities must be true)
|
||||
allowedEntities = []
|
||||
#Blocks that CAN be picked up (useWhitelistBlocks must be true)
|
||||
allowedBlocks = []
|
||||
#Entities that CAN have other entities stacked on top of them (useWhitelistStacking must be true)
|
||||
allowedStacking = []
|
||||
|
||||
[blacklist]
|
||||
#Blacklist. Read about the format here: https://github.com/Tschipp/CarryOn/wiki/Black---and-Whitelist-Config
|
||||
#Blocks that cannot be picked up
|
||||
forbiddenTiles = ["#forge:immovable", "#forge:relocation_not_supported", "#neoforge:immovable", "#neoforge:relocation_not_supported", "minecraft:end_portal", "minecraft:piston_head", "#c:relocation_not_supported", "minecraft:end_gateway", "minecraft:tall_grass", "minecraft:large_fern", "minecraft:peony", "minecraft:rose_bush", "minecraft:lilac", "minecraft:sunflower", "minecraft:*_bed", "minecraft:*_door", "minecraft:big_dripleaf_stem", "minecraft:waterlily", "minecraft:cake", "minecraft:nether_portal", "minecraft:tall_seagrass", "animania:block_trough", "animania:block_invisiblock", "colossalchests:*", "ic2:*", "bigreactors:*", "forestry:*", "tconstruct:*", "rustic:*", "botania:*", "astralsorcery:*", "quark:colored_bed_*", "immersiveengineering:*", "embers:block_furnace", "embers:ember_bore", "embers:ember_activator", "embers:mixer", "embers:heat_coil", "embers:large_tank", "embers:crystal_cell", "embers:alchemy_pedestal", "embers:boiler", "embers:combustor", "embers:catalzyer", "embers:field_chart", "embers:inferno_forge", "storagedrawers:framingtable", "skyresources:*", "lootbags:*", "exsartagine:*", "aquamunda:tank", "opencomputers:*", "malisisdoors:*", "industrialforegoing:*", "minecolonies:*", "thaumcraft:pillar*", "thaumcraft:infernal_furnace", "thaumcraft:placeholder*", "thaumcraft:infusion_matrix", "thaumcraft:golem_builder", "thaumcraft:thaumatorium*", "magneticraft:oil_heater", "magneticraft:solar_panel", "magneticraft:steam_engine", "magneticraft:shelving_unit", "magneticraft:grinder", "magneticraft:sieve", "magneticraft:solar_tower", "magneticraft:solar_mirror", "magneticraft:container", "magneticraft:pumpjack", "magneticraft:solar_panel", "magneticraft:refinery", "magneticraft:oil_heater", "magneticraft:hydraulic_press", "magneticraft:multiblock_gap", "refinedstorage:*", "mcmultipart:*", "enderstorage:*", "betterstorage:*", "practicallogistics2:*", "wearablebackpacks:*", "rftools:screen", "rftools:creative_screen", "create:*", "magic_doorknob:*", "iceandfire:*", "ftbquests:*", "waystones:*", "contact:*", "framedblocks:*", "securitycraft:*", "forgemultipartcbe:*", "integrateddynamics:cable", "mekanismgenerators:wind_generator", "cookingforblockheads:cabinet", "cookingforblockheads:corner", "cookingforblockheads:counter", "cookingforblockheads:oven", "cookingforblockheads:toaster", "cookingforblockheads:milk_jar", "cookingforblockheads:cow_jar", "cookingforblockheads:fruit_basket", "cookingforblockheads:cooking_table", "cookingforblockheads:fridge", "cookingforblockheads:sink", "chipped:*", "irons_spellbooks:*", "create*:*", "simple_pipes:*", "libmultipart:*", "quark:tiny_potato", "ait:*", "vampirism:*", "extrastorage:*", "relics:researching_table", "sophisticatedstorage:*chest", "powah:*", "advancementtrophies:trophy", "mekanismgenerators:heat_generator", "mna:filler_block", "create_enchantment_industry:*", "graveyard:*", "immersivepetroleum:*", "tardis:interior_door", "cuffed:*", "littletiles:*", "butchersdelight:*", "irons_spellbooks:*", "extended_drawers:*", "functionalstorage:*", "sophisticatedstorage:*", "farmersdelight:*", "modern_industrialization:*_cable", "modern_industrialization:item_pipe", "modern_industrialization:*_item_pipe", "modern_industrialization:fluid_pipe", "modern_industrialization:*_fluid_pipe", "snowrealmagic:*", "simulated:linked_typewriter"]
|
||||
#Entities that cannot be picked up
|
||||
forbiddenEntities = ["#c:capturing_not_supported", "#c:teleporting_not_supported", "minecraft:end_crystal", "minecraft:ender_dragon", "minecraft:ghast", "minecraft:fireball", "minecraft:small_fireball", "minecraft:whither_skull", "minecraft:shulker", "minecraft:leash_knot", "minecraft:armor_stand", "minecraft:whither_skull_dangerous", "minecraft:dragon_fireball", "minecraft:item_frame", "minecraft:painting", "minecraft:shulker_bullet", "minecraft:evoker_fangs", "minecraft:glow_item_frame", "minecraft:tnt", "minecraft:trident", "minecraft:arrow", "minecraft:spectral_arrow", "minecraft:interaction", "minecraft:marker", "minecraft:block_display", "minecraft:item_display", "minecraft:text_display", "animania:hamster", "animania:ferret*", "animania:hedgehog*", "animania:cart", "animania:wagon", "mynko:*", "pixelmon:*", "mocreatures:*", "quark:totem", "vehicle:*", "securitycraft:*", "taterzens:npc", "easy_npc:*", "bodiesbodies:dead_body", "littletiles:*"]
|
||||
#Entities that cannot have other entities stacked on top of them
|
||||
forbiddenStacking = ["minecraft:horse"]
|
||||
|
||||
[customPickupConditions]
|
||||
#Custom Pickup Conditions. Read about the format here: https://github.com/Tschipp/CarryOn/wiki/Custom-Pickup-Condition-Config
|
||||
#Custom Pickup Conditions for Blocks
|
||||
customPickupConditionsBlocks = []
|
||||
#Custom Pickup Conditions for Entities
|
||||
customPickupConditionsEntities = []
|
||||
@@ -0,0 +1,328 @@
|
||||
# Client-specific configuration for FTB Chunks
|
||||
# Modpack defaults should be defined in <instance>/config/ftbchunks-client.snbt
|
||||
# (may be overwritten on modpack update)
|
||||
# Players may locally override this by copying into <instance>/local/ftbchunks-client.snbt
|
||||
# (will NOT be overwritten on modpack update)
|
||||
|
||||
{
|
||||
advanced: {
|
||||
# Enables debug info
|
||||
# Default: false
|
||||
debug_info: false
|
||||
|
||||
# Advanced option. Change how often the minimap will refresh icons
|
||||
# Default: 500
|
||||
# Range: 0 ~ 10000
|
||||
minimap_icon_update_timer: 500
|
||||
|
||||
# Advanced option. How often map render update will be queued
|
||||
# Default: 60
|
||||
# Range: 1 ~ 600
|
||||
rerender_queue_ticks: 60
|
||||
|
||||
# Advanced option. Max tasks that can queue up
|
||||
# Default: 100
|
||||
# Range: 1 ~ 10000
|
||||
task_queue_max: 100
|
||||
|
||||
# Advanced option. How often queued tasks will run
|
||||
# Default: 4
|
||||
# Range: 1 ~ 300
|
||||
task_queue_ticks: 4
|
||||
memory: {
|
||||
# When the large map is closed, auto-release least recently accessed regions down to this number (0 disables releasing)
|
||||
# Default: 32
|
||||
# Range: 0 ~ 2147483647
|
||||
autorelease_on_map_close: 32
|
||||
|
||||
# Constrain maximum map zoom-out based on number of explored regions and available memory
|
||||
# Default: true
|
||||
max_zoom_constraint: true
|
||||
|
||||
# Periodically release region data for non-recently-used regions to save memory (units of seconds, 0 disables releasing
|
||||
# Default: 300
|
||||
# Range: 0 ~ 2147483647
|
||||
region_release_time: 300
|
||||
}
|
||||
}
|
||||
appearance: {
|
||||
# Biome blend
|
||||
# Default: "blend_5x5"
|
||||
# Valid values: "none", "blend_3x3", "blend_5x5", "blend_7x7", "blend_9x9", "blend_11x11", "blend_13x13", "blend_15x15"
|
||||
biome_blend: "blend_5x5"
|
||||
|
||||
# Chunk grid overlay in large map
|
||||
# Default: false
|
||||
chunk_grid: false
|
||||
|
||||
# Claim mode for the chunk claiming screen
|
||||
# Default: "freehand"
|
||||
# Valid values: "freehand", "rectangle", "circle"
|
||||
claim_mode: "freehand"
|
||||
|
||||
# Show claimed chunks on the map
|
||||
# Default: true
|
||||
claimed_chunks_on_map: true
|
||||
|
||||
# Advanced option. Foliage darkness
|
||||
# Default: 50
|
||||
# Range: 0 ~ 255
|
||||
foliage_darkness: 50
|
||||
|
||||
# Advanced option. Grass darkness
|
||||
# Default: 50
|
||||
# Range: 0 ~ 255
|
||||
grass_darkness: 50
|
||||
|
||||
# Different ways to render map
|
||||
# Default: "none"
|
||||
# Valid values: "none", "night", "topography", "blocks", "light_sources"
|
||||
map_mode: "none"
|
||||
|
||||
# Noise added to map to make it look less plastic
|
||||
# Default: 0.05
|
||||
# Range: 0.0 ~ 0.5
|
||||
noise: 0.05d
|
||||
|
||||
# Only show entities that are on the surface
|
||||
# Default: true
|
||||
only_surface_entities: true
|
||||
|
||||
# Show your own claimed chunks on the map
|
||||
# Default: true
|
||||
own_claimed_chunks_on_map: true
|
||||
|
||||
# Reduces color palette to 256 colors
|
||||
# Default: false
|
||||
reduced_color_palette: false
|
||||
|
||||
# Color intensity
|
||||
# Default: 1.0
|
||||
# Range: 0.0 ~ 1.0
|
||||
saturation: 1.0d
|
||||
|
||||
# Shadow intensity
|
||||
# Default: 0.1
|
||||
# Range: 0.0 ~ 0.3
|
||||
shadows: 0.1d
|
||||
|
||||
# How many blocks should height checks skip in water. 0 means flat water, ignoring terrain
|
||||
# Default: 8
|
||||
# Range: 0 ~ 128
|
||||
water_height_factor: 8
|
||||
|
||||
# Advanced option. Water visibility
|
||||
# Default: 220
|
||||
# Range: 0 ~ 255
|
||||
water_visibility: 220
|
||||
}
|
||||
minimap: {
|
||||
# Blurs minimap
|
||||
# Default: "auto"
|
||||
# Valid values: "auto", "on", "off"
|
||||
blur_mode: "auto"
|
||||
|
||||
# Adds NWSE compass inside minimap
|
||||
# Default: true
|
||||
compass: true
|
||||
|
||||
# Enable minimap
|
||||
# Default: false
|
||||
enabled: false
|
||||
|
||||
# Show entities on minimap
|
||||
# Default: true
|
||||
entities: true
|
||||
|
||||
# Show entity heads on minimap
|
||||
# Default: true
|
||||
entity_heads: true
|
||||
entity_icon: {
|
||||
"minecraft:squid": true
|
||||
"alexsmobs:raccoon": true
|
||||
"aquaculture:brown_trout": false
|
||||
"aquaculture:perch": false
|
||||
"alexsmobs:flying_fish": true
|
||||
"quark:toretoise": true
|
||||
"quark:forgotten": true
|
||||
"minecraft:glow_squid": true
|
||||
"mowziesmobs:ferrous_wroughtnaut": true
|
||||
"minecraft:zombie": true
|
||||
"aquaculture:atlantic_herring": false
|
||||
"aquaculture:bluegill": false
|
||||
"aquaculture:smallmouth_bass": false
|
||||
"alexsmobs:crow": true
|
||||
"minecraft:sheep": true
|
||||
"minecraft:chicken": true
|
||||
"minecraft:horse": true
|
||||
"minecraft:spider": true
|
||||
"aquaculture:red_grouper": false
|
||||
"minecraft:bat": true
|
||||
"quark:stoneling": true
|
||||
"aquaculture:minnow": false
|
||||
"alexsmobs:banana_slug": true
|
||||
"minecraft:fox": true
|
||||
"minecraft:villager": true
|
||||
"artifacts:mimic": true
|
||||
"minecraft:cow": true
|
||||
"minecraft:creeper": true
|
||||
"minecraft:skeleton": true
|
||||
"minecraft:pig": true
|
||||
"alexsmobs:blue_jay": true
|
||||
"minecraft:cod": false
|
||||
"minecraft:skeleton_horse": true
|
||||
"alexsmobs:seagull": true
|
||||
"alexsmobs:bison": true
|
||||
"alexsmobs:cockroach": true
|
||||
"minecraft:enderman": true
|
||||
}
|
||||
|
||||
# Minimap font scaling (values not a multiple of 0.5 may look bad)
|
||||
# Default: 0.5
|
||||
# Range: 0.1 ~ 5.0
|
||||
font_scale: 0.5d
|
||||
|
||||
# Info hidden under minimap
|
||||
# Default: ["ftbchunks:fps", "ftbchunks:game_time", "ftbchunks:real_time", "ftbchunks:debug"]
|
||||
info_hidden: [
|
||||
"ftbchunks:fps"
|
||||
"ftbchunks:game_time"
|
||||
"ftbchunks:real_time"
|
||||
"ftbchunks:debug"
|
||||
]
|
||||
|
||||
# Info displayed under minimap
|
||||
# Default: ["ftbchunks:player_pos", "ftbchunks:biome", "ftbchunks:zone", "ftbchunks:fps", "ftbchunks:game_time", "ftbchunks:real_time", "ftbchunks:debug"]
|
||||
info_order: [
|
||||
"ftbchunks:player_pos"
|
||||
"ftbchunks:biome"
|
||||
"ftbchunks:zone"
|
||||
"ftbchunks:fps"
|
||||
"ftbchunks:game_time"
|
||||
"ftbchunks:real_time"
|
||||
"ftbchunks:debug"
|
||||
]
|
||||
info_settings: { }
|
||||
|
||||
# Entities in minimap will be larger
|
||||
# Default: false
|
||||
large_entities: false
|
||||
|
||||
# Minimap will not rotate
|
||||
# Default: true
|
||||
locked_north: true
|
||||
|
||||
# Show player heads on minimap
|
||||
# Default: true
|
||||
player_heads: true
|
||||
|
||||
# Mode for the pointer icon to render on full screen minimap
|
||||
# Default: "both"
|
||||
# Valid values: "face", "pointer", "both"
|
||||
pointer_icon_mode: "both"
|
||||
|
||||
# Mode for the pointer icon to render on minimap
|
||||
# Default: "both"
|
||||
# Valid values: "face", "pointer", "both"
|
||||
pointer_icon_mode_minimap: "both"
|
||||
|
||||
# Enables minimap to show up in corner
|
||||
# Default: "top_right"
|
||||
# Valid values: "bottom_left", "left", "top_left", "top_right", "right", "bottom_right"
|
||||
position: "top_right"
|
||||
|
||||
# Applied a conditional check to the offset. When set to anything other that None, the offset will apply only to the selected minimap position.
|
||||
# When set to none and the maps offset is greater than 0, the offset will apply to all directions
|
||||
# Default: "none"
|
||||
# Valid values: "bottom_left", "left", "top_left", "top_right", "right", "bottom_right", "none"
|
||||
position_offset_condition: "none"
|
||||
|
||||
# Changes the maps X offset from it's origin point. When on the Left, the map will be pushed out from the left, then from the right when on the right.
|
||||
# Default: 0
|
||||
# Range: -∞ ~ +∞
|
||||
position_offset_x: 0
|
||||
|
||||
# Changes the maps X offset from it's origin point. When on the Left, the map will be pushed out from the left, then from the right when on the right.
|
||||
# Default: 0
|
||||
# Range: -∞ ~ +∞
|
||||
position_offset_y: 0
|
||||
|
||||
# Size minimap proportional to screen width (and scale)
|
||||
# Default: true
|
||||
proportional: true
|
||||
|
||||
# Draw reticle lines on minimap
|
||||
# Default: true
|
||||
reticle: true
|
||||
|
||||
# Scale of minimap
|
||||
# Default: 1.0
|
||||
# Range: 0.25 ~ 4.0
|
||||
scale: 1.0d
|
||||
|
||||
# Always show player on minimap, even when rotation not locked
|
||||
# Default: true
|
||||
show_player_when_unlocked: true
|
||||
|
||||
# Draw a square minimap instead of a circular one
|
||||
# Default: false
|
||||
square: false
|
||||
|
||||
# Show text above minimap
|
||||
# Default: false
|
||||
text_above_minimap: false
|
||||
|
||||
# Minimap visibility
|
||||
# Default: 255
|
||||
# Range: 0 ~ 255
|
||||
visibility: 255
|
||||
|
||||
# Show waypoints on minimap
|
||||
# Default: true
|
||||
waypoints: true
|
||||
|
||||
# Zoom distance of the minimap
|
||||
# Default: 1.0
|
||||
# Range: 1.0 ~ 4.0
|
||||
zoom: 1.0d
|
||||
}
|
||||
waypoints: {
|
||||
# Automatically remove death waypoints if closer than this many blocks away (distance of 0 disables removal)
|
||||
# Default: 0
|
||||
# Range: 0 ~ 2147483647
|
||||
death_waypoint_autoremove_distance: 0
|
||||
|
||||
# Enables creation of death waypoints
|
||||
# Default: true
|
||||
death_waypoints: false
|
||||
|
||||
# Show waypoints in world
|
||||
# Default: true
|
||||
in_world_waypoints: true
|
||||
|
||||
# Minimum distance before waypoint dots start to fade
|
||||
# Default: 1.0
|
||||
# Range: 1.0 ~ 200.0
|
||||
waypoint_dot_fade_distance: 1.0d
|
||||
|
||||
# Minimum distance before waypoint beacons start to fade
|
||||
# Default: 12.0
|
||||
# Range: 1.0 ~ 200.0
|
||||
waypoint_fade_distance: 12.0d
|
||||
|
||||
# How close player crosshair needs to be to in-world waypoints to show waypoint labels
|
||||
# Default: 1.0
|
||||
# Range: 1.0 ~ 10.0
|
||||
waypoint_focus_distance: 1.0d
|
||||
|
||||
# How much do in-world waypoints enlarge when the player crosshair is close
|
||||
# Default: 2.0
|
||||
# Range: 1.0 ~ 10.0
|
||||
waypoint_focus_scale: 2.0d
|
||||
|
||||
# Maximum distance at which waypoints are drawn
|
||||
# Default: 5000.0
|
||||
# Range: 1.0 ~ 2.147483647E9
|
||||
waypoint_max_distance: 5000.0d
|
||||
}
|
||||
}
|
||||
@@ -0,0 +1,238 @@
|
||||
[aesthetic_settings]
|
||||
#Change the foliage colour based on the current season
|
||||
change_foliage_color = true
|
||||
#Change the grass color based on the current season
|
||||
change_grass_color = true
|
||||
#Change the birch colour based on the current season
|
||||
change_birch_color = true
|
||||
|
||||
[dimension_settings]
|
||||
#Seasons will only apply to dimensons listed here
|
||||
whitelisted_dimensions = ["minecraft:overworld"]
|
||||
|
||||
[weather_settings]
|
||||
#Change the frequency of rain/snow/storms based on the season
|
||||
change_weather_frequency = true
|
||||
#Generate snow and ice during the Winter season
|
||||
generate_snow_ice = true
|
||||
|
||||
[time_settings]
|
||||
#The starting sub season for new worlds.
|
||||
#0 = Random, 1 - 3 = Early/Mid/Late Spring
|
||||
#4 - 6 = Early/Mid/Late Summer
|
||||
#7 - 9 = Early/Mid/Late Autumn
|
||||
#10 - 12 = Early/Mid/Late Winter
|
||||
starting_sub_season = 1
|
||||
#The duration of a sub season in days.
|
||||
sub_season_duration = 8
|
||||
#If the season should progress on a server with no players online
|
||||
progress_season_while_offline = false
|
||||
#The duration of a Minecraft day in ticks.
|
||||
#This only adjusts the internal length of a day used by the season cycle.
|
||||
#It is intended to be used in conjunction with another mod which adjusts the actual length of a Minecraft day.
|
||||
day_duration = 24000
|
||||
|
||||
#melt_percent is the 0-1 percentage chance a snow or ice block will melt when chosen. (e.g. 100.0 = 100%, 50.0 = 50%)
|
||||
#melt_rolls is the number of blocks randomly picked in each chunk, each tick. (High number rolls is not recommended on servers)
|
||||
#melt_rolls should be 0 if blocks should not melt in that season.
|
||||
#biome_temp_adjustment is the amount to adjust the biome temperature by from -10.0 to 10.0.
|
||||
#min_rain_time is the minimum time interval between rain events in ticks. Set to -1 to disable rain.
|
||||
#max_rain_time is the maximum time interval between rain events in ticks. Set to -1 to disable rain.
|
||||
#min_thunder_time is the minimum time interval between thunder events in ticks. Set to -1 to disable thunder.
|
||||
#max_thunder_time is the maximum time interval between thunder events in ticks. Set to -1 to disable thunder.
|
||||
[[season_properties]]
|
||||
melt_percent = 25.0
|
||||
max_rain_time = 96000
|
||||
min_rain_time = 12000
|
||||
season = "EARLY_SUMMER"
|
||||
melt_rolls = 1
|
||||
max_thunder_time = 180000
|
||||
biome_temp_adjustment = 0.0
|
||||
min_thunder_time = 12000
|
||||
#melt_percent is the 0-1 percentage chance a snow or ice block will melt when chosen. (e.g. 100.0 = 100%, 50.0 = 50%)
|
||||
#melt_rolls is the number of blocks randomly picked in each chunk, each tick. (High number rolls is not recommended on servers)
|
||||
#melt_rolls should be 0 if blocks should not melt in that season.
|
||||
#biome_temp_adjustment is the amount to adjust the biome temperature by from -10.0 to 10.0.
|
||||
#min_rain_time is the minimum time interval between rain events in ticks. Set to -1 to disable rain.
|
||||
#max_rain_time is the maximum time interval between rain events in ticks. Set to -1 to disable rain.
|
||||
#min_thunder_time is the minimum time interval between thunder events in ticks. Set to -1 to disable thunder.
|
||||
#max_thunder_time is the maximum time interval between thunder events in ticks. Set to -1 to disable thunder.
|
||||
[[season_properties]]
|
||||
melt_percent = 0.0
|
||||
max_rain_time = 36000
|
||||
min_rain_time = 12000
|
||||
season = "MID_WINTER"
|
||||
melt_rolls = 0
|
||||
max_thunder_time = -1
|
||||
biome_temp_adjustment = -0.8
|
||||
min_thunder_time = -1
|
||||
#melt_percent is the 0-1 percentage chance a snow or ice block will melt when chosen. (e.g. 100.0 = 100%, 50.0 = 50%)
|
||||
#melt_rolls is the number of blocks randomly picked in each chunk, each tick. (High number rolls is not recommended on servers)
|
||||
#melt_rolls should be 0 if blocks should not melt in that season.
|
||||
#biome_temp_adjustment is the amount to adjust the biome temperature by from -10.0 to 10.0.
|
||||
#min_rain_time is the minimum time interval between rain events in ticks. Set to -1 to disable rain.
|
||||
#max_rain_time is the maximum time interval between rain events in ticks. Set to -1 to disable rain.
|
||||
#min_thunder_time is the minimum time interval between thunder events in ticks. Set to -1 to disable thunder.
|
||||
#max_thunder_time is the maximum time interval between thunder events in ticks. Set to -1 to disable thunder.
|
||||
[[season_properties]]
|
||||
melt_percent = 8.33
|
||||
max_rain_time = 96000
|
||||
min_rain_time = 12000
|
||||
season = "MID_SPRING"
|
||||
melt_rolls = 1
|
||||
max_thunder_time = 180000
|
||||
biome_temp_adjustment = 0.0
|
||||
min_thunder_time = 12000
|
||||
#melt_percent is the 0-1 percentage chance a snow or ice block will melt when chosen. (e.g. 100.0 = 100%, 50.0 = 50%)
|
||||
#melt_rolls is the number of blocks randomly picked in each chunk, each tick. (High number rolls is not recommended on servers)
|
||||
#melt_rolls should be 0 if blocks should not melt in that season.
|
||||
#biome_temp_adjustment is the amount to adjust the biome temperature by from -10.0 to 10.0.
|
||||
#min_rain_time is the minimum time interval between rain events in ticks. Set to -1 to disable rain.
|
||||
#max_rain_time is the maximum time interval between rain events in ticks. Set to -1 to disable rain.
|
||||
#min_thunder_time is the minimum time interval between thunder events in ticks. Set to -1 to disable thunder.
|
||||
#max_thunder_time is the maximum time interval between thunder events in ticks. Set to -1 to disable thunder.
|
||||
[[season_properties]]
|
||||
melt_percent = 0.0
|
||||
max_rain_time = 36000
|
||||
min_rain_time = 12000
|
||||
season = "EARLY_WINTER"
|
||||
melt_rolls = 0
|
||||
max_thunder_time = -1
|
||||
biome_temp_adjustment = -0.8
|
||||
min_thunder_time = -1
|
||||
#melt_percent is the 0-1 percentage chance a snow or ice block will melt when chosen. (e.g. 100.0 = 100%, 50.0 = 50%)
|
||||
#melt_rolls is the number of blocks randomly picked in each chunk, each tick. (High number rolls is not recommended on servers)
|
||||
#melt_rolls should be 0 if blocks should not melt in that season.
|
||||
#biome_temp_adjustment is the amount to adjust the biome temperature by from -10.0 to 10.0.
|
||||
#min_rain_time is the minimum time interval between rain events in ticks. Set to -1 to disable rain.
|
||||
#max_rain_time is the maximum time interval between rain events in ticks. Set to -1 to disable rain.
|
||||
#min_thunder_time is the minimum time interval between thunder events in ticks. Set to -1 to disable thunder.
|
||||
#max_thunder_time is the maximum time interval between thunder events in ticks. Set to -1 to disable thunder.
|
||||
[[season_properties]]
|
||||
melt_percent = 25.0
|
||||
max_rain_time = 96000
|
||||
min_rain_time = 12000
|
||||
season = "LATE_SUMMER"
|
||||
melt_rolls = 1
|
||||
max_thunder_time = 180000
|
||||
biome_temp_adjustment = 0.0
|
||||
min_thunder_time = 12000
|
||||
#melt_percent is the 0-1 percentage chance a snow or ice block will melt when chosen. (e.g. 100.0 = 100%, 50.0 = 50%)
|
||||
#melt_rolls is the number of blocks randomly picked in each chunk, each tick. (High number rolls is not recommended on servers)
|
||||
#melt_rolls should be 0 if blocks should not melt in that season.
|
||||
#biome_temp_adjustment is the amount to adjust the biome temperature by from -10.0 to 10.0.
|
||||
#min_rain_time is the minimum time interval between rain events in ticks. Set to -1 to disable rain.
|
||||
#max_rain_time is the maximum time interval between rain events in ticks. Set to -1 to disable rain.
|
||||
#min_thunder_time is the minimum time interval between thunder events in ticks. Set to -1 to disable thunder.
|
||||
#max_thunder_time is the maximum time interval between thunder events in ticks. Set to -1 to disable thunder.
|
||||
[[season_properties]]
|
||||
melt_percent = 12.5
|
||||
max_rain_time = 180000
|
||||
min_rain_time = 12000
|
||||
season = "EARLY_AUTUMN"
|
||||
melt_rolls = 1
|
||||
max_thunder_time = 180000
|
||||
biome_temp_adjustment = 0.0
|
||||
min_thunder_time = 12000
|
||||
#melt_percent is the 0-1 percentage chance a snow or ice block will melt when chosen. (e.g. 100.0 = 100%, 50.0 = 50%)
|
||||
#melt_rolls is the number of blocks randomly picked in each chunk, each tick. (High number rolls is not recommended on servers)
|
||||
#melt_rolls should be 0 if blocks should not melt in that season.
|
||||
#biome_temp_adjustment is the amount to adjust the biome temperature by from -10.0 to 10.0.
|
||||
#min_rain_time is the minimum time interval between rain events in ticks. Set to -1 to disable rain.
|
||||
#max_rain_time is the maximum time interval between rain events in ticks. Set to -1 to disable rain.
|
||||
#min_thunder_time is the minimum time interval between thunder events in ticks. Set to -1 to disable thunder.
|
||||
#max_thunder_time is the maximum time interval between thunder events in ticks. Set to -1 to disable thunder.
|
||||
[[season_properties]]
|
||||
melt_percent = 12.5
|
||||
max_rain_time = 96000
|
||||
min_rain_time = 12000
|
||||
season = "LATE_SPRING"
|
||||
melt_rolls = 1
|
||||
max_thunder_time = 180000
|
||||
biome_temp_adjustment = 0.0
|
||||
min_thunder_time = 12000
|
||||
#melt_percent is the 0-1 percentage chance a snow or ice block will melt when chosen. (e.g. 100.0 = 100%, 50.0 = 50%)
|
||||
#melt_rolls is the number of blocks randomly picked in each chunk, each tick. (High number rolls is not recommended on servers)
|
||||
#melt_rolls should be 0 if blocks should not melt in that season.
|
||||
#biome_temp_adjustment is the amount to adjust the biome temperature by from -10.0 to 10.0.
|
||||
#min_rain_time is the minimum time interval between rain events in ticks. Set to -1 to disable rain.
|
||||
#max_rain_time is the maximum time interval between rain events in ticks. Set to -1 to disable rain.
|
||||
#min_thunder_time is the minimum time interval between thunder events in ticks. Set to -1 to disable thunder.
|
||||
#max_thunder_time is the maximum time interval between thunder events in ticks. Set to -1 to disable thunder.
|
||||
[[season_properties]]
|
||||
melt_percent = 25.0
|
||||
max_rain_time = 96000
|
||||
min_rain_time = 12000
|
||||
season = "MID_SUMMER"
|
||||
melt_rolls = 1
|
||||
max_thunder_time = 180000
|
||||
biome_temp_adjustment = 0.0
|
||||
min_thunder_time = 12000
|
||||
#melt_percent is the 0-1 percentage chance a snow or ice block will melt when chosen. (e.g. 100.0 = 100%, 50.0 = 50%)
|
||||
#melt_rolls is the number of blocks randomly picked in each chunk, each tick. (High number rolls is not recommended on servers)
|
||||
#melt_rolls should be 0 if blocks should not melt in that season.
|
||||
#biome_temp_adjustment is the amount to adjust the biome temperature by from -10.0 to 10.0.
|
||||
#min_rain_time is the minimum time interval between rain events in ticks. Set to -1 to disable rain.
|
||||
#max_rain_time is the maximum time interval between rain events in ticks. Set to -1 to disable rain.
|
||||
#min_thunder_time is the minimum time interval between thunder events in ticks. Set to -1 to disable thunder.
|
||||
#max_thunder_time is the maximum time interval between thunder events in ticks. Set to -1 to disable thunder.
|
||||
[[season_properties]]
|
||||
melt_percent = 6.25
|
||||
max_rain_time = 180000
|
||||
min_rain_time = 12000
|
||||
season = "LATE_AUTUMN"
|
||||
melt_rolls = 1
|
||||
max_thunder_time = 180000
|
||||
biome_temp_adjustment = -0.25
|
||||
min_thunder_time = 12000
|
||||
#melt_percent is the 0-1 percentage chance a snow or ice block will melt when chosen. (e.g. 100.0 = 100%, 50.0 = 50%)
|
||||
#melt_rolls is the number of blocks randomly picked in each chunk, each tick. (High number rolls is not recommended on servers)
|
||||
#melt_rolls should be 0 if blocks should not melt in that season.
|
||||
#biome_temp_adjustment is the amount to adjust the biome temperature by from -10.0 to 10.0.
|
||||
#min_rain_time is the minimum time interval between rain events in ticks. Set to -1 to disable rain.
|
||||
#max_rain_time is the maximum time interval between rain events in ticks. Set to -1 to disable rain.
|
||||
#min_thunder_time is the minimum time interval between thunder events in ticks. Set to -1 to disable thunder.
|
||||
#max_thunder_time is the maximum time interval between thunder events in ticks. Set to -1 to disable thunder.
|
||||
[[season_properties]]
|
||||
melt_percent = 0.0
|
||||
max_rain_time = 36000
|
||||
min_rain_time = 12000
|
||||
season = "LATE_WINTER"
|
||||
melt_rolls = 0
|
||||
max_thunder_time = -1
|
||||
biome_temp_adjustment = -0.8
|
||||
min_thunder_time = -1
|
||||
#melt_percent is the 0-1 percentage chance a snow or ice block will melt when chosen. (e.g. 100.0 = 100%, 50.0 = 50%)
|
||||
#melt_rolls is the number of blocks randomly picked in each chunk, each tick. (High number rolls is not recommended on servers)
|
||||
#melt_rolls should be 0 if blocks should not melt in that season.
|
||||
#biome_temp_adjustment is the amount to adjust the biome temperature by from -10.0 to 10.0.
|
||||
#min_rain_time is the minimum time interval between rain events in ticks. Set to -1 to disable rain.
|
||||
#max_rain_time is the maximum time interval between rain events in ticks. Set to -1 to disable rain.
|
||||
#min_thunder_time is the minimum time interval between thunder events in ticks. Set to -1 to disable thunder.
|
||||
#max_thunder_time is the maximum time interval between thunder events in ticks. Set to -1 to disable thunder.
|
||||
[[season_properties]]
|
||||
melt_percent = 6.25
|
||||
max_rain_time = 96000
|
||||
min_rain_time = 12000
|
||||
season = "EARLY_SPRING"
|
||||
melt_rolls = 1
|
||||
max_thunder_time = 180000
|
||||
biome_temp_adjustment = -0.25
|
||||
min_thunder_time = 12000
|
||||
#melt_percent is the 0-1 percentage chance a snow or ice block will melt when chosen. (e.g. 100.0 = 100%, 50.0 = 50%)
|
||||
#melt_rolls is the number of blocks randomly picked in each chunk, each tick. (High number rolls is not recommended on servers)
|
||||
#melt_rolls should be 0 if blocks should not melt in that season.
|
||||
#biome_temp_adjustment is the amount to adjust the biome temperature by from -10.0 to 10.0.
|
||||
#min_rain_time is the minimum time interval between rain events in ticks. Set to -1 to disable rain.
|
||||
#max_rain_time is the maximum time interval between rain events in ticks. Set to -1 to disable rain.
|
||||
#min_thunder_time is the minimum time interval between thunder events in ticks. Set to -1 to disable thunder.
|
||||
#max_thunder_time is the maximum time interval between thunder events in ticks. Set to -1 to disable thunder.
|
||||
[[season_properties]]
|
||||
melt_percent = 8.33
|
||||
max_rain_time = 180000
|
||||
min_rain_time = 12000
|
||||
season = "MID_AUTUMN"
|
||||
melt_rolls = 1
|
||||
max_thunder_time = 180000
|
||||
biome_temp_adjustment = 0.0
|
||||
min_thunder_time = 12000
|
||||
@@ -0,0 +1,87 @@
|
||||
[general]
|
||||
#List of waystone origins that should prevent others from editing. PLAYER is special in that it allows only edits by the owner of the waystone.
|
||||
restrictedWaystones = ["PLAYER"]
|
||||
#Set to "GLOBAL" to have newly placed or found waystones be global by default.
|
||||
#Allowed Values: ACTIVATION, GLOBAL, SHARD_ONLY, ORANGE_SHARESTONE, MAGENTA_SHARESTONE, LIGHT_BLUE_SHARESTONE, YELLOW_SHARESTONE, LIME_SHARESTONE, PINK_SHARESTONE, GRAY_SHARESTONE, LIGHT_GRAY_SHARESTONE, CYAN_SHARESTONE, PURPLE_SHARESTONE, BLUE_SHARESTONE, BROWN_SHARESTONE, GREEN_SHARESTONE, RED_SHARESTONE, BLACK_SHARESTONE
|
||||
defaultVisibility = "ACTIVATION"
|
||||
#Add "GLOBAL" to allow every player to create global waystones.
|
||||
allowedVisibilities = []
|
||||
#The time in ticks that it takes to use a warp stone. This is the charge-up time when holding right-click.
|
||||
warpStoneUseTime = 32
|
||||
#The time in ticks that it takes to use a warp plate. This is the time the player has to stand on top for.
|
||||
warpPlateUseTime = 15
|
||||
#The time in ticks it takes to use a scroll. This is the charge-up time when holding right-click.
|
||||
scrollUseTime = 32
|
||||
|
||||
[inventoryButton]
|
||||
#Set to 'NONE' for no inventory button. Set to 'NEAREST' for an inventory button that teleports to the nearest waystone. Set to 'ANY' for an inventory button that opens the waystone selection menu. Set to a waystone name for an inventory button that teleports to a specifically named waystone.
|
||||
inventoryButton = ""
|
||||
#The x position of the inventory button in the inventory.
|
||||
inventoryButtonX = 58
|
||||
#The y position of the inventory button in the inventory.
|
||||
inventoryButtonY = 60
|
||||
#The y position of the inventory button in the creative menu.
|
||||
creativeInventoryButtonX = 88
|
||||
#The y position of the inventory button in the creative menu.
|
||||
creativeInventoryButtonY = 33
|
||||
|
||||
[worldGen]
|
||||
#Set to 'DEFAULT' to only generate the normally textured waystones. Set to 'MOSSY' or 'SANDY' to generate all as that variant. Set to 'BIOME' to make the style depend on the biome it is generated in.
|
||||
#Allowed Values: DEFAULT, MOSSY, SANDY, BLACKSTONE, DEEPSLATE, END_STONE, BIOME
|
||||
wildWaystoneStyle = "BIOME"
|
||||
#Approximate chunk distance between wild waystones being generated. Set to 0 to disable generation.
|
||||
chunksBetweenWildWaystones = 25
|
||||
#List of dimensions that wild waystones are allowed to spawn in. If left empty, all dimensions except those in wildWaystonesDimensionDenyList will be able to spawn waystones, provided the biomes are in the `has_structure/waystone` tag.
|
||||
wildWaystonesDimensionAllowList = ["minecraft:the_end", "minecraft:overworld", "minecraft:the_nether"]
|
||||
#List of dimensions that wild waystones are not allowed to spawn in, even if the biome is in the `has_structure/waystone` tag. Only used if wildWaystonesDimensionAllowList is empty.
|
||||
wildWaystonesDimensionDenyList = []
|
||||
#Set to 'PRESET_FIRST' to first use names from the nameGenerationPresets. Set to 'PRESET_ONLY' to use only those custom names. Set to 'MIXED' to have some waystones use custom names, and others random names.
|
||||
#Allowed Values: PRESET_FIRST, RANDOM_ONLY, PRESET_ONLY, MIXED
|
||||
nameGenerationMode = "PRESET_FIRST"
|
||||
#The template to use when generating new names. Supported placeholders are {Biome} (english biome name) and {MrPork} (the default name generator).
|
||||
nameGenerationTemplate = "{MrPork}"
|
||||
#These names will be used for the PRESET name generation mode. See the nameGenerationMode option for more info.
|
||||
nameGenerationPresets = []
|
||||
#Set to REGULAR to have waystones spawn in some villages. Set to FREQUENT to have waystones spawn in most villages. Set to DISABLED to disable waystone generation in villages. Waystones will only spawn in vanilla or supported villages.
|
||||
#Allowed Values: DISABLED, REGULAR, FREQUENT
|
||||
spawnInVillages = "REGULAR"
|
||||
|
||||
[teleports]
|
||||
#Set to false to simply disable all xp costs. See warpRequirements for more fine-grained control.
|
||||
enableCosts = false
|
||||
#Set to false to simply disable all cooldowns. See warpRequirements for more fine-grained control.
|
||||
enableCooldowns = false
|
||||
#List of warp requirements with comma-separated parameters in parentheses. Conditions can be defined as comma-separated list in square brackets. Will be applied in order.
|
||||
warpRequirements = ["[is_not_interdimensional] scaled_add_xp_cost(distance, 0.01)", "[is_interdimensional] add_xp_cost(27)", "[source_is_warp_plate] multiply_xp_cost(0)", "[target_is_global] multiply_xp_cost(0)", "min_xp_cost(0)", "max_xp_cost(27)", "[source_is_inventory_button] add_cooldown(inventory_button, 300)"]
|
||||
#Set to ENABLED to have nearby pets teleport with you. Set to SAME_DIMENSION to have nearby pets teleport with you only if you're not changing dimensions. Set to DISABLED to disable.
|
||||
#Allowed Values: ENABLED, SAME_DIMENSION, DISABLED
|
||||
transportPets = "DISABLED"
|
||||
#Set to ENABLED to have leashed mobs teleport with you. Set to SAME_DIMENSION to have leashed mobs teleport with you only if you're not changing dimensions. Set to DISABLED to disable.
|
||||
#Allowed Values: ENABLED, SAME_DIMENSION, DISABLED
|
||||
transportLeashed = "ENABLED"
|
||||
#List of entities that cannot be teleported, either as pet, leashed, or on warp plates.
|
||||
entityDenyList = ["minecraft:wither"]
|
||||
#Set to true to enable warp modifier items for applying status effects on teleports.
|
||||
enableModifiers = true
|
||||
|
||||
[client]
|
||||
#If enabled, the text overlay on waystones will no longer always render at full brightness.
|
||||
disableTextGlow = false
|
||||
|
||||
[compatibility]
|
||||
#If enabled, JourneyMap waypoints will be created for each activated waystone.
|
||||
journeyMap = true
|
||||
#If enabled, JourneyMap waypoints will only be created if the mod 'JourneyMap Integration' is not installed
|
||||
preferJourneyMapIntegrationMod = true
|
||||
#If enabled, Waystones will add markers for waystones and sharestones to Dynmap.
|
||||
dynmap = true
|
||||
|
||||
[blueMap]
|
||||
#Controls whether Waystones' BlueMap integration should be loaded
|
||||
enabled = true
|
||||
#If enabled, waystones will be tracked as markers on BlueMap
|
||||
includeWaystones = true
|
||||
#If enabled, sharestones will be tracked as markers on BlueMap.
|
||||
includeSharestones = true
|
||||
#If enabled, undiscovered waystones will be tracked as markers on BlueMap.
|
||||
includeUndiscoveredWaystones = false
|
||||
@@ -0,0 +1,15 @@
|
||||
{
|
||||
"create_version": "21.0.21",
|
||||
"internal": {
|
||||
"did_present_welcome_screen": true
|
||||
},
|
||||
"general": {
|
||||
"check_for_new_versions": false,
|
||||
"prefere_modrinth": false,
|
||||
"force_betterx_world_type": true
|
||||
},
|
||||
"loading": {
|
||||
"disable_experimental_warning": false
|
||||
},
|
||||
"modify_version": "21.0.21"
|
||||
}
|
||||
@@ -0,0 +1,10 @@
|
||||
{
|
||||
"create_version": "21.0.21",
|
||||
"log": {
|
||||
"verbose": true
|
||||
},
|
||||
"server": {
|
||||
"force_default_world_preset": true
|
||||
},
|
||||
"modify_version": "21.0.21"
|
||||
}
|
||||
@@ -0,0 +1,111 @@
|
||||
|
||||
[general]
|
||||
|
||||
[general.general]
|
||||
timestamps_format = 1
|
||||
streamer_mode = false
|
||||
modcore_warning = true
|
||||
replace_window_title = true
|
||||
|
||||
[general.online_status]
|
||||
show_essential_indicator_on_tab = true
|
||||
show_essential_indicator_on_nametags = true
|
||||
|
||||
[general.experience]
|
||||
closer_placement_of_minimal_essential_menu = true
|
||||
darken_re-textured_menu_buttons = false
|
||||
essential_menu_layout = 0
|
||||
enable_essential = true
|
||||
use_vanilla_button_texture = true
|
||||
quick_action_bar = true
|
||||
|
||||
[hidden]
|
||||
play_emote_sounds_in_wardrobe = true
|
||||
previously_launched_with_container = 1
|
||||
acknowledged_permanent_suspension = false
|
||||
|
||||
[hidden.hidden]
|
||||
emote_perspective = 1
|
||||
coinspurchasecreatorcode = "__default__"
|
||||
screenshotbrowseritemsperrow = 3
|
||||
spspinnedgamerules = ""
|
||||
showemotepagekeybindbanner = true
|
||||
coinsselectedcurrency = "USD"
|
||||
|
||||
[emotes]
|
||||
|
||||
[emotes.general]
|
||||
disable_emotes = false
|
||||
allow_emote_sounds = 0
|
||||
play_emotes_in_third_person_view = true
|
||||
emote_preview = false
|
||||
|
||||
[privacy]
|
||||
|
||||
[privacy.general]
|
||||
display_current_server = false
|
||||
friend_privacy_settings = 0
|
||||
|
||||
[notifications]
|
||||
|
||||
[notifications.general]
|
||||
disable_all_notifications = false
|
||||
host_world_ip_warning = false
|
||||
update_notifications = false
|
||||
screenshot_toast_duration = 1
|
||||
message_sound = true
|
||||
online_friend_alert = true
|
||||
message_notifications = true
|
||||
group_message_notifications = true
|
||||
|
||||
[notifications.warnings]
|
||||
link_opening_warning = false
|
||||
|
||||
[quality_of_life]
|
||||
|
||||
[quality_of_life.general]
|
||||
auto_refresh_session = true
|
||||
|
||||
[quality_of_life.fullscreen]
|
||||
windowed_fullscreen = false
|
||||
|
||||
[quality_of_life.accessibility]
|
||||
enlarge_chat_metadata = false
|
||||
|
||||
[quality_of_life.discord_integration]
|
||||
show_username_and_avatar = true
|
||||
set_activity_status_on_discord = true
|
||||
allow_ask_to_join = true
|
||||
show_current_server = false
|
||||
|
||||
[quality_of_life.zoom]
|
||||
smooth_zoom_animation = false
|
||||
toggle_to_zoom = false
|
||||
smooth_camera_when_zoomed = true
|
||||
|
||||
[quality_of_life.nameplate]
|
||||
show_my_nameplate_in_third-person = true
|
||||
|
||||
[quality_of_life.screenshots]
|
||||
vanilla_screenshot_message = false
|
||||
"screenshot_quick_action_#2_-_top_right" = 2
|
||||
"screenshot_quick_action_#3_-_bottom_left" = 0
|
||||
essential_screenshots = true
|
||||
screenshot_sounds = true
|
||||
"screenshot_quick_action_#1_-_top_left" = 5
|
||||
post_screenshot_action = 0
|
||||
"screenshot_quick_action_#4_-_bottom_right" = 4
|
||||
|
||||
[__meta]
|
||||
version = 12
|
||||
|
||||
[cosmetics]
|
||||
|
||||
[cosmetics.general]
|
||||
hide_cosmetic_particles_in_first_person = false
|
||||
hide_cosmetics_on_server_skins = false
|
||||
disable_cosmetics = false
|
||||
"cosmetic_&_armor_conflict_-_on_myself" = 0
|
||||
disable_cosmetics_in_inventory = false
|
||||
"cosmetic_&_armor_conflict_-_on_others" = 0
|
||||
|
||||
@@ -0,0 +1,3 @@
|
||||
autoUpdate=false
|
||||
pendingUpdateResolution=true
|
||||
pendingUpdateVersion=1.4.1
|
||||
@@ -0,0 +1,5 @@
|
||||
{
|
||||
"accepted_tos": false,
|
||||
"has_shown_wiki_toast": true,
|
||||
"sent_auto_update_telemetry": false
|
||||
}
|
||||
+333
-211
File diff suppressed because it is too large
Load Diff
+10
-14
@@ -1,18 +1,14 @@
|
||||
filename = 'skinlayers3d-neoforge-1.11.2-mc1.21.1.jar'
|
||||
name = '3D Skin Layers'
|
||||
side = 'client'
|
||||
x-prismlauncher-dependencies = []
|
||||
x-prismlauncher-loaders = [ 'neoforge' ]
|
||||
x-prismlauncher-mc-versions = [ '1.21.1' ]
|
||||
x-prismlauncher-release-type = 'release'
|
||||
x-prismlauncher-version-number = '1.11.2'
|
||||
name = "3D Skin Layers"
|
||||
filename = "skinlayers3d-neoforge-1.11.2-mc1.21.1.jar"
|
||||
side = "client"
|
||||
|
||||
[download]
|
||||
hash = 'c017d098874697ba93a03c06cfb4fe8a8bbc619448bff55c3c821089b164677fae2c8c2059e99fc9933af6ff519759c399deae763b1ac9e34593cd6e4f427f3a'
|
||||
hash-format = 'sha512'
|
||||
mode = 'url'
|
||||
url = 'https://cdn.modrinth.com/data/zV5r3pPn/versions/xPYbAPfz/skinlayers3d-neoforge-1.11.2-mc1.21.1.jar'
|
||||
url = "https://cdn.modrinth.com/data/zV5r3pPn/versions/xPYbAPfz/skinlayers3d-neoforge-1.11.2-mc1.21.1.jar"
|
||||
hash-format = "sha512"
|
||||
hash = "c017d098874697ba93a03c06cfb4fe8a8bbc619448bff55c3c821089b164677fae2c8c2059e99fc9933af6ff519759c399deae763b1ac9e34593cd6e4f427f3a"
|
||||
mode = "url"
|
||||
|
||||
[update]
|
||||
[update.modrinth]
|
||||
mod-id = 'zV5r3pPn'
|
||||
version = 'xPYbAPfz'
|
||||
mod-id = "zV5r3pPn"
|
||||
version = "xPYbAPfz"
|
||||
|
||||
@@ -1,33 +0,0 @@
|
||||
filename = 'accessories_compat_layer-neoforge-0.1.12+1.21.1.jar'
|
||||
name = 'Accessories Compatibility Layer'
|
||||
side = 'both'
|
||||
x-prismlauncher-loaders = [ 'neoforge' ]
|
||||
x-prismlauncher-mc-versions = [ '1.21.1' ]
|
||||
x-prismlauncher-release-type = 'beta'
|
||||
x-prismlauncher-version-number = '0.1.12'
|
||||
|
||||
[download]
|
||||
hash = 'f729c4e1c069182aac89805551a056b937e17fd6d9c031b14a6003b5c4fac609563f2c3d6786fe56ecfb62a1094124e68b2e4fb6e2612818d899d3bac181c215'
|
||||
hash-format = 'sha512'
|
||||
mode = 'url'
|
||||
url = 'https://cdn.modrinth.com/data/ySnjMzLg/versions/JMgVNypu/accessories_compat_layer-neoforge-0.1.12%2B1.21.1.jar'
|
||||
|
||||
[update.modrinth]
|
||||
mod-id = 'ySnjMzLg'
|
||||
version = 'JMgVNypu'
|
||||
|
||||
[[x-prismlauncher-dependencies]]
|
||||
addonId = 'jtmvUHXj'
|
||||
type = 'REQUIRED'
|
||||
|
||||
[[x-prismlauncher-dependencies]]
|
||||
addonId = 'ccKDOlHs'
|
||||
type = 'REQUIRED'
|
||||
|
||||
[[x-prismlauncher-dependencies]]
|
||||
addonId = 'vvuO3ImH'
|
||||
type = 'REQUIRED'
|
||||
|
||||
[[x-prismlauncher-dependencies]]
|
||||
addonId = 'izkDUlrJ'
|
||||
type = 'INCOMPATIBLE'
|
||||
+10
-17
@@ -1,21 +1,14 @@
|
||||
filename = 'accessories-neoforge-1.1.0-beta.53+1.21.1.jar'
|
||||
name = 'Accessories'
|
||||
side = 'both'
|
||||
x-prismlauncher-loaders = [ 'neoforge' ]
|
||||
x-prismlauncher-mc-versions = [ '1.21.1' ]
|
||||
x-prismlauncher-release-type = 'beta'
|
||||
x-prismlauncher-version-number = '1.1.0-beta.53+1.21.1'
|
||||
name = "Accessories"
|
||||
filename = "accessories-neoforge-1.1.0-beta.53+1.21.1.jar"
|
||||
side = "both"
|
||||
|
||||
[download]
|
||||
hash = 'baafa9a5e48c17c243d45b6260095ffef2ad00e4e970aafc5b1ca9ab5f4a542b18b0fb35d4584318791edbaf00a3c44806f62062513d991383192aca4df27a07'
|
||||
hash-format = 'sha512'
|
||||
mode = 'url'
|
||||
url = 'https://cdn.modrinth.com/data/jtmvUHXj/versions/Fb55Fgjz/accessories-neoforge-1.1.0-beta.53%2B1.21.1.jar'
|
||||
url = "https://cdn.modrinth.com/data/jtmvUHXj/versions/Fb55Fgjz/accessories-neoforge-1.1.0-beta.53%2B1.21.1.jar"
|
||||
hash-format = "sha512"
|
||||
hash = "baafa9a5e48c17c243d45b6260095ffef2ad00e4e970aafc5b1ca9ab5f4a542b18b0fb35d4584318791edbaf00a3c44806f62062513d991383192aca4df27a07"
|
||||
mode = "url"
|
||||
|
||||
[update]
|
||||
[update.modrinth]
|
||||
mod-id = 'jtmvUHXj'
|
||||
version = 'Fb55Fgjz'
|
||||
|
||||
[[x-prismlauncher-dependencies]]
|
||||
addonId = 'ccKDOlHs'
|
||||
type = 'REQUIRED'
|
||||
mod-id = "jtmvUHXj"
|
||||
version = "Fb55Fgjz"
|
||||
|
||||
@@ -1,21 +1,14 @@
|
||||
filename = 'alexsmobs-1.22.17.jar'
|
||||
name = "Alex's Mobs (Unofficial Port)"
|
||||
side = 'both'
|
||||
x-prismlauncher-loaders = [ 'neoforge' ]
|
||||
x-prismlauncher-mc-versions = [ '1.21.1' ]
|
||||
x-prismlauncher-release-type = 'release'
|
||||
x-prismlauncher-version-number = '1.22.17'
|
||||
filename = "alexsmobs-1.22.17.jar"
|
||||
side = "both"
|
||||
|
||||
[download]
|
||||
hash = '9f57f20693bb187c54f6d68dc34592b87d0e55a5a4628ad097b0aa39afe165f4a834b83b6590d803e64bac0b1230a8f46369bfe45851a3cc964cf3d88f235277'
|
||||
hash-format = 'sha512'
|
||||
mode = 'url'
|
||||
url = 'https://cdn.modrinth.com/data/EmNhnNnt/versions/KSgki4uc/alexsmobs-1.22.17.jar'
|
||||
url = "https://cdn.modrinth.com/data/EmNhnNnt/versions/KSgki4uc/alexsmobs-1.22.17.jar"
|
||||
hash-format = "sha512"
|
||||
hash = "9f57f20693bb187c54f6d68dc34592b87d0e55a5a4628ad097b0aa39afe165f4a834b83b6590d803e64bac0b1230a8f46369bfe45851a3cc964cf3d88f235277"
|
||||
mode = "url"
|
||||
|
||||
[update]
|
||||
[update.modrinth]
|
||||
mod-id = 'EmNhnNnt'
|
||||
version = 'KSgki4uc'
|
||||
|
||||
[[x-prismlauncher-dependencies]]
|
||||
addonId = 'XjY0RcQj'
|
||||
type = 'REQUIRED'
|
||||
mod-id = "EmNhnNnt"
|
||||
version = "KSgki4uc"
|
||||
|
||||
@@ -1,18 +1,13 @@
|
||||
filename = 'alltheleaks-1.1.9+1.21.1-neoforge.jar'
|
||||
name = 'AllTheLeaks (Memory Leak Fix)'
|
||||
side = 'server'
|
||||
x-prismlauncher-dependencies = []
|
||||
x-prismlauncher-loaders = [ 'neoforge' ]
|
||||
x-prismlauncher-mc-versions = [ '1.21.1' ]
|
||||
x-prismlauncher-release-type = 'release'
|
||||
x-prismlauncher-version-number = 'alltheleaks-1.1.9+1.21.1-neoforge.jar'
|
||||
name = "AllTheLeaks (Memory Leak Fix)"
|
||||
filename = "alltheleaks-1.1.9+1.21.1-neoforge.jar"
|
||||
side = "server"
|
||||
|
||||
[download]
|
||||
hash = '2e9d1bc9bb9801af070f59a808db232c2a6526dd'
|
||||
hash-format = 'sha1'
|
||||
mode = 'metadata:curseforge'
|
||||
url = ''
|
||||
hash-format = "sha512"
|
||||
hash = "ad1a1c98829b7f7f076a5d9bbff9cdab6107fb49551a8b9acb64be56c7c2e3681364dd910f48083359b33c85f5659ed7fd59773d2675591af86d83bb2a66aaa7"
|
||||
mode = "metadata:curseforge"
|
||||
|
||||
[update]
|
||||
[update.curseforge]
|
||||
file-id = 8090653
|
||||
project-id = 1091339
|
||||
project-id = 1091339
|
||||
|
||||
@@ -0,0 +1,13 @@
|
||||
name = "Amendments"
|
||||
filename = "amendments-neoforge-1.21-2.1.7.jar"
|
||||
side = "both"
|
||||
|
||||
[download]
|
||||
url = "https://cdn.modrinth.com/data/6iTJugQR/versions/BoGvkmKs/amendments-neoforge-1.21-2.1.7.jar"
|
||||
hash-format = "sha512"
|
||||
hash = "ffa9d60ad4c024e5f0ad9b1c9f0e2cbc5eea0666d3370aeec3754f7f1568ce87fc50f1a8ce9017bda7063a1c9a62eff4b901c660631f1a8e5adaf89cf9320c59"
|
||||
|
||||
[update]
|
||||
[update.modrinth]
|
||||
mod-id = "6iTJugQR"
|
||||
version = "BoGvkmKs"
|
||||
+10
-49
@@ -1,53 +1,14 @@
|
||||
filename = 'Apotheosis-1.21.1-8.5.4.jar'
|
||||
name = 'Apotheosis'
|
||||
side = 'both'
|
||||
x-prismlauncher-loaders = [ 'neoforge' ]
|
||||
x-prismlauncher-mc-versions = [ '1.21.1' ]
|
||||
x-prismlauncher-release-type = 'release'
|
||||
x-prismlauncher-version-number = '1.21.1-8.5.4'
|
||||
name = "Apotheosis"
|
||||
filename = "Apotheosis-1.21.1-8.5.4.jar"
|
||||
side = "both"
|
||||
|
||||
[download]
|
||||
hash = '338933d96a451205fdce94eb1443c6f88c55cd5c8bcd45bfd23948a7c39bd11f1fb103ceec75e344d8f1fed92bf26df13e7ba04cffee7ba805cbfe5f081f2245'
|
||||
hash-format = 'sha512'
|
||||
mode = 'url'
|
||||
url = 'https://cdn.modrinth.com/data/rqFWfVlz/versions/Vp2TR6ib/Apotheosis-1.21.1-8.5.4.jar'
|
||||
url = "https://cdn.modrinth.com/data/rqFWfVlz/versions/Vp2TR6ib/Apotheosis-1.21.1-8.5.4.jar"
|
||||
hash-format = "sha512"
|
||||
hash = "338933d96a451205fdce94eb1443c6f88c55cd5c8bcd45bfd23948a7c39bd11f1fb103ceec75e344d8f1fed92bf26df13e7ba04cffee7ba805cbfe5f081f2245"
|
||||
mode = "url"
|
||||
|
||||
[update]
|
||||
[update.modrinth]
|
||||
mod-id = 'rqFWfVlz'
|
||||
version = 'Vp2TR6ib'
|
||||
|
||||
[[x-prismlauncher-dependencies]]
|
||||
addonId = 'pL8MtgqY'
|
||||
type = 'REQUIRED'
|
||||
|
||||
[[x-prismlauncher-dependencies]]
|
||||
addonId = 'tCkE8p2N'
|
||||
type = 'REQUIRED'
|
||||
|
||||
[[x-prismlauncher-dependencies]]
|
||||
addonId = 'UVtY3ZAC'
|
||||
type = 'OPTIONAL'
|
||||
|
||||
[[x-prismlauncher-dependencies]]
|
||||
addonId = 'mH8wdmqr'
|
||||
type = 'OPTIONAL'
|
||||
|
||||
[[x-prismlauncher-dependencies]]
|
||||
addonId = 'u6dRKJwZ'
|
||||
type = 'OPTIONAL'
|
||||
|
||||
[[x-prismlauncher-dependencies]]
|
||||
addonId = 'DfxVkOAO'
|
||||
type = 'REQUIRED'
|
||||
|
||||
[[x-prismlauncher-dependencies]]
|
||||
addonId = 'nvQzSEkH'
|
||||
type = 'OPTIONAL'
|
||||
|
||||
[[x-prismlauncher-dependencies]]
|
||||
addonId = 'nU0bVIaL'
|
||||
type = 'REQUIRED'
|
||||
|
||||
[[x-prismlauncher-dependencies]]
|
||||
addonId = 'DGaH8Rh0'
|
||||
type = 'REQUIRED'
|
||||
mod-id = "rqFWfVlz"
|
||||
version = "Vp2TR6ib"
|
||||
|
||||
@@ -1,25 +1,14 @@
|
||||
filename = 'ApothicAttributes-1.21.1-2.9.1.jar'
|
||||
name = 'Apothic Attributes'
|
||||
side = 'both'
|
||||
x-prismlauncher-loaders = [ 'neoforge' ]
|
||||
x-prismlauncher-mc-versions = [ '1.21.1' ]
|
||||
x-prismlauncher-release-type = 'release'
|
||||
x-prismlauncher-version-number = '1.21.1-2.9.1'
|
||||
name = "Apothic Attributes"
|
||||
filename = "ApothicAttributes-1.21.1-2.9.1.jar"
|
||||
side = "both"
|
||||
|
||||
[download]
|
||||
hash = 'e8e40e2f5c7f400b31050e08cae444b9133808208d1455fa9cf864677953232922688d2587d9c7b4cd538197d50457d50711890634900ebf3310b94076ef7993'
|
||||
hash-format = 'sha512'
|
||||
mode = 'url'
|
||||
url = 'https://cdn.modrinth.com/data/DGaH8Rh0/versions/Z0nG7STl/ApothicAttributes-1.21.1-2.9.1.jar'
|
||||
url = "https://cdn.modrinth.com/data/DGaH8Rh0/versions/Z0nG7STl/ApothicAttributes-1.21.1-2.9.1.jar"
|
||||
hash-format = "sha512"
|
||||
hash = "e8e40e2f5c7f400b31050e08cae444b9133808208d1455fa9cf864677953232922688d2587d9c7b4cd538197d50457d50711890634900ebf3310b94076ef7993"
|
||||
mode = "url"
|
||||
|
||||
[update]
|
||||
[update.modrinth]
|
||||
mod-id = 'DGaH8Rh0'
|
||||
version = 'Z0nG7STl'
|
||||
|
||||
[[x-prismlauncher-dependencies]]
|
||||
addonId = 'vvuO3ImH'
|
||||
type = 'OPTIONAL'
|
||||
|
||||
[[x-prismlauncher-dependencies]]
|
||||
addonId = 'tCkE8p2N'
|
||||
type = 'REQUIRED'
|
||||
mod-id = "DGaH8Rh0"
|
||||
version = "Z0nG7STl"
|
||||
|
||||
@@ -1,25 +1,14 @@
|
||||
filename = 'ApothicEnchanting-1.21.1-1.5.3.jar'
|
||||
name = 'Apothic-Enchanting'
|
||||
side = 'both'
|
||||
x-prismlauncher-loaders = [ 'neoforge' ]
|
||||
x-prismlauncher-mc-versions = [ '1.21.1' ]
|
||||
x-prismlauncher-release-type = 'release'
|
||||
x-prismlauncher-version-number = '1.21.1-1.5.3'
|
||||
name = "Apothic-Enchanting"
|
||||
filename = "ApothicEnchanting-1.21.1-1.5.3.jar"
|
||||
side = "both"
|
||||
|
||||
[download]
|
||||
hash = 'e7d4f17d816657319b7c27d511e2cad5ed80b0588dd9ed57b204f41aeca6399030e42fde38640a7d285d2b18dc4f602009caa9ac3aad803c8515d0bd8fd29d29'
|
||||
hash-format = 'sha512'
|
||||
mode = 'url'
|
||||
url = 'https://cdn.modrinth.com/data/pL8MtgqY/versions/CZ1OdBnA/ApothicEnchanting-1.21.1-1.5.3.jar'
|
||||
url = "https://cdn.modrinth.com/data/pL8MtgqY/versions/CZ1OdBnA/ApothicEnchanting-1.21.1-1.5.3.jar"
|
||||
hash-format = "sha512"
|
||||
hash = "e7d4f17d816657319b7c27d511e2cad5ed80b0588dd9ed57b204f41aeca6399030e42fde38640a7d285d2b18dc4f602009caa9ac3aad803c8515d0bd8fd29d29"
|
||||
mode = "url"
|
||||
|
||||
[update]
|
||||
[update.modrinth]
|
||||
mod-id = 'pL8MtgqY'
|
||||
version = 'CZ1OdBnA'
|
||||
|
||||
[[x-prismlauncher-dependencies]]
|
||||
addonId = 'tCkE8p2N'
|
||||
type = 'REQUIRED'
|
||||
|
||||
[[x-prismlauncher-dependencies]]
|
||||
addonId = 'DGaH8Rh0'
|
||||
type = 'REQUIRED'
|
||||
mod-id = "pL8MtgqY"
|
||||
version = "CZ1OdBnA"
|
||||
|
||||
@@ -1,21 +1,14 @@
|
||||
filename = 'ApothicSpawners-1.21.1-1.3.4.jar'
|
||||
name = 'Apothic-Spawners'
|
||||
side = 'both'
|
||||
x-prismlauncher-loaders = [ 'neoforge' ]
|
||||
x-prismlauncher-mc-versions = [ '1.21.1' ]
|
||||
x-prismlauncher-release-type = 'release'
|
||||
x-prismlauncher-version-number = '1.21.1-1.3.4'
|
||||
name = "Apothic-Spawners"
|
||||
filename = "ApothicSpawners-1.21.1-1.3.4.jar"
|
||||
side = "both"
|
||||
|
||||
[download]
|
||||
hash = '23a44d12f6b96e626d5b7582b41f562e75df6d7812c9f5ec6d2ab3eeb3eb8250214aab364ab6dd5359d258443277b0922e7446e5e1156e7f2fd9b1c97ca631d8'
|
||||
hash-format = 'sha512'
|
||||
mode = 'url'
|
||||
url = 'https://cdn.modrinth.com/data/DfxVkOAO/versions/vTCJYc3D/ApothicSpawners-1.21.1-1.3.4.jar'
|
||||
url = "https://cdn.modrinth.com/data/DfxVkOAO/versions/vTCJYc3D/ApothicSpawners-1.21.1-1.3.4.jar"
|
||||
hash-format = "sha512"
|
||||
hash = "23a44d12f6b96e626d5b7582b41f562e75df6d7812c9f5ec6d2ab3eeb3eb8250214aab364ab6dd5359d258443277b0922e7446e5e1156e7f2fd9b1c97ca631d8"
|
||||
mode = "url"
|
||||
|
||||
[update]
|
||||
[update.modrinth]
|
||||
mod-id = 'DfxVkOAO'
|
||||
version = 'vTCJYc3D'
|
||||
|
||||
[[x-prismlauncher-dependencies]]
|
||||
addonId = 'tCkE8p2N'
|
||||
type = 'REQUIRED'
|
||||
mod-id = "DfxVkOAO"
|
||||
version = "vTCJYc3D"
|
||||
|
||||
+10
-14
@@ -1,18 +1,14 @@
|
||||
filename = 'appleskin-neoforge-mc1.21-3.0.9.jar'
|
||||
name = 'AppleSkin'
|
||||
side = 'both'
|
||||
x-prismlauncher-dependencies = []
|
||||
x-prismlauncher-loaders = [ 'neoforge' ]
|
||||
x-prismlauncher-mc-versions = [ '1.21', '1.21.1', '1.21.2' ]
|
||||
x-prismlauncher-release-type = 'release'
|
||||
x-prismlauncher-version-number = '3.0.9+mc1.21'
|
||||
name = "AppleSkin"
|
||||
filename = "appleskin-neoforge-mc1.21-3.0.9.jar"
|
||||
side = "both"
|
||||
|
||||
[download]
|
||||
hash = 'f4ea46273e407334b63e262e2555c9a8204f7b5e60f23f272fbaa83ad9e88800e0ee186aca840710df2dbe0a18b37758695fef2ae1a902c10b3706e3de772937'
|
||||
hash-format = 'sha512'
|
||||
mode = 'url'
|
||||
url = 'https://cdn.modrinth.com/data/EsAfCjCV/versions/uAKA6Laj/appleskin-neoforge-mc1.21-3.0.9.jar'
|
||||
url = "https://cdn.modrinth.com/data/EsAfCjCV/versions/uAKA6Laj/appleskin-neoforge-mc1.21-3.0.9.jar"
|
||||
hash-format = "sha512"
|
||||
hash = "f4ea46273e407334b63e262e2555c9a8204f7b5e60f23f272fbaa83ad9e88800e0ee186aca840710df2dbe0a18b37758695fef2ae1a902c10b3706e3de772937"
|
||||
mode = "url"
|
||||
|
||||
[update]
|
||||
[update.modrinth]
|
||||
mod-id = 'EsAfCjCV'
|
||||
version = 'uAKA6Laj'
|
||||
mod-id = "EsAfCjCV"
|
||||
version = "uAKA6Laj"
|
||||
|
||||
@@ -1,18 +1,14 @@
|
||||
filename = 'aquaculturedelight-1.2.0-neoforge-1.21.1.jar'
|
||||
name = 'Aquaculture Delight'
|
||||
side = 'both'
|
||||
x-prismlauncher-dependencies = []
|
||||
x-prismlauncher-loaders = [ 'neoforge' ]
|
||||
x-prismlauncher-mc-versions = [ '1.21.1' ]
|
||||
x-prismlauncher-release-type = 'release'
|
||||
x-prismlauncher-version-number = '1.2.0'
|
||||
name = "Aquaculture Delight"
|
||||
filename = "aquaculturedelight-1.2.0-neoforge-1.21.1.jar"
|
||||
side = "both"
|
||||
|
||||
[download]
|
||||
hash = 'ef13ec67b0af25a94015d5dcd7a549b3a7759026cd3689923b107e92700f09cc0826f0c98d22fdeef37f2f8d5f1219f6d6edabb5f026b5fec9d347b5e1c23231'
|
||||
hash-format = 'sha512'
|
||||
mode = 'url'
|
||||
url = 'https://cdn.modrinth.com/data/U9GJqWrI/versions/VFpyJiVp/aquaculturedelight-1.2.0-neoforge-1.21.1.jar'
|
||||
url = "https://cdn.modrinth.com/data/U9GJqWrI/versions/VFpyJiVp/aquaculturedelight-1.2.0-neoforge-1.21.1.jar"
|
||||
hash-format = "sha512"
|
||||
hash = "ef13ec67b0af25a94015d5dcd7a549b3a7759026cd3689923b107e92700f09cc0826f0c98d22fdeef37f2f8d5f1219f6d6edabb5f026b5fec9d347b5e1c23231"
|
||||
mode = "url"
|
||||
|
||||
[update]
|
||||
[update.modrinth]
|
||||
mod-id = 'U9GJqWrI'
|
||||
version = 'VFpyJiVp'
|
||||
mod-id = "U9GJqWrI"
|
||||
version = "VFpyJiVp"
|
||||
|
||||
+10
-14
@@ -1,18 +1,14 @@
|
||||
filename = 'Aquaculture-1.21.1-2.7.21.jar'
|
||||
name = 'Aquaculture 2'
|
||||
side = 'both'
|
||||
x-prismlauncher-dependencies = []
|
||||
x-prismlauncher-loaders = [ 'neoforge' ]
|
||||
x-prismlauncher-mc-versions = [ '1.21.1' ]
|
||||
x-prismlauncher-release-type = 'release'
|
||||
x-prismlauncher-version-number = '2.7.21'
|
||||
name = "Aquaculture 2"
|
||||
filename = "Aquaculture-1.21.1-2.7.21.jar"
|
||||
side = "both"
|
||||
|
||||
[download]
|
||||
hash = '532571f9a9d336d7da4b175f482c2d99c31f440841f9d20dd58137e1df3218180badd54d178559fdc0ac3e08ff94eaf3f1c4d133b9e60c66775971c0a557386d'
|
||||
hash-format = 'sha512'
|
||||
mode = 'url'
|
||||
url = 'https://cdn.modrinth.com/data/Vl1uNAuy/versions/5pbz0ETj/Aquaculture-1.21.1-2.7.21.jar'
|
||||
url = "https://cdn.modrinth.com/data/Vl1uNAuy/versions/5pbz0ETj/Aquaculture-1.21.1-2.7.21.jar"
|
||||
hash-format = "sha512"
|
||||
hash = "532571f9a9d336d7da4b175f482c2d99c31f440841f9d20dd58137e1df3218180badd54d178559fdc0ac3e08ff94eaf3f1c4d133b9e60c66775971c0a557386d"
|
||||
mode = "url"
|
||||
|
||||
[update]
|
||||
[update.modrinth]
|
||||
mod-id = 'Vl1uNAuy'
|
||||
version = '5pbz0ETj'
|
||||
mod-id = "Vl1uNAuy"
|
||||
version = "5pbz0ETj"
|
||||
|
||||
@@ -1,18 +1,14 @@
|
||||
filename = 'architectury-13.0.8-neoforge.jar'
|
||||
name = 'Architectury API'
|
||||
side = 'both'
|
||||
x-prismlauncher-dependencies = []
|
||||
x-prismlauncher-loaders = [ 'neoforge' ]
|
||||
x-prismlauncher-mc-versions = [ '1.21', '1.21.1' ]
|
||||
x-prismlauncher-release-type = 'release'
|
||||
x-prismlauncher-version-number = '13.0.8+neoforge'
|
||||
name = "Architectury API"
|
||||
filename = "architectury-13.0.8-neoforge.jar"
|
||||
side = "both"
|
||||
|
||||
[download]
|
||||
hash = '65e3664953385d880320dd6bb818bcb96d361c07c53e2a7f65e64c6a47720ee26b233224ae9cad465ef0b2bbaefdaf30fb0175a983cecd91de058817d6fcf57e'
|
||||
hash-format = 'sha512'
|
||||
mode = 'url'
|
||||
url = 'https://cdn.modrinth.com/data/lhGA9TYQ/versions/ZxYGwlk0/architectury-13.0.8-neoforge.jar'
|
||||
url = "https://cdn.modrinth.com/data/lhGA9TYQ/versions/ZxYGwlk0/architectury-13.0.8-neoforge.jar"
|
||||
hash-format = "sha512"
|
||||
hash = "65e3664953385d880320dd6bb818bcb96d361c07c53e2a7f65e64c6a47720ee26b233224ae9cad465ef0b2bbaefdaf30fb0175a983cecd91de058817d6fcf57e"
|
||||
mode = "url"
|
||||
|
||||
[update]
|
||||
[update.modrinth]
|
||||
mod-id = 'lhGA9TYQ'
|
||||
version = 'ZxYGwlk0'
|
||||
mod-id = "lhGA9TYQ"
|
||||
version = "ZxYGwlk0"
|
||||
|
||||
@@ -1,21 +1,14 @@
|
||||
filename = 'artifactscrafting-1.1.0-RPG.jar'
|
||||
name = 'Artifacts crafting'
|
||||
side = 'both'
|
||||
x-prismlauncher-loaders = [ 'neoforge' ]
|
||||
x-prismlauncher-mc-versions = [ '1.21.1' ]
|
||||
x-prismlauncher-release-type = 'release'
|
||||
x-prismlauncher-version-number = '1.1.0'
|
||||
name = "Artifacts crafting"
|
||||
filename = "artifactscrafting-1.1.0-RPG.jar"
|
||||
side = "both"
|
||||
|
||||
[download]
|
||||
hash = 'bd8e90856103ea747bac3785ed69cd505b25cd7812ff4a01fc9478c7a7dfc4b82f9722a781919b9419da4a594104a238de870b5643cf7e1e797f28ce3791eab4'
|
||||
hash-format = 'sha512'
|
||||
mode = 'url'
|
||||
url = 'https://cdn.modrinth.com/data/GFqBpmHU/versions/Q1Uu7dRa/artifactscrafting-1.1.0-RPG.jar'
|
||||
url = "https://cdn.modrinth.com/data/GFqBpmHU/versions/Q1Uu7dRa/artifactscrafting-1.1.0-RPG.jar"
|
||||
hash-format = "sha512"
|
||||
hash = "bd8e90856103ea747bac3785ed69cd505b25cd7812ff4a01fc9478c7a7dfc4b82f9722a781919b9419da4a594104a238de870b5643cf7e1e797f28ce3791eab4"
|
||||
mode = "url"
|
||||
|
||||
[update]
|
||||
[update.modrinth]
|
||||
mod-id = 'GFqBpmHU'
|
||||
version = 'Q1Uu7dRa'
|
||||
|
||||
[[x-prismlauncher-dependencies]]
|
||||
addonId = 'P0Mu4wcQ'
|
||||
type = 'REQUIRED'
|
||||
mod-id = "GFqBpmHU"
|
||||
version = "Q1Uu7dRa"
|
||||
|
||||
+10
-29
@@ -1,33 +1,14 @@
|
||||
filename = 'artifacts-neoforge-13.2.1.jar'
|
||||
name = 'Artifacts'
|
||||
side = 'both'
|
||||
x-prismlauncher-loaders = [ 'neoforge' ]
|
||||
x-prismlauncher-mc-versions = [ '1.21.1' ]
|
||||
x-prismlauncher-release-type = 'release'
|
||||
x-prismlauncher-version-number = '13.2.1'
|
||||
name = "Artifacts"
|
||||
filename = "artifacts-neoforge-13.2.1.jar"
|
||||
side = "both"
|
||||
|
||||
[download]
|
||||
hash = '4e5ccc2733e2ede833e6c4ae6b44751eab5ac48857055b61fdcbb6434c7d867c17b438eea9f226f6af652ee397f3fb4d7583f263a5d706d730ff7243ace865dc'
|
||||
hash-format = 'sha512'
|
||||
mode = 'url'
|
||||
url = 'https://cdn.modrinth.com/data/P0Mu4wcQ/versions/rGPw090r/artifacts-neoforge-13.2.1.jar'
|
||||
url = "https://cdn.modrinth.com/data/P0Mu4wcQ/versions/rGPw090r/artifacts-neoforge-13.2.1.jar"
|
||||
hash-format = "sha512"
|
||||
hash = "4e5ccc2733e2ede833e6c4ae6b44751eab5ac48857055b61fdcbb6434c7d867c17b438eea9f226f6af652ee397f3fb4d7583f263a5d706d730ff7243ace865dc"
|
||||
mode = "url"
|
||||
|
||||
[update]
|
||||
[update.modrinth]
|
||||
mod-id = 'P0Mu4wcQ'
|
||||
version = 'rGPw090r'
|
||||
|
||||
[[x-prismlauncher-dependencies]]
|
||||
addonId = 'jtmvUHXj'
|
||||
type = 'OPTIONAL'
|
||||
|
||||
[[x-prismlauncher-dependencies]]
|
||||
addonId = '9s6osm5g'
|
||||
type = 'OPTIONAL'
|
||||
|
||||
[[x-prismlauncher-dependencies]]
|
||||
addonId = 'vvuO3ImH'
|
||||
type = 'OPTIONAL'
|
||||
|
||||
[[x-prismlauncher-dependencies]]
|
||||
addonId = '5aaWibi9'
|
||||
type = 'OPTIONAL'
|
||||
mod-id = "P0Mu4wcQ"
|
||||
version = "rGPw090r"
|
||||
|
||||
+10
-17
@@ -1,21 +1,14 @@
|
||||
filename = 'authme-neoforge-9.0.1+1.21.1.jar'
|
||||
name = 'Auth Me'
|
||||
side = 'client'
|
||||
x-prismlauncher-loaders = [ 'neoforge' ]
|
||||
x-prismlauncher-mc-versions = [ '1.21.1' ]
|
||||
x-prismlauncher-release-type = 'release'
|
||||
x-prismlauncher-version-number = 'v9.0.1+1.21.1'
|
||||
name = "Auth Me"
|
||||
filename = "authme-neoforge-9.0.1+1.21.1.jar"
|
||||
side = "client"
|
||||
|
||||
[download]
|
||||
hash = '6f8a343e7bd75d0f9e222c9ced405a2b3b729656983e6ffe111bf97217fd95ddd83817580a126258a414c39e725266b51f03df40e2bd1072b24b7eee524cd8ad'
|
||||
hash-format = 'sha512'
|
||||
mode = 'url'
|
||||
url = 'https://cdn.modrinth.com/data/yjgIrBjZ/versions/NinhKHNO/authme-neoforge-9.0.1%2B1.21.1.jar'
|
||||
url = "https://cdn.modrinth.com/data/yjgIrBjZ/versions/NinhKHNO/authme-neoforge-9.0.1%2B1.21.1.jar"
|
||||
hash-format = "sha512"
|
||||
hash = "6f8a343e7bd75d0f9e222c9ced405a2b3b729656983e6ffe111bf97217fd95ddd83817580a126258a414c39e725266b51f03df40e2bd1072b24b7eee524cd8ad"
|
||||
mode = "url"
|
||||
|
||||
[update]
|
||||
[update.modrinth]
|
||||
mod-id = 'yjgIrBjZ'
|
||||
version = 'NinhKHNO'
|
||||
|
||||
[[x-prismlauncher-dependencies]]
|
||||
addonId = 'M1953qlQ'
|
||||
type = 'EMBEDDED'
|
||||
mod-id = "yjgIrBjZ"
|
||||
version = "NinhKHNO"
|
||||
|
||||
+10
-17
@@ -1,21 +1,14 @@
|
||||
filename = 'Axiom-5.4.2-for-MC1.21.1.jar'
|
||||
name = 'Axiom'
|
||||
side = 'both'
|
||||
x-prismlauncher-loaders = [ 'fabric' ]
|
||||
x-prismlauncher-mc-versions = [ '1.21', '1.21.1' ]
|
||||
x-prismlauncher-release-type = 'release'
|
||||
x-prismlauncher-version-number = '5.4.2'
|
||||
name = "Axiom"
|
||||
filename = "Axiom-5.4.2-for-MC1.21.1.jar"
|
||||
side = "both"
|
||||
|
||||
[download]
|
||||
hash = 'b73711c2809d2461dc2dfd92069a7ad3b986d7d70a11b927d2fc8c133158a4af29ea156208c42a6e61f2c26afbc5623806314622da8f4b3f21ae90c9949138e7'
|
||||
hash-format = 'sha512'
|
||||
mode = 'url'
|
||||
url = 'https://cdn.modrinth.com/data/N6n5dqoA/versions/BzK22yyR/Axiom-5.4.2-for-MC1.21.1.jar'
|
||||
url = "https://cdn.modrinth.com/data/N6n5dqoA/versions/BzK22yyR/Axiom-5.4.2-for-MC1.21.1.jar"
|
||||
hash-format = "sha512"
|
||||
hash = "b73711c2809d2461dc2dfd92069a7ad3b986d7d70a11b927d2fc8c133158a4af29ea156208c42a6e61f2c26afbc5623806314622da8f4b3f21ae90c9949138e7"
|
||||
mode = "url"
|
||||
|
||||
[update]
|
||||
[update.modrinth]
|
||||
mod-id = 'N6n5dqoA'
|
||||
version = 'BzK22yyR'
|
||||
|
||||
[[x-prismlauncher-dependencies]]
|
||||
addonId = 'P7dR8mSH'
|
||||
type = 'REQUIRED'
|
||||
mod-id = "N6n5dqoA"
|
||||
version = "BzK22yyR"
|
||||
|
||||
+10
-14
@@ -1,18 +1,14 @@
|
||||
filename = 'balm-neoforge-1.21.1-21.0.59.jar'
|
||||
name = 'Balm'
|
||||
side = 'both'
|
||||
x-prismlauncher-dependencies = []
|
||||
x-prismlauncher-loaders = [ 'neoforge' ]
|
||||
x-prismlauncher-mc-versions = [ '1.21.1' ]
|
||||
x-prismlauncher-release-type = 'release'
|
||||
x-prismlauncher-version-number = '21.0.59+neoforge-1.21.1'
|
||||
name = "Balm"
|
||||
filename = "balm-neoforge-1.21.1-21.0.59.jar"
|
||||
side = "both"
|
||||
|
||||
[download]
|
||||
hash = 'e02f05817d8916ce17b0c1c56ff26c8283969212b3cffe977258499d24a5b8926b69d3c3d691058a6b65f807439aac28b9e2de2905a3fea74dc22777dbe44b46'
|
||||
hash-format = 'sha512'
|
||||
mode = 'url'
|
||||
url = 'https://cdn.modrinth.com/data/MBAkmtvl/versions/QXfHYVcw/balm-neoforge-1.21.1-21.0.59.jar'
|
||||
url = "https://cdn.modrinth.com/data/MBAkmtvl/versions/QXfHYVcw/balm-neoforge-1.21.1-21.0.59.jar"
|
||||
hash-format = "sha512"
|
||||
hash = "e02f05817d8916ce17b0c1c56ff26c8283969212b3cffe977258499d24a5b8926b69d3c3d691058a6b65f807439aac28b9e2de2905a3fea74dc22777dbe44b46"
|
||||
mode = "url"
|
||||
|
||||
[update]
|
||||
[update.modrinth]
|
||||
mod-id = 'MBAkmtvl'
|
||||
version = 'QXfHYVcw'
|
||||
mod-id = "MBAkmtvl"
|
||||
version = "QXfHYVcw"
|
||||
|
||||
@@ -1,25 +1,14 @@
|
||||
filename = 'BarteringStation-v21.1.0-1.21.1-NeoForge.jar'
|
||||
name = 'Bartering Station'
|
||||
side = 'both'
|
||||
x-prismlauncher-loaders = [ 'neoforge' ]
|
||||
x-prismlauncher-mc-versions = [ '1.21.1' ]
|
||||
x-prismlauncher-release-type = 'release'
|
||||
x-prismlauncher-version-number = 'v21.1.0-1.21.1-NeoForge'
|
||||
name = "Bartering Station"
|
||||
filename = "BarteringStation-v21.1.0-1.21.1-NeoForge.jar"
|
||||
side = "both"
|
||||
|
||||
[download]
|
||||
hash = '68b6a63feb16e529650ebf6b39161717454a75b4b8b233930208fc9c9db6f2c4b348ba61460b925fa358a0a02e0677aaefa2fc333040afff811431e57b9cf31e'
|
||||
hash-format = 'sha512'
|
||||
mode = 'url'
|
||||
url = 'https://cdn.modrinth.com/data/EOig9U0j/versions/GOAgiH0l/BarteringStation-v21.1.0-1.21.1-NeoForge.jar'
|
||||
url = "https://cdn.modrinth.com/data/EOig9U0j/versions/GOAgiH0l/BarteringStation-v21.1.0-1.21.1-NeoForge.jar"
|
||||
hash-format = "sha512"
|
||||
hash = "68b6a63feb16e529650ebf6b39161717454a75b4b8b233930208fc9c9db6f2c4b348ba61460b925fa358a0a02e0677aaefa2fc333040afff811431e57b9cf31e"
|
||||
mode = "url"
|
||||
|
||||
[update]
|
||||
[update.modrinth]
|
||||
mod-id = 'EOig9U0j'
|
||||
version = 'GOAgiH0l'
|
||||
|
||||
[[x-prismlauncher-dependencies]]
|
||||
addonId = '5WeWGLoJ'
|
||||
type = 'OPTIONAL'
|
||||
|
||||
[[x-prismlauncher-dependencies]]
|
||||
addonId = 'QAGBst4M'
|
||||
type = 'REQUIRED'
|
||||
mod-id = "EOig9U0j"
|
||||
version = "GOAgiH0l"
|
||||
|
||||
+10
-21
@@ -1,25 +1,14 @@
|
||||
filename = 'bclib-21.0.21.jar'
|
||||
name = 'BCLib: New Dawn'
|
||||
side = 'both'
|
||||
x-prismlauncher-loaders = [ 'neoforge' ]
|
||||
x-prismlauncher-mc-versions = [ '1.21.1' ]
|
||||
x-prismlauncher-release-type = 'release'
|
||||
x-prismlauncher-version-number = '21.0.21'
|
||||
name = "BCLib: New Dawn"
|
||||
filename = "bclib-21.0.21.jar"
|
||||
side = "both"
|
||||
|
||||
[download]
|
||||
hash = 'cd0fdef08ba760b572f944e23c0137c338b5fd41cb027fb4789a570d2b36e554f4249e279641829677e66c3f6dc11a4f25b76bf035c6e243546e2d0cf23d27da'
|
||||
hash-format = 'sha512'
|
||||
mode = 'url'
|
||||
url = 'https://cdn.modrinth.com/data/7bdKEtKC/versions/OaVg9Swk/bclib-21.0.21.jar'
|
||||
url = "https://cdn.modrinth.com/data/7bdKEtKC/versions/OaVg9Swk/bclib-21.0.21.jar"
|
||||
hash-format = "sha512"
|
||||
hash = "cd0fdef08ba760b572f944e23c0137c338b5fd41cb027fb4789a570d2b36e554f4249e279641829677e66c3f6dc11a4f25b76bf035c6e243546e2d0cf23d27da"
|
||||
mode = "url"
|
||||
|
||||
[update]
|
||||
[update.modrinth]
|
||||
mod-id = '7bdKEtKC'
|
||||
version = 'OaVg9Swk'
|
||||
|
||||
[[x-prismlauncher-dependencies]]
|
||||
addonId = 'HZmhgdJk'
|
||||
type = 'REQUIRED'
|
||||
|
||||
[[x-prismlauncher-dependencies]]
|
||||
addonId = 'R8uGDQpB'
|
||||
type = 'REQUIRED'
|
||||
mod-id = "7bdKEtKC"
|
||||
version = "OaVg9Swk"
|
||||
|
||||
@@ -1,21 +1,14 @@
|
||||
filename = 'bellsandwhistles-0.4.7-1.21.1.jar'
|
||||
name = 'Create: Bells & Whistles'
|
||||
side = 'both'
|
||||
x-prismlauncher-loaders = [ 'neoforge' ]
|
||||
x-prismlauncher-mc-versions = [ '1.21.1' ]
|
||||
x-prismlauncher-release-type = 'release'
|
||||
x-prismlauncher-version-number = 'v0.4.7-1.21.1'
|
||||
name = "Create: Bells & Whistles"
|
||||
filename = "bellsandwhistles-0.4.7-1.21.1.jar"
|
||||
side = "both"
|
||||
|
||||
[download]
|
||||
hash = '482ee096477b89ed8ec5ce008a4a8ac0ae853079a4f5ce16ad0e0dd9b2eb12b3326f17acaaca1eae0bc51ad238f4e51c8d5b93ded71fe7240717ac8600041c59'
|
||||
hash-format = 'sha512'
|
||||
mode = 'url'
|
||||
url = 'https://cdn.modrinth.com/data/gJ5afkVv/versions/w0mifib8/bellsandwhistles-0.4.7-1.21.1.jar'
|
||||
url = "https://cdn.modrinth.com/data/gJ5afkVv/versions/w0mifib8/bellsandwhistles-0.4.7-1.21.1.jar"
|
||||
hash-format = "sha512"
|
||||
hash = "482ee096477b89ed8ec5ce008a4a8ac0ae853079a4f5ce16ad0e0dd9b2eb12b3326f17acaaca1eae0bc51ad238f4e51c8d5b93ded71fe7240717ac8600041c59"
|
||||
mode = "url"
|
||||
|
||||
[update]
|
||||
[update.modrinth]
|
||||
mod-id = 'gJ5afkVv'
|
||||
version = 'w0mifib8'
|
||||
|
||||
[[x-prismlauncher-dependencies]]
|
||||
addonId = 'LNytGWDc'
|
||||
type = 'REQUIRED'
|
||||
mod-id = "gJ5afkVv"
|
||||
version = "w0mifib8"
|
||||
|
||||
@@ -1,21 +1,14 @@
|
||||
filename = 'bl_accessories_layer-1.2.2-neoforge+1.21.1.jar'
|
||||
name = 'Beltborne Lanterns: Accessories Layer'
|
||||
side = 'both'
|
||||
x-prismlauncher-loaders = [ 'neoforge' ]
|
||||
x-prismlauncher-mc-versions = [ '1.21.1' ]
|
||||
x-prismlauncher-release-type = 'beta'
|
||||
x-prismlauncher-version-number = '1.2.2-neoforge'
|
||||
name = "Beltborne Lanterns: Accessories Layer"
|
||||
filename = "bl_accessories_layer-1.2.2-neoforge+1.21.1.jar"
|
||||
side = "both"
|
||||
|
||||
[download]
|
||||
hash = 'cfee104af6e496689805aa31eb2540df2c2da653cc269217d279a862d441bb60d000f950974a55078f815cc5bced054ed448fa04acf2dc0af964532b579d09ad'
|
||||
hash-format = 'sha512'
|
||||
mode = 'url'
|
||||
url = 'https://cdn.modrinth.com/data/geZ7ilkE/versions/217aqMLc/bl_accessories_layer-1.2.2-neoforge%2B1.21.1.jar'
|
||||
url = "https://cdn.modrinth.com/data/geZ7ilkE/versions/217aqMLc/bl_accessories_layer-1.2.2-neoforge%2B1.21.1.jar"
|
||||
hash-format = "sha512"
|
||||
hash = "cfee104af6e496689805aa31eb2540df2c2da653cc269217d279a862d441bb60d000f950974a55078f815cc5bced054ed448fa04acf2dc0af964532b579d09ad"
|
||||
mode = "url"
|
||||
|
||||
[update]
|
||||
[update.modrinth]
|
||||
mod-id = 'geZ7ilkE'
|
||||
version = '217aqMLc'
|
||||
|
||||
[[x-prismlauncher-dependencies]]
|
||||
addonId = 'NUFDZAKS'
|
||||
type = 'REQUIRED'
|
||||
mod-id = "geZ7ilkE"
|
||||
version = "217aqMLc"
|
||||
|
||||
@@ -1,21 +1,14 @@
|
||||
filename = 'beltborne_lanterns-1.2.5-neoforge+1.21.1.jar'
|
||||
name = 'Beltborne Lanterns'
|
||||
side = 'both'
|
||||
x-prismlauncher-loaders = [ 'neoforge' ]
|
||||
x-prismlauncher-mc-versions = [ '1.21.1' ]
|
||||
x-prismlauncher-release-type = 'release'
|
||||
x-prismlauncher-version-number = '1.2.5-neoforge'
|
||||
name = "Beltborne Lanterns"
|
||||
filename = "beltborne_lanterns-1.2.5-neoforge+1.21.1.jar"
|
||||
side = "both"
|
||||
|
||||
[download]
|
||||
hash = 'a540eefcdd340cde918a814c55e6f245f46ded7d7ee3b565a7a62b54cc8e27a073baf6b7a0b6c62b95ea5b4632202370617e18e2d15064e0000f6df296c1a9ba'
|
||||
hash-format = 'sha512'
|
||||
mode = 'url'
|
||||
url = 'https://cdn.modrinth.com/data/NUFDZAKS/versions/6pbCx85r/beltborne_lanterns-1.2.5-neoforge%2B1.21.1.jar'
|
||||
url = "https://cdn.modrinth.com/data/NUFDZAKS/versions/6pbCx85r/beltborne_lanterns-1.2.5-neoforge%2B1.21.1.jar"
|
||||
hash-format = "sha512"
|
||||
hash = "a540eefcdd340cde918a814c55e6f245f46ded7d7ee3b565a7a62b54cc8e27a073baf6b7a0b6c62b95ea5b4632202370617e18e2d15064e0000f6df296c1a9ba"
|
||||
mode = "url"
|
||||
|
||||
[update]
|
||||
[update.modrinth]
|
||||
mod-id = 'NUFDZAKS'
|
||||
version = '6pbCx85r'
|
||||
|
||||
[[x-prismlauncher-dependencies]]
|
||||
addonId = '9s6osm5g'
|
||||
type = 'REQUIRED'
|
||||
mod-id = "NUFDZAKS"
|
||||
version = "6pbCx85r"
|
||||
|
||||
@@ -1,18 +1,14 @@
|
||||
filename = 'BetterPingDisplay-1.21.1-1.1.jar'
|
||||
name = 'Better Ping Display [Forge/NeoForge]'
|
||||
side = 'client'
|
||||
x-prismlauncher-dependencies = []
|
||||
x-prismlauncher-loaders = [ 'neoforge' ]
|
||||
x-prismlauncher-mc-versions = [ '1.21.1' ]
|
||||
x-prismlauncher-release-type = 'release'
|
||||
x-prismlauncher-version-number = '1.21.1-1.1'
|
||||
name = "Better Ping Display [Forge/NeoForge]"
|
||||
filename = "BetterPingDisplay-1.21.1-1.1.jar"
|
||||
side = "client"
|
||||
|
||||
[download]
|
||||
hash = '301362230f1e66a6725eb20fae106435f2d9561df631a54091956b052f9a2111a230b238dbeb0ae58a5bfa261be43474ab40315e50eebeeacef5a592e2c3bfbb'
|
||||
hash-format = 'sha512'
|
||||
mode = 'url'
|
||||
url = 'https://cdn.modrinth.com/data/ZvaHbwoZ/versions/AzKubcBR/BetterPingDisplay-1.21.1-1.1.jar'
|
||||
url = "https://cdn.modrinth.com/data/ZvaHbwoZ/versions/AzKubcBR/BetterPingDisplay-1.21.1-1.1.jar"
|
||||
hash-format = "sha512"
|
||||
hash = "301362230f1e66a6725eb20fae106435f2d9561df631a54091956b052f9a2111a230b238dbeb0ae58a5bfa261be43474ab40315e50eebeeacef5a592e2c3bfbb"
|
||||
mode = "url"
|
||||
|
||||
[update]
|
||||
[update.modrinth]
|
||||
mod-id = 'ZvaHbwoZ'
|
||||
version = 'AzKubcBR'
|
||||
mod-id = "ZvaHbwoZ"
|
||||
version = "AzKubcBR"
|
||||
|
||||
@@ -1,29 +1,14 @@
|
||||
filename = 'BetterEnd-21.0.25.jar'
|
||||
name = 'BetterEnd: New Dawn'
|
||||
side = 'both'
|
||||
x-prismlauncher-loaders = [ 'neoforge' ]
|
||||
x-prismlauncher-mc-versions = [ '1.21.1' ]
|
||||
x-prismlauncher-release-type = 'release'
|
||||
x-prismlauncher-version-number = '21.0.25'
|
||||
name = "BetterEnd: New Dawn"
|
||||
filename = "BetterEnd-21.0.25.jar"
|
||||
side = "both"
|
||||
|
||||
[download]
|
||||
hash = '2059fe9157953e03c3ddef06b71ef93b95a31445a37b446ea344f3e35f8b18de4d2e756b0299b4c9d2719de48e2c549492332213a0440d7b814434cc64822b14'
|
||||
hash-format = 'sha512'
|
||||
mode = 'url'
|
||||
url = 'https://cdn.modrinth.com/data/IcERKldh/versions/mf7D5Bcy/BetterEnd-21.0.25.jar'
|
||||
url = "https://cdn.modrinth.com/data/IcERKldh/versions/mf7D5Bcy/BetterEnd-21.0.25.jar"
|
||||
hash-format = "sha512"
|
||||
hash = "2059fe9157953e03c3ddef06b71ef93b95a31445a37b446ea344f3e35f8b18de4d2e756b0299b4c9d2719de48e2c549492332213a0440d7b814434cc64822b14"
|
||||
mode = "url"
|
||||
|
||||
[update]
|
||||
[update.modrinth]
|
||||
mod-id = 'IcERKldh'
|
||||
version = 'mf7D5Bcy'
|
||||
|
||||
[[x-prismlauncher-dependencies]]
|
||||
addonId = '7bdKEtKC'
|
||||
type = 'REQUIRED'
|
||||
|
||||
[[x-prismlauncher-dependencies]]
|
||||
addonId = 'R8uGDQpB'
|
||||
type = 'REQUIRED'
|
||||
|
||||
[[x-prismlauncher-dependencies]]
|
||||
addonId = 'HZmhgdJk'
|
||||
type = 'REQUIRED'
|
||||
mod-id = "IcERKldh"
|
||||
version = "mf7D5Bcy"
|
||||
|
||||
@@ -1,25 +1,14 @@
|
||||
filename = 'BiomesOPlenty-neoforge-1.21.1-21.1.0.14.jar'
|
||||
name = "Biomes O' Plenty"
|
||||
side = 'both'
|
||||
x-prismlauncher-loaders = [ 'neoforge' ]
|
||||
x-prismlauncher-mc-versions = [ '1.21.1' ]
|
||||
x-prismlauncher-release-type = 'beta'
|
||||
x-prismlauncher-version-number = '21.1.0.14'
|
||||
filename = "BiomesOPlenty-neoforge-1.21.1-21.1.0.14.jar"
|
||||
side = "both"
|
||||
|
||||
[download]
|
||||
hash = '1569d9ed5b619f99d61a7cf1b2d886b278df2905b3ce9324f8e7a17c5c960312ec681cc06f1ad96644bde2cdc60440d8be9952f0ee0f84f7937210f46fbb21d7'
|
||||
hash-format = 'sha512'
|
||||
mode = 'url'
|
||||
url = 'https://cdn.modrinth.com/data/HXF82T3G/versions/BtZKRp69/BiomesOPlenty-neoforge-1.21.1-21.1.0.14.jar'
|
||||
url = "https://cdn.modrinth.com/data/HXF82T3G/versions/BtZKRp69/BiomesOPlenty-neoforge-1.21.1-21.1.0.14.jar"
|
||||
hash-format = "sha512"
|
||||
hash = "1569d9ed5b619f99d61a7cf1b2d886b278df2905b3ce9324f8e7a17c5c960312ec681cc06f1ad96644bde2cdc60440d8be9952f0ee0f84f7937210f46fbb21d7"
|
||||
mode = "url"
|
||||
|
||||
[update]
|
||||
[update.modrinth]
|
||||
mod-id = 'HXF82T3G'
|
||||
version = 'BtZKRp69'
|
||||
|
||||
[[x-prismlauncher-dependencies]]
|
||||
addonId = 's3dmwKy5'
|
||||
type = 'REQUIRED'
|
||||
|
||||
[[x-prismlauncher-dependencies]]
|
||||
addonId = 'kkmrDlKT'
|
||||
type = 'REQUIRED'
|
||||
mod-id = "HXF82T3G"
|
||||
version = "BtZKRp69"
|
||||
|
||||
+8
-13
@@ -1,18 +1,13 @@
|
||||
filename = 'blockui-1.0.211-1.21.1-snapshot.jar'
|
||||
name = 'BlockUI'
|
||||
side = ''
|
||||
x-prismlauncher-dependencies = []
|
||||
x-prismlauncher-loaders = [ 'neoforge' ]
|
||||
x-prismlauncher-mc-versions = [ '1.21.1' ]
|
||||
x-prismlauncher-release-type = 'beta'
|
||||
x-prismlauncher-version-number = 'blockui-1.0.211-1.21.1-snapshot.jar'
|
||||
name = "BlockUI"
|
||||
filename = "blockui-1.0.211-1.21.1-snapshot.jar"
|
||||
side = "both"
|
||||
|
||||
[download]
|
||||
hash = '0ab4e0342b9f1e595d9a891f84747e4e5389c552'
|
||||
hash-format = 'sha1'
|
||||
mode = 'metadata:curseforge'
|
||||
url = ''
|
||||
hash-format = "sha512"
|
||||
hash = "b31e68b526b30b1a5b58cbc624b4d586937e6ca5d4eff83cec4e48017a5b24171716c0ef146be329d5f1add738352c5ac794fb2245a9e3bf4b58326f71a0e381"
|
||||
mode = "metadata:curseforge"
|
||||
|
||||
[update]
|
||||
[update.curseforge]
|
||||
file-id = 7790469
|
||||
project-id = 522992
|
||||
project-id = 522992
|
||||
|
||||
+10
-14
@@ -1,18 +1,14 @@
|
||||
filename = 'bookshelf-neoforge-1.21.1-21.1.81.jar'
|
||||
name = 'Bookshelf'
|
||||
side = 'both'
|
||||
x-prismlauncher-dependencies = []
|
||||
x-prismlauncher-loaders = [ 'neoforge' ]
|
||||
x-prismlauncher-mc-versions = [ '1.21.1' ]
|
||||
x-prismlauncher-release-type = 'release'
|
||||
x-prismlauncher-version-number = '21.1.81'
|
||||
name = "Bookshelf"
|
||||
filename = "bookshelf-neoforge-1.21.1-21.1.81.jar"
|
||||
side = "both"
|
||||
|
||||
[download]
|
||||
hash = '78d4577a8e8fbb241216968475dd73f5b9e5efeb7da802b18a4e6c290e49af6cb4a5676e9855d0d8ff3613f967812e4bd363bbb9196c17c954d19454f84b2214'
|
||||
hash-format = 'sha512'
|
||||
mode = 'url'
|
||||
url = 'https://cdn.modrinth.com/data/uy4Cnpcm/versions/1sdJl7J1/bookshelf-neoforge-1.21.1-21.1.81.jar'
|
||||
url = "https://cdn.modrinth.com/data/uy4Cnpcm/versions/1sdJl7J1/bookshelf-neoforge-1.21.1-21.1.81.jar"
|
||||
hash-format = "sha512"
|
||||
hash = "78d4577a8e8fbb241216968475dd73f5b9e5efeb7da802b18a4e6c290e49af6cb4a5676e9855d0d8ff3613f967812e4bd363bbb9196c17c954d19454f84b2214"
|
||||
mode = "url"
|
||||
|
||||
[update]
|
||||
[update.modrinth]
|
||||
mod-id = 'uy4Cnpcm'
|
||||
version = '1sdJl7J1'
|
||||
mod-id = "uy4Cnpcm"
|
||||
version = "1sdJl7J1"
|
||||
|
||||
@@ -1,29 +1,14 @@
|
||||
filename = 'BOMD-NeoForge-1.21-1.3.2.jar'
|
||||
name = 'Bosses of Mass Destruction Forge'
|
||||
side = 'both'
|
||||
x-prismlauncher-loaders = [ 'neoforge' ]
|
||||
x-prismlauncher-mc-versions = [ '1.21', '1.21.1' ]
|
||||
x-prismlauncher-release-type = 'release'
|
||||
x-prismlauncher-version-number = '1.3.2'
|
||||
name = "Bosses of Mass Destruction Forge"
|
||||
filename = "BOMD-NeoForge-1.21-1.3.2.jar"
|
||||
side = "both"
|
||||
|
||||
[download]
|
||||
hash = 'a0d8ee00f1190a6e35b1e03a6f088c2d559fd1cf9ea1e5a2f87698442bf800a2cee7bbacc9a02014b7805629b926f07f7183b68403a26815b6dc65a372885576'
|
||||
hash-format = 'sha512'
|
||||
mode = 'url'
|
||||
url = 'https://cdn.modrinth.com/data/hFUzfDsn/versions/HMIiPvSY/BOMD-NeoForge-1.21-1.3.2.jar'
|
||||
url = "https://cdn.modrinth.com/data/hFUzfDsn/versions/HMIiPvSY/BOMD-NeoForge-1.21-1.3.2.jar"
|
||||
hash-format = "sha512"
|
||||
hash = "a0d8ee00f1190a6e35b1e03a6f088c2d559fd1cf9ea1e5a2f87698442bf800a2cee7bbacc9a02014b7805629b926f07f7183b68403a26815b6dc65a372885576"
|
||||
mode = "url"
|
||||
|
||||
[update]
|
||||
[update.modrinth]
|
||||
mod-id = 'hFUzfDsn'
|
||||
version = 'HMIiPvSY'
|
||||
|
||||
[[x-prismlauncher-dependencies]]
|
||||
addonId = '8BmcQJ2H'
|
||||
type = 'REQUIRED'
|
||||
|
||||
[[x-prismlauncher-dependencies]]
|
||||
addonId = 'GkIc6rRo'
|
||||
type = 'REQUIRED'
|
||||
|
||||
[[x-prismlauncher-dependencies]]
|
||||
addonId = '9s6osm5g'
|
||||
type = 'REQUIRED'
|
||||
mod-id = "hFUzfDsn"
|
||||
version = "HMIiPvSY"
|
||||
|
||||
+9
-17
@@ -1,22 +1,14 @@
|
||||
filename = 'block_factorys_bosses-2.1.2-neo-1.21.1.jar'
|
||||
name = "Bosses'Rise"
|
||||
side = 'both'
|
||||
x-prismlauncher-loaders = [ 'neoforge' ]
|
||||
x-prismlauncher-mc-versions = [ '1.21.1' ]
|
||||
x-prismlauncher-release-type = 'release'
|
||||
x-prismlauncher-version-number = '2.1.2'
|
||||
filename = "block_factorys_bosses-2.1.2-neo-1.21.1.jar"
|
||||
side = "both"
|
||||
|
||||
[download]
|
||||
hash = '9a2b58bd7c15c15f089d87bdd1ac5b8cccaeab6a28518b9a10336e811334aba7e42c9cae7733a5fd7125ebce28554b0dea530cb7f86ecb85617203d948590344'
|
||||
hash-format = 'sha512'
|
||||
mode = 'url'
|
||||
url = 'https://cdn.modrinth.com/data/q2bV1Tm1/versions/lE9PF6Wp/block_factorys_bosses-2.1.2-neo-1.21.1.jar'
|
||||
url = "https://cdn.modrinth.com/data/q2bV1Tm1/versions/lE9PF6Wp/block_factorys_bosses-2.1.2-neo-1.21.1.jar"
|
||||
hash-format = "sha512"
|
||||
hash = "9a2b58bd7c15c15f089d87bdd1ac5b8cccaeab6a28518b9a10336e811334aba7e42c9cae7733a5fd7125ebce28554b0dea530cb7f86ecb85617203d948590344"
|
||||
mode = "url"
|
||||
|
||||
[update]
|
||||
[update.modrinth]
|
||||
mod-id = 'q2bV1Tm1'
|
||||
version = 'lE9PF6Wp'
|
||||
|
||||
[[x-prismlauncher-dependencies]]
|
||||
addonId = '8BmcQJ2H'
|
||||
type = 'REQUIRED'
|
||||
version = 'gFmrC8Ru'
|
||||
mod-id = "q2bV1Tm1"
|
||||
version = "lE9PF6Wp"
|
||||
|
||||
+10
-14
@@ -1,18 +1,14 @@
|
||||
filename = 'caelus-neoforge-7.0.1+1.21.1.jar'
|
||||
name = 'Caelus API'
|
||||
side = 'both'
|
||||
x-prismlauncher-dependencies = []
|
||||
x-prismlauncher-loaders = [ 'neoforge' ]
|
||||
x-prismlauncher-mc-versions = [ '1.21', '1.21.1' ]
|
||||
x-prismlauncher-release-type = 'release'
|
||||
x-prismlauncher-version-number = '7.0.1+1.21.1'
|
||||
name = "Caelus API"
|
||||
filename = "caelus-neoforge-7.0.1+1.21.1.jar"
|
||||
side = "both"
|
||||
|
||||
[download]
|
||||
hash = '3763f95304ade2bacb217828c74eeef7905a114f71d41537d56121af58c182c2685467a5afb7e03ddb3997ec3d7496bdfdf71a9946a9f33e3470393e7a13306d'
|
||||
hash-format = 'sha512'
|
||||
mode = 'url'
|
||||
url = 'https://cdn.modrinth.com/data/40FYwb4z/versions/KsfI4QsR/caelus-neoforge-7.0.1%2B1.21.1.jar'
|
||||
url = "https://cdn.modrinth.com/data/40FYwb4z/versions/KsfI4QsR/caelus-neoforge-7.0.1%2B1.21.1.jar"
|
||||
hash-format = "sha512"
|
||||
hash = "3763f95304ade2bacb217828c74eeef7905a114f71d41537d56121af58c182c2685467a5afb7e03ddb3997ec3d7496bdfdf71a9946a9f33e3470393e7a13306d"
|
||||
mode = "url"
|
||||
|
||||
[update]
|
||||
[update.modrinth]
|
||||
mod-id = '40FYwb4z'
|
||||
version = 'KsfI4QsR'
|
||||
mod-id = "40FYwb4z"
|
||||
version = "KsfI4QsR"
|
||||
|
||||
+9
-14
@@ -1,18 +1,13 @@
|
||||
filename = 'carryon-neoforge-1.21.1-2.2.4.4.jar'
|
||||
name = 'Carry On'
|
||||
side = 'both'
|
||||
x-prismlauncher-dependencies = []
|
||||
x-prismlauncher-loaders = [ 'neoforge' ]
|
||||
x-prismlauncher-mc-versions = [ '1.21.1' ]
|
||||
x-prismlauncher-release-type = 'release'
|
||||
x-prismlauncher-version-number = '2.2.4'
|
||||
name = "Carry On"
|
||||
filename = "carryon-neoforge-1.21.1-2.2.6.13.jar"
|
||||
side = "both"
|
||||
|
||||
[download]
|
||||
hash = '8b78ddc55ce6e28d4457dadb5aca4cd32e16d2db3c395276993e67c6acc108ced55e3e3d9a01aa5bf1da0d4fccab6183ba62acc1421054c0b2ecae9bd03cabf6'
|
||||
hash-format = 'sha512'
|
||||
mode = 'url'
|
||||
url = 'https://cdn.modrinth.com/data/joEfVgkn/versions/cgZi7nC7/carryon-neoforge-1.21.1-2.2.4.4.jar'
|
||||
url = "https://cdn.modrinth.com/data/joEfVgkn/versions/PV8oLZ1q/carryon-neoforge-1.21.1-2.2.6.13.jar"
|
||||
hash-format = "sha512"
|
||||
hash = "e097b11d6f14e0957bab6c0276b81542e786cb86b9c31d9f25975f8c9fb04a734188b8790683298bbc5c695dc3de7d6e947616a20ad26d4a728a3beb0bb78667"
|
||||
|
||||
[update]
|
||||
[update.modrinth]
|
||||
mod-id = 'joEfVgkn'
|
||||
version = 'cgZi7nC7'
|
||||
mod-id = "joEfVgkn"
|
||||
version = "PV8oLZ1q"
|
||||
|
||||
@@ -1,25 +0,0 @@
|
||||
filename = 'CarryOnAeroCompat-1.21.1-1.1.1.jar'
|
||||
name = 'Carry On + Create Aeronautics Compat'
|
||||
side = 'server'
|
||||
x-prismlauncher-loaders = [ 'neoforge' ]
|
||||
x-prismlauncher-mc-versions = [ '1.21.1' ]
|
||||
x-prismlauncher-release-type = 'release'
|
||||
x-prismlauncher-version-number = '1.1.1'
|
||||
|
||||
[download]
|
||||
hash = '93684af538863a276232a8bf2a30a54573334023cff9c0a8290a7ff504c222562c447429bc402e591069a26e6fa20e861e5b438d0ce503d5ecdf385067643ed3'
|
||||
hash-format = 'sha512'
|
||||
mode = 'url'
|
||||
url = 'https://cdn.modrinth.com/data/MpnDZ1Lx/versions/z7xbAdje/CarryOnAeroCompat-1.21.1-1.1.1.jar'
|
||||
|
||||
[update.modrinth]
|
||||
mod-id = 'MpnDZ1Lx'
|
||||
version = 'z7xbAdje'
|
||||
|
||||
[[x-prismlauncher-dependencies]]
|
||||
addonId = 'oWaK0Q19'
|
||||
type = 'OPTIONAL'
|
||||
|
||||
[[x-prismlauncher-dependencies]]
|
||||
addonId = 'joEfVgkn'
|
||||
type = 'REQUIRED'
|
||||
@@ -1,21 +1,14 @@
|
||||
filename = 'CerbonsAPI-NeoForge-1.21-1.3.0.jar'
|
||||
name = "CERBON's API"
|
||||
side = 'both'
|
||||
x-prismlauncher-loaders = [ 'neoforge' ]
|
||||
x-prismlauncher-mc-versions = [ '1.21', '1.21.1' ]
|
||||
x-prismlauncher-release-type = 'release'
|
||||
x-prismlauncher-version-number = '1.3.0'
|
||||
filename = "CerbonsAPI-NeoForge-1.21-1.3.0.jar"
|
||||
side = "both"
|
||||
|
||||
[download]
|
||||
hash = '6bd24b718d532cdd0c49150eefc223b4d7c3550bbc81d5c65ed84b704bf3c8e20d3cb3524082688383cc4aba38e190921976b056b84d5755670c5399a7c7e627'
|
||||
hash-format = 'sha512'
|
||||
mode = 'url'
|
||||
url = 'https://cdn.modrinth.com/data/GkIc6rRo/versions/5wbxkBQ1/CerbonsAPI-NeoForge-1.21-1.3.0.jar'
|
||||
url = "https://cdn.modrinth.com/data/GkIc6rRo/versions/5wbxkBQ1/CerbonsAPI-NeoForge-1.21-1.3.0.jar"
|
||||
hash-format = "sha512"
|
||||
hash = "6bd24b718d532cdd0c49150eefc223b4d7c3550bbc81d5c65ed84b704bf3c8e20d3cb3524082688383cc4aba38e190921976b056b84d5755670c5399a7c7e627"
|
||||
mode = "url"
|
||||
|
||||
[update]
|
||||
[update.modrinth]
|
||||
mod-id = 'GkIc6rRo'
|
||||
version = '5wbxkBQ1'
|
||||
|
||||
[[x-prismlauncher-dependencies]]
|
||||
addonId = 'GkIc6rRo'
|
||||
type = 'REQUIRED'
|
||||
mod-id = "GkIc6rRo"
|
||||
version = "5wbxkBQ1"
|
||||
|
||||
@@ -1,21 +1,14 @@
|
||||
filename = 'charmofundying-neoforge-9.1.0+1.21.1.jar'
|
||||
name = 'Charm of Undying'
|
||||
side = 'both'
|
||||
x-prismlauncher-loaders = [ 'neoforge' ]
|
||||
x-prismlauncher-mc-versions = [ '1.21', '1.21.1' ]
|
||||
x-prismlauncher-release-type = 'release'
|
||||
x-prismlauncher-version-number = '9.1.0+1.21.1'
|
||||
name = "Charm of Undying"
|
||||
filename = "charmofundying-neoforge-9.1.0+1.21.1.jar"
|
||||
side = "both"
|
||||
|
||||
[download]
|
||||
hash = '645ac2932458a2af489e679d3a244a76d8776f72390c692e56951c069782e34e1327057f72e63132aee3ab471042765425ecc73d0c2dc1959ae649e25c55ba43'
|
||||
hash-format = 'sha512'
|
||||
mode = 'url'
|
||||
url = 'https://cdn.modrinth.com/data/b5GyyYkp/versions/bfg1ghkD/charmofundying-neoforge-9.1.0%2B1.21.1.jar'
|
||||
url = "https://cdn.modrinth.com/data/b5GyyYkp/versions/bfg1ghkD/charmofundying-neoforge-9.1.0%2B1.21.1.jar"
|
||||
hash-format = "sha512"
|
||||
hash = "645ac2932458a2af489e679d3a244a76d8776f72390c692e56951c069782e34e1327057f72e63132aee3ab471042765425ecc73d0c2dc1959ae649e25c55ba43"
|
||||
mode = "url"
|
||||
|
||||
[update]
|
||||
[update.modrinth]
|
||||
mod-id = 'b5GyyYkp'
|
||||
version = 'bfg1ghkD'
|
||||
|
||||
[[x-prismlauncher-dependencies]]
|
||||
addonId = 'vvuO3ImH'
|
||||
type = 'REQUIRED'
|
||||
mod-id = "b5GyyYkp"
|
||||
version = "bfg1ghkD"
|
||||
|
||||
@@ -1,18 +1,14 @@
|
||||
filename = 'citadel-1.21.1-2.7.6.jar'
|
||||
name = 'Citadel (Unofficial Port)'
|
||||
side = 'both'
|
||||
x-prismlauncher-dependencies = []
|
||||
x-prismlauncher-loaders = [ 'neoforge' ]
|
||||
x-prismlauncher-mc-versions = [ '1.21.1' ]
|
||||
x-prismlauncher-release-type = 'release'
|
||||
x-prismlauncher-version-number = '2.7.6'
|
||||
name = "Citadel (Unofficial Port)"
|
||||
filename = "citadel-1.21.1-2.7.6.jar"
|
||||
side = "both"
|
||||
|
||||
[download]
|
||||
hash = '81fd425d8910da30d9ce130213e518ed3acf6d6b63c98396668126e17f99f4d8e17348de7f6147ed3639ca59a3d3d79e1f0d78937972732fda04b7ac8a886547'
|
||||
hash-format = 'sha512'
|
||||
mode = 'url'
|
||||
url = 'https://cdn.modrinth.com/data/XjY0RcQj/versions/mIylVpkN/citadel-1.21.1-2.7.6.jar'
|
||||
url = "https://cdn.modrinth.com/data/XjY0RcQj/versions/mIylVpkN/citadel-1.21.1-2.7.6.jar"
|
||||
hash-format = "sha512"
|
||||
hash = "81fd425d8910da30d9ce130213e518ed3acf6d6b63c98396668126e17f99f4d8e17348de7f6147ed3639ca59a3d3d79e1f0d78937972732fda04b7ac8a886547"
|
||||
mode = "url"
|
||||
|
||||
[update]
|
||||
[update.modrinth]
|
||||
mod-id = 'XjY0RcQj'
|
||||
version = 'mIylVpkN'
|
||||
mod-id = "XjY0RcQj"
|
||||
version = "mIylVpkN"
|
||||
|
||||
+10
-14
@@ -1,18 +1,14 @@
|
||||
filename = 'cloth-config-15.0.140-neoforge.jar'
|
||||
name = 'Cloth Config API'
|
||||
side = 'both'
|
||||
x-prismlauncher-dependencies = []
|
||||
x-prismlauncher-loaders = [ 'neoforge' ]
|
||||
x-prismlauncher-mc-versions = [ '1.21', '1.21.1' ]
|
||||
x-prismlauncher-release-type = 'release'
|
||||
x-prismlauncher-version-number = '15.0.140+neoforge'
|
||||
name = "Cloth Config API"
|
||||
filename = "cloth-config-15.0.140-neoforge.jar"
|
||||
side = "both"
|
||||
|
||||
[download]
|
||||
hash = 'aaf9b010955b8cd294e5a92f069985b18729fd5e2cf22d351f1dff9680f15488688803ec41e77e941cbde130ceb535014ca4c868047d80ab69c2d508e216654d'
|
||||
hash-format = 'sha512'
|
||||
mode = 'url'
|
||||
url = 'https://cdn.modrinth.com/data/9s6osm5g/versions/izKINKFg/cloth-config-15.0.140-neoforge.jar'
|
||||
url = "https://cdn.modrinth.com/data/9s6osm5g/versions/izKINKFg/cloth-config-15.0.140-neoforge.jar"
|
||||
hash-format = "sha512"
|
||||
hash = "aaf9b010955b8cd294e5a92f069985b18729fd5e2cf22d351f1dff9680f15488688803ec41e77e941cbde130ceb535014ca4c868047d80ab69c2d508e216654d"
|
||||
mode = "url"
|
||||
|
||||
[update]
|
||||
[update.modrinth]
|
||||
mod-id = '9s6osm5g'
|
||||
version = 'izKINKFg'
|
||||
mod-id = "9s6osm5g"
|
||||
version = "izKINKFg"
|
||||
|
||||
+10
-14
@@ -1,18 +1,14 @@
|
||||
filename = 'Clumps-neoforge-1.21.1-19.0.0.1.jar'
|
||||
name = 'Clumps'
|
||||
side = 'both'
|
||||
x-prismlauncher-dependencies = []
|
||||
x-prismlauncher-loaders = [ 'neoforge' ]
|
||||
x-prismlauncher-mc-versions = [ '1.21.1' ]
|
||||
x-prismlauncher-release-type = 'release'
|
||||
x-prismlauncher-version-number = '19.0.0.1'
|
||||
name = "Clumps"
|
||||
filename = "Clumps-neoforge-1.21.1-19.0.0.1.jar"
|
||||
side = "both"
|
||||
|
||||
[download]
|
||||
hash = '314d8d8e640d73041f27e0f3f2cad7aad8b4c77dbd7fb31700ef7760362261f77085eed5289555c725d99c3f47a114e7290cd608f39c9f0f12ef74958463bdcc'
|
||||
hash-format = 'sha512'
|
||||
mode = 'url'
|
||||
url = 'https://cdn.modrinth.com/data/Wnxd13zP/versions/jo7lDoK4/Clumps-neoforge-1.21.1-19.0.0.1.jar'
|
||||
url = "https://cdn.modrinth.com/data/Wnxd13zP/versions/jo7lDoK4/Clumps-neoforge-1.21.1-19.0.0.1.jar"
|
||||
hash-format = "sha512"
|
||||
hash = "314d8d8e640d73041f27e0f3f2cad7aad8b4c77dbd7fb31700ef7760362261f77085eed5289555c725d99c3f47a114e7290cd608f39c9f0f12ef74958463bdcc"
|
||||
mode = "url"
|
||||
|
||||
[update]
|
||||
[update.modrinth]
|
||||
mod-id = 'Wnxd13zP'
|
||||
version = 'jo7lDoK4'
|
||||
mod-id = "Wnxd13zP"
|
||||
version = "jo7lDoK4"
|
||||
|
||||
+10
-17
@@ -1,21 +1,14 @@
|
||||
filename = 'Waves-1.21.x-1.6.jar'
|
||||
name = 'Coastal Waves'
|
||||
side = 'both'
|
||||
x-prismlauncher-loaders = [ 'neoforge' ]
|
||||
x-prismlauncher-mc-versions = [ '1.21', '1.21.1' ]
|
||||
x-prismlauncher-release-type = 'release'
|
||||
x-prismlauncher-version-number = '1.6'
|
||||
name = "Coastal Waves"
|
||||
filename = "Waves-1.21.x-1.6.jar"
|
||||
side = "both"
|
||||
|
||||
[download]
|
||||
hash = '8efdaba5838a659b825433e4e701f6cd90d45e49f8a6838a2d83bf271fd055d5fb16f1ee075e0d2ebba4f9013569b33661d1ef40027f7c705f570dba5873108f'
|
||||
hash-format = 'sha512'
|
||||
mode = 'url'
|
||||
url = 'https://cdn.modrinth.com/data/2ygdYUcf/versions/U5Cx2fXK/Waves-1.21.x-1.6.jar'
|
||||
url = "https://cdn.modrinth.com/data/2ygdYUcf/versions/U5Cx2fXK/Waves-1.21.x-1.6.jar"
|
||||
hash-format = "sha512"
|
||||
hash = "8efdaba5838a659b825433e4e701f6cd90d45e49f8a6838a2d83bf271fd055d5fb16f1ee075e0d2ebba4f9013569b33661d1ef40027f7c705f570dba5873108f"
|
||||
mode = "url"
|
||||
|
||||
[update]
|
||||
[update.modrinth]
|
||||
mod-id = '2ygdYUcf'
|
||||
version = 'U5Cx2fXK'
|
||||
|
||||
[[x-prismlauncher-dependencies]]
|
||||
addonId = 'JaCEZUhg'
|
||||
type = 'OPTIONAL'
|
||||
mod-id = "2ygdYUcf"
|
||||
version = "U5Cx2fXK"
|
||||
|
||||
@@ -0,0 +1,13 @@
|
||||
name = "Colorful Hearts"
|
||||
filename = "colorfulhearts-neoforge-1.21.1-10.5.9.jar"
|
||||
side = "client"
|
||||
|
||||
[download]
|
||||
url = "https://cdn.modrinth.com/data/wQfMUdZT/versions/us0gze50/colorfulhearts-neoforge-1.21.1-10.5.9.jar"
|
||||
hash-format = "sha512"
|
||||
hash = "4791dddc6932a74c28a5e58b51865c09a6be0715bf235eb4d95a050a9130b4013cf4883d35f7c7ccea6997534a0e3cd0e5ec59b79acc8ce01f52d230d476a889"
|
||||
|
||||
[update]
|
||||
[update.modrinth]
|
||||
mod-id = "wQfMUdZT"
|
||||
version = "us0gze50"
|
||||
@@ -1,18 +1,14 @@
|
||||
filename = 'colorwheel_patcher-neoforge-1.0.5+mc1.21.1.jar'
|
||||
name = 'Colorwheel Patcher'
|
||||
side = 'client'
|
||||
x-prismlauncher-dependencies = []
|
||||
x-prismlauncher-loaders = [ 'neoforge' ]
|
||||
x-prismlauncher-mc-versions = [ '1.21.1' ]
|
||||
x-prismlauncher-release-type = 'release'
|
||||
x-prismlauncher-version-number = '1.0.5+mc1.21.1'
|
||||
name = "Colorwheel Patcher"
|
||||
filename = "colorwheel_patcher-neoforge-1.0.5+mc1.21.1.jar"
|
||||
side = "client"
|
||||
|
||||
[download]
|
||||
hash = '902bca40ac980f4aab2564d64cf47a698b18f44234f9757c9125f755f9890d3350ca4e28e25e601ea8031139cab5b6bf897298bc4033e39ef86c9d7054705cb2'
|
||||
hash-format = 'sha512'
|
||||
mode = 'url'
|
||||
url = 'https://cdn.modrinth.com/data/KPsw5jDu/versions/dQqV3sci/colorwheel_patcher-neoforge-1.0.5%2Bmc1.21.1.jar'
|
||||
url = "https://cdn.modrinth.com/data/KPsw5jDu/versions/dQqV3sci/colorwheel_patcher-neoforge-1.0.5%2Bmc1.21.1.jar"
|
||||
hash-format = "sha512"
|
||||
hash = "902bca40ac980f4aab2564d64cf47a698b18f44234f9757c9125f755f9890d3350ca4e28e25e601ea8031139cab5b6bf897298bc4033e39ef86c9d7054705cb2"
|
||||
mode = "url"
|
||||
|
||||
[update]
|
||||
[update.modrinth]
|
||||
mod-id = 'KPsw5jDu'
|
||||
version = 'dQqV3sci'
|
||||
mod-id = "KPsw5jDu"
|
||||
version = "dQqV3sci"
|
||||
|
||||
+10
-37
@@ -1,41 +1,14 @@
|
||||
filename = 'colorwheel-neoforge-1.2.9+mc1.21.1.jar'
|
||||
name = 'Colorwheel'
|
||||
side = 'client'
|
||||
x-prismlauncher-loaders = [ 'neoforge' ]
|
||||
x-prismlauncher-mc-versions = [ '1.21.1' ]
|
||||
x-prismlauncher-release-type = 'release'
|
||||
x-prismlauncher-version-number = '1.2.9+mc1.21.1'
|
||||
name = "Colorwheel"
|
||||
filename = "colorwheel-neoforge-1.2.9+mc1.21.1.jar"
|
||||
side = "client"
|
||||
|
||||
[download]
|
||||
hash = 'd2473439fdb26ff6a217808beea389f81e4cb387a9d7fde084660c432e70b8689d960c8e269820932632e6cefb7c11c1e24de758dceee723d93a83035927ccdc'
|
||||
hash-format = 'sha512'
|
||||
mode = 'url'
|
||||
url = 'https://cdn.modrinth.com/data/BzHgFoGz/versions/Uhs2KYar/colorwheel-neoforge-1.2.9%2Bmc1.21.1.jar'
|
||||
url = "https://cdn.modrinth.com/data/BzHgFoGz/versions/Uhs2KYar/colorwheel-neoforge-1.2.9%2Bmc1.21.1.jar"
|
||||
hash-format = "sha512"
|
||||
hash = "d2473439fdb26ff6a217808beea389f81e4cb387a9d7fde084660c432e70b8689d960c8e269820932632e6cefb7c11c1e24de758dceee723d93a83035927ccdc"
|
||||
mode = "url"
|
||||
|
||||
[update]
|
||||
[update.modrinth]
|
||||
mod-id = 'BzHgFoGz'
|
||||
version = 'Uhs2KYar'
|
||||
|
||||
[[x-prismlauncher-dependencies]]
|
||||
addonId = 'KPsw5jDu'
|
||||
type = 'OPTIONAL'
|
||||
|
||||
[[x-prismlauncher-dependencies]]
|
||||
addonId = 'LNytGWDc'
|
||||
type = 'OPTIONAL'
|
||||
|
||||
[[x-prismlauncher-dependencies]]
|
||||
addonId = 'ndHYMY2K'
|
||||
type = 'INCOMPATIBLE'
|
||||
|
||||
[[x-prismlauncher-dependencies]]
|
||||
addonId = '6qTrsXCy'
|
||||
type = 'OPTIONAL'
|
||||
|
||||
[[x-prismlauncher-dependencies]]
|
||||
addonId = 'T9PomCSv'
|
||||
type = 'OPTIONAL'
|
||||
|
||||
[[x-prismlauncher-dependencies]]
|
||||
addonId = 'YL57xq9U'
|
||||
type = 'REQUIRED'
|
||||
mod-id = "BzHgFoGz"
|
||||
version = "Uhs2KYar"
|
||||
|
||||
+10
-21
@@ -1,25 +1,14 @@
|
||||
filename = 'combat_roll-neoforge-2.0.6+1.21.1.jar'
|
||||
name = 'Combat Roll'
|
||||
side = 'both'
|
||||
x-prismlauncher-loaders = [ 'neoforge' ]
|
||||
x-prismlauncher-mc-versions = [ '1.21', '1.21.1' ]
|
||||
x-prismlauncher-release-type = 'release'
|
||||
x-prismlauncher-version-number = '2.0.6+1.21.1-neoforge'
|
||||
name = "Combat Roll"
|
||||
filename = "combat_roll-neoforge-2.0.6+1.21.1.jar"
|
||||
side = "both"
|
||||
|
||||
[download]
|
||||
hash = '2f75b0865c6f342bc7f0fe8abb6e161befae64dd23ad73bc2ed5b6aa892055ee886d63d061afa9323f3056c5ba39621226b712d2435168c5fb8f856cebd27c16'
|
||||
hash-format = 'sha512'
|
||||
mode = 'url'
|
||||
url = 'https://cdn.modrinth.com/data/wGKYL7st/versions/FT7t1n1a/combat_roll-neoforge-2.0.6%2B1.21.1.jar'
|
||||
url = "https://cdn.modrinth.com/data/wGKYL7st/versions/FT7t1n1a/combat_roll-neoforge-2.0.6%2B1.21.1.jar"
|
||||
hash-format = "sha512"
|
||||
hash = "2f75b0865c6f342bc7f0fe8abb6e161befae64dd23ad73bc2ed5b6aa892055ee886d63d061afa9323f3056c5ba39621226b712d2435168c5fb8f856cebd27c16"
|
||||
mode = "url"
|
||||
|
||||
[update]
|
||||
[update.modrinth]
|
||||
mod-id = 'wGKYL7st'
|
||||
version = 'FT7t1n1a'
|
||||
|
||||
[[x-prismlauncher-dependencies]]
|
||||
addonId = '9s6osm5g'
|
||||
type = 'REQUIRED'
|
||||
|
||||
[[x-prismlauncher-dependencies]]
|
||||
addonId = 'gedNE4y2'
|
||||
type = 'REQUIRED'
|
||||
mod-id = "wGKYL7st"
|
||||
version = "FT7t1n1a"
|
||||
|
||||
+10
-14
@@ -1,18 +1,14 @@
|
||||
filename = 'comforts-neoforge-9.0.5+1.21.1.jar'
|
||||
name = 'Comforts'
|
||||
side = 'both'
|
||||
x-prismlauncher-dependencies = []
|
||||
x-prismlauncher-loaders = [ 'neoforge' ]
|
||||
x-prismlauncher-mc-versions = [ '1.21', '1.21.1' ]
|
||||
x-prismlauncher-release-type = 'release'
|
||||
x-prismlauncher-version-number = '9.0.5+1.21.1'
|
||||
name = "Comforts"
|
||||
filename = "comforts-neoforge-9.0.5+1.21.1.jar"
|
||||
side = "both"
|
||||
|
||||
[download]
|
||||
hash = 'e9de2952545e9e773a6e78fc501e8cd231ea19750c30404355b71df9928eb5bd0921a4429aeca9d0fa10e67717f77fcf7a2aae117ac953b8f7de246b0ad685e4'
|
||||
hash-format = 'sha512'
|
||||
mode = 'url'
|
||||
url = 'https://cdn.modrinth.com/data/SaCpeal4/versions/3kpPjcTc/comforts-neoforge-9.0.5%2B1.21.1.jar'
|
||||
url = "https://cdn.modrinth.com/data/SaCpeal4/versions/3kpPjcTc/comforts-neoforge-9.0.5%2B1.21.1.jar"
|
||||
hash-format = "sha512"
|
||||
hash = "e9de2952545e9e773a6e78fc501e8cd231ea19750c30404355b71df9928eb5bd0921a4429aeca9d0fa10e67717f77fcf7a2aae117ac953b8f7de246b0ad685e4"
|
||||
mode = "url"
|
||||
|
||||
[update]
|
||||
[update.modrinth]
|
||||
mod-id = 'SaCpeal4'
|
||||
version = '3kpPjcTc'
|
||||
mod-id = "SaCpeal4"
|
||||
version = "3kpPjcTc"
|
||||
|
||||
+10
-21
@@ -1,25 +1,14 @@
|
||||
filename = 'connector-2.0.0-beta.15+1.21.1-full.jar'
|
||||
name = 'Sinytra Connector'
|
||||
side = 'both'
|
||||
x-prismlauncher-loaders = [ 'neoforge' ]
|
||||
x-prismlauncher-mc-versions = [ '1.21.1' ]
|
||||
x-prismlauncher-release-type = 'beta'
|
||||
x-prismlauncher-version-number = '2.0.0-beta.15+1.21.1'
|
||||
name = "Sinytra Connector"
|
||||
filename = "connector-2.0.0-beta.15+1.21.1-full.jar"
|
||||
side = "both"
|
||||
|
||||
[download]
|
||||
hash = '71b9a887298d3f60c3f5ae72835a6e146f3e664184f1d60edef5e2b989e5b6ef460757526e87a3b1a162e5778ea932aa4da8223aa557ffa2178ffb574a42533d'
|
||||
hash-format = 'sha512'
|
||||
mode = 'url'
|
||||
url = 'https://cdn.modrinth.com/data/u58R1TMW/versions/kDbM9LpX/connector-2.0.0-beta.15%2B1.21.1-full.jar'
|
||||
url = "https://cdn.modrinth.com/data/u58R1TMW/versions/kDbM9LpX/connector-2.0.0-beta.15%2B1.21.1-full.jar"
|
||||
hash-format = "sha512"
|
||||
hash = "71b9a887298d3f60c3f5ae72835a6e146f3e664184f1d60edef5e2b989e5b6ef460757526e87a3b1a162e5778ea932aa4da8223aa557ffa2178ffb574a42533d"
|
||||
mode = "url"
|
||||
|
||||
[update]
|
||||
[update.modrinth]
|
||||
mod-id = 'u58R1TMW'
|
||||
version = 'kDbM9LpX'
|
||||
|
||||
[[x-prismlauncher-dependencies]]
|
||||
addonId = 'Aqlf1Shp'
|
||||
type = 'REQUIRED'
|
||||
|
||||
[[x-prismlauncher-dependencies]]
|
||||
addonId = 'FYpiwiBR'
|
||||
type = 'OPTIONAL'
|
||||
mod-id = "u58R1TMW"
|
||||
version = "kDbM9LpX"
|
||||
|
||||
@@ -1,33 +1,13 @@
|
||||
filename = 'ConstructionWandsRevived-1.21.1-4.0.1-NeoForge.jar'
|
||||
name = 'Construction Wands Revived'
|
||||
side = 'server'
|
||||
x-prismlauncher-loaders = [ 'neoforge' ]
|
||||
x-prismlauncher-mc-versions = [ '1.21', '1.21.1' ]
|
||||
x-prismlauncher-release-type = 'release'
|
||||
x-prismlauncher-version-number = 'ConstructionWandsRevived-1.21.1-4.0.1-NeoForge'
|
||||
name = "Construction Wands Revived"
|
||||
filename = "ConstructionWandsRevived-1.21.1-4.0.1-NeoForge.jar"
|
||||
side = "server"
|
||||
|
||||
[download]
|
||||
hash = '3d5162efc7f21e4a13ced7cdf3bc209d48c87783'
|
||||
hash-format = 'sha1'
|
||||
mode = 'metadata:curseforge'
|
||||
url = ''
|
||||
hash-format = "sha512"
|
||||
hash = "288f42a70afc800dd20292a2c7c986abefa343170ae8251f7a459da0c87f3fce1ef933e643f26a04bd7ce6f5cade82a34f3e8185837e45cb67f89bd5fa6be351"
|
||||
mode = "metadata:curseforge"
|
||||
|
||||
[update]
|
||||
[update.curseforge]
|
||||
file-id = 8260116
|
||||
project-id = 1395288
|
||||
|
||||
[[x-prismlauncher-dependencies]]
|
||||
addonId = '223794'
|
||||
type = 'OPTIONAL'
|
||||
|
||||
[[x-prismlauncher-dependencies]]
|
||||
addonId = '243076'
|
||||
type = 'OPTIONAL'
|
||||
|
||||
[[x-prismlauncher-dependencies]]
|
||||
addonId = '309927'
|
||||
type = 'OPTIONAL'
|
||||
|
||||
[[x-prismlauncher-dependencies]]
|
||||
addonId = '422301'
|
||||
type = 'OPTIONAL'
|
||||
+10
-21
@@ -1,25 +1,14 @@
|
||||
filename = 'continuity-3.0.0+1.21.neoforge.jar'
|
||||
name = 'Continuity'
|
||||
side = 'client'
|
||||
x-prismlauncher-loaders = [ 'neoforge' ]
|
||||
x-prismlauncher-mc-versions = [ '1.21.1' ]
|
||||
x-prismlauncher-release-type = 'release'
|
||||
x-prismlauncher-version-number = '3.0.0+1.21.neoforge'
|
||||
name = "Continuity"
|
||||
filename = "continuity-3.0.0+1.21.neoforge.jar"
|
||||
side = "client"
|
||||
|
||||
[download]
|
||||
hash = '320b6def6073ce0ffc0ce2bd7cdb66324467ea3e7cec05508f32d78f65c60ff3e155394b94c60f62e059404ec0ca3fc6112987a5764a8f85241d3026a2ee4935'
|
||||
hash-format = 'sha512'
|
||||
mode = 'url'
|
||||
url = 'https://cdn.modrinth.com/data/1IjD5062/versions/eXGUs5sy/continuity-3.0.0%2B1.21.neoforge.jar'
|
||||
url = "https://cdn.modrinth.com/data/1IjD5062/versions/eXGUs5sy/continuity-3.0.0%2B1.21.neoforge.jar"
|
||||
hash-format = "sha512"
|
||||
hash = "320b6def6073ce0ffc0ce2bd7cdb66324467ea3e7cec05508f32d78f65c60ff3e155394b94c60f62e059404ec0ca3fc6112987a5764a8f85241d3026a2ee4935"
|
||||
mode = "url"
|
||||
|
||||
[update]
|
||||
[update.modrinth]
|
||||
mod-id = '1IjD5062'
|
||||
version = 'eXGUs5sy'
|
||||
|
||||
[[x-prismlauncher-dependencies]]
|
||||
addonId = 'Aqlf1Shp'
|
||||
type = 'REQUIRED'
|
||||
|
||||
[[x-prismlauncher-dependencies]]
|
||||
addonId = 'u58R1TMW'
|
||||
type = 'REQUIRED'
|
||||
mod-id = "1IjD5062"
|
||||
version = "eXGUs5sy"
|
||||
|
||||
+10
-17
@@ -1,21 +1,14 @@
|
||||
filename = 'Controlling-neoforge-1.21.1-19.0.5.jar'
|
||||
name = 'Controlling'
|
||||
side = 'client'
|
||||
x-prismlauncher-loaders = [ 'neoforge' ]
|
||||
x-prismlauncher-mc-versions = [ '1.21.1' ]
|
||||
x-prismlauncher-release-type = 'release'
|
||||
x-prismlauncher-version-number = '19.0.5'
|
||||
name = "Controlling"
|
||||
filename = "Controlling-neoforge-1.21.1-19.0.5.jar"
|
||||
side = "client"
|
||||
|
||||
[download]
|
||||
hash = 'bd01b2a38a869ea38e5f2a8fcd601e67ea9b132b9883c6ae752bc35dff6e94f6d47b965e31c1ee5c2f6a1221653549680da779fcb5319d199aec261d221d179e'
|
||||
hash-format = 'sha512'
|
||||
mode = 'url'
|
||||
url = 'https://cdn.modrinth.com/data/xv94TkTM/versions/FaNppCJJ/Controlling-neoforge-1.21.1-19.0.5.jar'
|
||||
url = "https://cdn.modrinth.com/data/xv94TkTM/versions/FaNppCJJ/Controlling-neoforge-1.21.1-19.0.5.jar"
|
||||
hash-format = "sha512"
|
||||
hash = "bd01b2a38a869ea38e5f2a8fcd601e67ea9b132b9883c6ae752bc35dff6e94f6d47b965e31c1ee5c2f6a1221653549680da779fcb5319d199aec261d221d179e"
|
||||
mode = "url"
|
||||
|
||||
[update]
|
||||
[update.modrinth]
|
||||
mod-id = 'xv94TkTM'
|
||||
version = 'FaNppCJJ'
|
||||
|
||||
[[x-prismlauncher-dependencies]]
|
||||
addonId = 'fuuu3xnx'
|
||||
type = 'REQUIRED'
|
||||
mod-id = "xv94TkTM"
|
||||
version = "FaNppCJJ"
|
||||
|
||||
@@ -1,25 +1,14 @@
|
||||
filename = 'aerocopycats-1.1.1.jar'
|
||||
name = 'Copycats+ aeronautics weight'
|
||||
side = 'both'
|
||||
x-prismlauncher-loaders = [ 'neoforge' ]
|
||||
x-prismlauncher-mc-versions = [ '1.21.1' ]
|
||||
x-prismlauncher-release-type = 'release'
|
||||
x-prismlauncher-version-number = '1.1.1'
|
||||
name = "Copycats+ aeronautics weight"
|
||||
filename = "aerocopycats-1.1.1.jar"
|
||||
side = "both"
|
||||
|
||||
[download]
|
||||
hash = '4f48c03a25a6f4ec022398cece20e5aa8d51f00951a0f568980e6e5419c1af2f12c8bb652500721afef119ecc455e4c5b1bc4bb7bef38d88846759f0e4c39e8c'
|
||||
hash-format = 'sha512'
|
||||
mode = 'url'
|
||||
url = 'https://cdn.modrinth.com/data/wjpmYU1u/versions/wsXjRa7l/aerocopycats-1.1.1.jar'
|
||||
url = "https://cdn.modrinth.com/data/wjpmYU1u/versions/wsXjRa7l/aerocopycats-1.1.1.jar"
|
||||
hash-format = "sha512"
|
||||
hash = "4f48c03a25a6f4ec022398cece20e5aa8d51f00951a0f568980e6e5419c1af2f12c8bb652500721afef119ecc455e4c5b1bc4bb7bef38d88846759f0e4c39e8c"
|
||||
mode = "url"
|
||||
|
||||
[update]
|
||||
[update.modrinth]
|
||||
mod-id = 'wjpmYU1u'
|
||||
version = 'wsXjRa7l'
|
||||
|
||||
[[x-prismlauncher-dependencies]]
|
||||
addonId = 'T9PomCSv'
|
||||
type = 'REQUIRED'
|
||||
|
||||
[[x-prismlauncher-dependencies]]
|
||||
addonId = 'UT2M39wf'
|
||||
type = 'REQUIRED'
|
||||
mod-id = "wjpmYU1u"
|
||||
version = "wsXjRa7l"
|
||||
|
||||
+10
-21
@@ -1,25 +1,14 @@
|
||||
filename = 'copycats-3.0.4+mc.1.21.1-neoforge.jar'
|
||||
name = 'Create: Copycats+'
|
||||
side = 'both'
|
||||
x-prismlauncher-loaders = [ 'neoforge' ]
|
||||
x-prismlauncher-mc-versions = [ '1.21.1' ]
|
||||
x-prismlauncher-release-type = 'release'
|
||||
x-prismlauncher-version-number = '3.0.4+mc.1.21.1-neoforge'
|
||||
name = "Create: Copycats+"
|
||||
filename = "copycats-3.0.4+mc.1.21.1-neoforge.jar"
|
||||
side = "both"
|
||||
|
||||
[download]
|
||||
hash = 'ecc98e659be66a71af0aee66a9f4c7c8838f4f0101402644929079ce7280a572a000e7e417905e1869a51d6e49ebbd601008f54585e07ee4ed01f2c4bc752bfe'
|
||||
hash-format = 'sha512'
|
||||
mode = 'url'
|
||||
url = 'https://cdn.modrinth.com/data/UT2M39wf/versions/kecZ0sl7/copycats-3.0.4%2Bmc.1.21.1-neoforge.jar'
|
||||
url = "https://cdn.modrinth.com/data/UT2M39wf/versions/kecZ0sl7/copycats-3.0.4%2Bmc.1.21.1-neoforge.jar"
|
||||
hash-format = "sha512"
|
||||
hash = "ecc98e659be66a71af0aee66a9f4c7c8838f4f0101402644929079ce7280a572a000e7e417905e1869a51d6e49ebbd601008f54585e07ee4ed01f2c4bc752bfe"
|
||||
mode = "url"
|
||||
|
||||
[update]
|
||||
[update.modrinth]
|
||||
mod-id = 'UT2M39wf'
|
||||
version = 'kecZ0sl7'
|
||||
|
||||
[[x-prismlauncher-dependencies]]
|
||||
addonId = 'LNytGWDc'
|
||||
type = 'REQUIRED'
|
||||
|
||||
[[x-prismlauncher-dependencies]]
|
||||
addonId = 'u6dRKJwZ'
|
||||
type = 'OPTIONAL'
|
||||
mod-id = "UT2M39wf"
|
||||
version = "kecZ0sl7"
|
||||
|
||||
@@ -0,0 +1,13 @@
|
||||
name = "CoroUtil"
|
||||
filename = "coroutil-neoforge-1.21.0-1.3.8.jar"
|
||||
side = "both"
|
||||
|
||||
[download]
|
||||
url = "https://cdn.modrinth.com/data/rLLJ1OZM/versions/H2YXCYUY/coroutil-neoforge-1.21.0-1.3.8.jar"
|
||||
hash-format = "sha512"
|
||||
hash = "daae9e37acddedccad05e3f8e565f8b4c237f25b2462e043428f88b32fc27e4bc3a00955ed7426a7d7f93f068b4e96b37e2e42d121d40fdf94a31b6c2b7440e0"
|
||||
|
||||
[update]
|
||||
[update.modrinth]
|
||||
mod-id = "rLLJ1OZM"
|
||||
version = "H2YXCYUY"
|
||||
@@ -0,0 +1,13 @@
|
||||
name = "Cosmetic Armor Reworked Forked"
|
||||
filename = "cosmeticarmorreworkedforked-neoforge-1.21.1-0.0.4.jar"
|
||||
side = "both"
|
||||
|
||||
[download]
|
||||
url = "https://cdn.modrinth.com/data/6cpT8CUC/versions/U6kExSSz/cosmeticarmorreworkedforked-neoforge-1.21.1-0.0.4.jar"
|
||||
hash-format = "sha512"
|
||||
hash = "f89df56fd777592a91f63063d6b0b67166bd60d6453dc3e2526fed1c39eedb37b676ebb03fe19d8ea986285a9998442ff2f8a221af4a26ac0771bc7e4588b1d3"
|
||||
|
||||
[update]
|
||||
[update.modrinth]
|
||||
mod-id = "6cpT8CUC"
|
||||
version = "U6kExSSz"
|
||||
+10
-14
@@ -1,18 +1,14 @@
|
||||
filename = 'crawl-0.14.9.jar'
|
||||
name = 'Crawl'
|
||||
side = 'both'
|
||||
x-prismlauncher-dependencies = []
|
||||
x-prismlauncher-loaders = [ 'neoforge' ]
|
||||
x-prismlauncher-mc-versions = [ '1.21.1' ]
|
||||
x-prismlauncher-release-type = 'release'
|
||||
x-prismlauncher-version-number = '0.14.9'
|
||||
name = "Crawl"
|
||||
filename = "crawl-0.14.9.jar"
|
||||
side = "both"
|
||||
|
||||
[download]
|
||||
hash = '621c9e5285ada13d3855101497e28a23ffeb2d9299d71b7e1b7f1df0672eb69e8a24af777c9b80d4304d42d25bfca02dc1e578ac68d565daa0f92db2672ac109'
|
||||
hash-format = 'sha512'
|
||||
mode = 'url'
|
||||
url = 'https://cdn.modrinth.com/data/H1JOVjhn/versions/AD7UZON8/crawl-0.14.9.jar'
|
||||
url = "https://cdn.modrinth.com/data/H1JOVjhn/versions/AD7UZON8/crawl-0.14.9.jar"
|
||||
hash-format = "sha512"
|
||||
hash = "621c9e5285ada13d3855101497e28a23ffeb2d9299d71b7e1b7f1df0672eb69e8a24af777c9b80d4304d42d25bfca02dc1e578ac68d565daa0f92db2672ac109"
|
||||
mode = "url"
|
||||
|
||||
[update]
|
||||
[update.modrinth]
|
||||
mod-id = 'H1JOVjhn'
|
||||
version = 'AD7UZON8'
|
||||
mod-id = "H1JOVjhn"
|
||||
version = "AD7UZON8"
|
||||
|
||||
@@ -1,29 +1,14 @@
|
||||
filename = 'create-aeronautics-lift-patch-1.1.0.jar'
|
||||
name = 'Create Aeronautics Lift Patch'
|
||||
side = 'both'
|
||||
x-prismlauncher-loaders = [ 'neoforge' ]
|
||||
x-prismlauncher-mc-versions = [ '1.21.1' ]
|
||||
x-prismlauncher-release-type = 'release'
|
||||
x-prismlauncher-version-number = '1.1.0'
|
||||
name = "Create Aeronautics Lift Patch"
|
||||
filename = "create-aeronautics-lift-patch-1.1.0.jar"
|
||||
side = "both"
|
||||
|
||||
[download]
|
||||
hash = '149484359f8fef802cb9e7796167d1e0e8a328cbed1d66f0fe3b5fedae420f2dbbbe0430675d192bd23adf2fbc613be5a590e1d2c6c223589403d63e32fe5524'
|
||||
hash-format = 'sha512'
|
||||
mode = 'url'
|
||||
url = 'https://cdn.modrinth.com/data/wEWnF0xx/versions/b5GqYXEI/create-aeronautics-lift-patch-1.1.0.jar'
|
||||
url = "https://cdn.modrinth.com/data/wEWnF0xx/versions/b5GqYXEI/create-aeronautics-lift-patch-1.1.0.jar"
|
||||
hash-format = "sha512"
|
||||
hash = "149484359f8fef802cb9e7796167d1e0e8a328cbed1d66f0fe3b5fedae420f2dbbbe0430675d192bd23adf2fbc613be5a590e1d2c6c223589403d63e32fe5524"
|
||||
mode = "url"
|
||||
|
||||
[update]
|
||||
[update.modrinth]
|
||||
mod-id = 'wEWnF0xx'
|
||||
version = 'b5GqYXEI'
|
||||
|
||||
[[x-prismlauncher-dependencies]]
|
||||
addonId = 'T9PomCSv'
|
||||
type = 'REQUIRED'
|
||||
|
||||
[[x-prismlauncher-dependencies]]
|
||||
addonId = 'LNytGWDc'
|
||||
type = 'REQUIRED'
|
||||
|
||||
[[x-prismlauncher-dependencies]]
|
||||
addonId = 'oWaK0Q19'
|
||||
type = 'REQUIRED'
|
||||
mod-id = "wEWnF0xx"
|
||||
version = "b5GqYXEI"
|
||||
|
||||
@@ -1,25 +1,14 @@
|
||||
filename = 'create-aeronautics-bundled-1.21.1-1.3.0.jar'
|
||||
name = 'Create Aeronautics'
|
||||
side = 'both'
|
||||
x-prismlauncher-loaders = [ 'neoforge' ]
|
||||
x-prismlauncher-mc-versions = [ '1.21.1' ]
|
||||
x-prismlauncher-release-type = 'release'
|
||||
x-prismlauncher-version-number = '1.3.0+mc1.21.1'
|
||||
name = "Create Aeronautics"
|
||||
filename = "create-aeronautics-bundled-1.21.1-1.3.0.jar"
|
||||
side = "both"
|
||||
|
||||
[download]
|
||||
hash = '2abba2e166a0ec8d42ab06108b63070d61f985420ecca8739c5b2300561b31486b69b3ad13310b0c459edb9edebeffb55a4cdf4ce493805833d32f5bde9ce778'
|
||||
hash-format = 'sha512'
|
||||
mode = 'url'
|
||||
url = 'https://cdn.modrinth.com/data/oWaK0Q19/versions/w7zlLnea/create-aeronautics-bundled-1.21.1-1.3.0.jar'
|
||||
url = "https://cdn.modrinth.com/data/oWaK0Q19/versions/w7zlLnea/create-aeronautics-bundled-1.21.1-1.3.0.jar"
|
||||
hash-format = "sha512"
|
||||
hash = "2abba2e166a0ec8d42ab06108b63070d61f985420ecca8739c5b2300561b31486b69b3ad13310b0c459edb9edebeffb55a4cdf4ce493805833d32f5bde9ce778"
|
||||
mode = "url"
|
||||
|
||||
[update]
|
||||
[update.modrinth]
|
||||
mod-id = 'oWaK0Q19'
|
||||
version = 'w7zlLnea'
|
||||
|
||||
[[x-prismlauncher-dependencies]]
|
||||
addonId = 'LNytGWDc'
|
||||
type = 'REQUIRED'
|
||||
|
||||
[[x-prismlauncher-dependencies]]
|
||||
addonId = 'T9PomCSv'
|
||||
type = 'REQUIRED'
|
||||
mod-id = "oWaK0Q19"
|
||||
version = "w7zlLnea"
|
||||
|
||||
@@ -1,25 +1,14 @@
|
||||
filename = 'createbigcannons-5.11.7+mc.1.21.1.jar'
|
||||
name = 'Create Big Cannons'
|
||||
side = 'both'
|
||||
x-prismlauncher-loaders = [ 'neoforge' ]
|
||||
x-prismlauncher-mc-versions = [ '1.21.1' ]
|
||||
x-prismlauncher-release-type = 'release'
|
||||
x-prismlauncher-version-number = '5.11.7'
|
||||
name = "Create Big Cannons"
|
||||
filename = "createbigcannons-5.11.7+mc.1.21.1.jar"
|
||||
side = "both"
|
||||
|
||||
[download]
|
||||
hash = '24f414dfbb973a0f4d9c9b2aa059edc7bed4d23b4f39eb1f7d23a1d6b437e3b5d64cca6e4b85ff7eb2815743fa711d54ad652bffe96d1eb1234544716006440d'
|
||||
hash-format = 'sha512'
|
||||
mode = 'url'
|
||||
url = 'https://cdn.modrinth.com/data/GWp4jCJj/versions/bOiDu0LS/createbigcannons-5.11.7%2Bmc.1.21.1.jar'
|
||||
url = "https://cdn.modrinth.com/data/GWp4jCJj/versions/bOiDu0LS/createbigcannons-5.11.7%2Bmc.1.21.1.jar"
|
||||
hash-format = "sha512"
|
||||
hash = "24f414dfbb973a0f4d9c9b2aa059edc7bed4d23b4f39eb1f7d23a1d6b437e3b5d64cca6e4b85ff7eb2815743fa711d54ad652bffe96d1eb1234544716006440d"
|
||||
mode = "url"
|
||||
|
||||
[update]
|
||||
[update.modrinth]
|
||||
mod-id = 'GWp4jCJj'
|
||||
version = 'bOiDu0LS'
|
||||
|
||||
[[x-prismlauncher-dependencies]]
|
||||
addonId = 'B3pb093D'
|
||||
type = 'REQUIRED'
|
||||
|
||||
[[x-prismlauncher-dependencies]]
|
||||
addonId = 'LNytGWDc'
|
||||
type = 'REQUIRED'
|
||||
mod-id = "GWp4jCJj"
|
||||
version = "bOiDu0LS"
|
||||
|
||||
@@ -1,21 +0,0 @@
|
||||
filename = 'createbionics-2.0.0.jar'
|
||||
name = 'Create: Bionics'
|
||||
side = 'both'
|
||||
x-prismlauncher-loaders = [ 'neoforge' ]
|
||||
x-prismlauncher-mc-versions = [ '1.21.1' ]
|
||||
x-prismlauncher-release-type = 'release'
|
||||
x-prismlauncher-version-number = '2.0.0'
|
||||
|
||||
[download]
|
||||
hash = '3b4f24eaf3e700d4fceef15846188ef87b6b4bbf873e3b508c19a1df265b9d5b99b432cbcc90f04dd2a73a6bc095808799295e494bf622dcaa1a2bd7bf43f70e'
|
||||
hash-format = 'sha512'
|
||||
mode = 'url'
|
||||
url = 'https://cdn.modrinth.com/data/lCwu0vBo/versions/GzTYQREC/createbionics-2.0.0.jar'
|
||||
|
||||
[update.modrinth]
|
||||
mod-id = 'lCwu0vBo'
|
||||
version = 'GzTYQREC'
|
||||
|
||||
[[x-prismlauncher-dependencies]]
|
||||
addonId = 'LNytGWDc'
|
||||
type = 'REQUIRED'
|
||||
@@ -1,25 +1,14 @@
|
||||
filename = 'createcontraptionterminals-1.21-1.3.0.jar'
|
||||
name = 'Create Contraption Terminals'
|
||||
side = 'both'
|
||||
x-prismlauncher-loaders = [ 'neoforge' ]
|
||||
x-prismlauncher-mc-versions = [ '1.21.1' ]
|
||||
x-prismlauncher-release-type = 'release'
|
||||
x-prismlauncher-version-number = '1.21.1-1.3.0'
|
||||
name = "Create Contraption Terminals"
|
||||
filename = "createcontraptionterminals-1.21-1.3.0.jar"
|
||||
side = "both"
|
||||
|
||||
[download]
|
||||
hash = 'ca77062010c4fa09a058d6cc4a0d84be4c1186cad7a4b014a3ef5b2fe82531e483a1252c3945b67acc9b7c4f3805af467da9bddb9e53f8cd0fda9d97923f1877'
|
||||
hash-format = 'sha512'
|
||||
mode = 'url'
|
||||
url = 'https://cdn.modrinth.com/data/gOPAFzp0/versions/XrNWi3Wo/createcontraptionterminals-1.21-1.3.0.jar'
|
||||
url = "https://cdn.modrinth.com/data/gOPAFzp0/versions/XrNWi3Wo/createcontraptionterminals-1.21-1.3.0.jar"
|
||||
hash-format = "sha512"
|
||||
hash = "ca77062010c4fa09a058d6cc4a0d84be4c1186cad7a4b014a3ef5b2fe82531e483a1252c3945b67acc9b7c4f3805af467da9bddb9e53f8cd0fda9d97923f1877"
|
||||
mode = "url"
|
||||
|
||||
[update]
|
||||
[update.modrinth]
|
||||
mod-id = 'gOPAFzp0'
|
||||
version = 'XrNWi3Wo'
|
||||
|
||||
[[x-prismlauncher-dependencies]]
|
||||
addonId = 'XZNI4Cpy'
|
||||
type = 'REQUIRED'
|
||||
|
||||
[[x-prismlauncher-dependencies]]
|
||||
addonId = 'LNytGWDc'
|
||||
type = 'REQUIRED'
|
||||
mod-id = "gOPAFzp0"
|
||||
version = "XrNWi3Wo"
|
||||
|
||||
@@ -1,21 +1,14 @@
|
||||
filename = 'create_easy_structures-0.2a-neoforge-1.21.1.jar'
|
||||
name = 'Create: Easy Structures'
|
||||
side = 'both'
|
||||
x-prismlauncher-loaders = [ 'neoforge' ]
|
||||
x-prismlauncher-mc-versions = [ '1.21.1' ]
|
||||
x-prismlauncher-release-type = 'release'
|
||||
x-prismlauncher-version-number = '0.2a'
|
||||
name = "Create: Easy Structures"
|
||||
filename = "create_easy_structures-0.2a-neoforge-1.21.1.jar"
|
||||
side = "both"
|
||||
|
||||
[download]
|
||||
hash = '69c340c6ef729d41e3ecb71de5d7d8db53a32dd08780458bb8828a960cd54d5d53dc19ad2aa948a0e7328013fef49dc5276edb6641eec33a52fe5f6ba373c75c'
|
||||
hash-format = 'sha512'
|
||||
mode = 'url'
|
||||
url = 'https://cdn.modrinth.com/data/z69Pxatv/versions/ECkmsrG4/create_easy_structures-0.2a-neoforge-1.21.1.jar'
|
||||
url = "https://cdn.modrinth.com/data/z69Pxatv/versions/ECkmsrG4/create_easy_structures-0.2a-neoforge-1.21.1.jar"
|
||||
hash-format = "sha512"
|
||||
hash = "69c340c6ef729d41e3ecb71de5d7d8db53a32dd08780458bb8828a960cd54d5d53dc19ad2aa948a0e7328013fef49dc5276edb6641eec33a52fe5f6ba373c75c"
|
||||
mode = "url"
|
||||
|
||||
[update]
|
||||
[update.modrinth]
|
||||
mod-id = 'z69Pxatv'
|
||||
version = 'ECkmsrG4'
|
||||
|
||||
[[x-prismlauncher-dependencies]]
|
||||
addonId = 'LNytGWDc'
|
||||
type = 'REQUIRED'
|
||||
mod-id = "z69Pxatv"
|
||||
version = "ECkmsrG4"
|
||||
|
||||
@@ -1,21 +1,14 @@
|
||||
filename = 'railways-0.3.0-alpha.2+neoforge-mc1.21.1.jar'
|
||||
name = "Steam 'n' Rails Neoforge"
|
||||
side = 'both'
|
||||
x-prismlauncher-loaders = [ 'neoforge' ]
|
||||
x-prismlauncher-mc-versions = [ '1.21.1' ]
|
||||
x-prismlauncher-release-type = 'alpha'
|
||||
x-prismlauncher-version-number = '0.3.0-alpha.2+neoforge-mc1.21.1'
|
||||
filename = "railways-0.3.0-alpha.2+neoforge-mc1.21.1.jar"
|
||||
side = "both"
|
||||
|
||||
[download]
|
||||
hash = 'bd00864569e163767e36f9afc76e755a0715f4d38a4cffc87b6cf24b3862df26a7ef60fc5ddeaec9bd6c72dbec68815ca5c69c45bf7f9b197ac9cae45773f84c'
|
||||
hash-format = 'sha512'
|
||||
mode = 'url'
|
||||
url = 'https://cdn.modrinth.com/data/L3Jv0QZI/versions/xtIfPFWg/railways-0.3.0-alpha.2%2Bneoforge-mc1.21.1.jar'
|
||||
url = "https://cdn.modrinth.com/data/L3Jv0QZI/versions/xtIfPFWg/railways-0.3.0-alpha.2%2Bneoforge-mc1.21.1.jar"
|
||||
hash-format = "sha512"
|
||||
hash = "bd00864569e163767e36f9afc76e755a0715f4d38a4cffc87b6cf24b3862df26a7ef60fc5ddeaec9bd6c72dbec68815ca5c69c45bf7f9b197ac9cae45773f84c"
|
||||
mode = "url"
|
||||
|
||||
[update]
|
||||
[update.modrinth]
|
||||
mod-id = 'L3Jv0QZI'
|
||||
version = 'xtIfPFWg'
|
||||
|
||||
[[x-prismlauncher-dependencies]]
|
||||
addonId = 'LNytGWDc'
|
||||
type = 'REQUIRED'
|
||||
mod-id = "L3Jv0QZI"
|
||||
version = "xtIfPFWg"
|
||||
|
||||
+10
-14
@@ -1,18 +1,14 @@
|
||||
filename = 'create-1.21.1-6.0.10.jar'
|
||||
name = 'Create'
|
||||
side = 'both'
|
||||
x-prismlauncher-dependencies = []
|
||||
x-prismlauncher-loaders = [ 'neoforge' ]
|
||||
x-prismlauncher-mc-versions = [ '1.21.1' ]
|
||||
x-prismlauncher-release-type = 'release'
|
||||
x-prismlauncher-version-number = '6.0.10+mc1.21.1'
|
||||
name = "Create"
|
||||
filename = "create-1.21.1-6.0.10.jar"
|
||||
side = "both"
|
||||
|
||||
[download]
|
||||
hash = '11cc8fc049d2f67f6548c7abfada6b82a3adb5c7ca410a742de04bbca76e03862c518721b88d806f6e6d768a4d68531fdb903a85859b25d1484d550cc7bafd4b'
|
||||
hash-format = 'sha512'
|
||||
mode = 'url'
|
||||
url = 'https://cdn.modrinth.com/data/LNytGWDc/versions/UjX6dr61/create-1.21.1-6.0.10.jar'
|
||||
url = "https://cdn.modrinth.com/data/LNytGWDc/versions/UjX6dr61/create-1.21.1-6.0.10.jar"
|
||||
hash-format = "sha512"
|
||||
hash = "11cc8fc049d2f67f6548c7abfada6b82a3adb5c7ca410a742de04bbca76e03862c518721b88d806f6e6d768a4d68531fdb903a85859b25d1484d550cc7bafd4b"
|
||||
mode = "url"
|
||||
|
||||
[update]
|
||||
[update.modrinth]
|
||||
mod-id = 'LNytGWDc'
|
||||
version = 'UjX6dr61'
|
||||
mod-id = "LNytGWDc"
|
||||
version = "UjX6dr61"
|
||||
|
||||
+8
-13
@@ -1,18 +1,13 @@
|
||||
filename = 'CTM-1.21-1.2.1+3.jar'
|
||||
name = 'ConnectedTexturesMod'
|
||||
side = ''
|
||||
x-prismlauncher-dependencies = []
|
||||
x-prismlauncher-loaders = [ 'neoforge' ]
|
||||
x-prismlauncher-mc-versions = [ '1.21', '1.21.1' ]
|
||||
x-prismlauncher-release-type = 'release'
|
||||
x-prismlauncher-version-number = 'CTM - 1.21-1.2.1+3'
|
||||
name = "ConnectedTexturesMod"
|
||||
filename = "CTM-1.21-1.2.1+3.jar"
|
||||
side = "client"
|
||||
|
||||
[download]
|
||||
hash = '284232c08d3b999f05417761a3efba9b08ba20a7'
|
||||
hash-format = 'sha1'
|
||||
mode = 'metadata:curseforge'
|
||||
url = ''
|
||||
hash-format = "sha512"
|
||||
hash = "551e65931fbb84fc095ecd62c35863abff4ea6b7ed283aac108369934f87c736a12c17298bfe5f616fdc0d88fb24e01dd7fe274180c83d8c258ae8308c76cb48"
|
||||
mode = "metadata:curseforge"
|
||||
|
||||
[update]
|
||||
[update.curseforge]
|
||||
file-id = 5587515
|
||||
project-id = 267602
|
||||
project-id = 267602
|
||||
|
||||
+8
-13
@@ -1,18 +1,13 @@
|
||||
filename = 'cupboard-1.21.1-3.8.jar'
|
||||
name = 'Cupboard'
|
||||
side = 'server'
|
||||
x-prismlauncher-dependencies = []
|
||||
x-prismlauncher-loaders = [ 'neoforge' ]
|
||||
x-prismlauncher-mc-versions = [ '1.21.1' ]
|
||||
x-prismlauncher-release-type = 'release'
|
||||
x-prismlauncher-version-number = 'cupboard-1.21.1-3.8.jar'
|
||||
name = "Cupboard"
|
||||
filename = "cupboard-1.21.1-3.8.jar"
|
||||
side = "server"
|
||||
|
||||
[download]
|
||||
hash = '39df849e5a338dfe9ccb7632b1849c20357e597b'
|
||||
hash-format = 'sha1'
|
||||
mode = 'metadata:curseforge'
|
||||
url = ''
|
||||
hash-format = "sha512"
|
||||
hash = "0088d8be2aa5a21fce9a747e736c83dc3bacfba55df067ec3e2ae5e8b749ba1a68b6e50a1bf7ef1178088888a825de854418fb7bf778928d5b3ffa02d303bfbb"
|
||||
mode = "metadata:curseforge"
|
||||
|
||||
[update]
|
||||
[update.curseforge]
|
||||
file-id = 8260590
|
||||
project-id = 326652
|
||||
project-id = 326652
|
||||
|
||||
+10
-14
@@ -1,18 +1,14 @@
|
||||
filename = 'curios-neoforge-9.5.1+1.21.1.jar'
|
||||
name = 'Curios API'
|
||||
side = 'both'
|
||||
x-prismlauncher-dependencies = []
|
||||
x-prismlauncher-loaders = [ 'neoforge' ]
|
||||
x-prismlauncher-mc-versions = [ '1.21.1' ]
|
||||
x-prismlauncher-release-type = 'release'
|
||||
x-prismlauncher-version-number = '9.5.1+1.21.1'
|
||||
name = "Curios API"
|
||||
filename = "curios-neoforge-9.5.1+1.21.1.jar"
|
||||
side = "both"
|
||||
|
||||
[download]
|
||||
hash = '5981a267686b744e7e3c227f78cbcd5267c14ac6979a28e814695f4589273998563147207fef4a5cdb7cdbdc39797cd95d9e4abadb55869f18e02a38d0654ae5'
|
||||
hash-format = 'sha512'
|
||||
mode = 'url'
|
||||
url = 'https://cdn.modrinth.com/data/vvuO3ImH/versions/yohfFbgD/curios-neoforge-9.5.1%2B1.21.1.jar'
|
||||
url = "https://cdn.modrinth.com/data/vvuO3ImH/versions/yohfFbgD/curios-neoforge-9.5.1%2B1.21.1.jar"
|
||||
hash-format = "sha512"
|
||||
hash = "5981a267686b744e7e3c227f78cbcd5267c14ac6979a28e814695f4589273998563147207fef4a5cdb7cdbdc39797cd95d9e4abadb55869f18e02a38d0654ae5"
|
||||
mode = "url"
|
||||
|
||||
[update]
|
||||
[update.modrinth]
|
||||
mod-id = 'vvuO3ImH'
|
||||
version = 'yohfFbgD'
|
||||
mod-id = "vvuO3ImH"
|
||||
version = "yohfFbgD"
|
||||
|
||||
+10
-21
@@ -1,25 +1,14 @@
|
||||
filename = 'CutThrough-v21.1.0-1.21.1-NeoForge.jar'
|
||||
name = 'Cut Through'
|
||||
side = 'client'
|
||||
x-prismlauncher-loaders = [ 'neoforge' ]
|
||||
x-prismlauncher-mc-versions = [ '1.21.1' ]
|
||||
x-prismlauncher-release-type = 'release'
|
||||
x-prismlauncher-version-number = 'v21.1.0-1.21.1-NeoForge'
|
||||
name = "Cut Through"
|
||||
filename = "CutThrough-v21.1.0-1.21.1-NeoForge.jar"
|
||||
side = "client"
|
||||
|
||||
[download]
|
||||
hash = 'e6313fe2c2fb8b5131b39bf8ae105e5120630b78d713db5a573c6830a476868beee3f38aa4da7c29779214b7690af83ca0ce9036d1f757a54c2352e0748cd256'
|
||||
hash-format = 'sha512'
|
||||
mode = 'url'
|
||||
url = 'https://cdn.modrinth.com/data/Dk6su9JN/versions/5P5tLHSh/CutThrough-v21.1.0-1.21.1-NeoForge.jar'
|
||||
url = "https://cdn.modrinth.com/data/Dk6su9JN/versions/5P5tLHSh/CutThrough-v21.1.0-1.21.1-NeoForge.jar"
|
||||
hash-format = "sha512"
|
||||
hash = "e6313fe2c2fb8b5131b39bf8ae105e5120630b78d713db5a573c6830a476868beee3f38aa4da7c29779214b7690af83ca0ce9036d1f757a54c2352e0748cd256"
|
||||
mode = "url"
|
||||
|
||||
[update]
|
||||
[update.modrinth]
|
||||
mod-id = 'Dk6su9JN'
|
||||
version = '5P5tLHSh'
|
||||
|
||||
[[x-prismlauncher-dependencies]]
|
||||
addonId = '5WeWGLoJ'
|
||||
type = 'OPTIONAL'
|
||||
|
||||
[[x-prismlauncher-dependencies]]
|
||||
addonId = 'QAGBst4M'
|
||||
type = 'REQUIRED'
|
||||
mod-id = "Dk6su9JN"
|
||||
version = "5P5tLHSh"
|
||||
|
||||
+10
-21
@@ -1,25 +1,14 @@
|
||||
filename = 'darkutils-neoforge-1.21.1-21.1.1.jar'
|
||||
name = 'Dark Utilities'
|
||||
side = 'both'
|
||||
x-prismlauncher-loaders = [ 'neoforge' ]
|
||||
x-prismlauncher-mc-versions = [ '1.21.1' ]
|
||||
x-prismlauncher-release-type = 'release'
|
||||
x-prismlauncher-version-number = '21.1.1'
|
||||
name = "Dark Utilities"
|
||||
filename = "darkutils-neoforge-1.21.1-21.1.1.jar"
|
||||
side = "both"
|
||||
|
||||
[download]
|
||||
hash = '2e3e4cf3c2ff72d72dc89843846df42f8468424f44796639f4dd473e94b8f749e447fdaa7dc1af27aa673c3d163e9965754dd095d88be2d0ca1064d5b74c84d4'
|
||||
hash-format = 'sha512'
|
||||
mode = 'url'
|
||||
url = 'https://cdn.modrinth.com/data/CkqTAIaP/versions/L3pCjw49/darkutils-neoforge-1.21.1-21.1.1.jar'
|
||||
url = "https://cdn.modrinth.com/data/CkqTAIaP/versions/L3pCjw49/darkutils-neoforge-1.21.1-21.1.1.jar"
|
||||
hash-format = "sha512"
|
||||
hash = "2e3e4cf3c2ff72d72dc89843846df42f8468424f44796639f4dd473e94b8f749e447fdaa7dc1af27aa673c3d163e9965754dd095d88be2d0ca1064d5b74c84d4"
|
||||
mode = "url"
|
||||
|
||||
[update]
|
||||
[update.modrinth]
|
||||
mod-id = 'CkqTAIaP'
|
||||
version = 'L3pCjw49'
|
||||
|
||||
[[x-prismlauncher-dependencies]]
|
||||
addonId = 'uy4Cnpcm'
|
||||
type = 'REQUIRED'
|
||||
|
||||
[[x-prismlauncher-dependencies]]
|
||||
addonId = 'aaRl8GiW'
|
||||
type = 'REQUIRED'
|
||||
mod-id = "CkqTAIaP"
|
||||
version = "L3pCjw49"
|
||||
|
||||
@@ -1,18 +1,13 @@
|
||||
filename = 'domum-ornamentum-1.0.234-snapshot-main.jar'
|
||||
name = 'Domum Ornamentum'
|
||||
side = ''
|
||||
x-prismlauncher-dependencies = []
|
||||
x-prismlauncher-loaders = [ 'neoforge' ]
|
||||
x-prismlauncher-mc-versions = [ '1.21.1' ]
|
||||
x-prismlauncher-release-type = 'beta'
|
||||
x-prismlauncher-version-number = 'domum-ornamentum - 1.0.234-snapshot - beta'
|
||||
name = "Domum Ornamentum"
|
||||
filename = "domum-ornamentum-1.0.234-snapshot-main.jar"
|
||||
side = "both"
|
||||
|
||||
[download]
|
||||
hash = 'e9564ce1269840b4e70791b79c83716a972618df'
|
||||
hash-format = 'sha1'
|
||||
mode = 'metadata:curseforge'
|
||||
url = ''
|
||||
hash-format = "sha512"
|
||||
hash = "7c6ebdd08ca95e445724f1b87f00d18b9f6a72166696d02f0af2d4f97326fe95096ff0d62effbf1f99076fb10f6f92be86c792005b984433f8e66099f8b5a878"
|
||||
mode = "metadata:curseforge"
|
||||
|
||||
[update]
|
||||
[update.curseforge]
|
||||
file-id = 8311478
|
||||
project-id = 527361
|
||||
project-id = 527361
|
||||
|
||||
+10
-14
@@ -1,18 +1,14 @@
|
||||
filename = 'DungeonCrawl-NeoForge-1.21-2.3.17.jar'
|
||||
name = 'Dungeon Crawl'
|
||||
side = 'server'
|
||||
x-prismlauncher-dependencies = []
|
||||
x-prismlauncher-loaders = [ 'neoforge' ]
|
||||
x-prismlauncher-mc-versions = [ '1.21', '1.21.1' ]
|
||||
x-prismlauncher-release-type = 'release'
|
||||
x-prismlauncher-version-number = '2.3.17'
|
||||
name = "Dungeon Crawl"
|
||||
filename = "DungeonCrawl-NeoForge-1.21-2.3.17.jar"
|
||||
side = "server"
|
||||
|
||||
[download]
|
||||
hash = '5b8b42ef891fc1e79795fc7e707ccdd35423bdfc21917744fabb858af6320588b73e8fbde3db4621571fc417ad01bb350eee03442ae43e0169520983c6a565e9'
|
||||
hash-format = 'sha512'
|
||||
mode = 'url'
|
||||
url = 'https://cdn.modrinth.com/data/q0rRg4lH/versions/D7lKpb69/DungeonCrawl-NeoForge-1.21-2.3.17.jar'
|
||||
url = "https://cdn.modrinth.com/data/q0rRg4lH/versions/D7lKpb69/DungeonCrawl-NeoForge-1.21-2.3.17.jar"
|
||||
hash-format = "sha512"
|
||||
hash = "5b8b42ef891fc1e79795fc7e707ccdd35423bdfc21917744fabb858af6320588b73e8fbde3db4621571fc417ad01bb350eee03442ae43e0169520983c6a565e9"
|
||||
mode = "url"
|
||||
|
||||
[update]
|
||||
[update.modrinth]
|
||||
mod-id = 'q0rRg4lH'
|
||||
version = 'D7lKpb69'
|
||||
mod-id = "q0rRg4lH"
|
||||
version = "D7lKpb69"
|
||||
|
||||
+10
-17
@@ -1,21 +1,14 @@
|
||||
filename = 'dynamic-fps-3.11.4+minecraft-1.21.0-neoforge.jar'
|
||||
name = 'Dynamic FPS'
|
||||
side = 'client'
|
||||
x-prismlauncher-loaders = [ 'neoforge' ]
|
||||
x-prismlauncher-mc-versions = [ '1.21', '1.21.1' ]
|
||||
x-prismlauncher-release-type = 'release'
|
||||
x-prismlauncher-version-number = '3.11.4'
|
||||
name = "Dynamic FPS"
|
||||
filename = "dynamic-fps-3.11.4+minecraft-1.21.0-neoforge.jar"
|
||||
side = "client"
|
||||
|
||||
[download]
|
||||
hash = '8eb18a280b265e598540306275b51a165836f4b14c6c703b6ced11fcac50bfab439e4deb69e222f62614a9f15fa0ef58e5bd84e20e37ae57755d9c2f8b134057'
|
||||
hash-format = 'sha512'
|
||||
mode = 'url'
|
||||
url = 'https://cdn.modrinth.com/data/LQ3K71Q1/versions/T238FZpQ/dynamic-fps-3.11.4%2Bminecraft-1.21.0-neoforge.jar'
|
||||
url = "https://cdn.modrinth.com/data/LQ3K71Q1/versions/T238FZpQ/dynamic-fps-3.11.4%2Bminecraft-1.21.0-neoforge.jar"
|
||||
hash-format = "sha512"
|
||||
hash = "8eb18a280b265e598540306275b51a165836f4b14c6c703b6ced11fcac50bfab439e4deb69e222f62614a9f15fa0ef58e5bd84e20e37ae57755d9c2f8b134057"
|
||||
mode = "url"
|
||||
|
||||
[update]
|
||||
[update.modrinth]
|
||||
mod-id = 'LQ3K71Q1'
|
||||
version = 'T238FZpQ'
|
||||
|
||||
[[x-prismlauncher-dependencies]]
|
||||
addonId = '9s6osm5g'
|
||||
type = 'OPTIONAL'
|
||||
mod-id = "LQ3K71Q1"
|
||||
version = "T238FZpQ"
|
||||
|
||||
+10
-21
@@ -1,25 +1,14 @@
|
||||
filename = 'EasyAnvils-v21.1.0-1.21.1-NeoForge.jar'
|
||||
name = 'Easy Anvils'
|
||||
side = 'both'
|
||||
x-prismlauncher-loaders = [ 'neoforge' ]
|
||||
x-prismlauncher-mc-versions = [ '1.21.1' ]
|
||||
x-prismlauncher-release-type = 'release'
|
||||
x-prismlauncher-version-number = 'v21.1.0-1.21.1-NeoForge'
|
||||
name = "Easy Anvils"
|
||||
filename = "EasyAnvils-v21.1.0-1.21.1-NeoForge.jar"
|
||||
side = "both"
|
||||
|
||||
[download]
|
||||
hash = '366eed1f4831e4044566833e07e5f6201ef1d178d0b30938b8a8a34bcac08c904c95ca0afe87bd55ea06b87cce85ee70c95d0cddd0ae053b1302d288252fe98f'
|
||||
hash-format = 'sha512'
|
||||
mode = 'url'
|
||||
url = 'https://cdn.modrinth.com/data/OZBR5JT5/versions/fSQSKhdF/EasyAnvils-v21.1.0-1.21.1-NeoForge.jar'
|
||||
url = "https://cdn.modrinth.com/data/OZBR5JT5/versions/fSQSKhdF/EasyAnvils-v21.1.0-1.21.1-NeoForge.jar"
|
||||
hash-format = "sha512"
|
||||
hash = "366eed1f4831e4044566833e07e5f6201ef1d178d0b30938b8a8a34bcac08c904c95ca0afe87bd55ea06b87cce85ee70c95d0cddd0ae053b1302d288252fe98f"
|
||||
mode = "url"
|
||||
|
||||
[update]
|
||||
[update.modrinth]
|
||||
mod-id = 'OZBR5JT5'
|
||||
version = 'fSQSKhdF'
|
||||
|
||||
[[x-prismlauncher-dependencies]]
|
||||
addonId = '5WeWGLoJ'
|
||||
type = 'OPTIONAL'
|
||||
|
||||
[[x-prismlauncher-dependencies]]
|
||||
addonId = 'QAGBst4M'
|
||||
type = 'REQUIRED'
|
||||
mod-id = "OZBR5JT5"
|
||||
version = "fSQSKhdF"
|
||||
|
||||
@@ -0,0 +1,13 @@
|
||||
name = "Easy Disenchanting"
|
||||
filename = "easydisenchanting-neoforge-1.0.0-1.21.1.jar"
|
||||
side = "both"
|
||||
|
||||
[download]
|
||||
url = "https://cdn.modrinth.com/data/oytHeCkq/versions/DusvW4Bw/easydisenchanting-neoforge-1.0.0-1.21.1.jar"
|
||||
hash-format = "sha512"
|
||||
hash = "47bfc5bc16463943584e8b70e65dc14fd235b07ba0b9c6c8fa26afc98cec88f5992a8d13e97ac9fa9191b621b11cf0df71577ef2c2cad273f5269cff56997507"
|
||||
|
||||
[update]
|
||||
[update.modrinth]
|
||||
mod-id = "oytHeCkq"
|
||||
version = "DusvW4Bw"
|
||||
+10
-21
@@ -1,25 +1,14 @@
|
||||
filename = 'EasyMagic-v21.1.4-1.21.1-NeoForge.jar'
|
||||
name = 'Easy Magic'
|
||||
side = 'both'
|
||||
x-prismlauncher-loaders = [ 'neoforge' ]
|
||||
x-prismlauncher-mc-versions = [ '1.21.1' ]
|
||||
x-prismlauncher-release-type = 'release'
|
||||
x-prismlauncher-version-number = 'v21.1.4-1.21.1-NeoForge'
|
||||
name = "Easy Magic"
|
||||
filename = "EasyMagic-v21.1.4-1.21.1-NeoForge.jar"
|
||||
side = "both"
|
||||
|
||||
[download]
|
||||
hash = '30c7383c0f3b6d767652fa58c3b4e4ee7169c28f1e7653493db1cd62289447cd0698967453c4fa09dc1327b322e7c7ad8476d24a557ac0cb521d08e8ab5fc8da'
|
||||
hash-format = 'sha512'
|
||||
mode = 'url'
|
||||
url = 'https://cdn.modrinth.com/data/9hx3AbJM/versions/MxbfrOEv/EasyMagic-v21.1.4-1.21.1-NeoForge.jar'
|
||||
url = "https://cdn.modrinth.com/data/9hx3AbJM/versions/MxbfrOEv/EasyMagic-v21.1.4-1.21.1-NeoForge.jar"
|
||||
hash-format = "sha512"
|
||||
hash = "30c7383c0f3b6d767652fa58c3b4e4ee7169c28f1e7653493db1cd62289447cd0698967453c4fa09dc1327b322e7c7ad8476d24a557ac0cb521d08e8ab5fc8da"
|
||||
mode = "url"
|
||||
|
||||
[update]
|
||||
[update.modrinth]
|
||||
mod-id = '9hx3AbJM'
|
||||
version = 'MxbfrOEv'
|
||||
|
||||
[[x-prismlauncher-dependencies]]
|
||||
addonId = '5WeWGLoJ'
|
||||
type = 'OPTIONAL'
|
||||
|
||||
[[x-prismlauncher-dependencies]]
|
||||
addonId = 'QAGBst4M'
|
||||
type = 'REQUIRED'
|
||||
mod-id = "9hx3AbJM"
|
||||
version = "MxbfrOEv"
|
||||
|
||||
@@ -1,18 +0,0 @@
|
||||
filename = 'tpa-neoforge-1.21-2.0.0.jar'
|
||||
name = 'TPA'
|
||||
side = 'both'
|
||||
x-prismlauncher-dependencies = []
|
||||
x-prismlauncher-loaders = [ 'neoforge' ]
|
||||
x-prismlauncher-mc-versions = [ '1.21.1', '1.21.2', '1.21.3' ]
|
||||
x-prismlauncher-release-type = 'release'
|
||||
x-prismlauncher-version-number = '2.0.0'
|
||||
|
||||
[download]
|
||||
hash = '7ac1bab813e3649433783e777ba826e54dc2043ad1d37ba54b49b4c4d125f5b4a66cdc4739ad540a861d67a0d4e42bb61796a910aeb4dd94c0bbb2ca5113b65e'
|
||||
hash-format = 'sha512'
|
||||
mode = 'url'
|
||||
url = 'https://cdn.modrinth.com/data/pbGzLSUN/versions/Pb8gd31t/tpa-neoforge-1.21-2.0.0.jar'
|
||||
|
||||
[update.modrinth]
|
||||
mod-id = 'pbGzLSUN'
|
||||
version = 'Pb8gd31t'
|
||||
@@ -1,29 +1,13 @@
|
||||
filename = 'easy-villagers-neoforge-1.21.1-1.1.42.jar'
|
||||
name = 'Easy Villagers'
|
||||
side = ''
|
||||
x-prismlauncher-loaders = [ 'neoforge' ]
|
||||
x-prismlauncher-mc-versions = [ '1.21', '1.21.1' ]
|
||||
x-prismlauncher-release-type = 'release'
|
||||
x-prismlauncher-version-number = '[NEOFORGE][1.21.1] Easy Villagers 1.21.1-1.1.42'
|
||||
name = "Easy Villagers"
|
||||
filename = "easy-villagers-neoforge-1.21.1-1.1.42.jar"
|
||||
side = "both"
|
||||
|
||||
[download]
|
||||
hash = 'bde2278d0c216916ff5a780c9f3acfb50ebee9e5'
|
||||
hash-format = 'sha1'
|
||||
mode = 'metadata:curseforge'
|
||||
url = ''
|
||||
hash-format = "sha512"
|
||||
hash = "be1c20a7e94d0a760a3459e17c70e07a51f91b74f8940ccad79549eaaf6f6033b7cbe6e8dff16c7921255d186867ac0e22608c17a8db0c8eb687e21ce5c7d832"
|
||||
mode = "metadata:curseforge"
|
||||
|
||||
[update]
|
||||
[update.curseforge]
|
||||
file-id = 8066730
|
||||
project-id = 400514
|
||||
|
||||
[[x-prismlauncher-dependencies]]
|
||||
addonId = '238222'
|
||||
type = 'OPTIONAL'
|
||||
|
||||
[[x-prismlauncher-dependencies]]
|
||||
addonId = '324717'
|
||||
type = 'OPTIONAL'
|
||||
|
||||
[[x-prismlauncher-dependencies]]
|
||||
addonId = '245211'
|
||||
type = 'OPTIONAL'
|
||||
+10
-21
@@ -1,25 +1,14 @@
|
||||
filename = 'elytraslot-neoforge-9.0.2+1.21.1.jar'
|
||||
name = 'Elytra Slot'
|
||||
side = 'both'
|
||||
x-prismlauncher-loaders = [ 'neoforge' ]
|
||||
x-prismlauncher-mc-versions = [ '1.21', '1.21.1' ]
|
||||
x-prismlauncher-release-type = 'release'
|
||||
x-prismlauncher-version-number = '9.0.2+1.21.1'
|
||||
name = "Elytra Slot"
|
||||
filename = "elytraslot-neoforge-9.0.2+1.21.1.jar"
|
||||
side = "both"
|
||||
|
||||
[download]
|
||||
hash = '257af1e8de11634c561e617ac64ce2c452aebd86bd0a6ba2c4d164cee9746a30c093aa5e913d553b34ae4c235d5b17b40e5f95db18f2fea8f6e6361bd405d819'
|
||||
hash-format = 'sha512'
|
||||
mode = 'url'
|
||||
url = 'https://cdn.modrinth.com/data/mSQF1NpT/versions/RX6A02W1/elytraslot-neoforge-9.0.2%2B1.21.1.jar'
|
||||
url = "https://cdn.modrinth.com/data/mSQF1NpT/versions/RX6A02W1/elytraslot-neoforge-9.0.2%2B1.21.1.jar"
|
||||
hash-format = "sha512"
|
||||
hash = "257af1e8de11634c561e617ac64ce2c452aebd86bd0a6ba2c4d164cee9746a30c093aa5e913d553b34ae4c235d5b17b40e5f95db18f2fea8f6e6361bd405d819"
|
||||
mode = "url"
|
||||
|
||||
[update]
|
||||
[update.modrinth]
|
||||
mod-id = 'mSQF1NpT'
|
||||
version = 'RX6A02W1'
|
||||
|
||||
[[x-prismlauncher-dependencies]]
|
||||
addonId = 'vvuO3ImH'
|
||||
type = 'REQUIRED'
|
||||
|
||||
[[x-prismlauncher-dependencies]]
|
||||
addonId = '40FYwb4z'
|
||||
type = 'REQUIRED'
|
||||
mod-id = "mSQF1NpT"
|
||||
version = "RX6A02W1"
|
||||
|
||||
+10
-17
@@ -1,21 +1,14 @@
|
||||
filename = 'emi_enchanting-0.1.2+1.21+neoforge.jar'
|
||||
name = 'EMI Enchanting'
|
||||
side = 'client'
|
||||
x-prismlauncher-loaders = [ 'neoforge' ]
|
||||
x-prismlauncher-mc-versions = [ '1.21', '1.21.1' ]
|
||||
x-prismlauncher-release-type = 'release'
|
||||
x-prismlauncher-version-number = '0.1.2+1.21+neoforge'
|
||||
name = "EMI Enchanting"
|
||||
filename = "emi_enchanting-0.1.2+1.21+neoforge.jar"
|
||||
side = "client"
|
||||
|
||||
[download]
|
||||
hash = '90944c8ff897fa98d0323fe94e4053fb89f43cbaf4fd28d6ad58134cea1469c9398e0c0edd4328a5530e1578ad2286ec5822292bf9c587182e5606dbfff218be'
|
||||
hash-format = 'sha512'
|
||||
mode = 'url'
|
||||
url = 'https://cdn.modrinth.com/data/wbWoo11W/versions/ZyJ6TKvh/emi_enchanting-0.1.2%2B1.21%2Bneoforge.jar'
|
||||
url = "https://cdn.modrinth.com/data/wbWoo11W/versions/ZyJ6TKvh/emi_enchanting-0.1.2%2B1.21%2Bneoforge.jar"
|
||||
hash-format = "sha512"
|
||||
hash = "90944c8ff897fa98d0323fe94e4053fb89f43cbaf4fd28d6ad58134cea1469c9398e0c0edd4328a5530e1578ad2286ec5822292bf9c587182e5606dbfff218be"
|
||||
mode = "url"
|
||||
|
||||
[update]
|
||||
[update.modrinth]
|
||||
mod-id = 'wbWoo11W'
|
||||
version = 'ZyJ6TKvh'
|
||||
|
||||
[[x-prismlauncher-dependencies]]
|
||||
addonId = 'fRiHVvU7'
|
||||
type = 'REQUIRED'
|
||||
mod-id = "wbWoo11W"
|
||||
version = "ZyJ6TKvh"
|
||||
|
||||
+10
-25
@@ -1,29 +1,14 @@
|
||||
filename = 'emi_loot-0.7.9+1.21+neoforge.jar'
|
||||
name = 'EMI Loot'
|
||||
side = 'both'
|
||||
x-prismlauncher-loaders = [ 'neoforge' ]
|
||||
x-prismlauncher-mc-versions = [ '1.21', '1.21.1' ]
|
||||
x-prismlauncher-release-type = 'release'
|
||||
x-prismlauncher-version-number = '0.7.9+1.21+neoforge'
|
||||
name = "EMI Loot"
|
||||
filename = "emi_loot-0.7.9+1.21+neoforge.jar"
|
||||
side = "both"
|
||||
|
||||
[download]
|
||||
hash = '9c67ff502da7a94ef7707c144deb4ec6472f445e99cc8eab30b77f22d886a86b8793338452fe394296f3132ed4d37271d475af184e3a9519ddebdad1a82eecf7'
|
||||
hash-format = 'sha512'
|
||||
mode = 'url'
|
||||
url = 'https://cdn.modrinth.com/data/qbbO7Jns/versions/QXkODMCT/emi_loot-0.7.9%2B1.21%2Bneoforge.jar'
|
||||
url = "https://cdn.modrinth.com/data/qbbO7Jns/versions/QXkODMCT/emi_loot-0.7.9%2B1.21%2Bneoforge.jar"
|
||||
hash-format = "sha512"
|
||||
hash = "9c67ff502da7a94ef7707c144deb4ec6472f445e99cc8eab30b77f22d886a86b8793338452fe394296f3132ed4d37271d475af184e3a9519ddebdad1a82eecf7"
|
||||
mode = "url"
|
||||
|
||||
[update]
|
||||
[update.modrinth]
|
||||
mod-id = 'qbbO7Jns'
|
||||
version = 'QXkODMCT'
|
||||
|
||||
[[x-prismlauncher-dependencies]]
|
||||
addonId = 'itOw2agq'
|
||||
type = 'OPTIONAL'
|
||||
|
||||
[[x-prismlauncher-dependencies]]
|
||||
addonId = 'fRiHVvU7'
|
||||
type = 'REQUIRED'
|
||||
|
||||
[[x-prismlauncher-dependencies]]
|
||||
addonId = 'hYykXjDp'
|
||||
type = 'REQUIRED'
|
||||
mod-id = "qbbO7Jns"
|
||||
version = "QXkODMCT"
|
||||
|
||||
+10
-17
@@ -1,21 +1,14 @@
|
||||
filename = 'emi_ores-1.3+1.21.1+neoforge.jar'
|
||||
name = 'EMI Ores'
|
||||
side = 'both'
|
||||
x-prismlauncher-loaders = [ 'neoforge' ]
|
||||
x-prismlauncher-mc-versions = [ '1.21.1' ]
|
||||
x-prismlauncher-release-type = 'release'
|
||||
x-prismlauncher-version-number = '1.3+1.21.1+neoforge'
|
||||
name = "EMI Ores"
|
||||
filename = "emi_ores-1.3+1.21.1+neoforge.jar"
|
||||
side = "both"
|
||||
|
||||
[download]
|
||||
hash = 'c5774be0eeda90253c4fa98aaf0006ecb50dbd62ef5027420385482cea21b3339abdfbe945ab1233101bac7f52663cd2860abde04941a818ac3da312d86fc4ee'
|
||||
hash-format = 'sha512'
|
||||
mode = 'url'
|
||||
url = 'https://cdn.modrinth.com/data/sG4TqDb8/versions/V2MXZKsX/emi_ores-1.3%2B1.21.1%2Bneoforge.jar'
|
||||
url = "https://cdn.modrinth.com/data/sG4TqDb8/versions/V2MXZKsX/emi_ores-1.3%2B1.21.1%2Bneoforge.jar"
|
||||
hash-format = "sha512"
|
||||
hash = "c5774be0eeda90253c4fa98aaf0006ecb50dbd62ef5027420385482cea21b3339abdfbe945ab1233101bac7f52663cd2860abde04941a818ac3da312d86fc4ee"
|
||||
mode = "url"
|
||||
|
||||
[update]
|
||||
[update.modrinth]
|
||||
mod-id = 'sG4TqDb8'
|
||||
version = 'V2MXZKsX'
|
||||
|
||||
[[x-prismlauncher-dependencies]]
|
||||
addonId = 'fRiHVvU7'
|
||||
type = 'REQUIRED'
|
||||
mod-id = "sG4TqDb8"
|
||||
version = "V2MXZKsX"
|
||||
|
||||
@@ -1,21 +1,14 @@
|
||||
filename = 'EMIProfessions-neoforge-1.21.1-1.0.3.jar'
|
||||
name = 'EMI professions (EMIP)'
|
||||
side = 'client'
|
||||
x-prismlauncher-loaders = [ 'neoforge' ]
|
||||
x-prismlauncher-mc-versions = [ '1.21.1' ]
|
||||
x-prismlauncher-release-type = 'release'
|
||||
x-prismlauncher-version-number = '1.0.3'
|
||||
name = "EMI professions (EMIP)"
|
||||
filename = "EMIProfessions-neoforge-1.21.1-1.0.3.jar"
|
||||
side = "client"
|
||||
|
||||
[download]
|
||||
hash = 'f720f58590e3098459c27e3579f36a00b66443b7c089e3fa9ef1399ed17587d51b046c69e2f07f6e21089fc85d58881a5b224d94a1b2f4738a0c6cbb2dd9c798'
|
||||
hash-format = 'sha512'
|
||||
mode = 'url'
|
||||
url = 'https://cdn.modrinth.com/data/LGVihYcz/versions/wGOa5uxT/EMIProfessions-neoforge-1.21.1-1.0.3.jar'
|
||||
url = "https://cdn.modrinth.com/data/LGVihYcz/versions/wGOa5uxT/EMIProfessions-neoforge-1.21.1-1.0.3.jar"
|
||||
hash-format = "sha512"
|
||||
hash = "f720f58590e3098459c27e3579f36a00b66443b7c089e3fa9ef1399ed17587d51b046c69e2f07f6e21089fc85d58881a5b224d94a1b2f4738a0c6cbb2dd9c798"
|
||||
mode = "url"
|
||||
|
||||
[update]
|
||||
[update.modrinth]
|
||||
mod-id = 'LGVihYcz'
|
||||
version = 'wGOa5uxT'
|
||||
|
||||
[[x-prismlauncher-dependencies]]
|
||||
addonId = 'fRiHVvU7'
|
||||
type = 'REQUIRED'
|
||||
mod-id = "LGVihYcz"
|
||||
version = "wGOa5uxT"
|
||||
|
||||
+10
-14
@@ -1,18 +1,14 @@
|
||||
filename = 'emi-1.1.24+1.21.1+neoforge.jar'
|
||||
name = 'EMI'
|
||||
side = 'both'
|
||||
x-prismlauncher-dependencies = []
|
||||
x-prismlauncher-loaders = [ 'neoforge' ]
|
||||
x-prismlauncher-mc-versions = [ '1.21.1' ]
|
||||
x-prismlauncher-release-type = 'release'
|
||||
x-prismlauncher-version-number = '1.1.24+1.21.1+neoforge'
|
||||
name = "EMI"
|
||||
filename = "emi-1.1.24+1.21.1+neoforge.jar"
|
||||
side = "both"
|
||||
|
||||
[download]
|
||||
hash = 'f4c45ed686fe617311d6debadcb6ace5963e66f8cfe0cfed398231f081f87407070efc7a73c8b695d158f1d87a97180737b9107a46771e77df2bc9a7dc715ebd'
|
||||
hash-format = 'sha512'
|
||||
mode = 'url'
|
||||
url = 'https://cdn.modrinth.com/data/fRiHVvU7/versions/5sIPA1To/emi-1.1.24%2B1.21.1%2Bneoforge.jar'
|
||||
url = "https://cdn.modrinth.com/data/fRiHVvU7/versions/5sIPA1To/emi-1.1.24%2B1.21.1%2Bneoforge.jar"
|
||||
hash-format = "sha512"
|
||||
hash = "f4c45ed686fe617311d6debadcb6ace5963e66f8cfe0cfed398231f081f87407070efc7a73c8b695d158f1d87a97180737b9107a46771e77df2bc9a7dc715ebd"
|
||||
mode = "url"
|
||||
|
||||
[update]
|
||||
[update.modrinth]
|
||||
mod-id = 'fRiHVvU7'
|
||||
version = '5sIPA1To'
|
||||
mod-id = "fRiHVvU7"
|
||||
version = "5sIPA1To"
|
||||
|
||||
+10
-17
@@ -1,21 +1,14 @@
|
||||
filename = 'emiffect-neoforge-2.1.6+mc1.21.1.jar'
|
||||
name = 'EMIffect'
|
||||
side = 'client'
|
||||
x-prismlauncher-loaders = [ 'neoforge' ]
|
||||
x-prismlauncher-mc-versions = [ '1.21.1' ]
|
||||
x-prismlauncher-release-type = 'release'
|
||||
x-prismlauncher-version-number = '2.1.6+mc1.21.1'
|
||||
name = "EMIffect"
|
||||
filename = "emiffect-neoforge-2.1.6+mc1.21.1.jar"
|
||||
side = "client"
|
||||
|
||||
[download]
|
||||
hash = '60db5a6c2649d58de5514f851cda63c3bef9eb46a827f1f587cca1fa935fe9f8ef8d0fdf3ed71adb4b58193a72f9ce7ea2e9d4d83e274ee70faa6265b4c80dd6'
|
||||
hash-format = 'sha512'
|
||||
mode = 'url'
|
||||
url = 'https://cdn.modrinth.com/data/705gWllI/versions/S6Q6duUj/emiffect-neoforge-2.1.6%2Bmc1.21.1.jar'
|
||||
url = "https://cdn.modrinth.com/data/705gWllI/versions/S6Q6duUj/emiffect-neoforge-2.1.6%2Bmc1.21.1.jar"
|
||||
hash-format = "sha512"
|
||||
hash = "60db5a6c2649d58de5514f851cda63c3bef9eb46a827f1f587cca1fa935fe9f8ef8d0fdf3ed71adb4b58193a72f9ce7ea2e9d4d83e274ee70faa6265b4c80dd6"
|
||||
mode = "url"
|
||||
|
||||
[update]
|
||||
[update.modrinth]
|
||||
mod-id = '705gWllI'
|
||||
version = 'S6Q6duUj'
|
||||
|
||||
[[x-prismlauncher-dependencies]]
|
||||
addonId = 'fRiHVvU7'
|
||||
type = 'REQUIRED'
|
||||
mod-id = "705gWllI"
|
||||
version = "S6Q6duUj"
|
||||
|
||||
@@ -1,25 +1,14 @@
|
||||
filename = 'enchdesc-neoforge-1.21.1-21.1.10.jar'
|
||||
name = 'Enchantment Descriptions'
|
||||
side = 'both'
|
||||
x-prismlauncher-loaders = [ 'neoforge' ]
|
||||
x-prismlauncher-mc-versions = [ '1.21.1' ]
|
||||
x-prismlauncher-release-type = 'release'
|
||||
x-prismlauncher-version-number = '21.1.10'
|
||||
name = "Enchantment Descriptions"
|
||||
filename = "enchdesc-neoforge-1.21.1-21.1.10.jar"
|
||||
side = "both"
|
||||
|
||||
[download]
|
||||
hash = '8932647d23f19ead791a921b0793f61fd7c36601824afef060a55dad9e1ace64f1cb50bd83490d43c9dff3a34661b68b89975f8c4f36b69f36b8e44592d0ad16'
|
||||
hash-format = 'sha512'
|
||||
mode = 'url'
|
||||
url = 'https://cdn.modrinth.com/data/UVtY3ZAC/versions/OuJDPGSM/enchdesc-neoforge-1.21.1-21.1.10.jar'
|
||||
url = "https://cdn.modrinth.com/data/UVtY3ZAC/versions/OuJDPGSM/enchdesc-neoforge-1.21.1-21.1.10.jar"
|
||||
hash-format = "sha512"
|
||||
hash = "8932647d23f19ead791a921b0793f61fd7c36601824afef060a55dad9e1ace64f1cb50bd83490d43c9dff3a34661b68b89975f8c4f36b69f36b8e44592d0ad16"
|
||||
mode = "url"
|
||||
|
||||
[update]
|
||||
[update.modrinth]
|
||||
mod-id = 'UVtY3ZAC'
|
||||
version = 'OuJDPGSM'
|
||||
|
||||
[[x-prismlauncher-dependencies]]
|
||||
addonId = 'uy4Cnpcm'
|
||||
type = 'REQUIRED'
|
||||
|
||||
[[x-prismlauncher-dependencies]]
|
||||
addonId = 'aaRl8GiW'
|
||||
type = 'REQUIRED'
|
||||
mod-id = "UVtY3ZAC"
|
||||
version = "OuJDPGSM"
|
||||
|
||||
@@ -1,21 +1,14 @@
|
||||
filename = 'entity_model_features-3.2.4-1.21-neoforge.jar'
|
||||
name = '[EMF] Entity Model Features'
|
||||
side = 'client'
|
||||
x-prismlauncher-loaders = [ 'neoforge' ]
|
||||
x-prismlauncher-mc-versions = [ '1.21', '1.21.1' ]
|
||||
x-prismlauncher-release-type = 'release'
|
||||
x-prismlauncher-version-number = '3.2.4-neoforge-1.21'
|
||||
name = "[EMF] Entity Model Features"
|
||||
filename = "entity_model_features-3.2.4-1.21-neoforge.jar"
|
||||
side = "client"
|
||||
|
||||
[download]
|
||||
hash = '840866c0b5168b04713652cf31d8a8bc6ed47d9748a78e0e9f07d201e03d2a276f0edfe727a8bffebe7396595876499d8d4f420fc2ff2e71fbc45128ca6c4e11'
|
||||
hash-format = 'sha512'
|
||||
mode = 'url'
|
||||
url = 'https://cdn.modrinth.com/data/4I1XuqiY/versions/PAYgk63v/entity_model_features-3.2.4-1.21-neoforge.jar'
|
||||
url = "https://cdn.modrinth.com/data/4I1XuqiY/versions/PAYgk63v/entity_model_features-3.2.4-1.21-neoforge.jar"
|
||||
hash-format = "sha512"
|
||||
hash = "840866c0b5168b04713652cf31d8a8bc6ed47d9748a78e0e9f07d201e03d2a276f0edfe727a8bffebe7396595876499d8d4f420fc2ff2e71fbc45128ca6c4e11"
|
||||
mode = "url"
|
||||
|
||||
[update]
|
||||
[update.modrinth]
|
||||
mod-id = '4I1XuqiY'
|
||||
version = 'PAYgk63v'
|
||||
|
||||
[[x-prismlauncher-dependencies]]
|
||||
addonId = 'BVzZfTc1'
|
||||
type = 'REQUIRED'
|
||||
mod-id = "4I1XuqiY"
|
||||
version = "PAYgk63v"
|
||||
|
||||
+10
-14
@@ -1,18 +1,14 @@
|
||||
filename = 'entityculling-neoforge-1.10.5-mc1.21.1.jar'
|
||||
name = 'Entity Culling'
|
||||
side = 'client'
|
||||
x-prismlauncher-dependencies = []
|
||||
x-prismlauncher-loaders = [ 'neoforge' ]
|
||||
x-prismlauncher-mc-versions = [ '1.21.1' ]
|
||||
x-prismlauncher-release-type = 'release'
|
||||
x-prismlauncher-version-number = '1.10.5'
|
||||
name = "Entity Culling"
|
||||
filename = "entityculling-neoforge-1.10.5-mc1.21.1.jar"
|
||||
side = "client"
|
||||
|
||||
[download]
|
||||
hash = '0c22502b84b13d8ac6daffe14ac77e7306b5b7a48f5cd9b3950d9e1d60b3786104aa035fbfdb208b1c9a75ad0e356301a774da32edc3f71cb3a53e2d28fd39e6'
|
||||
hash-format = 'sha512'
|
||||
mode = 'url'
|
||||
url = 'https://cdn.modrinth.com/data/NNAgCjsB/versions/5zRIon6w/entityculling-neoforge-1.10.5-mc1.21.1.jar'
|
||||
url = "https://cdn.modrinth.com/data/NNAgCjsB/versions/5zRIon6w/entityculling-neoforge-1.10.5-mc1.21.1.jar"
|
||||
hash-format = "sha512"
|
||||
hash = "0c22502b84b13d8ac6daffe14ac77e7306b5b7a48f5cd9b3950d9e1d60b3786104aa035fbfdb208b1c9a75ad0e356301a774da32edc3f71cb3a53e2d28fd39e6"
|
||||
mode = "url"
|
||||
|
||||
[update]
|
||||
[update.modrinth]
|
||||
mod-id = 'NNAgCjsB'
|
||||
version = '5zRIon6w'
|
||||
mod-id = "NNAgCjsB"
|
||||
version = "5zRIon6w"
|
||||
|
||||
@@ -1,18 +1,14 @@
|
||||
filename = 'entity_texture_features_1.21-neoforge-7.1.jar'
|
||||
name = '[ETF] Entity Texture Features'
|
||||
side = 'client'
|
||||
x-prismlauncher-dependencies = []
|
||||
x-prismlauncher-loaders = [ 'neoforge' ]
|
||||
x-prismlauncher-mc-versions = [ '1.21', '1.21.1' ]
|
||||
x-prismlauncher-release-type = 'release'
|
||||
x-prismlauncher-version-number = '7.1-neoforge-1.21'
|
||||
name = "[ETF] Entity Texture Features"
|
||||
filename = "entity_texture_features_1.21-neoforge-7.1.jar"
|
||||
side = "client"
|
||||
|
||||
[download]
|
||||
hash = 'fc4b6a75ad57defb944d188fac78e45a33342a2c2a2b0e673c81ac370df09335d4371c8e10bea8f593da4b1f1c2fcc361c124b274ee4b3c2ae75571f00742059'
|
||||
hash-format = 'sha512'
|
||||
mode = 'url'
|
||||
url = 'https://cdn.modrinth.com/data/BVzZfTc1/versions/YEMROAHv/entity_texture_features_1.21-neoforge-7.1.jar'
|
||||
url = "https://cdn.modrinth.com/data/BVzZfTc1/versions/YEMROAHv/entity_texture_features_1.21-neoforge-7.1.jar"
|
||||
hash-format = "sha512"
|
||||
hash = "fc4b6a75ad57defb944d188fac78e45a33342a2c2a2b0e673c81ac370df09335d4371c8e10bea8f593da4b1f1c2fcc361c124b274ee4b3c2ae75571f00742059"
|
||||
mode = "url"
|
||||
|
||||
[update]
|
||||
[update.modrinth]
|
||||
mod-id = 'BVzZfTc1'
|
||||
version = 'YEMROAHv'
|
||||
mod-id = "BVzZfTc1"
|
||||
version = "YEMROAHv"
|
||||
|
||||
+10
-14
@@ -1,18 +1,14 @@
|
||||
filename = 'Essential_1-4-1_neoforge_1-21-1.jar'
|
||||
name = 'Essential Mod'
|
||||
side = 'client'
|
||||
x-prismlauncher-dependencies = []
|
||||
x-prismlauncher-loaders = [ 'neoforge' ]
|
||||
x-prismlauncher-mc-versions = [ '1.21.1' ]
|
||||
x-prismlauncher-release-type = 'release'
|
||||
x-prismlauncher-version-number = '1.4.1'
|
||||
name = "Essential Mod"
|
||||
filename = "Essential_1-4-1_neoforge_1-21-1.jar"
|
||||
side = "client"
|
||||
|
||||
[download]
|
||||
hash = '3c933e6b06286794190ac5dbf74788145c5931fee399f5e1f620a51f770fb849cce0c74622b5c4de6ca8bb62cbdf22ab9e2d6799e37b437d12eca65ef8958ed4'
|
||||
hash-format = 'sha512'
|
||||
mode = 'url'
|
||||
url = 'https://cdn.modrinth.com/data/k2ZPuTBm/versions/87kuVNPr/Essential_1-4-1_neoforge_1-21-1.jar'
|
||||
url = "https://cdn.modrinth.com/data/k2ZPuTBm/versions/87kuVNPr/Essential_1-4-1_neoforge_1-21-1.jar"
|
||||
hash-format = "sha512"
|
||||
hash = "3c933e6b06286794190ac5dbf74788145c5931fee399f5e1f620a51f770fb849cce0c74622b5c4de6ca8bb62cbdf22ab9e2d6799e37b437d12eca65ef8958ed4"
|
||||
mode = "url"
|
||||
|
||||
[update]
|
||||
[update.modrinth]
|
||||
mod-id = 'k2ZPuTBm'
|
||||
version = '87kuVNPr'
|
||||
mod-id = "k2ZPuTBm"
|
||||
version = "87kuVNPr"
|
||||
|
||||
@@ -1,18 +1,14 @@
|
||||
filename = 'evenbetternether-1.3.0-neoforge-1.21.1.jar'
|
||||
name = 'Even Better Nether'
|
||||
side = 'both'
|
||||
x-prismlauncher-dependencies = []
|
||||
x-prismlauncher-loaders = [ 'neoforge' ]
|
||||
x-prismlauncher-mc-versions = [ '1.21.1' ]
|
||||
x-prismlauncher-release-type = 'release'
|
||||
x-prismlauncher-version-number = '1.3.0'
|
||||
name = "Even Better Nether"
|
||||
filename = "evenbetternether-1.3.0-neoforge-1.21.1.jar"
|
||||
side = "both"
|
||||
|
||||
[download]
|
||||
hash = 'd14d8a0bea55c63545d9fd8b1063c949df6165d29e3496755c3c94895f9c925b9af8cbb2a5a5f1f775bacae20435a67fe77775906296defb26f59341fd4c25f0'
|
||||
hash-format = 'sha512'
|
||||
mode = 'url'
|
||||
url = 'https://cdn.modrinth.com/data/ZSdhSrVt/versions/cKXQ7dSi/evenbetternether-1.3.0-neoforge-1.21.1.jar'
|
||||
url = "https://cdn.modrinth.com/data/ZSdhSrVt/versions/cKXQ7dSi/evenbetternether-1.3.0-neoforge-1.21.1.jar"
|
||||
hash-format = "sha512"
|
||||
hash = "d14d8a0bea55c63545d9fd8b1063c949df6165d29e3496755c3c94895f9c925b9af8cbb2a5a5f1f775bacae20435a67fe77775906296defb26f59341fd4c25f0"
|
||||
mode = "url"
|
||||
|
||||
[update]
|
||||
[update.modrinth]
|
||||
mod-id = 'ZSdhSrVt'
|
||||
version = 'cKXQ7dSi'
|
||||
mod-id = "ZSdhSrVt"
|
||||
version = "cKXQ7dSi"
|
||||
|
||||
@@ -1,18 +1,14 @@
|
||||
filename = 'ExplorersCompass-1.21.1-3.4.0-neoforge.jar'
|
||||
name = "Explorer's Compass"
|
||||
side = 'both'
|
||||
x-prismlauncher-dependencies = []
|
||||
x-prismlauncher-loaders = [ 'neoforge' ]
|
||||
x-prismlauncher-mc-versions = [ '1.21.1' ]
|
||||
x-prismlauncher-release-type = 'release'
|
||||
x-prismlauncher-version-number = '1.21.1-3.4.0-neoforge'
|
||||
filename = "ExplorersCompass-1.21.1-3.4.0-neoforge.jar"
|
||||
side = "both"
|
||||
|
||||
[download]
|
||||
hash = 'a1b2e385aaacb547763441fc23e9a33a0b1d67bd32094cd605ded3fbdd1c7a0e5fc4520fdfa090c29d2d3384b685e3ead91b32d20030e45632c94145ee3ec668'
|
||||
hash-format = 'sha512'
|
||||
mode = 'url'
|
||||
url = 'https://cdn.modrinth.com/data/RV1qfVQ8/versions/hIJ2Ev1Q/ExplorersCompass-1.21.1-3.4.0-neoforge.jar'
|
||||
url = "https://cdn.modrinth.com/data/RV1qfVQ8/versions/hIJ2Ev1Q/ExplorersCompass-1.21.1-3.4.0-neoforge.jar"
|
||||
hash-format = "sha512"
|
||||
hash = "a1b2e385aaacb547763441fc23e9a33a0b1d67bd32094cd605ded3fbdd1c7a0e5fc4520fdfa090c29d2d3384b685e3ead91b32d20030e45632c94145ee3ec668"
|
||||
mode = "url"
|
||||
|
||||
[update]
|
||||
[update.modrinth]
|
||||
mod-id = 'RV1qfVQ8'
|
||||
version = 'hIJ2Ev1Q'
|
||||
mod-id = "RV1qfVQ8"
|
||||
version = "hIJ2Ev1Q"
|
||||
|
||||
@@ -1,21 +1,14 @@
|
||||
filename = 'extra-mod-integrations-all-neoforge-1.0.3+1.21.1.jar'
|
||||
name = 'EMI Addon: Extra Mod Integrations'
|
||||
side = 'client'
|
||||
x-prismlauncher-loaders = [ 'neoforge' ]
|
||||
x-prismlauncher-mc-versions = [ '1.21.1' ]
|
||||
x-prismlauncher-release-type = 'release'
|
||||
x-prismlauncher-version-number = '1.0.3+1.21.1.neoforge'
|
||||
name = "EMI Addon: Extra Mod Integrations"
|
||||
filename = "extra-mod-integrations-all-neoforge-1.0.3+1.21.1.jar"
|
||||
side = "client"
|
||||
|
||||
[download]
|
||||
hash = '9267359eefc56bdb1eca2992cba12363f54f974f27ca2031ecb0677ba4c3bcd1d563db94dd569bbdf085a8b890cd7aa681ae6f485859051565b6a2cf50adc4c8'
|
||||
hash-format = 'sha512'
|
||||
mode = 'url'
|
||||
url = 'https://cdn.modrinth.com/data/bpRHnWUb/versions/bxgGyUjY/extra-mod-integrations-all-neoforge-1.0.3%2B1.21.1.jar'
|
||||
url = "https://cdn.modrinth.com/data/bpRHnWUb/versions/bxgGyUjY/extra-mod-integrations-all-neoforge-1.0.3%2B1.21.1.jar"
|
||||
hash-format = "sha512"
|
||||
hash = "9267359eefc56bdb1eca2992cba12363f54f974f27ca2031ecb0677ba4c3bcd1d563db94dd569bbdf085a8b890cd7aa681ae6f485859051565b6a2cf50adc4c8"
|
||||
mode = "url"
|
||||
|
||||
[update]
|
||||
[update.modrinth]
|
||||
mod-id = 'bpRHnWUb'
|
||||
version = 'bxgGyUjY'
|
||||
|
||||
[[x-prismlauncher-dependencies]]
|
||||
addonId = 'fRiHVvU7'
|
||||
type = 'REQUIRED'
|
||||
mod-id = "bpRHnWUb"
|
||||
version = "bxgGyUjY"
|
||||
|
||||
Some files were not shown because too many files have changed in this diff Show More
Reference in New Issue
Block a user