Diamond Grit Sandpaper
createaddition:diamond_grit_sandpaper

Diamond Grit Sandpaper

item Sandpaper

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

Crafting using Paper and Any Diamond Dust, in any arrangement. Produces Diamond Grit Sandpaper.

Crafting ⇆ any arrangement
Paper
Any Diamond Dust
Diamond Grit Sandpaper Diamond Grit Sandpaper guaranteed
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
}