▶️ ЗАБЕРИ СВОИ 8 ПОДАРКОВ 🎁 ПРИ СОЗДАНИИ СВОЕГО МАЙНКРАФТ СЕРВЕРА
Моды/Sandpaper
Sandpaper

Sandpaper

Allows you to create grindstone polishing recipes with JSON

52
3

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

1.21.x

Платформы

Поддерживаемые окружения

Клиент и сервер

Создатели

Детали

Лицензия:LicenseRef-All-Rights-Reserved
Опубликован:6 месяцев назад
Обновлён:6 месяцев назад
Главная