Requires tool
Set whether the machine need a tool to be harvested or not.
The requires_tool
property define whether the player need the tool defined in the Tool type property to harvest the machine.
If set to true, the machine block will drop only when broken by the defined tool. Otherwise the machine will be destroyed and won't drop.
If set to false, the machine block will always drop when broken, even by hand. Tools specified in the tool_type
property will still be faster to break the machine than other tools.
Default : true
Example :
Last updated