Skip to content

Commit

Permalink
Crafting: Bone Meal recipe returns 2, not 4
Browse files Browse the repository at this point in the history
  • Loading branch information
LNJ committed Jul 30, 2016
1 parent e7f224d commit 9fd99b3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion mods/default/lua/crafting.lua
Original file line number Diff line number Diff line change
Expand Up @@ -636,7 +636,7 @@ core.register_craft({
})

core.register_craft({
output = "default:bonemeal 4",
output = "default:bonemeal 2",
recipe = {
{"default:bone"}
}
Expand Down

0 comments on commit 9fd99b3

Please sign in to comment.