Jump to content

Leaderboard

Popular Content

Showing content with the highest reputation on 04/16/20 in all areas

  1. Installing Java 9 was successful! hope this works for you pal!
    1 point
  2. I believe they are, but registries are persistent so if you add a block create a world then add another block which is registered before that block it will still appear second. I'm not a hundred percent sure on if this is the optimal way to do it, but in your own ItemGroup you can override ItemGroup::fill and after getting all of the items in the tab you can sort them.
    1 point
  3. You're setting the registry name twice. Here and here Only do the first one, but change the string.
    1 point
  4. You shouldn't post a screenshot if it's not yours for something like this. Just saying, it's misleading and doesn't really help. So I'm not 100% sure what's going on, but scanning through the debug.log this caught my eye: So, Bountiful is generating an error, and if you notice the subsequent errors about token recognition errors, the tokens it is complaining about spell out "SpawnerNBT". Unfortunately I can't tell where it's coming from/what is causing it. Thing still seem to keep going after this though. Then: So, I would remove the Bountiful mod, as it appears it is using Kotlin, which I am not familiar with at all. I believe it's another language that runs in the Java JVM maybe? But it looks like you not having a Kotlin language provider for the JVM is what is making it crash. *edit: Sorry, just realized you noticed the Kotlin thing, I was distracted by your completely unrelated screenshot. A quick google search: https://kotlinlang.org/docs/reference/faq.html
    1 point
  5. Hi Looks like a problem in your recipe file: SingleItemRecipe$Serializer.read This is the code that reads recipes from json files. It will probably help if you put a breakpoint in the constructor of ResourceLocationException, and then look back up the call stack to check what the variables are (i.e. which part of the recipe is being parsed) -TGG
    1 point
  6. https://github.com/TheDeadlyWaffle/Spiritcraft-mod/blob/master/main/resources/data/spiritcraft/recipes/soul_stone_wall_from_soul_stone_stonecutting.json#L6 remove the blank space in the "result": "spiritcraft:soul_stone_wall ", L__here and I dont understand why the error only occur when you add the gem_pedestal, maybe you add the recipe while you add the gem_pedestal?
    1 point
×
×
  • Create New...

Important Information

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