Module:Data/SnowSurface: Difference between revisions

From Evospace
Jump to navigation Jump to search
Created page with "return {["Block"] = "SnowSurface", ["Class"] = "StaticItem", ["Color"] = {1.0, 1.0, 1.0}, ["Image"] = "T_Snow", ["ItemLogic"] = "BuildingBrushItemLogic", ["Label"] = {"SnowSurface", "mapgen_core"}, ["Materials"] = {"/Game/Materials/Snow"}, ["Mesh"] = "/Game/Models/piece", ["Name"] = "SnowSurface", ["StackSize"] = 999}"
 
No edit summary
 
Line 1: Line 1:
return {["Block"] = "SnowSurface", ["Class"] = "StaticItem", ["Color"] = {1.0, 1.0, 1.0}, ["Image"] = "T_Snow", ["ItemLogic"] = "BuildingBrushItemLogic", ["Label"] = {"SnowSurface", "mapgen_core"}, ["Materials"] = {"/Game/Materials/Snow"}, ["Mesh"] = "/Game/Models/piece", ["Name"] = "SnowSurface", ["StackSize"] = 999}
return {["Block"] = "SnowSurface", ["Category"] = "Terrain", ["Class"] = "StaticItem", ["Image"] = "T_Snow", ["ItemLogic"] = "BuildingBrushItemLogic", ["Label"] = {"SnowSurface", "mapgen_core"}, ["Materials"] = {"/Game/Materials/Snow"}, ["Mesh"] = "/Game/Models/piece", ["Name"] = "SnowSurface", ["StackSize"] = 999}

Latest revision as of 15:45, 24 August 2026

Documentation for this module may be created at Module:Data/SnowSurface/doc

return {["Block"] = "SnowSurface", ["Category"] = "Terrain", ["Class"] = "StaticItem", ["Image"] = "T_Snow", ["ItemLogic"] = "BuildingBrushItemLogic", ["Label"] = {"SnowSurface", "mapgen_core"}, ["Materials"] = {"/Game/Materials/Snow"}, ["Mesh"] = "/Game/Models/piece", ["Name"] = "SnowSurface", ["StackSize"] = 999}