Jump to content

All Activity

This stream auto-updates

  1. Past hour
  2. https://paste.ee/p/4HYrZ I probably went a little nuts trying to make the pack exactly what I wanted and blew the whole thing up 😅 TIA for your help!
  3. I have been following this tutorial for my mod, though I am wondering how I add multiple items in the ModRecipeProvider class. ShapelessRecipeBuilder.shapeless(RecipeCategory.MISC, ModItems.LEMON_JUICE.get(), 4) .requires(ModItems.LEMON.get()) .save(pWriter); I am wanting to add the Glass Bottle to the recipe though I am not sure how. (As seen in the .json file below). { "category": "misc", "ingredients": [ { "item": "droidsancientrelics:lemon" }, { "item": "minecraft:glass_bottle" }, { "item": "minecraft:glass_bottle" }, { "item": "minecraft:glass_bottle" }, { "item": "minecraft:glass_bottle" } ], "result": { "count": 4, "item": "droidsancientrelics:lemon_juice" }, "type": "minecraft:crafting_shapeless" } Would this be easy to perform?
  4. Today
  5. Hello, My mod quite heavily relies on the NBT data of an item. Before 1.20.4, this data could be retrieved using ItemStack.getTag(), however this seems to have changed in 1.20.4. Is there any documentation on this change, or does anyone know if the getTag() function could be replaced by something else? I think stack.get(DataComponents.CUSTOM_DATA) does the job. Thanks for the help, Greetings, Podloot.
  6. Use a pre-configured modpack as working base - most of these already have a server pack Then just add some mods one by one
  7. I created a custom minecraft modpack and tried to put it into a server, I put the mods into the server mods folder and started it, tried removing some of the client sode mods, and now I'm here. I tried research and it didnt help. Any help would be appreciated. https://raw.githubusercontent.com/alphadecay21/Minecraft-Troubleshooting/main/Help plz (Used Github bc pastbin hated me)
  8. Hello There! In the 168th episode of Hunger Games, I had to contain myself for almost making it go to death match in the beginning of the game little did I know a ghost (literally) would be in the death match
  9. Yesterday
  10. Sorry, this is the report https://paste.ee/p/OeDj1
  11. Please share a link to your crash report on https://paste.ee, as explained in the FAQ
  12. This is the crash report [User dumped their crash report directly in their thread, triggering the anti-spam]
  13. Add the crash-report or latest.log (logs-folder) with sites like https://paste.ee/ and paste the link to it here
  14. content://media/external/file/1000005728 An unexpected Issue has occured we are sorry for the inconvenience Error code 1
  15. https://privatebin.net/?15ca2b8d01d98d94#D4Nd6tUPfE9dhXTrf7pmKsUswYWVtQRjyFmwcpAD112m
  16. As per title, I can't see the Doc and can't get the work done.plz help me...
  17. Does it work without bookshelf and the mods requiring it?
  18. Add the latest.log (logs-folder) with sites like https://paste.ee/ and paste the link to it here
  19. I close the world with the “Save and Exit” button, after which shutting down internal server appears, literally for two seconds, after which the world closes, and you can enter it again without any problems, i.e. it is saved, but for some reason when exiting it it throws shutting down internal server. At the same time, everything is fine in vanilla - after clicking “Save and Exit”, a blank screen with earth blocks appears and the world closes without any inscriptions. this happens on version 1.12.2 with forge installed - without it everything is fine. There are no mods and there never were, only forge. minecraft license, launcher is also official what I have already done: 1) deleted options.txt 2) reinstalled minecraft and launcher 3) reinstalled Forge - three latest versions, all with this error 4) I tried it with Optifine - the same thing what can be done and is it necessary to do anything about it?
  20. Hello. I did want to make a server using plugins and Mods, so I created an arclight server, but it wouldn't start... So I wanted to figure out, whether or not Arclight is the issue, so I temporarely changed it to Forge and it still keeps crashing. Here's the crash log... Can sb help me please? (Also, the pack works just fine on Singleplayer...) https://mclo.gs/c0oyLmC
  21. unfortunately this did not work, same crash. I tried 4 other versions. https://pastebin.com/HhK52nYy Real quick TileEntity, thank you for your insane amount of help! everytime i ran into an issue and found another post with issues you were almost ALWAYS there. you are an amazing person my friend. thank you again.
  1. Load more activity
×
×
  • Create New...

Important Information

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