Jump to content

Troglodo

Members
  • Posts

    12
  • Joined

  • Last visited

Everything posted by Troglodo

  1. This is going to sound very bad, but how do I call it, im ashamed sorry for not knowing im new to all this.
  2. Im making my first entity and in the EntityTypesInit the register throws this error: The method register(String, Supplier<? extends I>) in the type DeferredRegister<EntityType<?>> is not applicable for the arguments (String, () -> {}) The code is simple: here Im using Eclipse IDE What can i do?
  3. Hi, I want to make a kind of bow that shoots an entity but im stuck with the direction. The most i have reached is two things but i dont know how to use them. Here they are: Vector3d vector = player.getLookAngle Vector3d vector = player.getViewVector
  4. My english level has decayed like 400%. Thank you again
  5. Nope, no errors of any kind, just the object wont craft when the the recipie is on the table, as if the craft didnt exist
  6. So, no much to say, im trying to add a custom recipie in my mod, the path is src/main/resources/data/shitmod/recipies/aaa.json The file is this. Cant find whats causing this
  7. The player name, sorry for not explaining my self I did .\gradlew build in the terminal here you go: https://gist.github.com/elkeTmata/3dad9e8e54866d58e0b53ac54fb2bb13
  8. It has to do with the name, if the name is X do something. Nothing crazy. I exported to jar to try it out with different names. How do i upload the debug.log?
  9. So, theres no much more to say, was running the client just fine ( With the IDE ), It didn't throw any error. But i had to compile to test a feature, i copied the file, deleted the build folder and when i tried to run the client, it throws this error: Exception in thread "main" java.io.UncheckedIOException: java.io.IOException: Invalid paths argument, contained no existing paths: [\mod\bin\default] I think deleting the build folder may have caused the problem, sorry if this is obvious but im new to the modding world even if i knew a bit of java before. And last my apollogies if theres any Spelling/Grammar mistake, im not english native.
×
×
  • Create New...

Important Information

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