Add vanilla backport, datapack configurations, remove bundle backportish
This commit is contained in:
parent
680c95df3d
commit
61f2b16e69
|
|
@ -23,21 +23,6 @@
|
|||
},
|
||||
"path": "mods/globalpacks-fabric-1.21.1-21.0.6.jar"
|
||||
},
|
||||
{
|
||||
"downloads": [
|
||||
"https://cdn.modrinth.com/data/91hOfmS6/versions/YoDcA59K/bundle-backportish-1.1.5%2Bmc1.21.1.jar"
|
||||
],
|
||||
"env": {
|
||||
"client": "required",
|
||||
"server": "required"
|
||||
},
|
||||
"fileSize": 88699,
|
||||
"hashes": {
|
||||
"sha1": "442dddf7374c2e6c90314ed62223184cffcc9f8f",
|
||||
"sha512": "dc1299e46760cab41dc118a2bd411772006c9f58d79ed4e562ddb22739d68550760f025e9fe764cd39d5623cdf77448859ac15dc432138c7c6ecb3d74d6407ab"
|
||||
},
|
||||
"path": "mods/bundle-backportish-1.1.5+mc1.21.1.jar"
|
||||
},
|
||||
{
|
||||
"downloads": [
|
||||
"https://cdn.modrinth.com/data/hg77g4Pw/versions/cBEkQM9c/no-telemetry-1.10.0.jar"
|
||||
|
|
@ -98,6 +83,36 @@
|
|||
},
|
||||
"path": "mods/defaulted-fabric-1.21.1-1.2.1.2.jar"
|
||||
},
|
||||
{
|
||||
"downloads": [
|
||||
"https://cdn.modrinth.com/data/6xwxDTgf/versions/muHWB9pc/VanillaBackport-fabric-1.21.1-1.1.5.2.jar"
|
||||
],
|
||||
"env": {
|
||||
"client": "required",
|
||||
"server": "required"
|
||||
},
|
||||
"fileSize": 27391271,
|
||||
"hashes": {
|
||||
"sha1": "7a0ccc26dc44a600bd6c683e2e61fb9d190392ed",
|
||||
"sha512": "a3d7b9466bd6799fe92e9e1077ab4664410205b5e4f5cd08bf419451131edcf643ce34355a55ecdafd9f187708db3ab5762ec3d3d320b9096e998d499c763992"
|
||||
},
|
||||
"path": "mods/VanillaBackport-fabric-1.21.1-1.1.5.2.jar"
|
||||
},
|
||||
{
|
||||
"downloads": [
|
||||
"https://cdn.modrinth.com/data/i6fiqm5y/versions/mL1Cojdk/Platform-fabric-1.21.1-1.2.11.4.jar"
|
||||
],
|
||||
"env": {
|
||||
"client": "required",
|
||||
"server": "required"
|
||||
},
|
||||
"fileSize": 738563,
|
||||
"hashes": {
|
||||
"sha1": "1e79148b69164614151bf4c466cb4eb7b01d600d",
|
||||
"sha512": "2fbce37f0fc2ec0bdf2a10db83e6cf6e4ca6f3945ee3be331fa7f475135d7906653cfef5669b7640fb6c84f1ac110b543aa56e90d04d003e17d35ec40a6af938"
|
||||
},
|
||||
"path": "mods/Platform-fabric-1.21.1-1.2.11.4.jar"
|
||||
},
|
||||
{
|
||||
"downloads": [
|
||||
"https://cdn.modrinth.com/data/a1llHwl4/versions/FL44OinM/copperagebackport-fabric-1.21.1-0.1.4.jar"
|
||||
|
|
|
|||
10
overrides/config/vanillabackport-client.toml
Normal file
10
overrides/config/vanillabackport-client.toml
Normal file
|
|
@ -0,0 +1,10 @@
|
|||
|
||||
["Spring to Life"]
|
||||
#Use the legacy spawn egg textures
|
||||
use_legacy_spawn_eggs = true
|
||||
#allow falling leaves particles to generate
|
||||
falling_leaves = true
|
||||
#how often should falling leaves particles generate
|
||||
#Range: 0.0 ~ 1.0
|
||||
falling_leaves_frequency = 0.0025
|
||||
|
||||
63
overrides/config/vanillabackport-common.toml
Normal file
63
overrides/config/vanillabackport-common.toml
Normal file
|
|
@ -0,0 +1,63 @@
|
|||
|
||||
["Bundles of Bravery"]
|
||||
#toggle the updated controls and UI for bundles
|
||||
has_updated_bundles = false
|
||||
#allow bundles to appear on chests at villages
|
||||
bundle_loot = true
|
||||
|
||||
["The Garden Awakens"]
|
||||
#creaking heart trail particle color (gray by default)
|
||||
creaking_particle_color = 6250335
|
||||
#allow resin to be obtainable from creaking hearts
|
||||
resin = true
|
||||
#creaking heart trail particle reverse color (orange by default)
|
||||
creaking_particle_reverse_color = 16545810
|
||||
#allow features from 'The Garden Awakens' to be obtainable through wandering traders
|
||||
pale_trades = true
|
||||
#allow the pale garden to generate in the overworld
|
||||
pale_garden = true
|
||||
#allow resin to appear on chests at woodland mansions
|
||||
resin_loot = true
|
||||
#allow creakings to spawn from creaking hearts
|
||||
creaking = true
|
||||
|
||||
["Spring to Life"]
|
||||
#allow lodestones to appear on chests at ruined portals
|
||||
lodestone_loot = true
|
||||
#allow cactus flowers to generate
|
||||
cactus_flowers = true
|
||||
#allow wolfs to have variants for their sounds
|
||||
wolf_sound_variants = true
|
||||
#allow dry grass to generate in the overworld
|
||||
dry_grass = true
|
||||
#allow wildflowers to generate in the overworld
|
||||
wildflowers = true
|
||||
#allow features from 'Spring to Life' to be obtainable through wandering traders
|
||||
spring_trades = true
|
||||
#allow camels to spawn outside of villages
|
||||
camel_spawns = true
|
||||
#allow bushes to generate in the overworld
|
||||
bushes = true
|
||||
#allow fallen trees to generate in the overworld
|
||||
fallen_trees = true
|
||||
#allow firefly bushes to generate in the overworld
|
||||
firefly_bushes = true
|
||||
#allow variants for pigs, cows and chickens to generate
|
||||
farm_animal_variants = true
|
||||
#allow leaf litter to generate in the overworld
|
||||
leaf_litter = true
|
||||
|
||||
["Chase the Skies"]
|
||||
#toggle whether leashes drop their connections when boosting with a firework rocket
|
||||
leash_drop_connections = true
|
||||
#apply a modifier to the speed of happy ghasts when ridden, 1.0 is default speed
|
||||
happy_ghast_speed_modifier = 2.0
|
||||
#allow dried ghasts to be obtainable through nether fossils and piglin bartering
|
||||
dried_ghasts = true
|
||||
#allows ghasts drop the tears music disc
|
||||
tears_music_disc = false
|
||||
|
||||
["Hot as Lava"]
|
||||
#allows chicken jockeys to drop the lava chicken music disc
|
||||
lava_chicken_music_disc = false
|
||||
|
||||
|
|
@ -1,21 +0,0 @@
|
|||
{
|
||||
"values": [
|
||||
"minecraft:bundle",
|
||||
"bundle-backportish:red_bundle",
|
||||
"bundle-backportish:black_bundle",
|
||||
"bundle-backportish:blue_bundle",
|
||||
"bundle-backportish:brown_bundle",
|
||||
"bundle-backportish:cyan_bundle",
|
||||
"bundle-backportish:gray_bundle",
|
||||
"bundle-backportish:green_bundle",
|
||||
"bundle-backportish:light_blue_bundle",
|
||||
"bundle-backportish:light_gray_bundle",
|
||||
"bundle-backportish:lime_bundle",
|
||||
"bundle-backportish:magenta_bundle",
|
||||
"bundle-backportish:orange_bundle",
|
||||
"bundle-backportish:pink_bundle",
|
||||
"bundle-backportish:purple_bundle",
|
||||
"bundle-backportish:white_bundle",
|
||||
"bundle-backportish:yellow_bundle"
|
||||
]
|
||||
}
|
||||
|
|
@ -19,7 +19,8 @@
|
|||
"tags": [
|
||||
"minecraft:beds",
|
||||
"minecraft:boats",
|
||||
"c:foods/soup"
|
||||
"c:foods/soup",
|
||||
"minecraft:harnesses"
|
||||
],
|
||||
"patch": {
|
||||
"minecraft:max_stack_size": 16
|
||||
|
|
|
|||
|
|
@ -2,12 +2,12 @@
|
|||
"type": "minecraft:smithing_transform",
|
||||
"template": [],
|
||||
"base": {
|
||||
"tag": "bundle-backportish:bundles"
|
||||
"tag": "minecraft:bundles"
|
||||
},
|
||||
"addition": {
|
||||
"item": "minecraft:black_dye"
|
||||
},
|
||||
"result": {
|
||||
"id": "bundle-backportish:black_bundle"
|
||||
"id": "minecraft:black_bundle"
|
||||
}
|
||||
}
|
||||
|
|
@ -2,12 +2,12 @@
|
|||
"type": "minecraft:smithing_transform",
|
||||
"template": [],
|
||||
"base": {
|
||||
"tag": "bundle-backportish:bundles"
|
||||
"tag": "minecraft:bundles"
|
||||
},
|
||||
"addition": {
|
||||
"item": "minecraft:blue_dye"
|
||||
},
|
||||
"result": {
|
||||
"id": "bundle-backportish:blue_bundle"
|
||||
"id": "minecraft:blue_bundle"
|
||||
}
|
||||
}
|
||||
|
|
@ -2,12 +2,12 @@
|
|||
"type": "minecraft:smithing_transform",
|
||||
"template": [],
|
||||
"base": {
|
||||
"tag": "bundle-backportish:bundles"
|
||||
"tag": "minecraft:bundles"
|
||||
},
|
||||
"addition": {
|
||||
"item": "minecraft:brown_dye"
|
||||
},
|
||||
"result": {
|
||||
"id": "bundle-backportish:brown_bundle"
|
||||
"id": "minecraft:brown_bundle"
|
||||
}
|
||||
}
|
||||
|
|
@ -2,12 +2,12 @@
|
|||
"type": "minecraft:smithing_transform",
|
||||
"template": [],
|
||||
"base": {
|
||||
"tag": "bundle-backportish:bundles"
|
||||
"tag": "minecraft:bundles"
|
||||
},
|
||||
"addition": {
|
||||
"item": "minecraft:cyan_dye"
|
||||
},
|
||||
"result": {
|
||||
"id": "bundle-backportish:cyan_bundle"
|
||||
"id": "minecraft:cyan_bundle"
|
||||
}
|
||||
}
|
||||
|
|
@ -2,12 +2,12 @@
|
|||
"type": "minecraft:smithing_transform",
|
||||
"template": [],
|
||||
"base": {
|
||||
"tag": "bundle-backportish:bundles"
|
||||
"tag": "minecraft:bundles"
|
||||
},
|
||||
"addition": {
|
||||
"item": "minecraft:gray_dye"
|
||||
},
|
||||
"result": {
|
||||
"id": "bundle-backportish:gray_bundle"
|
||||
"id": "minecraft:gray_bundle"
|
||||
}
|
||||
}
|
||||
|
|
@ -2,12 +2,12 @@
|
|||
"type": "minecraft:smithing_transform",
|
||||
"template": [],
|
||||
"base": {
|
||||
"tag": "bundle-backportish:bundles"
|
||||
"tag": "minecraft:bundles"
|
||||
},
|
||||
"addition": {
|
||||
"item": "minecraft:green_dye"
|
||||
},
|
||||
"result": {
|
||||
"id": "bundle-backportish:green_bundle"
|
||||
"id": "minecraft:green_bundle"
|
||||
}
|
||||
}
|
||||
|
|
@ -2,12 +2,12 @@
|
|||
"type": "minecraft:smithing_transform",
|
||||
"template": [],
|
||||
"base": {
|
||||
"tag": "bundle-backportish:bundles"
|
||||
"tag": "minecraft:bundles"
|
||||
},
|
||||
"addition": {
|
||||
"item": "minecraft:light_blue_dye"
|
||||
},
|
||||
"result": {
|
||||
"id": "bundle-backportish:light_blue_bundle"
|
||||
"id": "minecraft:light_blue_bundle"
|
||||
}
|
||||
}
|
||||
|
|
@ -2,12 +2,12 @@
|
|||
"type": "minecraft:smithing_transform",
|
||||
"template": [],
|
||||
"base": {
|
||||
"tag": "bundle-backportish:bundles"
|
||||
"tag": "minecraft:bundles"
|
||||
},
|
||||
"addition": {
|
||||
"item": "minecraft:light_gray_dye"
|
||||
},
|
||||
"result": {
|
||||
"id": "bundle-backportish:light_gray_bundle"
|
||||
"id": "minecraft:light_gray_bundle"
|
||||
}
|
||||
}
|
||||
|
|
@ -2,12 +2,12 @@
|
|||
"type": "minecraft:smithing_transform",
|
||||
"template": [],
|
||||
"base": {
|
||||
"tag": "bundle-backportish:bundles"
|
||||
"tag": "minecraft:bundles"
|
||||
},
|
||||
"addition": {
|
||||
"item": "minecraft:lime_dye"
|
||||
},
|
||||
"result": {
|
||||
"id": "bundle-backportish:lime_bundle"
|
||||
"id": "minecraft:lime_bundle"
|
||||
}
|
||||
}
|
||||
|
|
@ -2,12 +2,12 @@
|
|||
"type": "minecraft:smithing_transform",
|
||||
"template": [],
|
||||
"base": {
|
||||
"tag": "bundle-backportish:bundles"
|
||||
"tag": "minecraft:bundles"
|
||||
},
|
||||
"addition": {
|
||||
"item": "minecraft:magenta_dye"
|
||||
},
|
||||
"result": {
|
||||
"id": "bundle-backportish:magenta_bundle"
|
||||
"id": "minecraft:magenta_bundle"
|
||||
}
|
||||
}
|
||||
|
|
@ -2,12 +2,12 @@
|
|||
"type": "minecraft:smithing_transform",
|
||||
"template": [],
|
||||
"base": {
|
||||
"tag": "bundle-backportish:bundles"
|
||||
"tag": "minecraft:bundles"
|
||||
},
|
||||
"addition": {
|
||||
"item": "minecraft:orange_dye"
|
||||
},
|
||||
"result": {
|
||||
"id": "bundle-backportish:orange_bundle"
|
||||
"id": "minecraft:orange_bundle"
|
||||
}
|
||||
}
|
||||
|
|
@ -2,12 +2,12 @@
|
|||
"type": "minecraft:smithing_transform",
|
||||
"template": [],
|
||||
"base": {
|
||||
"tag": "bundle-backportish:bundles"
|
||||
"tag": "minecraft:bundles"
|
||||
},
|
||||
"addition": {
|
||||
"item": "minecraft:pink_dye"
|
||||
},
|
||||
"result": {
|
||||
"id": "bundle-backportish:pink_bundle"
|
||||
"id": "minecraft:pink_bundle"
|
||||
}
|
||||
}
|
||||
|
|
@ -2,12 +2,12 @@
|
|||
"type": "minecraft:smithing_transform",
|
||||
"template": [],
|
||||
"base": {
|
||||
"tag": "bundle-backportish:bundles"
|
||||
"tag": "minecraft:bundles"
|
||||
},
|
||||
"addition": {
|
||||
"item": "minecraft:purple_dye"
|
||||
},
|
||||
"result": {
|
||||
"id": "bundle-backportish:purple_bundle"
|
||||
"id": "minecraft:purple_bundle"
|
||||
}
|
||||
}
|
||||
|
|
@ -2,12 +2,12 @@
|
|||
"type": "minecraft:smithing_transform",
|
||||
"template": [],
|
||||
"base": {
|
||||
"tag": "bundle-backportish:bundles"
|
||||
"tag": "minecraft:bundles"
|
||||
},
|
||||
"addition": {
|
||||
"item": "minecraft:red_dye"
|
||||
},
|
||||
"result": {
|
||||
"id": "bundle-backportish:red_bundle"
|
||||
"id": "minecraft:red_bundle"
|
||||
}
|
||||
}
|
||||
|
|
@ -2,12 +2,12 @@
|
|||
"type": "minecraft:smithing_transform",
|
||||
"template": [],
|
||||
"base": {
|
||||
"tag": "bundle-backportish:bundles"
|
||||
"tag": "minecraft:bundles"
|
||||
},
|
||||
"addition": {
|
||||
"item": "minecraft:white_dye"
|
||||
},
|
||||
"result": {
|
||||
"id": "bundle-backportish:white_bundle"
|
||||
"id": "minecraft:white_bundle"
|
||||
}
|
||||
}
|
||||
|
|
@ -2,12 +2,12 @@
|
|||
"type": "minecraft:smithing_transform",
|
||||
"template": [],
|
||||
"base": {
|
||||
"tag": "bundle-backportish:bundles"
|
||||
"tag": "minecraft:bundles"
|
||||
},
|
||||
"addition": {
|
||||
"item": "minecraft:yellow_dye"
|
||||
},
|
||||
"result": {
|
||||
"id": "bundle-backportish:yellow_bundle"
|
||||
"id": "minecraft:yellow_bundle"
|
||||
}
|
||||
}
|
||||
|
|
@ -11,7 +11,7 @@
|
|||
"path": "recipe/wooden_"
|
||||
},
|
||||
{
|
||||
"namespace": "bundle-backportish",
|
||||
"namespace": "vanillabackport",
|
||||
"path": "recipe/bundle_coloring.json"
|
||||
},
|
||||
{
|
||||
|
|
|
|||
Loading…
Reference in a new issue