Unofficial site, not affiliated with modrinth.com.What is this?
Моды/Sandpaper

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.

Совместимость

Minecraft: Java Edition

Платформы

Ссылки

Сведения

Лицензия:
Опубликован:8 месяцев назад
Обновлён:8 месяцев назад
ID проекта:
Главная