hemp fibre recipe gives more paper and string

This commit is contained in:
TenPlus1 2020-06-12 10:00:12 +01:00
parent 8a9d96b526
commit bed986ad74
1 changed files with 2 additions and 2 deletions

View File

@ -134,7 +134,7 @@ end
-- paper -- paper
minetest.register_craft( { minetest.register_craft( {
output = "default:paper", output = "default:paper 3",
recipe = { recipe = {
{"farming:hemp_fibre", "farming:hemp_fibre", "farming:hemp_fibre"}, {"farming:hemp_fibre", "farming:hemp_fibre", "farming:hemp_fibre"},
} }
@ -142,7 +142,7 @@ minetest.register_craft( {
-- string -- string
minetest.register_craft( { minetest.register_craft( {
output = "farming:cotton", output = "farming:cotton 3",
recipe = { recipe = {
{"farming:hemp_fibre"}, {"farming:hemp_fibre"},
{"farming:hemp_fibre"}, {"farming:hemp_fibre"},