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

Block Extractor

Extract resources from blocks!

Загрузки
366
Подписчики
1
Обновлён
31 марта 2025 г.
Лицензия
LGPL-3.0-or-later

Опубликован 5 января 2025 г.

Block Extractor

This mod does add one block: the Extractor. The Extractor can be used to extract resources from blocks without mining them.

It is customizable using datapacks or KubeJS. Currently, there are no default recipes. You need to add them yourself.

Example:

{
  "type": "blockextractor:extracting",
  "block": {
    "item": "minecraft:stone"
  },
  "ticks": 20,
  "energy": 100,
  "result": {
    "count": 2,
    "id": "minecraft:cobblestone"
  }
}

This recipe takes minecraft:stone as input block (stone block needs to be placed below the Extractor) and outputs 2 minecraft:cobblestone. Extracting one item takes 20 ticks and requires 100 FE.

This mod can be used in modpacks for easy and infinite resource generation.

Ченджлог

1.6-SNAPSHOTРелиз1.21.1 · 31 марта 2025 г.
  • remove debug item and block
  • better block model
  • slightly better texture
  • fix mod metadata
1.5-SNAPSHOTРелиз1.21.1 · 15 февраля 2025 г.
  • JEI integration
1.4-SNAPSHOTРелиз1.21.1 · 2 февраля 2025 г.

Add config option to disable energy usage.

1.3-SNAPSHOTБета1.21.1 · 26 января 2025 г.
  • Recipes can now specify the number of outputted items
  • Config value for stored FE
  • Update to NeoForge 21.1.113
1.2-SNAPSHOTБета1.21.1 · 20 января 2025 г.

BREAKING CHANGES: Extracting now uses FE

1.1-SNAPSHOTАльфа1.21.1 · 10 января 2025 г.

BREAKING CHANGES: Change Recipes to include Tick value (how long extracting one item takes)

1.0-SNAPSHOTАльфа1.21.1 · 5 января 2025 г.

Initial upload

Комментарии

Загружаем…