Added recipe for the observer. (#4880)
* Added recipe for the observer. * Forgot mirrored recipe. Co-authored-by: Alexander Harkness <me@bearbin.net>
This commit is contained in:
parent
f7091e1b19
commit
a72769b30e
@ -29,6 +29,7 @@ jan64
|
|||||||
jasperarmstrong
|
jasperarmstrong
|
||||||
kevinr (Kevin Riggle)
|
kevinr (Kevin Riggle)
|
||||||
keyboard
|
keyboard
|
||||||
|
KingCol13
|
||||||
Lapayo
|
Lapayo
|
||||||
linnemannr (Reid Linnemann)
|
linnemannr (Reid Linnemann)
|
||||||
lkolbly
|
lkolbly
|
||||||
|
@ -319,6 +319,8 @@ jungle_door: JungleDoor, 3 = JunglePlanks, 1:1, 1:2, 1:3, 2:1, 2:2, 2:3
|
|||||||
lever: Lever = Cobblestone, 1:2 | Stick, 1:1
|
lever: Lever = Cobblestone, 1:2 | Stick, 1:1
|
||||||
light_weighted_pressure_plate: lightweightedpressureplate = GoldIngot, 1:1, 2:1
|
light_weighted_pressure_plate: lightweightedpressureplate = GoldIngot, 1:1, 2:1
|
||||||
note_block: NoteBlock = Planks^-1, 1:1, 1:2, 1:3, 2:1, 2:3, 3:1, 3:2, 3:3 | RedstoneDust, 2:2
|
note_block: NoteBlock = Planks^-1, 1:1, 1:2, 1:3, 2:1, 2:3, 3:1, 3:2, 3:3 | RedstoneDust, 2:2
|
||||||
|
observer: Observer = Cobblestone, 1:1, 2:1, 3:1, 1:3, 2:3, 3:3 | RedstoneDust, 1:2, 2:2 | NetherQuartz, 3:2
|
||||||
|
Observer = Cobblestone, 1:1, 2:1, 3:1, 1:3, 2:3, 3:3 | RedstoneDust, 3:2, 2:2 | NetherQuartz, 1:2
|
||||||
piston: Piston = Planks^-1, 1:1, 2:1, 3:1 | RedstoneDust, 2:3 | Cobblestone, 1:2, 3:2, 1:3, 3:3 | IronIngot, 2:2
|
piston: Piston = Planks^-1, 1:1, 2:1, 3:1 | RedstoneDust, 2:3 | Cobblestone, 1:2, 3:2, 1:3, 3:3 | IronIngot, 2:2
|
||||||
redstone_lamp: RedstoneLamp = RedstoneDust, 2:1, 1:2, 3:2, 2:3 | Glowstone, 2:2
|
redstone_lamp: RedstoneLamp = RedstoneDust, 2:1, 1:2, 3:2, 2:3 | Glowstone, 2:2
|
||||||
redstone_torch: RedstoneTorchOn = Stick, 1:2 | RedstoneDust, 1:1
|
redstone_torch: RedstoneTorchOn = Stick, 1:2 | RedstoneDust, 1:1
|
||||||
|
Loading…
Reference in New Issue
Block a user