Skip to content

Commit

Permalink
Update coffee shrub loot
Browse files Browse the repository at this point in the history
Coffee shrubs and flowering coffee shrubs no longer drop coffee beans
  • Loading branch information
Chikorita-Lover committed Jan 12, 2023
1 parent 58d4ab9 commit 111ef64
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 80 deletions.

This file was deleted.

Original file line number Diff line number Diff line change
@@ -1,66 +1,6 @@
{
"type": "minecraft:block",
"pools": [
{
"rolls": 1,
"bonus_rolls": 0,
"entries": [
{
"type": "minecraft:item",
"name": "caffeinated:coffee_beans"
}
],
"conditions": [
{
"condition": "minecraft:block_state_property",
"block": "caffeinated:flowering_coffee_shrub",
"properties": {
"age": "0",
"half": "lower"
}
}
]
},
{
"rolls": 1,
"bonus_rolls": 0,
"entries": [
{
"type": "minecraft:item",
"name": "caffeinated:coffee_beans"
}
],
"conditions": [
{
"condition": "minecraft:block_state_property",
"block": "caffeinated:flowering_coffee_shrub",
"properties": {
"age": "1",
"half": "lower"
}
}
]
},
{
"rolls": 1,
"bonus_rolls": 0,
"entries": [
{
"type": "minecraft:item",
"name": "caffeinated:coffee_beans"
}
],
"conditions": [
{
"condition": "minecraft:block_state_property",
"block": "caffeinated:flowering_coffee_shrub",
"properties": {
"age": "2",
"half": "lower"
}
}
]
},
{
"rolls": 1,
"bonus_rolls": 0,
Expand Down

0 comments on commit 111ef64

Please sign in to comment.