gr8pefish / IronBackpacks

A Minecraft mod that adds portable storage in the form of tiered backpacks with modular upgrades.
GNU General Public License v3.0
60 stars 33 forks source link

Crash when using with Roboticraft #238

Closed DomAmato closed 6 years ago

DomAmato commented 6 years ago

Note: Delete the following 2 lines when you submit the issue.

Issue Description:

Crash on startup when loading with roboticraft https://gist.github.com/vrork/c52f4e128eae3ab91a81a5369b917971

So as a little explanation my mod enumerates all the blocks/items in the game so that they can be referenced by a python api. It does this as the last step of the registration process and tries to use the display name of the item stack and then its resource name.

What happens:

The server crashes on initialization

What you expected to happen:

The server to start

Steps to reproduce (important):

  1. Have roboticraft and ironbackpacks
  2. start server
  3. ...


Affected Versions (Do not use "latest"):

TehNut commented 6 years ago

237