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

resized

This mod is a 1.19.2 port of the mod oversized, allowing for bigger crafting tables

Загрузки
191
Подписчики
1
Обновлён
16 декабря 2022 г.
Лицензия
Apache-2.0

Опубликован 16 декабря 2022 г.

This mod is a 1.19.2 port of the mod oversized, allowing for bigger crafting tables

Install the API:

paste this into build.gradle:

repositories {

    maven {url 'https://jitpack.io'}

}

add this to the dependencies block:

modImplementation "com.github.vaylor27:resized:fwhiu"

To create a crafting table block, use whatever your register block method is and for the block pass in

new OversizedCraftingTableBlock(FabricBlockSettings.of(Material.WOOD), ((blockState, world, blockPos) -> new Pair<>(WIDTH, HEIGHT)))

Ченджлог

1.0Релиз1.19.2 · 16 декабря 2022 г.

initial release

Комментарии

Загружаем…