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.

Animefan8888

Forge Modder
  • Joined

  • Last visited

Everything posted by Animefan8888

  1. *doesn't see code* Cool
  2. You have to use the Pre event render it yourself and then cancel the actual rendering from happening.
  3. Something is null on this line.
  4. This is why your TE is not appearing, this method needs to have a IBlockState parameter.
  5. Animefan8888 replied to Kolortz's topic in Modder Support
    Cool code is a thing.
  6. Your file is called ClentProxy not ClientProxy.
  7. No, I meant in your packages. Do you have a file called ClientProxy in com.cliffhanger13.modOne.proxy package.
  8. This is wrong, this is the 1.13 id. Which changed from 1.12.2 it should instead be { "item": "minecraft:dye", "data": 9 }
  9. You can change the texture you bound it, and it is your texture. Or you could use Gui.drawModalRectWithCustomSizedTexture or Gui.drawScaledCustomSizeModalRect
  10. This method assumes that the texture that is bound is 256x256 in pixels.
  11. Its changed from that to World#spawnEntity
  12. Override Entity#processInteract for right clicking Override Entity#updatePassenger for proper positioning.
  13. I dont believe 1.13 is in any way ready to be used or have a pr made for it. You need to use 1.12.2
  14. Huh, I wonder if there is another way this could be done. Let's try looking at what InventoryHelper.dropInventoryItems does. Why not try to replicate it. if inputsAreRecipe if isBurningOrHasFuel() cookTime++ If cookTime >= done output getOutputFromRecipe removeInputs insertItem(output)
  15. Anything below 1.9.2 is unsupported on this forum, update if you wish to receive assistance.
  16. Post your model/blockstate file. It may be caused by one of the optifine settings.
  17. They are/should automatically be set to lower case.
  18. You cannot interact with the Minecraft thread directly, you must use Minecraft.getMinecraft().addScheduledTask() on the client and ctx.getServerHandler().player.getServerWorld().addScheduledTask()
  19. Cool you changed it, what did you change it to? (github wasn't updated.)
  20. Why on earth are you registering your Items and Blocks twice? And it is caused by your registry name not being assigned the right modid. Can you give us an example of the name that is appearing in your game.
  21. Post your log, preferably in a spoiler.
  22. In your GuiProxy class you are returning an instance of Gui and not container. If there is no container component you can just change the currentScreen variable in Minecraft.getMinecraft() on the client.

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.