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