Module:Data/GraniteSurface: Difference between revisions
Jump to navigation
Jump to search
Created page with "return {["Block"] = "GraniteSurface", ["Class"] = "StaticItem", ["Color"] = {0.5019607843137255, 0.5019607843137255, 0.5019607843137255}, ["Image"] = "T_Granite", ["ItemLogic"] = "BuildingBrushItemLogic", ["Label"] = {"GraniteSurface", "mapgen_core"}, ["Materials"] = {"/Game/Materials/Granite"}, ["Mesh"] = "/Game/Models/piece", ["Name"] = "GraniteSurface", ["StackSize"] = 999}" |
No edit summary |
||
| Line 1: | Line 1: | ||
return {["Block"] = "GraniteSurface", [" | return {["Block"] = "GraniteSurface", ["Category"] = "Terrain", ["Class"] = "StaticItem", ["Image"] = "T_Granite", ["ItemLogic"] = "BuildingBrushItemLogic", ["Label"] = {"GraniteSurface", "mapgen_core"}, ["Materials"] = {"/Game/Materials/Granite"}, ["Mesh"] = "/Game/Models/piece", ["Name"] = "GraniteSurface", ["StackSize"] = 999} | ||
Latest revision as of 15:45, 24 August 2026
Documentation for this module may be created at Module:Data/GraniteSurface/doc
return {["Block"] = "GraniteSurface", ["Category"] = "Terrain", ["Class"] = "StaticItem", ["Image"] = "T_Granite", ["ItemLogic"] = "BuildingBrushItemLogic", ["Label"] = {"GraniteSurface", "mapgen_core"}, ["Materials"] = {"/Game/Materials/Granite"}, ["Mesh"] = "/Game/Models/piece", ["Name"] = "GraniteSurface", ["StackSize"] = 999}