Modding:Basic Block: Difference between revisions

From Vintage Story Wiki
no edit summary
No edit summary
Line 20: Line 20:
{
{
code: "mygoldblock",
code: "mygoldblock",
creativeinventory: { "default": ["*"] },
creativeinventory: { "general": ["*"] },
shape: { base: "basic/cube" },
shape: { base: "basic/cube" },
blockmaterial: "Stone",
blockmaterial: "Stone",
Line 151: Line 151:
{
{
code: "myshinyblock",
code: "myshinyblock",
creativeinventory: { "default": ["*"] },
creativeinventory: { "general": ["*"] },
variantgroups: [
variantgroups: [
{ code: "type", states: ["gold", "iron"] }
{ code: "type", states: ["gold", "iron"] }
Confirmedusers, editor, Administrators
886

edits