HomeJavaModsresized

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

Install steps are the general flow for this file type — How to install Minecraft Java mods & modpacks walks through it step by step.

Verified by MCModsHub

These come from our own check of the pack file, not from the source page.

Explore more