Changes 2
This commit is contained in:
@@ -1,15 +1,15 @@
|
|||||||
|
|
||||||
["Elenai Dodge 2's Config"]
|
["Elenai Dodge 2's Config"]
|
||||||
#How many ticks it takes after dodging before you can dodge again
|
#How many ticks it takes after dodging before you can dodge again
|
||||||
"Dodge Cooldown" = 16
|
"Dodge Cooldown" = 0
|
||||||
#How many ticks the player is invincible for after dodging
|
#How many ticks the player is invincible for after dodging
|
||||||
"Invincibility Ticks" = 6
|
"Invincibility Ticks" = 6
|
||||||
#How many half feathers it costs to dodge
|
#How many half feathers it costs to dodge
|
||||||
"Dodge Cost" = 4
|
"Dodge Cost" = 4
|
||||||
#How far the player moves when dodging
|
#How far the player moves when dodging
|
||||||
"Dodge Strength" = 0.25
|
"Dodge Strength" = 0.35
|
||||||
#How high the player moves when dodging
|
#How high the player moves when dodging
|
||||||
"Dodge Height" = 0.2
|
"Dodge Height" = 0.4
|
||||||
#Whether the player can dodge in mid-air
|
#Whether the player can dodge in mid-air
|
||||||
"Dodge Whilst Airborne" = false
|
"Dodge Whilst Airborne" = false
|
||||||
|
|
||||||
|
|||||||
43
pack/config/additional-additions-config.json
Normal file
43
pack/config/additional-additions-config.json
Normal file
@@ -0,0 +1,43 @@
|
|||||||
|
{
|
||||||
|
"version": 8,
|
||||||
|
"FoodItems": {
|
||||||
|
"FriedEgg": false,
|
||||||
|
"BerryPie": false,
|
||||||
|
"HoneyedApple": false
|
||||||
|
},
|
||||||
|
"WateringCan": true,
|
||||||
|
"RoseGold": true,
|
||||||
|
"Ropes": false,
|
||||||
|
"EnchantmentPrecision": false,
|
||||||
|
"EnchantmentSpeed": false,
|
||||||
|
"Wrench": false,
|
||||||
|
"CopperPatina": true,
|
||||||
|
"AmethystLamp": {
|
||||||
|
"enabled": true,
|
||||||
|
"despawnChance": 0.5
|
||||||
|
},
|
||||||
|
"Crossbows": false,
|
||||||
|
"TridentShard": false,
|
||||||
|
"GlowStick": false,
|
||||||
|
"GildedNetherite": {
|
||||||
|
"enabled": false,
|
||||||
|
"fireResistancePerPiece": 2.5
|
||||||
|
},
|
||||||
|
"DepthMeter": {
|
||||||
|
"enabled": false,
|
||||||
|
"displayElevationAlways": false
|
||||||
|
},
|
||||||
|
"MysteriousBundle": true,
|
||||||
|
"CompostableRottenFlesh": true,
|
||||||
|
"MusicDiscs": true,
|
||||||
|
"NoteBlockAmethystSounds": true,
|
||||||
|
"ShipwreckSpyglassLoot": false,
|
||||||
|
"PocketJukebox": true,
|
||||||
|
"ChickenNugget": false,
|
||||||
|
"PoweredRailsCopperRecipe": true,
|
||||||
|
"GlowBerryEatGlow": {
|
||||||
|
"enabled": true,
|
||||||
|
"duration": 5
|
||||||
|
},
|
||||||
|
"HastePotions": false
|
||||||
|
}
|
||||||
44
pack/config/bits_n_bobs-common.toml
Normal file
44
pack/config/bits_n_bobs-common.toml
Normal file
@@ -0,0 +1,44 @@
|
|||||||
|
|
||||||
|
#.
|
||||||
|
#Feature flags to enable or disable certain features of the mod.
|
||||||
|
[featureFlags]
|
||||||
|
#.
|
||||||
|
#Ability for the player to create chain drives using create's cogwheels.
|
||||||
|
cogwheelChainDrives = true
|
||||||
|
#.
|
||||||
|
#Ability for the player to create chain drives using the flanged gear cogwheels.
|
||||||
|
flangedChainDrives = true
|
||||||
|
#.
|
||||||
|
#Availability of the Chain Pulley block.
|
||||||
|
chainPulley = true
|
||||||
|
#.
|
||||||
|
#Availability of the Flywheel Bearing block. (In development)
|
||||||
|
experimentalFlywheelBearing = false
|
||||||
|
#.
|
||||||
|
#Availability of the weathered girder block.
|
||||||
|
weatheredGirder = true
|
||||||
|
#.
|
||||||
|
#Availability of the girder strut blocks.
|
||||||
|
girderStrut = true
|
||||||
|
#.
|
||||||
|
#Availability of Nixie Board block.
|
||||||
|
nixieBoard = false
|
||||||
|
#.
|
||||||
|
#Availability of Large Nixie Tube block.
|
||||||
|
largeNixieTube = false
|
||||||
|
#.
|
||||||
|
#Availability of the Lightbulb block.
|
||||||
|
lightbulb = true
|
||||||
|
#.
|
||||||
|
#Availability of the Brass Lamp block.
|
||||||
|
brassLamp = true
|
||||||
|
#.
|
||||||
|
#Availability of the Headlamp block.
|
||||||
|
headlamp = true
|
||||||
|
#.
|
||||||
|
#Availability of the Chair blocks.
|
||||||
|
chairs = true
|
||||||
|
#.
|
||||||
|
#Availability of the tile decoration blocks.
|
||||||
|
tiles = true
|
||||||
|
|
||||||
75
pack/config/copycats-common.toml
Normal file
75
pack/config/copycats-common.toml
Normal file
@@ -0,0 +1,75 @@
|
|||||||
|
#.
|
||||||
|
#Disables the migration of placed copycats from old versions to new ones. Setting this to true may cause copycats to lose their textures when you upgrade this mod. Restart the game to apply changes.
|
||||||
|
disableMigration = false
|
||||||
|
|
||||||
|
#.
|
||||||
|
#Enable/disable features. Values on server override clients
|
||||||
|
[features]
|
||||||
|
#.
|
||||||
|
copycat_stacked_half_layer = true
|
||||||
|
copycat_vertical_stairs = false
|
||||||
|
copycat_byte = true
|
||||||
|
copycat_vertical_slice = false
|
||||||
|
copycat_wooden_pressure_plate = true
|
||||||
|
copycat_block = true
|
||||||
|
copycat_shaft = false
|
||||||
|
copycat_large_cogwheel = false
|
||||||
|
copycat_fence = false
|
||||||
|
copycat_wall = false
|
||||||
|
copycat_cogwheel = false
|
||||||
|
copycat_vertical_step = false
|
||||||
|
copycat_sliding_door = true
|
||||||
|
copycat_folding_door = true
|
||||||
|
copycat_slope_layer = false
|
||||||
|
copycat_light_weighted_pressure_plate = false
|
||||||
|
copycat_stairs = true
|
||||||
|
copycat_fence_gate = false
|
||||||
|
copycat_slab = true
|
||||||
|
copycat_board = false
|
||||||
|
copycat_wooden_button = true
|
||||||
|
copycat_trapdoor = true
|
||||||
|
copycat_stone_pressure_plate = true
|
||||||
|
copycat_pane = false
|
||||||
|
copycat_half_panel = false
|
||||||
|
copycat_slice = false
|
||||||
|
copycat_beam = false
|
||||||
|
copycat_door = true
|
||||||
|
copycat_iron_door = true
|
||||||
|
copycat_byte_panel = true
|
||||||
|
copycat_corner_slice = false
|
||||||
|
copycat_flat_pane = false
|
||||||
|
copycat_ghost_block = false
|
||||||
|
copycat_fluid_pipe = false
|
||||||
|
copycat_heavy_weighted_pressure_plate = false
|
||||||
|
copycat_iron_trapdoor = true
|
||||||
|
copycat_half_layer = false
|
||||||
|
copycat_stone_button = true
|
||||||
|
copycat_ladder = false
|
||||||
|
copycat_layer = false
|
||||||
|
copycat_slope = true
|
||||||
|
copycat_vertical_slope = true
|
||||||
|
copycat_vertical_half_layer = true
|
||||||
|
|
||||||
|
#.
|
||||||
|
#Enable/disable categories of features. Disabling a category hides all related features. Values on server override clients
|
||||||
|
[feature_categories]
|
||||||
|
#.
|
||||||
|
#.
|
||||||
|
#All copycats with a sloped surface
|
||||||
|
slopes = true
|
||||||
|
#.
|
||||||
|
#All copycats that support multiple materials in a single block
|
||||||
|
multistates = true
|
||||||
|
#.
|
||||||
|
#All copycats that can be resized by putting in more of the same copycat
|
||||||
|
stackables = true
|
||||||
|
#.
|
||||||
|
#All copycats that can emit a redstone signal
|
||||||
|
redstone = true
|
||||||
|
#.
|
||||||
|
#All copycats with extra functions/interactions
|
||||||
|
functional = true
|
||||||
|
#.
|
||||||
|
#All copycats mimicking blocks from Create
|
||||||
|
create = true
|
||||||
|
|
||||||
@@ -1493,7 +1493,7 @@
|
|||||||
;
|
;
|
||||||
; Anvils don't cost any xp.
|
; Anvils don't cost any xp.
|
||||||
;
|
;
|
||||||
extra.anvil_no_xp_cost=unset
|
extra.anvil_no_xp_cost=true
|
||||||
|
|
||||||
; Server Only
|
; Server Only
|
||||||
;
|
;
|
||||||
@@ -2185,7 +2185,7 @@
|
|||||||
; Removes experience. Anvils become
|
; Removes experience. Anvils become
|
||||||
; free and enchanting only costs lapis.
|
; free and enchanting only costs lapis.
|
||||||
;
|
;
|
||||||
extra.no_experience=unset
|
extra.no_experience=true
|
||||||
|
|
||||||
; Client Only
|
; Client Only
|
||||||
;
|
;
|
||||||
|
|||||||
6
pack/config/keydisabled.json
Normal file
6
pack/config/keydisabled.json
Normal file
@@ -0,0 +1,6 @@
|
|||||||
|
{
|
||||||
|
"disabledKeys": [
|
||||||
|
"key.jei.previousPage", "key.origins.primary_active", "quark.emote.facepalm", "key.trashslot.toggle", "quark.keybind.patreon_emote.dance", "key.raised.options", "key.toggleCarriedItemTooltips", "key.cofh.mode_change_decrement", "key.jei.nextCategory", "quark.keybind.patreon_emote.jet", "key.structure_gel.open_building_tool_gui", "info.structure_gel.building_tool.undo", "key.jei.showUses", "quark.emote.think", "key.jei.cheatItemStack2", "key.jei.nextRecipePage", "key.jei.previousRecipePage", "key.jei.cheatOneItem", "squake.key.toggle", "key.origins.secondary_active", "key.jei.closeRecipeGui", "key.jei.previousSearch", "key.vs_clockwork.aeronaut_goggles_toggle", "quark.emote.shrug", "key.cofh.mode_change_increment", "key.jei.nextPage", "key.valkyrienskies.ship_cruise", "inventorio.keys.rocket_boost", "key.jei.toggleEditMode", "quark.emote.yes", "key.jei.toggleOverlay", "key.jei.recipeBack", "key.jei.clearSearchBar", "key.jei.previousCategory", "key.origins.view_origin", "info.structure_gel.building_tool.redo", "quark.keybind.patreon_emote.zombie", "quark.emote.point", "key.valkyrienskies.ship_down", "quark.emote.clap", "key.jei.toggleCheatModeConfigButton", "key.jei.cheatItemStack", "key.jei.maxTransferRecipeBookmark", "key.jei.showUses2", "key.jei.showRecipe", "key.jei.toggleWildcardHideIngredient", "key.jei.cheatOneItem2", "key.jei.showRecipe2", "key.toggleVisualItemContents", "key.jei.focusSearch", "quark.emote.headbang", "key.jei.toggleHideIngredient", "key.jei.bookmark", "key.jei.transferRecipeBookmark", "key.toggleSelectedItemTooltips", "quark.emote.no", "quark.keybind.variant_selector", "key.curios.open.desc", "key.jei.nextSearch", "key.jei.copy.recipe.id", "key.jei.toggleCheatMode", "quark.keybind.patreon_emote.tpose", "quark.keybind.patreon_emote.exorcist", "quark.emote.cheer", "quark.emote.wave", "quark.emote.weep", "quark.keybind.patreon_emote.dab", "quark.emote.salute", "key.jei.toggleBookmarkOverlay"
|
||||||
|
],
|
||||||
|
"consoleLogs": false
|
||||||
|
}
|
||||||
BIN
pack/config/paxi/datapacks/overworld.zip
Normal file
BIN
pack/config/paxi/datapacks/overworld.zip
Normal file
Binary file not shown.
@@ -30,7 +30,37 @@
|
|||||||
{
|
{
|
||||||
"type": "minecraft:item",
|
"type": "minecraft:item",
|
||||||
"weight": 4,
|
"weight": 4,
|
||||||
"name": "minecraft:cake"
|
"name": "exposure:camera"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"type": "minecraft:item",
|
||||||
|
"weight": 1,
|
||||||
|
"name": "yttr:red_bloque"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"type": "minecraft:item",
|
||||||
|
"weight": 1,
|
||||||
|
"name": "yttr:blue_bloque"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"type": "minecraft:item",
|
||||||
|
"weight": 1,
|
||||||
|
"name": "yttr:magenta_bloque"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"type": "minecraft:item",
|
||||||
|
"weight": 1,
|
||||||
|
"name": "yttr:green_bloque"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"type": "minecraft:item",
|
||||||
|
"weight": 1,
|
||||||
|
"name": "yttr:cyan_bloque"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"type": "minecraft:item",
|
||||||
|
"weight": 1,
|
||||||
|
"name": "yttr:orange_bloque"
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"type": "minecraft:item",
|
"type": "minecraft:item",
|
||||||
@@ -42,6 +72,11 @@
|
|||||||
"weight": 2,
|
"weight": 2,
|
||||||
"name": "minecraft:chainmail_leggings"
|
"name": "minecraft:chainmail_leggings"
|
||||||
},
|
},
|
||||||
|
{
|
||||||
|
"type": "minecraft:item",
|
||||||
|
"weight": 2,
|
||||||
|
"name": "kitchenkarrot:dandelion_coke"
|
||||||
|
},
|
||||||
{
|
{
|
||||||
"type": "minecraft:item",
|
"type": "minecraft:item",
|
||||||
"weight": 2,
|
"weight": 2,
|
||||||
@@ -62,11 +97,6 @@
|
|||||||
"weight": 6,
|
"weight": 6,
|
||||||
"name": "minecraft:string"
|
"name": "minecraft:string"
|
||||||
},
|
},
|
||||||
{
|
|
||||||
"type": "minecraft:item",
|
|
||||||
"weight": 6,
|
|
||||||
"name": "minecraft:rotten_flesh"
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
"type": "minecraft:item",
|
"type": "minecraft:item",
|
||||||
"weight": 5,
|
"weight": 5,
|
||||||
@@ -109,9 +139,14 @@
|
|||||||
},
|
},
|
||||||
{
|
{
|
||||||
"type": "minecraft:item",
|
"type": "minecraft:item",
|
||||||
"weight": 3,
|
"weight": 1,
|
||||||
"name": "minecraft:spyglass"
|
"name": "minecraft:spyglass"
|
||||||
},
|
},
|
||||||
|
{
|
||||||
|
"type": "minecraft:item",
|
||||||
|
"weight": 1,
|
||||||
|
"name": "minecraft:pocket_jukebox"
|
||||||
|
},
|
||||||
{
|
{
|
||||||
"type": "minecraft:item",
|
"type": "minecraft:item",
|
||||||
"weight": 3,
|
"weight": 3,
|
||||||
|
|||||||
@@ -10,6 +10,6 @@
|
|||||||
],
|
],
|
||||||
"cool_down": 0,
|
"cool_down": 0,
|
||||||
"always_edible": true,
|
"always_edible": true,
|
||||||
"heal": 8,
|
"heal": 16,
|
||||||
"harm": 0
|
"harm": 0
|
||||||
}
|
}
|
||||||
|
|||||||
@@ -10,6 +10,6 @@
|
|||||||
],
|
],
|
||||||
"cool_down": 0,
|
"cool_down": 0,
|
||||||
"always_edible": true,
|
"always_edible": true,
|
||||||
"heal": 10,
|
"heal": 16,
|
||||||
"harm": 0
|
"harm": 0
|
||||||
}
|
}
|
||||||
|
|||||||
File diff suppressed because one or more lines are too long
File diff suppressed because it is too large
Load Diff
File diff suppressed because it is too large
Load Diff
@@ -2,7 +2,7 @@
|
|||||||
"type": "minecraft:crafting_shaped",
|
"type": "minecraft:crafting_shaped",
|
||||||
"category": "equipment",
|
"category": "equipment",
|
||||||
"result": {
|
"result": {
|
||||||
"id": "minecraft:chainmail_boots",
|
"item": "minecraft:chainmail_boots",
|
||||||
"count": 1
|
"count": 1
|
||||||
},
|
},
|
||||||
"pattern": [
|
"pattern": [
|
||||||
|
|||||||
@@ -2,7 +2,7 @@
|
|||||||
"type": "minecraft:crafting_shaped",
|
"type": "minecraft:crafting_shaped",
|
||||||
"category": "equipment",
|
"category": "equipment",
|
||||||
"result": {
|
"result": {
|
||||||
"id": "minecraft:chainmail_chestplate",
|
"item": "minecraft:chainmail_chestplate",
|
||||||
"count": 1
|
"count": 1
|
||||||
},
|
},
|
||||||
"pattern": [
|
"pattern": [
|
||||||
|
|||||||
@@ -2,7 +2,7 @@
|
|||||||
"type": "minecraft:crafting_shaped",
|
"type": "minecraft:crafting_shaped",
|
||||||
"category": "equipment",
|
"category": "equipment",
|
||||||
"result": {
|
"result": {
|
||||||
"id": "minecraft:chainmail_helmet",
|
"item": "minecraft:chainmail_helmet",
|
||||||
"count": 1
|
"count": 1
|
||||||
},
|
},
|
||||||
"pattern": [
|
"pattern": [
|
||||||
|
|||||||
@@ -2,7 +2,7 @@
|
|||||||
"type": "minecraft:crafting_shaped",
|
"type": "minecraft:crafting_shaped",
|
||||||
"category": "equipment",
|
"category": "equipment",
|
||||||
"result": {
|
"result": {
|
||||||
"id": "minecraft:chainmail_leggings",
|
"item": "minecraft:chainmail_leggings",
|
||||||
"count": 1
|
"count": 1
|
||||||
},
|
},
|
||||||
"pattern": [
|
"pattern": [
|
||||||
|
|||||||
@@ -0,0 +1,7 @@
|
|||||||
|
{
|
||||||
|
"criteria": {
|
||||||
|
"nope": {
|
||||||
|
"trigger": "minecraft:impossible"
|
||||||
|
}
|
||||||
|
}
|
||||||
|
}
|
||||||
@@ -0,0 +1,71 @@
|
|||||||
|
|
||||||
|
{
|
||||||
|
"parent": "yttr:root",
|
||||||
|
"display": {
|
||||||
|
"icon": {
|
||||||
|
"item": "yttr:brookite_shovel"
|
||||||
|
},
|
||||||
|
"title": {
|
||||||
|
"text": "youtube.com/watch?v=phAOxT4UEzY&t=5"
|
||||||
|
},
|
||||||
|
"description": {
|
||||||
|
"text": "Heheh that's me"
|
||||||
|
},
|
||||||
|
"frame": "task",
|
||||||
|
"show_toast": true,
|
||||||
|
"announce_to_chat": true,
|
||||||
|
"hidden": false
|
||||||
|
},
|
||||||
|
"criteria": {
|
||||||
|
"yttr:brookite": {
|
||||||
|
"trigger": "minecraft:inventory_changed",
|
||||||
|
"conditions": {
|
||||||
|
"items": [
|
||||||
|
{ "items": ["yttr:brookite"] },
|
||||||
|
{ "tag": ["yttr:brookite_ores"] }
|
||||||
|
]
|
||||||
|
}
|
||||||
|
},
|
||||||
|
"yttr:brookite_shovel": {
|
||||||
|
"trigger": "minecraft:inventory_changed",
|
||||||
|
"conditions": {
|
||||||
|
"items": [
|
||||||
|
{ "items": ["yttr:brookite_shovel"] }
|
||||||
|
]
|
||||||
|
}
|
||||||
|
},
|
||||||
|
"yttr:brookite_pickaxe": {
|
||||||
|
"trigger": "minecraft:inventory_changed",
|
||||||
|
"conditions": {
|
||||||
|
"items": [
|
||||||
|
{ "items": ["yttr:brookite_pickaxe"] }
|
||||||
|
]
|
||||||
|
}
|
||||||
|
},
|
||||||
|
"yttr:brookite_axe": {
|
||||||
|
"trigger": "minecraft:inventory_changed",
|
||||||
|
"conditions": {
|
||||||
|
"items": [
|
||||||
|
{ "items":[ "yttr:brookite_axe"] }
|
||||||
|
]
|
||||||
|
}
|
||||||
|
},
|
||||||
|
"yttr:brookite_hoe": {
|
||||||
|
"trigger": "minecraft:inventory_changed",
|
||||||
|
"conditions": {
|
||||||
|
"items": [
|
||||||
|
{ "items": ["yttr:brookite_hoe"] }
|
||||||
|
]
|
||||||
|
}
|
||||||
|
}
|
||||||
|
},
|
||||||
|
"requirements": [
|
||||||
|
[
|
||||||
|
"yttr:brookite_sword",
|
||||||
|
"yttr:brookite_shovel",
|
||||||
|
"yttr:brookite_pickaxe",
|
||||||
|
"yttr:brookite_axe",
|
||||||
|
"yttr:brookite_hoe"
|
||||||
|
]
|
||||||
|
]
|
||||||
|
}
|
||||||
@@ -0,0 +1,10 @@
|
|||||||
|
{
|
||||||
|
"type": "minecraft:blasting",
|
||||||
|
"category": "misc",
|
||||||
|
"cookingtime": 100,
|
||||||
|
"experience": 0.1,
|
||||||
|
"ingredient": {
|
||||||
|
"item": "create:crushed_raw_brookite"
|
||||||
|
},
|
||||||
|
"result": "yttr:brookite"
|
||||||
|
}
|
||||||
@@ -0,0 +1,10 @@
|
|||||||
|
{
|
||||||
|
"type": "minecraft:blasting",
|
||||||
|
"category": "misc",
|
||||||
|
"cookingtime": 100,
|
||||||
|
"experience": 0.1,
|
||||||
|
"ingredient": {
|
||||||
|
"item": "create:crushed_raw_gadolinite"
|
||||||
|
},
|
||||||
|
"result": "yttr:yttrium_ingot"
|
||||||
|
}
|
||||||
@@ -0,0 +1,18 @@
|
|||||||
|
{
|
||||||
|
"type": "create:mixing",
|
||||||
|
"heat_requirement": "heated",
|
||||||
|
"ingredients": [
|
||||||
|
{
|
||||||
|
"tag": "c:ingots/copper"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"tag": "c:ingots/tin"
|
||||||
|
}
|
||||||
|
],
|
||||||
|
"results": [
|
||||||
|
{
|
||||||
|
"count": 3,
|
||||||
|
"item": "crossroads:ingot_bronze"
|
||||||
|
}
|
||||||
|
]
|
||||||
|
}
|
||||||
@@ -0,0 +1,17 @@
|
|||||||
|
{
|
||||||
|
"type": "yttr:centrifuging",
|
||||||
|
"ingredient": {
|
||||||
|
"item": "create:crushed_raw_gadolinite"
|
||||||
|
},
|
||||||
|
"results": [
|
||||||
|
{
|
||||||
|
"item": "yttr:iron_dust"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"item": "yttr:neodymium_dust"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"item": "yttr:yttrium_dust"
|
||||||
|
}
|
||||||
|
]
|
||||||
|
}
|
||||||
@@ -0,0 +1,26 @@
|
|||||||
|
{
|
||||||
|
"type": "create:crushing",
|
||||||
|
"ingredients": [
|
||||||
|
{
|
||||||
|
"item": "yttr:brookite_ore"
|
||||||
|
}
|
||||||
|
],
|
||||||
|
"processingTime": 250,
|
||||||
|
"results": [
|
||||||
|
{
|
||||||
|
"item": "yttr:brookite"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"chance": 0.75,
|
||||||
|
"item": "yttr:brookite"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"chance": 0.75,
|
||||||
|
"item": "create:experience_nugget"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"chance": 0.125,
|
||||||
|
"item": "minecraft:cobblestone"
|
||||||
|
}
|
||||||
|
]
|
||||||
|
}
|
||||||
@@ -0,0 +1,26 @@
|
|||||||
|
{
|
||||||
|
"type": "create:crushing",
|
||||||
|
"ingredients": [
|
||||||
|
{
|
||||||
|
"item": "yttr:deepslate_brookite_ore"
|
||||||
|
}
|
||||||
|
],
|
||||||
|
"processingTime": 250,
|
||||||
|
"results": [
|
||||||
|
{
|
||||||
|
"item": "yttr:brookite"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"chance": 0.75,
|
||||||
|
"item": "yttr:brookite"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"chance": 0.75,
|
||||||
|
"item": "create:experience_nugget"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"chance": 0.125,
|
||||||
|
"item": "minecraft:cobbled_deepslate"
|
||||||
|
}
|
||||||
|
]
|
||||||
|
}
|
||||||
@@ -0,0 +1,26 @@
|
|||||||
|
{
|
||||||
|
"type": "create:crushing",
|
||||||
|
"ingredients": [
|
||||||
|
{
|
||||||
|
"item": "yttr:deepslate_gadolinite"
|
||||||
|
}
|
||||||
|
],
|
||||||
|
"processingTime": 250,
|
||||||
|
"results": [
|
||||||
|
{
|
||||||
|
"item": "create:crushed_raw_gadolinite"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"chance": 0.75,
|
||||||
|
"item": "create:crushed_raw_gadolinite"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"chance": 0.75,
|
||||||
|
"item": "create:experience_nugget"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"chance": 0.125,
|
||||||
|
"item": "minecraft:cobbled_deepslate"
|
||||||
|
}
|
||||||
|
]
|
||||||
|
}
|
||||||
@@ -0,0 +1,26 @@
|
|||||||
|
{
|
||||||
|
"type": "create:crushing",
|
||||||
|
"ingredients": [
|
||||||
|
{
|
||||||
|
"item": "yttr:gadolinite"
|
||||||
|
}
|
||||||
|
],
|
||||||
|
"processingTime": 250,
|
||||||
|
"results": [
|
||||||
|
{
|
||||||
|
"item": "create:crushed_raw_gadolinite"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"chance": 0.75,
|
||||||
|
"item": "create:crushed_raw_gadolinite"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"chance": 0.75,
|
||||||
|
"item": "create:experience_nugget"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"chance": 0.125,
|
||||||
|
"item": "minecraft:cobblestone"
|
||||||
|
}
|
||||||
|
]
|
||||||
|
}
|
||||||
@@ -0,0 +1,18 @@
|
|||||||
|
{
|
||||||
|
"type": "create:crushing",
|
||||||
|
"ingredients": [
|
||||||
|
{
|
||||||
|
"item": "yttr:raw_gadolinite"
|
||||||
|
}
|
||||||
|
],
|
||||||
|
"processingTime": 400,
|
||||||
|
"results": [
|
||||||
|
{
|
||||||
|
"item": "create:crushed_raw_gadolinite"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"chance": 0.75,
|
||||||
|
"item": "create:experience_nugget"
|
||||||
|
}
|
||||||
|
]
|
||||||
|
}
|
||||||
@@ -0,0 +1,18 @@
|
|||||||
|
{
|
||||||
|
"type": "create:mixing",
|
||||||
|
"heat_requirement": "heated",
|
||||||
|
"ingredients": [
|
||||||
|
{
|
||||||
|
"tag": "c:ingots/copper"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"tag": "c:ingots/iron"
|
||||||
|
}
|
||||||
|
],
|
||||||
|
"results": [
|
||||||
|
{
|
||||||
|
"count": 3,
|
||||||
|
"item": "yttr:cuprosteel_ingot"
|
||||||
|
}
|
||||||
|
]
|
||||||
|
}
|
||||||
@@ -0,0 +1,10 @@
|
|||||||
|
{
|
||||||
|
"type": "minecraft:smelting",
|
||||||
|
"category": "misc",
|
||||||
|
"cookingtime": 200,
|
||||||
|
"experience": 0.1,
|
||||||
|
"ingredient": {
|
||||||
|
"item": "create:crushed_raw_gadolinite"
|
||||||
|
},
|
||||||
|
"result": "yttr:xl_iron_ingot"
|
||||||
|
}
|
||||||
@@ -0,0 +1,10 @@
|
|||||||
|
{
|
||||||
|
"type": "minecraft:smelting",
|
||||||
|
"category": "misc",
|
||||||
|
"cookingtime": 200,
|
||||||
|
"experience": 0.1,
|
||||||
|
"ingredient": {
|
||||||
|
"item": "create:crushed_raw_brookite"
|
||||||
|
},
|
||||||
|
"result": "yttr:brookite"
|
||||||
|
}
|
||||||
@@ -0,0 +1,18 @@
|
|||||||
|
{
|
||||||
|
"type": "create:splashing",
|
||||||
|
"ingredients": [
|
||||||
|
{
|
||||||
|
"item": "create:crushed_raw_gadolinite"
|
||||||
|
}
|
||||||
|
],
|
||||||
|
"results": [
|
||||||
|
{
|
||||||
|
"count": 16,
|
||||||
|
"item": "minecraft:iron_nugget"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"chance": 0.75,
|
||||||
|
"item": "yttr:neodymium_dust"
|
||||||
|
}
|
||||||
|
]
|
||||||
|
}
|
||||||
@@ -0,0 +1,16 @@
|
|||||||
|
{
|
||||||
|
"values": [
|
||||||
|
"minecraft:bundle",
|
||||||
|
"supplementaries:sack",
|
||||||
|
"minecraft:spyglass",
|
||||||
|
"tetra:basic_workbench",
|
||||||
|
"tetra:modular_toolbelt",
|
||||||
|
"supplementaries:lunch_basket",
|
||||||
|
"yttr:brookite_pickaxe",
|
||||||
|
"supplementaries:rope_arrow",
|
||||||
|
"toms_storage:ts.storage_terminal",
|
||||||
|
"supplementaries:quiver",
|
||||||
|
"minecraft:leather_leggings",
|
||||||
|
"minecraft:leather_boots"
|
||||||
|
]
|
||||||
|
}
|
||||||
13
pack/config/paxi/resourcepacks/simple-create-radios.pw.toml
Normal file
13
pack/config/paxi/resourcepacks/simple-create-radios.pw.toml
Normal file
@@ -0,0 +1,13 @@
|
|||||||
|
name = "Simple Create Radios"
|
||||||
|
filename = "Simple Create Radios V2.01.zip"
|
||||||
|
side = "client"
|
||||||
|
|
||||||
|
[download]
|
||||||
|
url = "https://cdn.modrinth.com/data/FeyRzQr8/versions/9UeChR5k/Simple%20Create%20Radios%20V2.01.zip"
|
||||||
|
hash-format = "sha512"
|
||||||
|
hash = "7f73207c26ffe3f3a6502a3d8de500ce904610773e4d963b6e8d52885559b2c655e9beacf20a678f2a003fab2072d3ff9b20666c3f91ce099e5b08acfac612d9"
|
||||||
|
|
||||||
|
[update]
|
||||||
|
[update.modrinth]
|
||||||
|
mod-id = "FeyRzQr8"
|
||||||
|
version = "9UeChR5k"
|
||||||
@@ -140,7 +140,7 @@
|
|||||||
"Variant Ladders" = true
|
"Variant Ladders" = true
|
||||||
"Vertical Planks" = false
|
"Vertical Planks" = false
|
||||||
"Vertical Slabs" = false
|
"Vertical Slabs" = false
|
||||||
"Wooden Posts" = true
|
"Wooden Posts" = false
|
||||||
"More Stone Variants" = false
|
"More Stone Variants" = false
|
||||||
|
|
||||||
[building.celebratory_lamps]
|
[building.celebratory_lamps]
|
||||||
@@ -766,7 +766,7 @@
|
|||||||
"Smelt Raw Ore Blocks" = true
|
"Smelt Raw Ore Blocks" = true
|
||||||
|
|
||||||
[world]
|
[world]
|
||||||
"Ancient Wood" = false
|
"Ancient Wood" = true
|
||||||
"Azalea Wood" = true
|
"Azalea Wood" = true
|
||||||
"Big Stone Clusters" = false
|
"Big Stone Clusters" = false
|
||||||
"Blossom Trees" = true
|
"Blossom Trees" = true
|
||||||
@@ -779,7 +779,7 @@
|
|||||||
"Nether Obsidian Spikes" = false
|
"Nether Obsidian Spikes" = false
|
||||||
"New Stone Types" = false
|
"New Stone Types" = false
|
||||||
"No More Lava Pockets" = true
|
"No More Lava Pockets" = true
|
||||||
Permafrost = false
|
Permafrost = true
|
||||||
"Spiral Spires" = true
|
"Spiral Spires" = true
|
||||||
|
|
||||||
[world.ancient_wood]
|
[world.ancient_wood]
|
||||||
|
|||||||
917
pack/config/raised.json
Normal file
917
pack/config/raised.json
Normal file
@@ -0,0 +1,917 @@
|
|||||||
|
{
|
||||||
|
"layers": {
|
||||||
|
"additionaladditions:additionalspyglass": {
|
||||||
|
"displacement": {
|
||||||
|
"x": 0,
|
||||||
|
"y": 0
|
||||||
|
},
|
||||||
|
"direction": {
|
||||||
|
"x": "NONE",
|
||||||
|
"y": "NONE"
|
||||||
|
},
|
||||||
|
"sync": "additionaladditions:additionalspyglass"
|
||||||
|
},
|
||||||
|
"biomancy:charge_bar": {
|
||||||
|
"displacement": {
|
||||||
|
"x": 0,
|
||||||
|
"y": 0
|
||||||
|
},
|
||||||
|
"direction": {
|
||||||
|
"x": "NONE",
|
||||||
|
"y": "NONE"
|
||||||
|
},
|
||||||
|
"sync": "biomancy:charge_bar"
|
||||||
|
},
|
||||||
|
"biomancy:frenzy": {
|
||||||
|
"displacement": {
|
||||||
|
"x": 0,
|
||||||
|
"y": 0
|
||||||
|
},
|
||||||
|
"direction": {
|
||||||
|
"x": "NONE",
|
||||||
|
"y": "NONE"
|
||||||
|
},
|
||||||
|
"sync": "biomancy:frenzy"
|
||||||
|
},
|
||||||
|
"biomancy:gun": {
|
||||||
|
"displacement": {
|
||||||
|
"x": 0,
|
||||||
|
"y": 0
|
||||||
|
},
|
||||||
|
"direction": {
|
||||||
|
"x": "NONE",
|
||||||
|
"y": "NONE"
|
||||||
|
},
|
||||||
|
"sync": "biomancy:gun"
|
||||||
|
},
|
||||||
|
"biomancy:injector": {
|
||||||
|
"displacement": {
|
||||||
|
"x": 0,
|
||||||
|
"y": 0
|
||||||
|
},
|
||||||
|
"direction": {
|
||||||
|
"x": "NONE",
|
||||||
|
"y": "NONE"
|
||||||
|
},
|
||||||
|
"sync": "biomancy:injector"
|
||||||
|
},
|
||||||
|
"biomancy:inside_block": {
|
||||||
|
"displacement": {
|
||||||
|
"x": 0,
|
||||||
|
"y": 0
|
||||||
|
},
|
||||||
|
"direction": {
|
||||||
|
"x": "NONE",
|
||||||
|
"y": "NONE"
|
||||||
|
},
|
||||||
|
"sync": "biomancy:inside_block"
|
||||||
|
},
|
||||||
|
"biomancy:knowledge": {
|
||||||
|
"displacement": {
|
||||||
|
"x": 0,
|
||||||
|
"y": 0
|
||||||
|
},
|
||||||
|
"direction": {
|
||||||
|
"x": "NONE",
|
||||||
|
"y": "NONE"
|
||||||
|
},
|
||||||
|
"sync": "biomancy:knowledge"
|
||||||
|
},
|
||||||
|
"blue_skies:nature_arc_health_bonus": {
|
||||||
|
"displacement": {
|
||||||
|
"x": 0,
|
||||||
|
"y": 0
|
||||||
|
},
|
||||||
|
"direction": {
|
||||||
|
"x": "NONE",
|
||||||
|
"y": "NONE"
|
||||||
|
},
|
||||||
|
"sync": "blue_skies:nature_arc_health_bonus"
|
||||||
|
},
|
||||||
|
"botania:hud": {
|
||||||
|
"displacement": {
|
||||||
|
"x": 0,
|
||||||
|
"y": 0
|
||||||
|
},
|
||||||
|
"direction": {
|
||||||
|
"x": "NONE",
|
||||||
|
"y": "NONE"
|
||||||
|
},
|
||||||
|
"sync": "botania:hud"
|
||||||
|
},
|
||||||
|
"create:blueprint": {
|
||||||
|
"displacement": {
|
||||||
|
"x": 0,
|
||||||
|
"y": 0
|
||||||
|
},
|
||||||
|
"direction": {
|
||||||
|
"x": "NONE",
|
||||||
|
"y": "NONE"
|
||||||
|
},
|
||||||
|
"sync": "create:blueprint"
|
||||||
|
},
|
||||||
|
"create:goggle_info": {
|
||||||
|
"displacement": {
|
||||||
|
"x": 0,
|
||||||
|
"y": 0
|
||||||
|
},
|
||||||
|
"direction": {
|
||||||
|
"x": "NONE",
|
||||||
|
"y": "NONE"
|
||||||
|
},
|
||||||
|
"sync": "create:goggle_info"
|
||||||
|
},
|
||||||
|
"create:linked_controller": {
|
||||||
|
"displacement": {
|
||||||
|
"x": 0,
|
||||||
|
"y": 0
|
||||||
|
},
|
||||||
|
"direction": {
|
||||||
|
"x": "NONE",
|
||||||
|
"y": "NONE"
|
||||||
|
},
|
||||||
|
"sync": "create:linked_controller"
|
||||||
|
},
|
||||||
|
"create:remaining_air": {
|
||||||
|
"displacement": {
|
||||||
|
"x": 0,
|
||||||
|
"y": 0
|
||||||
|
},
|
||||||
|
"direction": {
|
||||||
|
"x": "NONE",
|
||||||
|
"y": "NONE"
|
||||||
|
},
|
||||||
|
"sync": "create:remaining_air"
|
||||||
|
},
|
||||||
|
"create:schematic": {
|
||||||
|
"displacement": {
|
||||||
|
"x": 0,
|
||||||
|
"y": 0
|
||||||
|
},
|
||||||
|
"direction": {
|
||||||
|
"x": "NONE",
|
||||||
|
"y": "NONE"
|
||||||
|
},
|
||||||
|
"sync": "create:schematic"
|
||||||
|
},
|
||||||
|
"create:toolbox": {
|
||||||
|
"displacement": {
|
||||||
|
"x": 0,
|
||||||
|
"y": 0
|
||||||
|
},
|
||||||
|
"direction": {
|
||||||
|
"x": "NONE",
|
||||||
|
"y": "NONE"
|
||||||
|
},
|
||||||
|
"sync": "create:toolbox"
|
||||||
|
},
|
||||||
|
"create:track_placement": {
|
||||||
|
"displacement": {
|
||||||
|
"x": 0,
|
||||||
|
"y": 0
|
||||||
|
},
|
||||||
|
"direction": {
|
||||||
|
"x": "NONE",
|
||||||
|
"y": "NONE"
|
||||||
|
},
|
||||||
|
"sync": "create:track_placement"
|
||||||
|
},
|
||||||
|
"create:train_hud": {
|
||||||
|
"displacement": {
|
||||||
|
"x": 0,
|
||||||
|
"y": 0
|
||||||
|
},
|
||||||
|
"direction": {
|
||||||
|
"x": "NONE",
|
||||||
|
"y": "NONE"
|
||||||
|
},
|
||||||
|
"sync": "create:train_hud"
|
||||||
|
},
|
||||||
|
"create:value_settings": {
|
||||||
|
"displacement": {
|
||||||
|
"x": 0,
|
||||||
|
"y": 0
|
||||||
|
},
|
||||||
|
"direction": {
|
||||||
|
"x": "NONE",
|
||||||
|
"y": "NONE"
|
||||||
|
},
|
||||||
|
"sync": "create:value_settings"
|
||||||
|
},
|
||||||
|
"crossroads:crossroad_beam_tool_overlay": {
|
||||||
|
"displacement": {
|
||||||
|
"x": 0,
|
||||||
|
"y": 0
|
||||||
|
},
|
||||||
|
"direction": {
|
||||||
|
"x": "NONE",
|
||||||
|
"y": "NONE"
|
||||||
|
},
|
||||||
|
"sync": "crossroads:crossroad_beam_tool_overlay"
|
||||||
|
},
|
||||||
|
"crossroads:crossroad_multi_line_overlay": {
|
||||||
|
"displacement": {
|
||||||
|
"x": 0,
|
||||||
|
"y": 0
|
||||||
|
},
|
||||||
|
"direction": {
|
||||||
|
"x": "NONE",
|
||||||
|
"y": "NONE"
|
||||||
|
},
|
||||||
|
"sync": "crossroads:crossroad_multi_line_overlay"
|
||||||
|
},
|
||||||
|
"cynosure:cynosure_overlays_air_level": {
|
||||||
|
"displacement": {
|
||||||
|
"x": 0,
|
||||||
|
"y": 0
|
||||||
|
},
|
||||||
|
"direction": {
|
||||||
|
"x": "NONE",
|
||||||
|
"y": "NONE"
|
||||||
|
},
|
||||||
|
"sync": "cynosure:cynosure_overlays_air_level"
|
||||||
|
},
|
||||||
|
"cynosure:cynosure_overlays_armor_level": {
|
||||||
|
"displacement": {
|
||||||
|
"x": 0,
|
||||||
|
"y": 0
|
||||||
|
},
|
||||||
|
"direction": {
|
||||||
|
"x": "NONE",
|
||||||
|
"y": "NONE"
|
||||||
|
},
|
||||||
|
"sync": "cynosure:cynosure_overlays_armor_level"
|
||||||
|
},
|
||||||
|
"cynosure:cynosure_overlays_boss_event_progress": {
|
||||||
|
"displacement": {
|
||||||
|
"x": 0,
|
||||||
|
"y": 0
|
||||||
|
},
|
||||||
|
"direction": {
|
||||||
|
"x": "NONE",
|
||||||
|
"y": "NONE"
|
||||||
|
},
|
||||||
|
"sync": "cynosure:cynosure_overlays_boss_event_progress"
|
||||||
|
},
|
||||||
|
"cynosure:cynosure_overlays_chat_panel": {
|
||||||
|
"displacement": {
|
||||||
|
"x": 0,
|
||||||
|
"y": 0
|
||||||
|
},
|
||||||
|
"direction": {
|
||||||
|
"x": "NONE",
|
||||||
|
"y": "NONE"
|
||||||
|
},
|
||||||
|
"sync": "cynosure:cynosure_overlays_chat_panel"
|
||||||
|
},
|
||||||
|
"cynosure:cynosure_overlays_crosshair": {
|
||||||
|
"displacement": {
|
||||||
|
"x": 0,
|
||||||
|
"y": 0
|
||||||
|
},
|
||||||
|
"direction": {
|
||||||
|
"x": "NONE",
|
||||||
|
"y": "NONE"
|
||||||
|
},
|
||||||
|
"sync": "cynosure:cynosure_overlays_crosshair"
|
||||||
|
},
|
||||||
|
"cynosure:cynosure_overlays_debug_text": {
|
||||||
|
"displacement": {
|
||||||
|
"x": 0,
|
||||||
|
"y": 0
|
||||||
|
},
|
||||||
|
"direction": {
|
||||||
|
"x": "NONE",
|
||||||
|
"y": "NONE"
|
||||||
|
},
|
||||||
|
"sync": "cynosure:cynosure_overlays_debug_text"
|
||||||
|
},
|
||||||
|
"cynosure:cynosure_overlays_experience_bar": {
|
||||||
|
"displacement": {
|
||||||
|
"x": 0,
|
||||||
|
"y": 0
|
||||||
|
},
|
||||||
|
"direction": {
|
||||||
|
"x": "NONE",
|
||||||
|
"y": "NONE"
|
||||||
|
},
|
||||||
|
"sync": "cynosure:cynosure_overlays_experience_bar"
|
||||||
|
},
|
||||||
|
"cynosure:cynosure_overlays_food_level": {
|
||||||
|
"displacement": {
|
||||||
|
"x": 0,
|
||||||
|
"y": 0
|
||||||
|
},
|
||||||
|
"direction": {
|
||||||
|
"x": "NONE",
|
||||||
|
"y": "NONE"
|
||||||
|
},
|
||||||
|
"sync": "cynosure:cynosure_overlays_food_level"
|
||||||
|
},
|
||||||
|
"cynosure:cynosure_overlays_frostbite": {
|
||||||
|
"displacement": {
|
||||||
|
"x": 0,
|
||||||
|
"y": 0
|
||||||
|
},
|
||||||
|
"direction": {
|
||||||
|
"x": "NONE",
|
||||||
|
"y": "NONE"
|
||||||
|
},
|
||||||
|
"sync": "cynosure:cynosure_overlays_frostbite"
|
||||||
|
},
|
||||||
|
"cynosure:cynosure_overlays_helmet": {
|
||||||
|
"displacement": {
|
||||||
|
"x": 0,
|
||||||
|
"y": 0
|
||||||
|
},
|
||||||
|
"direction": {
|
||||||
|
"x": "NONE",
|
||||||
|
"y": "NONE"
|
||||||
|
},
|
||||||
|
"sync": "cynosure:cynosure_overlays_helmet"
|
||||||
|
},
|
||||||
|
"cynosure:cynosure_overlays_hotbar": {
|
||||||
|
"displacement": {
|
||||||
|
"x": 0,
|
||||||
|
"y": 0
|
||||||
|
},
|
||||||
|
"direction": {
|
||||||
|
"x": "NONE",
|
||||||
|
"y": "NONE"
|
||||||
|
},
|
||||||
|
"sync": "cynosure:cynosure_overlays_hotbar"
|
||||||
|
},
|
||||||
|
"cynosure:cynosure_overlays_item_name": {
|
||||||
|
"displacement": {
|
||||||
|
"x": 0,
|
||||||
|
"y": 0
|
||||||
|
},
|
||||||
|
"direction": {
|
||||||
|
"x": "NONE",
|
||||||
|
"y": "NONE"
|
||||||
|
},
|
||||||
|
"sync": "cynosure:cynosure_overlays_item_name"
|
||||||
|
},
|
||||||
|
"cynosure:cynosure_overlays_jump_bar": {
|
||||||
|
"displacement": {
|
||||||
|
"x": 0,
|
||||||
|
"y": 0
|
||||||
|
},
|
||||||
|
"direction": {
|
||||||
|
"x": "NONE",
|
||||||
|
"y": "NONE"
|
||||||
|
},
|
||||||
|
"sync": "cynosure:cynosure_overlays_jump_bar"
|
||||||
|
},
|
||||||
|
"cynosure:cynosure_overlays_mount_health": {
|
||||||
|
"displacement": {
|
||||||
|
"x": 0,
|
||||||
|
"y": 0
|
||||||
|
},
|
||||||
|
"direction": {
|
||||||
|
"x": "NONE",
|
||||||
|
"y": "NONE"
|
||||||
|
},
|
||||||
|
"sync": "cynosure:cynosure_overlays_mount_health"
|
||||||
|
},
|
||||||
|
"cynosure:cynosure_overlays_player_health": {
|
||||||
|
"displacement": {
|
||||||
|
"x": 0,
|
||||||
|
"y": 0
|
||||||
|
},
|
||||||
|
"direction": {
|
||||||
|
"x": "NONE",
|
||||||
|
"y": "NONE"
|
||||||
|
},
|
||||||
|
"sync": "cynosure:cynosure_overlays_player_health"
|
||||||
|
},
|
||||||
|
"cynosure:cynosure_overlays_player_list": {
|
||||||
|
"displacement": {
|
||||||
|
"x": 0,
|
||||||
|
"y": 0
|
||||||
|
},
|
||||||
|
"direction": {
|
||||||
|
"x": "NONE",
|
||||||
|
"y": "NONE"
|
||||||
|
},
|
||||||
|
"sync": "cynosure:cynosure_overlays_player_list"
|
||||||
|
},
|
||||||
|
"cynosure:cynosure_overlays_portal": {
|
||||||
|
"displacement": {
|
||||||
|
"x": 0,
|
||||||
|
"y": 0
|
||||||
|
},
|
||||||
|
"direction": {
|
||||||
|
"x": "NONE",
|
||||||
|
"y": "NONE"
|
||||||
|
},
|
||||||
|
"sync": "cynosure:cynosure_overlays_portal"
|
||||||
|
},
|
||||||
|
"cynosure:cynosure_overlays_potion_icons": {
|
||||||
|
"displacement": {
|
||||||
|
"x": 0,
|
||||||
|
"y": 0
|
||||||
|
},
|
||||||
|
"direction": {
|
||||||
|
"x": "NONE",
|
||||||
|
"y": "NONE"
|
||||||
|
},
|
||||||
|
"sync": "cynosure:cynosure_overlays_potion_icons"
|
||||||
|
},
|
||||||
|
"cynosure:cynosure_overlays_record_overlay": {
|
||||||
|
"displacement": {
|
||||||
|
"x": 0,
|
||||||
|
"y": 0
|
||||||
|
},
|
||||||
|
"direction": {
|
||||||
|
"x": "NONE",
|
||||||
|
"y": "NONE"
|
||||||
|
},
|
||||||
|
"sync": "cynosure:cynosure_overlays_record_overlay"
|
||||||
|
},
|
||||||
|
"cynosure:cynosure_overlays_scoreboard": {
|
||||||
|
"displacement": {
|
||||||
|
"x": 0,
|
||||||
|
"y": 0
|
||||||
|
},
|
||||||
|
"direction": {
|
||||||
|
"x": "NONE",
|
||||||
|
"y": "NONE"
|
||||||
|
},
|
||||||
|
"sync": "cynosure:cynosure_overlays_scoreboard"
|
||||||
|
},
|
||||||
|
"cynosure:cynosure_overlays_sleep_fade": {
|
||||||
|
"displacement": {
|
||||||
|
"x": 0,
|
||||||
|
"y": 0
|
||||||
|
},
|
||||||
|
"direction": {
|
||||||
|
"x": "NONE",
|
||||||
|
"y": "NONE"
|
||||||
|
},
|
||||||
|
"sync": "cynosure:cynosure_overlays_sleep_fade"
|
||||||
|
},
|
||||||
|
"cynosure:cynosure_overlays_spyglass": {
|
||||||
|
"displacement": {
|
||||||
|
"x": 0,
|
||||||
|
"y": 0
|
||||||
|
},
|
||||||
|
"direction": {
|
||||||
|
"x": "NONE",
|
||||||
|
"y": "NONE"
|
||||||
|
},
|
||||||
|
"sync": "cynosure:cynosure_overlays_spyglass"
|
||||||
|
},
|
||||||
|
"cynosure:cynosure_overlays_subtitles": {
|
||||||
|
"displacement": {
|
||||||
|
"x": 0,
|
||||||
|
"y": 0
|
||||||
|
},
|
||||||
|
"direction": {
|
||||||
|
"x": "NONE",
|
||||||
|
"y": "NONE"
|
||||||
|
},
|
||||||
|
"sync": "cynosure:cynosure_overlays_subtitles"
|
||||||
|
},
|
||||||
|
"cynosure:cynosure_overlays_title_text": {
|
||||||
|
"displacement": {
|
||||||
|
"x": 0,
|
||||||
|
"y": 0
|
||||||
|
},
|
||||||
|
"direction": {
|
||||||
|
"x": "NONE",
|
||||||
|
"y": "NONE"
|
||||||
|
},
|
||||||
|
"sync": "cynosure:cynosure_overlays_title_text"
|
||||||
|
},
|
||||||
|
"cynosure:cynosure_overlays_vignette": {
|
||||||
|
"displacement": {
|
||||||
|
"x": 0,
|
||||||
|
"y": 0
|
||||||
|
},
|
||||||
|
"direction": {
|
||||||
|
"x": "NONE",
|
||||||
|
"y": "NONE"
|
||||||
|
},
|
||||||
|
"sync": "cynosure:cynosure_overlays_vignette"
|
||||||
|
},
|
||||||
|
"feathers:feathers": {
|
||||||
|
"displacement": {
|
||||||
|
"x": 0,
|
||||||
|
"y": 0
|
||||||
|
},
|
||||||
|
"direction": {
|
||||||
|
"x": "NONE",
|
||||||
|
"y": "DOWN"
|
||||||
|
},
|
||||||
|
"sync": "feathers:feathers"
|
||||||
|
},
|
||||||
|
"inventorio:inventorio_hotbar_addons": {
|
||||||
|
"displacement": {
|
||||||
|
"x": 0,
|
||||||
|
"y": 0
|
||||||
|
},
|
||||||
|
"direction": {
|
||||||
|
"x": "NONE",
|
||||||
|
"y": "NONE"
|
||||||
|
},
|
||||||
|
"sync": "inventorio:inventorio_hotbar_addons"
|
||||||
|
},
|
||||||
|
"minecraft:bossbar": {
|
||||||
|
"displacement": {
|
||||||
|
"x": 0,
|
||||||
|
"y": 0
|
||||||
|
},
|
||||||
|
"direction": {
|
||||||
|
"x": "NONE",
|
||||||
|
"y": "DOWN"
|
||||||
|
},
|
||||||
|
"sync": "minecraft:bossbar"
|
||||||
|
},
|
||||||
|
"minecraft:chat": {
|
||||||
|
"displacement": {
|
||||||
|
"x": 0,
|
||||||
|
"y": 0
|
||||||
|
},
|
||||||
|
"direction": {
|
||||||
|
"x": "NONE",
|
||||||
|
"y": "UP"
|
||||||
|
},
|
||||||
|
"sync": "minecraft:chat"
|
||||||
|
},
|
||||||
|
"minecraft:effects": {
|
||||||
|
"displacement": {
|
||||||
|
"x": 0,
|
||||||
|
"y": 0
|
||||||
|
},
|
||||||
|
"direction": {
|
||||||
|
"x": "LEFT",
|
||||||
|
"y": "DOWN"
|
||||||
|
},
|
||||||
|
"sync": "minecraft:effects"
|
||||||
|
},
|
||||||
|
"minecraft:hotbar": {
|
||||||
|
"displacement": {
|
||||||
|
"x": 0,
|
||||||
|
"y": 2
|
||||||
|
},
|
||||||
|
"direction": {
|
||||||
|
"x": "NONE",
|
||||||
|
"y": "UP"
|
||||||
|
},
|
||||||
|
"sync": "minecraft:hotbar"
|
||||||
|
},
|
||||||
|
"minecraft:other": {
|
||||||
|
"displacement": {
|
||||||
|
"x": 0,
|
||||||
|
"y": 0
|
||||||
|
},
|
||||||
|
"direction": {
|
||||||
|
"x": "NONE",
|
||||||
|
"y": "NONE"
|
||||||
|
},
|
||||||
|
"sync": "minecraft:other"
|
||||||
|
},
|
||||||
|
"minecraft:players": {
|
||||||
|
"displacement": {
|
||||||
|
"x": 0,
|
||||||
|
"y": 0
|
||||||
|
},
|
||||||
|
"direction": {
|
||||||
|
"x": "NONE",
|
||||||
|
"y": "DOWN"
|
||||||
|
},
|
||||||
|
"sync": "minecraft:players"
|
||||||
|
},
|
||||||
|
"minecraft:sidebar": {
|
||||||
|
"displacement": {
|
||||||
|
"x": 0,
|
||||||
|
"y": 0
|
||||||
|
},
|
||||||
|
"direction": {
|
||||||
|
"x": "LEFT",
|
||||||
|
"y": "NONE"
|
||||||
|
},
|
||||||
|
"sync": "minecraft:sidebar"
|
||||||
|
},
|
||||||
|
"minecraft:subtitles": {
|
||||||
|
"displacement": {
|
||||||
|
"x": 0,
|
||||||
|
"y": 0
|
||||||
|
},
|
||||||
|
"direction": {
|
||||||
|
"x": "LEFT",
|
||||||
|
"y": "UP"
|
||||||
|
},
|
||||||
|
"sync": "minecraft:subtitles"
|
||||||
|
},
|
||||||
|
"minecraft:titles": {
|
||||||
|
"displacement": {
|
||||||
|
"x": 0,
|
||||||
|
"y": 0
|
||||||
|
},
|
||||||
|
"direction": {
|
||||||
|
"x": "NONE",
|
||||||
|
"y": "NONE"
|
||||||
|
},
|
||||||
|
"sync": "minecraft:titles"
|
||||||
|
},
|
||||||
|
"minecraft:toasts": {
|
||||||
|
"displacement": {
|
||||||
|
"x": 0,
|
||||||
|
"y": 0
|
||||||
|
},
|
||||||
|
"direction": {
|
||||||
|
"x": "LEFT",
|
||||||
|
"y": "DOWN"
|
||||||
|
},
|
||||||
|
"sync": "minecraft:toasts"
|
||||||
|
},
|
||||||
|
"modonomicon:multiblock_hud": {
|
||||||
|
"displacement": {
|
||||||
|
"x": 0,
|
||||||
|
"y": 0
|
||||||
|
},
|
||||||
|
"direction": {
|
||||||
|
"x": "NONE",
|
||||||
|
"y": "NONE"
|
||||||
|
},
|
||||||
|
"sync": "modonomicon:multiblock_hud"
|
||||||
|
},
|
||||||
|
"patchouli:book_right_click": {
|
||||||
|
"displacement": {
|
||||||
|
"x": 0,
|
||||||
|
"y": 0
|
||||||
|
},
|
||||||
|
"direction": {
|
||||||
|
"x": "NONE",
|
||||||
|
"y": "NONE"
|
||||||
|
},
|
||||||
|
"sync": "patchouli:book_right_click"
|
||||||
|
},
|
||||||
|
"patchouli:multiblock_progress": {
|
||||||
|
"displacement": {
|
||||||
|
"x": 0,
|
||||||
|
"y": 0
|
||||||
|
},
|
||||||
|
"direction": {
|
||||||
|
"x": "NONE",
|
||||||
|
"y": "NONE"
|
||||||
|
},
|
||||||
|
"sync": "patchouli:multiblock_progress"
|
||||||
|
},
|
||||||
|
"pneumaticcraft:jackhammer": {
|
||||||
|
"displacement": {
|
||||||
|
"x": 0,
|
||||||
|
"y": 0
|
||||||
|
},
|
||||||
|
"direction": {
|
||||||
|
"x": "NONE",
|
||||||
|
"y": "NONE"
|
||||||
|
},
|
||||||
|
"sync": "pneumaticcraft:jackhammer"
|
||||||
|
},
|
||||||
|
"pneumaticcraft:minigun": {
|
||||||
|
"displacement": {
|
||||||
|
"x": 0,
|
||||||
|
"y": 0
|
||||||
|
},
|
||||||
|
"direction": {
|
||||||
|
"x": "NONE",
|
||||||
|
"y": "NONE"
|
||||||
|
},
|
||||||
|
"sync": "pneumaticcraft:minigun"
|
||||||
|
},
|
||||||
|
"pneumaticcraft:pneumatic_armor": {
|
||||||
|
"displacement": {
|
||||||
|
"x": 0,
|
||||||
|
"y": 0
|
||||||
|
},
|
||||||
|
"direction": {
|
||||||
|
"x": "NONE",
|
||||||
|
"y": "NONE"
|
||||||
|
},
|
||||||
|
"sync": "pneumaticcraft:pneumatic_armor"
|
||||||
|
},
|
||||||
|
"structure_gel:building_tool_overlay": {
|
||||||
|
"displacement": {
|
||||||
|
"x": 0,
|
||||||
|
"y": 0
|
||||||
|
},
|
||||||
|
"direction": {
|
||||||
|
"x": "NONE",
|
||||||
|
"y": "NONE"
|
||||||
|
},
|
||||||
|
"sync": "structure_gel:building_tool_overlay"
|
||||||
|
},
|
||||||
|
"supplementaries:cannon_charge_overlay": {
|
||||||
|
"displacement": {
|
||||||
|
"x": 0,
|
||||||
|
"y": 0
|
||||||
|
},
|
||||||
|
"direction": {
|
||||||
|
"x": "NONE",
|
||||||
|
"y": "NONE"
|
||||||
|
},
|
||||||
|
"sync": "supplementaries:cannon_charge_overlay"
|
||||||
|
},
|
||||||
|
"supplementaries:quiver_overlay": {
|
||||||
|
"displacement": {
|
||||||
|
"x": 0,
|
||||||
|
"y": 0
|
||||||
|
},
|
||||||
|
"direction": {
|
||||||
|
"x": "NONE",
|
||||||
|
"y": "NONE"
|
||||||
|
},
|
||||||
|
"sync": "supplementaries:quiver_overlay"
|
||||||
|
},
|
||||||
|
"supplementaries:slimed_overlay": {
|
||||||
|
"displacement": {
|
||||||
|
"x": 0,
|
||||||
|
"y": 0
|
||||||
|
},
|
||||||
|
"direction": {
|
||||||
|
"x": "NONE",
|
||||||
|
"y": "NONE"
|
||||||
|
},
|
||||||
|
"sync": "supplementaries:slimed_overlay"
|
||||||
|
},
|
||||||
|
"tetra:ability_overlays": {
|
||||||
|
"displacement": {
|
||||||
|
"x": 0,
|
||||||
|
"y": 0
|
||||||
|
},
|
||||||
|
"direction": {
|
||||||
|
"x": "NONE",
|
||||||
|
"y": "NONE"
|
||||||
|
},
|
||||||
|
"sync": "tetra:ability_overlays"
|
||||||
|
},
|
||||||
|
"tetra:block_progresss": {
|
||||||
|
"displacement": {
|
||||||
|
"x": 0,
|
||||||
|
"y": 0
|
||||||
|
},
|
||||||
|
"direction": {
|
||||||
|
"x": "NONE",
|
||||||
|
"y": "NONE"
|
||||||
|
},
|
||||||
|
"sync": "tetra:block_progresss"
|
||||||
|
},
|
||||||
|
"tetra:booster": {
|
||||||
|
"displacement": {
|
||||||
|
"x": 0,
|
||||||
|
"y": 0
|
||||||
|
},
|
||||||
|
"direction": {
|
||||||
|
"x": "NONE",
|
||||||
|
"y": "NONE"
|
||||||
|
},
|
||||||
|
"sync": "tetra:booster"
|
||||||
|
},
|
||||||
|
"tetra:crossbow": {
|
||||||
|
"displacement": {
|
||||||
|
"x": 0,
|
||||||
|
"y": 0
|
||||||
|
},
|
||||||
|
"direction": {
|
||||||
|
"x": "NONE",
|
||||||
|
"y": "NONE"
|
||||||
|
},
|
||||||
|
"sync": "tetra:crossbow"
|
||||||
|
},
|
||||||
|
"tetra:howling": {
|
||||||
|
"displacement": {
|
||||||
|
"x": 0,
|
||||||
|
"y": 0
|
||||||
|
},
|
||||||
|
"direction": {
|
||||||
|
"x": "NONE",
|
||||||
|
"y": "NONE"
|
||||||
|
},
|
||||||
|
"sync": "tetra:howling"
|
||||||
|
},
|
||||||
|
"tetra:multiblock_schematic": {
|
||||||
|
"displacement": {
|
||||||
|
"x": 0,
|
||||||
|
"y": 0
|
||||||
|
},
|
||||||
|
"direction": {
|
||||||
|
"x": "NONE",
|
||||||
|
"y": "NONE"
|
||||||
|
},
|
||||||
|
"sync": "tetra:multiblock_schematic"
|
||||||
|
},
|
||||||
|
"tetra:ranged_progresss": {
|
||||||
|
"displacement": {
|
||||||
|
"x": 0,
|
||||||
|
"y": 0
|
||||||
|
},
|
||||||
|
"direction": {
|
||||||
|
"x": "NONE",
|
||||||
|
"y": "NONE"
|
||||||
|
},
|
||||||
|
"sync": "tetra:ranged_progresss"
|
||||||
|
},
|
||||||
|
"tetra:scanner": {
|
||||||
|
"displacement": {
|
||||||
|
"x": 0,
|
||||||
|
"y": 0
|
||||||
|
},
|
||||||
|
"direction": {
|
||||||
|
"x": "NONE",
|
||||||
|
"y": "NONE"
|
||||||
|
},
|
||||||
|
"sync": "tetra:scanner"
|
||||||
|
},
|
||||||
|
"tetra:secondary_interaction": {
|
||||||
|
"displacement": {
|
||||||
|
"x": 0,
|
||||||
|
"y": 0
|
||||||
|
},
|
||||||
|
"direction": {
|
||||||
|
"x": "NONE",
|
||||||
|
"y": "NONE"
|
||||||
|
},
|
||||||
|
"sync": "tetra:secondary_interaction"
|
||||||
|
},
|
||||||
|
"tetra:toolbelt": {
|
||||||
|
"displacement": {
|
||||||
|
"x": 0,
|
||||||
|
"y": 0
|
||||||
|
},
|
||||||
|
"direction": {
|
||||||
|
"x": "NONE",
|
||||||
|
"y": "NONE"
|
||||||
|
},
|
||||||
|
"sync": "tetra:toolbelt"
|
||||||
|
},
|
||||||
|
"twilightforest:quest_ram_indicator": {
|
||||||
|
"displacement": {
|
||||||
|
"x": 0,
|
||||||
|
"y": 0
|
||||||
|
},
|
||||||
|
"direction": {
|
||||||
|
"x": "NONE",
|
||||||
|
"y": "NONE"
|
||||||
|
},
|
||||||
|
"sync": "twilightforest:quest_ram_indicator"
|
||||||
|
},
|
||||||
|
"vs_clockwork:gravitron": {
|
||||||
|
"displacement": {
|
||||||
|
"x": 0,
|
||||||
|
"y": 0
|
||||||
|
},
|
||||||
|
"direction": {
|
||||||
|
"x": "NONE",
|
||||||
|
"y": "NONE"
|
||||||
|
},
|
||||||
|
"sync": "vs_clockwork:gravitron"
|
||||||
|
},
|
||||||
|
"vs_clockwork:wanderwand": {
|
||||||
|
"displacement": {
|
||||||
|
"x": 0,
|
||||||
|
"y": 0
|
||||||
|
},
|
||||||
|
"direction": {
|
||||||
|
"x": "NONE",
|
||||||
|
"y": "NONE"
|
||||||
|
},
|
||||||
|
"sync": "vs_clockwork:wanderwand"
|
||||||
|
},
|
||||||
|
"xaerominimap:xaero": {
|
||||||
|
"displacement": {
|
||||||
|
"x": 0,
|
||||||
|
"y": 0
|
||||||
|
},
|
||||||
|
"direction": {
|
||||||
|
"x": "NONE",
|
||||||
|
"y": "NONE"
|
||||||
|
},
|
||||||
|
"sync": "xaerominimap:xaero"
|
||||||
|
},
|
||||||
|
"xaeroworldmap:xaero_wm_crosshair_message": {
|
||||||
|
"displacement": {
|
||||||
|
"x": 0,
|
||||||
|
"y": 0
|
||||||
|
},
|
||||||
|
"direction": {
|
||||||
|
"x": "NONE",
|
||||||
|
"y": "NONE"
|
||||||
|
},
|
||||||
|
"sync": "xaeroworldmap:xaero_wm_crosshair_message"
|
||||||
|
},
|
||||||
|
"yungscavebiomes:buffeted": {
|
||||||
|
"displacement": {
|
||||||
|
"x": 0,
|
||||||
|
"y": 0
|
||||||
|
},
|
||||||
|
"direction": {
|
||||||
|
"x": "NONE",
|
||||||
|
"y": "NONE"
|
||||||
|
},
|
||||||
|
"sync": "yungscavebiomes:buffeted"
|
||||||
|
}
|
||||||
|
}
|
||||||
|
}
|
||||||
35
pack/config/sawmill-common.toml
Normal file
35
pack/config/sawmill-common.toml
Normal file
@@ -0,0 +1,35 @@
|
|||||||
|
|
||||||
|
[general]
|
||||||
|
#Sort recipes following cretive tab order. Could cause issue in the case when, for whatever reason, creative other would differ from server to client.Additionally Neoforge has a bug where this stuff won't work on servers. Use Forge instead!
|
||||||
|
sort_recipes = true
|
||||||
|
#Save sawmill recipes to disk. Enable this if you are the author of a modpack and want to disable dynamic recipe generation. To do so just turn of that config, turn this one on and after booting up the game just copy the generated recipes in the generated folder in your own datapack, then turn off this config
|
||||||
|
save_recipes = false
|
||||||
|
#Generates Sawmill recipes dynamically. Remove this if you plan to add all of them manually instead. Can speed up boot time slightly
|
||||||
|
dynamic_recipes = false
|
||||||
|
#Allow crafting non-block items
|
||||||
|
allow_non_blocks = true
|
||||||
|
#Allows crafting non wood variant items (crafting table for example)
|
||||||
|
allow_non_variant = true
|
||||||
|
#List of Mod ids you want to completely exclude from sawmill recipes. All recipes from these mods will be ignored. Use to remove mods with many recipes as sawmill can display at most 255 at onceFor more fine control use the sawmill:blacklist item tag
|
||||||
|
mods_blacklist = ["framedblocks"]
|
||||||
|
#Makes so planks recipes can only craft items with 1 input plank. Disable to allow more recipes
|
||||||
|
limit_planks_input_to_one = true
|
||||||
|
#Makes Sawmill GUI slightly wider
|
||||||
|
wider_gui = true
|
||||||
|
#Determines if GUI will have search bar or not. Automatic only enables the bar statically when you have enough mods that add wood recipes. Dynamic changes the gui dynamically depending on how many recipe its displaying
|
||||||
|
#Allowed Values: OFF, ON, AUTOMATIC, DYNAMIC
|
||||||
|
search_bar_mode = "ON"
|
||||||
|
#At how many recipes the search bar should appear
|
||||||
|
#Range: 0 ~ 200
|
||||||
|
search_bar_threshold = 32
|
||||||
|
#Maximum discount that sawmill will given when converting recipes. Unit is percentage of input item
|
||||||
|
#Range: 0.0 ~ 1.0
|
||||||
|
max_discount = 0.35
|
||||||
|
#Ignore all custom ingredient types when scanning recipes.Turn this on if some recipes are missing.
|
||||||
|
ignore_custom_ingredients = false
|
||||||
|
|
||||||
|
#This is a map of wood object type to its cost in planks. Its used to add some discount to some special blocks.Change this if say you want all fences to cost 1 plank. Not all keys will work here bt you can try modded ones if you hae Every Compat
|
||||||
|
[general.special_recipe_costs]
|
||||||
|
stairs = 1.0
|
||||||
|
boat = 4.0
|
||||||
|
|
||||||
@@ -8,10 +8,10 @@
|
|||||||
#if enabled, holding jump while swimming at the surface of water allows you to glide
|
#if enabled, holding jump while swimming at the surface of water allows you to glide
|
||||||
sharkingEnabled = true
|
sharkingEnabled = true
|
||||||
#if enabled, holding sneak while jumping will convert your horizontal speed into vertical speed
|
#if enabled, holding sneak while jumping will convert your horizontal speed into vertical speed
|
||||||
trimpEnabled = true
|
trimpEnabled = false
|
||||||
#a higher value means you can turn more sharply in the air without losing speed
|
#a higher value means you can turn more sharply in the air without losing speed
|
||||||
#Range: 0.0 ~ 1.7976931348623157E308
|
#Range: 0.0 ~ 1.7976931348623157E308
|
||||||
airAccelerate = 14.0
|
airAccelerate = 18.0
|
||||||
#a higher value means faster air acceleration
|
#a higher value means faster air acceleration
|
||||||
#Range: 0.0 ~ 1.7976931348623157E308
|
#Range: 0.0 ~ 1.7976931348623157E308
|
||||||
maxAirAccelerationPerTick = 0.045
|
maxAirAccelerationPerTick = 0.045
|
||||||
@@ -20,13 +20,13 @@
|
|||||||
groundAccelerate = 10.0
|
groundAccelerate = 10.0
|
||||||
#see uncappedBunnyhopEnabled; if you ever jump while above the hard cap speed (moveSpeed*hardCapThreshold), your speed is set to the hard cap speed
|
#see uncappedBunnyhopEnabled; if you ever jump while above the hard cap speed (moveSpeed*hardCapThreshold), your speed is set to the hard cap speed
|
||||||
#Range: 0.0 ~ 1.7976931348623157E308
|
#Range: 0.0 ~ 1.7976931348623157E308
|
||||||
hardCapThreshold = 16.0
|
hardCapThreshold = 14.0
|
||||||
#see uncappedBunnyhopEnabled and softCapDegen; soft cap speed = (moveSpeed*softCapThreshold)
|
#see uncappedBunnyhopEnabled and softCapDegen; soft cap speed = (moveSpeed*softCapThreshold)
|
||||||
#Range: 0.0 ~ 1.7976931348623157E308
|
#Range: 0.0 ~ 1.7976931348623157E308
|
||||||
softCapThreshold = 16.0
|
softCapThreshold = 14.0
|
||||||
#the modifier used to calculate speed lost when jumping above the soft cap
|
#the modifier used to calculate speed lost when jumping above the soft cap
|
||||||
#Range: 0.0 ~ 1.7976931348623157E308
|
#Range: 0.0 ~ 1.7976931348623157E308
|
||||||
softCapDegen = 0.65
|
softCapDegen = 0.4
|
||||||
#amount of friction while sharking (between 0 and 1)
|
#amount of friction while sharking (between 0 and 1)
|
||||||
#Range: 0.0 ~ 1.0
|
#Range: 0.0 ~ 1.0
|
||||||
sharkingWaterFriction = 0.3
|
sharkingWaterFriction = 0.3
|
||||||
@@ -35,7 +35,7 @@
|
|||||||
sharkingSurfaceTension = 0.2
|
sharkingSurfaceTension = 0.2
|
||||||
#a lower value means less horizontal speed converted to vertical speed and vice versa
|
#a lower value means less horizontal speed converted to vertical speed and vice versa
|
||||||
#Range: 0.0 ~ 1.7976931348623157E308
|
#Range: 0.0 ~ 1.7976931348623157E308
|
||||||
trimpMultiplier = 0.7
|
trimpMultiplier = 0.4
|
||||||
#increases the distance needed to fall in order to take fall damage; this is a server-side setting
|
#increases the distance needed to fall in order to take fall damage; this is a server-side setting
|
||||||
#Range: 0.0 ~ 1.7976931348623157E308
|
#Range: 0.0 ~ 1.7976931348623157E308
|
||||||
fallDistanceThresholdIncrease = 0.0
|
fallDistanceThresholdIncrease = 0.0
|
||||||
|
|||||||
78
pack/config/structurify.json
Normal file
78
pack/config/structurify.json
Normal file
@@ -0,0 +1,78 @@
|
|||||||
|
{
|
||||||
|
"config_version": "2.0.17",
|
||||||
|
"config_datetime": "2026-02-02_22-04-19",
|
||||||
|
"general": {
|
||||||
|
"disable_all_structures": false,
|
||||||
|
"prevent_structure_overlap": false,
|
||||||
|
"enable_global_spacing_and_separation_modifier": false,
|
||||||
|
"global_spacing_and_separation_modifier": 1.0
|
||||||
|
},
|
||||||
|
"structure_namespaces": [],
|
||||||
|
"structures": [
|
||||||
|
{
|
||||||
|
"name": "minecraft:village_desert",
|
||||||
|
"is_disabled": true,
|
||||||
|
"whitelisted_biomes": [],
|
||||||
|
"blacklisted_biomes": [],
|
||||||
|
"step": "surface_structures",
|
||||||
|
"terrain_adaptation": "beard_thin"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"name": "minecraft:village_plains",
|
||||||
|
"is_disabled": true,
|
||||||
|
"whitelisted_biomes": [],
|
||||||
|
"blacklisted_biomes": [],
|
||||||
|
"step": "surface_structures",
|
||||||
|
"terrain_adaptation": "beard_thin"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"name": "minecraft:village_savanna",
|
||||||
|
"is_disabled": true,
|
||||||
|
"whitelisted_biomes": [],
|
||||||
|
"blacklisted_biomes": [],
|
||||||
|
"step": "surface_structures",
|
||||||
|
"terrain_adaptation": "beard_thin"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"name": "minecraft:village_snowy",
|
||||||
|
"is_disabled": true,
|
||||||
|
"whitelisted_biomes": [],
|
||||||
|
"blacklisted_biomes": [],
|
||||||
|
"step": "surface_structures",
|
||||||
|
"terrain_adaptation": "beard_thin"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"name": "minecraft:village_taiga",
|
||||||
|
"is_disabled": true,
|
||||||
|
"whitelisted_biomes": [],
|
||||||
|
"blacklisted_biomes": [],
|
||||||
|
"step": "surface_structures",
|
||||||
|
"terrain_adaptation": "beard_thin"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"name": "repurposed_structures:village_dark_forest",
|
||||||
|
"is_disabled": true,
|
||||||
|
"whitelisted_biomes": [],
|
||||||
|
"blacklisted_biomes": [],
|
||||||
|
"step": "surface_structures",
|
||||||
|
"terrain_adaptation": "beard_thin"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"name": "repurposed_structures:village_jungle",
|
||||||
|
"is_disabled": true,
|
||||||
|
"whitelisted_biomes": [],
|
||||||
|
"blacklisted_biomes": [],
|
||||||
|
"step": "surface_structures",
|
||||||
|
"terrain_adaptation": "beard_thin"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"name": "repurposed_structures:village_swamp",
|
||||||
|
"is_disabled": true,
|
||||||
|
"whitelisted_biomes": [],
|
||||||
|
"blacklisted_biomes": [],
|
||||||
|
"step": "top_layer_modification",
|
||||||
|
"terrain_adaptation": "beard_thin"
|
||||||
|
}
|
||||||
|
],
|
||||||
|
"structure_sets": []
|
||||||
|
}
|
||||||
681
pack/config/supplementaries-common.toml
Normal file
681
pack/config/supplementaries-common.toml
Normal file
@@ -0,0 +1,681 @@
|
|||||||
|
|
||||||
|
[redstone]
|
||||||
|
wind_vane = true
|
||||||
|
clock_block = true
|
||||||
|
redstone_illuminator = true
|
||||||
|
crank = true
|
||||||
|
cog_block = true
|
||||||
|
gold_door = true
|
||||||
|
gold_trapdoor = true
|
||||||
|
lock_block = true
|
||||||
|
relayer = true
|
||||||
|
|
||||||
|
[redstone.speaker_block]
|
||||||
|
enabled = true
|
||||||
|
#Enable/disable speaker block narrator mode
|
||||||
|
narrator_enabled = true
|
||||||
|
#Max text
|
||||||
|
#Range: 0 ~ 10000
|
||||||
|
max_text = 32
|
||||||
|
#Maximum block range
|
||||||
|
#Range: 0 ~ 100000000
|
||||||
|
range = 64
|
||||||
|
|
||||||
|
[redstone.bellows]
|
||||||
|
enabled = true
|
||||||
|
#bellows pushes air following this equation:
|
||||||
|
#air=(sin(2PI*ticks/period)<0), with period = base_period-(redstone_power-1)*power_scaling
|
||||||
|
#represents base period at 1 power
|
||||||
|
#Range: 1 ~ 512
|
||||||
|
base_period = 78
|
||||||
|
#entities with velocity greater than this won't be pushed
|
||||||
|
#Range: 0.0 ~ 16.0
|
||||||
|
power_scaling = 2.0
|
||||||
|
#velocity increase uses this equation:
|
||||||
|
#vel = base_vel*((range-entity_distance)/range) with base_vel = base_velocity_scaling/period
|
||||||
|
#note that the block will push further the faster it's pulsing
|
||||||
|
#Range: 0.0 ~ 64.0
|
||||||
|
base_velocity_scaling = 5.0
|
||||||
|
#maximum range
|
||||||
|
#note that it will still only keep alive the two fire blocks closer to it
|
||||||
|
#Range: 0 ~ 16
|
||||||
|
range = 5
|
||||||
|
|
||||||
|
[redstone.spring_launcher]
|
||||||
|
enabled = true
|
||||||
|
#spring launcher launch speed
|
||||||
|
#Range: 0.0 ~ 16.0
|
||||||
|
velocity = 1.5
|
||||||
|
#fall distance needed to trigger the automatic spring launch
|
||||||
|
#Range: 0 ~ 512
|
||||||
|
fall_height_required = 5
|
||||||
|
|
||||||
|
[redstone.enderman_head]
|
||||||
|
enabled = true
|
||||||
|
drop_head = true
|
||||||
|
#Time to increase 1 power level when being looked at
|
||||||
|
#Range: 0 ~ 10000
|
||||||
|
ticks_to_increase_power = 15
|
||||||
|
#do enderman heads work when looked from any side?
|
||||||
|
work_from_any_side = false
|
||||||
|
|
||||||
|
[redstone.turn_table]
|
||||||
|
enabled = true
|
||||||
|
#can rotate entities standing on it?
|
||||||
|
rotate_entities = true
|
||||||
|
#Allows turn table to shuffle containers content when rotated over horizontal axis
|
||||||
|
shuffle_containers = true
|
||||||
|
|
||||||
|
[redstone.pulley_block]
|
||||||
|
enabled = true
|
||||||
|
#Chance for a new mineshaft elevator piece to spawn
|
||||||
|
#Range: 0.0 ~ 1.0
|
||||||
|
mineshaft_elevator = 0.035
|
||||||
|
|
||||||
|
[redstone.dispenser_minecart]
|
||||||
|
enabled = true
|
||||||
|
#Makes projectiles shot from dispenser minecart retain the minecart velocity and be shot at an angle when the minecart is on a rail slope
|
||||||
|
adjust_projectile_angle = true
|
||||||
|
|
||||||
|
[redstone.faucet]
|
||||||
|
enabled = true
|
||||||
|
#Turn off to prevent faucets from dropping items
|
||||||
|
spill_items = true
|
||||||
|
#Allows faucets to fill entities inventories
|
||||||
|
fill_entities_below = false
|
||||||
|
|
||||||
|
[redstone.crystal_display]
|
||||||
|
enabled = true
|
||||||
|
#Allows chaining 2 crystal displays, letting one power the other to its left IF its own power exceeds 10. Given power will be its own divided by 10. Note that to work the decimal display must NOT have power directly behind it. Doing so will override the behavior to non chaining mode
|
||||||
|
chaining = true
|
||||||
|
|
||||||
|
[functional]
|
||||||
|
fodder = true
|
||||||
|
hourglass = true
|
||||||
|
|
||||||
|
[functional.rope]
|
||||||
|
#Allows ropes to be supported & attached to solid block sides
|
||||||
|
block_side_attachment = true
|
||||||
|
#Makes sliding down ropes as fast as free falling, still negating fall damage
|
||||||
|
slide_on_fall = true
|
||||||
|
#In case you want to disable supplementaries ropes you can specify here another mod rope and they will be used for rope arrows and in mineshafts instead
|
||||||
|
rope_override = "supplementaries:rope"
|
||||||
|
#Enables horizontal placement of ropes. Disabling will make ropes always non solid
|
||||||
|
horizontal_ropes = true
|
||||||
|
#Use this config to turn allow supplementaries to replace all items tagged as #supplementaies:ropes with supplementaries own rope or turn them to air instead. This is applied to all loot tables (chests and drops)
|
||||||
|
#Allowed Values: REPLACE, NONE, REMOVE
|
||||||
|
replace_in_loot_tables = "NONE"
|
||||||
|
|
||||||
|
[functional.jar]
|
||||||
|
enabled = true
|
||||||
|
#Jar liquid capacity: leave at 12 for pixel accuracy
|
||||||
|
#Range: 0 ~ 1024
|
||||||
|
capacity = 12
|
||||||
|
#Allow right click to instantly eat or drink food or potions inside a placed jar.
|
||||||
|
#Disable if you think this ability is op (honey for example). Cookies are excluded
|
||||||
|
drink_from_jar = false
|
||||||
|
#Allows the player to directly drink from jar items
|
||||||
|
drink_from_jar_item = false
|
||||||
|
#Dynamically allows all small mobs inside jars depending on their hitbox size
|
||||||
|
jar_auto_detect = false
|
||||||
|
#Allow Jars to capture small mobs
|
||||||
|
jar_capture = true
|
||||||
|
#Allow Jars to hold cookies
|
||||||
|
jar_cookies = true
|
||||||
|
#Allow Jars to hold liquids from bottles, buckets and bowls
|
||||||
|
jar_liquids = true
|
||||||
|
|
||||||
|
[functional.cage]
|
||||||
|
enabled = true
|
||||||
|
#Allows all entities to be captured by cages and jars. Not meant for survival
|
||||||
|
allow_all_mobs = false
|
||||||
|
#Allows all baby mobs to be captured by cages
|
||||||
|
cage_allow_all_babies = false
|
||||||
|
#Dynamically allows all small mobs inside cages depending on their hitbox size
|
||||||
|
cage_auto_detect = false
|
||||||
|
#Makes it so all (hostile) mobs captured by cages and jars will be set to persistent so they won't despawn when released
|
||||||
|
persistent_mobs = false
|
||||||
|
#Health percentage under which mobs will be allowed to be captured by cages and jars. Leave at 100 to accept any health level
|
||||||
|
#Range: 1 ~ 100
|
||||||
|
health_threshold = 100
|
||||||
|
#When on, if a mob is tameable, it will only be capturable when tamed.
|
||||||
|
require_taming = true
|
||||||
|
|
||||||
|
[functional.safe]
|
||||||
|
enabled = true
|
||||||
|
#Makes safes only breakable by their owner or by a player in creative
|
||||||
|
prevent_breaking = false
|
||||||
|
#Make safes simpler so they do not require keys:
|
||||||
|
#they will be bound to the first person that opens one and only that person will be able to interact with them
|
||||||
|
simple_safes = false
|
||||||
|
|
||||||
|
[functional.sack]
|
||||||
|
enabled = true
|
||||||
|
#Penalize the player with slowness effect when carrying too many sacks
|
||||||
|
sack_penalty = true
|
||||||
|
#Maximum number of sacks after which the overencumbered effect will be applied. Each multiple of this number will increase the effect strength by one
|
||||||
|
#Range: 0 ~ 50
|
||||||
|
sack_increment = 2
|
||||||
|
#How many slots should a sack have
|
||||||
|
#Range: 1 ~ 27
|
||||||
|
slots = 9
|
||||||
|
|
||||||
|
[functional.bamboo_spikes]
|
||||||
|
enabled = true
|
||||||
|
tipped_spikes = true
|
||||||
|
#Allows entities killed by spikes to drop loot as if they were killed by a player
|
||||||
|
player_loot = false
|
||||||
|
#Alternative mode for bamboo spikes. Allows only harmful effects to be applied on them and they obtain infinite durability
|
||||||
|
only_allow_harmful_effects = true
|
||||||
|
#Populate the creative inventory with all tipped spikes variations
|
||||||
|
populate_creative_tab = true
|
||||||
|
|
||||||
|
[functional.urn]
|
||||||
|
enabled = true
|
||||||
|
#Chance for an urn to spawn a critter from the urn_spawn tag
|
||||||
|
#Range: 0.0 ~ 1.0
|
||||||
|
critter_spawn_chance = 0.01
|
||||||
|
cave_urns = true
|
||||||
|
|
||||||
|
[functional.soap]
|
||||||
|
enabled = true
|
||||||
|
#Dyed Bock types that cannot be cleaned with soap
|
||||||
|
clean_blacklist = ["minecraft:glazed_terracotta", "botania:mystical_flower", "mna:chimerite_crystal", "botania:floating_flower", ",minecraft:mushroom", "botania:mushroom", "botania:tall_mystical_flower", "botania:petal_block", "morered:network_cable", "xycraft_world:glowing_shiny_aurey_block", "xycraft_world:shiny_aurey_block", "xycraft_world:rgb_lamp", "xycraft_world:glowing_rgb_viewer", "xycraft_world:glowing_matte_rgb_block", "xycraft_world:rgb_lamp_pole"]
|
||||||
|
|
||||||
|
#This is a map of special blocks that can be cleaned with soap
|
||||||
|
[functional.soap.special_blocks]
|
||||||
|
"quark:dirty_glass_pane" = "minecraft:glass_pane"
|
||||||
|
"quark:dirty_glass" = "minecraft:glass"
|
||||||
|
"#alexscaves:cave_paintings" = "alexscaves:smooth_limestone"
|
||||||
|
|
||||||
|
[functional.cannon]
|
||||||
|
enabled = true
|
||||||
|
#Makes TNT-like block shot from a cannon explode on impact
|
||||||
|
#Allowed Values: IGNITE, IGNITE_ON_IMPACT, NONE
|
||||||
|
explode_tnt = "IGNITE"
|
||||||
|
#Cannon fire power multiplier
|
||||||
|
#Range: 0.0 ~ 5.0
|
||||||
|
fire_power = 0.6
|
||||||
|
#Time for a cannon to fire a projectile after it has been lit up
|
||||||
|
#Range: 0 ~ 500
|
||||||
|
fuse_time = 40
|
||||||
|
#Time for a cannon to be able to fire again after it has been fired
|
||||||
|
#Range: 0 ~ 500
|
||||||
|
cooldown = 60
|
||||||
|
music_disc_heave_ho = true
|
||||||
|
|
||||||
|
[functional.cannon.cannonball]
|
||||||
|
enabled = true
|
||||||
|
#Cannonball power scaling. Higher values will make cannonballs have more energy. Reminder that the damage and breaking power of a cannonball is proportional to its energy (speed squared) times this constant
|
||||||
|
#Range: 0.0 ~ 100.0
|
||||||
|
power_scaling = 3.5
|
||||||
|
#Radius of the 'explosion' when a cannonball hits a block. Set to 0 to disable
|
||||||
|
#Range: 0.0 ~ 10.0
|
||||||
|
break_radius = 1.1
|
||||||
|
|
||||||
|
[functional.present]
|
||||||
|
enabled = true
|
||||||
|
trapped_present = true
|
||||||
|
|
||||||
|
[functional.flax]
|
||||||
|
enabled = true
|
||||||
|
wild_flax = true
|
||||||
|
|
||||||
|
[functional.lumisene]
|
||||||
|
enabled = true
|
||||||
|
#Gives the flammable effext also when merely stepping on lumisene. Turning this off if you think effects are not something that should be applied like that and just by drinking it.
|
||||||
|
#Range: 0 ~ 10000
|
||||||
|
flammable_from_lumisene_block_duration = 50
|
||||||
|
|
||||||
|
[functional.lumisene.lumisene_bottle]
|
||||||
|
#Enables lumisene bottles and the flammable effect and lumisene bottles. Turn off if you think its over the top and doesnt match with existing effects
|
||||||
|
enabled = true
|
||||||
|
#Duration of the flammable effect when you drink a lumisene bottle
|
||||||
|
#Range: 0 ~ 10000
|
||||||
|
flammable_duration = 300
|
||||||
|
#Duration of the glowing effect when you drink a lumisene bottle
|
||||||
|
#Range: 0 ~ 10000
|
||||||
|
glowing_duration = 200
|
||||||
|
|
||||||
|
[building]
|
||||||
|
lapis_bricks = true
|
||||||
|
deepslate_lamp = true
|
||||||
|
end_stone_lamp = true
|
||||||
|
blackstone_lamp = true
|
||||||
|
stone_lamp = true
|
||||||
|
stone_tile = true
|
||||||
|
blackstone_tile = true
|
||||||
|
bunting = true
|
||||||
|
sconce = true
|
||||||
|
sconce_lever = true
|
||||||
|
pancake = true
|
||||||
|
checker_block = true
|
||||||
|
raked_gravel = true
|
||||||
|
feather_block = true
|
||||||
|
statue = true
|
||||||
|
doormat = true
|
||||||
|
flint_block = true
|
||||||
|
fine_wood = true
|
||||||
|
candle_holder = false
|
||||||
|
fire_pit = true
|
||||||
|
wicker_fence = true
|
||||||
|
|
||||||
|
[building.blackboard]
|
||||||
|
enabled = true
|
||||||
|
#Enable to draw directly on a blackboard using any dye. Gui still only works in black and white
|
||||||
|
colored_blackboard = false
|
||||||
|
#Interaction mode for blackboards
|
||||||
|
#Allowed Values: BOTH, GUI, MANUAL
|
||||||
|
interaction_mode = "BOTH"
|
||||||
|
|
||||||
|
[building.gravel_bricks]
|
||||||
|
enabled = true
|
||||||
|
|
||||||
|
[building.slidy_block]
|
||||||
|
enabled = true
|
||||||
|
#Slidy block speed
|
||||||
|
#Range: 0.0 ~ 1.0
|
||||||
|
speed = 0.125
|
||||||
|
|
||||||
|
[building.timber_frame]
|
||||||
|
enabled = true
|
||||||
|
#Allow placing a timber frame directly on a block by holding shift
|
||||||
|
swap_on_shift = false
|
||||||
|
#Allows axes to remove a framed block leaving the contained block intact
|
||||||
|
axes_strip = true
|
||||||
|
#Replace a timber frame with wattle and daub block when daub is placed in it
|
||||||
|
replace_daub = true
|
||||||
|
|
||||||
|
[building.iron_gate]
|
||||||
|
enabled = true
|
||||||
|
#Allows two iron gates to be opened simultaneously when on top of the other
|
||||||
|
double_opening = true
|
||||||
|
#Makes iron (ang gold) gates behave like their door counterpart so for example iron gates will only be openable by redstone
|
||||||
|
door-like_gates = false
|
||||||
|
|
||||||
|
[building.item_shelf]
|
||||||
|
enabled = true
|
||||||
|
#Makes item shelves climbable
|
||||||
|
climbable_shelves = false
|
||||||
|
|
||||||
|
[building.sugar_cube]
|
||||||
|
enabled = true
|
||||||
|
#Makes sugar cubes dissolve in rain
|
||||||
|
dissolve_in_rain = true
|
||||||
|
#Duration in seconts of speed effect garanted to horses that eat a sugar cube
|
||||||
|
#Range: 0 ~ 1000
|
||||||
|
horse_speed_duration = 10
|
||||||
|
|
||||||
|
[building.planter]
|
||||||
|
enabled = true
|
||||||
|
#Makes so saplings that grow in a planter will break it turning into rooted dirt
|
||||||
|
broken_by_sapling = false
|
||||||
|
#When Farmers Delight is on planter will also act like rich soil and use it in its recipe
|
||||||
|
rich_soil_planter = true
|
||||||
|
|
||||||
|
[building.notice_board]
|
||||||
|
enabled = true
|
||||||
|
#Allows notice boards to accept and display any item, not just maps and books
|
||||||
|
allow_any_item = false
|
||||||
|
#Enables a GUI for the block. Not needed as the block just holds one item which you can place by clicking on it
|
||||||
|
gui = true
|
||||||
|
|
||||||
|
[building.pedestal]
|
||||||
|
enabled = true
|
||||||
|
#If enabled end crystals placed on a pedestals will provide an enchantment power bonus equivalent to 3 bookshelves
|
||||||
|
#Range: 0.0 ~ 100.0
|
||||||
|
crystal_enchanting = 3.0
|
||||||
|
|
||||||
|
[building.ash]
|
||||||
|
enabled = true
|
||||||
|
#Burnable blocks will have a chance to create ash layers when burned. Greater this number the greater the chance will be
|
||||||
|
#Range: 0.0 ~ 1.0
|
||||||
|
ash_from_fire_chance = 1.0
|
||||||
|
#Burning mobs will drop ash when they die
|
||||||
|
ash_from_burning_mobs = true
|
||||||
|
#Allows rain to wash away ash layers overtime
|
||||||
|
rain_wash_ash = true
|
||||||
|
#Use a datapack to tweak rarity
|
||||||
|
basalt_ash = true
|
||||||
|
|
||||||
|
[building.flag]
|
||||||
|
enabled = true
|
||||||
|
#Allows right/left clicking on a stick to lower/raise a flag attached to it
|
||||||
|
stick_pole = true
|
||||||
|
#Maximum allowed pole length
|
||||||
|
#Range: 0 ~ 256
|
||||||
|
pole_length = 16
|
||||||
|
|
||||||
|
[building.goblet]
|
||||||
|
enabled = true
|
||||||
|
#Allows drinking from goblets
|
||||||
|
allow_drinking = true
|
||||||
|
|
||||||
|
[building.globe]
|
||||||
|
enabled = true
|
||||||
|
sepia_globe = true
|
||||||
|
|
||||||
|
[building.sign_post]
|
||||||
|
enabled = true
|
||||||
|
|
||||||
|
[building.sign_post.way_sign]
|
||||||
|
#Entirely disables them from spawning
|
||||||
|
enabled = true
|
||||||
|
#With this option road signs will display the distance to the structure that they are pointing to
|
||||||
|
show_distance_text = true
|
||||||
|
|
||||||
|
[building.daub]
|
||||||
|
enabled = true
|
||||||
|
wattle_and_daub = true
|
||||||
|
|
||||||
|
[building.ash_bricks]
|
||||||
|
enabled = true
|
||||||
|
|
||||||
|
[building.hat_stand]
|
||||||
|
enabled = true
|
||||||
|
#Allow all items to go on hat stand
|
||||||
|
unrestricted = false
|
||||||
|
|
||||||
|
[building.awning]
|
||||||
|
enabled = true
|
||||||
|
#Allows having slanted awnings. Disabled if you feel its cursed.
|
||||||
|
slant = true
|
||||||
|
#Allows entities to fall through awnings, when shifting.
|
||||||
|
shift_through = true
|
||||||
|
#Bouncing angle of slanted awnings
|
||||||
|
#Range: 0.0 ~ 90.0
|
||||||
|
angle = 69.44395478041653
|
||||||
|
|
||||||
|
[building.flower_box]
|
||||||
|
enabled = true
|
||||||
|
#Makes so flower boxes can only contain one tall flower item per block
|
||||||
|
simple_mode = true
|
||||||
|
|
||||||
|
[building.netherite_doors]
|
||||||
|
door = true
|
||||||
|
trapdoor = true
|
||||||
|
|
||||||
|
[tools]
|
||||||
|
candy = true
|
||||||
|
stasis = true
|
||||||
|
altimeter = true
|
||||||
|
confetti_popper = true
|
||||||
|
|
||||||
|
[tools.quiver]
|
||||||
|
enabled = true
|
||||||
|
#Allows using a quiver without being slowed down
|
||||||
|
use_without_slow = true
|
||||||
|
#Arrow stacks that can fit inside a quiver. Requires reboot
|
||||||
|
#Range: 1 ~ 9
|
||||||
|
slots = 6
|
||||||
|
#Increase this number to alter the probability for a Skeleton with quiver to spawn.
|
||||||
|
#Range: 0.0 ~ 1.0
|
||||||
|
quiver_skeleton_spawn_chance = 0.025
|
||||||
|
#If the chance for a skeleton to spawn with a quiver will be affected by local difficulty. If true, you wont ever see them on easy and very rarely on normal. Similar logic to equipment
|
||||||
|
quiver_skeleton_spawn_affected_by_local_difficulty = true
|
||||||
|
#Allows quiver to only be used when in offhand or in curio slot
|
||||||
|
only_works_in_curio = false
|
||||||
|
#Arrows you pickup will try to go in a quiver if available provided it has some arrow of the same type
|
||||||
|
quiver_pickup = true
|
||||||
|
|
||||||
|
[tools.lunch_basket]
|
||||||
|
enabled = true
|
||||||
|
#Allows lunch baskets to be placed on the ground
|
||||||
|
placeable = true
|
||||||
|
#Arrow stacks that can fit inside a lunch basket. Requires reboot
|
||||||
|
#Range: 1 ~ 9
|
||||||
|
slots = 6
|
||||||
|
|
||||||
|
[tools.slice_map]
|
||||||
|
enabled = true
|
||||||
|
#Multiplier that will be applied by slice maps to lower their range compared to normal maps
|
||||||
|
#Range: 0.0 ~ 1.0
|
||||||
|
range_multiplier = 0.25
|
||||||
|
|
||||||
|
[tools.bubble_blower]
|
||||||
|
enabled = true
|
||||||
|
#Amount of soap consumed per bubble block placed
|
||||||
|
#Range: 1 ~ 25
|
||||||
|
stasis_cost = 5
|
||||||
|
|
||||||
|
[tools.bubble_blower.bubble_block]
|
||||||
|
#Max lifetime of bubble blocks. Set to 10000 to have it infinite
|
||||||
|
#Range: 1 ~ 10000
|
||||||
|
lifetime = 1200
|
||||||
|
#Can bubble break when touched on?
|
||||||
|
break_when_touched = true
|
||||||
|
#If true feather falling prevents breaking bubbles when stepping on them
|
||||||
|
feather_falling_prevents_breaking = true
|
||||||
|
|
||||||
|
[tools.wrench]
|
||||||
|
enabled = true
|
||||||
|
#Allows wrenches to bypass a block interaction action prioritizing their own when on said hand
|
||||||
|
#Allowed Values: MAIN_HAND, OFF_HAND, BOTH, NONE
|
||||||
|
bypass_when_on = "MAIN_HAND"
|
||||||
|
|
||||||
|
[tools.rope_arrow]
|
||||||
|
enabled = true
|
||||||
|
#Max number of rope items allowed to be stored inside a rope arrow
|
||||||
|
#Range: 1 ~ 256
|
||||||
|
capacity = 32
|
||||||
|
#Makes rope arrows exclusive to crossbows
|
||||||
|
exclusive_to_crossbows = false
|
||||||
|
|
||||||
|
[tools.flute]
|
||||||
|
enabled = true
|
||||||
|
#Radius in which an unbound flute will search pets
|
||||||
|
#Range: 0 ~ 500
|
||||||
|
unbound_radius = 64
|
||||||
|
#Max distance at which a bound flute will allow a pet to teleport
|
||||||
|
#Range: 0 ~ 500
|
||||||
|
bound_distance = 64
|
||||||
|
|
||||||
|
[tools.bomb]
|
||||||
|
enabled = true
|
||||||
|
#Bomb explosion radius (damage depends on this)
|
||||||
|
#Range: 0.1 ~ 10.0
|
||||||
|
explosion_radius = 2.0
|
||||||
|
#Do bombs break blocks like tnt?
|
||||||
|
#Allowed Values: ALL, WEAK, NONE
|
||||||
|
break_blocks = "WEAK"
|
||||||
|
#Put here any number other than 0 to have your bombs explode after a certain amount of ticks instead than on contact
|
||||||
|
#Range: 0 ~ 100000
|
||||||
|
bomb_fuse = 0
|
||||||
|
#Enable bomb item cooldown
|
||||||
|
cooldown = true
|
||||||
|
|
||||||
|
[tools.bomb.blue_bomb]
|
||||||
|
#Bomb explosion radius (damage depends on this)
|
||||||
|
#Range: 0.1 ~ 10.0
|
||||||
|
explosion_radius = 5.15
|
||||||
|
#Do bombs break blocks like tnt?
|
||||||
|
#Allowed Values: ALL, WEAK, NONE
|
||||||
|
break_blocks = "WEAK"
|
||||||
|
|
||||||
|
[tools.slingshot]
|
||||||
|
enabled = true
|
||||||
|
#Slingshot range multiplier. Affect the initial projectile speed
|
||||||
|
#Range: 0.0 ~ 5.0
|
||||||
|
range_multiplier = 1.0
|
||||||
|
#Time in ticks to fully charge a slingshot
|
||||||
|
#Range: 0 ~ 100
|
||||||
|
charge_time = 20
|
||||||
|
#Deceleration for the stasis projectile
|
||||||
|
#Range: 0.1 ~ 1.0
|
||||||
|
stasis_deceleration = 0.9625
|
||||||
|
#Allow enderman to intercept any slingshot projectile
|
||||||
|
unrestricted_enderman_intercept = true
|
||||||
|
#Allows buckets to be thrown by slingshots. Thrown buckets will place their content when they land
|
||||||
|
allow_buckets = true
|
||||||
|
#Damage that items in the 'supplementaries:slingshot_damageable' tag will deal. Scales with thrown speed. Tag is empty by default.
|
||||||
|
#Range: 0.0 ~ 100.0
|
||||||
|
damageable_damage = 0.5
|
||||||
|
#Allows splash potions to be thrown by slingshots
|
||||||
|
allow_splash_potions = false
|
||||||
|
#Allows bombs to be thrown by slingshots
|
||||||
|
allow_bombs = false
|
||||||
|
#Allows fire charges to be thrown by slingshots
|
||||||
|
allow_fire_charges = false
|
||||||
|
#Allows snowballs to be thrown by slingshots
|
||||||
|
allow_snowballs = false
|
||||||
|
#Allows enderpearls to be thrown by slingshots
|
||||||
|
allow_enderpearls = false
|
||||||
|
|
||||||
|
[tools.antique_ink]
|
||||||
|
enabled = true
|
||||||
|
|
||||||
|
#General settings
|
||||||
|
[general]
|
||||||
|
#Enable Creative Tab
|
||||||
|
creative_tab = false
|
||||||
|
#Set to false to disable custom dispenser behaviors (i.e: filling jars) if for some reason they are causing trouble
|
||||||
|
dispensers = true
|
||||||
|
#Creates a creative tab full of filled jars
|
||||||
|
jar_tab = false
|
||||||
|
#Save generated resources to disk in a 'debug' folder in your game directory. Mainly for debug purposes but can be used to generate assets in all wood types for your mods :0
|
||||||
|
debug_save_dynamic_pack = false
|
||||||
|
#Turn this on to disable any interaction on blocks placed by other players. This affects item shelves, signs, flower pots, and boards. Useful for protected servers. Note that it will affect only blocks placed after this is turned on and such blocks will keep being protected after this option is disabled
|
||||||
|
server_protection = false
|
||||||
|
#Disable startup messages and sanity check that the mod performs to inform of possible detected crashes that might occur due to issues
|
||||||
|
sanity_checks_messages = true
|
||||||
|
#slightly increase this or decrease this number to tweak the red merchant spawn chance. Won't spawn at 0 and will spawn twice as often on 2
|
||||||
|
#Range: 0.0 ~ 10.0
|
||||||
|
red_merchant_spawn_multiplier = 1.0
|
||||||
|
|
||||||
|
#Vanilla tweaks
|
||||||
|
[tweaks]
|
||||||
|
|
||||||
|
[tweaks.dragon_banner_pattern]
|
||||||
|
#Adds dragon banner pattern made from dragon head
|
||||||
|
enabled = true
|
||||||
|
|
||||||
|
[tweaks.shulker_helmet]
|
||||||
|
#Allows wearing shulker shells
|
||||||
|
enabled = true
|
||||||
|
|
||||||
|
[tweaks.golden_apple_disenchant]
|
||||||
|
enabled = true
|
||||||
|
|
||||||
|
[tweaks.traders_open_doors]
|
||||||
|
#Allows traders to open doors (because they couldn't apparently)
|
||||||
|
enabled = true
|
||||||
|
|
||||||
|
[tweaks.dispenser_tweaks]
|
||||||
|
#Allows dispensers to use axes on blocks to strip logs and scrape off copper oxidation and wax
|
||||||
|
axe_strip = true
|
||||||
|
#Enables shooting ender pearls with dispensers
|
||||||
|
shoot_ender_pearls = true
|
||||||
|
#Enables extracting bundles items with dispensers
|
||||||
|
extract_from_bundles = true
|
||||||
|
|
||||||
|
[tweaks.throwable_bricks]
|
||||||
|
#Throw bricks at your foes! Might break glass blocks
|
||||||
|
enabled = true
|
||||||
|
|
||||||
|
[tweaks.placeable_sticks]
|
||||||
|
#Allow placeable sticks
|
||||||
|
sticks = true
|
||||||
|
#Allow placeable blaze rods
|
||||||
|
blaze_rods = true
|
||||||
|
|
||||||
|
[tweaks.placeable_gunpowder]
|
||||||
|
#Allow placeable gunpowder
|
||||||
|
enabled = true
|
||||||
|
#Number of ticks it takes for gunpowder to burn 1 stage (out of 8). Increase to slow it down
|
||||||
|
#Range: 0 ~ 20
|
||||||
|
speed = 2
|
||||||
|
#Age at which it spread to the next gunpowder block. Also affects speed
|
||||||
|
#Range: 0 ~ 8
|
||||||
|
spread_age = 2
|
||||||
|
|
||||||
|
[tweaks.raked_gravel]
|
||||||
|
#allow gravel to be raked with a hoe
|
||||||
|
enabled = true
|
||||||
|
|
||||||
|
[tweaks.bottle_xp]
|
||||||
|
#Allow bottling up xp by using a bottle on an enchanting table
|
||||||
|
enabled = false
|
||||||
|
#bottling health cost
|
||||||
|
#Range: 0 ~ 20
|
||||||
|
cost = 2
|
||||||
|
#Block that should be clicked on for bottling to work. Leave blank for enchanting table. You can put another block here from another mod if you find it more fitting
|
||||||
|
target_block = ""
|
||||||
|
|
||||||
|
[tweaks.map_tweaks]
|
||||||
|
#Cartographers will sell 'adventurer maps' that will lead to a random vanilla structure (choosen from a thought out preset list).
|
||||||
|
#Best kept disabled if you are adding custom adventurer maps with datapack (check the wiki for more)
|
||||||
|
random_adventurer_maps = true
|
||||||
|
#Select a random structure to look for instead of iterating through all of the ones in the tag returning the closest. Turning on will make ones that have diff structures (aka all different ruined portals) show up more. On could take much more time to compute
|
||||||
|
random_adventurer_maps_select_random_structure = true
|
||||||
|
#Enables beacons, lodestones, respawn anchors, beds, conduits, portals to be displayed on maps by clicking one of them with a map
|
||||||
|
block_map_markers = true
|
||||||
|
#Shows a death marker on your map when you die. Requires a recovery compass in player inventory or similar
|
||||||
|
#Allowed Values: OFF, WITH_COMPASS, ALWAYS
|
||||||
|
death_marker = "WITH_COMPASS"
|
||||||
|
#If Quark is installed adventurer maps will be replaced by adventurer quills. These will not lag the server when generating
|
||||||
|
quill_adventurer_maps = true
|
||||||
|
#If Quark is installed replaces buried treasure and mansion maps with their equivalent quill form. This removes the lag spike they create when generating
|
||||||
|
quill_vanilla_maps = true
|
||||||
|
#Miminum search radius for quill. Used to incrase the radius of vanilla searches. For reference buried treasures are at 50 and locate is at 100 chunks
|
||||||
|
#Range: 10 ~ 600
|
||||||
|
min_search_radius = 75
|
||||||
|
#Makes blocks tagged as 'tinted_on_map' use their tint color. This allows for accurate biome colors for water and grass as well as other custom block that use any tint
|
||||||
|
tinted_blocks_on_maps = true
|
||||||
|
|
||||||
|
[tweaks.placeable_books]
|
||||||
|
#Allows written books to be placed down. Requires shift clicking
|
||||||
|
written_books = true
|
||||||
|
#Allow books and enchanted books to be placed on the ground
|
||||||
|
enabled = true
|
||||||
|
#Enchantment power bonus given by normal book piles with 4 books. Piles with less books will have their respective fraction of this total. For reference a vanilla bookshelf provides 1
|
||||||
|
#Range: 0.0 ~ 5.0
|
||||||
|
book_power = 1.0
|
||||||
|
#Enchantment power bonus given by normal book piles with 4 books. Piles with less books will have their respective fraction of this total. For reference a vanilla bookshelf provides 1
|
||||||
|
#Range: 0.0 ~ 5.0
|
||||||
|
enchanted_book_power = 1.334
|
||||||
|
#Allow all books to be placed both vertically and horizontally
|
||||||
|
mixed_books = false
|
||||||
|
|
||||||
|
[tweaks.zombie_horse]
|
||||||
|
#Feed a stack of rotten flesh to a skeleton horse to buff him up to a zombie horse
|
||||||
|
zombie_horse_conversion = true
|
||||||
|
#Amount of rotten flesh needed
|
||||||
|
#Range: 1 ~ 1000
|
||||||
|
rotten_flesh = 64
|
||||||
|
#Allows zombie horses to be ridden underwater
|
||||||
|
rideable_underwater = true
|
||||||
|
#Convert a zombie horse back by feeding it a golden carrot
|
||||||
|
zombie_horse_inverse_conversion = true
|
||||||
|
|
||||||
|
[tweaks.noteblocks_scare]
|
||||||
|
#Noteblocks with a zombie head will scare off villagers
|
||||||
|
enabled = true
|
||||||
|
|
||||||
|
[tweaks.bad_luck_tweaks]
|
||||||
|
#Hit a void cat, get the unluck
|
||||||
|
cat_unluck = true
|
||||||
|
#If you have unluck you are more likely to get hit by a lighting
|
||||||
|
lightning_unluck = true
|
||||||
|
|
||||||
|
[tweaks.item_lore]
|
||||||
|
#Adds a recipe to add 'lore' strings to an item by combining it with a named nametag
|
||||||
|
enabled = true
|
||||||
|
|
||||||
|
[tweaks.sus_recipes]
|
||||||
|
#Adds recipes to craft suspicious gravel and suspicious sand
|
||||||
|
enabled = true
|
||||||
|
|
||||||
|
[tweaks.slimed_effect]
|
||||||
|
enabled = true
|
||||||
|
#Allow slimeballs to be thrown
|
||||||
|
throwable_slimeballs = true
|
||||||
|
#Thrown slimeballs will shortly nerf the player jump height. Disable if you don't want this effect as it can be quite powerful
|
||||||
|
#Allowed Values: NEVER, ALWAYS, NORMAL_DIFFICULTY, HARD_DIFFICULTY
|
||||||
|
hinders_jump = "NORMAL_DIFFICULTY"
|
||||||
|
#Duration of the slimed effect in ticks
|
||||||
|
#Range: 0 ~ 1000
|
||||||
|
duration = 300
|
||||||
|
#Chance that a slime mob will apply slimed effect on successful attack. Multiplied by the slime size
|
||||||
|
#Range: 0.0 ~ 1.0
|
||||||
|
chance_per_slime_size = 0.15
|
||||||
|
|
||||||
441
pack/index.toml
441
pack/index.toml
@@ -6,7 +6,7 @@ hash = "77b0f8773d1d01d8e495a44602faa627cb1db99c56f8d9d71929a73075c6d610"
|
|||||||
|
|
||||||
[[files]]
|
[[files]]
|
||||||
file = "config/Elenai-Dodge-2-Common.toml"
|
file = "config/Elenai-Dodge-2-Common.toml"
|
||||||
hash = "f741e18f2dec8a0291a270b571a073451b08ea7f731c421160d0bdb7cbce9e8e"
|
hash = "660b5e813d3c28f9f2c8b0239c1b5a9dda060a90a1dae5e8b95e9cd8cbbae548"
|
||||||
|
|
||||||
[[files]]
|
[[files]]
|
||||||
file = "config/Feathers-Client.toml"
|
file = "config/Feathers-Client.toml"
|
||||||
@@ -16,6 +16,14 @@ hash = "18383b918224dfc5379e2cba08caa1779373a1b381a3aa80d331e52b1d5b7c27"
|
|||||||
file = "config/Feathers-Common.toml"
|
file = "config/Feathers-Common.toml"
|
||||||
hash = "63112fede78326cf9c3f7a44999aa9231f87d89f1d809aaddc08767a4a047afd"
|
hash = "63112fede78326cf9c3f7a44999aa9231f87d89f1d809aaddc08767a4a047afd"
|
||||||
|
|
||||||
|
[[files]]
|
||||||
|
file = "config/additional-additions-config.json"
|
||||||
|
hash = "d99e51f89f7e1b68b1a2ce5122ea7d6fe9fb6234c5809df16323def0d0269b9f"
|
||||||
|
|
||||||
|
[[files]]
|
||||||
|
file = "config/bits_n_bobs-common.toml"
|
||||||
|
hash = "f9a6068ddc2195339518c22d0f85be7bfb3b9dbdaaacff58afb51a427688cbe3"
|
||||||
|
|
||||||
[[files]]
|
[[files]]
|
||||||
file = "config/blockswap/block_swap.json5"
|
file = "config/blockswap/block_swap.json5"
|
||||||
hash = "e4cf0ae2e8d6314532e4eb3dd4f4ee2274c9f1ceb1798c0c167a210c8e152cc2"
|
hash = "e4cf0ae2e8d6314532e4eb3dd4f4ee2274c9f1ceb1798c0c167a210c8e152cc2"
|
||||||
@@ -28,6 +36,10 @@ hash = "62f528a6cbed5a846e9afb0f42b90e91a7bbbf0948412643d460ea872b8bcb51"
|
|||||||
file = "config/clean_tooltips-client.toml"
|
file = "config/clean_tooltips-client.toml"
|
||||||
hash = "09314a9ba7b3f8ec517b1b2a93cc5ff64209eacf7b2e1465f49ef1e23dab343c"
|
hash = "09314a9ba7b3f8ec517b1b2a93cc5ff64209eacf7b2e1465f49ef1e23dab343c"
|
||||||
|
|
||||||
|
[[files]]
|
||||||
|
file = "config/copycats-common.toml"
|
||||||
|
hash = "bd1c04f70abb4b0eebd681b1e4f518379cf600349bf93a4375997b5c023c86ca"
|
||||||
|
|
||||||
[[files]]
|
[[files]]
|
||||||
file = "config/emi.css"
|
file = "config/emi.css"
|
||||||
hash = "73d52312d01b859cdae0f46c97f4296841c46c52e684bfed7f33d6c7ed758c43"
|
hash = "73d52312d01b859cdae0f46c97f4296841c46c52e684bfed7f33d6c7ed758c43"
|
||||||
@@ -58,7 +70,7 @@ hash = "14eb4e8cd105c580403c4e5bc6bba831c81aedcf4e6e04485c74e9d3f253689f"
|
|||||||
|
|
||||||
[[files]]
|
[[files]]
|
||||||
file = "config/forgery/features.ini"
|
file = "config/forgery/features.ini"
|
||||||
hash = "55e31d4cc91a9d750bcb5c5193cfdae7d4df72d689076dfa03c7beeb4d221c2b"
|
hash = "d0395b6b96c9d0872db6083a87b99d43e9ff46bc6967bf1dddfd35aec97c04af"
|
||||||
|
|
||||||
[[files]]
|
[[files]]
|
||||||
file = "config/forgery/fscript.ini"
|
file = "config/forgery/fscript.ini"
|
||||||
@@ -84,6 +96,10 @@ hash = "939cfc95ed4a7480ac08d3f692538a348af72c6db693349c61f93f926976d1f2"
|
|||||||
file = "config/hungerstrike-common.toml"
|
file = "config/hungerstrike-common.toml"
|
||||||
hash = "b4f762127e2742ff1a62ed2099a49b2d8f1bd8bfb5ec71dee9b0da7289fc28d0"
|
hash = "b4f762127e2742ff1a62ed2099a49b2d8f1bd8bfb5ec71dee9b0da7289fc28d0"
|
||||||
|
|
||||||
|
[[files]]
|
||||||
|
file = "config/incontrol/spawn.json"
|
||||||
|
hash = "4c9cdacf832146ec446933e8effdc496969ef7814b3694c664ec524567074aad"
|
||||||
|
|
||||||
[[files]]
|
[[files]]
|
||||||
file = "config/inventorio.json"
|
file = "config/inventorio.json"
|
||||||
hash = "22954522892b24f7d20d707480245ff0cb4ce66d9cf04f64761198d5c2770566"
|
hash = "22954522892b24f7d20d707480245ff0cb4ce66d9cf04f64761198d5c2770566"
|
||||||
@@ -94,7 +110,7 @@ hash = "26f09fa47335288252b4b22e5fec96f42de26a0eb582f4c35a46f2605225fc2e"
|
|||||||
|
|
||||||
[[files]]
|
[[files]]
|
||||||
file = "config/item_obliterator.json5"
|
file = "config/item_obliterator.json5"
|
||||||
hash = "5892f512040a3abb77f3c5eba03f6224793c7fd675470db978a1aa9083b7b086"
|
hash = "6fb0f3db2fc3eb84b383d6386bd47c32173f8be9b0a7bfb0a5c5cbdfa423c698"
|
||||||
|
|
||||||
[[files]]
|
[[files]]
|
||||||
file = "config/jei/blacklist.cfg"
|
file = "config/jei/blacklist.cfg"
|
||||||
@@ -148,6 +164,10 @@ hash = "5767c4a403d83021234200196cc465f6066ac267407865a9d3a7283109caef48"
|
|||||||
file = "config/jei/world/local/New_World__9/lookupHistory.ini"
|
file = "config/jei/world/local/New_World__9/lookupHistory.ini"
|
||||||
hash = "b6b8542382c6bc419115082344385443b163febafe0baedfb1e2871e25409250"
|
hash = "b6b8542382c6bc419115082344385443b163febafe0baedfb1e2871e25409250"
|
||||||
|
|
||||||
|
[[files]]
|
||||||
|
file = "config/keydisabled.json"
|
||||||
|
hash = "7be84c10d7664d378588a5b2b72cf9949b420a710b9245a9ded5408f35f54c2a"
|
||||||
|
|
||||||
[[files]]
|
[[files]]
|
||||||
file = "config/kitchenkarrot-common.toml"
|
file = "config/kitchenkarrot-common.toml"
|
||||||
hash = "5181e405bd0c162c45bf95d8aaaa46ddb8d1caa8e58562c28853e6422a00b451"
|
hash = "5181e405bd0c162c45bf95d8aaaa46ddb8d1caa8e58562c28853e6422a00b451"
|
||||||
@@ -260,6 +280,10 @@ hash = "3175c9170dcfe87c3ff6892b3b0a8909fadc212fd9297fbf10cab8ccd8b466be"
|
|||||||
file = "config/paxi/datapacks/debloat-lite/data/minecraft/worldgen/placed_feature/ore_gravel.json"
|
file = "config/paxi/datapacks/debloat-lite/data/minecraft/worldgen/placed_feature/ore_gravel.json"
|
||||||
hash = "c6f7ebb7d5f03d8e30bd4df4acba3dcc8780de069174d5fcdc2d3f128af48233"
|
hash = "c6f7ebb7d5f03d8e30bd4df4acba3dcc8780de069174d5fcdc2d3f128af48233"
|
||||||
|
|
||||||
|
[[files]]
|
||||||
|
file = "config/paxi/datapacks/overworld.zip"
|
||||||
|
hash = "78d58e7886ace1d2abae4dba1cd77c62d898a354e6d300912da791abaca56ed6"
|
||||||
|
|
||||||
[[files]]
|
[[files]]
|
||||||
file = "config/paxi/datapacks/statures/data/origins/origin_layers/stature.json"
|
file = "config/paxi/datapacks/statures/data/origins/origin_layers/stature.json"
|
||||||
hash = "6335ff8abe56dc2e3386b1bbf74195f24f6f98e415c2eca224307d6247638a71"
|
hash = "6335ff8abe56dc2e3386b1bbf74195f24f6f98e415c2eca224307d6247638a71"
|
||||||
@@ -486,7 +510,7 @@ hash = "ee0bdab8e5e214a64e0ef5a104d7754dea966bacf884aeb3d9644c46e17f3aa8"
|
|||||||
|
|
||||||
[[files]]
|
[[files]]
|
||||||
file = "config/paxi/datapacks/trees/data/additionaladditions/loot_tables/mysterious_bundle.json"
|
file = "config/paxi/datapacks/trees/data/additionaladditions/loot_tables/mysterious_bundle.json"
|
||||||
hash = "716f3804c1159b7390621f6fc76abeec8bcdcdfe545e599f32cd825b4b342831"
|
hash = "37ec88a858fb55d8083dc009166100f4e10c87ad9febcda8de7ff92069bb9390"
|
||||||
|
|
||||||
[[files]]
|
[[files]]
|
||||||
file = "config/paxi/datapacks/trees/data/additionaladditions/recipes/amethyst_lamp.json"
|
file = "config/paxi/datapacks/trees/data/additionaladditions/recipes/amethyst_lamp.json"
|
||||||
@@ -922,7 +946,7 @@ hash = "980d98a68798a63abfa2185ebc3c8621fa2eeb03a4cf280197edc0b751370495"
|
|||||||
|
|
||||||
[[files]]
|
[[files]]
|
||||||
file = "config/paxi/datapacks/trees/data/foodbenefits/foodproperties/minecraft/mushroom_stew.json"
|
file = "config/paxi/datapacks/trees/data/foodbenefits/foodproperties/minecraft/mushroom_stew.json"
|
||||||
hash = "503800b3676f804a1dd489a1df079ef70cabc7aa658f5c36ad6fbec33159c6d2"
|
hash = "c3a09174a65551f0d09bd6deba920595a6fd7dcd599ea5e257a9d6e5a24c6e00"
|
||||||
|
|
||||||
[[files]]
|
[[files]]
|
||||||
file = "config/paxi/datapacks/trees/data/foodbenefits/foodproperties/minecraft/mutton.json"
|
file = "config/paxi/datapacks/trees/data/foodbenefits/foodproperties/minecraft/mutton.json"
|
||||||
@@ -942,7 +966,7 @@ hash = "07e0ec5e21c688126759ce0be70aa6a8398892914b341d568d997f6d0cadcf76"
|
|||||||
|
|
||||||
[[files]]
|
[[files]]
|
||||||
file = "config/paxi/datapacks/trees/data/foodbenefits/foodproperties/minecraft/rabbit_stew.json"
|
file = "config/paxi/datapacks/trees/data/foodbenefits/foodproperties/minecraft/rabbit_stew.json"
|
||||||
hash = "19f70f2d1bc6a7983a6b53abbed24b3371a2c8b0a79ef1e75593dadcddc329c6"
|
hash = "887ada6dbdf2c918428a8a183785517bf717c83b3e346764158b14de334a3e3a"
|
||||||
|
|
||||||
[[files]]
|
[[files]]
|
||||||
file = "config/paxi/datapacks/trees/data/foodbenefits/foodproperties/minecraft/salmon.json"
|
file = "config/paxi/datapacks/trees/data/foodbenefits/foodproperties/minecraft/salmon.json"
|
||||||
@@ -2685,8 +2709,12 @@ file = "config/paxi/datapacks/trees/data/kitchenkarrot/tags/items/vegan_meat.jso
|
|||||||
hash = "a56b1de91e9cc13376e61b7274a4f8c0f4729b7ee6f90adeb138ad4405d8023e"
|
hash = "a56b1de91e9cc13376e61b7274a4f8c0f4729b7ee6f90adeb138ad4405d8023e"
|
||||||
|
|
||||||
[[files]]
|
[[files]]
|
||||||
file = "config/paxi/datapacks/trees/data/minecraft/dimension/overworld.json"
|
file = "config/paxi/datapacks/trees/data/minecraft/dimension/overworld.json.disabled"
|
||||||
hash = "a0121dc3b08129136a9f42aac0af9c61c4a5017ce9ff2e5e3e8b99cfc6f2ceb7"
|
hash = "653b2763dc2bcc462e0fba2a44551a90b439f8d6e988810d41423ba1d28b1b01"
|
||||||
|
|
||||||
|
[[files]]
|
||||||
|
file = "config/paxi/datapacks/trees/data/minecraft/dimension/overworld.json.disabled2"
|
||||||
|
hash = "5a53249dc514e8413cc90a7f5292168cd92047f2339c5739094aa865c2ebff59"
|
||||||
|
|
||||||
[[files]]
|
[[files]]
|
||||||
file = "config/paxi/datapacks/trees/data/minecraft/dimension_type/overworld.json"
|
file = "config/paxi/datapacks/trees/data/minecraft/dimension_type/overworld.json"
|
||||||
@@ -2710,19 +2738,19 @@ hash = "36307240d5ed1ef6dbd8498c0e1c235eacb92c90678c9af98897e717792f14bf"
|
|||||||
|
|
||||||
[[files]]
|
[[files]]
|
||||||
file = "config/paxi/datapacks/trees/data/minecraft/recipes/chainmail_boots.json"
|
file = "config/paxi/datapacks/trees/data/minecraft/recipes/chainmail_boots.json"
|
||||||
hash = "c4cb16bd51e92aca20e279a1ad5d994f2bf7785fe36b0fc67c851d01a616168b"
|
hash = "fa95fd8a5153c8eee5d37f8c296f04c04cf1ff0efabeabc6b9d035d8c613f33e"
|
||||||
|
|
||||||
[[files]]
|
[[files]]
|
||||||
file = "config/paxi/datapacks/trees/data/minecraft/recipes/chainmail_chestplate.json"
|
file = "config/paxi/datapacks/trees/data/minecraft/recipes/chainmail_chestplate.json"
|
||||||
hash = "8d021168605fa77f3095cd836b45fb4f9393cbc9e8a4fe0ab7c4dd97bea99c62"
|
hash = "d6052ca9c905ca03d22e68f18c763493827cf52860fac3a9848d6e44fbac90c3"
|
||||||
|
|
||||||
[[files]]
|
[[files]]
|
||||||
file = "config/paxi/datapacks/trees/data/minecraft/recipes/chainmail_helmet.json"
|
file = "config/paxi/datapacks/trees/data/minecraft/recipes/chainmail_helmet.json"
|
||||||
hash = "4faadf136b38e520356ae021621ace33b3e00a1d7ab44703286f6a4f4616fb9a"
|
hash = "bb7ebffa42ac5a2b2a18fa7da564f27db5e55310113dfb6c9563bcfcb33a6726"
|
||||||
|
|
||||||
[[files]]
|
[[files]]
|
||||||
file = "config/paxi/datapacks/trees/data/minecraft/recipes/chainmail_leggings.json"
|
file = "config/paxi/datapacks/trees/data/minecraft/recipes/chainmail_leggings.json"
|
||||||
hash = "b3bb75ab57ca146da241021659602e962aac683b3d0a4bedb49d5d9faa32c2d7"
|
hash = "dbbcddbd2b46e7dd7397685b5d9efc2166bbf7ac3c2d8983449fdf7886aad853"
|
||||||
|
|
||||||
[[files]]
|
[[files]]
|
||||||
file = "config/paxi/datapacks/trees/data/minecraft/tags/worldgen/biome/has_structure/pillager_outpost.json"
|
file = "config/paxi/datapacks/trees/data/minecraft/tags/worldgen/biome/has_structure/pillager_outpost.json"
|
||||||
@@ -3136,6 +3164,70 @@ hash = "32f2255d755ba222cbcdfb4ec27912427351b508217b0232402d87e692e4510b"
|
|||||||
file = "config/paxi/datapacks/trees/data/minecraft/worldgen/structure/village_taiga.json"
|
file = "config/paxi/datapacks/trees/data/minecraft/worldgen/structure/village_taiga.json"
|
||||||
hash = "032d4eb361187b11afb51330855fb5f948f34a174b075dbb57a35d287e780014"
|
hash = "032d4eb361187b11afb51330855fb5f948f34a174b075dbb57a35d287e780014"
|
||||||
|
|
||||||
|
[[files]]
|
||||||
|
file = "config/paxi/datapacks/trees/data/pwb/advancements/guide.json"
|
||||||
|
hash = "58edf4260d1a956cb5a63012e233ebc585bb0439cf256c9982aa00bdee29557a"
|
||||||
|
|
||||||
|
[[files]]
|
||||||
|
file = "config/paxi/datapacks/trees/data/pwb/advancements/obtain_brookite.json"
|
||||||
|
hash = "a4fd067b7417df0e2fbdf38c6ab17d71b45f4d3142b7f34b7acdc225fe3e5461"
|
||||||
|
|
||||||
|
[[files]]
|
||||||
|
file = "config/paxi/datapacks/trees/data/pwb/recipes/blasting/brookite_from_crushed.json"
|
||||||
|
hash = "55c4aaaad62bbc8ea192518b8ef0e0614856f53bbb57e13fe030126669112746"
|
||||||
|
|
||||||
|
[[files]]
|
||||||
|
file = "config/paxi/datapacks/trees/data/pwb/recipes/blasting/yttrium_from_crushed.json"
|
||||||
|
hash = "e1ff3aa4f37f9e9ae16ddffc1260c3debae51c2b723bc76f846cce568787551d"
|
||||||
|
|
||||||
|
[[files]]
|
||||||
|
file = "config/paxi/datapacks/trees/data/pwb/recipes/bronze_ingot.json.disabled"
|
||||||
|
hash = "3a97d0cf81fd0872ad693bc49f0462aec2eb288c2c2cd4a0b66d30991b334b7c"
|
||||||
|
|
||||||
|
[[files]]
|
||||||
|
file = "config/paxi/datapacks/trees/data/pwb/recipes/centrifuging/crushed_raw_gadolinite.json"
|
||||||
|
hash = "8f86a4a0c85d4cb6a86dccbf3c2b27f2f35abf0354aebec26db739a76161fa7e"
|
||||||
|
|
||||||
|
[[files]]
|
||||||
|
file = "config/paxi/datapacks/trees/data/pwb/recipes/crushing/brookite.json"
|
||||||
|
hash = "c942b56ff48bac773ed4105135630eae71aeb668c95b3fe1bc4542379821dc93"
|
||||||
|
|
||||||
|
[[files]]
|
||||||
|
file = "config/paxi/datapacks/trees/data/pwb/recipes/crushing/deepslate_brookite.json"
|
||||||
|
hash = "2b2c62e7a8d550b3f6c1225a287d10518ae90f6827b2e27c5b9e86eaf66e7f7a"
|
||||||
|
|
||||||
|
[[files]]
|
||||||
|
file = "config/paxi/datapacks/trees/data/pwb/recipes/crushing/deepslate_gadolinite.json"
|
||||||
|
hash = "b9f39db2ff7d0ce3e40ee2348fc674cd9685a24ce3f2097264469b12391720cd"
|
||||||
|
|
||||||
|
[[files]]
|
||||||
|
file = "config/paxi/datapacks/trees/data/pwb/recipes/crushing/gadolinite.json"
|
||||||
|
hash = "0d26d75c6668faa29fdb936ec52d6ed0ccad57c6048427e22bf5946c13eaf0f0"
|
||||||
|
|
||||||
|
[[files]]
|
||||||
|
file = "config/paxi/datapacks/trees/data/pwb/recipes/crushing/raw_gadolinite.json"
|
||||||
|
hash = "78f8ccd9cf645697885045f9296d5f33ae0d0d28d697e1a5fb74a5cdcd70a079"
|
||||||
|
|
||||||
|
[[files]]
|
||||||
|
file = "config/paxi/datapacks/trees/data/pwb/recipes/cuprosteel_ingot.json.disabled"
|
||||||
|
hash = "bb4a96c3704ce3d7121f360243c3b3ac7fb18698157054bc9eff3c41899cd5a7"
|
||||||
|
|
||||||
|
[[files]]
|
||||||
|
file = "config/paxi/datapacks/trees/data/pwb/recipes/smelting/big_iron_from_crushed.json"
|
||||||
|
hash = "a2d4720d5efa49f0f7b8dcda0010bdc2d188af78e696d47d3fabb9a07ba95a90"
|
||||||
|
|
||||||
|
[[files]]
|
||||||
|
file = "config/paxi/datapacks/trees/data/pwb/recipes/smelting/brookite_from_crushed.json"
|
||||||
|
hash = "dc509536c7965d1e4d4cdd38478ccb7afb1adb4af840a9db6b83b4e617999609"
|
||||||
|
|
||||||
|
[[files]]
|
||||||
|
file = "config/paxi/datapacks/trees/data/pwb/recipes/splashing/gadolinite.json"
|
||||||
|
hash = "edea99264e3f41d5cdebaf27c373a847a37df7aa89e3a5d0b52e7afda479ba4b"
|
||||||
|
|
||||||
|
[[files]]
|
||||||
|
file = "config/paxi/datapacks/trees/data/pwb/tags/item/important.json"
|
||||||
|
hash = "0e175d8d3f1491c7a5d9b2e5e6890866ebb25c91c26868da40722a8c3e49393a"
|
||||||
|
|
||||||
[[files]]
|
[[files]]
|
||||||
file = "config/paxi/datapacks/trees/pack.mcmeta"
|
file = "config/paxi/datapacks/trees/pack.mcmeta"
|
||||||
hash = "7d7066c39148fd7f40168414b7a40fbb47538fbc663c674cb8518dd8322545f3"
|
hash = "7d7066c39148fd7f40168414b7a40fbb47538fbc663c674cb8518dd8322545f3"
|
||||||
@@ -6681,13 +6773,13 @@ file = "config/paxi/resourcepacks/VanillaTweaks_r927690_MC1.20.x.zip"
|
|||||||
hash = "d85b1bb11193c5926807b4b63c1dc5bcbfee93d232bfc6911c785cbfb57c65db"
|
hash = "d85b1bb11193c5926807b4b63c1dc5bcbfee93d232bfc6911c785cbfb57c65db"
|
||||||
|
|
||||||
[[files]]
|
[[files]]
|
||||||
file = "config/paxi/resourcepacks/banner-pattern-clarity.pw.toml"
|
file = "config/paxi/resourcepacks/cooler-cacti.pw.toml"
|
||||||
hash = "39d0e802801d132901cedee93e02a04d8c878a5c94a4183c67457762e3f4f18e"
|
hash = "5e9cee628dfaeac11f0ed951aa3627eb5f38d1a74cdc94ba89b4b40ed3bb2d8c"
|
||||||
metafile = true
|
metafile = true
|
||||||
|
|
||||||
[[files]]
|
[[files]]
|
||||||
file = "config/paxi/resourcepacks/cooler-cacti.pw.toml"
|
file = "config/paxi/resourcepacks/fennecfox.pw.toml"
|
||||||
hash = "5e9cee628dfaeac11f0ed951aa3627eb5f38d1a74cdc94ba89b4b40ed3bb2d8c"
|
hash = "0534c2f21cd3f6edf2b524582a5e76d789b5b7591e5bc8a3a8aff4eb897435ba"
|
||||||
metafile = true
|
metafile = true
|
||||||
|
|
||||||
[[files]]
|
[[files]]
|
||||||
@@ -6715,6 +6807,11 @@ file = "config/paxi/resourcepacks/restored-brightness.pw.toml"
|
|||||||
hash = "87f1a0cb5b4a0c9b04d42f1ae5f463430126fe91d5762169682db0849683643b"
|
hash = "87f1a0cb5b4a0c9b04d42f1ae5f463430126fe91d5762169682db0849683643b"
|
||||||
metafile = true
|
metafile = true
|
||||||
|
|
||||||
|
[[files]]
|
||||||
|
file = "config/paxi/resourcepacks/simple-create-radios.pw.toml"
|
||||||
|
hash = "441cd7d1b5dd4a41b4950095b8def6142e1786d266eb06a7b9c00e2062643b14"
|
||||||
|
metafile = true
|
||||||
|
|
||||||
[[files]]
|
[[files]]
|
||||||
file = "config/paxi/resourcepacks/soft-weather.pw.toml"
|
file = "config/paxi/resourcepacks/soft-weather.pw.toml"
|
||||||
hash = "873ace05641182af3f4648bb8ed9708d7d63411da0e814d8377c950cf9e0b1b6"
|
hash = "873ace05641182af3f4648bb8ed9708d7d63411da0e814d8377c950cf9e0b1b6"
|
||||||
@@ -6735,13 +6832,33 @@ file = "config/paxi/resourcepacks/xalis-enhanced-jungle-wood.pw.toml"
|
|||||||
hash = "933c42950f79cf6f5390a8ca6d7613d9f2c163ac9d5eca2659f18a09607c986e"
|
hash = "933c42950f79cf6f5390a8ca6d7613d9f2c163ac9d5eca2659f18a09607c986e"
|
||||||
metafile = true
|
metafile = true
|
||||||
|
|
||||||
|
[[files]]
|
||||||
|
file = "config/propertymodifier-common.toml"
|
||||||
|
hash = "d76143841802ceabb3b282130de9d533ef9c5aae0f0fb55e001a31affd2ce3aa"
|
||||||
|
|
||||||
[[files]]
|
[[files]]
|
||||||
file = "config/quark-common.toml"
|
file = "config/quark-common.toml"
|
||||||
hash = "d16eefe7ead0723121436da8b1200cc5cdb24fd99bbed08a7e8eb1e524b60f1f"
|
hash = "2add41b0c180c18ed1510f9402b170e6c0221ceaac8b08105c24af9da2a62839"
|
||||||
|
|
||||||
|
[[files]]
|
||||||
|
file = "config/raised.json"
|
||||||
|
hash = "a0453f9e781ab31fc25c1fa75a03f5a160a08dc3a11fff15bbdd641b6ba9dc60"
|
||||||
|
|
||||||
|
[[files]]
|
||||||
|
file = "config/sawmill-common.toml"
|
||||||
|
hash = "87c73cc9c3359d695f8e9a3483720fb286f398b64cd7147c3f16e95b18450d86"
|
||||||
|
|
||||||
[[files]]
|
[[files]]
|
||||||
file = "config/squakereforged-common.toml"
|
file = "config/squakereforged-common.toml"
|
||||||
hash = "0d081a4c65fbe43448ffc2f48e71801ba705684187b7bf95b808dd0eaca15943"
|
hash = "607ab42bc970d2bee352abb626f902301d3bd8d0bae3cde0772a694b451ff40e"
|
||||||
|
|
||||||
|
[[files]]
|
||||||
|
file = "config/structurify.json"
|
||||||
|
hash = "f38a9cdf5e181923ec7ca5fe65db9d09515199d5b48ebd279d525d339988bdc0"
|
||||||
|
|
||||||
|
[[files]]
|
||||||
|
file = "config/supplementaries-common.toml"
|
||||||
|
hash = "22157969342fafbeab547be6606148630effd6ebad6b3a63561c376c9e050b92"
|
||||||
|
|
||||||
[[files]]
|
[[files]]
|
||||||
file = "config/tetra.toml"
|
file = "config/tetra.toml"
|
||||||
@@ -6910,11 +7027,26 @@ metafile = true
|
|||||||
file = "mods/affectionate-1.1.3+1.20.1.jar"
|
file = "mods/affectionate-1.1.3+1.20.1.jar"
|
||||||
hash = "0d33550ab9a7b1c2187e2aa8cf5bf169cee29a4defe25961d5d0e7fb7aea6e69"
|
hash = "0d33550ab9a7b1c2187e2aa8cf5bf169cee29a4defe25961d5d0e7fb7aea6e69"
|
||||||
|
|
||||||
|
[[files]]
|
||||||
|
file = "mods/ai-improvements.pw.toml"
|
||||||
|
hash = "eed03a69cacac3a826fc07806ad069b0ae605fefcedab2b2b8fcfa060eb60ebb"
|
||||||
|
metafile = true
|
||||||
|
|
||||||
[[files]]
|
[[files]]
|
||||||
file = "mods/akashic-tome.pw.toml"
|
file = "mods/akashic-tome.pw.toml"
|
||||||
hash = "9d1b15ffa15606c346ad2ed32c349fceac9863ae13b433c2aee7d026c87d4339"
|
hash = "9d1b15ffa15606c346ad2ed32c349fceac9863ae13b433c2aee7d026c87d4339"
|
||||||
metafile = true
|
metafile = true
|
||||||
|
|
||||||
|
[[files]]
|
||||||
|
file = "mods/alexs-caves.pw.toml"
|
||||||
|
hash = "0cbc4b2c6b58b7a94f030ae84f18057e5dc78a17bad429f40b8884926a6ab233"
|
||||||
|
metafile = true
|
||||||
|
|
||||||
|
[[files]]
|
||||||
|
file = "mods/alternate-current.pw.toml"
|
||||||
|
hash = "54e171ca3f1f39eba38186a9a5ce6901eb12be05341d76956adff63805d79225"
|
||||||
|
metafile = true
|
||||||
|
|
||||||
[[files]]
|
[[files]]
|
||||||
file = "mods/amendments.pw.toml"
|
file = "mods/amendments.pw.toml"
|
||||||
hash = "420f60e542e731334fc62fc16a9945a60dfa8f6c5a647c71b2cf9217d50ea7f5"
|
hash = "420f60e542e731334fc62fc16a9945a60dfa8f6c5a647c71b2cf9217d50ea7f5"
|
||||||
@@ -6925,6 +7057,11 @@ file = "mods/architectury-api.pw.toml"
|
|||||||
hash = "4e81241ba2da06f425efc5e09fb6b38470125c1581c39e1310c5843a0b96ec76"
|
hash = "4e81241ba2da06f425efc5e09fb6b38470125c1581c39e1310c5843a0b96ec76"
|
||||||
metafile = true
|
metafile = true
|
||||||
|
|
||||||
|
[[files]]
|
||||||
|
file = "mods/attributefix.pw.toml"
|
||||||
|
hash = "258431b158c3adc8e7bf4ac8ea9cec20def2e3c373294488d72c238bcbd7538a"
|
||||||
|
metafile = true
|
||||||
|
|
||||||
[[files]]
|
[[files]]
|
||||||
file = "mods/badoptimizations.pw.toml"
|
file = "mods/badoptimizations.pw.toml"
|
||||||
hash = "06d9fc289964f42dfad761ff34dc7c2f09bb7dde3d8fc54954ad01f15c8714ed"
|
hash = "06d9fc289964f42dfad761ff34dc7c2f09bb7dde3d8fc54954ad01f15c8714ed"
|
||||||
@@ -6944,11 +7081,31 @@ file = "mods/balm.pw.toml"
|
|||||||
hash = "fec49033058ced91f7668d4e305e599f5527501ef37c1f30f96d8927d6202d32"
|
hash = "fec49033058ced91f7668d4e305e599f5527501ef37c1f30f96d8927d6202d32"
|
||||||
metafile = true
|
metafile = true
|
||||||
|
|
||||||
|
[[files]]
|
||||||
|
file = "mods/bedrockwaters.pw.toml"
|
||||||
|
hash = "9b52210bcf4d780312ed419ce0003409817824453267ef453f12d76763903092"
|
||||||
|
metafile = true
|
||||||
|
|
||||||
|
[[files]]
|
||||||
|
file = "mods/berry-good.pw.toml"
|
||||||
|
hash = "c410ef1d053db4fc3fccde5331fa3ebac561e0e2f6f4babe9110b9c322fbc95a"
|
||||||
|
metafile = true
|
||||||
|
|
||||||
[[files]]
|
[[files]]
|
||||||
file = "mods/better-clouds.pw.toml"
|
file = "mods/better-clouds.pw.toml"
|
||||||
hash = "2d2fcbf69e7e6c8b2682b43a160aa15a0bb8319ae07a159e4416300b0f0dfd6c"
|
hash = "2d2fcbf69e7e6c8b2682b43a160aa15a0bb8319ae07a159e4416300b0f0dfd6c"
|
||||||
metafile = true
|
metafile = true
|
||||||
|
|
||||||
|
[[files]]
|
||||||
|
file = "mods/betterdays.pw.toml"
|
||||||
|
hash = "598205e268c0f43a288b21fcccacf3eded9662270a0411bb0d025bfcb2ed043d"
|
||||||
|
metafile = true
|
||||||
|
|
||||||
|
[[files]]
|
||||||
|
file = "mods/biolith.pw.toml"
|
||||||
|
hash = "d991287d91e9ffeb7a6c530af5b71070aa9d1f01ed0a09174b892dc323c94f45"
|
||||||
|
metafile = true
|
||||||
|
|
||||||
[[files]]
|
[[files]]
|
||||||
file = "mods/block-swap.pw.toml"
|
file = "mods/block-swap.pw.toml"
|
||||||
hash = "1d093db0add8486b407b1323d2add62c1710469922722ec2531f78ef667ec259"
|
hash = "1d093db0add8486b407b1323d2add62c1710469922722ec2531f78ef667ec259"
|
||||||
@@ -6979,6 +7136,11 @@ file = "mods/caelus.pw.toml"
|
|||||||
hash = "da069e723737ae49203f7572eb774be0fd21f5f083ce7a7ee1bed25916befca8"
|
hash = "da069e723737ae49203f7572eb774be0fd21f5f083ce7a7ee1bed25916befca8"
|
||||||
metafile = true
|
metafile = true
|
||||||
|
|
||||||
|
[[files]]
|
||||||
|
file = "mods/camphor.pw.toml"
|
||||||
|
hash = "a3ab0b45683a642137d58284df1ab00aa0eca8712fe49333e9873517f33f7197"
|
||||||
|
metafile = true
|
||||||
|
|
||||||
[[files]]
|
[[files]]
|
||||||
file = "mods/capable-cauldrons.pw.toml"
|
file = "mods/capable-cauldrons.pw.toml"
|
||||||
hash = "57e0194b3f3c432cec5d15d67b7e47ba38a1809d19d17f8573f994ae0513d12f"
|
hash = "57e0194b3f3c432cec5d15d67b7e47ba38a1809d19d17f8573f994ae0513d12f"
|
||||||
@@ -6989,6 +7151,11 @@ file = "mods/capable-composters.pw.toml"
|
|||||||
hash = "40e04324fda62fb3cc7d87d0e507dd3a883f5096b3c7634461f6523447e8003b"
|
hash = "40e04324fda62fb3cc7d87d0e507dd3a883f5096b3c7634461f6523447e8003b"
|
||||||
metafile = true
|
metafile = true
|
||||||
|
|
||||||
|
[[files]]
|
||||||
|
file = "mods/client-tweaks.pw.toml"
|
||||||
|
hash = "fa531ce1f4a691b784b0df60fc5b7a238d5ed9e5a69b8d547dd7eb19057e9790"
|
||||||
|
metafile = true
|
||||||
|
|
||||||
[[files]]
|
[[files]]
|
||||||
file = "mods/cloth-config.pw.toml"
|
file = "mods/cloth-config.pw.toml"
|
||||||
hash = "e3dd03e7fec88831974857e2cdded54dd5c5bdcaa3f6d6248c2800e82db4dd41"
|
hash = "e3dd03e7fec88831974857e2cdded54dd5c5bdcaa3f6d6248c2800e82db4dd41"
|
||||||
@@ -7014,6 +7181,16 @@ file = "mods/connector-extras.pw.toml"
|
|||||||
hash = "ccc22ae710d22b2c8e8851c5968f85d32bac9f40ee7ded717df78cbe0cc8dae3"
|
hash = "ccc22ae710d22b2c8e8851c5968f85d32bac9f40ee7ded717df78cbe0cc8dae3"
|
||||||
metafile = true
|
metafile = true
|
||||||
|
|
||||||
|
[[files]]
|
||||||
|
file = "mods/connector.pw.toml"
|
||||||
|
hash = "68a935746aad424891dcb36fa705cdafd652ea1170ecb8144b1db0c87e30297b"
|
||||||
|
metafile = true
|
||||||
|
|
||||||
|
[[files]]
|
||||||
|
file = "mods/continuity.pw.toml"
|
||||||
|
hash = "8cea6a7ec6b151f92a3a62261530bb1aefe173ad19840c0319aa10e0d8ab2386"
|
||||||
|
metafile = true
|
||||||
|
|
||||||
[[files]]
|
[[files]]
|
||||||
file = "mods/coolrain-1.3.1-1.20.1.jar"
|
file = "mods/coolrain-1.3.1-1.20.1.jar"
|
||||||
hash = "bdfa51196283dd2d3bec174204ac1d2d2d9bc3a173fea3465bfa839163244337"
|
hash = "bdfa51196283dd2d3bec174204ac1d2d2d9bc3a173fea3465bfa839163244337"
|
||||||
@@ -7023,6 +7200,11 @@ file = "mods/copycats.pw.toml"
|
|||||||
hash = "853df4ab2418f347cbb1e3b4ca6c82b2a517a8e4e8ccabcd42c27e3496707a32"
|
hash = "853df4ab2418f347cbb1e3b4ca6c82b2a517a8e4e8ccabcd42c27e3496707a32"
|
||||||
metafile = true
|
metafile = true
|
||||||
|
|
||||||
|
[[files]]
|
||||||
|
file = "mods/coroutil.pw.toml"
|
||||||
|
hash = "b2c7739b56ef71f50a86658cfa67375796beafd391c4dbe26a5de8cd92b9b685"
|
||||||
|
metafile = true
|
||||||
|
|
||||||
[[files]]
|
[[files]]
|
||||||
file = "mods/create-bits-n-bobs.pw.toml"
|
file = "mods/create-bits-n-bobs.pw.toml"
|
||||||
hash = "cd1d5a57c6fe6432043ceb6c4756f17d79477989658d7d3f18ab6ae82e8b918f"
|
hash = "cd1d5a57c6fe6432043ceb6c4756f17d79477989658d7d3f18ab6ae82e8b918f"
|
||||||
@@ -7038,11 +7220,21 @@ file = "mods/create-contraption-terminals.pw.toml"
|
|||||||
hash = "45181af6516b3adc99f7d564763ee0db8eb70cd133a09d3266a903a9f755c5a8"
|
hash = "45181af6516b3adc99f7d564763ee0db8eb70cd133a09d3266a903a9f755c5a8"
|
||||||
metafile = true
|
metafile = true
|
||||||
|
|
||||||
|
[[files]]
|
||||||
|
file = "mods/create-diesel-generators.pw.toml"
|
||||||
|
hash = "6539be34ce1c1142910690b42dd243672ca0a2d64a2e15b70ad5a863e0ec06ee"
|
||||||
|
metafile = true
|
||||||
|
|
||||||
[[files]]
|
[[files]]
|
||||||
file = "mods/create-dynamic-lights.pw.toml"
|
file = "mods/create-dynamic-lights.pw.toml"
|
||||||
hash = "9a7abf68bad2f7907ab005ec9fb1d04a5e39016ea47a39604aefe7346b4e9aed"
|
hash = "9a7abf68bad2f7907ab005ec9fb1d04a5e39016ea47a39604aefe7346b4e9aed"
|
||||||
metafile = true
|
metafile = true
|
||||||
|
|
||||||
|
[[files]]
|
||||||
|
file = "mods/create-enchantable-machinery.pw.toml"
|
||||||
|
hash = "d6e6bbfd4980ab66bce150e23e32d7468a43a6203eea5a001a1e363fb0766887"
|
||||||
|
metafile = true
|
||||||
|
|
||||||
[[files]]
|
[[files]]
|
||||||
file = "mods/create-estrogen.pw.toml"
|
file = "mods/create-estrogen.pw.toml"
|
||||||
hash = "ddaabb86ac0d5b32e3f37f0cd1f5ae1ef863cd5a79d7708f847412b5280d7971"
|
hash = "ddaabb86ac0d5b32e3f37f0cd1f5ae1ef863cd5a79d7708f847412b5280d7971"
|
||||||
@@ -7063,11 +7255,6 @@ file = "mods/create.pw.toml"
|
|||||||
hash = "fb5c251cf4997fa65ca043bab7c9ecbd02e108031584a3e26276b77d212de23c"
|
hash = "fb5c251cf4997fa65ca043bab7c9ecbd02e108031584a3e26276b77d212de23c"
|
||||||
metafile = true
|
metafile = true
|
||||||
|
|
||||||
[[files]]
|
|
||||||
file = "mods/crossroads-mc.pw.toml"
|
|
||||||
hash = "b4b4d788b9900ee635c7b7c8b70979d4ee0ad80828fb6e4848ae46d901dddde4"
|
|
||||||
metafile = true
|
|
||||||
|
|
||||||
[[files]]
|
[[files]]
|
||||||
file = "mods/cull-less-leaves.pw.toml"
|
file = "mods/cull-less-leaves.pw.toml"
|
||||||
hash = "09af3f7efd177b0dbb21db66ba27fa8af09128e74d3d0a77a1ef47495a8054fa"
|
hash = "09af3f7efd177b0dbb21db66ba27fa8af09128e74d3d0a77a1ef47495a8054fa"
|
||||||
@@ -7078,6 +7265,16 @@ file = "mods/curios.pw.toml"
|
|||||||
hash = "9eefd607e0d54ec444e798ccdeede1a09a3939440bd1e11c11b84c07a5134be2"
|
hash = "9eefd607e0d54ec444e798ccdeede1a09a3939440bd1e11c11b84c07a5134be2"
|
||||||
metafile = true
|
metafile = true
|
||||||
|
|
||||||
|
[[files]]
|
||||||
|
file = "mods/cynosure.pw.toml"
|
||||||
|
hash = "4e4c84bceb069b3319bbffdc47540f2fec2eaeeed9cdc9911bb2e00c01872767"
|
||||||
|
metafile = true
|
||||||
|
|
||||||
|
[[files]]
|
||||||
|
file = "mods/default-options.pw.toml"
|
||||||
|
hash = "3497e48c52866fe536932d77fbb5cb1793d4e268e52873f1ca5c1e961b777814"
|
||||||
|
metafile = true
|
||||||
|
|
||||||
[[files]]
|
[[files]]
|
||||||
file = "mods/distant-horizons-height-toggler-dhht.pw.toml"
|
file = "mods/distant-horizons-height-toggler-dhht.pw.toml"
|
||||||
hash = "338cf73892a872d23ccc8bda80804f8e21b2d2c4076f3002fd878d772b362c46"
|
hash = "338cf73892a872d23ccc8bda80804f8e21b2d2c4076f3002fd878d772b362c46"
|
||||||
@@ -7119,8 +7316,8 @@ hash = "a1a8bc2e5625917e45cdf2360dfaeff24447b261579e8220d1e4748852c30e48"
|
|||||||
metafile = true
|
metafile = true
|
||||||
|
|
||||||
[[files]]
|
[[files]]
|
||||||
file = "mods/dungeons-and-taverns-stronghold-overhaul.pw.toml"
|
file = "mods/dungeons-plus.pw.toml"
|
||||||
hash = "5cedfd0086fef005b7b4a7a305d908d16ccf41c434af93974da280db78ad7e84"
|
hash = "fb3eb7cd5aa4f28bab3e2402e58b0eec67e481ba292a18337a8852726c0c594e"
|
||||||
metafile = true
|
metafile = true
|
||||||
|
|
||||||
[[files]]
|
[[files]]
|
||||||
@@ -7203,6 +7400,11 @@ file = "mods/enchantment-transfer.pw.toml"
|
|||||||
hash = "d0274475440847dfa8063041ddc19d5ad5370d4a3fad0c21f31daf3d843a7895"
|
hash = "d0274475440847dfa8063041ddc19d5ad5370d4a3fad0c21f31daf3d843a7895"
|
||||||
metafile = true
|
metafile = true
|
||||||
|
|
||||||
|
[[files]]
|
||||||
|
file = "mods/endercon.pw.toml"
|
||||||
|
hash = "ee9211ba1d4f7ac2d48ed3b6657b254725cb5d6679f764b6536e243c9829c912"
|
||||||
|
metafile = true
|
||||||
|
|
||||||
[[files]]
|
[[files]]
|
||||||
file = "mods/enhanced-block-entities.pw.toml"
|
file = "mods/enhanced-block-entities.pw.toml"
|
||||||
hash = "de33a63b6e7182dc3229d77c95c118cdc2ad64321ae4fc16d16a23a3b34e746b"
|
hash = "de33a63b6e7182dc3229d77c95c118cdc2ad64321ae4fc16d16a23a3b34e746b"
|
||||||
@@ -7215,7 +7417,7 @@ metafile = true
|
|||||||
|
|
||||||
[[files]]
|
[[files]]
|
||||||
file = "mods/entity-model-features.pw.toml"
|
file = "mods/entity-model-features.pw.toml"
|
||||||
hash = "e913f7ebc0ccbefcca67d4db8a93c7257f21cfad0de8be1c8a57e030dad21d80"
|
hash = "29b8ec6b34a1c23b4a3ba3e4824373768250efa0c299a2ea26cf4cfa0b33944c"
|
||||||
metafile = true
|
metafile = true
|
||||||
|
|
||||||
[[files]]
|
[[files]]
|
||||||
@@ -7228,19 +7430,24 @@ file = "mods/entityculling.pw.toml"
|
|||||||
hash = "8795d85553d79829521a0efe340d71d0b6baa03fb6659bbd62961b93f336c868"
|
hash = "8795d85553d79829521a0efe340d71d0b6baa03fb6659bbd62961b93f336c868"
|
||||||
metafile = true
|
metafile = true
|
||||||
|
|
||||||
|
[[files]]
|
||||||
|
file = "mods/entitytexturefeatures.pw.toml"
|
||||||
|
hash = "c61547fcb79cbc520c73374a01430c25af6ce2de258f019bd2c617b2d9bd71c7"
|
||||||
|
metafile = true
|
||||||
|
|
||||||
[[files]]
|
[[files]]
|
||||||
file = "mods/esf-entity-sound-features.pw.toml"
|
file = "mods/esf-entity-sound-features.pw.toml"
|
||||||
hash = "a96cbb1528c56e51f855fffa5c88ae521feffccc3ec03006695e31ba527cff0c"
|
hash = "a96cbb1528c56e51f855fffa5c88ae521feffccc3ec03006695e31ba527cff0c"
|
||||||
metafile = true
|
metafile = true
|
||||||
|
|
||||||
[[files]]
|
[[files]]
|
||||||
file = "mods/essentials.pw.toml"
|
file = "mods/estrogen.pw.toml"
|
||||||
hash = "1fa2e66e87823ddff5d6f0b7d2ae796397be53af7541f6674018580eac2b400b"
|
hash = "bc8edd63c801209c99e7e5d184d77c3cf61ed0183fb04aca50bdf5ad0a5c8623"
|
||||||
metafile = true
|
metafile = true
|
||||||
|
|
||||||
[[files]]
|
[[files]]
|
||||||
file = "mods/estrogen.pw.toml"
|
file = "mods/etched.pw.toml"
|
||||||
hash = "c357a7acd3c6fb4a68ac28dfe4e60964a3ed95d3df8de89abc2549800ec10480"
|
hash = "bd2b62e4397f57220ddf4d862b5c6d87de3192b4ff4da14e9f5d00029ed13c48"
|
||||||
metafile = true
|
metafile = true
|
||||||
|
|
||||||
[[files]]
|
[[files]]
|
||||||
@@ -7252,6 +7459,11 @@ file = "mods/every-compat.pw.toml"
|
|||||||
hash = "e6bfc8f0fb87b977f859df71017c81ee6ea762dc6f706714d817df7e4c9f2e0b"
|
hash = "e6bfc8f0fb87b977f859df71017c81ee6ea762dc6f706714d817df7e4c9f2e0b"
|
||||||
metafile = true
|
metafile = true
|
||||||
|
|
||||||
|
[[files]]
|
||||||
|
file = "mods/experimental-settings-disabler.pw.toml"
|
||||||
|
hash = "c50e9edf68588e4cc082fd1e47804b8016e022579a0eea7f0ee32a7764008d69"
|
||||||
|
metafile = true
|
||||||
|
|
||||||
[[files]]
|
[[files]]
|
||||||
file = "mods/exposure.pw.toml"
|
file = "mods/exposure.pw.toml"
|
||||||
hash = "ea36b8516ea429e479368b708082e89af5fa50dc3576b52c2ff8c8dac595801c"
|
hash = "ea36b8516ea429e479368b708082e89af5fa50dc3576b52c2ff8c8dac595801c"
|
||||||
@@ -7262,6 +7474,11 @@ file = "mods/fabric-language-kotlin.pw.toml"
|
|||||||
hash = "1aa94f817646eea69478dc3dce662c3f4b674359d7ce34cf58fd38dcbc56e458"
|
hash = "1aa94f817646eea69478dc3dce662c3f4b674359d7ce34cf58fd38dcbc56e458"
|
||||||
metafile = true
|
metafile = true
|
||||||
|
|
||||||
|
[[files]]
|
||||||
|
file = "mods/fast-paintings.pw.toml"
|
||||||
|
hash = "dc0d8e54793e901169ffe51e57e2c0e7ab0220ce92fc8ef141ba9dfe5ae12a6d"
|
||||||
|
metafile = true
|
||||||
|
|
||||||
[[files]]
|
[[files]]
|
||||||
file = "mods/feathers.pw.toml"
|
file = "mods/feathers.pw.toml"
|
||||||
hash = "d24fcd8d033befe918b425d82f14fbde8496dfd1feef3f4855707141e8480de6"
|
hash = "d24fcd8d033befe918b425d82f14fbde8496dfd1feef3f4855707141e8480de6"
|
||||||
@@ -7293,7 +7510,7 @@ metafile = true
|
|||||||
|
|
||||||
[[files]]
|
[[files]]
|
||||||
file = "mods/forgified-fabric-api.pw.toml"
|
file = "mods/forgified-fabric-api.pw.toml"
|
||||||
hash = "62ef7e92478035b77e996189984e4749b2d876ed0a389977a2670a28f105bfd2"
|
hash = "2a2f2168bf03bfa3034ad9583588676c5d66b6f7c767df9fe259ab55350792d2"
|
||||||
metafile = true
|
metafile = true
|
||||||
|
|
||||||
[[files]]
|
[[files]]
|
||||||
@@ -7316,6 +7533,11 @@ file = "mods/hexcasting.pw.toml"
|
|||||||
hash = "df0bc0ad5b00c9a0f2900b3f8866825c1ba8f21e55b1f8b92ff264d43c13093e"
|
hash = "df0bc0ad5b00c9a0f2900b3f8866825c1ba8f21e55b1f8b92ff264d43c13093e"
|
||||||
metafile = true
|
metafile = true
|
||||||
|
|
||||||
|
[[files]]
|
||||||
|
file = "mods/hide-key-binding.pw.toml"
|
||||||
|
hash = "2e957be57ac23bb14ce1303f0c8121edf5072adceb15a2fa7dcc7b637c2ee77c"
|
||||||
|
metafile = true
|
||||||
|
|
||||||
[[files]]
|
[[files]]
|
||||||
file = "mods/hunger-strike.pw.toml"
|
file = "mods/hunger-strike.pw.toml"
|
||||||
hash = "f18fabbc08a475a186ef3a935595aa96b8166b8d25bd21cfcd56a0136ab6a26a"
|
hash = "f18fabbc08a475a186ef3a935595aa96b8166b8d25bd21cfcd56a0136ab6a26a"
|
||||||
@@ -7336,6 +7558,11 @@ file = "mods/immediatelyfast.pw.toml"
|
|||||||
hash = "c949e6e0d6a70b8693ef48f8f205cb4fb967cc7c2ecbe029ffe7809e36ad5138"
|
hash = "c949e6e0d6a70b8693ef48f8f205cb4fb967cc7c2ecbe029ffe7809e36ad5138"
|
||||||
metafile = true
|
metafile = true
|
||||||
|
|
||||||
|
[[files]]
|
||||||
|
file = "mods/in-control.pw.toml"
|
||||||
|
hash = "66e31f260f763f9643e4efd3af083fb2b9810c49cbc221cec82caf82ec19222a"
|
||||||
|
metafile = true
|
||||||
|
|
||||||
[[files]]
|
[[files]]
|
||||||
file = "mods/inline.pw.toml"
|
file = "mods/inline.pw.toml"
|
||||||
hash = "d92834912371593543ac5c2de473e438fcf831e6e7641634c5e95918b73c211a"
|
hash = "d92834912371593543ac5c2de473e438fcf831e6e7641634c5e95918b73c211a"
|
||||||
@@ -7351,11 +7578,6 @@ file = "mods/inventory-tabs.pw.toml"
|
|||||||
hash = "82d49e37ee8a4883be87a1cb5d8748f5a6bcfc758f4173b68f78f9e7caf989a7"
|
hash = "82d49e37ee8a4883be87a1cb5d8748f5a6bcfc758f4173b68f78f9e7caf989a7"
|
||||||
metafile = true
|
metafile = true
|
||||||
|
|
||||||
[[files]]
|
|
||||||
file = "mods/item-obliterator.pw.toml"
|
|
||||||
hash = "07fc40541ee106402ce9eb26888d7d078e5fd28cd01a00cbc04dd57839c6aeeb"
|
|
||||||
metafile = true
|
|
||||||
|
|
||||||
[[files]]
|
[[files]]
|
||||||
file = "mods/jei.pw.toml"
|
file = "mods/jei.pw.toml"
|
||||||
hash = "6ce9ce3159a94fb17442f8094b4be447e395158d57ac6fc5e1459d17a83efe72"
|
hash = "6ce9ce3159a94fb17442f8094b4be447e395158d57ac6fc5e1459d17a83efe72"
|
||||||
@@ -7385,9 +7607,19 @@ file = "mods/kubejs.pw.toml"
|
|||||||
hash = "b6ed220c9069f60704dbfe19fd55c976ca56ada35bcb6918c4ad226cd842b99c"
|
hash = "b6ed220c9069f60704dbfe19fd55c976ca56ada35bcb6918c4ad226cd842b99c"
|
||||||
metafile = true
|
metafile = true
|
||||||
|
|
||||||
|
[[files]]
|
||||||
|
file = "mods/lexiconfig.pw.toml"
|
||||||
|
hash = "471f6366615d29246e35c3193359ea479925ad98eb2beb1d59f0647f9896df3d"
|
||||||
|
metafile = true
|
||||||
|
|
||||||
[[files]]
|
[[files]]
|
||||||
file = "mods/lithostitched.pw.toml"
|
file = "mods/lithostitched.pw.toml"
|
||||||
hash = "1d623ba29fcb52d5db733af383a13273792ac3dc1ac7a8f9e3f58a17ae1bc2c7"
|
hash = "457f1d7c34cb8cb605b002fee89d3f0a766eb461ef82236c48cb1196b1e81a97"
|
||||||
|
metafile = true
|
||||||
|
|
||||||
|
[[files]]
|
||||||
|
file = "mods/lootjs.pw.toml"
|
||||||
|
hash = "713685d5c4c72d8bd46e314ea164b9f9a6a368dedf71398b2246142e2ed66c1f"
|
||||||
metafile = true
|
metafile = true
|
||||||
|
|
||||||
[[files]]
|
[[files]]
|
||||||
@@ -7407,7 +7639,12 @@ metafile = true
|
|||||||
|
|
||||||
[[files]]
|
[[files]]
|
||||||
file = "mods/moonlight.pw.toml"
|
file = "mods/moonlight.pw.toml"
|
||||||
hash = "32ebc8e9c6d09c9f460f0f2815a6e5d5d68c73c75eb912b474c210689a9809f1"
|
hash = "c6f0ce3cbe75d1fa738142b797549087b4e119a54223222117c962fb809c9e06"
|
||||||
|
metafile = true
|
||||||
|
|
||||||
|
[[files]]
|
||||||
|
file = "mods/more-create-burners.pw.toml"
|
||||||
|
hash = "360861ea901b862d93b6c5dd2d19bd73de3d66a1512c4f9980070c0c599e00be"
|
||||||
metafile = true
|
metafile = true
|
||||||
|
|
||||||
[[files]]
|
[[files]]
|
||||||
@@ -7415,6 +7652,11 @@ file = "mods/mru.pw.toml"
|
|||||||
hash = "f5e19eff418ff12946e7cd4f10e16508ba7261c9cd9685e3d87016fa21c127d1"
|
hash = "f5e19eff418ff12946e7cd4f10e16508ba7261c9cd9685e3d87016fa21c127d1"
|
||||||
metafile = true
|
metafile = true
|
||||||
|
|
||||||
|
[[files]]
|
||||||
|
file = "mods/musket-mod.pw.toml"
|
||||||
|
hash = "5bec5af8168f71eee949cd400802293aed0eb36a1f8fa60ae5abe5713b4f38ae"
|
||||||
|
metafile = true
|
||||||
|
|
||||||
[[files]]
|
[[files]]
|
||||||
file = "mods/mutil.pw.toml"
|
file = "mods/mutil.pw.toml"
|
||||||
hash = "d60f6a6d46b66a76a6e3d185177a20cba42b83ba37f34db0fbe3c9babab7c837"
|
hash = "d60f6a6d46b66a76a6e3d185177a20cba42b83ba37f34db0fbe3c9babab7c837"
|
||||||
@@ -7435,6 +7677,11 @@ file = "mods/nekos-enchanted-books.pw.toml"
|
|||||||
hash = "d754eab59d0f2c0268ebb006409286f8e7e4e132e6b8dffc217a82bcade633f7"
|
hash = "d754eab59d0f2c0268ebb006409286f8e7e4e132e6b8dffc217a82bcade633f7"
|
||||||
metafile = true
|
metafile = true
|
||||||
|
|
||||||
|
[[files]]
|
||||||
|
file = "mods/no-chat-reports.pw.toml"
|
||||||
|
hash = "b849dfdaaa3e4ad635fb16595bfd6ae03b83de0c02f5b06faafb24cc33926f3f"
|
||||||
|
metafile = true
|
||||||
|
|
||||||
[[files]]
|
[[files]]
|
||||||
file = "mods/no-telemetry.pw.toml"
|
file = "mods/no-telemetry.pw.toml"
|
||||||
hash = "8de8d0ef6c5c087ee7c7c028928edcef86527e84a927cef5defb4a7219bf21c5"
|
hash = "8de8d0ef6c5c087ee7c7c028928edcef86527e84a927cef5defb4a7219bf21c5"
|
||||||
@@ -7444,11 +7691,21 @@ metafile = true
|
|||||||
file = "mods/noisium-forge-2.3.0+mc1.20-1.20.1.jar"
|
file = "mods/noisium-forge-2.3.0+mc1.20-1.20.1.jar"
|
||||||
hash = "b0b020250c81e8cce7776c3dc8f7085f269e2007570d5fbd492c4497ad60685c"
|
hash = "b0b020250c81e8cce7776c3dc8f7085f269e2007570d5fbd492c4497ad60685c"
|
||||||
|
|
||||||
|
[[files]]
|
||||||
|
file = "mods/norecipebookreborn.pw.toml"
|
||||||
|
hash = "4524ad33cc6485c574a6b2f13c0097e61fe4305815e9458376ec3f9b33f35c6f"
|
||||||
|
metafile = true
|
||||||
|
|
||||||
[[files]]
|
[[files]]
|
||||||
file = "mods/not-enough-animations.pw.toml"
|
file = "mods/not-enough-animations.pw.toml"
|
||||||
hash = "e1b49409243ca8ccf9d1ef4d458dc1a887a19f9b18dcd5088d56c19073d57b43"
|
hash = "e1b49409243ca8ccf9d1ef4d458dc1a887a19f9b18dcd5088d56c19073d57b43"
|
||||||
metafile = true
|
metafile = true
|
||||||
|
|
||||||
|
[[files]]
|
||||||
|
file = "mods/nuclear-boiler.pw.toml"
|
||||||
|
hash = "9742471bde11bf188a236034068dcaad04107ad01087ce7f60c3a2b10ff22f84"
|
||||||
|
metafile = true
|
||||||
|
|
||||||
[[files]]
|
[[files]]
|
||||||
file = "mods/nyfs-spiders.pw.toml"
|
file = "mods/nyfs-spiders.pw.toml"
|
||||||
hash = "361f5915170fc468704db1c693cfac69431b82fdefc380d6d2d7a95242799bb9"
|
hash = "361f5915170fc468704db1c693cfac69431b82fdefc380d6d2d7a95242799bb9"
|
||||||
@@ -7468,6 +7725,11 @@ file = "mods/origins.pw.toml"
|
|||||||
hash = "6318cb31d6cb374bc74893907302418da47557cff4bf5490b3e545cd9ee986a4"
|
hash = "6318cb31d6cb374bc74893907302418da47557cff4bf5490b3e545cd9ee986a4"
|
||||||
metafile = true
|
metafile = true
|
||||||
|
|
||||||
|
[[files]]
|
||||||
|
file = "mods/packages.pw.toml"
|
||||||
|
hash = "865045adc967f8a3448de57227d2662a9c2b3169428b6051326812e46d94d329"
|
||||||
|
metafile = true
|
||||||
|
|
||||||
[[files]]
|
[[files]]
|
||||||
file = "mods/patchouli.pw.toml"
|
file = "mods/patchouli.pw.toml"
|
||||||
hash = "55c6d0b8ee25fd6a37a964805de3d2eab3f20d73a88ba77a63b4a51fd985d9dd"
|
hash = "55c6d0b8ee25fd6a37a964805de3d2eab3f20d73a88ba77a63b4a51fd985d9dd"
|
||||||
@@ -7483,15 +7745,6 @@ file = "mods/paxi.pw.toml"
|
|||||||
hash = "be48890d990e03c639c5636c79bfa74bbd531c49a80487507984899c386a0bd9"
|
hash = "be48890d990e03c639c5636c79bfa74bbd531c49a80487507984899c386a0bd9"
|
||||||
metafile = true
|
metafile = true
|
||||||
|
|
||||||
[[files]]
|
|
||||||
file = "mods/peaceful-nights.pw.toml"
|
|
||||||
hash = "bc3c4775d1199e60d9f47f7d24a255a02f5df9edc4bc1138530f6ba08bff4cd3"
|
|
||||||
metafile = true
|
|
||||||
|
|
||||||
[[files]]
|
|
||||||
file = "mods/peaceful_nights-forge-0.1.0+1.20.1.jar"
|
|
||||||
hash = "ae88304d8990b0a0fc66cde4e399412ed990a2d63c21a8a5c0aecd506280b11c"
|
|
||||||
|
|
||||||
[[files]]
|
[[files]]
|
||||||
file = "mods/pehkui.pw.toml"
|
file = "mods/pehkui.pw.toml"
|
||||||
hash = "1f92dd360908c1801848dcd4d14aca5640199545e7e22e76bfdb981b06fa9399"
|
hash = "1f92dd360908c1801848dcd4d14aca5640199545e7e22e76bfdb981b06fa9399"
|
||||||
@@ -7507,6 +7760,11 @@ file = "mods/portable-crafting.pw.toml"
|
|||||||
hash = "8f373d6a737f8c62ddf6f94ab3d895a201d14a1e8f7a6a5f0821b3036c3d2b3f"
|
hash = "8f373d6a737f8c62ddf6f94ab3d895a201d14a1e8f7a6a5f0821b3036c3d2b3f"
|
||||||
metafile = true
|
metafile = true
|
||||||
|
|
||||||
|
[[files]]
|
||||||
|
file = "mods/power-grid.pw.toml"
|
||||||
|
hash = "f97fc69fec77039f1c8b2ff0c283fc317cf7459efd6a511e84a3a3b486e4a12f"
|
||||||
|
metafile = true
|
||||||
|
|
||||||
[[files]]
|
[[files]]
|
||||||
file = "mods/presence-footsteps-forge.pw.toml"
|
file = "mods/presence-footsteps-forge.pw.toml"
|
||||||
hash = "fc6fbe4edaef15637092d30600743dec1bc9bf6055f71a5ff026df108fa2b532"
|
hash = "fc6fbe4edaef15637092d30600743dec1bc9bf6055f71a5ff026df108fa2b532"
|
||||||
@@ -7514,7 +7772,7 @@ metafile = true
|
|||||||
|
|
||||||
[[files]]
|
[[files]]
|
||||||
file = "mods/puzzles-lib.pw.toml"
|
file = "mods/puzzles-lib.pw.toml"
|
||||||
hash = "5ca42f4c23aee558ed76923d4fb92ecee736ebacb53790445c09d46bd9ccb27e"
|
hash = "4dd7038889da90e145f9d074bec64a61aaae12dc57c875aa7ad99b8b2e07979b"
|
||||||
metafile = true
|
metafile = true
|
||||||
|
|
||||||
[[files]]
|
[[files]]
|
||||||
@@ -7537,6 +7795,11 @@ file = "mods/raised.pw.toml"
|
|||||||
hash = "5c3f7d77ffa8b11067f86eafe4ad10d961a0a58ba09c267105bcb04aae0b1b27"
|
hash = "5c3f7d77ffa8b11067f86eafe4ad10d961a0a58ba09c267105bcb04aae0b1b27"
|
||||||
metafile = true
|
metafile = true
|
||||||
|
|
||||||
|
[[files]]
|
||||||
|
file = "mods/redstonepen.pw.toml"
|
||||||
|
hash = "19fcc41d4a5c2e4efbe9827317443ce3f6484b8d27cdf9686443e0774b990ec1"
|
||||||
|
metafile = true
|
||||||
|
|
||||||
[[files]]
|
[[files]]
|
||||||
file = "mods/repurposed-structures.pw.toml"
|
file = "mods/repurposed-structures.pw.toml"
|
||||||
hash = "a4a259039769657a77dac62854c9ec478fd86ad4ed3f3f91e313653dcf024861"
|
hash = "a4a259039769657a77dac62854c9ec478fd86ad4ed3f3f91e313653dcf024861"
|
||||||
@@ -7558,8 +7821,13 @@ hash = "b56161ba01e298c7a28a593dcadc2d1b802c49d7bbdc01d0c7d03a31e04b6408"
|
|||||||
metafile = true
|
metafile = true
|
||||||
|
|
||||||
[[files]]
|
[[files]]
|
||||||
file = "mods/shelf-mod.pw.toml"
|
file = "mods/simple-radio.pw.toml"
|
||||||
hash = "4fbf0c7c087d84da0bb84200a41c2a59e4241725a12964b418c78799e935d71e"
|
hash = "60a3b1aa962b013468fbaf732b7b7e5e04734ed0e8f09e7eed84b2da3e01ab0a"
|
||||||
|
metafile = true
|
||||||
|
|
||||||
|
[[files]]
|
||||||
|
file = "mods/simple-voice-chat.pw.toml"
|
||||||
|
hash = "b97a311aeaf633716450ac7ac644d8cdbc4b9731840ad1a08f9957a80de586e1"
|
||||||
metafile = true
|
metafile = true
|
||||||
|
|
||||||
[[files]]
|
[[files]]
|
||||||
@@ -7582,6 +7850,11 @@ file = "mods/sound-physics-remastered.pw.toml"
|
|||||||
hash = "416bb6449da951ec1a04156348c502b9e47a947212becc173d277faaddaaaccd"
|
hash = "416bb6449da951ec1a04156348c502b9e47a947212becc173d277faaddaaaccd"
|
||||||
metafile = true
|
metafile = true
|
||||||
|
|
||||||
|
[[files]]
|
||||||
|
file = "mods/spyglass-improvements.pw.toml"
|
||||||
|
hash = "e9a34b571a46d23747d49768e070fa0b4e8b8f05c3cb3a39da66e127bba78ef2"
|
||||||
|
metafile = true
|
||||||
|
|
||||||
[[files]]
|
[[files]]
|
||||||
file = "mods/squake-reforged.pw.toml"
|
file = "mods/squake-reforged.pw.toml"
|
||||||
hash = "6f052548372d48f8fc777ff1d28357a93ac8463a96356617c4d1885b1fe51d0b"
|
hash = "6f052548372d48f8fc777ff1d28357a93ac8463a96356617c4d1885b1fe51d0b"
|
||||||
@@ -7603,8 +7876,18 @@ hash = "64050d516184266d1a141e976cfa8a2823f0b21b2b69052bf2bb6182d4e912d4"
|
|||||||
metafile = true
|
metafile = true
|
||||||
|
|
||||||
[[files]]
|
[[files]]
|
||||||
file = "mods/stonecutter-likes-wood.pw.toml"
|
file = "mods/stony-cliffs-are-cool.pw.toml"
|
||||||
hash = "cac029d466ae7b1149c31302d94b58794cbb75ecbb9197010898bb62c77aee46"
|
hash = "43a6c7daa5bc03db44b9c514c3f92ae6e398802d2fb8a9e9bd5b63168b4e4807"
|
||||||
|
metafile = true
|
||||||
|
|
||||||
|
[[files]]
|
||||||
|
file = "mods/structure-gel-api.pw.toml"
|
||||||
|
hash = "0a1893b4abfd0e7243095240b329552c082dd3fa7874b43e9b43c94812875472"
|
||||||
|
metafile = true
|
||||||
|
|
||||||
|
[[files]]
|
||||||
|
file = "mods/structurify.pw.toml"
|
||||||
|
hash = "671ca39d8c1e8a3e42e700d72f62aaf06561ef324bdacb00a1a1be6f56972119"
|
||||||
metafile = true
|
metafile = true
|
||||||
|
|
||||||
[[files]]
|
[[files]]
|
||||||
@@ -7613,13 +7896,13 @@ hash = "974af7bd8b20941d615aa6d37f522da34f62d81ddee97ccfad3c458b5db8ece5"
|
|||||||
metafile = true
|
metafile = true
|
||||||
|
|
||||||
[[files]]
|
[[files]]
|
||||||
file = "mods/terrablender.pw.toml"
|
file = "mods/tetra.pw.toml"
|
||||||
hash = "fde3d3b1607636100e382dce1bba80ab4608ebfa1ef888a37b86bc8c7dcbafe5"
|
hash = "6d7d7e9056c82d805e0957f33d8dac048a3a193d91ca7e655e12d4bade9eb4d8"
|
||||||
metafile = true
|
metafile = true
|
||||||
|
|
||||||
[[files]]
|
[[files]]
|
||||||
file = "mods/tetra.pw.toml"
|
file = "mods/tetracelium.pw.toml"
|
||||||
hash = "6d7d7e9056c82d805e0957f33d8dac048a3a193d91ca7e655e12d4bade9eb4d8"
|
hash = "1f9ed7d78a4e7263a46a7ff5095394e3932d526e71ba8bdf1cd64c6f3b2594d1"
|
||||||
metafile = true
|
metafile = true
|
||||||
|
|
||||||
[[files]]
|
[[files]]
|
||||||
@@ -7627,14 +7910,18 @@ file = "mods/tetranomicon.pw.toml"
|
|||||||
hash = "e1c67611aa8ac579d7299e273cac8798b28927b9366ec799cc5133cced89d958"
|
hash = "e1c67611aa8ac579d7299e273cac8798b28927b9366ec799cc5133cced89d958"
|
||||||
metafile = true
|
metafile = true
|
||||||
|
|
||||||
|
[[files]]
|
||||||
|
file = "mods/theft.pw.toml"
|
||||||
|
hash = "61b209eab43fd21cb5eab90a50762db3a1a326106aa5f6526ab687c69013f3da"
|
||||||
|
metafile = true
|
||||||
|
|
||||||
[[files]]
|
[[files]]
|
||||||
file = "mods/threadtweak-fabric-1.20.2-0.1.1.jar"
|
file = "mods/threadtweak-fabric-1.20.2-0.1.1.jar"
|
||||||
hash = "13954c14a9491b07eab6d2b278faed5629d42ac52cc959711959f32270e6edff"
|
hash = "13954c14a9491b07eab6d2b278faed5629d42ac52cc959711959f32270e6edff"
|
||||||
|
|
||||||
[[files]]
|
[[files]]
|
||||||
file = "mods/toms-storage.pw.toml"
|
file = "mods/toms-storage-modified.jar"
|
||||||
hash = "edfafd11282b46cca84cce70807e85f8b11e918ead6a1ef7aa7d9e216d98ece3"
|
hash = "b850551fdc8dc4d2d4cd58710640d4ebf9381f222c89a38a305e6b3adca2131c"
|
||||||
metafile = true
|
|
||||||
|
|
||||||
[[files]]
|
[[files]]
|
||||||
file = "mods/trackwork.pw.toml"
|
file = "mods/trackwork.pw.toml"
|
||||||
@@ -7671,16 +7958,31 @@ file = "mods/universal-sawmill.pw.toml"
|
|||||||
hash = "231e9ce2be39e75b040f4fcd8ae12c8aabb897dacad0a589ee1f12f014b6e02e"
|
hash = "231e9ce2be39e75b040f4fcd8ae12c8aabb897dacad0a589ee1f12f014b6e02e"
|
||||||
metafile = true
|
metafile = true
|
||||||
|
|
||||||
|
[[files]]
|
||||||
|
file = "mods/useful-spyglass.pw.toml"
|
||||||
|
hash = "dba551bf6c2c2a89aab55adc4885abd89262a4c7985f303997bc6b136d52b6d7"
|
||||||
|
metafile = true
|
||||||
|
|
||||||
[[files]]
|
[[files]]
|
||||||
file = "mods/valkyrien-skies.pw.toml"
|
file = "mods/valkyrien-skies.pw.toml"
|
||||||
hash = "32484c89c72e4c536a6797b08f1c458b1736769ad30e31d2a0a84744b27da73f"
|
hash = "32484c89c72e4c536a6797b08f1c458b1736769ad30e31d2a0a84744b27da73f"
|
||||||
metafile = true
|
metafile = true
|
||||||
|
|
||||||
|
[[files]]
|
||||||
|
file = "mods/visual-workbench.pw.toml"
|
||||||
|
hash = "873f24b47799ee61989b4d381e4cfab62c2735d2e3b6c940d18747f8ef1645ca"
|
||||||
|
metafile = true
|
||||||
|
|
||||||
[[files]]
|
[[files]]
|
||||||
file = "mods/wandering-collector-forge.pw.toml"
|
file = "mods/wandering-collector-forge.pw.toml"
|
||||||
hash = "c9b29c82e3c4c533a06684c09b3a9ceb2e06bd85466632ce40e8c361454dcc04"
|
hash = "c9b29c82e3c4c533a06684c09b3a9ceb2e06bd85466632ce40e8c361454dcc04"
|
||||||
metafile = true
|
metafile = true
|
||||||
|
|
||||||
|
[[files]]
|
||||||
|
file = "mods/what-are-they-up-to.pw.toml"
|
||||||
|
hash = "c557d1b26559ef987c229187d2f2705616e78179ce04fa1c96cc3d76a1cdf1b5"
|
||||||
|
metafile = true
|
||||||
|
|
||||||
[[files]]
|
[[files]]
|
||||||
file = "mods/wthit-forge.pw.toml"
|
file = "mods/wthit-forge.pw.toml"
|
||||||
hash = "41bc88119ddf6f93f2596896eef841e706efcd5906f82202883434de4bf52496"
|
hash = "41bc88119ddf6f93f2596896eef841e706efcd5906f82202883434de4bf52496"
|
||||||
@@ -7703,7 +8005,7 @@ metafile = true
|
|||||||
|
|
||||||
[[files]]
|
[[files]]
|
||||||
file = "mods/yttr.pw.toml"
|
file = "mods/yttr.pw.toml"
|
||||||
hash = "4859a63c931c71c20ffacb1bfe7538bf2bac53f30b60f27273cc98393762971b"
|
hash = "5ef9d94a7b952b386a14af29b90d8cd3c159174bab3d3689751f5c71e3801bdf"
|
||||||
metafile = true
|
metafile = true
|
||||||
|
|
||||||
[[files]]
|
[[files]]
|
||||||
@@ -7711,6 +8013,11 @@ file = "mods/yungs-api.pw.toml"
|
|||||||
hash = "152c6732da180e958fb29f492bae2e468d4dfd423ce4d3d0d31ef31c2eec6c61"
|
hash = "152c6732da180e958fb29f492bae2e468d4dfd423ce4d3d0d31ef31c2eec6c61"
|
||||||
metafile = true
|
metafile = true
|
||||||
|
|
||||||
|
[[files]]
|
||||||
|
file = "mods/yungs-better-caves.pw.toml"
|
||||||
|
hash = "c35cd5713162c90a988800682e017f90862027c3b2a98cd01de45a323d0ab6e6"
|
||||||
|
metafile = true
|
||||||
|
|
||||||
[[files]]
|
[[files]]
|
||||||
file = "mods/yungs-better-dungeons.pw.toml"
|
file = "mods/yungs-better-dungeons.pw.toml"
|
||||||
hash = "c35112cced2eec8e5782c5c4327ae31bce16cc1356c75e52000053e890e0f0c1"
|
hash = "c35112cced2eec8e5782c5c4327ae31bce16cc1356c75e52000053e890e0f0c1"
|
||||||
@@ -7731,19 +8038,19 @@ file = "mods/yungs-better-strongholds.pw.toml"
|
|||||||
hash = "18dfe8ada0af83eb86d4b8ff8e202479b7c2ab1ee1f894d9bb07cda1744e8981"
|
hash = "18dfe8ada0af83eb86d4b8ff8e202479b7c2ab1ee1f894d9bb07cda1744e8981"
|
||||||
metafile = true
|
metafile = true
|
||||||
|
|
||||||
[[files]]
|
|
||||||
file = "mods/yungs-cave-biomes.pw.toml"
|
|
||||||
hash = "2c300c8f7129aabbfd0a5d913edd31baf1ee2641907d220ccc6981a6be204432"
|
|
||||||
metafile = true
|
|
||||||
|
|
||||||
[[files]]
|
[[files]]
|
||||||
file = "mods/zeta.pw.toml"
|
file = "mods/zeta.pw.toml"
|
||||||
hash = "a9421a7a29ac8ee6e0598ea20025ad2c30e6198b796324184600621743437c91"
|
hash = "a9421a7a29ac8ee6e0598ea20025ad2c30e6198b796324184600621743437c91"
|
||||||
metafile = true
|
metafile = true
|
||||||
|
|
||||||
[[files]]
|
[[files]]
|
||||||
file = "resourcepacks/fennecfox.pw.toml"
|
file = "resourcepacks/fast-better-grass.pw.toml"
|
||||||
hash = "0534c2f21cd3f6edf2b524582a5e76d789b5b7591e5bc8a3a8aff4eb897435ba"
|
hash = "b6643cac68927881baa84fa7f348a2d60b6d2f901b4612c7a8c4ad882f90f23b"
|
||||||
|
metafile = true
|
||||||
|
|
||||||
|
[[files]]
|
||||||
|
file = "resourcepacks/vanilla-collective-smooth-diorite.pw.toml"
|
||||||
|
hash = "de0bd0cb9e38f7b253b06553d7391e9085c566e38cd8e407f5e348da5c2615b6"
|
||||||
metafile = true
|
metafile = true
|
||||||
|
|
||||||
[[files]]
|
[[files]]
|
||||||
|
|||||||
13
pack/mods/ai-improvements.pw.toml
Normal file
13
pack/mods/ai-improvements.pw.toml
Normal file
@@ -0,0 +1,13 @@
|
|||||||
|
name = "AI Improvements"
|
||||||
|
filename = "AI-Improvements-1.20-0.5.2.jar"
|
||||||
|
side = "server"
|
||||||
|
|
||||||
|
[download]
|
||||||
|
url = "https://cdn.modrinth.com/data/DSVgwcji/versions/eJihmpNQ/AI-Improvements-1.20-0.5.2.jar"
|
||||||
|
hash-format = "sha512"
|
||||||
|
hash = "eb932308aceb30f5157e967f1bd4b57eb1a1b2093886cbfaef6524b780337b8b0e2bd41c5103694c3a275827ceb7d63e7c55637a7a46f8e21f0a6770346b757d"
|
||||||
|
|
||||||
|
[update]
|
||||||
|
[update.modrinth]
|
||||||
|
mod-id = "DSVgwcji"
|
||||||
|
version = "eJihmpNQ"
|
||||||
13
pack/mods/alexs-caves.pw.toml
Normal file
13
pack/mods/alexs-caves.pw.toml
Normal file
@@ -0,0 +1,13 @@
|
|||||||
|
name = "Alex's Caves"
|
||||||
|
filename = "alexscaves-2.0.2.jar"
|
||||||
|
side = "both"
|
||||||
|
|
||||||
|
[download]
|
||||||
|
url = "https://cdn.modrinth.com/data/U6GY0xp0/versions/lC8HHXOF/alexscaves-2.0.2.jar"
|
||||||
|
hash-format = "sha512"
|
||||||
|
hash = "d23092cf507f4cf66ead45d7b393393ea83a9002056962ee6c341e91323ae39e10f2aefbbbc9f5e54409eb3ee522ad0c2dd5661077b09f1e37d034cfdd4333a0"
|
||||||
|
|
||||||
|
[update]
|
||||||
|
[update.modrinth]
|
||||||
|
mod-id = "U6GY0xp0"
|
||||||
|
version = "lC8HHXOF"
|
||||||
13
pack/mods/alternate-current.pw.toml
Normal file
13
pack/mods/alternate-current.pw.toml
Normal file
@@ -0,0 +1,13 @@
|
|||||||
|
name = "Alternate Current"
|
||||||
|
filename = "alternate_current-mc1.20-1.7.0.jar"
|
||||||
|
side = "server"
|
||||||
|
|
||||||
|
[download]
|
||||||
|
url = "https://cdn.modrinth.com/data/r0v8vy1s/versions/kC6SY4Zp/alternate_current-mc1.20-1.7.0.jar"
|
||||||
|
hash-format = "sha512"
|
||||||
|
hash = "d9ae21a3a389c63466bf22b36d4a78c859f30c901397622f1f1438737901a2c67e4d911c83831e0d4f1edabf0b86b58f4192d9980ecef8278393fd4af64a9585"
|
||||||
|
|
||||||
|
[update]
|
||||||
|
[update.modrinth]
|
||||||
|
mod-id = "r0v8vy1s"
|
||||||
|
version = "kC6SY4Zp"
|
||||||
13
pack/mods/attributefix.pw.toml
Normal file
13
pack/mods/attributefix.pw.toml
Normal file
@@ -0,0 +1,13 @@
|
|||||||
|
name = "AttributeFix"
|
||||||
|
filename = "AttributeFix-Forge-1.20.1-21.0.4.jar"
|
||||||
|
side = "both"
|
||||||
|
|
||||||
|
[download]
|
||||||
|
url = "https://cdn.modrinth.com/data/lOOpEntO/versions/Y42wjyly/AttributeFix-Forge-1.20.1-21.0.4.jar"
|
||||||
|
hash-format = "sha512"
|
||||||
|
hash = "a4f1431c3abb23d97ae6d742721fcc2d1d97b6f9e72e492cc13f2471b608614b8cbbde513fa0a6f8d002f27168130850bf358d405cd2120c979927d7e88fe3d3"
|
||||||
|
|
||||||
|
[update]
|
||||||
|
[update.modrinth]
|
||||||
|
mod-id = "lOOpEntO"
|
||||||
|
version = "Y42wjyly"
|
||||||
13
pack/mods/bedrockwaters.pw.toml
Normal file
13
pack/mods/bedrockwaters.pw.toml
Normal file
@@ -0,0 +1,13 @@
|
|||||||
|
name = "BedrockWaters"
|
||||||
|
filename = "bedrockwaters-1.8.0+1.20.1.jar"
|
||||||
|
side = "client"
|
||||||
|
|
||||||
|
[download]
|
||||||
|
url = "https://cdn.modrinth.com/data/3WAUHe3k/versions/7dSRspYR/bedrockwaters-1.8.0%2B1.20.1.jar"
|
||||||
|
hash-format = "sha512"
|
||||||
|
hash = "bc8008bc7569ef832bd581f4bfd978fb80dd9e6f894c2673c677f598ec7f4e0d13e5c70a5c9c9eabd34126557e9c089c86e45329f79f30551d803301a7b60ee2"
|
||||||
|
|
||||||
|
[update]
|
||||||
|
[update.modrinth]
|
||||||
|
mod-id = "3WAUHe3k"
|
||||||
|
version = "7dSRspYR"
|
||||||
13
pack/mods/berry-good.pw.toml
Normal file
13
pack/mods/berry-good.pw.toml
Normal file
@@ -0,0 +1,13 @@
|
|||||||
|
name = "Berry Good"
|
||||||
|
filename = "berry_good-1.20.1-7.0.0.jar"
|
||||||
|
side = "both"
|
||||||
|
|
||||||
|
[download]
|
||||||
|
url = "https://cdn.modrinth.com/data/2WZWaKCl/versions/a8xhP8dI/berry_good-1.20.1-7.0.0.jar"
|
||||||
|
hash-format = "sha512"
|
||||||
|
hash = "e7fa84113308a39104c90f2311d432694e7c6702107849bcd475f2c84c102f6ab9641fcee6c81b2bfebda24a4340b0cbb4e6aa9db76004623fd2f8a649bfe7cb"
|
||||||
|
|
||||||
|
[update]
|
||||||
|
[update.modrinth]
|
||||||
|
mod-id = "2WZWaKCl"
|
||||||
|
version = "a8xhP8dI"
|
||||||
13
pack/mods/betterdays.pw.toml
Normal file
13
pack/mods/betterdays.pw.toml
Normal file
@@ -0,0 +1,13 @@
|
|||||||
|
name = "Better Days"
|
||||||
|
filename = "betterdays-1.20.1-3.3.4.5-FORGE.jar"
|
||||||
|
side = "both"
|
||||||
|
|
||||||
|
[download]
|
||||||
|
url = "https://cdn.modrinth.com/data/tPLE214j/versions/gWa5dl34/betterdays-1.20.1-3.3.4.5-FORGE.jar"
|
||||||
|
hash-format = "sha512"
|
||||||
|
hash = "c4f9359a6535964d5f0d9b167227c9f7353de0fcd17cafb89bcdcf1c31c1da515b77487859b883d66e14056acef6ed071a10043acbf2d2957bc0b44c6160667d"
|
||||||
|
|
||||||
|
[update]
|
||||||
|
[update.modrinth]
|
||||||
|
mod-id = "tPLE214j"
|
||||||
|
version = "gWa5dl34"
|
||||||
13
pack/mods/biolith.pw.toml
Normal file
13
pack/mods/biolith.pw.toml
Normal file
@@ -0,0 +1,13 @@
|
|||||||
|
name = "Biolith"
|
||||||
|
filename = "biolith-forge-1.0.1-alpha.1.jar"
|
||||||
|
side = "server"
|
||||||
|
|
||||||
|
[download]
|
||||||
|
url = "https://cdn.modrinth.com/data/iGEl6Crx/versions/PRXgw0RP/biolith-forge-1.0.1-alpha.1.jar"
|
||||||
|
hash-format = "sha512"
|
||||||
|
hash = "44da48562c564cbac3e6380bbe7ffed10a0401bb3dae3b2a53d5bf75c7987feb74dd46ae783513788774a164d9b85653526c76468adb5b7faa757280d5a7c407"
|
||||||
|
|
||||||
|
[update]
|
||||||
|
[update.modrinth]
|
||||||
|
mod-id = "iGEl6Crx"
|
||||||
|
version = "PRXgw0RP"
|
||||||
13
pack/mods/camphor.pw.toml
Normal file
13
pack/mods/camphor.pw.toml
Normal file
@@ -0,0 +1,13 @@
|
|||||||
|
name = "Camphor"
|
||||||
|
filename = "Camphor-1.1.0+1.20.1.jar"
|
||||||
|
side = "both"
|
||||||
|
|
||||||
|
[download]
|
||||||
|
url = "https://cdn.modrinth.com/data/FQnW4sZH/versions/6sLYCi9v/Camphor-1.1.0%2B1.20.1.jar"
|
||||||
|
hash-format = "sha512"
|
||||||
|
hash = "e98dd2b380e825b623eacf274962fd882657586939332633daa842f258a6ada5f8aaa31a4c24eb2cbbdb739364a8a792408da2796a4f3c167d0fcdb4b9e0d0d9"
|
||||||
|
|
||||||
|
[update]
|
||||||
|
[update.modrinth]
|
||||||
|
mod-id = "FQnW4sZH"
|
||||||
|
version = "6sLYCi9v"
|
||||||
13
pack/mods/client-tweaks.pw.toml
Normal file
13
pack/mods/client-tweaks.pw.toml
Normal file
@@ -0,0 +1,13 @@
|
|||||||
|
name = "Client Tweaks"
|
||||||
|
filename = "clienttweaks-forge-1.20.1-11.1.6.jar"
|
||||||
|
side = "client"
|
||||||
|
|
||||||
|
[download]
|
||||||
|
url = "https://cdn.modrinth.com/data/vPNqo58Q/versions/Febi39qw/clienttweaks-forge-1.20.1-11.1.6.jar"
|
||||||
|
hash-format = "sha512"
|
||||||
|
hash = "1b8ddf7ccb8fb5cd2248365534b80af10023821ec4d2786821edd744ae6ce01dc888ddf61f16e1a2a9f4f88041d06fc1a219aa9088625882f5b5739f68f29a1b"
|
||||||
|
|
||||||
|
[update]
|
||||||
|
[update.modrinth]
|
||||||
|
mod-id = "vPNqo58Q"
|
||||||
|
version = "Febi39qw"
|
||||||
13
pack/mods/connector.pw.toml
Normal file
13
pack/mods/connector.pw.toml
Normal file
@@ -0,0 +1,13 @@
|
|||||||
|
name = "Sinytra Connector"
|
||||||
|
filename = "Connector-1.0.0-beta.48+1.20.1.jar"
|
||||||
|
side = "both"
|
||||||
|
|
||||||
|
[download]
|
||||||
|
url = "https://cdn.modrinth.com/data/u58R1TMW/versions/dmW0aite/Connector-1.0.0-beta.48%2B1.20.1.jar"
|
||||||
|
hash-format = "sha512"
|
||||||
|
hash = "b931040133c096d1d00051b92cb8c96b158bb2e4677bf8c85d6c43c692eb3e74b11e0277b2ed5b72baa9b861d447106d462376d996e158846cc8d2a17ed3a440"
|
||||||
|
|
||||||
|
[update]
|
||||||
|
[update.modrinth]
|
||||||
|
mod-id = "u58R1TMW"
|
||||||
|
version = "dmW0aite"
|
||||||
13
pack/mods/continuity.pw.toml
Normal file
13
pack/mods/continuity.pw.toml
Normal file
@@ -0,0 +1,13 @@
|
|||||||
|
name = "Continuity"
|
||||||
|
filename = "continuity-3.0.0+1.20.1.forge.jar"
|
||||||
|
side = "client"
|
||||||
|
|
||||||
|
[download]
|
||||||
|
url = "https://cdn.modrinth.com/data/1IjD5062/versions/9KbAcWSO/continuity-3.0.0%2B1.20.1.forge.jar"
|
||||||
|
hash-format = "sha512"
|
||||||
|
hash = "eef634cde3307893e6f0c4c1d2e9a6e3eb706ee1b9ee86403d18c65762f7158e774665e503486477788b0ca320f543d03d5667a94f82ae2cd99f15a32e953b3a"
|
||||||
|
|
||||||
|
[update]
|
||||||
|
[update.modrinth]
|
||||||
|
mod-id = "1IjD5062"
|
||||||
|
version = "9KbAcWSO"
|
||||||
13
pack/mods/coroutil.pw.toml
Normal file
13
pack/mods/coroutil.pw.toml
Normal file
@@ -0,0 +1,13 @@
|
|||||||
|
name = "CoroUtil"
|
||||||
|
filename = "coroutil-forge-1.20.1-1.3.7.jar"
|
||||||
|
side = "both"
|
||||||
|
|
||||||
|
[download]
|
||||||
|
url = "https://cdn.modrinth.com/data/rLLJ1OZM/versions/6rPDKAT8/coroutil-forge-1.20.1-1.3.7.jar"
|
||||||
|
hash-format = "sha512"
|
||||||
|
hash = "37a13eaa68579dd45204ebdfa43b2909123a2e5e875a2ca51da0d0882d4c524be1e95fce4bb26db21901b7d100ad9363968814e3566d44b5afce8fb8e8088057"
|
||||||
|
|
||||||
|
[update]
|
||||||
|
[update.modrinth]
|
||||||
|
mod-id = "rLLJ1OZM"
|
||||||
|
version = "6rPDKAT8"
|
||||||
13
pack/mods/create-diesel-generators.pw.toml
Normal file
13
pack/mods/create-diesel-generators.pw.toml
Normal file
@@ -0,0 +1,13 @@
|
|||||||
|
name = "Create: Diesel Generators"
|
||||||
|
filename = "createdieselgenerators-1.20.1-1.3.8.jar"
|
||||||
|
side = "both"
|
||||||
|
|
||||||
|
[download]
|
||||||
|
url = "https://cdn.modrinth.com/data/ZM3tt6p1/versions/co8qZn3O/createdieselgenerators-1.20.1-1.3.8.jar"
|
||||||
|
hash-format = "sha512"
|
||||||
|
hash = "f8afa8393c684a59ff227815dbf6feb1538681ec79e9077ee13c7e5063a6608dfc43807c7f054d7c70b1edd4cb767cf37e4a305d7a225536496281cb3d3e3c6b"
|
||||||
|
|
||||||
|
[update]
|
||||||
|
[update.modrinth]
|
||||||
|
mod-id = "ZM3tt6p1"
|
||||||
|
version = "co8qZn3O"
|
||||||
13
pack/mods/create-enchantable-machinery.pw.toml
Normal file
13
pack/mods/create-enchantable-machinery.pw.toml
Normal file
@@ -0,0 +1,13 @@
|
|||||||
|
name = "Create: Enchantable Machinery"
|
||||||
|
filename = "createenchantablemachinery-3.4.3+mc1.20.1-forge.jar"
|
||||||
|
side = "both"
|
||||||
|
|
||||||
|
[download]
|
||||||
|
url = "https://cdn.modrinth.com/data/eqrvp4NK/versions/HM6wtOMY/createenchantablemachinery-3.4.3%2Bmc1.20.1-forge.jar"
|
||||||
|
hash-format = "sha512"
|
||||||
|
hash = "bc06c3ccbebd4be00fd85a742796b1c4c84f0859a627b2ad4954a9a8f9f45b802822010e6cfe4c84212d8d8b3a8ca979150f7f6b7acbb84eaec2c6ed45eedee5"
|
||||||
|
|
||||||
|
[update]
|
||||||
|
[update.modrinth]
|
||||||
|
mod-id = "eqrvp4NK"
|
||||||
|
version = "HM6wtOMY"
|
||||||
@@ -1,13 +0,0 @@
|
|||||||
name = "Crossroads MC"
|
|
||||||
filename = "crossroads-1.20.1-2.10.3.jar"
|
|
||||||
side = "both"
|
|
||||||
|
|
||||||
[download]
|
|
||||||
hash-format = "sha1"
|
|
||||||
hash = "39fb5de77cd03e71000bda8c08d591c7b84434fb"
|
|
||||||
mode = "metadata:curseforge"
|
|
||||||
|
|
||||||
[update]
|
|
||||||
[update.curseforge]
|
|
||||||
file-id = 6260167
|
|
||||||
project-id = 250231
|
|
||||||
13
pack/mods/cynosure.pw.toml
Normal file
13
pack/mods/cynosure.pw.toml
Normal file
@@ -0,0 +1,13 @@
|
|||||||
|
name = "Cynosure"
|
||||||
|
filename = "cynosure-0.1.15-forge.jar"
|
||||||
|
side = "both"
|
||||||
|
|
||||||
|
[download]
|
||||||
|
url = "https://cdn.modrinth.com/data/4JVfdODB/versions/1vIFc2dJ/cynosure-0.1.15-forge.jar"
|
||||||
|
hash-format = "sha512"
|
||||||
|
hash = "12770bab1b84e7496dce99e456a2163a3711e84de690d474c43415dd2de5883faf69a823f3295f223b606b80fd4923075c9ac70f77f8e4c0a550fad508486d5e"
|
||||||
|
|
||||||
|
[update]
|
||||||
|
[update.modrinth]
|
||||||
|
mod-id = "4JVfdODB"
|
||||||
|
version = "1vIFc2dJ"
|
||||||
13
pack/mods/default-options.pw.toml
Normal file
13
pack/mods/default-options.pw.toml
Normal file
@@ -0,0 +1,13 @@
|
|||||||
|
name = "Default Options"
|
||||||
|
filename = "defaultoptions-forge-1.20.1-18.0.4.jar"
|
||||||
|
side = "client"
|
||||||
|
|
||||||
|
[download]
|
||||||
|
url = "https://cdn.modrinth.com/data/WEg59z5b/versions/t5i53ltA/defaultoptions-forge-1.20.1-18.0.4.jar"
|
||||||
|
hash-format = "sha512"
|
||||||
|
hash = "01e9bc32c967a9ccce0504d0b88245e8a3b27cea1e29ed4740a06064179387e28f36dbd2e95401eb38854984361e06b8d58cca3f0d4ba88d660b2d0013845bc9"
|
||||||
|
|
||||||
|
[update]
|
||||||
|
[update.modrinth]
|
||||||
|
mod-id = "WEg59z5b"
|
||||||
|
version = "t5i53ltA"
|
||||||
13
pack/mods/dungeons-plus.pw.toml
Normal file
13
pack/mods/dungeons-plus.pw.toml
Normal file
@@ -0,0 +1,13 @@
|
|||||||
|
name = "Dungeons Plus"
|
||||||
|
filename = "dungeons_plus-1.20.1-1.5.0.jar"
|
||||||
|
side = "both"
|
||||||
|
|
||||||
|
[download]
|
||||||
|
url = "https://cdn.modrinth.com/data/5fNJnSba/versions/PmMZr5jQ/dungeons_plus-1.20.1-1.5.0.jar"
|
||||||
|
hash-format = "sha512"
|
||||||
|
hash = "bc55d019b7cc0b01c42cc4fa625e79594a5722f93fc5427c098b1fe074e2b46efceefb41d6b7948057774f3345953d79d1e2224596c8f8c55d3c369bc2eb2506"
|
||||||
|
|
||||||
|
[update]
|
||||||
|
[update.modrinth]
|
||||||
|
mod-id = "5fNJnSba"
|
||||||
|
version = "PmMZr5jQ"
|
||||||
13
pack/mods/endercon.pw.toml
Normal file
13
pack/mods/endercon.pw.toml
Normal file
@@ -0,0 +1,13 @@
|
|||||||
|
name = "Endercon"
|
||||||
|
filename = "endercon-1.0.2.jar"
|
||||||
|
side = "both"
|
||||||
|
|
||||||
|
[download]
|
||||||
|
url = "https://cdn.modrinth.com/data/wr1BCv8H/versions/30L19LKA/endercon-1.0.2.jar"
|
||||||
|
hash-format = "sha512"
|
||||||
|
hash = "c93f52d17fced5717adef26976fdf6a23067c225fc3692d28dbf278ad723d90ca0482cba1c892124c2791dd2a614a4100f588189a0ae9746572dea39405b3746"
|
||||||
|
|
||||||
|
[update]
|
||||||
|
[update.modrinth]
|
||||||
|
mod-id = "wr1BCv8H"
|
||||||
|
version = "30L19LKA"
|
||||||
@@ -1,13 +1,13 @@
|
|||||||
name = "[EMF] Entity Model Features [Fabric & Forge]"
|
name = "[EMF] Entity Model Features"
|
||||||
filename = "entity_model_features_1.20.1-forge-3.0.10.jar"
|
filename = "entity_model_features_1.20.1-forge-3.0.11.jar"
|
||||||
side = "both"
|
side = "client"
|
||||||
|
|
||||||
[download]
|
[download]
|
||||||
hash-format = "sha1"
|
url = "https://cdn.modrinth.com/data/4I1XuqiY/versions/pQWf7B6Z/entity_model_features_1.20.1-forge-3.0.11.jar"
|
||||||
hash = "f9913b7ecaaf187bfb50fad3ed38a75b1a36e608"
|
hash-format = "sha512"
|
||||||
mode = "metadata:curseforge"
|
hash = "e7763ebcd9771b0618284c386307ff2f48ade95c19d1a8a9d1500e71719bb511c7e4ab8c0b79ea785b641530aa850415c666bc74758d74ad6e4911069404fba1"
|
||||||
|
|
||||||
[update]
|
[update]
|
||||||
[update.curseforge]
|
[update.modrinth]
|
||||||
file-id = 7400722
|
mod-id = "4I1XuqiY"
|
||||||
project-id = 844662
|
version = "pQWf7B6Z"
|
||||||
|
|||||||
13
pack/mods/entitytexturefeatures.pw.toml
Normal file
13
pack/mods/entitytexturefeatures.pw.toml
Normal file
@@ -0,0 +1,13 @@
|
|||||||
|
name = "[ETF] Entity Texture Features"
|
||||||
|
filename = "entity_texture_features_1.20.1-forge-7.0.8.jar"
|
||||||
|
side = "client"
|
||||||
|
|
||||||
|
[download]
|
||||||
|
url = "https://cdn.modrinth.com/data/BVzZfTc1/versions/2utF7Tal/entity_texture_features_1.20.1-forge-7.0.8.jar"
|
||||||
|
hash-format = "sha512"
|
||||||
|
hash = "5513f0bc97baa74b1a70bcc168def235fa8f7e3a07457be0f5f5fb53db8eb9600e12db08921b4db69178ceba9412a9aa83d7df351beea981d20662434ebc2094"
|
||||||
|
|
||||||
|
[update]
|
||||||
|
[update.modrinth]
|
||||||
|
mod-id = "BVzZfTc1"
|
||||||
|
version = "2utF7Tal"
|
||||||
@@ -1,13 +0,0 @@
|
|||||||
name = "Essentials"
|
|
||||||
filename = "essentials-1.20.1-2.16.0.jar"
|
|
||||||
side = "both"
|
|
||||||
|
|
||||||
[download]
|
|
||||||
hash-format = "sha1"
|
|
||||||
hash = "51624cbd509a58bf22b232817b2ecef8e2ff1155"
|
|
||||||
mode = "metadata:curseforge"
|
|
||||||
|
|
||||||
[update]
|
|
||||||
[update.curseforge]
|
|
||||||
file-id = 4640300
|
|
||||||
project-id = 293752
|
|
||||||
@@ -1,13 +1,13 @@
|
|||||||
name = "Estrogen"
|
name = "Estrogen"
|
||||||
filename = "estrogen-5.0.7+1.20.1-forge.jar"
|
filename = "estrogen-5.0.8+1.20.1-forge.jar"
|
||||||
side = "both"
|
side = "both"
|
||||||
|
|
||||||
[download]
|
[download]
|
||||||
url = "https://cdn.modrinth.com/data/HhIJW8n1/versions/HwlZrhnz/estrogen-5.0.7%2B1.20.1-forge.jar"
|
url = "https://cdn.modrinth.com/data/HhIJW8n1/versions/15cYSyT3/estrogen-5.0.8%2B1.20.1-forge.jar"
|
||||||
hash-format = "sha512"
|
hash-format = "sha512"
|
||||||
hash = "ebaa8128eb406ca53e8fe650d85b307d4fd59a974d8265fd4566cd923b0c982b6d323a80fe9e4df829aee7895243c59b3907ad4579bdea0029f2c2f2356b6dea"
|
hash = "819a517676a77a9adfe7f4a4541f626ac170b4b77b07456db3faaa6bab94c509fe47badbdd4533bb9babe32592b58836bf2985cba472da8f20031629625af515"
|
||||||
|
|
||||||
[update]
|
[update]
|
||||||
[update.modrinth]
|
[update.modrinth]
|
||||||
mod-id = "HhIJW8n1"
|
mod-id = "HhIJW8n1"
|
||||||
version = "HwlZrhnz"
|
version = "15cYSyT3"
|
||||||
|
|||||||
13
pack/mods/etched.pw.toml
Normal file
13
pack/mods/etched.pw.toml
Normal file
@@ -0,0 +1,13 @@
|
|||||||
|
name = "Etched"
|
||||||
|
filename = "etched-3.0.2.jar"
|
||||||
|
side = "both"
|
||||||
|
|
||||||
|
[download]
|
||||||
|
url = "https://cdn.modrinth.com/data/zi3Fnfmc/versions/M178L4Do/etched-3.0.2.jar"
|
||||||
|
hash-format = "sha512"
|
||||||
|
hash = "d932c4fb13b62e92f33dbad0d826e3f08f338d05e166421bf997101176b468f23792931b2c6f154e3b2d1c6fde5012a3ae5a98aa7711da5eb41184523d834046"
|
||||||
|
|
||||||
|
[update]
|
||||||
|
[update.modrinth]
|
||||||
|
mod-id = "zi3Fnfmc"
|
||||||
|
version = "M178L4Do"
|
||||||
13
pack/mods/experimental-settings-disabler.pw.toml
Normal file
13
pack/mods/experimental-settings-disabler.pw.toml
Normal file
@@ -0,0 +1,13 @@
|
|||||||
|
name = "Experimental Settings Disabler"
|
||||||
|
filename = "experimentalsettingsdisabler-1.20.1-3.0.jar"
|
||||||
|
side = "client"
|
||||||
|
|
||||||
|
[download]
|
||||||
|
url = "https://cdn.modrinth.com/data/Dafp0il6/versions/ILMogVwI/experimentalsettingsdisabler-1.20.1-3.0.jar"
|
||||||
|
hash-format = "sha512"
|
||||||
|
hash = "bf6f47aa17ae5ea29f3c4a76978da5ccd184ae72ecc00ffdaeef17c669abd6fdbfa1fea3b697b571419f1f02606ed85d0b30ce9e7944df6332263cd4032bfa5a"
|
||||||
|
|
||||||
|
[update]
|
||||||
|
[update.modrinth]
|
||||||
|
mod-id = "Dafp0il6"
|
||||||
|
version = "ILMogVwI"
|
||||||
13
pack/mods/fast-paintings.pw.toml
Normal file
13
pack/mods/fast-paintings.pw.toml
Normal file
@@ -0,0 +1,13 @@
|
|||||||
|
name = "Fast Paintings"
|
||||||
|
filename = "fastpaintings-1.20-1.2.7.jar"
|
||||||
|
side = "both"
|
||||||
|
|
||||||
|
[download]
|
||||||
|
url = "https://cdn.modrinth.com/data/z3TzcquW/versions/Bvjyyy1T/fastpaintings-1.20-1.2.7.jar"
|
||||||
|
hash-format = "sha512"
|
||||||
|
hash = "917595dfe0834d765751ee7272ef212df3d5077a651483b285d4e252819f56db5628e174c22a419b9038c25aa36f85bf22964e862920d2835f77bbd9baa87168"
|
||||||
|
|
||||||
|
[update]
|
||||||
|
[update.modrinth]
|
||||||
|
mod-id = "z3TzcquW"
|
||||||
|
version = "Bvjyyy1T"
|
||||||
@@ -3,11 +3,11 @@ filename = "fabric-api-0.92.6+1.11.14+1.20.1.jar"
|
|||||||
side = "both"
|
side = "both"
|
||||||
|
|
||||||
[download]
|
[download]
|
||||||
hash-format = "sha1"
|
url = "https://cdn.modrinth.com/data/Aqlf1Shp/versions/XweDEycJ/fabric-api-0.92.6%2B1.11.14%2B1.20.1.jar"
|
||||||
hash = "285c22b2567b9fdf98ef9808eceb5557de9611d3"
|
hash-format = "sha512"
|
||||||
mode = "metadata:curseforge"
|
hash = "3b84ea415d9255861bcbf78cfda3987b78aa452361bf44ba6a0223501a25ab5c5c55cb0eac6f460c88b8cec958f2b59211e488277c26e3432a08196f62049e7c"
|
||||||
|
|
||||||
[update]
|
[update]
|
||||||
[update.curseforge]
|
[update.modrinth]
|
||||||
file-id = 6885853
|
mod-id = "Aqlf1Shp"
|
||||||
project-id = 889079
|
version = "XweDEycJ"
|
||||||
|
|||||||
13
pack/mods/hide-key-binding.pw.toml
Normal file
13
pack/mods/hide-key-binding.pw.toml
Normal file
@@ -0,0 +1,13 @@
|
|||||||
|
name = "Hide Key Binding"
|
||||||
|
filename = "[MC-1.20] Hide Key Binding v1.0.0.7 - 2025-3-31.jar"
|
||||||
|
side = "client"
|
||||||
|
|
||||||
|
[download]
|
||||||
|
url = "https://cdn.modrinth.com/data/mWovtWTo/versions/vRzrYeDL/%5BMC-1.20%5D%20Hide%20Key%20Binding%20v1.0.0.7%20-%202025-3-31.jar"
|
||||||
|
hash-format = "sha512"
|
||||||
|
hash = "5bc3a02e192e4dd7779a53cc4d634a57e86b4f9f1c8d713b781818d77a5f7373bfa93319367497be8d52dc768c3ff184b9bf1ce634bf6389a0e6b70ea8d61b4b"
|
||||||
|
|
||||||
|
[update]
|
||||||
|
[update.modrinth]
|
||||||
|
mod-id = "mWovtWTo"
|
||||||
|
version = "vRzrYeDL"
|
||||||
13
pack/mods/in-control.pw.toml
Normal file
13
pack/mods/in-control.pw.toml
Normal file
@@ -0,0 +1,13 @@
|
|||||||
|
name = "In Control!"
|
||||||
|
filename = "incontrol-1.20-9.4.6.jar"
|
||||||
|
side = "server"
|
||||||
|
|
||||||
|
[download]
|
||||||
|
url = "https://cdn.modrinth.com/data/KpICtuVx/versions/DyzZZhxQ/incontrol-1.20-9.4.6.jar"
|
||||||
|
hash-format = "sha512"
|
||||||
|
hash = "7d42c60bbe39098b4f71c1f7451f63fd6c90a2f4e66252afc1be6ac5fcd8fdb9161645beee1c8981c8e44c85bdad10b2997d3d9e51a835cb29d85fa0d642583f"
|
||||||
|
|
||||||
|
[update]
|
||||||
|
[update.modrinth]
|
||||||
|
mod-id = "KpICtuVx"
|
||||||
|
version = "DyzZZhxQ"
|
||||||
@@ -1,13 +0,0 @@
|
|||||||
name = "Item Obliterator (Modpack Utils Series)"
|
|
||||||
filename = "Item-Obliterator-NeoForge-MC1.20.1-2.3.1.jar"
|
|
||||||
side = "both"
|
|
||||||
|
|
||||||
[download]
|
|
||||||
hash-format = "sha1"
|
|
||||||
hash = "d8fa4e840a3d60f2172de0584d804d0bf7e6db19"
|
|
||||||
mode = "metadata:curseforge"
|
|
||||||
|
|
||||||
[update]
|
|
||||||
[update.curseforge]
|
|
||||||
file-id = 5479898
|
|
||||||
project-id = 835861
|
|
||||||
13
pack/mods/lexiconfig.pw.toml
Normal file
13
pack/mods/lexiconfig.pw.toml
Normal file
@@ -0,0 +1,13 @@
|
|||||||
|
name = "Lexiconfig"
|
||||||
|
filename = "lexiconfig-forge-1.4.18-1.jar"
|
||||||
|
side = "both"
|
||||||
|
|
||||||
|
[download]
|
||||||
|
url = "https://cdn.modrinth.com/data/D157Rgyf/versions/iv3Hdpa6/lexiconfig-forge-1.4.18-1.jar"
|
||||||
|
hash-format = "sha512"
|
||||||
|
hash = "6050924134d594dd7031061bfe70b34429842516b388262335024206e50993794baa3697f08053bd001e728d3ce42875ee5215e819ed2c595a002cec46c40985"
|
||||||
|
|
||||||
|
[update]
|
||||||
|
[update.modrinth]
|
||||||
|
mod-id = "D157Rgyf"
|
||||||
|
version = "iv3Hdpa6"
|
||||||
@@ -1,13 +1,13 @@
|
|||||||
name = "Lithostitched"
|
name = "Lithostitched"
|
||||||
filename = "lithostitched-forge-1.20.1-1.4.11.jar"
|
filename = "lithostitched-forge-1.20.1-1.4.11.jar"
|
||||||
side = "both"
|
side = "server"
|
||||||
|
|
||||||
[download]
|
[download]
|
||||||
hash-format = "sha1"
|
url = "https://cdn.modrinth.com/data/XaDC71GB/versions/srPoHKt8/lithostitched-forge-1.20.1-1.4.11.jar"
|
||||||
hash = "d1a755de84ee5d8910ff1e65e815473056e93ece"
|
hash-format = "sha512"
|
||||||
mode = "metadata:curseforge"
|
hash = "4e50a0fb4f054b429803cb20fc0820011b12098ebca1f17b1b0634cab832369e08446901d5e97fd35b01e99cf6066d20a16cc673c5b7bc8196568b3db67128c2"
|
||||||
|
|
||||||
[update]
|
[update]
|
||||||
[update.curseforge]
|
[update.modrinth]
|
||||||
file-id = 6742615
|
mod-id = "XaDC71GB"
|
||||||
project-id = 936015
|
version = "srPoHKt8"
|
||||||
|
|||||||
13
pack/mods/lootjs.pw.toml
Normal file
13
pack/mods/lootjs.pw.toml
Normal file
@@ -0,0 +1,13 @@
|
|||||||
|
name = "LootJS: KubeJS Addon"
|
||||||
|
filename = "lootjs-forge-1.20.1-2.13.1.jar"
|
||||||
|
side = "server"
|
||||||
|
|
||||||
|
[download]
|
||||||
|
url = "https://cdn.modrinth.com/data/fJFETWDN/versions/wltVDhRB/lootjs-forge-1.20.1-2.13.1.jar"
|
||||||
|
hash-format = "sha512"
|
||||||
|
hash = "c03a07caf451a272f8027a47bb951db73f19bb24d603b61f0328a1769568a98f3912ec6b7bf39218062add102cb8fa7b29ae4ca73731cfa2db09eaac8fcf1033"
|
||||||
|
|
||||||
|
[update]
|
||||||
|
[update.modrinth]
|
||||||
|
mod-id = "fJFETWDN"
|
||||||
|
version = "wltVDhRB"
|
||||||
@@ -1,13 +1,13 @@
|
|||||||
name = "Moonlight Lib"
|
name = "Moonlight Lib"
|
||||||
filename = "moonlight-1.20-2.16.23-forge.jar"
|
filename = "moonlight-1.20-2.16.27-forge.jar"
|
||||||
side = "both"
|
side = "both"
|
||||||
|
|
||||||
[download]
|
[download]
|
||||||
url = "https://cdn.modrinth.com/data/twkfQtEc/versions/XCFIOCRA/moonlight-1.20-2.16.23-forge.jar"
|
url = "https://cdn.modrinth.com/data/twkfQtEc/versions/lrpPgviq/moonlight-1.20-2.16.27-forge.jar"
|
||||||
hash-format = "sha512"
|
hash-format = "sha512"
|
||||||
hash = "2baeeafd86a7df76b81d41cf20f6dde2f1ecfed3bfda19f299d6acd59fd52eedda47829b56ac0f4da4647e9f7be50a8ec6f677c421f91c0bb5c8f5f8d0710b49"
|
hash = "30b9a16c4643bbbf643304e14d524f72f7aa2343317ba40e136b88a433d2110dc727b7747003126dc9a220e18b5da69585b24c8b3135844ddeef07e5d6006afa"
|
||||||
|
|
||||||
[update]
|
[update]
|
||||||
[update.modrinth]
|
[update.modrinth]
|
||||||
mod-id = "twkfQtEc"
|
mod-id = "twkfQtEc"
|
||||||
version = "XCFIOCRA"
|
version = "lrpPgviq"
|
||||||
|
|||||||
13
pack/mods/more-create-burners.pw.toml
Normal file
13
pack/mods/more-create-burners.pw.toml
Normal file
@@ -0,0 +1,13 @@
|
|||||||
|
name = "More Create Burners"
|
||||||
|
filename = "moreburners-1.20.1-0.3.5.jar"
|
||||||
|
side = "both"
|
||||||
|
|
||||||
|
[download]
|
||||||
|
url = "https://cdn.modrinth.com/data/mhvWcWRc/versions/RDnw3kwU/moreburners-1.20.1-0.3.5.jar"
|
||||||
|
hash-format = "sha512"
|
||||||
|
hash = "1590c7c57606e1461022b616f782b981d156065ea2e8b846781c39d040d80e669f024ad0768f726664a03ed03460a3627c0eeaa16e4eef8165885e8abe3b58d5"
|
||||||
|
|
||||||
|
[update]
|
||||||
|
[update.modrinth]
|
||||||
|
mod-id = "mhvWcWRc"
|
||||||
|
version = "RDnw3kwU"
|
||||||
13
pack/mods/musket-mod.pw.toml
Normal file
13
pack/mods/musket-mod.pw.toml
Normal file
@@ -0,0 +1,13 @@
|
|||||||
|
name = "Musket Mod"
|
||||||
|
filename = "musketmod-1.20.1-forge-1.5.4.jar"
|
||||||
|
side = "both"
|
||||||
|
|
||||||
|
[download]
|
||||||
|
url = "https://cdn.modrinth.com/data/967vM4zw/versions/TMhHD4WK/musketmod-1.20.1-forge-1.5.4.jar"
|
||||||
|
hash-format = "sha512"
|
||||||
|
hash = "769e55dfc704f0b5028ec0bcd2301effced94d22dc83772a601de53da36556b545281565b795d73abcba394d26bd0452a6fc874eac38cb867b585155b79783a3"
|
||||||
|
|
||||||
|
[update]
|
||||||
|
[update.modrinth]
|
||||||
|
mod-id = "967vM4zw"
|
||||||
|
version = "TMhHD4WK"
|
||||||
13
pack/mods/no-chat-reports.pw.toml
Normal file
13
pack/mods/no-chat-reports.pw.toml
Normal file
@@ -0,0 +1,13 @@
|
|||||||
|
name = "No Chat Reports"
|
||||||
|
filename = "NoChatReports-FORGE-1.20.1-v2.2.2.jar"
|
||||||
|
side = "both"
|
||||||
|
|
||||||
|
[download]
|
||||||
|
url = "https://cdn.modrinth.com/data/qQyHxfxd/versions/ksEG6N5E/NoChatReports-FORGE-1.20.1-v2.2.2.jar"
|
||||||
|
hash-format = "sha512"
|
||||||
|
hash = "39aa2e120a10ee68e9b03e3d5bd6f2d5def2fa7fcd914f55f018a85381eb0bb52055abce53a64cb0b0fba10f24da12caef085733e715907598ce468bcf59df51"
|
||||||
|
|
||||||
|
[update]
|
||||||
|
[update.modrinth]
|
||||||
|
mod-id = "qQyHxfxd"
|
||||||
|
version = "ksEG6N5E"
|
||||||
13
pack/mods/norecipebookreborn.pw.toml
Normal file
13
pack/mods/norecipebookreborn.pw.toml
Normal file
@@ -0,0 +1,13 @@
|
|||||||
|
name = "No Recipe Book Reborn"
|
||||||
|
filename = "norecipebookreborn-1.0.5.jar"
|
||||||
|
side = "client"
|
||||||
|
|
||||||
|
[download]
|
||||||
|
url = "https://cdn.modrinth.com/data/VDMK7X5r/versions/tBdbkrdA/norecipebookreborn-1.0.5.jar"
|
||||||
|
hash-format = "sha512"
|
||||||
|
hash = "259af9630c9d721ca60cca8a4152245c2692ad1c9a8071776c60b5e8435865279389b5f123f211f26b3f8d355225c0c47d85a508cbb1452fc4265118fc90a7f8"
|
||||||
|
|
||||||
|
[update]
|
||||||
|
[update.modrinth]
|
||||||
|
mod-id = "VDMK7X5r"
|
||||||
|
version = "tBdbkrdA"
|
||||||
13
pack/mods/nuclear-boiler.pw.toml
Normal file
13
pack/mods/nuclear-boiler.pw.toml
Normal file
@@ -0,0 +1,13 @@
|
|||||||
|
name = "Nuclear Boiler"
|
||||||
|
filename = "nuclearboiler-1.0.0.jar"
|
||||||
|
side = "both"
|
||||||
|
|
||||||
|
[download]
|
||||||
|
url = "https://cdn.modrinth.com/data/xj72kiXk/versions/om3BHIKM/nuclearboiler-1.0.0.jar"
|
||||||
|
hash-format = "sha512"
|
||||||
|
hash = "abcae55a7a2d352baf3408eec910e4d4d3845bd79f6bbcedcaccb33279961cb5e1c28c3e998a0a1e0246c1c82d310f934f1add053c5f91eb686bc38a907859b2"
|
||||||
|
|
||||||
|
[update]
|
||||||
|
[update.modrinth]
|
||||||
|
mod-id = "xj72kiXk"
|
||||||
|
version = "om3BHIKM"
|
||||||
@@ -1,13 +0,0 @@
|
|||||||
name = "Nyf's Spiders"
|
|
||||||
filename = "nyfsspiders-forge-1.20.1-2.1.1.jar"
|
|
||||||
side = "both"
|
|
||||||
|
|
||||||
[download]
|
|
||||||
hash-format = "sha1"
|
|
||||||
hash = "20783131cc63dec55036ffde84ed72c7e3c648c3"
|
|
||||||
mode = "metadata:curseforge"
|
|
||||||
|
|
||||||
[update]
|
|
||||||
[update.curseforge]
|
|
||||||
file-id = 4728359
|
|
||||||
project-id = 686058
|
|
||||||
13
pack/mods/packages.pw.toml
Normal file
13
pack/mods/packages.pw.toml
Normal file
@@ -0,0 +1,13 @@
|
|||||||
|
name = "Packages"
|
||||||
|
filename = "packages-1.20.1-forge-2025.12.23.jar"
|
||||||
|
side = "both"
|
||||||
|
|
||||||
|
[download]
|
||||||
|
url = "https://cdn.modrinth.com/data/10DZYVis/versions/D0UXZQXn/packages-1.20.1-forge-2025.12.23.jar"
|
||||||
|
hash-format = "sha512"
|
||||||
|
hash = "cd3b1e34a65d87f1a20bfcb1f8ffcb36205f9317f68108db385fc2b13b4add861c918178808f77ab193e4ea7f5519a94d195e6fd8296595ed76eb56ff40e0d8f"
|
||||||
|
|
||||||
|
[update]
|
||||||
|
[update.modrinth]
|
||||||
|
mod-id = "10DZYVis"
|
||||||
|
version = "D0UXZQXn"
|
||||||
@@ -1,13 +0,0 @@
|
|||||||
name = "Peaceful Nights"
|
|
||||||
filename = "peaceful_nights-forge-0.1.0+1.20.1.jar"
|
|
||||||
side = "server"
|
|
||||||
|
|
||||||
[download]
|
|
||||||
url = "https://cdn.modrinth.com/data/wusZLXmN/versions/DhtqcP7Y/peaceful_nights-forge-0.1.0%2B1.20.1.jar"
|
|
||||||
hash-format = "sha512"
|
|
||||||
hash = "cb856d9c0813eba83e4a024ec2da70edea41e7e2f86581a5fb50f470cb27bab50ba5012237361b0ae7fee409ecc31bc486ccfcd57e37af2bb20a1273f10fd107"
|
|
||||||
|
|
||||||
[update]
|
|
||||||
[update.modrinth]
|
|
||||||
mod-id = "wusZLXmN"
|
|
||||||
version = "DhtqcP7Y"
|
|
||||||
Binary file not shown.
13
pack/mods/power-grid.pw.toml
Normal file
13
pack/mods/power-grid.pw.toml
Normal file
@@ -0,0 +1,13 @@
|
|||||||
|
name = "Create: Power Grid"
|
||||||
|
filename = "powergrid-mc1.20.1-0.4.2.jar"
|
||||||
|
side = "both"
|
||||||
|
|
||||||
|
[download]
|
||||||
|
url = "https://cdn.modrinth.com/data/eWiBLJ9R/versions/cpEJxSm0/powergrid-mc1.20.1-0.4.2.jar"
|
||||||
|
hash-format = "sha512"
|
||||||
|
hash = "69d94de4f7b17b185d9e6b988af9b0c5f4a79c15c9b4a2f05fa7bf8bf33a4a73ebe3491d51cae641167d73b30a0e6052be388695ac1847ebcf0f78074fe89e23"
|
||||||
|
|
||||||
|
[update]
|
||||||
|
[update.modrinth]
|
||||||
|
mod-id = "eWiBLJ9R"
|
||||||
|
version = "cpEJxSm0"
|
||||||
@@ -3,11 +3,11 @@ filename = "PuzzlesLib-v8.1.33-1.20.1-Forge.jar"
|
|||||||
side = "both"
|
side = "both"
|
||||||
|
|
||||||
[download]
|
[download]
|
||||||
hash-format = "sha1"
|
url = "https://cdn.modrinth.com/data/QAGBst4M/versions/mIyVGf3d/PuzzlesLib-v8.1.33-1.20.1-Forge.jar"
|
||||||
hash = "285b7c7616971338ccbe0022c9ea0f8ad3036aaf"
|
hash-format = "sha512"
|
||||||
mode = "metadata:curseforge"
|
hash = "4e0a6243f70a7f99bb631940bfeca49f31b13ec34f338d994fe129f0445e738ffd925e5c440f4e6bf822f9013bb8c2156de6dfcd62741d85c3ca3e8221d86a19"
|
||||||
|
|
||||||
[update]
|
[update]
|
||||||
[update.curseforge]
|
[update.modrinth]
|
||||||
file-id = 6918565
|
mod-id = "QAGBst4M"
|
||||||
project-id = 495476
|
version = "mIyVGf3d"
|
||||||
|
|||||||
13
pack/mods/redstonepen.pw.toml
Normal file
13
pack/mods/redstonepen.pw.toml
Normal file
@@ -0,0 +1,13 @@
|
|||||||
|
name = "Redstone Pen"
|
||||||
|
filename = "redstonepen-1.20.1-neoforge-1.3.33.jar"
|
||||||
|
side = "both"
|
||||||
|
|
||||||
|
[download]
|
||||||
|
url = "https://cdn.modrinth.com/data/DwE83ioX/versions/3sQAAW5F/redstonepen-1.20.1-neoforge-1.3.33.jar"
|
||||||
|
hash-format = "sha512"
|
||||||
|
hash = "822a425327f414f516558a041a752f05b16f278bf5e29d170dc5a11d5f17bea65c9bb3ed294a15f5d6839d686098ac269ecd2242bd6228c0016e74226f8f9f3a"
|
||||||
|
|
||||||
|
[update]
|
||||||
|
[update.modrinth]
|
||||||
|
mod-id = "DwE83ioX"
|
||||||
|
version = "3sQAAW5F"
|
||||||
@@ -1,13 +0,0 @@
|
|||||||
name = "Shelves"
|
|
||||||
filename = "shelfmod-mc1.20.1-forge-3.2.jar"
|
|
||||||
side = "both"
|
|
||||||
|
|
||||||
[download]
|
|
||||||
url = "https://cdn.modrinth.com/data/6ybx4jID/versions/EXqNZYJA/shelfmod-mc1.20.1-forge-3.2.jar"
|
|
||||||
hash-format = "sha512"
|
|
||||||
hash = "a9931d1b8274af9b62c3edee258ff014159f6d401e7743ac3283be875e26b0a4e312054e81494e5149b71078ca8a6abe06241420d3c83fff563067cd46d68602"
|
|
||||||
|
|
||||||
[update]
|
|
||||||
[update.modrinth]
|
|
||||||
mod-id = "6ybx4jID"
|
|
||||||
version = "EXqNZYJA"
|
|
||||||
13
pack/mods/simple-radio.pw.toml
Normal file
13
pack/mods/simple-radio.pw.toml
Normal file
@@ -0,0 +1,13 @@
|
|||||||
|
name = "Simple Radio"
|
||||||
|
filename = "simpleradio-forge-1.20.1-3.4.6.jar"
|
||||||
|
side = "both"
|
||||||
|
|
||||||
|
[download]
|
||||||
|
url = "https://cdn.modrinth.com/data/S7b8mMXS/versions/YNYTaait/simpleradio-forge-1.20.1-3.4.6.jar"
|
||||||
|
hash-format = "sha512"
|
||||||
|
hash = "f2fa4e1d95cd81c8dfa63f0d949b565778906137cf658326341ee65d6785666f655b624a24e259cc3e6bc9a162d148e4b2562d1bc996d5e637aa3eefe494f8c0"
|
||||||
|
|
||||||
|
[update]
|
||||||
|
[update.modrinth]
|
||||||
|
mod-id = "S7b8mMXS"
|
||||||
|
version = "YNYTaait"
|
||||||
13
pack/mods/simple-voice-chat.pw.toml
Normal file
13
pack/mods/simple-voice-chat.pw.toml
Normal file
@@ -0,0 +1,13 @@
|
|||||||
|
name = "Simple Voice Chat"
|
||||||
|
filename = "voicechat-forge-1.20.1-2.6.11.jar"
|
||||||
|
side = "both"
|
||||||
|
|
||||||
|
[download]
|
||||||
|
url = "https://cdn.modrinth.com/data/9eGKb6K1/versions/eeY1kjuJ/voicechat-forge-1.20.1-2.6.11.jar"
|
||||||
|
hash-format = "sha512"
|
||||||
|
hash = "6ee536822403b249d1b10f1c6b21fbaac8c4238e994b9817f0bb08a21418e401f673a65e3f87683f8168ecafca2c93fd39fb842cf9b1cf0a4ffbc5ae001b35bb"
|
||||||
|
|
||||||
|
[update]
|
||||||
|
[update.modrinth]
|
||||||
|
mod-id = "9eGKb6K1"
|
||||||
|
version = "eeY1kjuJ"
|
||||||
13
pack/mods/spyglass-improvements.pw.toml
Normal file
13
pack/mods/spyglass-improvements.pw.toml
Normal file
@@ -0,0 +1,13 @@
|
|||||||
|
name = "Spyglass Improvements"
|
||||||
|
filename = "spyglass_improvements-forge-1.5.12b+mc1.20+forge.jar"
|
||||||
|
side = "client"
|
||||||
|
|
||||||
|
[download]
|
||||||
|
url = "https://cdn.modrinth.com/data/Z6ykjRlM/versions/3MPiN8W6/spyglass_improvements-forge-1.5.12b%2Bmc1.20%2Bforge.jar"
|
||||||
|
hash-format = "sha512"
|
||||||
|
hash = "76c40b89cdc8ecb0a881857a93af29b51731985183ceb7597cc3f0568b8cefedf910f2c2afff874d8b569e0b25dd5029097a9f0bff8e9a931e7254776bd4ac90"
|
||||||
|
|
||||||
|
[update]
|
||||||
|
[update.modrinth]
|
||||||
|
mod-id = "Z6ykjRlM"
|
||||||
|
version = "3MPiN8W6"
|
||||||
@@ -1,13 +0,0 @@
|
|||||||
name = "Stonecutter Likes Wood"
|
|
||||||
filename = "stonecutterlikeswood-1.20.1-1.1.0.jar"
|
|
||||||
side = "both"
|
|
||||||
|
|
||||||
[download]
|
|
||||||
hash-format = "sha1"
|
|
||||||
hash = "b7706209628915002f4541e3e839df34581ff80e"
|
|
||||||
mode = "metadata:curseforge"
|
|
||||||
|
|
||||||
[update]
|
|
||||||
[update.curseforge]
|
|
||||||
file-id = 5542422
|
|
||||||
project-id = 1063301
|
|
||||||
13
pack/mods/stony-cliffs-are-cool.pw.toml
Normal file
13
pack/mods/stony-cliffs-are-cool.pw.toml
Normal file
@@ -0,0 +1,13 @@
|
|||||||
|
name = "Stony Cliffs Are Cool"
|
||||||
|
filename = "Stony Cliffs for Lithostitched v1.1.2.jar"
|
||||||
|
side = "both"
|
||||||
|
|
||||||
|
[download]
|
||||||
|
url = "https://cdn.modrinth.com/data/boFjx9eY/versions/m2RpZi3X/Stony%20Cliffs%20for%20Lithostitched%20v1.1.2.jar"
|
||||||
|
hash-format = "sha512"
|
||||||
|
hash = "532f533d6458fabd1f3dbd30a474981b22c68a57a84c36eb2098dd1321e00629d8f88dcdd5b08780174dec530a67f477b7f0a529d2f805db7c73d9b0bc3948d6"
|
||||||
|
|
||||||
|
[update]
|
||||||
|
[update.modrinth]
|
||||||
|
mod-id = "boFjx9eY"
|
||||||
|
version = "m2RpZi3X"
|
||||||
13
pack/mods/structure-gel-api.pw.toml
Normal file
13
pack/mods/structure-gel-api.pw.toml
Normal file
@@ -0,0 +1,13 @@
|
|||||||
|
name = "Structure Gel API"
|
||||||
|
filename = "structure_gel-1.20.1-2.16.2.jar"
|
||||||
|
side = "both"
|
||||||
|
|
||||||
|
[download]
|
||||||
|
url = "https://cdn.modrinth.com/data/T8TGycIQ/versions/xavY0MZc/structure_gel-1.20.1-2.16.2.jar"
|
||||||
|
hash-format = "sha512"
|
||||||
|
hash = "643f7ae81418e2a473824f35dc06df357a16e17ae1dd0f4c6dd00958aebacc83fb15386240d4767b6ad41d6b89735778bb564080ce6174a0a374f9ac63f9ced8"
|
||||||
|
|
||||||
|
[update]
|
||||||
|
[update.modrinth]
|
||||||
|
mod-id = "T8TGycIQ"
|
||||||
|
version = "xavY0MZc"
|
||||||
13
pack/mods/structurify.pw.toml
Normal file
13
pack/mods/structurify.pw.toml
Normal file
@@ -0,0 +1,13 @@
|
|||||||
|
name = "Structurify"
|
||||||
|
filename = "structurify-forge-2.0.17+mc1.20.1.jar"
|
||||||
|
side = "both"
|
||||||
|
|
||||||
|
[download]
|
||||||
|
url = "https://cdn.modrinth.com/data/yz7AM2zx/versions/hHbgVGke/structurify-forge-2.0.17%2Bmc1.20.1.jar"
|
||||||
|
hash-format = "sha512"
|
||||||
|
hash = "3f53e323a7972633a830b21b89c7b239f0ee363543361533b35340bac9a025200df1a03c44aba88f39139020ab1b7049b75431478d59ebd8f2b0ef4ee046532c"
|
||||||
|
|
||||||
|
[update]
|
||||||
|
[update.modrinth]
|
||||||
|
mod-id = "yz7AM2zx"
|
||||||
|
version = "hHbgVGke"
|
||||||
@@ -1,13 +0,0 @@
|
|||||||
name = "TerraBlender (Forge)"
|
|
||||||
filename = "TerraBlender-forge-1.20.1-3.0.1.10.jar"
|
|
||||||
side = "both"
|
|
||||||
|
|
||||||
[download]
|
|
||||||
hash-format = "sha1"
|
|
||||||
hash = "3bd99fb59e8b06b04e78b5153790c1e08b2be5dc"
|
|
||||||
mode = "metadata:curseforge"
|
|
||||||
|
|
||||||
[update]
|
|
||||||
[update.curseforge]
|
|
||||||
file-id = 6290448
|
|
||||||
project-id = 563928
|
|
||||||
13
pack/mods/tetracelium.pw.toml
Normal file
13
pack/mods/tetracelium.pw.toml
Normal file
@@ -0,0 +1,13 @@
|
|||||||
|
name = "tetracelium"
|
||||||
|
filename = "tetracelium-1.20.1-1.3.1.jar"
|
||||||
|
side = "both"
|
||||||
|
|
||||||
|
[download]
|
||||||
|
url = "https://cdn.modrinth.com/data/rTvWs5Jz/versions/ylknRMaS/tetracelium-1.20.1-1.3.1.jar"
|
||||||
|
hash-format = "sha512"
|
||||||
|
hash = "164db8702cab72b9642986db7779f48c1a610224b4dc93be7a4a0d6ddba3354511f99612e6e305a54b3ab09a78066f874bcad6e30f9d3e2e7b843264e40c643c"
|
||||||
|
|
||||||
|
[update]
|
||||||
|
[update.modrinth]
|
||||||
|
mod-id = "rTvWs5Jz"
|
||||||
|
version = "ylknRMaS"
|
||||||
13
pack/mods/theft.pw.toml
Normal file
13
pack/mods/theft.pw.toml
Normal file
@@ -0,0 +1,13 @@
|
|||||||
|
name = "Theft"
|
||||||
|
filename = "theft-1.5.1.jar"
|
||||||
|
side = "both"
|
||||||
|
|
||||||
|
[download]
|
||||||
|
url = "https://cdn.modrinth.com/data/GiTSor9Z/versions/78ccVZ9h/theft-1.5.1.jar"
|
||||||
|
hash-format = "sha512"
|
||||||
|
hash = "85a6a20b75a976edf81272ed18008d33d28354be319a31ac385c4f5438608ca2d3b7a02af8d3240a5114cdbaf3bf499a9d09f24e5f80e5e867bfac7d3755cd6d"
|
||||||
|
|
||||||
|
[update]
|
||||||
|
[update.modrinth]
|
||||||
|
mod-id = "GiTSor9Z"
|
||||||
|
version = "78ccVZ9h"
|
||||||
BIN
pack/mods/toms-storage-modified.jar
Normal file
BIN
pack/mods/toms-storage-modified.jar
Normal file
Binary file not shown.
Some files were not shown because too many files have changed in this diff Show More
Reference in New Issue
Block a user