Add disabled definition property

This commit is contained in:
octacian
2017-03-01 17:30:50 -08:00
parent 4d97ea6d80
commit 8bb8a49701
3 changed files with 33 additions and 1 deletions

View File

@ -20,6 +20,7 @@ me.register_node("incranium", {
y_max = -90,
},
},
disabled = true,
})
-- "Supernatet", pronounced "Super-nat-et" is Latin for "float", this ore will
@ -39,5 +40,6 @@ me.register_node("supernatet", {
clust_size = 3,
y_min = -300,
y_max = -90,
}
},
status = "unstable",
})