Jump to content

Leaderboard

Popular Content

Showing content with the highest reputation on 03/02/20 in all areas

  1. Hello, looking for the way to spawn a custom villager into the vanilla villages. any help is appreciated
    1 point
  2. Ahh thanks for the update! Hopefully ongoing progress continues to go well-- best of luck to Cadiboo on that! Since release for my mod isn't imminent, I may hold off on this feature until the mod gets a bit closer to going public, however it's great to know that there is a workaround in case I finish my release before the interface is ready. Thanks!
    1 point
  3. use gradlew when you wand to use the wrapper https://docs.gradle.org/current/userguide/gradle_wrapper.html
    1 point
  4. thank you all i will go spend some more time on java but it is know working
    1 point
  5. Learn Java basic: event.getRegistry().register(new ChiselItem().setRegistryName("chisel_item");
    1 point
  6. That's what the containerItem thing I mentioned is for. It leaves an item in the crafting table after being crafted, which is what they seem to want. It's also used for other things, like potion bottles and water buckets.
    1 point
  7. The crashlog is incomplete, can you send a link to github with your mod?
    1 point
  8. I thought so, but I don't know how... been looking around for ways to do that but I haven't found anything specific to my situation, just for PlayerEntities. EDIT: Nevermind, I've got myself on the right path now. Once again, thank you so much for your help. It will take me time to fully understand all the concepts I've come across but I know where to take it from here.
    1 point
  9. I updated my build.gradle forge/mappings version yesterday, this is what my line looks like: And it worked no problemo. Good luck!
    1 point
  10. Yes, just set the name of your item as the same name of the Vanilla and it should work. (i hope it work, try before with creating a custom item)
    0 points
×
×
  • Create New...

Important Information

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