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.

Failender

Forge Modder
  • Joined

  • Last visited

Everything posted by Failender

  1. NEVER use sideonly ,except of if you are 100% sure what you are doing
  2. already believed sth like that hm. thank you anyway, I guess Ill need to make a custom furnace with some additional checks to do that
  3. is there a way to do this for smelting..?
  4. Might be that i overread it but you are not syncing the information between server and client
  5. the arrow one. [nobbc] [/nobbc]
  6. and use code tags for code please, it hurts to see that
  7. 1. why should you do that? 2. add two getter methods
  8. you could create a helper class that holds 2 input items and use that as map key
  9. sorry I expressed myself wrong. what i meant is that u can only pass one key and not two to get a value
  10. you cant use a map that way. read a doc how maps work and u will see that they store one key for one value. not two keys for one value
  11. take a look how minecraft spawns tnt (BlockTNT)
  12. I think you can save byte arrays in nbt. So you could serialize your class and save the byte array. (If byte array dont works I am pretty sure you can save int arrays, so convert byte to int isnt that hard)
  13. Thanks for the first answers, helped a lot! Yeah. I want to have a machine taking a chunk out of the world and transporting it anywhere, so changing the biome type would be great
  14. 1. Tell US which Version 2. learn how to use ur IDE 3. shd be sth like world#getLightValue
  15. Hello everyone, I found myself with 3 questions I cant solve and hope for answers. 1.How can I find out which biome the player is currently in? 2. Is there a "gud way" to find out that the player has entered a different biome? (Of course u could save his last biome and check that every tick but that feels dirty) 3. Is it possible to set a biome? Like ingame change the biome type of an area to sth different? Any ideas are appreciated
  16. Yeah I tried doing some totally customized world gen stuff, realizing that i got TONS of work to do. I managed to find the CubeWorld mod, which is also working with his own worldtype (http://www.planetminecraft.com/mod/cube-world-1227625/). So i decompiled that and i got tons of stuff to read.
  17. how is the method called
  18. show some code please. we arent magicans
  19. only add items on server side
  20. you are opening your gui via your gia handler. the handler gives you an entityplayer object that you can pass using the constructor of ur gui
  21. They still might be able to change their item for whatever reason, so better insert a little check instead of crashing minecraft :b Track down what is causing the exception, and add null checks if u use things that can be null while using
  22. In 1.8 there is ClientChatReceivedEvent, not sure about 1.7

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.