Knapping - alcatrazEscapee/no-tree-punching GitHub Wiki
In order to create flint shards, necessary for flint tools, flint must be knapped. In order to do this, a piece of flint, and a stone type block is required. Simply right click the flint on the stone - you will hear a tap as you bash the flint on the rock. Keep knapping, and flint will be consumed, with a chance to produce two flint shards.
Configuration
Any item under the item tag notreepunching:flint_knappable
can be knapped into two flint shards.
There are two configuration options relevant to this behavior:
# The chance to consume a piece of flint when knapping
flintKnappingConsumeChance = 0.4
# The chance to produce flint shards if a piece of flint has been consumed while knapping
flintKnappingSuccessChance = 0.7