-
Notifications
You must be signed in to change notification settings - Fork 360
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #3498 from RockCat89/master
Slopped variants of Copper and Silver
- Loading branch information
Showing
13 changed files
with
85 additions
and
3 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,11 @@ | ||
{ | ||
"itemName" : "coppersloppedpanel", | ||
"category" : "block", | ||
"rarity" : "Common", | ||
"inventoryIcon" : "coppersloppedpanel.png", | ||
"dropCollision" : [-2.5, -2.0, 2.5, 2.0], | ||
"description" : "Panels made out of pure copper. Now you just need a clockwork angel!", | ||
"shortdescription" : "Sloped Copper Panel", | ||
|
||
"materialId" : 6482 | ||
} |
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,11 @@ | ||
{ | ||
"itemName" : "silversloppedpanel", | ||
"category" : "block", | ||
"rarity" : "Common", | ||
"inventoryIcon" : "silversloppedpanel.png", | ||
"dropCollision" : [-2.5, -2.0, 2.5, 2.0], | ||
"description" : "Panels made out of pure silver. Space vampires beware!", | ||
"shortdescription" : "Sloped Silver Panel", | ||
|
||
"materialId" : 6481 | ||
} |
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,8 @@ | ||
{ | ||
"input" : [ | ||
{ "item" : "copperbar", "count" : 1 } | ||
], | ||
"output" : { "item" : "coppersloppedpanel", "count" : 20 }, | ||
"duration" : 0.25, | ||
"groups" : [ "craftingfurniture", "materials", "all" ] | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,8 @@ | ||
{ | ||
"input" : [ | ||
{ "item" : "silverbar", "count" : 1 } | ||
], | ||
"output" : { "item" : "silversloppedpanel", "count" : 20 }, | ||
"duration" : 0.25, | ||
"groups" : [ "craftingfurniture", "materials", "all" ] | ||
} |
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,22 @@ | ||
{ | ||
"materialId" : 6482, | ||
"materialName" : "coppersloppedpanel", | ||
"particleColor" : [205, 173, 0, 255], | ||
"itemDrop" : "coppersloppedpanel", | ||
|
||
"description" : "Panels made out of pure copper. Now you just need a clockwork angel!", | ||
"shortdescription" : "Sloped Copper Panel", | ||
"footstepSound" : "/sfx/blocks/footstep_lightmetal.ogg", | ||
"health" : 50, | ||
"category" : "materials", | ||
|
||
"renderTemplate" : "/tiles/slopedmaterialtemplate.config", | ||
"renderParameters" : { | ||
"texture" : "coppersloppedpanel.png", | ||
"variants" : 1, | ||
"lightTransparent" : false, | ||
"occludesBelow" : true, | ||
"multiColored" : false, | ||
"zLevel" : 5000 | ||
} | ||
} |
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,22 @@ | ||
{ | ||
"materialId" : 6481, | ||
"materialName" : "silversloppedpanel", | ||
"particleColor" : [205, 173, 0, 255], | ||
"itemDrop" : "silversloppedpanel", | ||
|
||
"description" : "Panels made out of pure silver. Space vampires beware!", | ||
"shortdescription" : "Sloped Silver Panel", | ||
"footstepSound" : "/sfx/blocks/footstep_lightmetal.ogg", | ||
"health" : 50, | ||
"category" : "materials", | ||
|
||
"renderTemplate" : "/tiles/slopedmaterialtemplate.config", | ||
"renderParameters" : { | ||
"texture" : "silversloppedpanel.png", | ||
"variants" : 1, | ||
"lightTransparent" : false, | ||
"occludesBelow" : true, | ||
"multiColored" : false, | ||
"zLevel" : 5000 | ||
} | ||
} |
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters