Jump to content
  • Home
  • Files
  • Docs
Topics
  • All Content

  • Advanced Search
  • Existing user? Sign In  

    Sign In



    • Not recommended on shared computers


    • Forgot your password?

  • Sign Up
  • Site News (non-forge) Latest Topics
  • All Activity
  • Home
  • Non-Forge
  • Site News (non-forge)
Currently Supported: 1.16.X (Latest) and 1.15.X (LTS)


  • Posts

    • mightymoy
      Cant craft items in modded server

      By mightymoy · Posted 16 minutes ago

      How can I show the servers debug log is it in the log folder and be named debug log? Sorry I'm new to this so I'm not sure how to do that   
    • DaemonUmbra
      Minecraft crashes while launching - failed to find service port for display

      By DaemonUmbra · Posted 18 minutes ago

      More research was done on this issue, this was the result:  
    • DaemonUmbra
      Cant craft items in modded server

      By DaemonUmbra · Posted 19 minutes ago

      This could possibly be the result of recipes failing to be loaded, please provide the server's debug.log
    • Gubipe
      What is the method to left click?

      By Gubipe · Posted 2 hours ago

      Sorry this might sound  dumb, I am new to working with minecraft mods. I was wondering if you could tell me the code location
    • Klarks
      [1.16.4] what difference between custom slots and EquipmentSlotType

      By Klarks · Posted 2 hours ago

      Why i need cal super.getCapability? Is new EntityArmorInvWrapper(entity) doing same thing? LivingEntity. it returns handlers which are LazyOptional<IItemHandlerModifiable>[] and they contains same things what i have already created private final net.minecraftforge.common.util.LazyOptional<?>[] handlers = net.minecraftforge.items.wrapper.EntityEquipmentInvWrapper.create(this); public <T> net.minecraftforge.common.util.LazyOptional<T> getCapability(net.minecraftforge.common.capabilities.Capability<T> capability, @Nullable Direction facing) { if (this.isAlive() && capability == net.minecraftforge.items.CapabilityItemHandler.ITEM_HANDLER_CAPABILITY) { if (facing == null) return handlers[2].cast(); else if (facing.getAxis().isVertical()) return handlers[0].cast(); else if (facing.getAxis().isHorizontal()) return handlers[1].cast(); } return super.getCapability(capability, facing);   EntityEquipmentInvWrapper public static LazyOptional<IItemHandlerModifiable>[] create(LivingEntity entity) { @SuppressWarnings("unchecked") LazyOptional<IItemHandlerModifiable>[] ret = new LazyOptional[3]; ret[0] = LazyOptional.of(() -> new EntityHandsInvWrapper(entity)); ret[1] = LazyOptional.of(() -> new EntityArmorInvWrapper(entity)); ret[2] = LazyOptional.of(() -> new CombinedInvWrapper(ret[0].orElse(null), ret[1].orElse(null))); return ret; }
  • Topics

    • mightymoy
      2
      Cant craft items in modded server

      By mightymoy
      Started 3 hours ago

    • schmiddi_0
      17
      Minecraft crashes while launching - failed to find service port for display

      By schmiddi_0
      Started December 14, 2020

    • Gubipe
      4
      What is the method to left click?

      By Gubipe
      Started 8 hours ago

    • Klarks
      24
      [1.16.4] what difference between custom slots and EquipmentSlotType

      By Klarks
      Started Yesterday at 06:22 AM

    • Silivek
      1
      Mod won't load when in dev environment

      By Silivek
      Started 12 hours ago

  • Who's Online (See full list)

    • Klarks
    • PyRoTheLifeLess
    • Luis_ST
    • mightymoy
    • zOnlyKroks
    • skeppyfan
    • DaemonUmbra
    • BastouP
  • All Activity
  • Home
  • Non-Forge
  • Site News (non-forge)
  • Theme

Copyright © 2019 ForgeDevelopment LLC · Ads by Longitude Ads LLC Powered by Invision Community