Fix identity annihilation plane.

Added annihilation plane blacklist tags.
Moved to using loot-table item generation for annihilation plane.
Play fluid pickup sound rather than block break sound for fluid annihilation planes.
Do not play a second block break sound (the server already does).
This commit is contained in:
Sebastian Hartte
2020-06-19 21:51:24 +02:00
parent 0a9e53d78c
commit 2458f9c890
12 changed files with 457 additions and 196 deletions
@@ -0,0 +1,8 @@
{
"values": [
"minecraft:bedrock",
"minecraft:end_portal",
"minecraft:end_portal_frame",
"minecraft:command_block"
]
}
@@ -0,0 +1,4 @@
{
"values": [
]
}