Crafting using Paper and Any Diamond Dust, in any arrangement. Produces Diamond Grit Sandpaper.
Diamond Grit Sandpaper
Create Crafts & Additions · by MRH0
Function
Can be used to _refine materials_. The process can be automated with a Deployer. When Used Applies polish to items held in the _offhand_ or lying on the _floor_ when _looking at them_
Acquisition
Developer reference
- Registry name
createaddition:diamond_grit_sandpaper- Namespace
createaddition- Mod ID
createaddition- Tags (1)
create:items/sandpaper
Recipe JSON (1):
{
"recipe_type": "minecraft:crafting_shapeless",
"pattern": null,
"ingredients": [
{
"item": "minecraft:paper"
},
{
"tag": "forge:dusts/diamond"
}
],
"conditions": [],
"sequence": null,
"group_name": null,
"experience": null,
"cooking_time": null
}