Jump to content

Increased block limit code for Forge


hotrods20

Recommended Posts

I increased the block limit for Minecraft to 4096.  Here is the Forge version.

This comes with a test mod that tests the block limit.  Tell me if this is useful or not.

 

EDIT:  Install this into your Minecraft with Forge already installed.

width=320 height=64http://www.slothygaming.com/img/ota.png[/img]

If your grammar is shit and you blatantly don't know what you're doing, I will not help you.

Link to comment
Share on other sites

Minecraft loads fine when I add the file to my .jar - Forge recongizes the mod as mod_test.

 

But when I try to add a mod that gives the game more blocks (I was already at the 256 limit before installing, I receive this error

 

 

23 mods loaded
Minecraft Forge 3.2.5.120
FML v2.2.17.117
Forge Mod Loader version 2.2.17.117 for Minecraft 1.2.5
mod_MinecraftForge : Initialized (minecraft.jar)
mod_SpawnerGUI : Initialized (minecraft.jar)
mod_Arrows : Initialized (minecraft.jar)
mod_Beer : Initialized (minecraft.jar)
mod_mocreatures : Initialized (minecraft.jar)
mod_EnrichedCoalOre : Initialized (minecraft.jar)
mod_EnrichedDiamondOre : Initialized (minecraft.jar)
mod_EnrichedGoldOre : Initialized (minecraft.jar)
mod_EnrichedIronOre : Initialized (minecraft.jar)
mod_EnrichedLapisOre : Initialized (minecraft.jar)
mod_EnrichedRedstoneOre : Initialized (minecraft.jar)
mod_ModLoaderMp : Initialized (minecraft.jar)
mod_RecipeBook : Initialized (minecraft.jar)
mod_Shelf : Initialized (minecraft.jar)
mod_SimpleOres : Initialized (minecraft.jar)
mod_TooManyItems : Initialized (minecraft.jar)
mod_AnimalBikes : Initialized (minecraft.jar)
mod_DoggyTalents : Initialized (minecraft.jar)
mod_MagiCats : Initialized (minecraft.jar)
mod_test : Initialized (minecraft.jar)
mod_Netherrocks : Pre-initialized (minecraft.jar)
Balkon's WeaponMod : Pre-initialized (WeaponMod.zip)
mod_magic : Pre-initialized (WizardCraft.zip)


      Minecraft has crashed!      
      ----------------------      

Minecraft has stopped running because it encountered a problem.




--- BEGIN ERROR REPORT a1a8e7c --------
Generated 6/24/12 4:38 PM

Minecraft: Minecraft 1.2.5
OS: Windows 7 (x86) version 6.1
Java: 1.6.0_31, Sun Microsystems Inc.
VM: Java HotSpot(TM) Client VM (mixed mode), Sun Microsystems Inc.
LWJGL: 2.4.2
OpenGL: Intel(R) HD Graphics Family version 3.0.0 - Build 8.15.10.2353, Intel

java.lang.IllegalArgumentException: Slot 140 is already occupied by BlockTrellis@164f8d4 when adding BlockNetherRock@c42b5
at pb.<init>(Block.java:252)
at pb.<init>(Block.java:285)
at BlockNetherRock.<init>(BlockNetherRock.java:12)
at mod_Netherrocks.load(mod_Netherrocks.java:180)
at cpw.mods.fml.common.modloader.ModLoaderModContainer.init(ModLoaderModContainer.java:319)
at cpw.mods.fml.common.Loader.modInit(Loader.java:262)
at cpw.mods.fml.common.Loader.initializeMods(Loader.java:591)
at cpw.mods.fml.client.FMLClientHandler.onLoadComplete(FMLClientHandler.java:229)
at net.minecraft.client.Minecraft.a(Minecraft.java:426)
at net.minecraft.client.Minecraft.run(Minecraft.java:735)
at java.lang.Thread.run(Unknown Source)
--- END ERROR REPORT 633cb233 ----------

 

 

Its pretty much the same error I've been getting when I try to add mods that add blocks. The mod I'm adding is called Netherrocks, and its the Client Forge version. All the mods I'm using are compatible with Forge. The current forge version that I'm using is 3.2.5.120.

Link to comment
Share on other sites

You get that error because 2 mods use the same block/item ID on a certain block.  Easy fix is remove the mod that adds the BlockTrellis.  Just because more IDs exist doesn't mean all mods will get along.  The problem is my code fix just came out and no one has created mods that use higher IDs.  This is a problem until the mod authors or a 3rd party fix it.  Sorry to tell you that.

width=320 height=64http://www.slothygaming.com/img/ota.png[/img]

If your grammar is shit and you blatantly don't know what you're doing, I will not help you.

Link to comment
Share on other sites

1) Nobody use this as I haven't verified what it doesn't and it does break old worlds.

2) Forge ALREADY supports 4096 in a better fashion

3) If its something important you should submit a PR to forge, not release 'custom builds' as that's just fucking stupid.

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

Link to comment
Share on other sites

Guest
This topic is now closed to further replies.

Announcements



×
×
  • Create New...

Important Information

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