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.8 is no longer supported on this forum. Please update to a modern version of Minecraft to receive support.
  2. keep this forum in english please 1.12 is no longer supported on this forum. Please update to a modern version of Minecraft to receive support.
  3. again, stop making multiple posts and i think the best way to help you is if you post a git repo of your mod
  4. 1.12 is no longer supported on this forum. Please update to a modern version of Minecraft to receive support. for the moment
  5. stop making multiple posts with unnecessary content
  6. don't create so much post is hard to read them and they are unnecessary do you know java?
  7. yes, if the ItemStack consists of your item
  8. your model should be there: "raiding:models/item/explosives.json" but it is in: "examplemod:models/item/explosives.json"
  9. 1.8 is no longer supported on this forum. Please update to a modern version of Minecraft to receive support.
  10. 1.7/1.12 is no longer supported on this forum. Please update to a modern version of Minecraft to receive support.
  11. i'm not familiar with all render stuff, but ModelRenderer should be fields, also you need to overwrite the methode renderToBuffer and take a look into the vanilla ArmorModel
  12. "Unable to load model: 'raiding:explosives#inventory' referenced from: raiding:explosives#inventory: java.io.FileNotFoundException: raiding:models/item/explosives.json"
  13. create your own thread and post your code
  14. This is the support forum for Forge, not Fabric.
  15. in eclipse: right click project -> Run As -> Run Configurations -> select project -> Arguments -> add '--stacktrace' or: at the top Run -> Run Configurations -> select project -> Arguments -> add '--stacktrace'
  16. You need to create an EntityRenderer for your Entity, register the Renderer in the FMLClientSetup use RenderingRegistry#registerEntityRenderingHandler, also take a look at some vanilla examples how to render an Entity
  17. 1.16.4 use mcp mappings, the most versions of 1.16.5 use moj mappings but when you update your mod you need to update most of the methods/fields, and depending on how big your mod is this will be a lot of work, and if you don't really need it, don't do it (my opinion)
  18. which version did you use? and please post the full log
  19. you need a new mdk or you change the version in the build.gradle, but in my opinion the better way is to download new mdk
  20. You are using an outdated mapping version called mcp, methods and fields have different names compared to the latest mappings version called moj, so the you need to add 'notSolid' to the Block.Properties and btw, you should update to the latest version (not absolutely necessary)
  21. villager can trade an enchantment, if the method Enchantment#isTradeable returns true a LootTable can contain the enchantment, if the method Enchantment#isDiscoverable returns true both methods return true by default
  22. damn, you use mcp mappings use notSolid

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.