FlamingFox Posted January 29, 2021 Posted January 29, 2021 I’m trying to increase the harvest level for logs using a global loot modifier, but I’m not sure how to check the player’s harvest level in one. Thanks in advance. Quote
Draco18s Posted January 29, 2021 Posted January 29, 2021 That said I'm 99% sure that the player is passed as a loot parameter and you could query their main hand and its item inside doApply. (For that matter you might even be able to write a custom ILootCondition). D7 is right about doing what you want to do, but it occurred to me that someone might not want to change the harvest level (i.e. can still harvest) but instead discriminate results based on the harvest level (e.g. dropping cobblestone unless you're using a diamond pick, then drop smoothstone). Quote Apparently I'm a complete and utter jerk and come to this forum just like to make fun of people, be confrontational, and make your personal life miserable. If you think this is the case, JUST REPORT ME. Otherwise you're just going to get reported when you reply to my posts and point it out, because odds are, I was trying to be nice. Exception: If you do not understand Java, I WILL NOT HELP YOU and your thread will get locked. DO NOT PM ME WITH PROBLEMS. No help will be given.
FlamingFox Posted January 29, 2021 Author Posted January 29, 2021 (edited) Thanks for the help, I got the HarvestCheck working with oak logs! I was wondering, though, what would be the best way to check every log and plank type? Is there a way to select all logs or would I have to use something like a switch statement? Nevermind, checking it against the wood material works perfectly! Edited January 29, 2021 by FlamingFox Quote
Draco18s Posted January 29, 2021 Posted January 29, 2021 There's also the various block tags. There should be one for logs and another for planks. Quote Apparently I'm a complete and utter jerk and come to this forum just like to make fun of people, be confrontational, and make your personal life miserable. If you think this is the case, JUST REPORT ME. Otherwise you're just going to get reported when you reply to my posts and point it out, because odds are, I was trying to be nice. Exception: If you do not understand Java, I WILL NOT HELP YOU and your thread will get locked. DO NOT PM ME WITH PROBLEMS. No help will be given.
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.