Merge pull request #2 from minenux/master-fix-nodeserrors

fix wrong typed nodes of mantis claw and spider web
This commit is contained in:
Tai Kedzierski 2022-01-26 20:45:54 +00:00 committed by GitHub
commit c556e4fd77
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -229,7 +229,7 @@ minetest.register_node("nssb:web_cocoon", {
rarity = 4
},
{
items = {'node "nssm:web 1'},
items = {'node "nssm:web" 1'},
rarity = 4
},
{
@ -283,7 +283,7 @@ minetest.register_node("nssb:web_cocoon", {
rarity = 20
},
{
items = {'node "nssm:nssm:mantis_claw" 1'},
items = {'node "nssm:mantis_claw" 1'},
rarity = 20
},
{