summaryrefslogtreecommitdiff
path: root/computer
diff options
context:
space:
mode:
authorVanessa Ezekowitz <vanessaezekowitz@gmail.com>2017-02-26 11:11:19 -0500
committerVanessa Ezekowitz <vanessaezekowitz@gmail.com>2017-02-26 11:11:19 -0500
commit2b5664c0004b2f4ed8c712b8b6f75d9d3294c829 (patch)
tree2d1f641ae5a98fafcc8564670bd9e0077da900d2 /computer
parent7315a13c3a5369688fffef20ab6a5877f506a459 (diff)
downloaddreambuilder_modpack-2b5664c0004b2f4ed8c712b8b6f75d9d3294c829.tar
dreambuilder_modpack-2b5664c0004b2f4ed8c712b8b6f75d9d3294c829.tar.gz
dreambuilder_modpack-2b5664c0004b2f4ed8c712b8b6f75d9d3294c829.tar.bz2
dreambuilder_modpack-2b5664c0004b2f4ed8c712b8b6f75d9d3294c829.tar.xz
dreambuilder_modpack-2b5664c0004b2f4ed8c712b8b6f75d9d3294c829.zip
updated lots of mods:
blox, bobblocks, homedecor, coloredwood, gloopblocks, moreblocks, plasticbox, replacer, solidcolor, stained_glass, technic, unifiedbricks, and unifieddyes (in most of these, it's to upgrade to the Unified Dyes "extended" palette)
Diffstat (limited to 'computer')
-rw-r--r--computer/computers.lua13
-rw-r--r--computer/textures/computer_hueg_box_bk.pngbin0 -> 88 bytes
-rw-r--r--computer/textures/computer_hueg_box_bt.pngbin0 -> 108 bytes
-rw-r--r--computer/textures/computer_hueg_box_ft.pngbin0 -> 130 bytes
-rw-r--r--computer/textures/computer_hueg_box_lt.pngbin0 -> 100 bytes
-rw-r--r--computer/textures/computer_hueg_box_rt.pngbin0 -> 97 bytes
-rw-r--r--computer/textures/computer_hueg_box_tp.pngbin0 -> 220 bytes
7 files changed, 13 insertions, 0 deletions
diff --git a/computer/computers.lua b/computer/computers.lua
index 5a7fed4..b9d3dc4 100644
--- a/computer/computers.lua
+++ b/computer/computers.lua
@@ -153,6 +153,19 @@ computer.register("computer:admiral128", {
})
})
+-- XBox lookalike
+computer.register("computer:hueg_box", {
+ description = "HUEG Box",
+ tiles_off = { },
+ node_box = computer.pixelnodebox(16, {
+ -- X Y Z W H L
+ { 0, 0, 7, 16, 6, 9 }, -- Console
+ { 2, 0, 1, 11, 3, 6 }, -- Controller
+ { 2, 0, 0, 2, 3, 1 },
+ { 11, 0, 0, 2, 3, 1 },
+ })
+})
+
-- Generic Flat Screen LCD (16x9) with keyboard
local mo_sbox = {
type = "fixed",
diff --git a/computer/textures/computer_hueg_box_bk.png b/computer/textures/computer_hueg_box_bk.png
new file mode 100644
index 0000000..d0dbb84
--- /dev/null
+++ b/computer/textures/computer_hueg_box_bk.png
Binary files differ
diff --git a/computer/textures/computer_hueg_box_bt.png b/computer/textures/computer_hueg_box_bt.png
new file mode 100644
index 0000000..631736a
--- /dev/null
+++ b/computer/textures/computer_hueg_box_bt.png
Binary files differ
diff --git a/computer/textures/computer_hueg_box_ft.png b/computer/textures/computer_hueg_box_ft.png
new file mode 100644
index 0000000..dbd8681
--- /dev/null
+++ b/computer/textures/computer_hueg_box_ft.png
Binary files differ
diff --git a/computer/textures/computer_hueg_box_lt.png b/computer/textures/computer_hueg_box_lt.png
new file mode 100644
index 0000000..bf20692
--- /dev/null
+++ b/computer/textures/computer_hueg_box_lt.png
Binary files differ
diff --git a/computer/textures/computer_hueg_box_rt.png b/computer/textures/computer_hueg_box_rt.png
new file mode 100644
index 0000000..19f06ce
--- /dev/null
+++ b/computer/textures/computer_hueg_box_rt.png
Binary files differ
diff --git a/computer/textures/computer_hueg_box_tp.png b/computer/textures/computer_hueg_box_tp.png
new file mode 100644
index 0000000..543d262
--- /dev/null
+++ b/computer/textures/computer_hueg_box_tp.png
Binary files differ