Feroov Posted July 27, 2022 Posted July 27, 2022 Hi, so I have an ore that is higher tier than diamond, and I want that ore to be mined with a specific pickaxe only, how can I implement it without using the needs_diamond_tools json or create a custom tag? Quote
warjort Posted July 27, 2022 Posted July 27, 2022 https://forge.gemwire.uk/wiki/Making_Tools Quote Boilerplate: If you don't post your logs/debug.log we can't help you. For curseforge you need to enable the forge debug.log in its minecraft settings. You should also post your crash report if you have one. If there is no error in the log file and you don't have a crash report then post the launcher_log.txt from the minecraft folder. Again for curseforge this will be in your curseforge/minecraft/Install Large files should be posted to a file sharing site like https://gist.github.com You should also read the support forum sticky post.
Feroov Posted July 28, 2022 Author Posted July 28, 2022 12 hours ago, warjort said: https://forge.gemwire.uk/wiki/Making_Tools Thanks for this, I basically implement my current ModTier class to "Tier" class, from there how would I set it up, do I need to register the tag or? Could you please explain briefly, or perhaps a repo some sorts? Quote
warjort Posted July 28, 2022 Posted July 28, 2022 (edited) If you just want to copy code without understanding it, you can just search github, e.g. https://github.com/search?q=TierSortingRegistry&type=code But if you copy something that doesn't work, you won't know why. Tags are explained on the same wiki as the link I posted earlier. https://forge.gemwire.uk/wiki/Main_Page Edited July 28, 2022 by warjort Quote Boilerplate: If you don't post your logs/debug.log we can't help you. For curseforge you need to enable the forge debug.log in its minecraft settings. You should also post your crash report if you have one. If there is no error in the log file and you don't have a crash report then post the launcher_log.txt from the minecraft folder. Again for curseforge this will be in your curseforge/minecraft/Install Large files should be posted to a file sharing site like https://gist.github.com You should also read the support forum sticky post.
Feroov Posted July 28, 2022 Author Posted July 28, 2022 32 minutes ago, warjort said: If you just want to copy code without understanding it, you can just search github, e.g. https://github.com/search?q=TierSortingRegistry&type=code But if you copy something that doesn't work, you won't know why. Tags are explained on the same wiki as the link I posted earlier. https://forge.gemwire.uk/wiki/Main_Page I do understand the general gist, just needed to check how to register it & implement it, I usually understand by having the code on my face, that's how I understand, best to throw myself into the sea, try to learn to swim that way let's say. Thank you though this, does help a lot appreciate it Quote
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.