Sand Paper
create:sand_paper

Sand Paper

Create · by simibubi
item Sandpaper

Function

Applies polish to items held in the _offhand_ or lying on the _floor_ when _looking at them_ When Used Can be used to _refine materials_. The process can be automated with a Deployer.

Acquisition

Crafting using Paper and Raked Sand, in any arrangement. Produces Sand Paper.

Crafting ⇆ any arrangement
Sand Paper Sand Paper guaranteed
Developer reference
Registry name
create:sand_paper
Namespace
create
Mod ID
create
Tags (1)
create:items/sandpaper

Recipe JSON (1):

{
  "recipe_type": "minecraft:crafting_shapeless",
  "pattern": null,
  "ingredients": [
    {
      "item": "minecraft:paper"
    },
    {
      "tag": "forge:sand/colorless"
    }
  ],
  "conditions": [],
  "sequence": null,
  "group_name": null,
  "experience": null,
  "cooking_time": null
}