fix wrong typed nodes of mantis claw and spider web

* backported  16e58fbddc
* fix nssm:nssm:mantis_claw to nssm:mantis_claw
* fix nssm:web missing quotes
main
mckaygerhard 2022-01-13 15:30:55 -05:00
parent 48c3d3f5bb
commit 63764309e2
1 changed files with 2 additions and 2 deletions

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
},
{