Fixed mangrove root/reed/watergrass loot tables

This commit is contained in:
Forstride 2019-09-06 17:36:26 -04:00
parent 7b584af533
commit ba79043436
3 changed files with 28 additions and 4 deletions

View File

@ -6,15 +6,21 @@
"entries": [
{
"type": "minecraft:item",
"conditions": [
{
"condition": "minecraft:block_state_property",
"block": "biomesoplenty:mangrove_root",
"properties": {
"half": "lower"
}
}
],
"name": "biomesoplenty:mangrove_root"
}
],
"conditions": [
{
"condition": "minecraft:match_tool",
"predicate": {
"item": "minecraft:shears"
}
"condition": "minecraft:survives_explosion"
}
]
}

View File

@ -6,6 +6,15 @@
"entries": [
{
"type": "minecraft:item",
"conditions": [
{
"condition": "minecraft:block_state_property",
"block": "biomesoplenty:reed",
"properties": {
"half": "lower"
}
}
],
"name": "biomesoplenty:reed"
}
],

View File

@ -6,6 +6,15 @@
"entries": [
{
"type": "minecraft:item",
"conditions": [
{
"condition": "minecraft:block_state_property",
"block": "biomesoplenty:watergrass",
"properties": {
"half": "lower"
}
}
],
"name": "biomesoplenty:watergrass"
}
],