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.12 is no longer supported on this forum. Please update to a modern version of Minecraft to receive support.
  2. which version are you talking about?
  3. you find it your minecraft folder in logs the file you need to post is called debug.log please use https://gist.github.com/ to upload the file and post the link here
  4. take a look at the vanilla models, understand how they work and then move your model into the new system
  5. Luis_ST replied to 8iggy's topic in ForgeGradle
    that's irrelevant, look at the link it will show you how to add the discord API when using gradle
  6. post debug log
  7. you need to register a new RenderType for the Block, use ItemBlockRenderTypes#setRenderLayer in FMLClientSetupEvent
  8. vanilla has examples for the datagen look at the net.minecraft.data package
  9. you mean LivingEntityUseItemEvent.Start?
  10. forge work with java 8-15, but minecraft prefer/use java 8, the best would be to use java 8
  11. minecraft 1.16.5 requires java 8-15 but it prefer 8, you use 16
  12. use debugger and look what's wrong
  13. Luis_ST replied to 8iggy's topic in ForgeGradle
    look at the build.gradle file there is a comment out section with .lib create the folder and add the API there if I'm correct this should work for simple jars Edit: look here for more infos how to add the discord API
  14. 1.12 is no longer supported on this forum. Please update to a modern version of Minecraft to receive support.
  15. 1.12 is no longer supported on this forum. Please update to a modern version of Minecraft to receive support.
  16. 1.11 is no longer supported on this forum. Please update to a modern version of Minecraft to receive support.
  17. 1.7 is no longer supported on this forum. Please update to a modern version of Minecraft to receive support.
  18. 1.7 is no longer supported on this forum. Please update to a modern version of Minecraft to receive support.
  19. Luis_ST replied to 8iggy's topic in ForgeGradle
    why do you need the JDA API in MinecraftForge?
  20. you also can look at the StonecutterScreen, but basically you moved the scrolling bar via mouse scroll or mouse drag (you set the y pos where it will render in the screen), after moving you can update the screen on client then send a custom packet to the server and updating the screen there
  21. You still capitalizing every word... the name sounds like it will return a ResourceLocation or the mod id, not sure because urbanxx001 didn't say what the method does can you actually explain your exact goal to us, because it can be that there is a easier way to do this
  22. the Event dosen't exist in this class, it's in EntityEvent.Size, I think the Event was moved to the Entity class, because it affects all Entities
  23. understand how the vanilla anvil work and replace the logic with a recipe system
  24. the srg name is now: f_150683_ but there is a better way to do this overwrite Block#getToolModifiedState

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.