Skip to content

Commit

Permalink
Merge pull request #3 from GreenJamesDev/0.3.0.0
Browse files Browse the repository at this point in the history
0.3.0.0
  • Loading branch information
GreenJamesDev authored Jun 30, 2021
2 parents 2f997a5 + 8dbb279 commit 0f0e0f4
Show file tree
Hide file tree
Showing 21 changed files with 1,225 additions and 151 deletions.
80 changes: 45 additions & 35 deletions RsMapper/Components.json
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@

},

{
{

"name": "Target",
"type": "Input",
Expand All @@ -57,8 +57,8 @@
"acceptswire": "yes"

},
{

{

"name": "TNT",
"type": "Output",
Expand All @@ -67,8 +67,8 @@
"acceptswire": "no"

},
{

{

"name": "Daylight Sensor",
"type": "Input",
Expand All @@ -77,8 +77,8 @@
"acceptswire": "yes"

},
{

{

"name": "Repeater",
"type": "Inline",
Expand All @@ -87,8 +87,8 @@
"acceptswire": "yes"

},
{

{

"name": "Comparator",
"type": "Logic",
Expand All @@ -97,8 +97,8 @@
"acceptswire": "yes"

},
{

{

"name": "Observer",
"type": "Input",
Expand All @@ -107,8 +107,8 @@
"acceptswire": "yes"

},
{

{

"name": "Command Block",
"type": "Logic",
Expand All @@ -117,8 +117,8 @@
"acceptswire": "no"

},
{

{

"name": "Dispenser",
"type": "Output",
Expand All @@ -127,8 +127,8 @@
"acceptswire": "no"

},
{

{

"name": "Dropper",
"type": "Output",
Expand All @@ -137,8 +137,8 @@
"acceptswire": "no"

},
{

{

"name": "Chest",
"type": "Misc",
Expand All @@ -147,8 +147,8 @@
"acceptswire": "no"

},
{

{

"name": "Trapped Chest",
"type": "Input",
Expand All @@ -157,8 +157,8 @@
"acceptswire": "no"

},
{

{

"name": "Pressure Plate",
"type": "Input",
Expand All @@ -167,8 +167,8 @@
"acceptswire": "no"

},
{

{

"name": "Gold Block",
"type": "Misc",
Expand All @@ -177,8 +177,8 @@
"acceptswire": "no"

},
{

{

"name": "Hopper",
"type": "Misc",
Expand All @@ -187,8 +187,8 @@
"acceptswire": "no"

},
{

{

"name": "Piston",
"type": "Output",
Expand All @@ -197,8 +197,8 @@
"acceptswire": "no"

},
{

{

"name": "Sticky Piston",
"type": "Output",
Expand All @@ -207,8 +207,8 @@
"acceptswire": "no"

},
{

{

"name": "Door",
"type": "Output",
Expand All @@ -217,8 +217,8 @@
"acceptswire": "no"

},
{

{

"name": "Trap Door",
"type": "Output",
Expand All @@ -227,5 +227,15 @@
"acceptswire": "no"

},

{

"name": "Lightning Rod",
"type": "Input",
"image": "\\Imgs\\lightning_rod.png",
"info": "Emits a redstone signal when struck by lightning.",
"acceptswire": "no"

}
]
}
Loading

0 comments on commit 0f0e0f4

Please sign in to comment.