diff --git a/tiles/materials/matterblock.material b/tiles/materials/matterblock.material index 959489b7f1..58fec22284 100644 --- a/tiles/materials/matterblock.material +++ b/tiles/materials/matterblock.material @@ -1,25 +1,25 @@ -{ - "materialId" : 174, - "materialName" : "matterblock", - "particleColor" : [75, 23, 93, 255], - "itemDrop" : "matterblock", - "description" : "A matter block. A block that matters.", - "shortdescription" : "Matter Block", - "glitchDescription" : "Fascinated. This appears to be a rare form of raw matter.", - "floranDescription" : "Floran musst gather colourful matter crystal.", - "novakidDescription" : "Some strange lookin' crystals.", - "footstepSound" : "/sfx/blocks/footstep_glass.ogg", - "health" : 10, - "category" : "materials", - - "renderTemplate" : "/tiles/classicmaterialtemplate.config", - "renderParameters" : { - "texture" : "matterblock.png", - "variants" : 5, - "lightTransparent" : false, - "occludesBelow" : true, - "multiColored" : false, - "zLevel" : 1550 - }//, - // "learnBlueprintsOnPickup" : [ "matteritem" ] -} +{ + "materialId" : 174, + "materialName" : "matterblock", + "particleColor" : [75, 23, 93, 255], + "itemDrop" : "matterblock", + "description" : "A matter block. A block that matters.", + "shortdescription" : "Matter Block", + "glitchDescription" : "Fascinated. This appears to be a rare form of raw matter.", + "floranDescription" : "Floran musst gather colourful matter crystal.", + "novakidDescription" : "Some strange lookin' crystals.", + "footstepSound" : "/sfx/blocks/footstep_glass.ogg", + "health" : 10, + "category" : "materials", + + "renderTemplate" : "/tiles/classicmaterialtemplate.config", + "renderParameters" : { + "texture" : "matterblock.png", + "variants" : 5, + "lightTransparent" : false, + "occludesBelow" : true, + "multiColored" : true, + "zLevel" : 1550 + }//, + // "learnBlueprintsOnPickup" : [ "matteritem" ] +} diff --git a/tiles/materials/redsand2.material b/tiles/materials/redsand2.material index cc1f5613b3..76d4c438f6 100644 --- a/tiles/materials/redsand2.material +++ b/tiles/materials/redsand2.material @@ -1,24 +1,24 @@ -{ - "materialId" : 6617, - "materialName" : "redsand2", - "particleColor" : [200, 183, 120, 255], - "itemDrop" : "redsand2", - "description" : "Soft and warm sand.", - "shortdescription" : "Red Sand", - "glitchDescription" : "Statement. Sand.", - "floranDescription" : "Sssand.", - "footstepSound" : "/sfx/blocks/footstep_sand2.ogg", - "health" : 1, - "category": "materials", - "soil" : true, - - "renderTemplate" : "/tiles/FullTemplate.config", - "renderParameters" : { - "texture" : "redsand2.png", - "variants" : 3, - "lightTransparent" : false, - "occludesBelow" : true, - "multiColored" : false, - "zLevel" : 1830 - } -} +{ + "materialId" : 6617, + "materialName" : "redsand2", + "particleColor" : [200, 183, 120, 255], + "itemDrop" : "redsand2", + "description" : "Soft and warm sand.", + "shortdescription" : "Red Sand", + "glitchDescription" : "Statement. Sand.", + "floranDescription" : "Sssand.", + "footstepSound" : "/sfx/blocks/footstep_sand2.ogg", + "health" : 1, + "category": "materials", + "soil" : true, + + "renderTemplate" : "/tiles/FullTemplate.config", + "renderParameters" : { + "texture" : "redsand2.png", + "variants" : 3, + "lightTransparent" : false, + "occludesBelow" : true, + "multiColored" : true, + "zLevel" : 1830 + } +}