fixed short grass loot table
This commit is contained in:
@@ -2,80 +2,48 @@
|
||||
"type": "minecraft:block",
|
||||
"pools": [
|
||||
{
|
||||
"rolls": {
|
||||
"type": "minecraft:constant",
|
||||
"value": 1.0
|
||||
},
|
||||
"entries": [
|
||||
{
|
||||
"type": "minecraft:alternatives",
|
||||
"children": [
|
||||
{
|
||||
"type": "minecraft:item",
|
||||
"name": "minecraft:short_grass",
|
||||
"conditions": [
|
||||
{
|
||||
"condition": "minecraft:match_tool",
|
||||
"predicate": {
|
||||
"sub_predicates": {
|
||||
"minecraft:tool": "minecraft:tool/can_shear"
|
||||
}
|
||||
}
|
||||
}
|
||||
]
|
||||
"condition": "minecraft:tool/can_shear",
|
||||
"name": "minecraft:short_grass"
|
||||
},
|
||||
{
|
||||
"type": "minecraft:item",
|
||||
"name": "minecraft:wheat_seeds",
|
||||
"conditions": [
|
||||
"condition": {
|
||||
"type": "minecraft:random_chance",
|
||||
"chance": 0.125
|
||||
},
|
||||
"modifier": [
|
||||
{
|
||||
"condition": "minecraft:random_chance",
|
||||
"value": 0.125
|
||||
"type": "minecraft:apply_bonus",
|
||||
"enchantment": "minecraft:fortune",
|
||||
"formula": "minecraft:uniform_bonus_count",
|
||||
"parameters": {
|
||||
"bonusMultiplier": 2
|
||||
}
|
||||
},
|
||||
{
|
||||
"type": "minecraft:explosion_decay"
|
||||
}
|
||||
]
|
||||
}
|
||||
]
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"rolls": {
|
||||
"type": "minecraft:constant",
|
||||
"value": 1.0
|
||||
},
|
||||
"conditions": [
|
||||
{
|
||||
"condition": "minecraft:inverted",
|
||||
"term": {
|
||||
"condition": "minecraft:match_tool",
|
||||
"predicate": {
|
||||
"sub_predicates": {
|
||||
"minecraft:tool": "minecraft:tool/can_shear"
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
],
|
||||
"entries": [
|
||||
{
|
||||
"type": "minecraft:item",
|
||||
"name": "quickly:cottonseed",
|
||||
"conditions": [
|
||||
{
|
||||
"condition": "minecraft:random_chance",
|
||||
"value": 0.05
|
||||
],
|
||||
"name": "minecraft:wheat_seeds"
|
||||
},
|
||||
{
|
||||
"condition": "minecraft:location_check",
|
||||
"predicate": {
|
||||
"location": {
|
||||
"biomes": "minecraft:savanna"
|
||||
}
|
||||
}
|
||||
"type": "minecraft:item",
|
||||
"condition": {
|
||||
"type": "minecraft:random_chance",
|
||||
"chance": 0.125
|
||||
},
|
||||
"name": "quickly:cottonseed"
|
||||
}
|
||||
]
|
||||
}
|
||||
]
|
||||
],
|
||||
"rolls": 1.0
|
||||
}
|
||||
]
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user