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.

Danebi

Members
  • Joined

  • Last visited

Everything posted by Danebi

  1. In .minecraft\logs.
  2. Post the debug.log.
  3. Delete this file: C:\Users\admin\AppData\Roaming\.minecraft\config\fml.toml
  4. This is the console log. As already said, the debug.log is a file in your logs folder.
  5. In .minecraft\logs.
  6. Post the debug.log.
  7. repurposed structures is for 1.16.1.
  8. This is just the console log. The debug.log is a file in the .minecraft\logs folder.
  9. You can find vanilla classes in your IDE. The chicken class should be located in net.minecraft.entity.passive.ChickenEntity.
  10. Try to delete this file: C:\Users\akava\AppData\Roaming\.minecraft\config\fml.toml.
  11. Probably not. Make your own topic and post logs.
  12. Look at how chicken does it...
  13. Make your own topic and post the debug.log.
  14. Here, you are using ArrowEntity but you should use ArrowItem. Just tested it and you can craft the apple. You have commented out the registration of the bow and arrow and there is no recipe for them here. I tried adding a custom recipe and to run the game and all works. If you still have a problem post the debug.log.
  15. Try to delete this file: C:\Users\bbrin\AppData\Roaming\.minecraft\config\fml.toml
  16. This class is useless, you already have the vanilla Item class. Same for this, this, this, this and this. Also, clean up your imports. Ctrl + Shift + O will do it automatically.
  17. Post the debug.log.
  18. return new custom_model(1.0f); Is it that difficult?
  19. I give up... Please learn Java.
  20. The argument for the custom_model constuctor requires a float. Why are you giving it a Item.Properties?
  21. return LivingEntity; 1- You don't have to return LivingEntity! You have to return your custom_model class. 2- You have to return an instance of the class. Something like this: return new custom_model(your constuctor argument); I'm literally giving you the code, why can't you understand???

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.