We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 08998cb commit ea47fb1Copy full SHA for ea47fb1
src/main/java/choonster/testmod3/world/item/ModBucketItem.java
@@ -43,8 +43,7 @@
43
/**
44
* A bucket that uses a single {@link Item} for all possible fluids (including the empty fluid).
45
* <p>
46
- * The contained fluid is stored as a {@link FluidStack} in-memory rather than being written to the {@link ItemStack}'s
47
- * NBT.
+ * The contained fluid is stored as a {@link FluidStack} component.
48
49
* Test for this thread:
50
* https://forums.minecraftforge.net/topic/60374-re-skinned-universal-bucket/
0 commit comments