Jump to content

loordgek

Members
  • Posts

    1910
  • Joined

  • Last visited

  • Days Won

    7

Everything posted by loordgek

  1. i see what you mean are you using 1.13 ? in 1.13 you can use block.isIn(tag you wat to use) in 1.12.2 you can use the oredict (get the itemstack dropped by the block)
  2. for 25 mods 4G is fine
  3. a pack like Enigmatica 2 needs 8G
  4. where do you get the mods from and post logs
  5. that is not true anymore, in 1.13 you need a constructor that takes a TileEntityType
  6. post your build gradle
  7. the fluid system has not ported yet and wont be until 1.14
  8. use https://github.com/MinecraftForge/MinecraftForge/blob/1.13.x/src/main/java/net/minecraftforge/fluids/UniversalBucket.java ?
  9. the event having the wrong craftMatrix https://github.com/MinecraftForge/MinecraftForge/issues/5580 you need to use json now for recipe do you need a custom IRecipe ?
  10. from what i have heard fluid system is going to be rewritten in 1.14
  11. https://minecraft.curseforge.com/projects/industrial-foregoing https://minecraft.curseforge.com/projects/environmental-tech https://minecraft.curseforge.com/projects/extra-utilities
  12. outdated javadoc
  13. update forge, it got changed public static void openGui(EntityPlayerMP player, IInteractionObject containerSupplier, Consumer<PacketBuffer> extraDataWriter)
  14. replaced by ForgeConfigSpec
  15. do you have it on github so i/we can look ??
  16. you need a mods.toml https://github.com/cpw/inventorysorter/blob/master/src/main/resources/META-INF/mods.toml
  17. those types of allow you to hack on a server
  18. why are you trying to Duplicate it
  19. jar modding/mcp modding is not supported here
  20. dont use luyten use the mdk http://adfoc.us/serve/?id=27122871190631 https://mcforge.readthedocs.io/en/latest/forgedev/
  21. where did you download them from
×
×
  • Create New...

Important Information

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