resized

Mod

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

Client and server LibraryUtility

94 downloads
1 follower
Follow Save
90% of ad revenue goes to creators. Go ad-free while supporting creators with Modrinth Plus. Subscribe today!

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)))

Project members

itsmenotjames

Owner

Details

Licensed Apache-2.0
Published 2 years ago
Updated 2 years ago