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

I'm trying to get a block that is next to my custom furnace. In TileEntityBrickFurnace class I simply wrote:

 

System.out.println(this.worldObj.getBlockId(xCoord + 1, yCoord, zCoord));

 

The results look like this:

 

2014-03-08 13:02:00 [iNFO] [sTDOUT] 9
2014-03-08 13:02:00 [iNFO] [sTDOUT] 0
2014-03-08 13:02:00 [iNFO] [sTDOUT] 9
2014-03-08 13:02:00 [iNFO] [sTDOUT] 0
2014-03-08 13:02:00 [iNFO] [sTDOUT] 9
2014-03-08 13:02:00 [iNFO] [sTDOUT] 0
2014-03-08 13:02:00 [iNFO] [sTDOUT] 9
2014-03-08 13:02:00 [iNFO] [sTDOUT] 0
2014-03-08 13:02:00 [iNFO] [sTDOUT] 9
2014-03-08 13:02:00 [iNFO] [sTDOUT] 0
2014-03-08 13:02:00 [iNFO] [sTDOUT] 9
2014-03-08 13:02:00 [iNFO] [sTDOUT] 0
2014-03-08 13:02:00 [iNFO] [sTDOUT] 9
2014-03-08 13:02:00 [iNFO] [sTDOUT] 0
2014-03-08 13:02:00 [iNFO] [sTDOUT] 9
2014-03-08 13:02:00 [iNFO] [sTDOUT] 0

 

Instead of just telling me its 9 or 0, it alternates for some reason.

 

I'm trying to get a block that is next to my custom furnace. In TileEntityBrickFurnace class I simply wrote:

 

System.out.println(this.worldObj.getBlockId(xCoord + 1, yCoord, zCoord));

 

The results look like this:

 

2014-03-08 13:02:00 [iNFO] [sTDOUT] 9
2014-03-08 13:02:00 [iNFO] [sTDOUT] 0
2014-03-08 13:02:00 [iNFO] [sTDOUT] 9
2014-03-08 13:02:00 [iNFO] [sTDOUT] 0
2014-03-08 13:02:00 [iNFO] [sTDOUT] 9
2014-03-08 13:02:00 [iNFO] [sTDOUT] 0
2014-03-08 13:02:00 [iNFO] [sTDOUT] 9
2014-03-08 13:02:00 [iNFO] [sTDOUT] 0
2014-03-08 13:02:00 [iNFO] [sTDOUT] 9
2014-03-08 13:02:00 [iNFO] [sTDOUT] 0
2014-03-08 13:02:00 [iNFO] [sTDOUT] 9
2014-03-08 13:02:00 [iNFO] [sTDOUT] 0
2014-03-08 13:02:00 [iNFO] [sTDOUT] 9
2014-03-08 13:02:00 [iNFO] [sTDOUT] 0
2014-03-08 13:02:00 [iNFO] [sTDOUT] 9
2014-03-08 13:02:00 [iNFO] [sTDOUT] 0

 

Instead of just telling me its 9 or 0, it alternates for some reason.

 

Ok. I am not an expert but I'm pretty sure its because of server and client issues.

I'm back from being gone for... I think its been about a year. I'm pretty sure nobody remembers me, but hello anybody who does!

  • Author

That is what I thought, so I decided to do this:

 

if(!this.worldObj.isRemote) {			
System.out.println(this.worldObj.getBlockId(xCoord + 1, yCoord, zCoord));
}

 

Unfortunately same thing.

  • Author

I'm beating myself with a stick right now. Turns out I had 2 of them placed and for some reason didn't realize that could be the issue. Thanks a lot for help and sorry for the trouble!

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.