Add new stone, wood, and leaves types for various mods including Alex's Caves, Natures Spirit, and Quark; expand allowed sounds for Sound Physics Remastered; remove obsolete resource and shader packs for cleaner project structure.

This commit is contained in:
Leonid Pershin
2026-05-08 03:02:03 +03:00
parent 3aff0a3b0d
commit a5844bc8c7
135 changed files with 4849 additions and 1 deletions
+20
View File
@@ -0,0 +1,20 @@
#Should squids drop a Calamari item? Also disables villager trades for Calamari.
squids_drop_calamari = true
#Should villagers trade Rustic Delight items? (May reduce chances of other trades appearing)
enable_villager_trades = true
#Should the Wandering Trader sell Rustic Delight items?
enable_wandering_trader_trades = true
#Should players be able to brew Rustic Delight potions?
enable_potions = true
#Chance of generating clusters. Smaller value = more frequent. Provide zero to disable generation.
# Default: 32
# Range: > 0
wild_cotton_chance = 32
#Chance of generating clusters. Smaller value = more frequent. Provide zero to disable generation.
# Default: 15
# Range: > 0
wild_bell_peppers_chance = 15
#Chance of generating clusters. Smaller value = more frequent. Provide zero to disable generation.
# Default: 15
# Range: > 0
wild_coffee_chance = 15