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.

Niprow

Members
  • Joined

  • Last visited

Everything posted by Niprow

  1. you can call it in the constructor of your block, it returns itself. do you know java? I ask because you could also just create a variable with Block.Properties#create , then run all methods on it and then insert the variable in the constructor. This is basic java, you should know this before you start modding!
  2. I wonder what the Block.Properties class does.
  3. ok just downloaded eclipse and did all the stuff for it. Than I opened the project in Intellij. I do not like the way but it functions. it helped after all, thanks for all your advice
  4. Niprow replied to Forix's topic in Modder Support
    click in the upper right corner on your runClient task click on Edit Configurations... insert in Program arguments: --username <username>
  5. this is not the right forum to post this
  6. that is so because of the tick-rate in your tile entity (if you update it in ITickableTileEntity#tick) you could change it in Block#tickRate (maybe)
  7. World#notifyBlockUpdate you can not call that in onDataPacket or getUpdatePacket
  8. see: https://mcforge.readthedocs.io/en/latest/tileentities/tileentity/#synchronizing-the-data-to-the-client
  9. not anything but much see docs but my problem is not a gradlew task. my problem is how to make the dependencies like here because a lot changed
  10. Minecraft Forge Environment for contributing Downloaded it, checked out the correct brunch. run the task "setup" in "Task". "genIntellijRuns" and "genPatches" works and also the intellij runs themselves. But now i want to use that exmplemod to test the new code. How do I get this mod into the new "Minecraft" and the new code from this Minecraft into my mod? Tried it with the docs and the linked videos, didn't work. Thanks for help
  11. OK sorry could you please tell me where I can find that code That's not to say that I don't want to believe you
  12. do you really want to disable it or just not render?
  13. My fault again it's not bullshit but the solution. In your blockstate JSON you don't close the "when" query before the actual thing to be executed - please try it.
  14. yea my fault, sorry I edited it yet that it is bullshit
  15. ahh ok, in your blockstate: it should be that: {"when": {"<enum>": <something>}, "apply": {"model": "<model>"} }, no that is bullshit, sorry
  16. there is not any class of the Item it is just a normal BlockNamedItem see: net.minecraft.item.Items
  17. yea the container that could help I posted that earlier do not know why it is gone
  18. please send your crash log
  19. create a new world for testing should be nessasary

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.