
MiniScaled (Unofficial Forge Port)
An unofficial Forge port for MiniScaled
- Загрузки
- 2K
- Подписчики
- 1
- Обновлён
- 29 марта 2026 г.
- Лицензия
- Apache-2.0
Опубликован 21 марта 2026 г.
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
Ченджлог
3.0.1Релиз1.20.4, 1.20.5, 1.20.6 · 29 марта 2026 г.
Bug Fixes
Fixed portals not disappearing when breaking a ScaleBox. Portals from a removed ScaleBox now reliably clean themselves up instead of floating in the world indefinitely.
Fixed broken portals after picking up and re-placing a ScaleBox far from its original location. Previously, if you moved far enough away for the area to unload before placing the box again, the old portals would get stuck and the new ones would behave incorrectly. The mod now keeps track of leftover portals and removes them as soon as the area loads again, even if that takes a few seconds.
Fixed a crash on servers using Sinytra Connector. The mod would crash on startup/join with a
NoSuchMethodError. This has been resolved.
Improvements
- The mod now performs a background cleanup sweep every 5 seconds, automatically removing any stale or orphaned portals that may have slipped through. This acts as a safety net for any edge cases not covered by the main fixes.
3.0.0Релиз1.20.4, 1.20.5, 1.20.6 · 21 марта 2026 г.
Known incompatibility: Starlight
Комментарии
Загружаем…