Correct bag recipe.

master
Duane Robertson 2019-07-23 05:20:13 -05:00
parent 62bcff22e4
commit 7afe4f6002
1 changed files with 1 additions and 1 deletions

View File

@ -100,7 +100,7 @@ minetest.register_tool(mod_name..':diamond_plate_armor', {
minetest.register_craft({
output = mod_name..':bag_small',
recipe = {
{'', 'farming:cotton', ''},
{'', 'farming:string', ''},
{'group:wool', 'group:wool', 'group:wool'},
{'group:wool', 'group:wool', 'group:wool'},
},