Перейти к содержимому
Mineforgian

Void Crafting

Adds a void crafting recipe type

Загрузки
12K
Подписчики
20
Обновлён
1 июля 2023 г.
Лицензия
MIT

Опубликован 31 марта 2022 г.

This mod adds a recipe type for throwing items into the void.

Example

{
  "type": "voidcrafting:void_crafting",
  "input": {
    "item": "minecraft:gold_ingot"
  },
  "radius": 10.2,
  "result": {
    "item": "minecraft:gold_block",
    "count": 3
  }
}

When a gold ingot falls into the void, a stack of 3 gold blocks will spawn in a 10.2-block radius around the End dimension's 0, 0.

See the wiki for complete documentation.

License

MIT © 2022 spadeteam

Ченджлог

1.11.0+fabric-1.20Релиз1.20, 1.20.1 · 1 июля 2023 г.
  • Updated to 1.20
  • I created this terrible versioning scheme, I'm stuck with it now
1.10.0+fabric-1.19.4Релиз1.19.4 · 24 марта 2023 г.
  • Updated to 1.19.4
1.9.0+fabric-1.19.3Релиз1.19.3 · 8 февраля 2023 г.
1.8.1+fabric-1.19Релиз1.19, 1.19.1, 1.19.2 · 18 ноября 2022 г.
  • Added a thrower player parameter to the stack voided event
1.8.0+fabric-1.19Релиз1.19, 1.19.1, 1.19.2 · 13 ноября 2022 г.
  • Added a StackVoided event (accessed through VoidCraftingAPI.STACK_VOIDED)
    • Called when an item entity ticks in the void
    • Helper methods for registering before the main Void Crafting functionality
1.7.2+fabric-1.19Релиз1.19, 1.19.1, 1.19.2 · 15 августа 2022 г.
  • Support 1.19.x
1.7.1+fabric-1.19Релиз1.19 · 20 июня 2022 г.
  • Bump patch version to differentiate from wrongly-versioned builds
1.7.0+quilt-1.19Релиз1.19 · 20 июня 2022 г.
  • Ported to 1.19

Комментарии

Загружаем…