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.

Potato

Members
  • Joined

  • Last visited

  1. I know, it's crazy... We should try to make it happen
  2. You'd need to make a new type of furnace that needed three ingredients to smelt instead of one.
  3. updateTick() is client-side only; it says so in the annotations. You can just use your chests tile entity onUpdate() instead if it's a custom tile entity.
  4. As someone who's tried this, in a short answer; no. No you cannot. Run while you still can and save yourself the hours of pain, headaches, and for some reason stripey terrain generation.
  5. That wouldn't work... I can't have the server checking every loaded block every tick or it'll get laggy. And I don't even think there'd be an efficient way to check any loaded blocks anyways...
  6. I've looked and looked and looked but I can't find an answer in the code, so I'm turning here. What I want to do is make it so that blocks are affected by gravity(Similarly to sand). The issue is, I want to use pre existing blocks like grass and dirt and whatnot, and I don't want to edit or override any base class files to do it. Is there anything I can do, or am I just going to have to edit some base class files?
  7. Figured out the issue on my own; For any topic viewers who are stumped, DataWatchers are pretty much the best thing ever. Look at how EntitySlime uses them to get an example of how to use them, and keep in mind the client reads datawatcher values from the server with no extra hassle.
  8. I've been having some issues saving and loading variables for an entity from the NBT. Specifically, I'm trying to set a randomized variable for the size of the entity (bigger/smaller, obviously) and it works, but the size isn't saved or loaded properly once i exit the world. When I re-enter the world, the size of the entity is randomized again. Any help would be appreciated!
  9. Are you talking to me? I just joined this forum yesterday so I'm not sure what you're talking about... Lol
  10. I don't see any issue with the code you've given, but it could be your portal block... Did you use the nether portal block code as a base?
  11. Ah, alright thanks... We should have a petition or something to send to mojang about it, because that's really ridiculous
  12. Am I missing something really obvious, or is it not possible? I really need to use my custom blocks for new biomes i'm making, but i can't because of the limit... Is there anything I can do that doesn't include making a whole new chunk provider?

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.