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.

Luis_ST

Members
  • Joined

  • Last visited

Everything posted by Luis_ST

  1. 1.6 is no longer supported on this forum. Please update to a modern version of Minecraft to receive support.
  2. 1.12 is no longer supported on this forum. Please update to a modern version of Minecraft to receive support.
  3. the 'script' only starts the jar of the server, the main server is start via java. If you want to modify how the server is start the you need to write a custom Launcher which is not supported and not recommended
  4. thats not the full debug log
  5. it's the place flage of the Block, you can look at Constants.BlockFlags for more infos about possible values and what they does
  6. i've test your code and unfortunately i can't tell you what'S exactly is the problem the only thing i can tell you is that HalfTransparentBlock#skipRendering is not called, but i don't know why sorry
  7. you need to call Level#setBlock to replace the Block in the World
  8. post a git repo so i can debug this local, since your code looks okay it should work
  9. show the Registry Entry of your ColoredSlimeBlock
  10. 1.12 is no longer supported on this forum. Please update to a modern version of Minecraft to receive support.
  11. you need to register the Block itself and the BlockItem for it
  12. which class/package is relevant or where should i look into?
  13. this is the Item Registration
  14. show your Block Registration and do never use @OnlyIn it's only for vanilla
  15. you can use ItemStack#getItem to get the Item, then check if the Item an instance of ArmorItem. then use ArmorItem#getDefense to get the Armor value
  16. show your Block class and your Registration
  17. Luis_ST replied to Spring's topic in Modder Support
    No it's not, no less complicated than the code you are currently using, also your code is bad for performance since you run it each tick
  18. Luis_ST replied to Spring's topic in Modder Support
    Not the Entity itself, the TargetGoal of the Entity. If you want to do that, create a custom TargetGoal and replace it in EntityJoinWorldEvent
  19. the error is throw, since your java installation is broken. Did you completely uninstalled java befor reinstall java?
  20. Luis_ST replied to Spring's topic in Modder Support
    with the way you use, no. If you want to avoid that, you need to replace the Target Goal of the Entity. btw, this is the better way to prevent monsters from attacking the Player instead setting the target to null
  21. Note basic java is required for modding minecraft
  22. Luis_ST replied to Tret's topic in Modder Support
    https://forge.gemwire.uk/wiki/Capabilities#Attaching_a_Capability do the same thing but with LevelChunk

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.