disable milk cauldron
This commit is contained in:
parent
bf19ab3e59
commit
5a0b2831c6
49
config/neapolitan-common.toml
Normal file
49
config/neapolitan-common.toml
Normal file
@ -0,0 +1,49 @@
|
||||
|
||||
[items]
|
||||
|
||||
[items.milk_bottles]
|
||||
#If milk can be inserted into cauldrons
|
||||
"Milk Cauldron" = false
|
||||
#If cauldrons are filled with milk dropping from a dripstone
|
||||
"Milk from Dripstone" = true
|
||||
#If milkable mobs can be milked with empty glass bottles
|
||||
"Milking with Glass Bottles" = false
|
||||
#If milkshakes can be inserted into cauldrons
|
||||
"Milkshake Cauldrons" = true
|
||||
|
||||
[blocks]
|
||||
|
||||
[blocks.strawberry_bush]
|
||||
#The minimum height required for Strawberry Bushes to grow White Strawberries
|
||||
"White Strawberry minimum height" = 256
|
||||
#If arthropods that go through Strawberry Bushes are given Invisibility
|
||||
"Strawberry Bushes give arthropods Invisibility" = true
|
||||
|
||||
[mobs]
|
||||
|
||||
[mobs.plantain_spider]
|
||||
"Plantain Spider spawn from Banana Bundles" = true
|
||||
"Plantain Spiders give Slipping" = true
|
||||
|
||||
[mobs.chimpanzee]
|
||||
#The percentage chance for a Banana Plant to generate with a group of Chimpanzees
|
||||
"Chimpanzee group chance" = 0.25
|
||||
#The maximum amount of Chimpanzees that can spawn with a Banana Plant
|
||||
"Chimpanzee maximum group size" = 10
|
||||
#The minimum attempts for Chimpanzees to spawn with a Banana Plant
|
||||
"Chimpanzee minimum spawn attempts" = 12
|
||||
#The maximum attempts for Chimpanzees to spawn with a Banana Plant
|
||||
"Chimpanzee maximum spawn attempts" = 24
|
||||
|
||||
[worldgen]
|
||||
|
||||
[worldgen.suspicious_banana_plant]
|
||||
#If Banana Plants can rarely generate with Suspicious Gravel and archaeology
|
||||
"Suspicious Banana Plants" = true
|
||||
#The percentage chance for a Suspicious Banana Plant to generate
|
||||
"Suspicious Banana Plant chance" = 0.08
|
||||
#The minimum amount of Suspicious Gravel total that can spawn at a Suspicious Banana Plant
|
||||
"Common Suspicious Gravel minimum" = 8
|
||||
#The minimum amount of Suspicious Gravel with the rare archaeology loot table that can spawn at a Suspicious Banana Plant
|
||||
"Rare Suspicious Gravel minimum" = 2
|
||||
|
@ -88,6 +88,10 @@ hash = "d546d97780e037e576f1d41df2fac7e6d9d31358a25a215ba8c2f9bb9b742b4e"
|
||||
file = "config/mediumcore-common.toml"
|
||||
hash = "fd2d673e6b5cb45172098c9a5a3ed5c24b3b7873cfeb5158985e446a0b7e5777"
|
||||
|
||||
[[files]]
|
||||
file = "config/neapolitan-common.toml"
|
||||
hash = "1064ab501f5121e0db1927fc0e9a9bd29bd0e2a152a487a14c31e63f12347456"
|
||||
|
||||
[[files]]
|
||||
file = "config/paxi/datapacks/CavePack/data/minecraft/tags/items/bookshelf_books.json"
|
||||
hash = "a5709ebc9b10bf8329917c837844e9590563792117f32e0a1ba457941158bde9"
|
||||
|
Loading…
Reference in New Issue
Block a user