Add cubozoa bucket and make fish buckets retain variant

This change adds a cubozoa bucket that functions like the other types of
fish buckets. In addition to that, this commit also saves the size and
variant of end fish and cubozoa in the item tag when they are scooped up
in a bucket, so that they retain their size/variant when they are placed
again. Here is the issue from the Forge port that made me away of the
issue: https://github.com/Beethoven92/BetterEndForge/issues/93
This commit is contained in:
vemerion 2021-04-18 09:11:33 +02:00
parent d0f5f664c6
commit b49bd6ef91
6 changed files with 34 additions and 3 deletions

View file

@ -0,0 +1,6 @@
{
"parent": "item/generated",
"textures": {
"layer0": "betterend:item/bucket_cubozoa"
}
}