Jump to content

Recommended Posts

Posted

Forge Version: 4.1.1

Minecraft Version: 1.3.2

Dependencies: None

Jenkins Build: #251

Downloads:

 

Minecraft Forge 4.1.1 Changelog:

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

Updated to FML #366

 

New:


  •  
  • Adds a SkyProvider class that can handle the rendering of the sky
     
  • Expose more of the village construction parts for building village piece
     
  • Villager trading, manipulation and village enhancement. Still WIP
     
  • Updated onItemUseFirst call to include the new hit vector information
     
  • Client side only classes are properly annotated, and denied loading on server side
     
  • Add in a utility function that will tell you the context you're running in on either client or server: FMLCommonHandler.getEffectiveSide
     
  • Server mods can now use noClip to push players through solid blocks without is being an invalid move and resetting the players position.

 

 

Bug Fix:


  •  
  • EntityEvent.CanUpdate now functions properly
     
  • EntityItemPickupEvent nolonger spams the 'pop' sound
     
  • Added timeout to MC's download of sound resouces, allows sounds to play if MC's webservers are unreachable.
     
  • Added and error if channel name is invalid - either too short, or too long for mod devs.
     
  • Added a connect and read timeout for downloading libraries. This should really stop the "waiting forever" at startup screen.
     
  • Fix up ML GUI ticking. Thanks sharose!
     
  • Fixed bug in EntityMinecart that would cause them to fall through the ground at the bottom of slopes.
     
  • Fix vanilla MC packet bugs for remote servers that use blocks with ids > 256
     
  • Fix ModLoader adding XP Smelting
     
  • Changed order in which EntityItemPickupEvent is called, it will no longer be called if the 'delay' on the item is still active.
     
  • EntityItems that are in the world with invalid item stacks will now kill themselves. (Fixes infinite items from items on the ground)
     
  • Added missing server side onBlockStartBreak hook, fixes Sheers.
     
  • Use original minecart drag co-efficients for regular carts.
     
  • Pickblock now replaces the currently selected item if it could not find a empty space.
     
  • Fix textures not applying properly
     
  • Fix lighting issue for air related to 4096 fix.
     
  • Fix call to createTileEntity on blocks that extend BlockContainer.
     
  • FillBucketEvent actually fires now.
     
  • Fix custom items not properly having texture applied for partical effects.
     
  • Fix silk touch on Ender Chests
     
  • Fix keybindings not loading properly from gamesettings file after restart
     
  • Fix placing torches and the like on inverted woden slabs.

 

This is mainly a bugfix and compatibility fix with ModLoader, now that it is released.

All know compatibility bugs at the time of this posting are fixed.

I do Forge for free, however the servers to run it arn't free, so anything is appreciated.
Consider supporting the team on Patreon

Guest
This topic is now closed to further replies.

Announcements



  • Recently Browsing

    • No registered users viewing this page.
  • Posts

    • I downloaded Forgematice, moved the file to the mods folder, but after starting Minecraft it does not detect any modifications, I need help
    • Upon registering a new account on here, there's a simple security question. Something along the lines of "name a tool you can craft in vanilla Minecraft" and "name a weapon you can craft in vanilla Minecraft". I answered these with answers that are correct. Yet I'm told I "didn't pass the security check". This happens with every answer to every question. If you can't craft a pickaxe, or use a sword as a weapon in vanilla Minecraft then you and I must be playing a totally different game!!
    • Hello, and happy new year! I've returned to modding while on break from work, and cannot make heads or tails of the method for setting the correct tool for breaking a custom block. This should be a simple affair, but after digging through the vanilla files, all I could find was  assets/data/minecraft/tags/block/mineable/pickaxe.json (and axe, hoe, shovel). So I figured this must be how they're specifying the tool for each block. Yet, after implementing a similar file in my own data folder, it still doesn't work. Plus, this doesn't address the issue of specifying what level of tool is required (wood/stone/iron, etc).   So, please... how should this be being done, properly? And could it be done through the Java code rather than JSON files, without overriding functions for block breaking? I'm either missing something obvious, or -- as is more likely the case -- this is just far more convoluted than it ought to be, for something that should just be a field or two in the Block Properties.
    • and this forge error, is just for forge 1.19.2
    • hey. when i want to install forge , it shows me an error that says :  failed to run processor: java.net.ssl.SSLHandshakeException:Remote host ... . . . Try updating your java before trying again. but my java is the latest version of java. please help me to fix this  
  • Topics

×
×
  • Create New...

Important Information

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