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
  • Support & Bug Reports
  • Adding More Mods Causes Block IDs To Swap
Currently Supported: 1.16.X (Latest) and 1.15.X (LTS)
Sign in to follow this  
Followers 0
Murdy007

Adding More Mods Causes Block IDs To Swap

By Murdy007, September 4, 2015 in Support & Bug Reports

  • Reply to this topic
  • Start new topic
  • Prev
  • 1
  • 2
  • Next
  • Page 2 of 2  

Recommended Posts

diesieben07    7692

diesieben07

diesieben07    7692

  • Reality Controller
  • diesieben07
  • Forum Team
  • 7692
  • 56337 posts
Posted September 8, 2015

What do you mean by that?

  • Quote

Share this post


Link to post
Share on other sites

Murdy007    0

Murdy007

Murdy007    0

  • Tree Puncher
  • Murdy007
  • Members
  • 0
  • 20 posts
Posted September 10, 2015

I've been testing more mods and nothing has come up yet. Do you think a world could use ids instead of names. It just seems weird that in a world with all the blocks from mods and adding another mod doesnt change anything, but in my main world it does. And also in the main world the blocks that are being replaced sometimes are air blocks.

  • Quote

Share this post


Link to post
Share on other sites

diesieben07    7692

diesieben07

diesieben07    7692

  • Reality Controller
  • diesieben07
  • Forum Team
  • 7692
  • 56337 posts
Posted September 10, 2015

Every world uses BlockIDs.

There is a name to ID mapping attached to each world and then IDs are used in the actual data. Thereby the game knows which ID is which Block.

  • Quote

Share this post


Link to post
Share on other sites

LexManos    1620

LexManos

LexManos    1620

  • Reality Controller
  • LexManos
  • Forge Code God
  • 1620
  • 8954 posts
Posted September 10, 2015

Get it down to the smallest test case you can.

It is most likely the case that one or more of the mods you are installing is fucking around with the internals of our registry and screwing things up.

Sadly we can't do anything about that beyond tell you not to use those mods.

If you can get it down to the smallest test case you can {literally 2 mods} then we look into those mods and see exactly how they are fucking it up.

But our system works,

  • Quote

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

Murdy007    0

Murdy007

Murdy007    0

  • Tree Puncher
  • Murdy007
  • Members
  • 0
  • 20 posts
Posted September 11, 2015

Ok I will do that, but don't you think it is strange about the block replacing thing that in one world when a mod is added the blocks change and in a new world they dont?

  • Quote

Share this post


Link to post
Share on other sites

diesieben07    7692

diesieben07

diesieben07    7692

  • Reality Controller
  • diesieben07
  • Forum Team
  • 7692
  • 56337 posts
Posted September 11, 2015

Yes, that is strange. But when mods mess with internals that they should not mess with then strange things happen.

  • Quote

Share this post


Link to post
Share on other sites

Murdy007    0

Murdy007

Murdy007    0

  • Tree Puncher
  • Murdy007
  • Members
  • 0
  • 20 posts
Posted September 13, 2015

I was opening forge in normal 1.7 and making a creative world caused this crash, no mods were installed and it happened on the 3 forge versions I tried. If this is windows 10 I will be so mad.

 

EDIT: found this, looks similar to what is happening for me, should I try that fix? http://www.minecraftforge.net/forum/index.php/topic,29182.0.html

 

---- Minecraft Crash Report ----

// Why did you do that?

 

Time: 9/13/15 4:30 PM

Description: Unexpected error

 

java.lang.IndexOutOfBoundsException

at java.nio.Buffer.checkIndex(Unknown Source)

at java.nio.DirectIntBufferU.get(Unknown Source)

at net.minecraft.client.renderer.RenderGlobal.func_72712_a(RenderGlobal.java:350)

at net.minecraft.client.renderer.RenderGlobal.func_72732_a(RenderGlobal.java:294)

at net.minecraft.client.Minecraft.func_71353_a(Minecraft.java:2204)

at net.minecraft.client.Minecraft.func_71403_a(Minecraft.java:2134)

at net.minecraft.client.network.NetHandlerPlayClient.func_147282_a(NetHandlerPlayClient.java:239)

at net.minecraft.network.play.server.S01PacketJoinGame.func_148833_a(SourceFile:70)

at net.minecraft.network.play.server.S01PacketJoinGame.func_148833_a(SourceFile:13)

at net.minecraft.network.NetworkManager.func_74428_b(NetworkManager.java:212)

at net.minecraft.client.Minecraft.func_71407_l(Minecraft.java:2049)

at net.minecraft.client.Minecraft.func_71411_J(Minecraft.java:961)

at net.minecraft.client.Minecraft.func_99999_d(Minecraft.java:887)

at net.minecraft.client.main.Main.main(SourceFile:148)

at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)

at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)

at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)

at java.lang.reflect.Method.invoke(Unknown Source)

at net.minecraft.launchwrapper.Launch.launch(Launch.java:135)

at net.minecraft.launchwrapper.Launch.main(Launch.java:28)

 

 

A detailed walkthrough of the error, its code path and all known details is as follows:

---------------------------------------------------------------------------------------

 

-- Head --

Stacktrace:

at java.nio.Buffer.checkIndex(Unknown Source)

at java.nio.DirectIntBufferU.get(Unknown Source)

at net.minecraft.client.renderer.RenderGlobal.func_72712_a(RenderGlobal.java:350)

at net.minecraft.client.renderer.RenderGlobal.func_72732_a(RenderGlobal.java:294)

at net.minecraft.client.Minecraft.func_71353_a(Minecraft.java:2204)

at net.minecraft.client.Minecraft.func_71403_a(Minecraft.java:2134)

at net.minecraft.client.network.NetHandlerPlayClient.func_147282_a(NetHandlerPlayClient.java:239)

at net.minecraft.network.play.server.S01PacketJoinGame.func_148833_a(SourceFile:70)

at net.minecraft.network.play.server.S01PacketJoinGame.func_148833_a(SourceFile:13)

at net.minecraft.network.NetworkManager.func_74428_b(NetworkManager.java:212)

 

-- Affected level --

Details:

Level name: MpServer

All players: 0 total; []

Chunk stats: MultiplayerChunkCache: 0, 0

Level seed: 0

Level generator: ID 00 - default, ver 1. Features enabled: false

Level generator options:

Level spawn location: World: (8,64,8), Chunk: (at 8,4,8 in 0,0; contains blocks 0,0,0 to 15,255,15), Region: (0,0; contains chunks 0,0 to 31,31, blocks 0,0,0 to 511,255,511)

Level time: 0 game time, 0 day time

Level dimension: 0

Level storage version: 0x00000 - Unknown?

Level weather: Rain time: 0 (now: false), thunder time: 0 (now: false)

Level game mode: Game mode: creative (ID 1). Hardcore: false. Cheats: false

Forced entities: 0 total; []

Retry entities: 0 total; []

Server brand: ~~ERROR~~ NullPointerException: null

Server type: Integrated singleplayer server

Stacktrace:

at net.minecraft.client.multiplayer.WorldClient.func_72914_a(WorldClient.java:373)

at net.minecraft.client.Minecraft.func_71396_d(Minecraft.java:2432)

at net.minecraft.client.Minecraft.func_99999_d(Minecraft.java:916)

at net.minecraft.client.main.Main.main(SourceFile:148)

at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)

at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)

at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)

at java.lang.reflect.Method.invoke(Unknown Source)

at net.minecraft.launchwrapper.Launch.launch(Launch.java:135)

at net.minecraft.launchwrapper.Launch.main(Launch.java:28)

 

-- System Details --

Details:

Minecraft Version: 1.7.10

Operating System: Windows 10 (amd64) version 10.0

Java Version: 1.7.0_79, Oracle Corporation

Java VM Version: Java HotSpot 64-Bit Server VM (mixed mode), Oracle Corporation

Memory: 11007430392 bytes (10497 MB) / 12106858496 bytes (11546 MB) up to 12106858496 bytes (11546 MB)

JVM Flags: 3 total; -XX:HeapDumpPath=MojangTricksIntelDriversForPerformance_javaw.exe_minecraft.exe.heapdump -Xmx12048M -Xms12048M

AABB Pool Size: 0 (0 bytes; 0 MB) allocated, 0 (0 bytes; 0 MB) used

IntCache: cache: 0, tcache: 0, allocated: 13, tallocated: 95

FML: MCP v9.05 FML v7.10.85.1291 Minecraft Forge 10.13.2.1291 3 mods loaded, 3 mods active

mcp{9.05} [Minecraft Coder Pack] (minecraft.jar) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available->Available->Available->Available

FML{7.10.85.1291} [Forge Mod Loader] (forge-1.7.10-10.13.2.1291.jar) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available->Available->Available->Available

Forge{10.13.2.1291} [Minecraft Forge] (forge-1.7.10-10.13.2.1291.jar) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available->Available->Available->Available

Launched Version: 1.7.10-Forge10.13.2.1291

LWJGL: 2.9.1

OpenGL: GeForce GTX 780/PCIe/SSE2 GL version 4.5.0 NVIDIA 353.62, NVIDIA Corporation

GL Caps: Using GL 1.3 multitexturing.

Using framebuffer objects because OpenGL 3.0 is supported and separate blending is supported.

Anisotropic filtering is supported and maximum anisotropy is 16.

Shaders are available because OpenGL 2.1 is supported.

 

Is Modded: Definitely; Client brand changed to 'fml,forge'

Type: Client (map_client.txt)

Resource Packs: []

Current Language: English (US)

Profiler Position: N/A (disabled)

Vec3 Pool Size: 0 (0 bytes; 0 MB) allocated, 0 (0 bytes; 0 MB) used

Anisotropic Filtering: Off (1)

  • Quote

Share this post


Link to post
Share on other sites

Murdy007    0

Murdy007

Murdy007    0

  • Tree Puncher
  • Murdy007
  • Members
  • 0
  • 20 posts
Posted September 13, 2015

I FIXED IT!

 

Using the article that I linked to above, I went into NBTExplorer and deleted the 8,924 integers of BlockedItemIDs, then installed MoCreatures. It worked.

 

Thank you to diesieben07 especially, for the help.  :) :) :) :) :) :) :) :) :) :) :) :) :) :) :) :) :)

  • Quote

Share this post


Link to post
Share on other sites
  • Prev
  • 1
  • 2
  • Next
  • Page 2 of 2  

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

    • Insert image from URL
×
  • Desktop
  • Tablet
  • Phone
Sign in to follow this  
Followers 0
Go To Topic Listing



  • Recently Browsing

    No registered users viewing this page.

  • Posts

    • PtownCoderSchool
      [HIRING] Minecraft Modders

      By PtownCoderSchool · Posted 43 minutes ago

      Hey all! I run a coding school with a lot of our students coming in looking to get introduced to coding through Minecraft and building their own mods! Whether you're using redstone and some simpler tools, or more advanced and working with Java, please don't hesitate to reach out with your experience!   This is a PAID role. Our students sign up for weekly sessions where you will assist them in making their ideas come to life and teaching them to code along the way.    Due to the pandemic, we are capable of hiring remotely, though you must be located in California.    Interested? Please message me so we can set-up an interview.    Must be be 15+ years old. 
    • brok4d
      [1.16.4] New particle texture for biome.

      By brok4d · Posted 1 hour ago

      I do not know if I explained well, what I try is to change the color of the water particles since my biome is all reddish, I have been looking at the classes of the forge particles and I do not see that it can be modified as I am doing, any Subjection, because you told me to update the forge version to give support, but so if I see that each time the private class is forge, and they cannot be accessed, and also the setParticleTextureIndex method with which it could be select the index of the texture of the particle, in the end I think it will get worse instead of better, if someone thinks otherwise than say it.
    • ryanmanrules
      Delete

      By ryanmanrules · Posted 1 hour ago

      Fixed
    • AdminCat
      The game crashed whilst rendering overlay Error: java.lang.NullPointerException: Rendering overlay Exit Code: -1

      By AdminCat · Posted 2 hours ago

      hhhhhhhhhhhhh  
    • AdminCat
      The game crashed whilst rendering overlay Error: java.lang.NullPointerException: Rendering overlay Exit Code: -1

      By AdminCat · Posted 2 hours ago

      How would I backdate I'm having the same issue here  
  • Topics

    • PtownCoderSchool
      0
      [HIRING] Minecraft Modders

      By PtownCoderSchool
      Started 43 minutes ago

    • brok4d
      1
      [1.16.4] New particle texture for biome.

      By brok4d
      Started 11 hours ago

    • ryanmanrules
      0
      Delete

      By ryanmanrules
      Started 1 hour ago

    • Blake.bill
      12
      The game crashed whilst rendering overlay Error: java.lang.NullPointerException: Rendering overlay Exit Code: -1

      By Blake.bill
      Started September 9, 2020

    • sc0rich
      8
      how do I config mods in 1.16.4?

      By sc0rich
      Started Friday at 02:11 AM

  • Who's Online (See full list)

    • sarkozi
    • Eksity
    • fallOut015
    • MegaTigerpaw
    • Choonster
    • pitbox46
    • ryanmanrules
    • FaZe_jdx
  • All Activity
  • Home
  • Minecraft Forge
  • Support & Bug Reports
  • Adding More Mods Causes Block IDs To Swap
  • Theme

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