Jump to content

scientistknight1

Members
  • Posts

    77
  • Joined

  • Last visited

  • Days Won

    4

scientistknight1 last won the day on June 1

scientistknight1 had the most liked content!

2 Followers

Recent Profile Visitors

The recent visitors block is disabled and is not being shown to other users.

scientistknight1's Achievements

Stone Miner

Stone Miner (3/8)

10

Reputation

  1. Yeah, Minecraft.getInstance().player only works on the client side. Is there a way to get the player from the NetworkEvent.Context?
  2. Try LevelEvent. Looks like that hasn't been updated for a while, Level used to be called World.
  3. That might be saved in the NBT of the villager? I'm not sure.
  4. It looks like you have a problem one or more of your `.toml` files.
  5. `isDarkEnoughToSpawn` is the deobfuscated name. You'll need to use the obfuscated function name for it to work correctly, though I have no idea how you would do that for mixins.
  6. Yes, I'd recommend checking to make sure Java is set up in Eclipse properly (correct version, correct path, etc.).
  7. Ah, I didn't know that. That would've been nice to know a while back, I suppose. I remember that it would have been useful... though I can't remember why.
  8. I'm pretty sure that will only work on the client; I don't know if that's important though.
  9. When you save the recipe using .save(pWriter), give the name of the recipe as well: .save(pWriter, "yourNameHere")
  10. Great, they're probably the experts at this. I honestly know nothing about it.
×
×
  • Create New...

Important Information

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