Added a recipe for seven-segment displays

This commit is contained in:
malte0811 2017-12-08 17:17:15 +01:00
parent 14fde279be
commit 15cf1010aa
2 changed files with 26 additions and 1 deletions

View file

@ -167,4 +167,4 @@ ie.manual.entry.industrialwires.variac=A Variac® is a variable autotransformer.
ie.manual.entry.industrialwires.lock=A lock switch activates a redstone signal when a key is inserted and turned. A newly crafted lock will have a unique key configuration. By placing a blank key and a lock in a crafting table a key for the lock can be created. Multiple locks fitting the same key can be created using component copying (see page 1). Keys can be named in a GUI opened by right-clicking with them.
ie.manual.entry.industrialwires.lock1=Up to <config;I;iwKeysOnRing> can be combined on a key ring. Keys are added to the ring by placing both in a crafting table. Shift-right-click the key ring to cycle through the keys on the ring. The selected key can be removed from the ring by placing the ring in a crafting table. The key ring will work just as the selected key would on lock switches.
ie.manual.entry.industrialwires.panel_meter=A panel meter can be used to show display analog redstone signals with some accuracy. Panel meters are available in two different formats, wide and narrow. The difference between the formats is purely visual.
ie.manual.entry.industrialwires.7seg=Seven-Segment Displays are a way of displaying analog redstone signals precisely. Signal strengths 0-9 are displayed as on would expect, levels 10-15 are represented by the letters A-E. Some of the letters are lower-case to differentiate them from digits (e.g. 8 vs B).
ie.manual.entry.industrialwires.7seg=Seven-Segment Displays are a way of displaying analog redstone signals precisely. Signal strengths 0-9 are displayed as one would expect, levels 10-15 are represented by the letters A-E. Some of the letters are lower-case to differentiate them from digits (e.g. 8 vs B).

View file

@ -0,0 +1,25 @@
{
"result": {
"item": "industrialwires:panel_component",
"data": 9
},
"ingredients": [
{
"type": "forge:ore_dict",
"ore": "dustRedstone"
},
{
"type": "forge:ore_dict",
"ore": "dustGlowstone"
},
{
"type": "forge:ore_dict",
"ore": "wireCopper"
},
{
"type": "forge:ore_dict",
"ore": "electronTube"
}
],
"type": "forge:ore_shapeless"
}