Skip to content

模组配置文件

cs[搬运]carryon-forge-1.20.1-2.1.2.7.jar

配置文件
c
└─config
      carryon-common.toml
修改
c
#Max width of entities that can be picked up in survival mode
#Range: 0.0 ~ 10.0
maxEntityWidth = 10.0
#Max height of entities that can be picked up in survival mode
#Range: 0.0 ~ 10.0
maxEntityHeight = 10.0

#Maximum stack limit for entities
#Range: > 1
maxEntityStackLimit = 666

#Allow all blocks to be picked up, not just Tile Entites. White/Blacklist will still be respected.
pickupAllBlocks = true

#Whether hostile mobs should be able to picked up in survival mode
pickupHostileMobs = true

#Whether entities' size matters when stacking or not. This means that larger entities cannot be stacked on smaller ones
entitySizeMattersStacking = false

cs[永恒枪械工坊]tacz-1.20.1-1.0.1-hotfix-release.jar

配置文件 tacz-common.toml
c
└─config
      tacz-common.toml
修改
c
#Whether a ammo can break the glass
DestroyGlass = false

#Warning: Ammo with explosive properties can break blocks
ExplosiveAmmoDestroysBlock = false
配置文件 tacz-server.toml
c
└─<版本名字>
    └─world
       └─serverconfig
             tacz-server.toml
修改
c
#The gun pack that the client player needs to download, needs to fill in the URL and the SHA1 value of the file
#ClientGunPackDownloadUrls = [{url = "http://l.f:4/f/.zip",sha1 = "f6eaa2"},{url = "http://l.f:4/f/.zip",sha1 = "43dcd3"}]
#当填写以上内容,加载模组后,将自动转换成以下内容 (以上内容仅供参考格式)
[[misc.ClientGunPackDownloadUrls]]
    url = "http://lmgzs.fun:444/files/.../永恒枪械工坊:零 枪包/免费/[逆境重科军备]EMX-Arms GunsPack/[needEMX0.5.5+]EMX-Gunsmith ver0.0.5.zip"
    sha1 = "43d00e8b320f3fcfb828aa14b286bb5fb2169cd3"

[[misc.ClientGunPackDownloadUrls]]
    url = "http://lmgzs.fun:444/files/.../永恒枪械工坊:零 枪包/免费/[逆境重科军备]EMX-Arms GunsPack/[needTacz1.0.3]EMX-Arms-Gunpack ver0.5.5.zip"
    sha1 = "f6ef1c3f1340bdcf827c7c581698d30a3c73daa2"

cs[精妙背包]sophisticatedbackpacks-1.20.1-3.20.5.1044.jar

配置文件
c
└─<版本名字>
    └─world
       └─serverconfig
             sophisticatedbackpacks-server.toml
修改
c
#Maximum number of upgrades of type per backpack in format of "UpgradeRegistryName[or UpgradeGroup]|MaxNumber"
maxUpgradesPerStorage = ["stack_upgrades|3", "jukebox_upgrade|1", "furnace_upgrades|1"]
maxUpgradesPerStorage = ["stack_upgrades|10", "jukebox_upgrade|10", "furnace_upgrades|10"]

#Netherite Backpack Settings
[server.netheriteBackpack]
    #Number of inventory slots in the backpack
    #Range: 1 ~ 144
    inventorySlotCount = 120
    inventorySlotCount = 144
    #Number of upgrade slots in the backpack
    #Range: 0 ~ 10
    upgradeSlotCount = 7
    upgradeSlotCount = 10

cs[车万女仆]touhoulittlemaid-1.20.1-release-1.1.8.jar

配置文件 touhou_little_maid-common.toml
c
└─config
      touhou_little_maid-common.toml
修改
c
#The max range of maid work mode
#Range: 3 ~ 64
MaidWorkRange = 64
配置文件 touhou_little_maid-server.toml
c
└─<版本名字>
    └─world
       └─serverconfig
             touhou_little_maid-server.toml
修改
c
#The maid pack that the client player needs to download, needs to fill in the URL and the SHA1 value of the file
#Example: ["https://www.dropbox.com/download/apple.zip", "https://www.dropbox.com/download/cat.zip"]
ClientPackDownloadUrls =
[
    "http://lmgzs.fun:444/files/.../车万女仆 女仆资源包/免费/我的世界/萌化生物/     minecraft_cute-creature-1.2.0.zip" ,
    "http://lmgzs.fun:444/files/.../车万女仆 女仆资源包/免费/碧蓝档案/才羽桃井 女仆/blue-archive_saiba-momoi__maid.zip",
    "http://lmgzs.fun:444/files/.../车万女仆 女仆资源包/免费/碧蓝档案/枣伊吕波/     blue-archive_natsume_iroha.zip",
    "http://lmgzs.fun:444/files/.../车万女仆 女仆资源包/免费/#未分类/               huangushi-1.0.0.zip",
    "http://lmgzs.fun:444/files/.../车万女仆 女仆资源包/免费/#未分类/               new_year_model_pack-1.0.0.zip",
    "http://lmgzs.fun:444/files/.../车万女仆 女仆资源包/免费/#未分类/               yingbai_arknights_pack-1.0.4.zip",
    "http://lmgzs.fun:444/files/.../车万女仆 女仆资源包/免费/#未分类/               zhi_ban-1.0.0.zip"
]

cs_[新生魔艺]ars_nouveau-1.20.1-4.12.1-all.jar

配置文件 glyph_harm.toml
c
└─config
    └─ars_nouveau
          glyph_harm.toml
修改
c
#Limits the number of times a given augment may be applied to a given effect
#Example entry: "glyph_amplify=5"
augment_limits = ["ars_nouveau:glyph_amplify=10"]

cs[机械动力]create-1.20.1-0.5.1.j.jar

配置文件 create-server.toml
c
└─<版本名字>
    └─world
       └─serverconfig
             create-server.toml
修改
c
#The amount of time a server waits before sending out tickrate synchronization packets.
#These packets help animations to be more accurate when tps is below 20.
#Range: > 5
tickrateSyncTimer = 6

#Maximum amount of blocks in a structure movable by Pistons, Bearings or other means.
#Range: > 1
maxBlocksMoved = 4096

#Maximum length of track that can be placed as one batch or turn.
#Range: 16 ~ 128
maxTrackPlacementLength = 128

#Maximum length of a Train Stations' assembly track.
#Range: > 5
maxAssemblyLength = 256

#Amount of game ticks between shots of the cannon. Higher => Slower
#Range: > 1
schematicannonDelay = 2

Released under the MIT License.