
SilkTouch Patcher
This Minecraft modification allows disabling the silk touch effect on certain blocks from other mods, fixing incorrect drops when using this enchanted ability.
The main operating principle is as follows: when a block is mined with silk touch and drops nothing, the system automatically attempts to provide items that should have dropped during regular mining.
The mod provides a flexible configuration system, allowing you to add additional blocks through the configuration file. It can also be used to completely disable silk touch on certain types of blocks.
Configuration Format
The following entry formats are used for configuration:
modid:blockid
- basic block identification formatmodid:blockid:key1=value1,key2=value2:key1=value2
- extended format with block state specifications- Multiple block states can be specified, separated by colons