Jump to content

Hipposgrumm

Members
  • Posts

    361
  • Joined

  • Last visited

  • Days Won

    5

Everything posted by Hipposgrumm

  1. Please use Gist or Pastebin or paste the log here. We aren't going to download something.
  2. 1.12.2 is no longer supported here. We only support 1.18.x and 1.19.x.
  3. I found that you are running a Fabric server and that we here at forge can't help you. Ask Fabric.
  4. You could send it directly to here (but my personal preference is to spoiler them so they don't take up the entire page) or use a service like Pastebin or Gist.
  5. What are your system details? What OS? Try installing JDK instead of JRE.
  6. If you don't want the player to open a modded block's inventory, then don't attach a gui to it. Also, this looks like MCreator. If I am correct in this, ask them for help.
  7. Wait, that's seriously the entire log? Try running the installer from terminal/command prompt.
  8. I figured it out, I had to cast preview as LivingEntity instead of ArmorStand. From: private ArmorStand preview; To: private LivingEntity preview;
  9. It seems to be a config issue. Delete and redo all configs. It should also be noted that mods for 1.19 will work for any version from 1.19 to 1.19.2.
  10. This forum no longer supports 1.7.10. Please update to 1.18.x or 1.19.x.
  11. This isn't the full crash report. Please send the full crash report.
  12. I want to be able to render an entity in a GUI (like in the survival inventory). I found the renderEntityInInventory() method, but I can't figure out how to create and render a new entity. For reference, I am trying to recreate the armor stand like in the new smithing table GUI. This is what I have so far: And before anyone tells me, I have checked InventoryScreen.class (it's where I found renderEntityInInventory()). InventoryScreen.class refers to an existing entity (the player), I am trying to instantiate and refer to a NEW entity. How can I do this or is there a better way to do it than what I think I should do? (I WOULD decompile 23w05a if mcp for snapshots was a thing.)
  13. I don't understand what you are trying to do. Are you adding a huge mushroom TO swamps or adding the huge mushroom FROM swamps to a custom biome?
  14. You might need to log back into your Minecraft account. Don't know for sure though. Can you send the whole log (with --debug flag).
  15. 1.12.2 is no longer supported on this forum. Please update to modern versions.
×
×
  • Create New...

Important Information

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