Modscraper Modscraper Minecraft
MiniScaled (Unofficial Forge Port) logo

MiniScaled (Unofficial Forge Port)

Mod

An 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

Forge

Game Versions

1.20.1 1.20.2 1.20.3 1.20.4 1.20.5 1.20.6

Screenshots

Similar Mods

Included in Modpacks

External Resources