Jump to content

mYusufSuleman

Members
  • Posts

    11
  • Joined

  • Last visited

Recent Profile Visitors

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

mYusufSuleman's Achievements

Tree Puncher

Tree Puncher (2/8)

0

Reputation

  1. Hello, in serverLevel.getServer().getRecipeManager().getRecipesFor(); It asks for 3 params, RecipeType, which I did as RecipeType.CRAFTING, The next is C, I looked in RecipeManager.java, it says C extends Container and nothing else, Intellij Autocomplete gives a C unrelated to Minecraft. I try to use Container, it says it is an abstract class, If I take the new autocomplete which also adds "()". Removing the "()", it has only two things LARGE_MAX_STACK_SIZE and tryClear(). So I have been puzzled and gave up. What do I need to give and for more context, I have an ITag
  2. It looks like that it can't find all the Forge and Minecraft Libraries.
  3. The first part is not related to the error but the second one is related, which starts after the Question Mark.
  4. @Luis_ST seems suspicous here as he is not replying to me but everyone else. Should we ban him? After running genEclipseRuns, it still says that error.
  5. I used the latest 1.15.2 SDK from forge and followed This tutorial.
  6. @Luis_ST The full log is (Copied and Pasted): Description Resource Path Location Type Project 'Nutun' is missing required library: 'C:\Users\Zeeshan\Desktop\unresolved dependency - net.minecraftforge forge 1.15.2 31.2.50_mapped_snapshot_20200514-1.15.1' Nutun Build path Build Path Problem The project cannot be built until build path errors are resolved Nutun Unknown Java Problem
  7. When I launch "runClient", it says this error in the console: Error: Could not find or load main class net.minecraftforge.userdev.LaunchTesting I don't what is causing this. Specs: IDE: Eclipse 2019-12 (4.14.0) Ram: 4GB Java: 8 GPU: NVidia GeForce 820m CPU: Intel Core i5-5200U 2.20 GHz
×
×
  • Create New...

Important Information

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