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 difference)

Latest revision as of 08:11, 31 July 2025

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

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}