Posted May 5, 20223 yr Hi I'm quite new to java and I'd like to make it so my item can be used for Piglin bartering I've been trying to use the isPiglinCurrency property but the best I've been able to do is get then to pick it up and then they delete the item and give me nothing. Sorry for any trouble
May 5, 20223 yr there is a Item tag for this, if I remember correctly it's called piglin_tradable (not sure if this is the correct name
May 5, 20223 yr Author I looked through the tags but I couldn't find anything, I don't think it's a tag, thank you for taking the time to reply though. Edited May 5, 20223 yr by Sci Fi
May 5, 20223 yr Author Yea I think I'm doing it wrong since they will pick it up and barter really fast and not drop anything, Here's the code @Override public boolean isPiglinCurrency(ItemStack stack) { return true; } Thank you for the help so far though.
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.