Skip to content

Commit

Permalink
Add biomass craft
Browse files Browse the repository at this point in the history
  • Loading branch information
ChefZander committed Feb 5, 2021
1 parent 4b4fd32 commit fdc94d5
Showing 1 changed file with 12 additions and 1 deletion.
13 changes: 12 additions & 1 deletion crafts.lua
Original file line number Diff line number Diff line change
Expand Up @@ -110,4 +110,15 @@ minetest.register_craft({
{"group:leaves", "group:leaves", "group:leaves"},
{"", "group:leaves", ""},
}
})
})

minetest.register_craft({
output = "froager2:biomass",
recipe = {
{"", "froager2:compressed_leaves", ""},
{"froager2:compressed_leaves", "default:stick", "froager2:compressed_leaves"},
{"", "froager2:compressed_leaves", ""},
}
})

-- {"", "", ""},

0 comments on commit fdc94d5

Please sign in to comment.