Compare commits

..

10 Commits

Author SHA1 Message Date
79874b1778 Replaced inventory mod 2024-05-07 16:45:17 +02:00
ce6c156561 Add create addons 2024-05-07 15:29:59 +02:00
43f09c7eec Update create 2024-05-03 17:11:10 +02:00
35d07cdfb7 add create deco 2024-05-02 16:49:14 +02:00
d3431ff172 Add villaged zombify 2024-04-13 02:28:56 +02:00
065b8fb324 add create chunkloader 2024-04-09 12:35:23 +02:00
9c704f7dfc Add mob silencer 2024-04-08 12:05:18 +02:00
2d62b5dfa0 Add config for create 2024-04-07 23:05:23 +02:00
dc3f00f70f Add doggos 2024-04-07 01:36:09 +02:00
4c50d80b76 fix mob griefing 2024-03-28 01:09:59 +01:00
21 changed files with 852 additions and 37 deletions

526
config/create-server.toml Normal file
View File

@ -0,0 +1,526 @@
#.
#The Backbone of Create
[infrastructure]
#.
#[in Ticks]
#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 = 20
#.
#Packmakers' control panel for internal recipe compat
[recipes]
#.
#The amount of Light sources destroyed before Chromatic Compound turns into Refined Radiance.
#Range: > 1
lightSourceCountForRefinedRadiance = 10
#.
#Allow the Mechanical Saw to process entire stacks at a time.
bulkCutting = false
#.
#Allow any stonecutting recipes to be processed by a Mechanical Saw.
allowStonecuttingOnSaw = true
#.
#The Maximum amount of ingredients that can be used to craft Firework Rockets using Mechanical Crafters.
#Range: > 1
maxFireworkIngredientsInCrafter = 9
#.
#Allow Spouts to fill the Petal Apothecary from Botania.
allowFillingBySpout = true
#.
#Allow any shapeless crafting recipes to be processed by a Mechanical Mixer + Basin.
allowShapelessInMixer = true
#.
#Allow any standard crafting recipes to be processed by Mechanical Crafters.
allowRegularCraftingInCrafter = true
#.
#Allow any Druidcraft woodcutter recipes to be processed by a Mechanical Saw.
allowWoodcuttingOnSaw = true
#.
#Allow the standard in-world Refined Radiance recipes.
enableRefinedRadianceRecipe = true
#.
#Allow any single-ingredient 2x2 or 3x3 crafting recipes to be processed by a Mechanical Press + Basin.
allowShapedSquareInPress = true
#.
#.
#Allow the Mechanical Press to process entire stacks at a time.
bulkPressing = false
#.
#Allow supported potions to be brewed by a Mechanical Mixer + Basin.
allowBrewingInMixer = true
#.
#Allow the standard in-world Shadow Steel recipe.
enableShadowSteelRecipe = true
#.
#Allow Spouts to interact with Casting Tables and Basins from Tinkers' Construct.
allowCastingBySpout = true
#.
#Display vanilla Log-stripping interactions in JEI.
displayLogStrippingRecipes = true
#.
#Parameters and abilities of Create's kinetic mechanisms
[kinetics]
#.
#.
#Disable the Stress mechanic altogether.
disableStress = false
#.
#Select what mobs should ignore Deployers when attacked by them.
#Allowed Values: ALL, CREEPERS, NONE
ignoreDeployerAttacks = "CREEPERS"
#.
#Amount of sail-type blocks required for a windmill to assemble successfully.
#Range: > 0
minimumWindmillSails = 8
#.
#Time in ticks until the next item launched by an ejector scans blocks for potential collisions
#Range: > 10
ejectorScanInterval = 120
#.
#Game ticks between Kinetic Blocks checking whether their source is still valid.
#Range: > 5
kineticValidationFrequency = 60
#.
#multiplier used for calculating exhaustion from speed when a crank is turned.
#Range: 0.0 ~ 1.0
crankHungerMultiplier = 0.009999999776482582
#.
#Number of sail-type blocks required to increase windmill speed by 1RPM.
#Range: > 1
windmillSailsPerRPM = 8
#.
#[in Revolutions per Minute]
#Maximum allowed rotation speed for any Kinetic Block.
#Range: > 64
maxRotationSpeed = 256
#.
#Max Distance in blocks a Weighted Ejector can throw
#Range: > 0
maxEjectorDistance = 32
#.
#Maximum length in blocks of mechanical belts.
#Range: > 5
maxBeltLength = 20
#.
#Damage dealt by active Crushing Wheels.
#Range: > 0
crushingDamage = 6
#.
#Encased Fan
[kinetics.encasedFan]
#.
#Maximum distance in blocks Fans can push entities.
#Range: > 5
fanPushDistance = 20
#.
#Game ticks between Fans checking for anything blocking their air flow.
#Range: > 10
fanBlockCheckRate = 30
#.
#Game ticks required for a Fan-based processing recipe to take effect.
#Range: > 0
fanProcessingTime = 150
#.
#[in Revolutions per Minute]
#Rotation speed at which the maximum stats of fans are reached.
#Range: > 64
fanRotationArgmax = 256
#.
#Maximum distance in blocks from where Fans can pull entities.
#Range: > 5
fanPullDistance = 20
#.
#Moving Contraptions
[kinetics.contraptions]
#.
#Maximum amount of extension poles behind a Mechanical Piston.
#Range: > 1
maxPistonPoles = 64
#.
#Maximum depth of blocks filled in using a Mechanical Roller.
#Range: > 1
rollerFillDepth = 12
#.
#Maximum value of a chassis attachment range.
#Range: > 1
maxChassisRange = 16
#.
#Whether minecart contraptions can be picked up in survival mode.
survivalContraptionPickup = true
#.
#[in Bytes]
#[0 to disable this limit]
#Maximum amount of data a contraption can have before it can't be synced with players.
#Un-synced contraptions will not be visible and will not have collision.
#Range: > 0
maxDataSize = 2000000
#.
#Configure how Spawner blocks can be moved by contraptions.
#Allowed Values: MOVABLE, NO_PICKUP, UNMOVABLE
movableSpawners = "NO_PICKUP"
#.
#Configure how Obsidian blocks can be moved by contraptions.
#Allowed Values: MOVABLE, NO_PICKUP, UNMOVABLE
movableObsidian = "UNMOVABLE"
#.
#Whether harvesters should replant crops after harvesting.
harvesterReplants = true
#.
#Whether minecart contraptions can be placed into container items.
minecartContraptionInContainers = false
#.
#Whether items mined or harvested by contraptions should be placed in their mounted storage.
moveItemsToStorage = true
#.
#Whether harvesters should break crops that aren't fully grown.
harvestPartiallyGrown = false
#.
#Max length of rope available off a Rope Pulley.
#Range: > 1
maxRopeLength = 256
#.
#Configure how Reinforced Deepslate blocks can be moved by contraptions.
#Allowed Values: MOVABLE, NO_PICKUP, UNMOVABLE
movableReinforcedDeepslate = "UNMOVABLE"
#.
#Maximum amount of blocks in a structure movable by Pistons, Bearings or other means.
#Range: > 1
maxBlocksMoved = 2048
#.
#Whether minecart contraptions can be placed from items.
contraptionPlacing = true
#.
#Configure how Budding Amethyst can be moved by contraptions.
#Allowed Values: MOVABLE, NO_PICKUP, UNMOVABLE
amethystMovement = "NO_PICKUP"
#.
#Maximum allowed distance of two coupled minecarts.
#Range: > 1
maxCartCouplingLength = 32
#.
#Configure speed/capacity levels for requirements and indicators.
[kinetics.stats]
#.
#[in Revolutions per Minute]
#Minimum speed of rotation to be considered 'fast'
#Range: 0.0 ~ 65535.0
fastSpeed = 100.0
#.
#[in Stress Units]
#Minimum stress impact to be considered 'high'
#Range: 0.0 ~ 65535.0
highStressImpact = 8.0
#.
#[in Stress Units]
#Minimum stress impact to be considered 'medium'
#Range: 0.0 ~ 4096.0
mediumStressImpact = 4.0
#.
#[in Stress Units]
#Minimum added Capacity by sources to be considered 'medium'
#Range: 0.0 ~ 4096.0
mediumCapacity = 256.0
#.
#[in Revolutions per Minute]
#Minimum speed of rotation to be considered 'medium'
#Range: 0.0 ~ 4096.0
mediumSpeed = 30.0
#.
#[in Stress Units]
#Minimum added Capacity by sources to be considered 'high'
#Range: 0.0 ~ 65535.0
highCapacity = 1024.0
[kinetics.stressValues]
#.
#Fine tune the kinetic stats of individual components
[kinetics.stressValues.v2]
#.
#.
#[in Stress Units]
#Configure the individual stress impact of mechanical blocks. Note that this cost is doubled for every speed increase it receives.
[kinetics.stressValues.v2.impact]
mechanical_bearing = 4.0
clockwork_bearing = 4.0
turntable = 4.0
display_board = 0.0
gantry_shaft = 0.0
sequenced_gearshift = 0.0
sticky_mechanical_piston = 4.0
crushing_wheel = 8.0
mechanical_arm = 2.0
rope_pulley = 4.0
brass_encased_large_cogwheel = 0.0
mechanical_crafter = 2.0
mechanical_drill = 4.0
flywheel = 0.0
weighted_ejector = 2.0
hose_pulley = 4.0
mechanical_saw = 4.0
large_cogwheel = 0.0
andesite_encased_large_cogwheel = 0.0
deployer = 4.0
gearbox = 0.0
andesite_encased_cogwheel = 0.0
mysterious_cuckoo_clock = 1.0
stressometer = 0.0
encased_chain_drive = 0.0
rotation_speed_controller = 0.0
brass_encased_cogwheel = 0.0
elevator_pulley = 4.0
belt = 0.0
cogwheel = 0.0
copper_backtank = 4.0
mechanical_pump = 4.0
mechanical_mixer = 4.0
andesite_encased_shaft = 0.0
netherite_backtank = 4.0
adjustable_chain_gearshift = 0.0
mechanical_piston = 4.0
clutch = 0.0
mechanical_press = 8.0
encased_fan = 2.0
gearshift = 0.0
cuckoo_clock = 1.0
brass_encased_shaft = 0.0
speedometer = 0.0
millstone = 4.0
shaft = 0.0
#.
#[in Stress Units]
#Configure how much stress a source can accommodate for.
[kinetics.stressValues.v2.capacity]
creative_motor = 16384.0
large_water_wheel = 128.0
hand_crank = 8.0
copper_valve_handle = 8.0
windmill_bearing = 512.0
steam_engine = 1024.0
water_wheel = 32.0
#.
#Create's liquid manipulation tools
[fluids]
#.
#[in Blocks]
#The maximum distance a mechanical pump can push or pull liquids on either side.
#Range: > 1
mechanicalPumpRange = 16
#.
#Whether open-ended pipes should be allowed to place fluid sources.
pipesPlaceFluidSourceBlocks = true
#.
#[in Blocks]
#[-1 to disable this behaviour]
#The minimum amount of fluid blocks the hose pulley needs to find before deeming it an infinite source.
#Range: > -1
hosePulleyBlockThreshold = 10000
#.
#Whether hose pulleys should continue filling up above-threshold sources.
fillInfinite = false
#.
#[in Blocks]
#The maximum height a fluid tank can reach.
#Range: > 1
fluidTankMaxHeight = 32
#.
#[in Blocks]
#The maximum distance a hose pulley can draw fluid blocks from.
#Range: > 1
hosePulleyRange = 128
#.
#Configure which fluids can be drained infinitely.
#Allowed Values: ALLOW_ALL, DENY_ALL, ALLOW_BY_TAG, DENY_BY_TAG
bottomlessFluidMode = "ALLOW_BY_TAG"
#.
#.
#[in Buckets]
#The amount of liquid a tank can hold per block.
#Range: > 1
fluidTankCapacity = 8
#.
#Whether hose pulleys should be allowed to place fluid sources.
fluidFillPlaceFluidSourceBlocks = true
#.
#Tweaks for logistical components
[logistics]
#.
#.
#The amount of ticks a funnel waits between item transferrals, when it is not re-activated by redstone.
#Range: > 1
defaultExtractionTimer = 8
#.
#Maximum distance in blocks a Mechanical Arm can reach across.
#Range: > 1
mechanicalArmRange = 5
#.
#The amount of ticks a portable storage interface waits for transfers until letting contraptions move along.
#Range: > 1
psiTimeout = 60
#.
#The amount of ticks a brass tunnel waits between distributions.
#Range: 1 ~ 10
brassTunnelTimer = 10
#.
#The total amount of stacks a vault can hold per block in size.
#Range: > 1
vaultCapacity = 20
#.
#Whether hostile mobs walking near a seat will start riding it.
seatHostileMobs = true
#.
#Maximum possible range in blocks of redstone link connections.
#Range: > 1
linkRange = 256
#.
#Maximum possible distance in blocks between data gatherers and their target.
#Range: > 1
displayLinkRange = 64
#.
#Everything related to Schematic tools
[schematics]
#.
#Amount of game ticks without new packets arriving until an active schematic upload process is discarded.
#Range: > 100
schematicIdleTimeout = 600
#.
#[in KiloBytes]
#The maximum allowed file size of uploaded Schematics.
#Range: > 16
maxSchematics = 256
#.
#.
#Whether placing a Schematic directly in Creative Mode should replace world blocks with Air
creativePrintIncludesAir = false
#.
#[in Bytes]
#The maximum packet size uploaded Schematics are split into.
#Range: 256 ~ 32767
maxSchematicPacketSize = 1024
#.
#Schematicannon
[schematics.schematicannon]
#.
#% of Schematicannon's Fuel filled by 1 Gunpowder.
#Range: 0.0 ~ 100.0
schematicannonGunpowderWorth = 20.0
#.
#% of Schematicannon's Fuel used for each fired block.
#Range: 0.0 ~ 100.0
schematicannonFuelUsage = 0.05000000074505806
#.
#Amount of game ticks between shots of the cannon. Higher => Slower
#Range: > 1
schematicannonDelay = 10
#.
#Equipment and gadgets added by Create
[equipment]
#.
#.
#The Maximum Distance to an active mirror for the symmetry wand to trigger.
#Range: > 10
maxSymmetryWandRange = 50
#.
#Weather Potato Cannon shots can modify the world or not. This includes placing blocks and changing entities.
potatoCannonWorldModification = true
#.
#The Maximum volume of Air that can be stored in a backtank = Seconds of underwater breathing
#Range: > 1
airInBacktank = 900
#.
#The Maximum Distance at which a Toolbox can interact with Players' Inventories.
#Range: > 1
toolboxRange = 10
#.
#Amount of free Extendo Grip actions provided by one filled Copper Backtank. Set to 0 makes Extendo Grips unbreakable
#Range: > 0
maxExtendoGripActions = 1000
#.
#The Maximum Distance a Block placed by Create's placement assist will have to its interaction point.
#Range: > 3
placementAssistRange = 12
#.
#The volume of Air added by each level of the backtanks Capacity Enchantment
#Range: > 1
enchantedBacktankCapacity = 300
#.
#Amount of free Potato Cannon shots provided by one filled Copper Backtank. Set to 0 makes Potato Cannons unbreakable
#Range: > 0
maxPotatoCannonShots = 200
#.
#Create's builtin Railway systems
[trains]
#.
#Maximum amount of bogeys assembled as a single Train.
#Range: > 1
maxBogeyCount = 20
#.
#Maximum length of a Train Stations' assembly track.
#Range: > 5
maxAssemblyLength = 128
#.
#Maximum length of track that can be placed as one batch or turn.
#Range: 16 ~ 128
maxTrackPlacementLength = 32
#.
#.
#Whether moving Trains can hurt colliding mobs and players.
trainsCauseDamage = true
#.
#Relative speed of a manually controlled Train compared to a Scheduled one.
#Range: 0.0 ~ 3.4028234663852886E38
manualTrainSpeedModifier = 0.75
#.
#Powered Trains
[trains.poweredTrainStats]
#.
#[in Blocks/Second]
#The top speed of powered Trains during a turn.
#Range: 0.0 ~ 3.4028234663852886E38
poweredTrainTurningTopSpeed = 20.0
#.
#[in Blocks/Second]
#The top speed of powered Trains.
#Range: 0.0 ~ 3.4028234663852886E38
poweredTrainTopSpeed = 40.0
#.
#[in Blocks/Second²]
#The acceleration of powered Trains.
#Range: 0.0 ~ 3.4028234663852886E38
poweredTrainAcceleration = 3.0
#.
#Standard Trains
[trains.trainStats]
#.
#[in Blocks/Second]
#The top speed of Trains during a turn.
#Range: 0.0 ~ 3.4028234663852886E38
trainTurningTopSpeed = 14.0
#.
#[in Blocks/Second²]
#The acceleration of any assembled Train.
#Range: 0.0 ~ 3.4028234663852886E38
trainAcceleration = 3.0
#.
#[in Blocks/Second]
#The top speed of any assembled Train.
#Range: 0.0 ~ 3.4028234663852886E38
trainTopSpeed = 28.0

View File

@ -0,0 +1,65 @@
#.
#The Tank Capacity of the Disenchanter
#[@cui:RequiresReload:server]
#Range: > 0
disenchanterTankCapacity = 1000
#.
#The Tank Capacity of the Copier
#[@cui:RequiresReload:server]
#Range: > 0
copierTankCapacity = 4000
#.
#The Tank Capacity of the Blaze Enchanter
#[@cui:RequiresReload:server]
#Range: > 0
blazeEnchanterTankCapacity = 2000
#.
#The Maximum Extended Levels beyond Enchantment's Max Level that can be reached through Hyper-Enchanting
#Range: > 0
maxHyperEnchantingLevelExtension = 2
#.
#The Chance of whether Deployer-killed entities will drop Experience Nugget
#Range: 0.0 ~ 1.0
deployerXpDropChance = 1.0
#.
enableHyperEnchant = true
#.
#Range: 0.009999999776482582 ~ 100.0
enchantByBlazeEnchanterCostCoefficient = 1.0
#.
#Range: 0.009999999776482582 ~ 100.0
hyperEnchantByBlazeEnchanterCostCoefficient = 1.0
#.
#Range: 0.009999999776482582 ~ 100.0
copyEnchantedBookCostCoefficient = 1.0
#.
#Range: 0.009999999776482582 ~ 100.0
copyEnchantedBookWithHyperExperienceCostCoefficient = 1.0
#.
#The amount of ink needed to be consumed by Copying one page of Written Book
#Range: 1 ~ 100
copyWrittenBookCostPerPage = 5
#.
#The amount of liquid experience needed to be consumed by Copying Name Tag
#Range: 1 ~ 1000
copyNameTagCost = 7
#.
#The amount of ink needed to be consumed by Copying Train Schedule
#Range: 1 ~ 1000
copyTrainScheduleCost = 10
#.
#The amount of ink needed to be consumed by Copying Clipboard
#Range: 1 ~ 1000
copyClipboardCost = 10
#.
#The probability of dropping Experience Nugget after killing a creature on the Crushing Wheel
#Range: 0.0 ~ 1.0
crushingWheelDropExpRate = 0.8
#.
#The Scale of Experience Nugget dropped by Crushing-Wheel-killed entities
#Range: 0.10000000149011612 ~ 100.0
crushingWheelDropExpScale = 1.0
#.
#Whether or not copying a written book always get original version. Setting it to false let you always get copy version of the book.
copyingWrittenBookAlwaysGetOriginalVersion = true

View File

@ -1,5 +1,13 @@
hash-format = "sha256"
[[files]]
file = "config/create-server.toml"
hash = "7f6d4375cbb58126538ac4957e678390cbcd6b6e2c447cd9d32d0a9a03267d0d"
[[files]]
file = "config/create_enchantment_industry-server.toml"
hash = "0fd0fbba0885018cc5bd01fae54acdf53ce7c82cdee68b1971c88ae8aef45676"
[[files]]
file = "config/universal-graves/config.json"
hash = "e697a0f6fa393594b9c27f963f02930f3b7a00d212603b82c7f7b6466c649ce1"
@ -29,6 +37,11 @@ file = "mods/balm.pw.toml"
hash = "ab6a6dc2a3fa157464f0294d8b5d3e6b8b882c9b520c7f7e0ca8329094ed1dfa"
metafile = true
[[files]]
file = "mods/bellsandwhistles.pw.toml"
hash = "e0939ffb6b7b49dde8f936cd83f6f4881238f71bbdf14afe3b22b364b7e8cfbe"
metafile = true
[[files]]
file = "mods/better-advancements.pw.toml"
hash = "cd9782ab1684fb02954cf440b429b747493f9e3b8e4a954fafbafe908f63a818"
@ -39,6 +52,11 @@ file = "mods/bookshelf-lib.pw.toml"
hash = "2f6093d5d0bca4253ca66a4f4909bac6fa36e2e6a9c0a54fb5c56d7707b6283f"
metafile = true
[[files]]
file = "mods/botarium.pw.toml"
hash = "43fe767a08365fa6c049c8e35323f6fd1a0aa4602725126e460ae6fd514888be"
metafile = true
[[files]]
file = "mods/cardinal-components-api.pw.toml"
hash = "b3503cb0b7eae56e27e1d7980882795c0b81f4750ec9b140beb996a9d7c0dfb3"
@ -54,6 +72,11 @@ file = "mods/cinderscapes.pw.toml"
hash = "f6a88dddbee551dadd9f8c8b52912a30c70bf381f152d67d97ebe0e5c6201898"
metafile = true
[[files]]
file = "mods/cit-resewn.pw.toml"
hash = "2cf2d6c7683cbaa8d4d91374d5a92e6166176aefe5e0d7a0a2714c9321f8add0"
metafile = true
[[files]]
file = "mods/cloth-config.pw.toml"
hash = "a89dfcc985612a275975d4823a24fc3dceb244bacb2e8f81bd459283bf1b9fe9"
@ -74,11 +97,21 @@ file = "mods/controlling.pw.toml"
hash = "0360f47c1afd7385518db9df5d809344e1bcdc163e940a8744ee61b6d745b6ce"
metafile = true
[[files]]
file = "mods/convenient-mobgriefing.pw.toml"
hash = "318590afc60d90c39271890d5f958ffdd06a20f300353b98f064774ff1f9c042"
metafile = true
[[files]]
file = "mods/crafting-tweaks.pw.toml"
hash = "cf9852c1ccb3281ea336dfff5cfcce3e3df5b051f6ae0eba975bdd19cf25b667"
metafile = true
[[files]]
file = "mods/create-deco.pw.toml"
hash = "0372b9ea1233cf516f205bed50c4014bfb4e806406657b8f803409a71d81d88a"
metafile = true
[[files]]
file = "mods/create-enchantment-industry-fabric.pw.toml"
hash = "da0b1e65c3bb9f9eabfbaf4242b3adf22267752adb3824fe62b24077cf458340"
@ -91,7 +124,22 @@ metafile = true
[[files]]
file = "mods/create-fabric.pw.toml"
hash = "cc457369350325e226471c9b070f7ef3e47b6ea8126e8c7c28622b2960ea3f2b"
hash = "26394151533372bce2229f31c8df7f65e2deb751cc823f317cd30682381acc8f"
metafile = true
[[files]]
file = "mods/create-new-age.pw.toml"
hash = "246738f5a6bb9726299202fbe7a639ca214cf704e3ea6ca20414b9600c0a7412"
metafile = true
[[files]]
file = "mods/create-power-loader-fabric.pw.toml"
hash = "70fba7c03aa74167b98cbd4ca7f2ff416a821e74bdb94543fd63f653a2ad6ce7"
metafile = true
[[files]]
file = "mods/create-steam-n-rails.pw.toml"
hash = "2250d424633babae3b3f240382111fe0588e30031421fb7d6ac4f3e9d27be18c"
metafile = true
[[files]]
@ -104,6 +152,11 @@ file = "mods/distanthorizons.pw.toml"
hash = "fe79cc78adf75a5aa3f32b2ac61a141ee7a4db1baebf628bee058a9c4381b255"
metafile = true
[[files]]
file = "mods/doggy-talents-next.pw.toml"
hash = "bec6eb7f738699a80c6d1e939fc47fc36caf98faea62f07ae38ed4598f351018"
metafile = true
[[files]]
file = "mods/elytra-slot.pw.toml"
hash = "1d327c7422c097ddef659468a367b195e299f1e40068bf95c2cd2ee6462faa67"
@ -175,8 +228,8 @@ hash = "39a6a39433b1b104bfafafcd60a8171f866daa2ebefffd64df822d0e69288e3a"
metafile = true
[[files]]
file = "mods/friendly-griefing.pw.toml"
hash = "a152b43dc400577a51a7ad32c74f99592ddf8ee927902543b7791c090ae00225"
file = "mods/forge-config-api-port.pw.toml"
hash = "129bb8b135edc60038f021b693f5b88a0067b722f326e0d6067112243774289b"
metafile = true
[[files]]
@ -220,8 +273,13 @@ hash = "0c5e71addef34c8dcd1c81dfc2ad851a3e274b9d8d3a7d388e1113d4139bf8d8"
metafile = true
[[files]]
file = "mods/inventory-profiles-next.pw.toml"
hash = "dd8dadd99d99c0535beb51accbb85be19bd2d26944c2836f816f9709f51bb59d"
file = "mods/interiors.pw.toml"
hash = "957fccf5d7bb580339b0ac2b8de2986415ef83fe297963e888e97d2063afefc3"
metafile = true
[[files]]
file = "mods/inventory-management.pw.toml"
hash = "e181bb57004fede8c736e9183d8645e7db17d965669590575b3cbbc1050075ef"
metafile = true
[[files]]
@ -329,6 +387,11 @@ file = "mods/shulkerboxtooltip.pw.toml"
hash = "5003f2c451c9459b7911ac786897eead4d74a8ebdad4741476949791b26c3caa"
metafile = true
[[files]]
file = "mods/silence-mobs.pw.toml"
hash = "5ea330180267e53c8e66c8ae3291f7de8b1d121aa3e18cf98418c177a74172cb"
metafile = true
[[files]]
file = "mods/sodium.pw.toml"
hash = "9a927c3e0830ba32e1b8a2e543597781724462595b8cce58f676962b442bb52b"
@ -378,3 +441,8 @@ metafile = true
file = "mods/waystones.pw.toml"
hash = "086f56d0a3c8f1a7b289b9949d7de08362f717295d89f0db0d13421ec860a453"
metafile = true
[[files]]
file = "mods/zombify.pw.toml"
hash = "95e6445acecb4fd470a5688db2eba029251568bf8f63ebec9cea6dda62bffe2e"
metafile = true

View File

@ -0,0 +1,13 @@
name = "Create: Bells & Whistles"
filename = "bellsandwhistles-0.4.5+1.20.1-FABRIC.jar"
side = "both"
[download]
url = "https://cdn.modrinth.com/data/gJ5afkVv/versions/m0GUubvz/bellsandwhistles-0.4.5%2B1.20.1-FABRIC.jar"
hash-format = "sha1"
hash = "70e97c2ff786b8df7f354a37442ae36f4df35dc3"
[update]
[update.modrinth]
mod-id = "gJ5afkVv"
version = "m0GUubvz"

13
mods/botarium.pw.toml Normal file
View File

@ -0,0 +1,13 @@
name = "Botarium"
filename = "botarium-fabric-1.20.1-2.3.3.jar"
side = "both"
[download]
url = "https://cdn.modrinth.com/data/2u6LRnMa/versions/5a8eybLl/botarium-fabric-1.20.1-2.3.3.jar"
hash-format = "sha1"
hash = "ffd8b8ec111c5942b30aded4e3ba4f2429023f0e"
[update]
[update.modrinth]
mod-id = "2u6LRnMa"
version = "5a8eybLl"

13
mods/cit-resewn.pw.toml Normal file
View File

@ -0,0 +1,13 @@
name = "CIT Resewn"
filename = "citresewn-1.1.5+1.20.1.jar"
side = "client"
[download]
url = "https://cdn.modrinth.com/data/otVJckYQ/versions/8uQeAHwk/citresewn-1.1.5%2B1.20.1.jar"
hash-format = "sha1"
hash = "80d5b5b7bd73a1af7e3ea2c3a770efd7043d399e"
[update]
[update.modrinth]
mod-id = "otVJckYQ"
version = "8uQeAHwk"

View File

@ -0,0 +1,13 @@
name = "Convenient mobGriefing"
filename = "convenient-mobgriefing-2.1.0.jar"
side = "server"
[download]
url = "https://cdn.modrinth.com/data/FJI3H6YI/versions/GYP5cKT7/convenient-mobgriefing-2.1.0.jar"
hash-format = "sha1"
hash = "bd7bc0b40fda8a145273d9da05641f5a511c0443"
[update]
[update.modrinth]
mod-id = "FJI3H6YI"
version = "GYP5cKT7"

13
mods/create-deco.pw.toml Normal file
View File

@ -0,0 +1,13 @@
name = "Create Deco"
filename = "createdeco-2.0.2-1.20.1-fabric.jar"
side = "both"
[download]
url = "https://cdn.modrinth.com/data/sMvUb4Rb/versions/GsxgfeNu/createdeco-2.0.2-1.20.1-fabric.jar"
hash-format = "sha1"
hash = "b7b525c64cde199d1ab12fee7f1171812a283646"
[update]
[update.modrinth]
mod-id = "sMvUb4Rb"
version = "GsxgfeNu"

View File

@ -1,13 +1,13 @@
name = "Create Fabric"
filename = "create-fabric-0.5.1-f-build.1335+mc1.20.1.jar"
filename = "create-fabric-0.5.1-f-build.1417+mc1.20.1.jar"
side = "both"
[download]
url = "https://cdn.modrinth.com/data/Xbc0uyRg/versions/A8R3Be5A/create-fabric-0.5.1-f-build.1335%2Bmc1.20.1.jar"
url = "https://cdn.modrinth.com/data/Xbc0uyRg/versions/h2HgGyvA/create-fabric-0.5.1-f-build.1417%2Bmc1.20.1.jar"
hash-format = "sha1"
hash = "008a0169efbaca4a144af7467ca659a4011c30f4"
hash = "dc5c230e3b293092b457200883398225fffab597"
[update]
[update.modrinth]
mod-id = "Xbc0uyRg"
version = "A8R3Be5A"
version = "h2HgGyvA"

View File

@ -0,0 +1,13 @@
name = "Create: New Age"
filename = "create-new-age-fabric-1.20.1-1.1.2.jar"
side = "both"
[download]
url = "https://cdn.modrinth.com/data/FTeXqI9v/versions/rk63oafd/create-new-age-fabric-1.20.1-1.1.2.jar"
hash-format = "sha1"
hash = "b7620a4c47911da46a7fff253ef0ce4ce7aa54ab"
[update]
[update.modrinth]
mod-id = "FTeXqI9v"
version = "rk63oafd"

View File

@ -0,0 +1,13 @@
name = "Create: Power Loader (Fabric)"
filename = "create_power_loader-1.4.3-mc1.20.1-fabric.jar"
side = "both"
[download]
url = "https://cdn.modrinth.com/data/E9MuZ1zB/versions/Q5q7SSeu/create_power_loader-1.4.3-mc1.20.1-fabric.jar"
hash-format = "sha1"
hash = "e2ec7212c885ef893a924f3b20b79b8bc5b2f437"
[update]
[update.modrinth]
mod-id = "E9MuZ1zB"
version = "Q5q7SSeu"

View File

@ -0,0 +1,13 @@
name = "Create: Steam 'n' Rails"
filename = "Steam_Rails-1.5.3+fabric-mc1.20.1.jar"
side = "both"
[download]
url = "https://cdn.modrinth.com/data/ZzjhlDgM/versions/HYfHPRG3/Steam_Rails-1.5.3%2Bfabric-mc1.20.1.jar"
hash-format = "sha1"
hash = "90cd0296507dde0b0260cd24b33e042cfc990be9"
[update]
[update.modrinth]
mod-id = "ZzjhlDgM"
version = "HYfHPRG3"

View File

@ -0,0 +1,13 @@
name = "Doggy Talents Next"
filename = "DoggyTalentsNext[Fabric]-1.20.1-1.18.10.jar"
side = "both"
[download]
url = "https://cdn.modrinth.com/data/oXgmplvv/versions/UyUUqQaH/DoggyTalentsNext%5BFabric%5D-1.20.1-1.18.10.jar"
hash-format = "sha1"
hash = "761f2d3961afe475b80785922129250dd4a81c47"
[update]
[update.modrinth]
mod-id = "oXgmplvv"
version = "UyUUqQaH"

View File

@ -0,0 +1,13 @@
name = "Forge Config API Port"
filename = "ForgeConfigAPIPort-v8.0.0-1.20.1-Fabric.jar"
side = "both"
[download]
url = "https://cdn.modrinth.com/data/ohNO6lps/versions/CtENDTlF/ForgeConfigAPIPort-v8.0.0-1.20.1-Fabric.jar"
hash-format = "sha1"
hash = "2ba4a6149362dbbf81288f393f0022ee9fb07302"
[update]
[update.modrinth]
mod-id = "ohNO6lps"
version = "CtENDTlF"

View File

@ -1,13 +0,0 @@
name = "Friendly Griefing"
filename = "FriendlyGriefing-1.20-1.0.2.jar"
side = "both"
[download]
url = "https://cdn.modrinth.com/data/71ytzNvi/versions/EqQg2qvt/FriendlyGriefing-1.20-1.0.2.jar"
hash-format = "sha1"
hash = "36f3ff362f86ca145e95c4b67c152cf6a022223e"
[update]
[update.modrinth]
mod-id = "71ytzNvi"
version = "EqQg2qvt"

13
mods/interiors.pw.toml Normal file
View File

@ -0,0 +1,13 @@
name = "Create: Interiors"
filename = "interiors-0.5.3+fabric-mc1.20.1.jar"
side = "both"
[download]
url = "https://cdn.modrinth.com/data/r4Knci2k/versions/7QGvBpZU/interiors-0.5.3%2Bfabric-mc1.20.1.jar"
hash-format = "sha1"
hash = "64cbf26f521be83cd250ba9542395b3935886c65"
[update]
[update.modrinth]
mod-id = "r4Knci2k"
version = "7QGvBpZU"

View File

@ -0,0 +1,13 @@
name = "Inventory Management"
filename = "inventorymanagement-1.3.1+1.20.jar"
side = "both"
[download]
url = "https://cdn.modrinth.com/data/F7wXag4i/versions/iYujfjuN/inventorymanagement-1.3.1%2B1.20.jar"
hash-format = "sha1"
hash = "0b1d3b2c084a8e8594229d201360262f9e17d3b6"
[update]
[update.modrinth]
mod-id = "F7wXag4i"
version = "iYujfjuN"

View File

@ -1,13 +0,0 @@
name = "Inventory Profiles Next"
filename = "InventoryProfilesNext-fabric-1.20-1.10.9.jar"
side = "client"
[download]
url = "https://cdn.modrinth.com/data/O7RBXm3n/versions/MYaRwBOZ/InventoryProfilesNext-fabric-1.20-1.10.9.jar"
hash-format = "sha1"
hash = "296cf5f19ed9bca1ac8202699e9acb7b6cb8c954"
[update]
[update.modrinth]
mod-id = "O7RBXm3n"
version = "MYaRwBOZ"

13
mods/silence-mobs.pw.toml Normal file
View File

@ -0,0 +1,13 @@
name = "Silence Mobs"
filename = "silencemobs-1.20.1-3.3.jar"
side = "server"
[download]
url = "https://cdn.modrinth.com/data/rpmGvDKs/versions/hv5rwq8B/silencemobs-1.20.1-3.3.jar"
hash-format = "sha1"
hash = "e206d9b1ae51aa575d3788b77a279570fbbb6f43"
[update]
[update.modrinth]
mod-id = "rpmGvDKs"
version = "hv5rwq8B"

13
mods/zombify.pw.toml Normal file
View File

@ -0,0 +1,13 @@
name = "Zombify"
filename = "Zombify-0.1.4.jar"
side = "server"
[download]
url = "https://cdn.modrinth.com/data/DTmZ5lnu/versions/3y9uG86g/Zombify-0.1.4.jar"
hash-format = "sha1"
hash = "7bd0d755392d74b8e1714771227d023ef6bc71ee"
[update]
[update.modrinth]
mod-id = "DTmZ5lnu"
version = "3y9uG86g"

View File

@ -1,12 +1,12 @@
name = "Marchcraft Packwiz"
author = "TD"
version = "1.5.0"
version = "1.6.0"
pack-format = "packwiz:1.1.0"
[index]
file = "index.toml"
hash-format = "sha256"
hash = "fb7bc5ffb7d0fa533609ab23850206b928d1c30a6bfa3ab08dfba9c62e19e6b9"
hash = "5fa3f05bb2261cf351466a71c6ddb47d86d0fcfc60dd1032af054ec910224438"
[versions]
fabric = "0.15.7"