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:
+8
@@ -0,0 +1,8 @@
|
||||
{
|
||||
"values": [
|
||||
"minecraft:bedrock",
|
||||
"minecraft:end_portal",
|
||||
"minecraft:end_portal_frame",
|
||||
"minecraft:command_block"
|
||||
]
|
||||
}
|
||||
+4
@@ -0,0 +1,4 @@
|
||||
{
|
||||
"values": [
|
||||
]
|
||||
}
|
||||
Reference in New Issue
Block a user