Jump to content

Luis_ST

Members
  • Posts

    5704
  • Joined

  • Last visited

  • Days Won

    72

Everything posted by Luis_ST

  1. I can remember that there was a Dummy CommandSource, unfortunately I don't know whether it still exists and if so in which class, I also don't know whether you should use it. which command do you want to execute? since there is usually another possibility to execute the command code without using a command
  2. 1.8 is no longer supported on this forum. Please update to a modern version of Minecraft to receive support.
  3. 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.
  4. again, stop making multiple posts and i think the best way to help you is if you post a git repo of your mod
  5. 1.12 is no longer supported on this forum. Please update to a modern version of Minecraft to receive support. for the moment
  6. stop making multiple posts with unnecessary content
  7. don't create so much post is hard to read them and they are unnecessary do you know java?
  8. yes, if the ItemStack consists of your item
  9. your model should be there: "raiding:models/item/explosives.json" but it is in: "examplemod:models/item/explosives.json"
  10. 1.8 is no longer supported on this forum. Please update to a modern version of Minecraft to receive support.
  11. 1.7/1.12 is no longer supported on this forum. Please update to a modern version of Minecraft to receive support.
  12. 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
  13. "Unable to load model: 'raiding:explosives#inventory' referenced from: raiding:explosives#inventory: java.io.FileNotFoundException: raiding:models/item/explosives.json"
  14. create your own thread and post your code
  15. This is the support forum for Forge, not Fabric.
  16. 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'
  17. 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
  18. 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)
  19. which version did you use? and please post the full log
  20. 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
  21. 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)
  22. 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
×
×
  • Create New...

Important Information

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