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