Compatibility
Minecraft: Java Edition
1.21.10
Platforms
Supported environments
Creators
Details
Licensed ARR
Published 4 weeks ago
Updated 4 weeks ago
sandpaper
This is a small library mod for some of my other mods! It adds a new recipe type for grindstones.
These recipes can be crafted by clicking on a grindstone (or any block in the c:grindstones tag) with the input item in hand.
{
"type": "sandpaper:polishing",
"input": "yourmod:raw_gemstone",
"result": [
{
"item": {
"id": "yourmod:polished_gemstone",
"count": 4
},
"chance": 0.95
},
{
"item": {
"id": "yourmod:gemstone_byproduct",
"count": 1
},
"chance": 0.1
}
]
}
More detailed instructions on use are found in the Github wiki.



