Skip to content

Commit

Permalink
fix wrong typed nodes of mantis claw and spider web
Browse files Browse the repository at this point in the history
* backported  doyousketch2@16e58fb
* fix nssm:nssm:mantis_claw to nssm:mantis_claw
* fix nssm:web missing quotes
  • Loading branch information
mckaygerhard committed Jan 13, 2022
1 parent 48c3d3f commit 6376430
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions nodes.lua
Original file line number Diff line number Diff line change
Expand Up @@ -229,7 +229,7 @@ minetest.register_node("nssb:web_cocoon", {
rarity = 4
},
{
items = {'node "nssm:web 1'},
items = {'node "nssm:web" 1'},
rarity = 4
},
{
Expand Down Expand Up @@ -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
},
{
Expand Down

0 comments on commit 6376430

Please sign in to comment.