Jump to content
  • Home
  • Files
  • Docs
Topics
  • All Content

  • This Topic
  • This Forum

  • Advanced Search
  • Existing user? Sign In  

    Sign In



    • Not recommended on shared computers


    • Forgot your password?

  • Sign Up
  • All Activity
  • Home
  • Minecraft Forge
  • Releases
  • Forge 14.23.5 Minecraft 1.12.2
Currently Supported: 1.16.X (Latest) and 1.15.X (LTS)
Sign in to follow this  
Followers 3
LexManos

Forge 14.23.5 Minecraft 1.12.2

By LexManos, October 4, 2018 in Releases

Recommended Posts

LexManos    1616

LexManos

LexManos    1616

  • Reality Controller
  • LexManos
  • Forge Code God
  • 1616
  • 8923 posts
Posted October 4, 2018

Forge Version: 1.12.2-14.23.5.2768

Minecraft Version: 1.12.2

Downloads:

  • Changelog (Direct)
  • Windows Installer (AdLink) (Direct)
  • Other Installer (AdLink) (Direct)
  • MDK (AdLink) (Direct)
  • Universal (AdLink) (Direct)

 

Alright boys and girls it's that time again. Even tho the Forge team is working hard on 1.13 development, which is going well, we have almost all the final tools finished and the installer working, we have not left 1.12 stagnate. There have been many bug fixes, features, and exploit fixes in this new version. 

 

Minecraft Forge 14.23.5 Changelog:

============================================================================

New:

  • Cleaner error handling for mod exceptions thrown during loading.
  • Stricter validation of recipes to prevent exceptions and issues on clients.
  • Reworked server console and input handling.
  • Cleaner dimension management code.
  • Performance improvements.
  • New Farmland Trample Event.
  • New Fluid Place Block Event for when fluid changes blocks in world.
  • Added support for FluidStack-dependant colouring to Forge bucket
  • Allow configurations of log levels using system properties: forge.logging.console.level, forge.logging.file.level, forge.logging.debugFile.level
  • Better rendering of models that use the Forge fluid model.
  • Extended IItemHandler to better control what items can enter the inventory.
  • Added custom background image support for creative tabs.
  • Added swim speed attribute to living entities.
  • New resource type sentitive resource reloading. This is disabled by default as it can break some mods that assume old behavior, however it can be enabled in the Forge config.
  • Improved performance of FluidRegistry.getBucketFluids.
  • New SleepingTimeCheckEvent to add yet another way to control sleeping.
  • Removed BlamingTransformer, we run naively on Java 8 now so we do not need to track java version.
  • Optimized some class transformers to improve loading times.
  • Allowed the universal bucket item to update to new fluids when mods get swapped in and out.
  • New event to handle game rule changes.
  • Increased world gen entity spawning performance.

Bug Fix:

  • Fixed names in JSON annotation data not matching expected format.
  • Fixed crash from search tree processing invalid recipes.
  • Fixed black flickering on animated models by clamping max diffuse lighting multiplier to 1.0.
  • Fixed scala mods crashing with the json annotation cache.
  • Fixed structure template processors causing cascading world generation.
  • Fixed vertex lighter using stale normal data.
  • Fixed AutomaticEventSubscriber error message.
  • Fixed memory issue related to missing/broken models.
  • Fixed flickering leaves when mods break the blurMipmap settings.
  • Fixed model loading issues when mods declare generic models AND specific models for the same item.
  • Fixed vanilla issue with breaking animation.
  • Fixed FML entity network spawning not using EntityBuilder's factory.
  • Fixed NPE when sleeping in some custom beds.
  • Fixed some ClassCastExceptions incorrectly being logged in FML handshake.
  • Fixed ISpecialArmor to allow for "Unblockable" damage to be handled if the armor opts in.
  • Fixed player movement status not syncing when traveling across worlds.
  • Fixed ItemHandlerHelper.giveItemToPlayer creating item entities with incorrect contents.
  • Fixed potential deadlock when chunkload raises non-IO exception
  • Fixed onItemUseFirst being called when entire actions were canceled.
  • Fixed color events not being fired for mesa and swamp biomes.
  • Fixed received data for last vertex format element not being recorded.
  • Fixed SlotItemHandler.isItemValid check.
  • Fixed Redstone and RedstoneDiodes placement on modded blocks that use BlockFaceShape.SOLID for Top.
  • Fixed loading languages with no underscore in the name.
  • Fixed ModList cache never being updated.
  • Fixed overworld spawn point reset when respawning in another dimension.
  • Fixed modded packets not being able to be sent during ServerConnectionFromClientEvent.
  • Fixed server watchdog thread occasionally crashing on first run.
  • Fixed saved toolbars not working with non-vanilla items.
  • Fixed class loader issue with some apache libraries used by mods.
  • Fixed --mods and --modListFile arguments not making it past LaunchWrapper.
  • Fixed vanilla chunk loading issue related to mounted entities.
  • Fixed vanilla entity tracking issues that caused potential duping exploits. Thanks Aikar.
  •  
  • Like 4

I do Forge for free, however the servers to run it arn't free, so anything is appreciated.
Patreon: http://www.patreon.com/lexmanos
Paypal: http://paypal.me/LexManos

BitCoin: 1Q8rWvUNMM2T1ZfDaFeeYQyVXtYoeT6tTn

Share this post


Link to post
Share on other sites
Guest
This topic is now closed to further replies.
Sign in to follow this  
Followers 3
Go To Topic Listing



  • Recently Browsing

    No registered users viewing this page.

  • Posts

    • DaemonUmbra
      Update mod to 1.16.5

      By DaemonUmbra · Posted 8 minutes ago

      Is it a mod you made or are you trying to update someone else's mod?
    • DaemonUmbra
      Any places for support with 1.8

      By DaemonUmbra · Posted 9 minutes ago

      We don't keep track of places that provide support for old versions.
    • monkeysHK
      [1.16] Transparent Picture Render in GUI

      By monkeysHK · Posted 14 minutes ago

      Hello. I am having trouble making a picture render transparent on my Screen and I am not sure what the problem is. It renders correctly but not transparent. Here is my code in MyScreen::render Also I want to know how to remove the effect of RenderSystem afterwards for further renders. TextureManager tm = minecraft.getTextureManager(); ResourceLocation rl = new ResourceLocation("minecraft", "textures/gui/widgets.png"); tm.bindTexture(rl); matrixStack.push(); { RenderSystem.colorMask(true, true, true, true); RenderSystem.blendColor(1f, 1f, 1f, 0.5f); RenderSystem.enableBlend(); matrixStack.translate(instru_pos[currentNbo.ordinal()][0], instru_pos[currentNbo.ordinal()][1], 0); matrixStack.scale(scale, scale, scale); this.blit(matrixStack, 0, 0, 0, 146, 20, 20); } matrixStack.pop(); Any replies will be appreciated.
    • chuckdie5el
      Server Console errors

      By chuckdie5el · Posted 24 minutes ago

      I took a section of the log from well before it started showing those issues to a few thousand lines of it. Hope this helps debug.txt
    • SixSix
      I need help to learn

      By SixSix · Posted 50 minutes ago

      ¿Cómo puedo aprender a codificar para hacer mods? Llevo días preguntandome como poder hacerlo, aunque existan opciones faciles como mcreator. No me convence, puesto que quitaron los modelos .java del geckolib en blockbench y decidí buscar cursos de java, pero no sé que especificamente por donde empezar o si quiera si me servirán.
  • Topics

    • Heinzchen
      1
      Update mod to 1.16.5

      By Heinzchen
      Started 3 hours ago

    • iiDk_lol
      1
      Any places for support with 1.8

      By iiDk_lol
      Started 1 hour ago

    • monkeysHK
      0
      [1.16] Transparent Picture Render in GUI

      By monkeysHK
      Started 14 minutes ago

    • chuckdie5el
      3
      Server Console errors

      By chuckdie5el
      Started 4 hours ago

    • SixSix
      0
      I need help to learn

      By SixSix
      Started 50 minutes ago

  • Who's Online (See full list)

    • Godis_apan
    • DaemonUmbra
    • Ultrawebsling
    • starstorms21
    • Frederik2000
    • monkeysHK
    • tiktok
    • metword
    • Danebi
  • All Activity
  • Home
  • Minecraft Forge
  • Releases
  • Forge 14.23.5 Minecraft 1.12.2
  • Theme

Copyright © 2019 ForgeDevelopment LLC · Ads by Longitude Ads LLC Powered by Invision Community