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 there. So I just pushed my mod into a release candidate and it works awesome on Single Player. I have quite literally 0 issues. And that is thanks to the wide variety of help I have gotten from this community especially. I have a simple question. Some of my items utilize NBT data in which I followed the documentation from various sources as well as retrieved help from the various community members here.

 

I put my mod into a network environment (SMP) and I fear something may be wrong. I haven't had the chance to test it quite yet however it occurred to me that two items specifically utilize NBT data in their code however they do not have a writeToNBT function or readFromNBT aside from the TagCompound functions within their classes. Now although they store NBT data (for example one items stores how many times you have used it and the other stores a cooldown of the item and both store the names of the user) do those functions automatically get written to the server data and read from the server data simply by calling the stackTagCompound.setInteger or the stackTagCompound.getInteger? Or do you need to create different functions to have the data written to the server and read from the server?

 

Here are my two classes that utilize NBT. Both of these are items however neither of them have a write toNBT or loadfromNBT function like my TileEntity class for my furnace which works fine on SMP

http://pastebin.com/3wn7qECD

 

http://pastebin.com/fA75J4Yy

 

If anyone can take a quick browse through that and let me know if it should work fine on SMP i appreciate it. Or do I need these writeNBT and loadNBT functions. Like I said I haven't gotten to test it yet but do plan to. But I know it does work just fine on my singleplayer world as I have tested it there.

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.