Jump to content

LinuxMinecrafter

Members
  • Posts

    13
  • Joined

  • Last visited

Everything posted by LinuxMinecrafter

  1. Well...
  2. uhm, what do you mean what do you mean?
  3. LinuxMinecrafter

    WHY

    Doesn't it seem a bit unnecessary to shadowban technovision. I follow his tutorials and they seem pretty great to me. Ban me, but I think it seems just a tad unfair.
  4. Debian Linux
  5. here is the code I have so far. I am trying to make a spawn egg. @SubscribeEvent public static void onClickEgg(PlayerInteractEvent event) { if (event.getEntityLiving().getHeldItemMainhand().getItem() == ModItems.SPAWN_MUDDY_PIG.get()) { PlayerEntity player = event.getPlayer(); } }
  6. sorry if I'm being an idiot, but how do I do that?
  7. It crashes before the game even finishes loading though.
  8. tell me if you need more info, but here is my event code: @SubscribeEvent public static void onOpenGui(GuiOpenEvent event) { Minecraft.getInstance().world.playSound(null, 0, 0, 0, SoundEvents.UI_BUTTON_CLICK, SoundCategory.NEUTRAL, 0.3F, 0.0F); Test.LOGGER.info("Sound played!"); }
  9. I just ported my mod to 1.16.1. I can't get runClient to work. it gives me this error. "Class 'net.minecraftforge.userdev.LaunchTesting' not found in module 'Test'" Test being my Mod ID. here is a screenshot of my runClient config.
  10. Here is Latest.log: https://pastebin.com/A4E6nbkb
  11. Hi, so I want to mod Minecraft 1.12.2. I use to do that and stopped using Forge. I loaded up the latest Minecraft Forge, and my OS completely locks up. I have to use the button on the tower to reboot. Mod list: Mrcrayfish's Furniture Mod Mrcrayfish's Vehicle Mod Astrotech Droid Mod Portal Gun Mod OS: Debian 10 I have tried a lot of Forge versions. Help greatly appreciated!
×
×
  • Create New...

Important Information

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