Posted December 17, 20204 yr Hi! I am making a mod that changes the tool progression of the game, and would like to see how to make it so you need an axe to harvest wood. Thank you in advance!
December 17, 20204 yr Perhaps you could handle the PlayerEvent.HarvestCheck, check if the block you are about to break is a log block (there should be a block tag for logs) and check if the item you are holding is an axe tool Check out the port of the BetterEnd fabric mod (WIP): https://www.curseforge.com/minecraft/mc-mods/betterend-forge-port
December 17, 20204 yr Author That could work, but I would like to change the property requiresNoTool.
December 17, 20204 yr ...if the player isn't holding an axe...cancel the event... 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.
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.