Compare commits

...

3 commits

Author SHA1 Message Date
Warren Hood 7e463ad494 Disable picking up spawners with carryon 2024-09-08 12:52:27 +02:00
Warren Hood 58221de9d4 Added upgrade aquatic 2024-09-08 12:46:02 +02:00
Warren Hood 75f733e0ad Add a thirst bar 2024-09-08 12:39:34 +02:00
3 changed files with 138 additions and 0 deletions

View file

@ -328,6 +328,19 @@ name = "structure-gel-api"
version = "2.16.2"
providers = ["Modrinth"]
[mods.blueprint]
version = "7.1.0"
server_side = true
client_side = true
[[mods.blueprint.source]]
[mods.blueprint.source.Download]
url = "https://cdn.modrinth.com/data/VsM5EDoI/versions/LkOcOC7A/blueprint-1.20.1-7.1.0.jar"
sha1 = "5ff3b2c8ff096d6481ed252f0371aeb60b460f27"
sha512 = "cb788eb25834e601f3c59cf9af9eeb30416a4ee9a87fafb6f5abbbea7f97f66b7197b20a57988fe365ba1a122292194bdb73ce0e0aa8af1a0318080a74495652"
filename = "blueprint-1.20.1-7.1.0.jar"
[mods.botania]
version = "1.20.1-446-forge"
server_side = true
@ -2161,6 +2174,19 @@ sha1 = "18bb3f31d3188f8d5d96e80061615e260be2d44d"
sha512 = "6fe8b495c37bb3da158d461d5613f3a5414b77693c98ade3b5930a28d4b0f26c654ca9fd9eca96d98b7bce27f0e5c6a1a908bec74b58c03d30cb92503f22f446"
filename = "TerraBlender-forge-1.20.1-3.0.1.7.jar"
[mods.thirst-was-taken]
version = "1.20.1-1.3.9"
server_side = true
client_side = true
[[mods.thirst-was-taken.source]]
[mods.thirst-was-taken.source.Download]
url = "https://cdn.modrinth.com/data/iUheEnjm/versions/Mv9BSGvk/ThirstWasTaken-1.20.1-1.3.9.jar"
sha1 = "bfb1cfd7f601c8ced4b5841f107a20ddfd7f3e83"
sha512 = "11688dbaa8de719f175d5369f5a3eb8f4501bb13f95434333177847e71ea02e5e0bff05d8101b8c4e2ebc23c6248939c36e58e550c0d0ffee87284029cf4a1db"
filename = "ThirstWasTaken-1.20.1-1.3.9.jar"
[mods.timeless-and-classics-zero]
version = "1.0.2"
server_side = true
@ -2320,6 +2346,24 @@ name = "modular-item-api"
version = "1.1.31-1.20.1-neoforge"
providers = ["Modrinth"]
[mods.upgrade-aquatic]
version = "6.0.1"
server_side = true
client_side = true
[[mods.upgrade-aquatic.source]]
[mods.upgrade-aquatic.source.Download]
url = "https://cdn.modrinth.com/data/gTuTFFyz/versions/8oPpOKDw/upgrade_aquatic-1.20.1-6.0.1.jar"
sha1 = "c080a315f5422f385c6ef97732ce2802708f5548"
sha512 = "ff308bd4b06939eeab3234fd46f91cdb340dfd64fc7c46609636375ae3e571a93c7ef800aced2c250887948a0b15aafe66dfc2063cdb7f0987e6f33ffc902e30"
filename = "upgrade_aquatic-1.20.1-6.0.1.jar"
[[mods.upgrade-aquatic.deps]]
name = "blueprint"
version = "7.1.0"
providers = ["Modrinth"]
[mods.when-dungeons-arise]
version = "2.1.57-1.20.1"
server_side = true

View file

@ -459,6 +459,10 @@ version = "*"
name = "stellarity"
version = "*"
[mods.thirst-was-taken]
name = "thirst-was-taken"
version = "*"
[mods.timeless-and-classics-zero]
name = "timeless-and-classics-zero"
version = "*"
@ -487,6 +491,10 @@ version = "*"
name = "truly-modular-arsenal"
version = "*"
[mods.upgrade-aquatic]
name = "upgrade-aquatic"
version = "*"
[mods.when-dungeons-arise]
name = "when-dungeons-arise"
version = "*"
@ -513,6 +521,11 @@ target_path = "servers.dat"
side = "Client"
apply_policy = "Always"
[files."./server/config/carryon-common.toml"]
target_path = "config/carryon-common.toml"
side = "Server"
apply_policy = "Always"
[files."./server/config/rats-common.toml"]
target_path = "config/rats-common.toml"
side = "Server"

View file

@ -0,0 +1,81 @@
[settings]
#General Settings
#Maximum distance from where Blocks and Entities can be picked up
#Range: 0.0 ~ 1.7976931348623157E308
maxDistance = 2.5
#Max width of entities that can be picked up in survival mode
#Range: 0.0 ~ 10.0
maxEntityWidth = 1.5
#Max height of entities that can be picked up in survival mode
#Range: 0.0 ~ 10.0
maxEntityHeight = 2.5
#Slowness multiplier for blocks
#Range: 0.0 ~ 1.7976931348623157E308
blockSlownessMultiplier = 1.0
#Slowness multiplier for entities
#Range: 0.0 ~ 1.7976931348623157E308
entitySlownessMultiplier = 1.0
#Maximum stack limit for entities
#Range: > 1
maxEntityStackLimit = 10
#More complex Tile Entities slow down the player more
heavyTiles = true
#Allow all blocks to be picked up, not just Tile Entites. White/Blacklist will still be respected.
pickupAllBlocks = false
#Whether Blocks and Entities slow the creative player down when carried
slownessInCreative = true
#Whether hostile mobs should be able to picked up in survival mode
pickupHostileMobs = false
#Larger Entities slow down the player more
heavyEntities = true
#Allow babies to be carried even when adult mob is blacklisted (or not whitelisted)
allowBabies = false
#Use Whitelist instead of Blacklist for Blocks
useWhitelistBlocks = false
#Use Whitelist instead of Blacklist for Entities
useWhitelistEntities = false
#Use Whitelist instead of Blacklist for Stacking
useWhitelistStacking = false
#Whether the player can hit blocks and entities while carrying or not
hitWhileCarrying = false
#Whether the player drops the carried object when hit or not
dropCarriedWhenHit = false
#Use custom Pickup Scripts. Having this set to false, will not allow you to run scripts, but will increase your performance
useScripts = false
#Allows entities to be stacked on top of each other
stackableEntities = true
#Whether entities' size matters when stacking or not. This means that larger entities cannot be stacked on smaller ones
entitySizeMattersStacking = true
#Usually all the block state information is retained when placing a block that was picked up. But some information is changed to a modified property, like rotation or orientation. In this list, add additional properties that should NOT be saved and instead be updated when placed. Format: modid:block[propertyname]. Note: You don't need to add an entry for every subtype of a same block. For example, we only add an entry for one type of slab, but the change is applied to all slabs.
placementStateExceptions = ["minecraft:chest[type]", "minecraft:stone_button[face]", "minecraft:vine[north,east,south,west,up]", "minecraft:creeper_head[rotation]", "minecraft:glow_lichen[north,east,south,west,up,down]", "minecraft:oak_sign[rotation]", "minecraft:oak_trapdoor[half]"]
#Whether Players can be picked up. Creative players can't be picked up in Survival Mode
pickupPlayers = false
#Whether players in Survival Mode can pick up unbreakable blocks. Creative players always can.
pickupUnbreakableBlocks = false
[whitelist]
#Whitelist. Read about the format here: https://github.com/Tschipp/CarryOn/wiki/Black---and-Whitelist-Config
#Entities that CAN be picked up (useWhitelistEntities must be true)
allowedEntities = []
#Blocks that CAN be picked up (useWhitelistBlocks must be true)
allowedBlocks = []
#Entities that CAN have other entities stacked on top of them (useWhitelistStacking must be true)
allowedStacking = []
[blacklist]
#Blacklist. Read about the format here: https://github.com/Tschipp/CarryOn/wiki/Black---and-Whitelist-Config
#Blocks that cannot be picked up
forbiddenTiles = ["#forge:immovable", "#forge:relocation_not_supported", "minecraft:end_portal", "minecraft:piston_head", "minecraft:end_gateway", "minecraft:tall_grass", "minecraft:large_fern", "minecraft:peony", "minecraft:rose_bush", "minecraft:lilac", "minecraft:sunflower", "minecraft:*_bed", "minecraft:*_door", "minecraft:big_dripleaf_stem", "minecraft:waterlily", "minecraft:cake", "minecraft:nether_portal", "minecraft:tall_seagrass", "animania:block_trough", "animania:block_invisiblock", "colossalchests:*", "ic2:*", "bigreactors:*", "forestry:*", "tconstruct:*", "rustic:*", "botania:*", "astralsorcery:*", "quark:colored_bed_*", "immersiveengineering:*", "embers:block_furnace", "embers:ember_bore", "embers:ember_activator", "embers:mixer", "embers:heat_coil", "embers:large_tank", "embers:crystal_cell", "embers:alchemy_pedestal", "embers:boiler", "embers:combustor", "embers:catalzyer", "embers:field_chart", "embers:inferno_forge", "storagedrawers:framingtable", "skyresources:*", "lootbags:*", "exsartagine:*", "aquamunda:tank", "opencomputers:*", "malisisdoors:*", "industrialforegoing:*", "minecolonies:*", "thaumcraft:pillar*", "thaumcraft:infernal_furnace", "thaumcraft:placeholder*", "thaumcraft:infusion_matrix", "thaumcraft:golem_builder", "thaumcraft:thaumatorium*", "magneticraft:oil_heater", "magneticraft:solar_panel", "magneticraft:steam_engine", "magneticraft:shelving_unit", "magneticraft:grinder", "magneticraft:sieve", "magneticraft:solar_tower", "magneticraft:solar_mirror", "magneticraft:container", "magneticraft:pumpjack", "magneticraft:solar_panel", "magneticraft:refinery", "magneticraft:oil_heater", "magneticraft:hydraulic_press", "magneticraft:multiblock_gap", "refinedstorage:*", "mcmultipart:*", "enderstorage:*", "betterstorage:*", "practicallogistics2:*", "wearablebackpacks:*", "rftools:screen", "rftools:creative_screen", "create:*", "magic_doorknob:*", "iceandfire:*", "ftbquests:*", "waystones:*", "contact:*", "framedblocks:*", "securitycraft:*", "forgemultipartcbe:*", "integrateddynamics:cable", "mekanismgenerators:wind_generator", "cookingforblockheads:cabinet", "cookingforblockheads:corner", "cookingforblockheads:counter", "cookingforblockheads:oven", "cookingforblockheads:toaster", "cookingforblockheads:milk_jar", "cookingforblockheads:cow_jar", "cookingforblockheads:fruit_basket", "cookingforblockheads:cooking_table", "cookingforblockheads:fridge", "cookingforblockheads:sink", "powah:*", "advancementtrophies:trophy", "mekanismgenerators:heat_generator", "mna:filler_block", "minecraft:spawner"]
#Entities that cannot be picked up
forbiddenEntities = ["minecraft:end_crystal", "minecraft:ender_dragon", "minecraft:ghast", "minecraft:shulker", "minecraft:leash_knot", "minecraft:armor_stand", "minecraft:item_frame", "minecraft:painting", "minecraft:shulker_bullet", "animania:hamster", "animania:ferret*", "animania:hedgehog*", "animania:cart", "animania:wagon", "mynko:*", "pixelmon:*", "mocreatures:*", "quark:totem", "vehicle:*", "securitycraft:*", "taterzens:npc", "easy_npc:*", "bodiesbodies:dead_body"]
#Entities that cannot have other entities stacked on top of them
forbiddenStacking = ["minecraft:horse"]
[customPickupConditions]
#Custom Pickup Conditions. Read about the format here: https://github.com/Tschipp/CarryOn/wiki/Custom-Pickup-Condition-Config
#Custom Pickup Conditions for Blocks
customPickupConditionsBlocks = []
#Custom Pickup Conditions for Entities
customPickupConditionsEntities = []