forked from mtcontrib/minetest-mod-sea
Fix clams item definition
This commit is contained in:
parent
58e245a94f
commit
c912cf078b
@ -9,7 +9,7 @@ minetest.register_node("clams:sandalgae", {
|
|||||||
drop = {
|
drop = {
|
||||||
items = {
|
items = {
|
||||||
{
|
{
|
||||||
items = {'"clams:collectedalgae" 4'},
|
items = {"clams:collectedalgae 4"},
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
items = {'clams:sandalgaeused'},
|
items = {'clams:sandalgaeused'},
|
||||||
@ -28,7 +28,7 @@ minetest.register_node("clams:dirtalgae", {
|
|||||||
drop = {
|
drop = {
|
||||||
items = {
|
items = {
|
||||||
{
|
{
|
||||||
items = {'"clams:collectedalgae" 4'},
|
items = {"clams:collectedalgae 4"},
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
items = {'clams:dirtalgaeused'},
|
items = {'clams:dirtalgaeused'},
|
||||||
|
Loading…
Reference in New Issue
Block a user