Skip to content

Commit

Permalink
hemp fibre recipe gives more paper and string
Browse files Browse the repository at this point in the history
  • Loading branch information
tenplus1 committed Jun 12, 2020
1 parent 8a9d96b commit bed986a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions crops/hemp.lua
Original file line number Diff line number Diff line change
Expand Up @@ -134,15 +134,15 @@ end

-- paper
minetest.register_craft( {
output = "default:paper",
output = "default:paper 3",
recipe = {
{"farming:hemp_fibre", "farming:hemp_fibre", "farming:hemp_fibre"},
}
})

-- string
minetest.register_craft( {
output = "farming:cotton",
output = "farming:cotton 3",
recipe = {
{"farming:hemp_fibre"},
{"farming:hemp_fibre"},
Expand Down

0 comments on commit bed986a

Please sign in to comment.