Jump to content
View in the app

A better way to browse. Learn more.

Forge Forums

A full-screen app on your home screen with push notifications, badges and more.

To install this app on iOS and iPadOS
  1. Tap the Share icon in Safari
  2. Scroll the menu and tap Add to Home Screen.
  3. Tap Add in the top-right corner.
To install this app on Android
  1. Tap the 3-dot menu (⋮) in the top-right corner of the browser.
  2. Tap Add to Home screen or Install app.
  3. Confirm by tapping Install.

Featured Replies

Posted

Hello,

I am fairly new to modding with Forge and modding in general, only started to mod with forge yesterday. While I do have some experience and try to teach everything to myself, I have run into a strange problem. I had been working on my first mod, which adds just a few items at the moment and yesterday everything worked fine. Today when I booted up my PC and added three lines of code, which I checked to be correct, Minecraft crashes during loading phase 6/7. 

Here is the crashlog that happens when I try to run Minecraft from eclipse. I will be glad to share any of my code if necessary.

 

Thx in advance,

-Marc

 

Crash-Report.txt

Edited by Marc_IceBlade
Problem Solved

You may have done something like

public static final Item ITEM_1 = new ItemBase('item_1');
public static final Item ITEM_2 = new ItemBase('item_1');

where you give both of the items the same registry name. This is all I can infer via reading the log you gave, so check over your ItemInit and BlockInit classes (or where ever you register them) and make sure the registry names are different.

Edited by Synoot
word fix, i am very good at messing up

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.

Guest
Unfortunately, your content contains terms that we do not allow. Please edit your content to remove the highlighted words below.
Reply to this topic...

Important Information

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

Configure browser push notifications

Chrome (Android)
  1. Tap the lock icon next to the address bar.
  2. Tap Permissions → Notifications.
  3. Adjust your preference.
Chrome (Desktop)
  1. Click the padlock icon in the address bar.
  2. Select Site settings.
  3. Find Notifications and adjust your preference.