Files
Custom_Launcher_mc/modpack/_upload/objects/0e/0a/0e0ac70bd4d5d026aaddb0ebe39b571875be57dd
T
felden.r@grenoble.archi.fr c280484561 first commit
2025-03-31 11:07:21 +02:00

19 lines
909 B
Plaintext

#Core Edits
[core_edits]
#Modifies entity collision checks to work with thinner blocks
#Unmodified ignores blocks bellow 1/5 (slightly thicker then a lower trap door)
#Modified processes blocks down to 3/32 (slightly thicker then carpets)
#
#If you need to disable this to solve a compatibility issue, please report it to me
#Non-living entities and thinner blocks are already exempt to avoid compatibility issues
enable_thin_block_handler = true
#When enabled carpets on top of scaffolding can be passed through just like snow
enable_carpet_passthrough = true
#When enabled using bonemeal on a stripped log restores the bark
bonemeal_restores_bark = true
#When enabled using bonemeal on grass blocks also generates flowers from mods
#By default Minecraft only picks flowers from its own FlowerFeature list, but when mods add flowers they get added to there own list
bonemeal_flowerfix = true