Skip to content

Commit

Permalink
Fixed that one bug
Browse files Browse the repository at this point in the history
  • Loading branch information
pluto7073 committed Apr 10, 2022
1 parent bbea12d commit e0ed056
Show file tree
Hide file tree
Showing 4 changed files with 13 additions and 11 deletions.
Original file line number Diff line number Diff line change
@@ -1,19 +1,19 @@
{
"variants": {
"age=0": {
"model": "plutoscoffee:block/coffee_stage0"
"model": "plutoscoffee:block/coffee_seed"
},
"age=1": {
"model": "plutoscoffee:block/coffee_stage0"
},
"age=2": {
"model": "plutoscoffee:block/coffee_stage1"
"model": "plutoscoffee:block/coffee_stage0"
},
"age=3": {
"model": "plutoscoffee:block/coffee_stage1"
},
"age=4": {
"model": "plutoscoffee:block/coffee_stage2"
"model": "plutoscoffee:block/coffee_stage1"
},
"age=5": {
"model": "plutoscoffee:block/coffee_stage2"
Expand Down
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
{
"parent": "minecraft:block/crop",
"textures": {
"crop": "plutoscoffee:blocks/coffee_seed"
}
}
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Original file line number Diff line number Diff line change
Expand Up @@ -20,21 +20,17 @@
"name": "plutoscoffee:coffee_berry",
"functions": [
{
"function": "minecraft:apply_bonus",
"enchantment": "minecraft:fortune",
"formula": "minecraft:binomial_with_bonus_count",
"parameters": {
"extra": 3,
"probability": 0.5714286
}
"function": "minecraft:set_count",
"count": 3,
"add": true
}
]
}
],
"conditions": [
{
"condition": "minecraft:block_state_property",
"block": "minecraft:potatoes",
"block": "plutoscoffee:coffee_plant",
"properties": {
"age": "7"
}
Expand Down

0 comments on commit e0ed056

Please sign in to comment.