MiniScaled (Unofficial Forge Port)
ModAn unofficial Forge port for MiniScaled
Type
Mod
Modrinth Downloads
1,490
Modrinth ID
Vjm9818I
Last Updated
Jul 17, 2026
Description
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 → @Mod constructor with FMLJavaModLoadingContext
- @ClientModInitializer → FMLClientSetupEvent + EntityRenderersEvent.RegisterRenderers
- FabricEntityTypeBuilder → EntityType.Builder via Forge DeferredRegister
- FabricBlockEntityTypeBuilder → BlockEntityType.Builder via Forge DeferredRegister
- UseBlockCallback.EVENT → PlayerInteractEvent.RightClickBlock
- ClientTickEvents.END_CLIENT_TICK → TickEvent.ClientTickEvent
- ServerTickEvents.END_SERVER_TICK → TickEvent.ServerTickEvent
- ItemGroupEvents.modifyEntriesEvent → BuildCreativeModeTabContentsEvent
- CommandRegistrationCallback → RegisterCommandsEvent
- ServerLifecycleEvents.SERVER_STARTED → ServerStartedEvent
- EntityRendererRegistry → EntityRenderersEvent.RegisterRenderers
- ModMenuApi (config screen) → ConfigScreenHandler.ConfigScreenFactory
- @Environment(EnvType.CLIENT) → @OnlyIn(Dist.CLIENT)
- All block/item/entity registrations via DeferredRegister
Compatibility
Mod Loaders
Game Versions
Screenshots
Similar Mods
Counter Strike Grenades
Add utilities in CS2 to Minecraft
Error 1664
Adds Error 1664
Big Globe - It Takes a Pillage Compatibility
Big Globe - It Takes a Pillage Compatibility
project-605180
Shovel, axe, sword, hoe, pickaxe in one tool.
Easy Netherite - Craftable netherite smithing template (Fabric)
Craftable netherite upgrade smithing template for Fabric 1.20.x!
MrWilfis's Forgotten Temples
Adds new Dungeons to Explore