Jump to content

LexManos

Forge Code God
  • Posts

    9270
  • Joined

  • Last visited

  • Days Won

    68

Posts posted by LexManos

  1. Forge Version: 31.1.0
    Minecraft Version: 1.15.2
    Downloads:


    Intro:
    This is the first recommended build for 1.15.x!

    This would of been out a few weeks ago, but Mojang decided to release 1.15.2, so we figured it'd be best to hold off until that version stabilized.
    As you may have read, we dropped 1.12 support a few weeks ago and now concentrate on 1.14.4 and 1.15.2 until 1.16 drops.
    1.15.x brought many changes to the rendering engine and incorporated some parts of the new rendering engine known as "Blaze3D",
    but this release was still a lot faster than 1.14.x, thanks to the mod loading and launching rewrite we started in 1.13 being complete.
    Also thanks again through all the contributors for this release that helped to fix bugs and bring new features to forge.


    Changelog:
    New:

    • Removed and cleaned up old code
    • Remove third-party vecmath library in favor of using the new minecraft functionality
    • Allow logos in the mod screen to be scaled differently
    • Allow models to override be overridden when using OBJ models
    • Make more Data Generator stuff usable by modders
    • Add support for custom nether portal frame blocks
    • Added new Click Input Event
    • Added entity nameplate rendering event
    • Added support for gui_light model option
    • Re-implemented the ITeleporter interface to allow moders to control dimensional teleporting more easily
    • Allow mods to more easily specify a custom texture for chests
    • Add support for sending fluid stacks over the network more easily
    • Add support for fluid overlay rendering for custom fluids

        
    Fixes:

    • Fixed incorrect item lighting
    • Fixed broken stairs and fence rendering
    • Fixed keybindings not saving
    • Fixed items being too small when dropped
    • Fixed mod list screen
    • Fixed capability data not being transferred when returning from the end
    • Fixed incorrect warning screen caused by removed vanilla sounds
    • Fixed game crash with modded entities
    • Fixed bucket rendering
    • Fixed crash when parsing custom obj models
    • Fixed items not being colored correctly with custom colors
    • Fixed items rendering too dark
    • Fixed many other rendering related issues
    • Fixed particles not rendering correctly due to wrong GL state
    • Fixed incorrect item lighting
    • Fixed crash when using certain fonts
    • Fixed crash when building quads for rendering
    • Fixed dyes tag not automatically finding new dyes
    • Fixed Big Mushrooms not generating
    • Fixed Raw Mouse Input Event
    • Fixed fullbright lighting
    • Fixed Fish Bucket not being usable by mods
    • Fixed breaking overlay
    • Fixed Widget Foreground Color not allowing pure black
    • Fixed entities turning on a spot
    • Fixed RenderType loosing it's mapping for registry replacements
    • Fixed extended version of getLightValue not being used everywhere
    • Fixed Wakeup Event not being called at the correct spot
    • Fixed mod resources ordering
    • Fixed Player Changed Dimension event providing the wrong dimension
    • Fixed Keybinds modifier not working correctly
    • Fixed Chunk Data Load Event not fireing
    • Fixed small typos in forge config
    • Fixed restoring blur mipmaps
    • Fixed Right Click Block not being called on client and server
    • Fixed crash on new java 8 versions in development environments
    • Fixed a bunch of events not having the new rendering context
    • Fixed Attacks/Punches not registering
    • Fixed functionality for rails to have different maximum speeds
    • Fixed registry desync, causing entities or sounds to be mixed up when connecting to a server
    • Fixed compression system used by the installer to make downloads smaller.
    • Like 3
    • Thanks 3
  2. Forge Version: 28.2.0
    Minecraft Version: 1.14.4
    Downloads:
        Changelog: (Direct)
        Installer: (AdFocus) (Direct)
        MDK: (AdFocus) (Direct)


    Intro:

    Hello again guys, this is a new release for 1.14.4, as part of our LTS system. This is mainly a cumulative release giving modder and pack makers a new base to target.


    Changelog:
    New:

    • New networking design to help modders stop accidentally leaking network memory
    • New Tag reloading events
    • New hooks to allow FlowerPotBlock to be reusable by modders
    • New more robust/less hacky system for extending enums
    • New hooks to allow custom dimensions with differetn sea levels
    • New hook to make Structure processing more powerful
    • New hook making FlowerBotBlock/StairsBlocks/FishBucketItem more reusable
    • Added extra features to RegisteryObject/DeferredRegister system
    • New dimension hooks to better sync data between client and server
    • Exposed DyeColor hooks for more utility
    • New mod related resources are now in a single 'Mod Resources' resource pack to allow sorting, mods can still add additional packs for finer control
    • New pre-loading screen that can show progress information that happens before Mojang's official loading screen
    • Made customClientFactory optional
    • New hooks allowing modded IParticleRenderTypes to be rendered
    • Added PlayerGiveXpEvent and PlayerChangeLevelEvent hooks
    • Added profile icon to the installer
    • New hooks for interesting with low level networking events
    • Regular mods are now automatically de-duped based on the version number
    • Added Blockstate and Model data providers
    • New hooks to make Loot Table data generators more reusable
    • New Data Generator helper classes
    • New hooks to allow for more flexibility in mod discover-ability
    • New hooks to make it easier to add custom TNT blocks
    • New SleepFinishedTimeEvent allowing control of world time when waking up
    • Added FENCES_WOODEN and FENCE_GATES_WOODEN tags as fuels in furnaces
    • Split DrawBlockHighlightEvent into subevents to make usage clearer
    • Added FluidStack support to the Forge packet buffer
    • Added support for custom nether portal frame blocks

        
    Fixes:

    • Fixed patch for vanilla spawning in WorldEntitySpawner
    • Fixed hooks for handling raw mouse events
    • Fixed default behavior for Item#canPlayerBreakBlockWhileHolding
    • Fixed vanilla performance issue in furnace fuels
    • Fixed issue where exceptions during loading would not kill the main thread correctly
    • Fixed jigsaw blocks not mirroring properly
    • Fixed type bound on GameRegistry.findRegistry being too narrow
    • Fixed installer issues related to old java bugs
    • Fixed sea level info not being available on the client
    • Fixed server jar manifest paths
    • Fixed berry bushes not throwing crop growth events
    • Fixed some non-sensitive calls to Block.getSoundType
    • Fixed FluidTank with empty contents throwing error if drained
    • Fixed vanilla bug related to the main menu screen. MC-145102
    • Fixed race condition in flowing fluid blocks
    • Fixed many minor issues in Fluids
    • Fixed Model Loaders not being properly initalized
    • Fixed custom model loading
    • Fixed IModelData not being cleared when tile entity is removed
    • Fixed hidden potion effects backgrounds still rendering
    • Fixed mod info panel rendering incorrectly on some systems with HiDPI displays
    • Fixed kelp not throwing Crops Grow Event
    • Fixed shears not having sound
    • Fixed error logging in mod dev environment
    • Fixed bounds checks in `NativeImage` MC-162953
    • Fixed loading error/warning screen not showing
    • Fixed vanilla models with parents not loading properly
    • Fixed clientside chunk load event spam
    • Fixed shouldCauseReequipAnimation not working
    • Fixed forge rendering pipeline and shape based light occulsion
    • Fixed NPEs caused by uninitialized lists in ModDirTransformerDiscoverer
    • Fixed NPE in modlauncher when there is no mods dir
    • Fixed issue with logs during server shut down
    • Fixed Item#doesSneakBypassUse hook
    • Fixed vanilla bug in entity navigation to stop entities spinning MC-94054
    • Fixed recursion issue in biome types
    • Fixed BlockStateProvider#horizontalBlock emitting rotations >=360
    • Fixed registry snapshots not reading aliases correctly
    • Fixed an NPE caused by missing registries
    • Fixed performance issue related to relighting entire chunks
    • Fixed using bonemeal in modded oceans
    • Fixed shift-click insertion of modded recipes into the Stonecutter
    • Fixed DyeColor referencing incorrect Tag path
    • Fixed the hang on startup problem when windows' broken device enumeration causes a huge glfwInit slowdown
    • Fixed emissive items not working
    • Fixed camera setup render event
    • Fixed invocation of Vanilla spawn logic
    • Fixed Entity.canRiderInteract not being called
    • Fixed event spam during projectile movement
    • Fixed Minecarts not with modded powered/activator rails
    • Fixed rails maximum speed hooks
    • Fixed capabilities becoming inaccessible on returning from the end
    • Fixed Brown Mooshrooms dropping Red Mushrooms when sheared
    • Fix NPE on java 8u242 in dev enviroment
    • Fixed compression system used by the installer to make downloads smaller.  
    • Thanks 1
×
×
  • Create New...

Important Information

By using this site, you agree to our Terms of Use.