

MiniScaled
Should work pretty much like the Fabric version. Make a frame out of stained glass in 2x2x2, 4x4x4, 8x8x8, 16x16x16, or 32x32x32 formats, then right click it with a netherite ingot. Each player may only use one of each size+color combo.
Original code: https://github.com/iPortalTeam/MiniScaledMod
Why
I wanted this mod with Forge.
How
GitHub Copilot :P (I hate Java, so I made Copilot do it all for me)
Changes
This port replaces Fabric-specific APIs with Forge equivalents:
@ModInitializer→@Modconstructor withFMLJavaModLoadingContext@ClientModInitializer→FMLClientSetupEvent+EntityRenderersEvent.RegisterRenderersFabricEntityTypeBuilder→EntityType.Buildervia ForgeDeferredRegisterFabricBlockEntityTypeBuilder→BlockEntityType.Buildervia ForgeDeferredRegisterUseBlockCallback.EVENT→PlayerInteractEvent.RightClickBlockClientTickEvents.END_CLIENT_TICK→TickEvent.ClientTickEventServerTickEvents.END_SERVER_TICK→TickEvent.ServerTickEventItemGroupEvents.modifyEntriesEvent→BuildCreativeModeTabContentsEventCommandRegistrationCallback→RegisterCommandsEventServerLifecycleEvents.SERVER_STARTED→ServerStartedEventEntityRendererRegistry→EntityRenderersEvent.RegisterRenderersModMenuApi(config screen) →ConfigScreenHandler.ConfigScreenFactory@Environment(EnvType.CLIENT)→@OnlyIn(Dist.CLIENT)- All block/item/entity registrations via
DeferredRegister
Quick facts
- Edition: Minecraft Java
- File type: .jar
- Minecraft versions listed: 1.20.1, 1.20.2, 1.20.3
- How to install: Install the matching mod loader (Forge, Fabric or NeoForge) for your Minecraft version. → Download the .jar. → Put it in the .minecraft/mods folder and launch that loader profile.
- Where to get it: Opens on Modrinth — not every file is mirrored on our own servers.
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
- Ships as mini_scaled-3.0.1.jar — drop this file into the mods folder
- Download size: 128 KB
- Download link checked 31 Aug 2026 — working
These come from our own check of the pack file, not from the source page.