Module:Data/DirtSurface: Difference between revisions

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

Latest revision as of 15:45, 24 August 2026

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

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