Language

MiniScaled (Unofficial Forge Port)

MiniScaled (Unofficial Forge Port)

Modrinth

An unofficial Forge port for MiniScaled

1.1k downloads 1 followers updated 2mo ago
latest v3.0.1 Modrinth
Forge 1.20.1 – 1.20.6 Game-mechanicsStorageUtility

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
  • @ClientModInitializerFMLClientSetupEvent + EntityRenderersEvent.RegisterRenderers
  • FabricEntityTypeBuilderEntityType.Builder via Forge DeferredRegister
  • FabricBlockEntityTypeBuilderBlockEntityType.Builder via Forge DeferredRegister
  • UseBlockCallback.EVENTPlayerInteractEvent.RightClickBlock
  • ClientTickEvents.END_CLIENT_TICKTickEvent.ClientTickEvent
  • ServerTickEvents.END_SERVER_TICKTickEvent.ServerTickEvent
  • ItemGroupEvents.modifyEntriesEventBuildCreativeModeTabContentsEvent
  • CommandRegistrationCallbackRegisterCommandsEvent
  • ServerLifecycleEvents.SERVER_STARTEDServerStartedEvent
  • EntityRendererRegistryEntityRenderersEvent.RegisterRenderers
  • ModMenuApi (config screen) → ConfigScreenHandler.ConfigScreenFactory
  • @Environment(EnvType.CLIENT)@OnlyIn(Dist.CLIENT)
  • All block/item/entity registrations via DeferredRegister

Versions

Release
3.0.1
forge · 1.20.1, 1.20.2, 1.20.3 · 2mo ago
## Bug Fixes - **Fixed portals not disappearing when breaking a ScaleBox.** Portals from a removed ScaleBox now reliably clean themselves up instead of…
971
Release
3.0.0
forge · 1.20.1, 1.20.2, 1.20.3 · 3mo ago
Known incompatibility: Starlight
82

Comments 0

No comments yet. Be the first to share your thoughts.

Download MiniScaled (Unofficial Forge Port)

Files are served directly from the original source. Modgrid does not host or modify them.