Compare commits
11 commits
58b8bd6d09
...
1ca0a2306d
| Author | SHA1 | Date | |
|---|---|---|---|
| 1ca0a2306d | |||
| fbf0daf82e | |||
| 73e9e38d1c | |||
| 691e9bddc0 | |||
| 94780bf4bf | |||
| 7eabad4e23 | |||
| afa3a075ac | |||
| c5486aebbc | |||
| 467c09d731 | |||
| 70acf6e1b7 | |||
| c6f5d6b95e |
|
|
@ -83,14 +83,21 @@
|
|||
"zinc"
|
||||
],
|
||||
"priorityOverrides": {},
|
||||
"customTags": {},
|
||||
"customTags": {
|
||||
"vpp:rope": [
|
||||
"dustydecorations:rope",
|
||||
"beautify:rope",
|
||||
"farmersdelight:rope",
|
||||
"supplementaries:rope"
|
||||
]
|
||||
},
|
||||
"tagOwnerships": {},
|
||||
"itemTagInheritanceMode": "ALLOW",
|
||||
"itemTagInheritance": {},
|
||||
"blockTagInheritanceMode": "ALLOW",
|
||||
"blockTagInheritance": {},
|
||||
"ignoredTags": [],
|
||||
"ignoredItems": ["minecraft:iron_ingot", "betternether:cincinnasite_ingot", "betterend:thallasium_ingot"],
|
||||
"ignoredItems": [".*thallasium.*", ".*cincinnasite.*"],
|
||||
"ignoredRecipeTypes": [
|
||||
"cucumber:shaped_tag"
|
||||
],
|
||||
104
config/estrogen-client.toml
Normal file
|
|
@ -0,0 +1,104 @@
|
|||
|
||||
#.
|
||||
#Global settings for the chest feature
|
||||
[chestRenderingGlobal]
|
||||
#.
|
||||
#Enable chest feature rendering
|
||||
chestFeatureRendering = true
|
||||
#.
|
||||
#Enable chest feature armor rendering
|
||||
chestArmorRendering = true
|
||||
#.
|
||||
#Enable chest feature physics rendering
|
||||
chestPhysicsRendering = false
|
||||
|
||||
#.
|
||||
#Settings for the chest feature (for the local player)
|
||||
[chestEstrogen]
|
||||
#.
|
||||
#Enable chest feature
|
||||
chestFeature = true
|
||||
#.
|
||||
#Enable chest feature armor
|
||||
chestArmor = true
|
||||
#.
|
||||
#Enable chest feature physics
|
||||
chestPhysics = true
|
||||
#.
|
||||
#Chest feature bounciness
|
||||
#Range: 0.0 ~ 1.0
|
||||
chestBounciness = 0.27000001072883606
|
||||
#.
|
||||
#Chest feature physics damping
|
||||
#Range: 0.0 ~ 1.0
|
||||
chestDamping = 0.375
|
||||
|
||||
#.
|
||||
#Settings for the dream block
|
||||
[dreamBlock]
|
||||
#.
|
||||
#Use advanced renderer for dream blocks, possibly incompatible with iris shaders. DEFAULT disables it automatically when shaders are in use
|
||||
#Allowed Values: ALWAYS, NEVER, DEFAULT
|
||||
advancedRendering = "DEFAULT"
|
||||
#.
|
||||
#Enable dream block texture animation
|
||||
animateTexture = true
|
||||
|
||||
#.
|
||||
#UI element Configuration
|
||||
[dreamBlock.ui]
|
||||
#.
|
||||
#Enable dash overlay
|
||||
dashOverlay = true
|
||||
|
||||
#.
|
||||
#Settings for the estrogen button in the create screen
|
||||
[estrogenButton]
|
||||
#.
|
||||
#Enable the estrogen button in the create screen
|
||||
enabled = true
|
||||
#.
|
||||
#x offset the estrogen button in the create screen
|
||||
#Offset is calculated off of the center of the Configure Button
|
||||
#Range: > -2147483648
|
||||
xOffset = -23
|
||||
#.
|
||||
#y offset the estrogen button in the create screen
|
||||
#Offset is calculated off of the center of the Configure Button
|
||||
#Range: > -2147483648
|
||||
yOffset = 0
|
||||
#.
|
||||
#Custom Splashes on the main menu! Requires resource reload
|
||||
estrogenSplashes = true
|
||||
|
||||
#.
|
||||
#Miscellaneous settings
|
||||
[misc]
|
||||
#.
|
||||
#Allows you to pat entities by shift right-clicking them!
|
||||
entityPatting = true
|
||||
|
||||
#.
|
||||
#Settings for Equippable Items
|
||||
[accessory]
|
||||
#.
|
||||
#Render estrogen patches on the player
|
||||
estrogenPatchRender = true
|
||||
|
||||
#.
|
||||
#Compatibility between other mods settings
|
||||
[compat]
|
||||
#.
|
||||
#Enable ears Compatibility
|
||||
ears = true
|
||||
#.
|
||||
#Enable figura Compatibility
|
||||
figura = true
|
||||
|
||||
#.
|
||||
#Settings for custom sounds and music
|
||||
[sounds]
|
||||
#.
|
||||
#Enable ambient music which starts playing on specific moments
|
||||
ambientMusic = true
|
||||
|
||||
11
config/malilib.json
Normal file
|
|
@ -0,0 +1,11 @@
|
|||
{
|
||||
"Generic": {
|
||||
"ignoredKeys": {
|
||||
"keys": ""
|
||||
},
|
||||
"openGuiConfigs": {
|
||||
"keys": ""
|
||||
},
|
||||
"realmsCommonConfig": true
|
||||
}
|
||||
}
|
||||
|
|
@ -1,5 +1,5 @@
|
|||
{
|
||||
"waterSplash": true,
|
||||
"waterSplash": false,
|
||||
"cascades": true,
|
||||
"waterfallSpray": true,
|
||||
"fireflies": true,
|
||||
|
|
|
|||
17
config/ping-wheel.json
Normal file
|
|
@ -0,0 +1,17 @@
|
|||
{
|
||||
"pingVolume": 100,
|
||||
"pingDuration": 7,
|
||||
"pingDistance": 128,
|
||||
"correctionPeriod": 1.0,
|
||||
"itemIconVisible": true,
|
||||
"directionIndicatorVisible": true,
|
||||
"nameLabelForced": false,
|
||||
"pingSize": 100,
|
||||
"channel": "",
|
||||
"removeRadius": 10,
|
||||
"raycastDistance": 512,
|
||||
"safeZoneLeft": 5,
|
||||
"safeZoneRight": 5,
|
||||
"safeZoneTop": 5,
|
||||
"safeZoneBottom": 60
|
||||
}
|
||||
BIN
configureddefaults/config/MiniMOTD/icons/img10.png
Normal file
|
After Width: | Height: | Size: 8.8 KiB |
BIN
configureddefaults/config/MiniMOTD/icons/img11.png
Normal file
|
After Width: | Height: | Size: 8 KiB |
BIN
configureddefaults/config/MiniMOTD/icons/img12.png
Normal file
|
After Width: | Height: | Size: 9 KiB |
BIN
configureddefaults/config/MiniMOTD/icons/img13.png
Normal file
|
After Width: | Height: | Size: 13 KiB |
BIN
configureddefaults/config/MiniMOTD/icons/img14.png
Normal file
|
After Width: | Height: | Size: 12 KiB |
BIN
configureddefaults/config/MiniMOTD/icons/img15.png
Normal file
|
After Width: | Height: | Size: 13 KiB |
BIN
configureddefaults/config/MiniMOTD/icons/img16.png
Normal file
|
After Width: | Height: | Size: 12 KiB |
BIN
configureddefaults/config/MiniMOTD/icons/img17.png
Normal file
|
After Width: | Height: | Size: 12 KiB |
BIN
configureddefaults/config/MiniMOTD/icons/img18.png
Normal file
|
After Width: | Height: | Size: 6 KiB |
BIN
configureddefaults/config/MiniMOTD/icons/img19.png
Normal file
|
After Width: | Height: | Size: 13 KiB |
BIN
configureddefaults/config/MiniMOTD/icons/img9.png
Normal file
|
After Width: | Height: | Size: 10 KiB |
17
configureddefaults/config/gravestones.json
Normal file
|
|
@ -0,0 +1,17 @@
|
|||
{
|
||||
"aesthetic_gravestones": "true",
|
||||
"decay_with_time": "true",
|
||||
"decay_with_deaths": "true",
|
||||
"decay_time": "12096000",
|
||||
"decay_time_type": "TICKS",
|
||||
"store_experience": "true",
|
||||
"experience_cap": "true",
|
||||
"experience_kept": "50%",
|
||||
"experience_decay": "true",
|
||||
"gravestone_accessible_owner_only": "true",
|
||||
"spawn_gravestone_skeletons": "false",
|
||||
"broadcast_collect_in_chat": "false",
|
||||
"broadcast_coordinates_in_chat": "false",
|
||||
"console_info": "false",
|
||||
"time_format": "MMDDYYYY"
|
||||
}
|
||||
|
|
@ -1,212 +0,0 @@
|
|||
{
|
||||
"backpackSettings": {
|
||||
"leather": {
|
||||
// Number of inventory slots for the tier
|
||||
"inventorySlotCount": 9,
|
||||
// Number of tool slots for the tier
|
||||
"toolSlotCount": 1,
|
||||
// Tank capacity for the tier, 81000 equals 1 Bucket, (Leather default: 3 buckets)
|
||||
"tankCapacity": 81000
|
||||
},
|
||||
"iron": {
|
||||
// Number of inventory slots for the tier
|
||||
"inventorySlotCount": 18,
|
||||
// Number of tool slots for the tier
|
||||
"toolSlotCount": 2,
|
||||
// Tank capacity for the tier, 81000 equals 1 Bucket, (Iron default: 4 buckets)
|
||||
"tankCapacity": 162000
|
||||
},
|
||||
"gold": {
|
||||
// Number of inventory slots for the tier
|
||||
"inventorySlotCount": 27,
|
||||
// Number of tool slots for the tier
|
||||
"toolSlotCount": 3,
|
||||
// Tank capacity for the tier, 81000 equals 1 Bucket, (Gold default: 5 buckets)
|
||||
"tankCapacity": 243000
|
||||
},
|
||||
"diamond": {
|
||||
// Number of inventory slots for the tier
|
||||
"inventorySlotCount": 36,
|
||||
// Number of tool slots for the tier
|
||||
"toolSlotCount": 4,
|
||||
// Tank capacity for the tier, 81000 equals 1 Bucket, (Diamond default: 6 buckets)
|
||||
"tankCapacity": 324000
|
||||
},
|
||||
"netherite": {
|
||||
// Number of inventory slots for the tier
|
||||
"inventorySlotCount": 45,
|
||||
// Number of tool slots for the tier
|
||||
"toolSlotCount": 5,
|
||||
// Tank capacity for the tier, 81000 equals 1 Bucket, (Netherite default: 7 buckets)
|
||||
"tankCapacity": 405000
|
||||
},
|
||||
"enableTierUpgrades": true,
|
||||
// Unused - keep for compatibility only, will be removed in future versions
|
||||
"disableCrafting": false,
|
||||
"enableCraftingUpgrade": true,
|
||||
// New backpacks will have crafting grid by default
|
||||
"craftingUpgradeByDefault": false,
|
||||
"craftingSavesItems": true,
|
||||
// Enables wearing backpack directly from ground
|
||||
"enableBackpackBlockQuickEquip": true,
|
||||
// Enables unequipping the backpack when player clicks with empty hand on the ground
|
||||
"enableBackpackRightClickUnequip": false,
|
||||
// Allows to use only equipped backpack
|
||||
"allowOnlyEquippedBackpack": false,
|
||||
// Backpack immune to any damage source (lava, fire), can't be destroyed, never disappears as floating item
|
||||
"invulnerableBackpack": true,
|
||||
// List of items that can be put in tool slots (Use registry names, for example: minecraft:apple, minecraft:flint)
|
||||
"toolSlotsAcceptableItems": [],
|
||||
// List of items that can't be put in backpack inventory (Use registry names, for example: minecraft:apple, minecraft:flint)
|
||||
"blacklistedItems": [],
|
||||
// Tool slots accept any item
|
||||
"toolSlotsAcceptEverything": false,
|
||||
"allowShulkerBoxes": false,
|
||||
// Unused - keep for compatibility only, will be removed in future versions
|
||||
"tanksCapacity": [
|
||||
162000,
|
||||
243000,
|
||||
324000,
|
||||
405000,
|
||||
486000
|
||||
],
|
||||
// Prevents backpack disappearing in void
|
||||
"voidProtection": true,
|
||||
// Places backpack at place where player died
|
||||
"backpackDeathPlace": true,
|
||||
// Places backpack at place where player died, replacing all blocks that are breakable and do not have inventory (backpackDeathPlace must be true in order to work)
|
||||
"backpackForceDeathPlace": false,
|
||||
"enableSleepingBagSpawnPoint": false,
|
||||
/* If true, backpack can only be worn by placing it in curios 'Back' slot
|
||||
WARNING - Remember to TAKE OFF BACKPACK BEFORE enabling or disabling this integration!! - if not you'll lose your backpack
|
||||
*/
|
||||
"trinketsIntegration": true
|
||||
},
|
||||
"world": {
|
||||
// Enables backpacks spawning in loot chests
|
||||
"enableLoot": false,
|
||||
// Enables chance to spawn Zombie, Skeleton, Wither Skeleton, Piglin or Enderman with random backpack equipped
|
||||
"spawnEntitiesWithBackpack": true,
|
||||
// List of overworld entity types that can spawn with equipped backpack. DO NOT ADD anything to this list, because the game will crash, remove entries if mob should not spawn with backpack
|
||||
"possibleOverworldEntityTypes": [
|
||||
"minecraft:zombie",
|
||||
"minecraft:skeleton",
|
||||
"minecraft:enderman"
|
||||
],
|
||||
// List of nether entity types that can spawn with equipped backpack. DO NOT ADD anything to this list, because the game will crash, remove entries if mob should not spawn with backpack
|
||||
"possibleNetherEntityTypes": [
|
||||
"minecraft:wither_skeleton",
|
||||
"minecraft:piglin"
|
||||
],
|
||||
// Defines spawn chance of entity with backpack (1 in [selected value])
|
||||
"spawnChance": 500,
|
||||
// List of backpacks that can spawn on overworld mobs
|
||||
"overworldBackpacks": [
|
||||
"travelersbackpack:standard",
|
||||
"travelersbackpack:diamond",
|
||||
"travelersbackpack:gold",
|
||||
"travelersbackpack:emerald",
|
||||
"travelersbackpack:iron",
|
||||
"travelersbackpack:lapis",
|
||||
"travelersbackpack:redstone",
|
||||
"travelersbackpack:coal",
|
||||
"travelersbackpack:bookshelf",
|
||||
"travelersbackpack:sandstone",
|
||||
"travelersbackpack:snow",
|
||||
"travelersbackpack:sponge",
|
||||
"travelersbackpack:cake",
|
||||
"travelersbackpack:cactus",
|
||||
"travelersbackpack:hay",
|
||||
"travelersbackpack:melon",
|
||||
"travelersbackpack:pumpkin",
|
||||
"travelersbackpack:enderman",
|
||||
"travelersbackpack:skeleton",
|
||||
"travelersbackpack:spider",
|
||||
"travelersbackpack:bee",
|
||||
"travelersbackpack:wolf",
|
||||
"travelersbackpack:fox",
|
||||
"travelersbackpack:ocelot",
|
||||
"travelersbackpack:horse",
|
||||
"travelersbackpack:cow",
|
||||
"travelersbackpack:pig",
|
||||
"travelersbackpack:sheep",
|
||||
"travelersbackpack:chicken",
|
||||
"travelersbackpack:squid"
|
||||
],
|
||||
// List of backpacks that can spawn on nether mobs
|
||||
"netherBackpacks": [
|
||||
"travelersbackpack:quartz",
|
||||
"travelersbackpack:nether",
|
||||
"travelersbackpack:blaze",
|
||||
"travelersbackpack:ghast",
|
||||
"travelersbackpack:magma_cube",
|
||||
"travelersbackpack:wither"
|
||||
],
|
||||
// Enables trade for Villager Backpack in Librarian villager trades
|
||||
"enableVillagerTrade": true
|
||||
},
|
||||
"backpackAbilities": {
|
||||
"enableBackpackAbilities": true,
|
||||
"forceAbilityEnabled": false,
|
||||
// List of backpacks that are allowed to have an ability. DO NOT ADD anything to this list, because the game will crash, remove entries if backpack should not have ability
|
||||
"allowedAbilities": [
|
||||
"travelersbackpack:netherite",
|
||||
"travelersbackpack:diamond",
|
||||
"travelersbackpack:gold",
|
||||
"travelersbackpack:emerald",
|
||||
"travelersbackpack:iron",
|
||||
"travelersbackpack:lapis",
|
||||
"travelersbackpack:redstone",
|
||||
"travelersbackpack:bookshelf",
|
||||
"travelersbackpack:sponge",
|
||||
"travelersbackpack:cake",
|
||||
"travelersbackpack:cactus",
|
||||
"travelersbackpack:melon",
|
||||
"travelersbackpack:pumpkin",
|
||||
"travelersbackpack:creeper",
|
||||
"travelersbackpack:enderman",
|
||||
"travelersbackpack:ghast",
|
||||
"travelersbackpack:magma_cube",
|
||||
"travelersbackpack:bat",
|
||||
"travelersbackpack:bee",
|
||||
"travelersbackpack:ocelot",
|
||||
"travelersbackpack:chicken",
|
||||
"travelersbackpack:squid"
|
||||
]
|
||||
},
|
||||
"slownessDebuff": {
|
||||
// Player gets slowness effect, if carries too many backpacks in inventory
|
||||
"tooManyBackpacksSlowness": true,
|
||||
// Maximum number of backpacks, which can be carried in inventory, without slowness effect
|
||||
"maxNumberOfBackpacks": 3,
|
||||
"slownessPerExcessedBackpack": 1
|
||||
},
|
||||
"client": {
|
||||
"overlay": {
|
||||
// Enables tanks and tool slots overlay, while backpack is worn
|
||||
"enableOverlay": true,
|
||||
// Offsets to left side
|
||||
"offsetX": 20,
|
||||
// Offsets to up
|
||||
"offsetY": 30
|
||||
},
|
||||
// Whether the backpack icon should be visible in player's inventory
|
||||
"showBackpackIconInInventory": true,
|
||||
// Sends a message to the player on death with backpack coordinates
|
||||
"sendBackpackCoordinatesMessage": true,
|
||||
// Enables legacy GUI (Blue slots for storage, brown for crafting and green for tools)
|
||||
"enableLegacyGui": false,
|
||||
// Enables tool cycling via keybind (Default Z) + scroll combination, while backpack is worn
|
||||
"enableToolCycling": true,
|
||||
// Allows tool cycling using keybinding only (Default Z)
|
||||
"disableScrollWheel": false,
|
||||
// Enables tip, how to obtain a backpack, if there's no crafting recipe for it
|
||||
"obtainTips": false,
|
||||
// Render tools in tool slots on the backpack, while worn
|
||||
"renderTools": true,
|
||||
// Render backpack if elytra is present
|
||||
"renderBackpackWithElytra": true,
|
||||
// Disable backpack rendering
|
||||
"disableBackpackRender": false
|
||||
}
|
||||
}
|
||||
193
index.toml
|
|
@ -8,17 +8,57 @@ hash = "e0c1b8ad5e41801020104e6e797997d2b2e1eaa3db7107b628c168ec7f7537e0"
|
|||
file = "config/NoChatReports/NCR-Encryption.json"
|
||||
hash = "ad41c18d8223070fe2a7566dd6d9baad76edc4424c8f6ee3c9e0c596eb7d5a3f"
|
||||
|
||||
[[files]]
|
||||
file = "config/aileron.json"
|
||||
hash = "0acf51cddc16eacd4ff54239f6413f7ff651129bec6fd8c50c8c1836e5702a79"
|
||||
|
||||
[[files]]
|
||||
file = "config/almostunified/unify.json"
|
||||
hash = "80f6483d21144ddf2adfdde9f6b1ed4732fd6b0cffbc5ef2040dfd766efb4879"
|
||||
|
||||
[[files]]
|
||||
file = "config/betterarcheology_structures/structure_settings.json5"
|
||||
hash = "38d7ba223179d5c572ab2b545501505a75bfd32acd4d3b2f558f8d7d9134c269"
|
||||
|
||||
[[files]]
|
||||
file = "config/betterarcheology_structures/structure_toggle.json5"
|
||||
hash = "2e50e09b1315e4a45ae949f4b515fd29ed4fa2f307849eafe8cd4c5b7706dea0"
|
||||
|
||||
[[files]]
|
||||
file = "config/enchantmentdisabler-config.json5"
|
||||
hash = "c3717827d99f23c81351df552babbed2235104dfe0ec0a9ffdbee1edc48300fd"
|
||||
|
||||
[[files]]
|
||||
file = "config/estrogen-client.toml"
|
||||
hash = "8c9ffd4686af343a956e764d08b139f11bfcb093747773528e884dd83256e280"
|
||||
|
||||
[[files]]
|
||||
file = "config/item_obliterator.json5"
|
||||
hash = "096c0923d7b11fd96532ccf41dfd8f3689e687c95ea967865a138f8bf478d2fe"
|
||||
|
||||
[[files]]
|
||||
file = "config/malilib.json"
|
||||
hash = "743b685665f3e59b125578fd6c746ff749745fb52a0f9a31fe533234ec5341f2"
|
||||
|
||||
[[files]]
|
||||
file = "config/particular.json5"
|
||||
hash = "2ef28c4cf7a2e6d8316f665219b7c8e307931734e02ba1dc05a9ff6f35bb07a0"
|
||||
hash = "d5a7270d9923f1d1b1516c86dd54ff057bf228e7d0c38d4a9813389646ab1efd"
|
||||
|
||||
[[files]]
|
||||
file = "config/ping-wheel.json"
|
||||
hash = "c8544d40223a0b4ee001b08828f866a4a2d81c73d94d65816291fb04f778b539"
|
||||
|
||||
[[files]]
|
||||
file = "config/tectonic.json"
|
||||
hash = "218ea6c228b0df801483570b610481acdb9591037cad7cc074e41c839e4020c9"
|
||||
|
||||
[[files]]
|
||||
file = "config/towns_and_towers/structure_enable_or_disable_new.json5"
|
||||
hash = "3aaa6ac8835dbbce97928c4d0d03f9957749a7a57a3f1668597310e9227900da"
|
||||
|
||||
[[files]]
|
||||
file = "config/towns_and_towers/structure_rarity_new.json5"
|
||||
hash = "1f6cddbcb2d89fbcc774d7bdae9987ccb031ba8fe024307357076ca617b17eeb"
|
||||
|
||||
[[files]]
|
||||
file = "configureddefaults/config/DistantHorizons.toml"
|
||||
|
|
@ -32,6 +72,46 @@ hash = "ce2f7b160573cc7d9ec5635a5e929adc20a98875e8bce36a3b46f9a7a8f40713"
|
|||
file = "configureddefaults/config/MiniMOTD/icons/img1.png"
|
||||
hash = "9ebf06198626067d99260ab8ee72ef2715199711fc8596531bcf516236a74c96"
|
||||
|
||||
[[files]]
|
||||
file = "configureddefaults/config/MiniMOTD/icons/img10.png"
|
||||
hash = "995f57701f62a248b497c175f487895a445c65642a3663feb7025f59a5b0b5b6"
|
||||
|
||||
[[files]]
|
||||
file = "configureddefaults/config/MiniMOTD/icons/img11.png"
|
||||
hash = "42396c3825b73bc9f89724daad861c4098e829b3448c305bb619d88bb69fb639"
|
||||
|
||||
[[files]]
|
||||
file = "configureddefaults/config/MiniMOTD/icons/img12.png"
|
||||
hash = "a01c8af977acd2f5913c5c4a3e767887fcced441b6199f5350559b83fcc72e95"
|
||||
|
||||
[[files]]
|
||||
file = "configureddefaults/config/MiniMOTD/icons/img13.png"
|
||||
hash = "d7c8fc0086d452d0a653060acbce4d9b07e6bfbca3219849ae3ac417985c9503"
|
||||
|
||||
[[files]]
|
||||
file = "configureddefaults/config/MiniMOTD/icons/img14.png"
|
||||
hash = "12ccbf6e9d7725a472f0c95ac81ffaf1266942f5d3dfad02993a856cdfd1063d"
|
||||
|
||||
[[files]]
|
||||
file = "configureddefaults/config/MiniMOTD/icons/img15.png"
|
||||
hash = "364cf6458c0b610377929768c7272f101f79c736b7201925a3853a54356c0709"
|
||||
|
||||
[[files]]
|
||||
file = "configureddefaults/config/MiniMOTD/icons/img16.png"
|
||||
hash = "427d30e597112be101192e83ff0790ffc4d73158af724084d9919dd91148fa0f"
|
||||
|
||||
[[files]]
|
||||
file = "configureddefaults/config/MiniMOTD/icons/img17.png"
|
||||
hash = "415c0673faa8814df2298c49a3a681ca4b89228142a09e8097e644a79959d21c"
|
||||
|
||||
[[files]]
|
||||
file = "configureddefaults/config/MiniMOTD/icons/img18.png"
|
||||
hash = "f3e4cd25538fe6f027cc6df9f305001b5b6f11bb39b9a019441922da2a94c6be"
|
||||
|
||||
[[files]]
|
||||
file = "configureddefaults/config/MiniMOTD/icons/img19.png"
|
||||
hash = "8adfe59a6643b7f155e9771a394f8930ca98b9ccd57edcca4ca352bdca628d8e"
|
||||
|
||||
[[files]]
|
||||
file = "configureddefaults/config/MiniMOTD/icons/img2.png"
|
||||
hash = "809b9ef7acd2ca57b36983741b6aaf2873ff402ee99df5e1a6dd8742545389ed"
|
||||
|
|
@ -60,6 +140,10 @@ hash = "5c45f00e71634c9f6018b0a1f86e55042248db7df18a703df86c309626c845ab"
|
|||
file = "configureddefaults/config/MiniMOTD/icons/img8.png"
|
||||
hash = "3b908e9fb7222bcc7039a3a7fee653745a7bf995f993fa0c0998a0f6651a4d8e"
|
||||
|
||||
[[files]]
|
||||
file = "configureddefaults/config/MiniMOTD/icons/img9.png"
|
||||
hash = "126e3548e7a8853d48fbde804314c22d0bb6aebba4b6326e2621cea3162054e5"
|
||||
|
||||
[[files]]
|
||||
file = "configureddefaults/config/MiniMOTD/main.conf"
|
||||
hash = "90c4a938ff039f5cf5acae9ed06b532d4e07f1f53c6f0e102859823f360db254"
|
||||
|
|
@ -72,14 +156,6 @@ hash = "be88d44466fd4d68eeead41352fecd920243858ee4ca18dcd6b5f9a728108412"
|
|||
file = "configureddefaults/config/NoChatReports/NCR-Encryption.json"
|
||||
hash = "ad41c18d8223070fe2a7566dd6d9baad76edc4424c8f6ee3c9e0c596eb7d5a3f"
|
||||
|
||||
[[files]]
|
||||
file = "configureddefaults/config/aileron.json"
|
||||
hash = "0acf51cddc16eacd4ff54239f6413f7ff651129bec6fd8c50c8c1836e5702a79"
|
||||
|
||||
[[files]]
|
||||
file = "configureddefaults/config/almostunified/unify.json"
|
||||
hash = "7d000a22f50e90a06c61fe71c14578bcaef04f91b6f8fdabd081a44e0993ca95"
|
||||
|
||||
[[files]]
|
||||
file = "configureddefaults/config/ambientsounds-client.json"
|
||||
hash = "a5a48d2e3b9e851be1a0e7b99a518b34fbb2b47ecff4ee06a4261d84ab50655e"
|
||||
|
|
@ -96,14 +172,6 @@ hash = "dc83e158808a3dafbf9602aba6506d98e64b60ceee204623a2f6a38e37711f33"
|
|||
file = "configureddefaults/config/bclib/server.json"
|
||||
hash = "08c500c5920acffef2fe2eee5672f06670d4624f39f9920101f2b74ef405ebb5"
|
||||
|
||||
[[files]]
|
||||
file = "configureddefaults/config/betterarcheology_structures/structure_settings.json5"
|
||||
hash = "38d7ba223179d5c572ab2b545501505a75bfd32acd4d3b2f558f8d7d9134c269"
|
||||
|
||||
[[files]]
|
||||
file = "configureddefaults/config/betterarcheology_structures/structure_toggle.json5"
|
||||
hash = "2e50e09b1315e4a45ae949f4b515fd29ed4fa2f307849eafe8cd4c5b7706dea0"
|
||||
|
||||
[[files]]
|
||||
file = "configureddefaults/config/cristellib/minecraftED.json5"
|
||||
hash = "8e01cc9b7e46f74fd60ce36d3459628b8198cb988051ae52f14cda36ef0fd869"
|
||||
|
|
@ -112,6 +180,10 @@ hash = "8e01cc9b7e46f74fd60ce36d3459628b8198cb988051ae52f14cda36ef0fd869"
|
|||
file = "configureddefaults/config/cristellib/minecraftP.json5"
|
||||
hash = "8fe09b83f2fe6bf9d547e99b8d883aef42bf3d9e2e6f5bd43ec3fcd4c7f756da"
|
||||
|
||||
[[files]]
|
||||
file = "configureddefaults/config/gravestones.json"
|
||||
hash = "f970209f8d6e2b0b82ba7d977e6fcebd6eed25aa4e23cf23c38a9591df0d5e46"
|
||||
|
||||
[[files]]
|
||||
file = "configureddefaults/config/itemswapper.json"
|
||||
hash = "f4800ff252692c27fef48552f202466b09a452226871bbccc77b5c73ca557eaa"
|
||||
|
|
@ -133,26 +205,10 @@ hash = "ea32ed173ef2e077b8c93bba37b168b675b379279b0380f1ac7223ae4d489aee"
|
|||
file = "configureddefaults/config/sound_physics_remastered/soundphysics.properties"
|
||||
hash = "b5d28290c541cbefb299864d6081715d82611b996649c2630140efd9db11d609"
|
||||
|
||||
[[files]]
|
||||
file = "configureddefaults/config/tectonic.json"
|
||||
hash = "218ea6c228b0df801483570b610481acdb9591037cad7cc074e41c839e4020c9"
|
||||
|
||||
[[files]]
|
||||
file = "configureddefaults/config/tips.json"
|
||||
hash = "af85f2909fde8c0dbea201fb6fb4afc5070be875c24266b47887f33f03c19321"
|
||||
|
||||
[[files]]
|
||||
file = "configureddefaults/config/towns_and_towers/structure_enable_or_disable_new.json5"
|
||||
hash = "3aaa6ac8835dbbce97928c4d0d03f9957749a7a57a3f1668597310e9227900da"
|
||||
|
||||
[[files]]
|
||||
file = "configureddefaults/config/towns_and_towers/structure_rarity_new.json5"
|
||||
hash = "1f6cddbcb2d89fbcc774d7bdae9987ccb031ba8fe024307357076ca617b17eeb"
|
||||
|
||||
[[files]]
|
||||
file = "configureddefaults/config/travelersbackpack.json5"
|
||||
hash = "54dbfffb6ef5c514662fb273330ec143e59e64446c7106fb9e1769060686bf45"
|
||||
|
||||
[[files]]
|
||||
file = "configureddefaults/config/treechop-client.toml"
|
||||
hash = "1ff3f0e2ce95ea1561eb80b69b1a18599adffd262566fb9befa2a49c9c33efbe"
|
||||
|
|
@ -195,7 +251,7 @@ metafile = true
|
|||
|
||||
[[files]]
|
||||
file = "mods/amendments.pw.toml"
|
||||
hash = "f9278d338d0fc16a343206fdce858d5d57adb84a2ee12eb815053695f37a1886"
|
||||
hash = "42cfaca74786adca775e2a86be27c6900e56eb86a5d8428b6b6998ed1b33f1af"
|
||||
metafile = true
|
||||
|
||||
[[files]]
|
||||
|
|
@ -205,7 +261,7 @@ metafile = true
|
|||
|
||||
[[files]]
|
||||
file = "mods/antique-atlas-4.pw.toml"
|
||||
hash = "999898de55bf75c6ca35908cbecf65947fb3cc2caf42e5a21b0ef0a9775b9c2c"
|
||||
hash = "dabd916839063ae6e173ee945d11d42dc54dd75b55c620043bd3a093d299e05c"
|
||||
metafile = true
|
||||
|
||||
[[files]]
|
||||
|
|
@ -235,7 +291,7 @@ metafile = true
|
|||
|
||||
[[files]]
|
||||
file = "mods/audioplayer.pw.toml"
|
||||
hash = "51fc6770999b30492643e31053c99069fc0eee276ba6337dfc10e185a3681b8f"
|
||||
hash = "971cc8d8f2d07262a8de83696b1be17428b3b8a7de7ceadb6108d1b1ca0e2f3f"
|
||||
metafile = true
|
||||
|
||||
[[files]]
|
||||
|
|
@ -248,6 +304,11 @@ file = "mods/backpacked.pw.toml"
|
|||
hash = "31e881717ccd20932be74a4376b0ee4b9defc7f7a548b2b9922073a7334868da"
|
||||
metafile = true
|
||||
|
||||
[[files]]
|
||||
file = "mods/badpackets.pw.toml"
|
||||
hash = "2b153d649184fcf793de475b3b3beaf238f7b558226ffc57896096a7ddcd99ad"
|
||||
metafile = true
|
||||
|
||||
[[files]]
|
||||
file = "mods/badstdout.pw.toml"
|
||||
hash = "cafbf8251105b30df416906866ab036547c0c95f61dd02f9d2db8490e2fded0b"
|
||||
|
|
@ -420,7 +481,7 @@ metafile = true
|
|||
|
||||
[[files]]
|
||||
file = "mods/cicada.pw.toml"
|
||||
hash = "fe764a97501bdf3e01430a426128e34d087e65c0e8806bbaacbdcfbc8278a750"
|
||||
hash = "bb3551627861be5fd2d873508992ffa2ca65dbcad3056d6df0cb101b5ad87cba"
|
||||
metafile = true
|
||||
|
||||
[[files]]
|
||||
|
|
@ -435,7 +496,7 @@ metafile = true
|
|||
|
||||
[[files]]
|
||||
file = "mods/configured-defaults.pw.toml"
|
||||
hash = "fbfb27fa8d27ecb7591ac88adf72575afdf2ca48882e7aa0ed34bcee569c2e24"
|
||||
hash = "d95f130cc835a108660b597aa187f62fa3375b578d20bf1f29ad794c3c532c69"
|
||||
metafile = true
|
||||
|
||||
[[files]]
|
||||
|
|
@ -473,6 +534,11 @@ file = "mods/craftify.pw.toml"
|
|||
hash = "800fa9bd83d47d78dddd57854d8ca95fe4b71a0a1cfdf6996544e1e6591d9470"
|
||||
metafile = true
|
||||
|
||||
[[files]]
|
||||
file = "mods/crafttweaker.pw.toml"
|
||||
hash = "c4364e472a41bc080f991089d883328794c29ca85b284549075e5c6c5332294b"
|
||||
metafile = true
|
||||
|
||||
[[files]]
|
||||
file = "mods/crate-delight.pw.toml"
|
||||
hash = "ecb15182468c40f833164c8975bf85e7d913266412f8da1ff031ae664703b076"
|
||||
|
|
@ -480,7 +546,7 @@ metafile = true
|
|||
|
||||
[[files]]
|
||||
file = "mods/create-big-cannons.pw.toml"
|
||||
hash = "b63f6fed9bc9df3c4aca0e53b568e346830c73fe20fc4f658cf500821a519cb8"
|
||||
hash = "f5fc02afd7e0f77b8c97db359daa2afbbc868bcb8e456923e0eb4354f4bdef4d"
|
||||
metafile = true
|
||||
|
||||
[[files]]
|
||||
|
|
@ -645,7 +711,7 @@ metafile = true
|
|||
|
||||
[[files]]
|
||||
file = "mods/elytra-trims.pw.toml"
|
||||
hash = "730277ea82f283cbb7812857e13129b4c65359b5bd3e163d4461bf6749f06a35"
|
||||
hash = "5a7419baba627bc17a237e02130afffaed5bc5d0b3368573e82c9aeb01f7c357"
|
||||
metafile = true
|
||||
|
||||
[[files]]
|
||||
|
|
@ -680,7 +746,7 @@ metafile = true
|
|||
|
||||
[[files]]
|
||||
file = "mods/estrogen.pw.toml"
|
||||
hash = "6618a392efc8bb8055c1c98293ec9de147b8e56763a25c329675f886a017a9d7"
|
||||
hash = "096fd0f44f604f6d2cc69561a608a3875c53621eec7963e1a5abc50c5929df85"
|
||||
metafile = true
|
||||
|
||||
[[files]]
|
||||
|
|
@ -690,7 +756,7 @@ metafile = true
|
|||
|
||||
[[files]]
|
||||
file = "mods/every-compat.pw.toml"
|
||||
hash = "93699d551daeaedfe6adf5098fe58a37879321e761a60b119b47e6b8956d4f0f"
|
||||
hash = "f07522c79a6a7069831ea6c3bc39440523deb5aafea1fac06cf09689007810cd"
|
||||
metafile = true
|
||||
|
||||
[[files]]
|
||||
|
|
@ -745,7 +811,7 @@ metafile = true
|
|||
|
||||
[[files]]
|
||||
file = "mods/farmers-delight-refabricated.pw.toml"
|
||||
hash = "16de61b32acb724fc130debd459ffec5366d7a4fa428852aab26bf0d99ba2d97"
|
||||
hash = "1c88cfee239a15fd5e5398df0326e16616dd9a5ccef0ab8eeee4271fcb00fb77"
|
||||
metafile = true
|
||||
|
||||
[[files]]
|
||||
|
|
@ -768,6 +834,11 @@ file = "mods/faster-random.pw.toml"
|
|||
hash = "605fe60f2ada4333e88ec2fa66cb57d0635292d83eee8d1ad40f2485d72ef013"
|
||||
metafile = true
|
||||
|
||||
[[files]]
|
||||
file = "mods/faux-custom-entity-data.pw.toml"
|
||||
hash = "00f2e8c9f900b119fc5931bce91d7c00845a8e494db8910c3a4e7d69bde2bc75"
|
||||
metafile = true
|
||||
|
||||
[[files]]
|
||||
file = "mods/fence_on_slab.pw.toml"
|
||||
hash = "92432e5680b01ffc3194e43afff3c02d38e2d9a6b085ecae4325c052f4b42970"
|
||||
|
|
@ -810,7 +881,7 @@ metafile = true
|
|||
|
||||
[[files]]
|
||||
file = "mods/geckolib.pw.toml"
|
||||
hash = "b5101554156ef1298ba8e68cc2dfbc6e05723b0fb6226081593a129e85a347a5"
|
||||
hash = "0e99c9b4a524d9cb74553f7b3ed331081031fef9d3c0c437f3734fbd9a350a2d"
|
||||
metafile = true
|
||||
|
||||
[[files]]
|
||||
|
|
@ -905,7 +976,7 @@ metafile = true
|
|||
|
||||
[[files]]
|
||||
file = "mods/itemswapper.pw.toml"
|
||||
hash = "b01be64c12224484aba1537260acf28a5bf8f57d6f3c8baaf3b420f344e42ccb"
|
||||
hash = "adcbc9a2920885c9fcc0862301bf838995909e875477b4cf83813492b46a91bd"
|
||||
metafile = true
|
||||
|
||||
[[files]]
|
||||
|
|
@ -1025,7 +1096,7 @@ metafile = true
|
|||
|
||||
[[files]]
|
||||
file = "mods/modernfix.pw.toml"
|
||||
hash = "e2ebf7eefe0119002329c02a7121e262821b0f6d9d6e164f818b07aeeec1c396"
|
||||
hash = "8c8a415665b41e96e7afd7503a94fa58998677801eab82931112314459723ffd"
|
||||
metafile = true
|
||||
|
||||
[[files]]
|
||||
|
|
@ -1035,7 +1106,7 @@ metafile = true
|
|||
|
||||
[[files]]
|
||||
file = "mods/moonlight.pw.toml"
|
||||
hash = "16b74cef991fc37eb137b36ad8f2c991401c7c2c4d1f2d61f32f87e3fee1eea5"
|
||||
hash = "98c5a3ed8bd41a7ab32f6c52006f443849f3ccfa8683b8c013fd57a1ee67f692"
|
||||
metafile = true
|
||||
|
||||
[[files]]
|
||||
|
|
@ -1120,7 +1191,7 @@ metafile = true
|
|||
|
||||
[[files]]
|
||||
file = "mods/not-enough-animations.pw.toml"
|
||||
hash = "f03e6e9ed18e510f7ee6671a984cbdda3fabf1f5e037163f76264e8f0cbb5198"
|
||||
hash = "8ada718700562cd7d463a2677113b44ee7436be093f97579638b06411a8376a2"
|
||||
metafile = true
|
||||
|
||||
[[files]]
|
||||
|
|
@ -1203,11 +1274,6 @@ file = "mods/playeranimator.pw.toml"
|
|||
hash = "7ad4ca488da13998ce660729167eef71ce1bdfb57ef1c5d593096fa459cec0f8"
|
||||
metafile = true
|
||||
|
||||
[[files]]
|
||||
file = "mods/pneumono_core.pw.toml"
|
||||
hash = "7377ce5957f537b30a66d18bf5ae6306c8c9640fd2f2ba757c0e5da4598992b6"
|
||||
metafile = true
|
||||
|
||||
[[files]]
|
||||
file = "mods/pneumono_gravestones.pw.toml"
|
||||
hash = "514803406c8b9e0450e965ff253662867c20cc3bffc0c122fee2c0021687d785"
|
||||
|
|
@ -1298,6 +1364,11 @@ file = "mods/shulkerboxtooltip.pw.toml"
|
|||
hash = "539f2968d3ddc434abc40c12becaea92bea9f9373b27bd7ff75b67938a56a552"
|
||||
metafile = true
|
||||
|
||||
[[files]]
|
||||
file = "mods/shut-up-gl-error.pw.toml"
|
||||
hash = "86974c82897c1b717ea035aac5832d56bacfe3a05e72b98d66d28d8e9beba317"
|
||||
metafile = true
|
||||
|
||||
[[files]]
|
||||
file = "mods/simple-voice-chat-radio.pw.toml"
|
||||
hash = "c192b9b04d3826dfd980874d5e589dd0051fcdf5baf679bbab6f32a0c376ce40"
|
||||
|
|
@ -1460,7 +1531,7 @@ metafile = true
|
|||
|
||||
[[files]]
|
||||
file = "mods/tide.pw.toml"
|
||||
hash = "652e0771ca8ea946b8a8a356c1e6e6571c5d29f833168d2f6eb38ba083fe3096"
|
||||
hash = "5fcc78fb279f6d592bf0ed444a4fa425ae2f47fab415bc66ac1d0aead1e8e8c0"
|
||||
metafile = true
|
||||
|
||||
[[files]]
|
||||
|
|
@ -1485,12 +1556,12 @@ metafile = true
|
|||
|
||||
[[files]]
|
||||
file = "mods/trinkets.pw.toml"
|
||||
hash = "792155426992079177fe1ee62c1df969fb71540becd719de8efca2ebc6bec896"
|
||||
hash = "ffdb79f5bc29f990e5889f5d159a043c7046b8cd8d79f17f54b44d7ccc2b242a"
|
||||
metafile = true
|
||||
|
||||
[[files]]
|
||||
file = "mods/ubes-delight.pw.toml"
|
||||
hash = "df33cf433b05d1a409bb912befd8f19f220e33d80fa9c5eda66ded335f625717"
|
||||
hash = "4474e8b770510b87591279dd5dffe87671ea900a69d244fdec2c11c4940b0b20"
|
||||
metafile = true
|
||||
|
||||
[[files]]
|
||||
|
|
@ -1515,7 +1586,7 @@ metafile = true
|
|||
|
||||
[[files]]
|
||||
file = "mods/voice-chat-interaction.pw.toml"
|
||||
hash = "021d42f729c7fba0ddca97369323325002ecb8437e2948d82478e682bb340e58"
|
||||
hash = "2e1da2ea23cd934380dc87d60b8e3efa2c97583f1ddac0219abcdb88a06f9bbc"
|
||||
metafile = true
|
||||
|
||||
[[files]]
|
||||
|
|
@ -1607,3 +1678,11 @@ metafile = true
|
|||
file = "mods/zoomify.pw.toml"
|
||||
hash = "548772ed4c11f15dfac400681ba5893e73956b6daa9762ed57f5ad4bee05e041"
|
||||
metafile = true
|
||||
|
||||
[[files]]
|
||||
file = "scripts/newrecipes.zs"
|
||||
hash = "2f3a02e0741021a447fee5c806386423fd0e7ba05da5772bbf8a8e33be110f88"
|
||||
|
||||
[[files]]
|
||||
file = "scripts/rope.zs"
|
||||
hash = "fbf7f33bad8903774191e9e99e21a4ad0b8d965e34f6080e06a3401605fdb247"
|
||||
|
|
|
|||
|
|
@ -1,13 +1,13 @@
|
|||
name = "Amendments"
|
||||
filename = "amendments-1.20-1.2.12-fabric.jar"
|
||||
filename = "amendments-1.20-1.2.14-fabric.jar"
|
||||
side = "both"
|
||||
|
||||
[download]
|
||||
url = "https://cdn.modrinth.com/data/6iTJugQR/versions/jJplEQRv/amendments-1.20-1.2.12-fabric.jar"
|
||||
url = "https://cdn.modrinth.com/data/6iTJugQR/versions/fpkXhc5c/amendments-1.20-1.2.14-fabric.jar"
|
||||
hash-format = "sha512"
|
||||
hash = "cd1e4dbd5148b454566a4dc48f1d6f29280c5b8147c3768cabf24e909c2676c8a9826bcd330fc3cb61d08d0b7da6492a379c1026ffd6b88f64b794ced717324c"
|
||||
hash = "bbb5288bcb2ec6b54476c8274dbd1f6a70416d544ab1ba398da753cc8ad58798503317bde091459eb19bd311b5016b8c37f3f4bd2818407dbc40540803283d52"
|
||||
|
||||
[update]
|
||||
[update.modrinth]
|
||||
mod-id = "6iTJugQR"
|
||||
version = "jJplEQRv"
|
||||
version = "fpkXhc5c"
|
||||
|
|
|
|||
|
|
@ -1,13 +1,13 @@
|
|||
name = "Antique Atlas 4"
|
||||
filename = "antique-atlas-2.10.0+1.20.jar"
|
||||
filename = "antique-atlas-2.10.1+1.20.jar"
|
||||
side = "client"
|
||||
|
||||
[download]
|
||||
url = "https://cdn.modrinth.com/data/Y5Ve4Ui4/versions/lFYHSK5X/antique-atlas-2.10.0%2B1.20.jar"
|
||||
url = "https://cdn.modrinth.com/data/Y5Ve4Ui4/versions/5mJvK4sc/antique-atlas-2.10.1%2B1.20.jar"
|
||||
hash-format = "sha512"
|
||||
hash = "55d29b653658a557f06f59bf95a634f18f5570066be06ae77f37b9b8e4e1d79279a1ff2f3ab0fc479a4f860ddfff84a311f46338bb7c695bddee5a28b2cefbd9"
|
||||
hash = "1051cd2ab52c607d880d80d9292964c6357c1fd6484b5f89fe78e9136376448a4e83b578b45882d81ed5bb221f213b78234042367d304016466874da794e8e14"
|
||||
|
||||
[update]
|
||||
[update.modrinth]
|
||||
mod-id = "Y5Ve4Ui4"
|
||||
version = "lFYHSK5X"
|
||||
version = "5mJvK4sc"
|
||||
|
|
|
|||
|
|
@ -1,13 +1,13 @@
|
|||
name = "AudioPlayer"
|
||||
filename = "audioplayer-fabric-1.20.1-1.13.1.jar"
|
||||
filename = "audioplayer-fabric-1.20.1-1.13.2.jar"
|
||||
side = "server"
|
||||
|
||||
[download]
|
||||
url = "https://cdn.modrinth.com/data/SRlzjEBS/versions/7LsFhSCP/audioplayer-fabric-1.20.1-1.13.1.jar"
|
||||
url = "https://cdn.modrinth.com/data/SRlzjEBS/versions/M6EFtrdy/audioplayer-fabric-1.20.1-1.13.2.jar"
|
||||
hash-format = "sha512"
|
||||
hash = "c0f895773b34ecb05b9563a75b4a66171372eb65a63be6e32b4858e27f3bf08d468288b85e7c25d2927a1535f587b072a6d30f85fa347170327e2e170edd54dc"
|
||||
hash = "2012f04a9fc8092df4f6ac43a38dd1b463c40d8b90ecebaae3412b3d9d99b9fad5297657b729f69bb016270a0741475abb4ee3b41d9aed17107cdfa3873b6fb7"
|
||||
|
||||
[update]
|
||||
[update.modrinth]
|
||||
mod-id = "SRlzjEBS"
|
||||
version = "7LsFhSCP"
|
||||
version = "M6EFtrdy"
|
||||
|
|
|
|||
13
mods/badpackets.pw.toml
Normal file
|
|
@ -0,0 +1,13 @@
|
|||
name = "bad packets"
|
||||
filename = "badpackets-fabric-0.4.3.jar"
|
||||
side = "both"
|
||||
|
||||
[download]
|
||||
url = "https://cdn.modrinth.com/data/ftdbN0KK/versions/JjLWLyDz/badpackets-fabric-0.4.3.jar"
|
||||
hash-format = "sha512"
|
||||
hash = "2375bf680a6bc716808735e4258408212609480c1088c6249c8a6dbb450429e81de02891a4b412fcafe588d3b521e68f33918b8f99bb425e7dc79f212c924b9c"
|
||||
|
||||
[update]
|
||||
[update.modrinth]
|
||||
mod-id = "ftdbN0KK"
|
||||
version = "JjLWLyDz"
|
||||
|
|
@ -1,13 +1,13 @@
|
|||
name = "CICADA"
|
||||
filename = "cicada-lib-0.9.2+1.20.1.jar"
|
||||
filename = "cicada-lib-0.10.2+1.20.1.jar"
|
||||
side = "both"
|
||||
|
||||
[download]
|
||||
url = "https://cdn.modrinth.com/data/IwCkru1D/versions/vQa9oDJZ/cicada-lib-0.9.2%2B1.20.1.jar"
|
||||
url = "https://cdn.modrinth.com/data/IwCkru1D/versions/cdcYbTHt/cicada-lib-0.10.2%2B1.20.1.jar"
|
||||
hash-format = "sha512"
|
||||
hash = "d7a705e5d5e0cd993bfebd85e80e7763519510d9af111d1baa803a628267245a45c3c4eef7f19c817dc3db3b8c2b12b58dd6e4fc7b1c76ce149981ab5c9dd171"
|
||||
hash = "3138213b192d38ad9cffa02725bafb08e181c8a4bb02228435a86466a331057ef4a16b61844409711a02dc90936a93944c74e1f0b4c3eb1fc62937ebbca15f8a"
|
||||
|
||||
[update]
|
||||
[update.modrinth]
|
||||
mod-id = "IwCkru1D"
|
||||
version = "vQa9oDJZ"
|
||||
version = "cdcYbTHt"
|
||||
|
|
|
|||
|
|
@ -1,13 +1,13 @@
|
|||
name = "Configured Defaults"
|
||||
filename = "ConfiguredDefaults-v8.0.1-1.20.1-Fabric.jar"
|
||||
filename = "ConfiguredDefaults-v8.0.3-1.20.1-Fabric.jar"
|
||||
side = "both"
|
||||
|
||||
[download]
|
||||
url = "https://cdn.modrinth.com/data/SISoSFPP/versions/hOcrPrzr/ConfiguredDefaults-v8.0.1-1.20.1-Fabric.jar"
|
||||
url = "https://cdn.modrinth.com/data/SISoSFPP/versions/KVprSXXM/ConfiguredDefaults-v8.0.3-1.20.1-Fabric.jar"
|
||||
hash-format = "sha512"
|
||||
hash = "b8da63a987067be039f4535afdf450d28fc150b2446a7008064bca3ccddf7e0fbfaf0b813d69229e8cadb48634851fbf3eeb47e3fc2e667267a7bbc29e989b07"
|
||||
hash = "384bf5c775bb07f14a07fc00f546d3f60424f339dcad0810494d6e7bb57954c7d7f60dd97a3932b871844b0b3f4b9a0e6890427f2b5a4516d4493796ee5b9519"
|
||||
|
||||
[update]
|
||||
[update.modrinth]
|
||||
mod-id = "SISoSFPP"
|
||||
version = "hOcrPrzr"
|
||||
version = "KVprSXXM"
|
||||
|
|
|
|||
13
mods/crafttweaker.pw.toml
Normal file
|
|
@ -0,0 +1,13 @@
|
|||
name = "CraftTweaker"
|
||||
filename = "CraftTweaker-fabric-1.20.1-14.0.46.jar"
|
||||
side = "both"
|
||||
|
||||
[download]
|
||||
url = "https://cdn.modrinth.com/data/Xg35A4rS/versions/evkNBecn/CraftTweaker-fabric-1.20.1-14.0.46.jar"
|
||||
hash-format = "sha512"
|
||||
hash = "099e1ceb1fe756f395b1bda8eee1085a9786c83652a549f977c591a647bb202c555ee6998865e70772bd997e7a9f51bf8765906dd110eada3629495b91135de0"
|
||||
|
||||
[update]
|
||||
[update.modrinth]
|
||||
mod-id = "Xg35A4rS"
|
||||
version = "evkNBecn"
|
||||
|
|
@ -1,13 +1,13 @@
|
|||
name = "Create Big Cannons"
|
||||
filename = "createbigcannons-5.7.2-mc.1.20.1-fabric.jar"
|
||||
filename = "createbigcannons-5.8.1-mc.1.20.1-fabric.jar"
|
||||
side = "both"
|
||||
|
||||
[download]
|
||||
url = "https://cdn.modrinth.com/data/GWp4jCJj/versions/RGknZKMB/createbigcannons-5.7.2-mc.1.20.1-fabric.jar"
|
||||
url = "https://cdn.modrinth.com/data/GWp4jCJj/versions/j0e9tWKJ/createbigcannons-5.8.1-mc.1.20.1-fabric.jar"
|
||||
hash-format = "sha512"
|
||||
hash = "04e9a2890da7b7268b0759fc5d2141733541f16a76086031e497cd6a1d69aafe68a3e1b82210333473ff3f4d69450bf83e3f5b32c7a4786b74889c68fb5352c7"
|
||||
hash = "e5a87ca3f9e3250e693c3a5012a3d10f20849aa258aff261178c945501000c1899b3d9d2b61e774406c1e10c04110e82a85fef9d7dd4ab26e4b029abd536000a"
|
||||
|
||||
[update]
|
||||
[update.modrinth]
|
||||
mod-id = "GWp4jCJj"
|
||||
version = "RGknZKMB"
|
||||
version = "j0e9tWKJ"
|
||||
|
|
|
|||
|
|
@ -1,13 +1,13 @@
|
|||
name = "Elytra Trims"
|
||||
filename = "elytratrims-fabric-3.5.4+1.20.1.jar"
|
||||
filename = "elytratrims-fabric-3.5.6+1.20.1.jar"
|
||||
side = "both"
|
||||
|
||||
[download]
|
||||
url = "https://cdn.modrinth.com/data/XpzGz7KD/versions/UvWjZ8tL/elytratrims-fabric-3.5.4%2B1.20.1.jar"
|
||||
url = "https://cdn.modrinth.com/data/XpzGz7KD/versions/8IZHBtM5/elytratrims-fabric-3.5.6%2B1.20.1.jar"
|
||||
hash-format = "sha512"
|
||||
hash = "33c8808b767f416312db4c3401c194ace0e00fa6f416ccbc742560dfe929951ecf7824e0b854a20c57904fda4b9f9e8befc9f41a053f1b073d3035c96f710c63"
|
||||
hash = "dd4c9f533b7eafba31b18a45233de590734a66662537abe370b979c040a9ab1145bc42a66180912a8a3b51c0dce2e983f321b51f21b554402022880c8cce44b0"
|
||||
|
||||
[update]
|
||||
[update.modrinth]
|
||||
mod-id = "XpzGz7KD"
|
||||
version = "UvWjZ8tL"
|
||||
version = "8IZHBtM5"
|
||||
|
|
|
|||
|
|
@ -3,6 +3,6 @@ filename = "Estrogen-4.3.2+1.20.1-fabric-tvmmmm.jar"
|
|||
side = "both"
|
||||
|
||||
[download]
|
||||
url = "https://cdn.densmo.re/mc/Estrogen-4.3.2%2B1.20.1-fabric-tvmmmm.jar"
|
||||
url = "https://cdn.densmo.re/mc/Estrogen-4.3.2%2B1.20.1-fabric.jar"
|
||||
hash-format = "sha512"
|
||||
hash = "03c9cf38a9c0249c412f8e95a97fb8aee16cb58d4d0ae8a7962d94e5192b3b999f2b99f81232bf3e496da64bf7fb6edd9f98ce908f45e470fda87fac557c0014"
|
||||
hash = "c97b657f23196d777f5436cad2d1ea3144707ae13bb159213f572a59a28f0b9969dfa65fb3351220ff5625a7fe439f8ecfd55f2f9c3f6c18739bfc0a11465b94"
|
||||
|
|
|
|||
|
|
@ -1,13 +1,13 @@
|
|||
name = "Every Compat (Wood Good)"
|
||||
filename = "everycomp-1.20-2.7.6-fabric.jar"
|
||||
filename = "everycomp-1.20-2.7.10-fabric.jar"
|
||||
side = "both"
|
||||
|
||||
[download]
|
||||
url = "https://cdn.modrinth.com/data/eiktJyw1/versions/mJY2qVp8/everycomp-1.20-2.7.6-fabric.jar"
|
||||
url = "https://cdn.modrinth.com/data/eiktJyw1/versions/dg5PGOp5/everycomp-1.20-2.7.10-fabric.jar"
|
||||
hash-format = "sha512"
|
||||
hash = "af8385314d7a22a706bfc4cc520c07aead7a71be8be10309025e5812b8ca098dd25d44d63b1e7fd7643e870b40242273b63fafbd5df7226d9ebf186cbf194038"
|
||||
hash = "1bca149215eda7c485b69c403c53bc0d924cf21b7b7b40adec49b1ece0ea7b8a07abb8c672d0eda2b6de07f7a872d2f9f34b07e7be496de931b8d060f7a67d75"
|
||||
|
||||
[update]
|
||||
[update.modrinth]
|
||||
mod-id = "eiktJyw1"
|
||||
version = "mJY2qVp8"
|
||||
version = "dg5PGOp5"
|
||||
|
|
|
|||
|
|
@ -1,13 +1,13 @@
|
|||
name = "Farmer's Delight Refabricated"
|
||||
filename = "FarmersDelight-1.20.1-2.2.4+refabricated.jar"
|
||||
filename = "FarmersDelight-1.20.1-2.2.5+refabricated.jar"
|
||||
side = "both"
|
||||
|
||||
[download]
|
||||
url = "https://cdn.modrinth.com/data/7vxePowz/versions/Ms2QOr1b/FarmersDelight-1.20.1-2.2.4%2Brefabricated.jar"
|
||||
url = "https://cdn.modrinth.com/data/7vxePowz/versions/iVLPoC2e/FarmersDelight-1.20.1-2.2.5%2Brefabricated.jar"
|
||||
hash-format = "sha512"
|
||||
hash = "5af1fb5be862bb3fa806465962eb028936d8e0b90bc1fd05bab222ceb3fb7169e4f716a1e10ddf32acae594c33881d34ffa8fabef1112fc53424ddfb423fd1c8"
|
||||
hash = "b75217f91745153ed4e66a43bd69a41bab6836b62e60c69ebb717c51aa9e708d2bfbde985bcf21a7d666635bf0182da5ae80cba7f3d15851f63c6a099c35d26d"
|
||||
|
||||
[update]
|
||||
[update.modrinth]
|
||||
mod-id = "7vxePowz"
|
||||
version = "Ms2QOr1b"
|
||||
version = "iVLPoC2e"
|
||||
|
|
|
|||
13
mods/faux-custom-entity-data.pw.toml
Normal file
|
|
@ -0,0 +1,13 @@
|
|||
name = "Faux Custom Entity Data"
|
||||
filename = "FauxCustomEntityData-fabric-1.20.1-6.0.1.jar"
|
||||
side = "both"
|
||||
|
||||
[download]
|
||||
url = "https://cdn.modrinth.com/data/E7ZFR7qk/versions/11wR6r8x/FauxCustomEntityData-fabric-1.20.1-6.0.1.jar"
|
||||
hash-format = "sha512"
|
||||
hash = "db9599b6bbbf236ee48712052731cccae0b2431f959d047e51c94b4a4ce9ad48710da48ae699d06b275e9ebb74ddb5b5ccf7678efee9a1ecafc2a04456ed9105"
|
||||
|
||||
[update]
|
||||
[update.modrinth]
|
||||
mod-id = "E7ZFR7qk"
|
||||
version = "11wR6r8x"
|
||||
|
|
@ -1,13 +1,13 @@
|
|||
name = "Geckolib"
|
||||
filename = "geckolib-fabric-1.20.1-4.4.9.jar"
|
||||
filename = "geckolib-fabric-1.20.1-4.7.jar"
|
||||
side = "both"
|
||||
|
||||
[download]
|
||||
url = "https://cdn.modrinth.com/data/8BmcQJ2H/versions/9VG3hx3F/geckolib-fabric-1.20.1-4.4.9.jar"
|
||||
url = "https://cdn.modrinth.com/data/8BmcQJ2H/versions/DAY9559u/geckolib-fabric-1.20.1-4.7.jar"
|
||||
hash-format = "sha512"
|
||||
hash = "9031c075b1935b6235a5184f376463d36c4090ff50c5f1ca4edd1521777a4bb321a379c12dc0033453a60c36bae054d0e07d56f652dff2b8525ee7756979ff11"
|
||||
hash = "6f6989772c2778daf45a991fecca5248d9c673b3cfba860789668dfe5f241cf5073319ab4434556b05d2d68b948654e20a64e747ab9c10b5f5025eaef208c120"
|
||||
|
||||
[update]
|
||||
[update.modrinth]
|
||||
mod-id = "8BmcQJ2H"
|
||||
version = "9VG3hx3F"
|
||||
version = "DAY9559u"
|
||||
|
|
|
|||
|
|
@ -1,13 +1,13 @@
|
|||
name = "ItemSwapper"
|
||||
filename = "itemswapper-fabric-0.7.4-mc1.20.1.jar"
|
||||
filename = "itemswapper-fabric-0.7.5-mc1.20.1.jar"
|
||||
side = "client"
|
||||
|
||||
[download]
|
||||
url = "https://cdn.modrinth.com/data/RPOSBQgq/versions/r9awEBrn/itemswapper-fabric-0.7.4-mc1.20.1.jar"
|
||||
url = "https://cdn.modrinth.com/data/RPOSBQgq/versions/al1cLyeD/itemswapper-fabric-0.7.5-mc1.20.1.jar"
|
||||
hash-format = "sha512"
|
||||
hash = "7e5380dee42752c9623a57cf0f5e1dff33e74a2a675f23e1b69751f8f9d4872cacae25c765f21e62b2bc5f85ad4d3e6b2e6f3b86815968386980a770fa905b6e"
|
||||
hash = "f6782afe5ce87fa12eb58765674974aab9585bbf32b3bb357b6f5ed56f2852de24c752a01a4ad1782923cd05bbd6d9941831944d5b6ddcc2a29cfcd9934c3ae4"
|
||||
|
||||
[update]
|
||||
[update.modrinth]
|
||||
mod-id = "RPOSBQgq"
|
||||
version = "r9awEBrn"
|
||||
version = "al1cLyeD"
|
||||
|
|
|
|||
|
|
@ -1,13 +1,13 @@
|
|||
name = "ModernFix"
|
||||
filename = "modernfix-fabric-5.19.7+mc1.20.1.jar"
|
||||
filename = "modernfix-fabric-5.20.0+mc1.20.1.jar"
|
||||
side = "both"
|
||||
|
||||
[download]
|
||||
url = "https://cdn.modrinth.com/data/nmDcB62a/versions/rBUcyf7J/modernfix-fabric-5.19.7%2Bmc1.20.1.jar"
|
||||
url = "https://cdn.modrinth.com/data/nmDcB62a/versions/xNIWGL6R/modernfix-fabric-5.20.0%2Bmc1.20.1.jar"
|
||||
hash-format = "sha512"
|
||||
hash = "2dcb264c8e5e8dc81fcac3a45a7e39f292e67330b163f58b033c31280d6230b98eb505c062e4d740f44275b43480f6567eb47433c5c1c82ff787bf57f37418aa"
|
||||
hash = "3b715a799cf38adbcba9d6b08de2bf50965e5974fac3bc092920c829550f7042f5882d9037d9c321ba1e3cade00b285171c0f85772e2409f0e7851e86aa0ecbd"
|
||||
|
||||
[update]
|
||||
[update.modrinth]
|
||||
mod-id = "nmDcB62a"
|
||||
version = "rBUcyf7J"
|
||||
version = "xNIWGL6R"
|
||||
|
|
|
|||
|
|
@ -1,13 +1,13 @@
|
|||
name = "Moonlight Lib"
|
||||
filename = "moonlight-1.20-2.13.41-fabric.jar"
|
||||
filename = "moonlight-1.20-2.13.45-fabric.jar"
|
||||
side = "both"
|
||||
|
||||
[download]
|
||||
url = "https://cdn.modrinth.com/data/twkfQtEc/versions/JPkieuHk/moonlight-1.20-2.13.41-fabric.jar"
|
||||
url = "https://cdn.modrinth.com/data/twkfQtEc/versions/CyMPqGlR/moonlight-1.20-2.13.45-fabric.jar"
|
||||
hash-format = "sha512"
|
||||
hash = "4290f8dc4e4ffc61cf4d07cc42e88ca632120e3c500b9600a142cda1dc4b4732ec5df8ad913e2e56d17a598e5098360ea556c33d960131da7dc7b8b40e49f25f"
|
||||
hash = "3616f1978e6987c5062565729d3833bec7244d2b8b6cffff86d676697e1ebf10c459dde3c43cef641720527f80ee474ff5daa2b08192b9dd5f1fc9ba732f0d89"
|
||||
|
||||
[update]
|
||||
[update.modrinth]
|
||||
mod-id = "twkfQtEc"
|
||||
version = "JPkieuHk"
|
||||
version = "CyMPqGlR"
|
||||
|
|
|
|||
|
|
@ -1,13 +1,13 @@
|
|||
name = "Not Enough Animations"
|
||||
filename = "notenoughanimations-fabric-1.8.2-mc1.20.1.jar"
|
||||
filename = "notenoughanimations-fabric-1.9.0-mc1.20.1.jar"
|
||||
side = "client"
|
||||
|
||||
[download]
|
||||
url = "https://cdn.modrinth.com/data/MPCX6s5C/versions/p8ZIN9Qo/notenoughanimations-fabric-1.8.2-mc1.20.1.jar"
|
||||
url = "https://cdn.modrinth.com/data/MPCX6s5C/versions/uGFFRHD6/notenoughanimations-fabric-1.9.0-mc1.20.1.jar"
|
||||
hash-format = "sha512"
|
||||
hash = "aedde3adf77ae085e5186dca02d88231b1c28b630fa01096505f3226575a138256c72857e5440cfd49ed401781edea41dde8ea6a9c38e4d010452dc725e85fb0"
|
||||
hash = "fa6998871daaa68f4115a0605e88f61ad522ca204274bf823220131d9ed61e1b937ef002563fe1a6978632bb34917398b05b5d8a472a4e0907ee2fd486b59e1e"
|
||||
|
||||
[update]
|
||||
[update.modrinth]
|
||||
mod-id = "MPCX6s5C"
|
||||
version = "p8ZIN9Qo"
|
||||
version = "uGFFRHD6"
|
||||
|
|
|
|||
|
|
@ -1,13 +0,0 @@
|
|||
name = "PneumonoCore"
|
||||
filename = "pneumonocore-1.1.4+1.20.1.jar"
|
||||
side = "both"
|
||||
|
||||
[download]
|
||||
url = "https://cdn.modrinth.com/data/ZLKQjA7t/versions/MtM4xjYo/pneumonocore-1.1.4%2B1.20.1.jar"
|
||||
hash-format = "sha512"
|
||||
hash = "e7be8b47f6f9d5871367c3e9dd43f6b9528c87c03b0b788087528bdd8e19798126661d8cf0f6fd1fcc226115edf2114ad1e7faa16de19227685dde4e6d16e266"
|
||||
|
||||
[update]
|
||||
[update.modrinth]
|
||||
mod-id = "ZLKQjA7t"
|
||||
version = "MtM4xjYo"
|
||||
13
mods/shut-up-gl-error.pw.toml
Normal file
|
|
@ -0,0 +1,13 @@
|
|||
name = "Shut Up GL Error"
|
||||
filename = "Shut Up GL Error-fabric-1.20.1-1.0.0.jar"
|
||||
side = "client"
|
||||
|
||||
[download]
|
||||
url = "https://cdn.modrinth.com/data/houIxdGF/versions/aHibkCCo/Shut%20Up%20GL%20Error-fabric-1.20.1-1.0.0.jar"
|
||||
hash-format = "sha512"
|
||||
hash = "5363cc7684625146a3e9e31129c15064a327475a32da79d754839209c91fac627e5f7082a71e685f26340d4d6b5cef0b6bad871d20e1a5b035de83ea45692def"
|
||||
|
||||
[update]
|
||||
[update.modrinth]
|
||||
mod-id = "houIxdGF"
|
||||
version = "aHibkCCo"
|
||||
|
|
@ -1,13 +1,13 @@
|
|||
name = "Tide"
|
||||
filename = "Tide-fabric-1.20.1-1.4.1.jar"
|
||||
filename = "Tide-fabric-1.20.1-1.4.2.jar"
|
||||
side = "both"
|
||||
|
||||
[download]
|
||||
url = "https://cdn.modrinth.com/data/die1AF7i/versions/8stzKo79/Tide-fabric-1.20.1-1.4.1.jar"
|
||||
url = "https://cdn.modrinth.com/data/die1AF7i/versions/jukqoMJO/Tide-fabric-1.20.1-1.4.2.jar"
|
||||
hash-format = "sha512"
|
||||
hash = "15597047fc8166bbc86210e9c680604a3166c1688cec172a372105a1d9406d78a982df771174a849490a7b4eaa018ee159a100d1070deb8382f87619cd5ebdba"
|
||||
hash = "da7083e539b0aaa1e7095cad521297436b8d2ddbe43b701bd2896f38a0d658431a186e7fe0be9eef552fec03d818f1c929a7704a9cbc58746facc173aa00d924"
|
||||
|
||||
[update]
|
||||
[update.modrinth]
|
||||
mod-id = "die1AF7i"
|
||||
version = "8stzKo79"
|
||||
version = "jukqoMJO"
|
||||
|
|
|
|||
|
|
@ -1,13 +1,13 @@
|
|||
name = "Trinkets (Fabric)"
|
||||
filename = "trinkets-3.7.1.jar"
|
||||
name = "Trinkets"
|
||||
filename = "trinkets-3.7.2.jar"
|
||||
side = "both"
|
||||
|
||||
[download]
|
||||
hash-format = "sha1"
|
||||
hash = "eb2a91a80d18513ca0b9ea3f76fc86422166e440"
|
||||
mode = "metadata:curseforge"
|
||||
url = "https://cdn.modrinth.com/data/5aaWibi9/versions/AHxQGtuC/trinkets-3.7.2.jar"
|
||||
hash-format = "sha512"
|
||||
hash = "bedf97c87c5e556416410267108ad358b32806448be24ef8ae1a79ac63b78b48b9c851c00c845b8aedfc7805601385420716b9e65326fdab21340e8ba3cc4274"
|
||||
|
||||
[update]
|
||||
[update.curseforge]
|
||||
file-id = 4657534
|
||||
project-id = 341284
|
||||
[update.modrinth]
|
||||
mod-id = "5aaWibi9"
|
||||
version = "AHxQGtuC"
|
||||
|
|
|
|||
|
|
@ -1,13 +1,13 @@
|
|||
name = "Ube's Delight"
|
||||
filename = "ubesdelight-fabric-1.20.1-0.2.3.jar"
|
||||
filename = "ubesdelight-fabric-1.20.1-0.3.1.jar"
|
||||
side = "both"
|
||||
|
||||
[download]
|
||||
url = "https://cdn.modrinth.com/data/PYjpoAys/versions/c2ubCIDG/ubesdelight-fabric-1.20.1-0.2.3.jar"
|
||||
url = "https://cdn.modrinth.com/data/PYjpoAys/versions/chGPsXtQ/ubesdelight-fabric-1.20.1-0.3.1.jar"
|
||||
hash-format = "sha512"
|
||||
hash = "eb5375b4c0c86c118f9e1a3110cbde3df9fc196a49b17a36b524daf1e06355ecbc69cb9a348741656cc953b21d0c2fa19361877be41df3cf3655f97f7cbb9910"
|
||||
hash = "4bf2b8ff77fafbb99e68740fa7e8a356bfd600dbe16500ad7adb78d32e4bb07378d3fc79d2c381dbadf51653269ff5ae0aad4b9d3e4f343675363ac7b372f286"
|
||||
|
||||
[update]
|
||||
[update.modrinth]
|
||||
mod-id = "PYjpoAys"
|
||||
version = "c2ubCIDG"
|
||||
version = "chGPsXtQ"
|
||||
|
|
|
|||
|
|
@ -1,6 +1,6 @@
|
|||
name = "Voice Chat Interaction"
|
||||
filename = "vcinteraction-fabric-1.20.1-1.0.6.jar"
|
||||
side = "server"
|
||||
side = "both"
|
||||
|
||||
[download]
|
||||
url = "https://cdn.modrinth.com/data/qsSP2ZZ0/versions/LX0uNyw4/vcinteraction-fabric-1.20.1-1.0.6.jar"
|
||||
|
|
|
|||
|
|
@ -6,7 +6,7 @@ pack-format = "packwiz:1.1.0"
|
|||
[index]
|
||||
file = "index.toml"
|
||||
hash-format = "sha256"
|
||||
hash = "4f97b14bd36ec368dac92e0f1279978e1e421b2464bb45f50e31fdc827d97c9d"
|
||||
hash = "59f564cb1790b36a70e4aa90a439ba9df8e3b68dfd07a5255cca7d626e0aaee6"
|
||||
|
||||
[versions]
|
||||
fabric = "0.16.9"
|
||||
|
|
|
|||
47
scripts/newrecipes.zs
Normal file
|
|
@ -0,0 +1,47 @@
|
|||
import crafttweaker.api.recipe.CraftingTableRecipeManager;
|
||||
|
||||
// Tide Fishing Line
|
||||
craftingTable.remove(<item:tide:fishing_line>);
|
||||
craftingTable.addShaped("vpp_tide_fishing_line_from_string", <item:tide:fishing_line>, [[<item:minecraft:string>], [<item:minecraft:string>]]);
|
||||
|
||||
// Jewelry (RPG Series) Rings / CreateDeco Support recipe conflict
|
||||
craftingTable.removeByRegex("createdeco:[a-z,_]*_support");
|
||||
craftingTable.addShaped("vpp_createdeco_andesite_support", <item:createdeco:andesite_support>, [
|
||||
[<item:create:andesite_alloy>, <item:createdeco:andesite_sheet>, <item:create:andesite_alloy>],
|
||||
[<item:create:andesite_alloy>, <item:minecraft:air>, <item:create:andesite_alloy>],
|
||||
[<item:create:andesite_alloy>, <item:minecraft:air>, <item:create:andesite_alloy>]
|
||||
]);
|
||||
|
||||
craftingTable.addShaped("vpp_createdeco_brass_support", <item:createdeco:brass_support>, [
|
||||
[<item:create:brass_ingot>, <item:create:brass_sheet>, <item:create:brass_ingot>],
|
||||
[<item:create:brass_ingot>, <item:minecraft:air>, <item:create:brass_ingot>],
|
||||
[<item:create:brass_ingot>, <item:minecraft:air>, <item:create:brass_ingot>]
|
||||
]);
|
||||
|
||||
craftingTable.addShaped("vpp_createdeco_iron_support", <item:createdeco:iron_support>, [
|
||||
[<item:minecraft:iron_ingot>, <item:create:iron_sheet>, <item:minecraft:iron_ingot>],
|
||||
[<item:minecraft:iron_ingot>, <item:minecraft:air>, <item:minecraft:iron_ingot>],
|
||||
[<item:minecraft:iron_ingot>, <item:minecraft:air>, <item:minecraft:iron_ingot>]
|
||||
]);
|
||||
|
||||
craftingTable.addShaped("vpp_createdeco_copper_support", <item:createdeco:copper_support>, [
|
||||
[<item:minecraft:copper_ingot>, <item:create:copper_sheet>, <item:minecraft:copper_ingot>],
|
||||
[<item:minecraft:copper_ingot>, <item:minecraft:air>, <item:minecraft:copper_ingot>],
|
||||
[<item:minecraft:copper_ingot>, <item:minecraft:air>, <item:minecraft:copper_ingot>]
|
||||
]);
|
||||
|
||||
craftingTable.addShaped("vpp_createdeco_industrial_iron_support", <item:createdeco:industrial_iron_support>, [
|
||||
[<item:createdeco:industrial_iron_ingot>, <item:createdeco:industrial_iron_sheet>, <item:createdeco:industrial_iron_ingot>],
|
||||
[<item:createdeco:industrial_iron_ingot>, <item:minecraft:air>, <item:createdeco:industrial_iron_ingot>],
|
||||
[<item:createdeco:industrial_iron_ingot>, <item:minecraft:air>, <item:createdeco:industrial_iron_ingot>]
|
||||
]);
|
||||
|
||||
craftingTable.addShaped("vpp_createdeco_zinc_support", <item:createdeco:zinc_support>, [
|
||||
[<item:create:zinc_ingot>, <item:createdeco:zinc_sheet>, <item:create:zinc_ingot>],
|
||||
[<item:create:zinc_ingot>, <item:minecraft:air>, <item:create:zinc_ingot>],
|
||||
[<item:create:zinc_ingot>, <item:minecraft:air>, <item:create:zinc_ingot>]
|
||||
]);
|
||||
|
||||
// Handcrafted Plate and Supplementaries Item Shelves recipe conflict
|
||||
craftingTable.remove(<item:handcrafted:wood_plate>);
|
||||
craftingTable.addShaped("vpp_handcrafted_wood_plate", <item:handcrafted:wood_plate>, [[<item:minecraft:bowl>, <tag:items:minecraft:planks>]]);
|
||||
15
scripts/rope.zs
Normal file
|
|
@ -0,0 +1,15 @@
|
|||
import crafttweaker.api.recipe.replacement.Replacer;
|
||||
import crafttweaker.api.predicate.TagPredicate;
|
||||
import crafttweaker.api.tag.type.KnownTag;
|
||||
import crafttweaker.api.item.ItemDefinition;
|
||||
import crafttweaker.api.ingredient.IIngredient;
|
||||
|
||||
var ropeTag as KnownTag<ItemDefinition>;
|
||||
ropeTag = <tag:items:vpp:rope>;
|
||||
|
||||
Replacer.create()
|
||||
.replace<IIngredient>(<recipecomponent:crafttweaker:input/ingredients>, <item:dustydecorations:rope>, ropeTag.asIIngredient())
|
||||
.replace<IIngredient>(<recipecomponent:crafttweaker:input/ingredients>, <item:beautify:rope>, ropeTag.asIIngredient())
|
||||
.replace<IIngredient>(<recipecomponent:crafttweaker:input/ingredients>, <item:farmersdelight:rope>, ropeTag.asIIngredient())
|
||||
.replace<IIngredient>(<recipecomponent:crafttweaker:input/ingredients>, <item:supplementaries:rope>, ropeTag.asIIngredient())
|
||||
.execute();
|
||||