Add + configure stackables mod
This commit is contained in:
parent
95401ed3dc
commit
dded1b915d
|
|
@ -1283,6 +1283,21 @@
|
||||||
},
|
},
|
||||||
"path": "mods/skeletons_reworked-0.0.1-R-1.20.1.jar"
|
"path": "mods/skeletons_reworked-0.0.1-R-1.20.1.jar"
|
||||||
},
|
},
|
||||||
|
{
|
||||||
|
"downloads": [
|
||||||
|
"https://cdn.modrinth.com/data/Kl6kcZ08/versions/GTpnzJhD/stackables-2.0.1%2B1.20.jar"
|
||||||
|
],
|
||||||
|
"env": {
|
||||||
|
"client": "required",
|
||||||
|
"server": "required"
|
||||||
|
},
|
||||||
|
"fileSize": 617946,
|
||||||
|
"hashes": {
|
||||||
|
"sha1": "4d41ad3b71cf3840b7e000200ac5fd6ecb92f2b9",
|
||||||
|
"sha512": "2e768b43451d94093b627faa5c9684b597485574a9947f81fa6e8d45f76d1a29ab244acb53ba2cf9917d1b60aa8d068c8717706fcbede9f004bb19e7c41c6662"
|
||||||
|
},
|
||||||
|
"path": "mods/stackables-2.0.1+1.20.jar"
|
||||||
|
},
|
||||||
{
|
{
|
||||||
"downloads": [
|
"downloads": [
|
||||||
"https://github.com/SergeantAcoustic/Spyglass-of-Curios/releases/download/v1.7.3/spyglass_of_curios-forge-1.20.1-1.7.3.jar"
|
"https://github.com/SergeantAcoustic/Spyglass-of-Curios/releases/download/v1.7.3/spyglass_of_curios-forge-1.20.1-1.7.3.jar"
|
||||||
|
|
|
||||||
86
overrides/config/stackables.toml
Normal file
86
overrides/config/stackables.toml
Normal file
|
|
@ -0,0 +1,86 @@
|
||||||
|
# Config version is auto-generated
|
||||||
|
# DO NOT CHANGE
|
||||||
|
configVersion = 2
|
||||||
|
|
||||||
|
[stackables]
|
||||||
|
# Simple toggle for the mod! Set to false to disable.
|
||||||
|
modEnabled = true
|
||||||
|
# Whether to allow potions to stack.
|
||||||
|
potions = true
|
||||||
|
# Maximum stack size for potions.
|
||||||
|
potionCount = 16
|
||||||
|
# Whether to allow splash potions to stack.
|
||||||
|
splashPotions = true
|
||||||
|
# Maximum stack size for splash potions.
|
||||||
|
splashPotionCount = 16
|
||||||
|
# The delay/cooldown to add to throwing splash potions in game ticks.
|
||||||
|
splashPotionDelay = 0
|
||||||
|
# Whether to allow soups to stack.
|
||||||
|
soups = true
|
||||||
|
# Maximum stack size for soups.
|
||||||
|
soupCount = 16
|
||||||
|
# Whether to allow enchanted books to stack.
|
||||||
|
enchantedBooks = true
|
||||||
|
# Maximum stack size for enchanted books.
|
||||||
|
enchantedBookCount = 64
|
||||||
|
# Whether to allow full buckets to stack.
|
||||||
|
buckets = false
|
||||||
|
# Maximum stack size for full buckets.
|
||||||
|
bucketCount = 16
|
||||||
|
# Whether to allow boats to stack.
|
||||||
|
boats = true
|
||||||
|
# Maximum stack size for boats.
|
||||||
|
boatCount = 16
|
||||||
|
# Whether to allow minecarts to stack.
|
||||||
|
minecarts = true
|
||||||
|
# Maximum stack size for minecarts.
|
||||||
|
minecartCount = 16
|
||||||
|
# Whether to allow beds to stack.
|
||||||
|
beds = true
|
||||||
|
# Maximum stack size for beds.
|
||||||
|
bedCount = 16
|
||||||
|
# Whether to allow music discs to stack.
|
||||||
|
discs = true
|
||||||
|
# Maximum stack size for music discs.
|
||||||
|
discCount = 64
|
||||||
|
# Whether to allow instruments (i.e. goat horns) to stack.
|
||||||
|
instruments = true
|
||||||
|
# Maximum stack size for instruments (i.e. goat horns).
|
||||||
|
instrumentCount = 64
|
||||||
|
# Whether to allow banner patterns to stack.
|
||||||
|
patterns = true
|
||||||
|
# Maximum stack size for banner patterns.
|
||||||
|
patternCount = 64
|
||||||
|
# Whether to allow horse equipments (i.e. saddles and armor) to stack.
|
||||||
|
horseEquipments = true
|
||||||
|
# Maximum stack size for horse equipment (i.e. saddles and armor).
|
||||||
|
horseEquipmentCount = 16
|
||||||
|
# Whether to allow cakes to stack.
|
||||||
|
cakes = false
|
||||||
|
# Maximum stack size for cakes.
|
||||||
|
cakeCount = 1
|
||||||
|
# Whether to allow totems to stack.
|
||||||
|
totems = false
|
||||||
|
# Maximum stack size for totems.
|
||||||
|
totemCount = 1
|
||||||
|
# Whether to allow decorated pots to stack.
|
||||||
|
decoratedPots = true
|
||||||
|
# Maximum stack size for decorated pots.
|
||||||
|
decoratedPotCount = 64
|
||||||
|
# Maximum stack size for empty buckets.
|
||||||
|
emptyBucketCount = 16
|
||||||
|
# Maximum stack size for armor stands.
|
||||||
|
armorStandCount = 64
|
||||||
|
# Maximum stack size for banners.
|
||||||
|
bannerCount = 64
|
||||||
|
# Maximum stack size for signs.
|
||||||
|
signCount = 64
|
||||||
|
# Maximum stack size for throwables (i.e. snowballs and chicken eggs).
|
||||||
|
throwableCount = 16
|
||||||
|
# Maximum stack size for ender pearls.
|
||||||
|
enderPearlCount = 16
|
||||||
|
# Maximum stack size for drinkables (i.e. honey bottles and milk buckets).
|
||||||
|
drinkableCount = 16
|
||||||
|
# Maximum stack size for signed books.
|
||||||
|
signedBookCount = 64
|
||||||
|
|
||||||
Loading…
Reference in a new issue