MiniScaled (Unofficial Forge Port)
ModAn unofficial Forge port for MiniScaled
Type
Mod
Modrinth Downloads
1,652
Modrinth ID
Vjm9818I
Last Updated
Jul 29, 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
Recommended Gear
AffiliateHardware and extras that pair well with this mod.
As an Amazon Associate I earn from qualifying purchases.
Screenshots
Similar Mods
project-1212882
A supposedly discontinued mod found recently.
Ancient Elements
Ancient Elements adds about 20 new Ores and Materials to the Game. There are new Weapons and Tool Types. The Mod has a O...
Creeper Confetti Plus
A mod that replaces the Creeper explosion with nice confetti - a port of Creeper Confetti to modern versions.
Backpack Side GUI
Backpack Side GUI is an unofficial addon for Sophisticated Backpacks.
UltraLib
Non-intrusive java code library
Cave Spiders for Crawling
If you kill certain mobs whilst tunneling, they'll spawn another mob as punishment!