Posted October 17, 20159 yr I have an item that can hold fluid. I write the fluidstack(fluid and amount) to nbt. I would like to retrieve this info and display it using addInformation(). How would I do this? Link to class: https://github.com/LogicTechCorp/Scythe/blob/master/src/main/java/scythe/item/ItemUrn.java
October 17, 20159 yr Author I now have it displaying but it comes out as {Fluid:{FluidName:"name",Amount:amount,},}. I would like it to just display FluidName:"name", Amount:amount
October 17, 20159 yr Author Sorry for not being clear. My question is how would it just get FluidName:"name", Amount:amount instead of {Fluid:{FluidName:"name",Amount:amount,},}.
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.