Skip to content

Commit 41aa11e

Browse files
committed
Fix BOP's orange autumn sapling harvest drops
The orange autumn sapling should drop dark oak logs but was dropping the normal oak logs instead. This commit resolves #76
1 parent 6ed6250 commit 41aa11e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

common/src/main/resources/data/botanytrees/recipes/biomesoplenty/orange_autumn.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@
2222
{
2323
"chance": 1.00,
2424
"output": {
25-
"item": "minecraft:oak_log"
25+
"item": "minecraft:dark_oak_log"
2626
},
2727
"minRolls": 2,
2828
"maxRolls": 4

0 commit comments

Comments
 (0)