Skip 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. No, I meant in your packages. Do you have a file called ClientProxy in com.cliffhanger13.modOne.proxy package.
  2. This is wrong, this is the 1.13 id. Which changed from 1.12.2 it should instead be { "item": "minecraft:dye", "data": 9 }
  3. You can change the texture you bound it, and it is your texture. Or you could use Gui.drawModalRectWithCustomSizedTexture or Gui.drawScaledCustomSizeModalRect
  4. This method assumes that the texture that is bound is 256x256 in pixels.
  5. Its changed from that to World#spawnEntity
  6. Override Entity#processInteract for right clicking Override Entity#updatePassenger for proper positioning.
  7. 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
  8. 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)
  9. Anything below 1.9.2 is unsupported on this forum, update if you wish to receive assistance.
  10. Post your model/blockstate file. It may be caused by one of the optifine settings.
  11. They are/should automatically be set to lower case.
  12. You cannot interact with the Minecraft thread directly, you must use Minecraft.getMinecraft().addScheduledTask() on the client and ctx.getServerHandler().player.getServerWorld().addScheduledTask()
  13. Cool you changed it, what did you change it to? (github wasn't updated.)
  14. 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.
  15. Post your log, preferably in a spoiler.
  16. 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.
  17. You also need a pack.mcmeta file, you can read on the minecraft forums about it, it's really simple.
  18. That gives me a 404 error
  19. Dont post your code as a download use github or the forums in post code tag, it looks like this <>
  20. Couple of suggestions to fix this. Lower the mipmap level, turn vSync off, and enable advanced OpenGL. What is the RAM you are running Minecraft with? Are you running the server on your local machine?

Important Information

By using this site, you agree to our Terms of Use.

Account

Navigation

Search

Search

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.