Updated homedecor
- Added/removed textures - Added mesh for inbox - Added wall lamp
|
@ -12,20 +12,44 @@ computer.register("computer:shefriendSOO", {
|
|||
});
|
||||
|
||||
-- Some generic laptop
|
||||
computer.register("computer:vanio", {
|
||||
description = "Pony Vanio";
|
||||
tiles_off = { front=true; top=true; left=true; right=true; back=true; };
|
||||
node_box = computer.pixelnodebox(32, {
|
||||
-- X Y Z W H L
|
||||
{ 0, 0, 4, 32, 3, 24 }, -- Keyboard
|
||||
{ 0, 3, 25, 32, 21, 3 }, -- Screen
|
||||
});
|
||||
node_box_off = computer.pixelnodebox(32, {
|
||||
-- X Y Z W H L
|
||||
{ 0, 0, 4, 32, 3, 24 }, -- Keyboard
|
||||
{ 0, 3, 4, 32, 3, 24 }, -- Screen
|
||||
});
|
||||
});
|
||||
minetest.register_node("computer:vanio", {
|
||||
drawtype = "mesh",
|
||||
mesh = "computer_laptop.obj",
|
||||
description = "Pony Vanio",
|
||||
tiles = {"computer_laptop.png"},
|
||||
paramtype = "light",
|
||||
paramtype2 = "facedir",
|
||||
light_source = 4,
|
||||
groups = {snappy=3},
|
||||
walkable = false,
|
||||
selection_box = {
|
||||
type = "fixed",
|
||||
fixed = {-0.35, -0.5, -0.35, 0.35, 0.05, 0.35},
|
||||
},
|
||||
on_rightclick = function (pos, node, clicker, itemstack)
|
||||
node.name = "computer:vanio_off"
|
||||
minetest.set_node(pos, node)
|
||||
end
|
||||
})
|
||||
|
||||
minetest.register_node("computer:vanio_off", {
|
||||
drawtype = "mesh",
|
||||
mesh = "computer_laptop_closed.obj",
|
||||
tiles = {"computer_laptop.png"},
|
||||
paramtype = "light",
|
||||
paramtype2 = "facedir",
|
||||
groups = {snappy=3, not_in_creative_inventory=1},
|
||||
walkable = false,
|
||||
selection_box = {
|
||||
type = "fixed",
|
||||
fixed = {-0.35, -0.5, -0.35, 0.35, -0.4, 0.25},
|
||||
},
|
||||
drop = "computer:vanio",
|
||||
on_rightclick = function (pos, node, clicker, itemstack)
|
||||
node.name = "computer:vanio"
|
||||
minetest.set_node(pos, node)
|
||||
end
|
||||
})
|
||||
|
||||
-- Sony PlayStation lookalike
|
||||
computer.register("computer:slaystation", {
|
||||
|
|
124
mods/homedecor_modpack/computer/models/computer_laptop.obj
Normal file
|
@ -0,0 +1,124 @@
|
|||
# Blender v2.69 (sub 0) OBJ File: ''
|
||||
# www.blender.org
|
||||
mtllib computer_laptop.mtl
|
||||
o Cube.001
|
||||
v -0.340277 0.022636 0.335290
|
||||
v -0.340277 0.013075 0.362499
|
||||
v 0.332320 0.022636 0.335292
|
||||
v 0.332320 -0.432772 0.182772
|
||||
v 0.332320 0.013075 0.362501
|
||||
v -0.340276 -0.499994 -0.312651
|
||||
v -0.340276 -0.432772 -0.312651
|
||||
v 0.332321 -0.499994 -0.312650
|
||||
v -0.340277 -0.499994 0.182771
|
||||
v 0.332320 -0.499994 0.182772
|
||||
v -0.340277 -0.432772 0.182771
|
||||
v -0.340278 -0.432772 0.209979
|
||||
v 0.332320 -0.432772 0.209981
|
||||
v 0.332320 -0.499994 0.209981
|
||||
v -0.340278 -0.499994 0.209979
|
||||
v -0.319957 -0.417924 0.194820
|
||||
v -0.319957 -0.001053 0.334433
|
||||
v 0.312000 -0.417925 0.194821
|
||||
v -0.340277 -0.432772 -0.159321
|
||||
v 0.332321 -0.432772 -0.312650
|
||||
v 0.311999 -0.001054 0.334434
|
||||
v 0.332321 -0.432772 -0.159320
|
||||
vt 0.682604 0.005242
|
||||
vt 0.682603 0.021207
|
||||
vt 0.310265 0.005245
|
||||
vt 0.044426 0.009206
|
||||
vt 0.310266 0.021211
|
||||
vt 0.753340 0.119988
|
||||
vt 0.810356 0.119988
|
||||
vt 0.753340 0.597765
|
||||
vt 0.856851 0.982221
|
||||
vt 0.745750 0.982220
|
||||
vt 0.856851 0.831387
|
||||
vt 0.948453 0.009205
|
||||
vt 0.878028 0.982221
|
||||
vt 0.878028 0.831387
|
||||
vt 0.983700 0.982221
|
||||
vt 0.862953 0.831387
|
||||
vt 0.862953 0.982221
|
||||
vt 0.728292 0.490807
|
||||
vt 0.728292 0.989869
|
||||
vt 0.010900 0.490807
|
||||
vt 0.831643 0.129995
|
||||
vt 0.982007 0.129995
|
||||
vt 0.831643 0.789586
|
||||
vt 0.758249 0.754841
|
||||
vt 0.758228 0.812823
|
||||
vt 0.756060 0.752868
|
||||
vt 0.798519 0.812617
|
||||
vt 0.756052 0.814797
|
||||
vt 0.798577 0.754909
|
||||
vt 0.800285 0.814587
|
||||
vt 0.707729 0.114386
|
||||
vt 0.707729 0.471212
|
||||
vt 0.006162 0.114385
|
||||
vt 0.345650 0.099088
|
||||
vt 0.497058 0.032709
|
||||
vt 0.497058 0.099088
|
||||
vt 0.990661 0.099453
|
||||
vt 0.838275 0.032645
|
||||
vt 0.990661 0.032645
|
||||
vt 0.007709 0.008663
|
||||
vt 0.012705 0.022873
|
||||
vt 0.983559 0.009737
|
||||
vt 0.943457 0.023414
|
||||
vt 0.049421 0.023416
|
||||
vt 0.810356 0.597766
|
||||
vt 0.745750 0.831387
|
||||
vt 0.983700 0.831387
|
||||
vt 0.010900 0.989869
|
||||
vt 0.982007 0.789586
|
||||
vt 0.800332 0.752938
|
||||
vt 0.006162 0.471212
|
||||
vt 0.007844 0.099088
|
||||
vt 0.007844 0.032709
|
||||
vt 0.498289 0.099453
|
||||
vt 0.498289 0.032646
|
||||
vt 0.978563 0.023946
|
||||
usemtl Material.001
|
||||
s off
|
||||
f 1/1 2/2 3/3
|
||||
f 4/4 3/3 5/5
|
||||
f 6/6 7/7 8/8
|
||||
f 9/9 6/10 10/11
|
||||
f 1/1 11/12 2/2
|
||||
f 12/13 13/14 2/15
|
||||
f 13/14 12/13 14/16
|
||||
f 9/9 10/11 15/17
|
||||
f 16/18 17/19 18/20
|
||||
f 7/21 19/22 20/23
|
||||
f 21/24 17/25 3/26
|
||||
f 16/27 1/28 17/25
|
||||
f 18/29 21/24 3/26
|
||||
f 16/27 18/29 11/30
|
||||
f 19/31 11/32 22/33
|
||||
f 22/34 8/35 20/36
|
||||
f 6/37 19/38 7/39
|
||||
f 10/40 4/4 14/41
|
||||
f 11/12 9/42 12/43
|
||||
f 2/2 5/5 3/3
|
||||
f 13/44 4/4 5/5
|
||||
f 7/7 20/45 8/8
|
||||
f 6/10 8/46 10/11
|
||||
f 11/12 12/43 2/2
|
||||
f 13/14 5/47 2/15
|
||||
f 12/13 15/17 14/16
|
||||
f 10/11 14/16 15/17
|
||||
f 17/19 21/48 18/20
|
||||
f 19/22 22/49 20/23
|
||||
f 17/25 1/28 3/26
|
||||
f 11/30 1/28 16/27
|
||||
f 4/50 18/29 3/26
|
||||
f 18/29 4/50 11/30
|
||||
f 11/32 4/51 22/33
|
||||
f 4/52 10/53 8/35
|
||||
f 22/34 4/52 8/35
|
||||
f 9/54 11/55 6/37
|
||||
f 11/55 19/38 6/37
|
||||
f 4/4 13/44 14/41
|
||||
f 9/42 15/56 12/43
|
|
@ -0,0 +1,138 @@
|
|||
# Blender v2.69 (sub 0) OBJ File: ''
|
||||
# www.blender.org
|
||||
mtllib computer_laptop_closed.mtl
|
||||
o Cube.001
|
||||
v 0.332320 -0.432772 0.182772
|
||||
v -0.340276 -0.499994 -0.312651
|
||||
v -0.340276 -0.432772 -0.312651
|
||||
v 0.332321 -0.499994 -0.312650
|
||||
v -0.340277 -0.499994 0.182771
|
||||
v 0.332320 -0.499994 0.182772
|
||||
v -0.340277 -0.432772 0.182771
|
||||
v -0.340278 -0.432772 0.209979
|
||||
v 0.332320 -0.432772 0.209981
|
||||
v 0.332320 -0.499994 0.209981
|
||||
v -0.340278 -0.499994 0.209979
|
||||
v -0.340277 -0.432772 -0.159321
|
||||
v 0.332321 -0.432772 -0.312650
|
||||
v 0.332321 -0.432772 -0.159320
|
||||
v -0.339100 -0.432290 -0.312591
|
||||
v -0.339100 -0.401111 -0.312123
|
||||
v 0.331143 -0.432288 -0.312592
|
||||
v 0.331143 -0.432434 0.206702
|
||||
v 0.331143 -0.401109 -0.312123
|
||||
v -0.339100 -0.432435 0.206702
|
||||
v -0.339101 -0.404537 0.197368
|
||||
v 0.331143 -0.404535 0.197367
|
||||
v -0.318852 -0.425175 0.187344
|
||||
v -0.318852 -0.425042 -0.288007
|
||||
v 0.310895 -0.425173 0.187344
|
||||
v 0.310894 -0.425040 -0.288006
|
||||
vt 0.753340 0.119988
|
||||
vt 0.810356 0.119988
|
||||
vt 0.753340 0.597765
|
||||
vt 0.856851 0.982221
|
||||
vt 0.745750 0.982220
|
||||
vt 0.856851 0.831387
|
||||
vt 0.878028 0.831387
|
||||
vt 0.878028 0.982221
|
||||
vt 0.862953 0.831387
|
||||
vt 0.862953 0.982221
|
||||
vt 0.858063 0.829423
|
||||
vt 0.885587 0.829423
|
||||
vt 0.858063 0.950158
|
||||
vt 0.935597 0.852882
|
||||
vt 0.935597 0.922715
|
||||
vt 0.798294 0.852882
|
||||
vt 0.345650 0.099088
|
||||
vt 0.497058 0.032709
|
||||
vt 0.497058 0.099088
|
||||
vt 0.990661 0.099453
|
||||
vt 0.838275 0.032645
|
||||
vt 0.990661 0.032645
|
||||
vt 0.007709 0.008663
|
||||
vt 0.044426 0.009206
|
||||
vt 0.012705 0.022873
|
||||
vt 0.948453 0.009205
|
||||
vt 0.983559 0.009737
|
||||
vt 0.943457 0.023414
|
||||
vt 0.810356 0.597766
|
||||
vt 0.745750 0.831387
|
||||
vt 0.885587 0.950158
|
||||
vt 0.912135 0.962581
|
||||
vt 0.785835 0.838012
|
||||
vt 0.886333 0.908011
|
||||
vt 0.922048 0.840165
|
||||
vt 0.798294 0.922715
|
||||
vt 0.007844 0.099088
|
||||
vt 0.007844 0.032709
|
||||
vt 0.498289 0.099453
|
||||
vt 0.498289 0.032646
|
||||
vt 0.049421 0.023416
|
||||
vt 0.978563 0.023946
|
||||
vt 0.682604 0.005242
|
||||
vt 0.682603 0.021207
|
||||
vt 0.310265 0.005245
|
||||
vt 0.310266 0.021211
|
||||
vt 0.983700 0.982221
|
||||
vt 0.922420 0.868181
|
||||
vt 0.922420 0.951695
|
||||
vt 0.802372 0.868181
|
||||
vt 0.758249 0.754841
|
||||
vt 0.758228 0.812823
|
||||
vt 0.756060 0.752868
|
||||
vt 0.798519 0.812617
|
||||
vt 0.756052 0.814797
|
||||
vt 0.798577 0.754909
|
||||
vt 0.800285 0.814587
|
||||
vt 0.983700 0.831387
|
||||
vt 0.802372 0.951695
|
||||
vt 0.800332 0.752938
|
||||
vt 0.896350 0.948981
|
||||
vt 0.903598 0.848845
|
||||
vt 0.888354 0.925385
|
||||
vt 0.811076 0.850308
|
||||
usemtl Material.001
|
||||
s off
|
||||
f 2/1 3/2 4/3
|
||||
f 5/4 2/5 6/6
|
||||
f 9/7 8/8 10/9
|
||||
f 5/4 6/6 11/10
|
||||
f 3/11 12/12 13/13
|
||||
f 12/14 7/15 14/16
|
||||
f 14/17 4/18 13/19
|
||||
f 2/20 12/21 3/22
|
||||
f 6/23 1/24 10/25
|
||||
f 7/26 5/27 8/28
|
||||
f 3/2 13/29 4/3
|
||||
f 2/5 4/30 6/6
|
||||
f 8/8 11/10 10/9
|
||||
f 6/6 10/9 11/10
|
||||
f 12/12 14/31 13/13
|
||||
f 8/32 9/33 1/34 7/35
|
||||
f 7/15 1/36 14/16
|
||||
f 1/37 6/38 4/18
|
||||
f 14/17 1/37 4/18
|
||||
f 5/39 7/40 2/20
|
||||
f 7/40 12/21 2/20
|
||||
f 1/24 9/41 10/25
|
||||
f 5/27 11/42 8/28
|
||||
f 15/43 16/44 17/45
|
||||
f 18/24 17/45 19/46
|
||||
f 15/43 20/26 16/44
|
||||
f 21/8 22/7 16/47
|
||||
f 23/48 24/49 25/50
|
||||
f 26/51 24/52 17/53
|
||||
f 23/54 15/55 24/52
|
||||
f 25/56 26/51 17/53
|
||||
f 23/54 25/56 20/57
|
||||
f 16/44 19/46 17/45
|
||||
f 22/41 18/24 19/46
|
||||
f 20/26 21/28 16/44
|
||||
f 22/7 19/58 16/47
|
||||
f 24/49 26/59 25/50
|
||||
f 24/52 15/55 17/53
|
||||
f 20/57 15/55 23/54
|
||||
f 18/60 25/56 17/53
|
||||
f 25/56 18/60 20/57
|
||||
f 21/61 20/62 18/63 22/64
|
0
mods/homedecor_modpack/computer/textures/computer_admiral128_bk.png
Executable file → Normal file
Before Width: | Height: | Size: 313 B After Width: | Height: | Size: 313 B |
0
mods/homedecor_modpack/computer/textures/computer_admiral128_bt.png
Executable file → Normal file
Before Width: | Height: | Size: 313 B After Width: | Height: | Size: 313 B |
0
mods/homedecor_modpack/computer/textures/computer_admiral128_ft.png
Executable file → Normal file
Before Width: | Height: | Size: 1.2 KiB After Width: | Height: | Size: 1.2 KiB |
0
mods/homedecor_modpack/computer/textures/computer_admiral128_lt.png
Executable file → Normal file
Before Width: | Height: | Size: 315 B After Width: | Height: | Size: 315 B |
0
mods/homedecor_modpack/computer/textures/computer_admiral128_rt.png
Executable file → Normal file
Before Width: | Height: | Size: 315 B After Width: | Height: | Size: 315 B |
0
mods/homedecor_modpack/computer/textures/computer_admiral128_tp.png
Executable file → Normal file
Before Width: | Height: | Size: 483 B After Width: | Height: | Size: 483 B |
0
mods/homedecor_modpack/computer/textures/computer_admiral64_bk.png
Executable file → Normal file
Before Width: | Height: | Size: 321 B After Width: | Height: | Size: 321 B |
0
mods/homedecor_modpack/computer/textures/computer_admiral64_bt.png
Executable file → Normal file
Before Width: | Height: | Size: 313 B After Width: | Height: | Size: 313 B |
0
mods/homedecor_modpack/computer/textures/computer_admiral64_ft.png
Executable file → Normal file
Before Width: | Height: | Size: 415 B After Width: | Height: | Size: 415 B |
0
mods/homedecor_modpack/computer/textures/computer_admiral64_lt.png
Executable file → Normal file
Before Width: | Height: | Size: 331 B After Width: | Height: | Size: 331 B |
0
mods/homedecor_modpack/computer/textures/computer_admiral64_rt.png
Executable file → Normal file
Before Width: | Height: | Size: 315 B After Width: | Height: | Size: 315 B |
0
mods/homedecor_modpack/computer/textures/computer_admiral64_tp.png
Executable file → Normal file
Before Width: | Height: | Size: 461 B After Width: | Height: | Size: 461 B |
0
mods/homedecor_modpack/computer/textures/computer_babytower_back.png
Executable file → Normal file
Before Width: | Height: | Size: 96 B After Width: | Height: | Size: 96 B |
0
mods/homedecor_modpack/computer/textures/computer_babytower_bottom.png
Executable file → Normal file
Before Width: | Height: | Size: 96 B After Width: | Height: | Size: 96 B |
0
mods/homedecor_modpack/computer/textures/computer_babytower_front.png
Executable file → Normal file
Before Width: | Height: | Size: 4.1 KiB After Width: | Height: | Size: 4.1 KiB |
0
mods/homedecor_modpack/computer/textures/computer_babytower_left.png
Executable file → Normal file
Before Width: | Height: | Size: 96 B After Width: | Height: | Size: 96 B |
0
mods/homedecor_modpack/computer/textures/computer_babytower_right.png
Executable file → Normal file
Before Width: | Height: | Size: 96 B After Width: | Height: | Size: 96 B |
0
mods/homedecor_modpack/computer/textures/computer_babytower_top.png
Executable file → Normal file
Before Width: | Height: | Size: 5.7 KiB After Width: | Height: | Size: 5.7 KiB |
0
mods/homedecor_modpack/computer/textures/computer_computer_front_old.png
Executable file → Normal file
Before Width: | Height: | Size: 122 B After Width: | Height: | Size: 122 B |
0
mods/homedecor_modpack/computer/textures/computer_computer_top_old.png
Executable file → Normal file
Before Width: | Height: | Size: 129 B After Width: | Height: | Size: 129 B |
BIN
mods/homedecor_modpack/computer/textures/computer_laptop.png
Normal file
After Width: | Height: | Size: 8.5 KiB |
0
mods/homedecor_modpack/computer/textures/computer_monitor_b.png
Executable file → Normal file
Before Width: | Height: | Size: 109 B After Width: | Height: | Size: 109 B |
0
mods/homedecor_modpack/computer/textures/computer_monitor_bt.png
Executable file → Normal file
Before Width: | Height: | Size: 102 B After Width: | Height: | Size: 102 B |
0
mods/homedecor_modpack/computer/textures/computer_monitor_btdl.png
Executable file → Normal file
Before Width: | Height: | Size: 105 B After Width: | Height: | Size: 105 B |
0
mods/homedecor_modpack/computer/textures/computer_monitor_f_bios.png
Executable file → Normal file
Before Width: | Height: | Size: 3.1 KiB After Width: | Height: | Size: 3.1 KiB |
0
mods/homedecor_modpack/computer/textures/computer_monitor_f_desktop.png
Executable file → Normal file
Before Width: | Height: | Size: 13 KiB After Width: | Height: | Size: 13 KiB |
0
mods/homedecor_modpack/computer/textures/computer_monitor_f_dl.png
Executable file → Normal file
Before Width: | Height: | Size: 96 B After Width: | Height: | Size: 96 B |
0
mods/homedecor_modpack/computer/textures/computer_monitor_f_loading.png
Executable file → Normal file
Before Width: | Height: | Size: 824 B After Width: | Height: | Size: 824 B |
0
mods/homedecor_modpack/computer/textures/computer_monitor_f_login.png
Executable file → Normal file
Before Width: | Height: | Size: 549 B After Width: | Height: | Size: 549 B |
0
mods/homedecor_modpack/computer/textures/computer_monitor_f_off.png
Executable file → Normal file
Before Width: | Height: | Size: 102 B After Width: | Height: | Size: 102 B |
0
mods/homedecor_modpack/computer/textures/computer_monitor_f_on.png
Executable file → Normal file
Before Width: | Height: | Size: 123 B After Width: | Height: | Size: 123 B |
0
mods/homedecor_modpack/computer/textures/computer_monitor_l.png
Executable file → Normal file
Before Width: | Height: | Size: 83 B After Width: | Height: | Size: 83 B |
0
mods/homedecor_modpack/computer/textures/computer_monitor_r.png
Executable file → Normal file
Before Width: | Height: | Size: 83 B After Width: | Height: | Size: 83 B |
0
mods/homedecor_modpack/computer/textures/computer_monitor_t.png
Executable file → Normal file
Before Width: | Height: | Size: 156 B After Width: | Height: | Size: 156 B |
0
mods/homedecor_modpack/computer/textures/computer_monitor_t_off.png
Executable file → Normal file
Before Width: | Height: | Size: 153 B After Width: | Height: | Size: 153 B |
0
mods/homedecor_modpack/computer/textures/computer_monitor_tdl.png
Executable file → Normal file
Before Width: | Height: | Size: 168 B After Width: | Height: | Size: 168 B |
0
mods/homedecor_modpack/computer/textures/computer_piepad_inv.png
Executable file → Normal file
Before Width: | Height: | Size: 207 B After Width: | Height: | Size: 207 B |
0
mods/homedecor_modpack/computer/textures/computer_piepad_inv_off.png
Executable file → Normal file
Before Width: | Height: | Size: 136 B After Width: | Height: | Size: 136 B |
0
mods/homedecor_modpack/computer/textures/computer_printer_b.png
Executable file → Normal file
Before Width: | Height: | Size: 170 B After Width: | Height: | Size: 170 B |
0
mods/homedecor_modpack/computer/textures/computer_printer_bt.png
Executable file → Normal file
Before Width: | Height: | Size: 154 B After Width: | Height: | Size: 154 B |
0
mods/homedecor_modpack/computer/textures/computer_printer_f.png
Executable file → Normal file
Before Width: | Height: | Size: 166 B After Width: | Height: | Size: 166 B |
0
mods/homedecor_modpack/computer/textures/computer_printer_l.png
Executable file → Normal file
Before Width: | Height: | Size: 183 B After Width: | Height: | Size: 183 B |
0
mods/homedecor_modpack/computer/textures/computer_printer_r.png
Executable file → Normal file
Before Width: | Height: | Size: 182 B After Width: | Height: | Size: 182 B |
0
mods/homedecor_modpack/computer/textures/computer_printer_t.png
Executable file → Normal file
Before Width: | Height: | Size: 204 B After Width: | Height: | Size: 204 B |
0
mods/homedecor_modpack/computer/textures/computer_router_b.png
Executable file → Normal file
Before Width: | Height: | Size: 289 B After Width: | Height: | Size: 289 B |
0
mods/homedecor_modpack/computer/textures/computer_router_bt.png
Executable file → Normal file
Before Width: | Height: | Size: 154 B After Width: | Height: | Size: 154 B |
0
mods/homedecor_modpack/computer/textures/computer_router_f.png
Executable file → Normal file
Before Width: | Height: | Size: 284 B After Width: | Height: | Size: 284 B |
0
mods/homedecor_modpack/computer/textures/computer_router_f_animated.png
Executable file → Normal file
Before Width: | Height: | Size: 6.1 KiB After Width: | Height: | Size: 6.1 KiB |
0
mods/homedecor_modpack/computer/textures/computer_router_l.png
Executable file → Normal file
Before Width: | Height: | Size: 260 B After Width: | Height: | Size: 260 B |
0
mods/homedecor_modpack/computer/textures/computer_router_r.png
Executable file → Normal file
Before Width: | Height: | Size: 261 B After Width: | Height: | Size: 261 B |
0
mods/homedecor_modpack/computer/textures/computer_router_t.png
Executable file → Normal file
Before Width: | Height: | Size: 146 B After Width: | Height: | Size: 146 B |
0
mods/homedecor_modpack/computer/textures/computer_server_bt.png
Executable file → Normal file
Before Width: | Height: | Size: 67 B After Width: | Height: | Size: 67 B |
0
mods/homedecor_modpack/computer/textures/computer_server_f_off.png
Executable file → Normal file
Before Width: | Height: | Size: 1.2 KiB After Width: | Height: | Size: 1.2 KiB |
0
mods/homedecor_modpack/computer/textures/computer_server_f_on.png
Executable file → Normal file
Before Width: | Height: | Size: 2.4 KiB After Width: | Height: | Size: 2.4 KiB |
0
mods/homedecor_modpack/computer/textures/computer_server_inv.png
Executable file → Normal file
Before Width: | Height: | Size: 3.6 KiB After Width: | Height: | Size: 3.6 KiB |
0
mods/homedecor_modpack/computer/textures/computer_server_l.png
Executable file → Normal file
Before Width: | Height: | Size: 129 B After Width: | Height: | Size: 129 B |
0
mods/homedecor_modpack/computer/textures/computer_server_r.png
Executable file → Normal file
Before Width: | Height: | Size: 130 B After Width: | Height: | Size: 130 B |
0
mods/homedecor_modpack/computer/textures/computer_server_t.png
Executable file → Normal file
Before Width: | Height: | Size: 67 B After Width: | Height: | Size: 67 B |
0
mods/homedecor_modpack/computer/textures/computer_shefriendSOO_bk.png
Executable file → Normal file
Before Width: | Height: | Size: 118 B After Width: | Height: | Size: 118 B |
0
mods/homedecor_modpack/computer/textures/computer_shefriendSOO_bt.png
Executable file → Normal file
Before Width: | Height: | Size: 139 B After Width: | Height: | Size: 139 B |
0
mods/homedecor_modpack/computer/textures/computer_shefriendSOO_ft.png
Executable file → Normal file
Before Width: | Height: | Size: 182 B After Width: | Height: | Size: 182 B |
0
mods/homedecor_modpack/computer/textures/computer_shefriendSOO_ft_off.png
Executable file → Normal file
Before Width: | Height: | Size: 140 B After Width: | Height: | Size: 140 B |
0
mods/homedecor_modpack/computer/textures/computer_shefriendSOO_lt.png
Executable file → Normal file
Before Width: | Height: | Size: 157 B After Width: | Height: | Size: 157 B |
0
mods/homedecor_modpack/computer/textures/computer_shefriendSOO_rt.png
Executable file → Normal file
Before Width: | Height: | Size: 161 B After Width: | Height: | Size: 161 B |
0
mods/homedecor_modpack/computer/textures/computer_shefriendSOO_tp.png
Executable file → Normal file
Before Width: | Height: | Size: 241 B After Width: | Height: | Size: 241 B |
0
mods/homedecor_modpack/computer/textures/computer_slaystation2_bk.png
Executable file → Normal file
Before Width: | Height: | Size: 401 B After Width: | Height: | Size: 401 B |
0
mods/homedecor_modpack/computer/textures/computer_slaystation2_bt.png
Executable file → Normal file
Before Width: | Height: | Size: 494 B After Width: | Height: | Size: 494 B |
0
mods/homedecor_modpack/computer/textures/computer_slaystation2_ft.png
Executable file → Normal file
Before Width: | Height: | Size: 249 B After Width: | Height: | Size: 249 B |
0
mods/homedecor_modpack/computer/textures/computer_slaystation2_ft_off.png
Executable file → Normal file
Before Width: | Height: | Size: 144 B After Width: | Height: | Size: 144 B |
0
mods/homedecor_modpack/computer/textures/computer_slaystation2_lt.png
Executable file → Normal file
Before Width: | Height: | Size: 549 B After Width: | Height: | Size: 549 B |
0
mods/homedecor_modpack/computer/textures/computer_slaystation2_rt.png
Executable file → Normal file
Before Width: | Height: | Size: 138 B After Width: | Height: | Size: 138 B |
0
mods/homedecor_modpack/computer/textures/computer_slaystation2_tp.png
Executable file → Normal file
Before Width: | Height: | Size: 523 B After Width: | Height: | Size: 523 B |
0
mods/homedecor_modpack/computer/textures/computer_slaystation_bk.png
Executable file → Normal file
Before Width: | Height: | Size: 297 B After Width: | Height: | Size: 297 B |
0
mods/homedecor_modpack/computer/textures/computer_slaystation_bt.png
Executable file → Normal file
Before Width: | Height: | Size: 484 B After Width: | Height: | Size: 484 B |
0
mods/homedecor_modpack/computer/textures/computer_slaystation_ft.png
Executable file → Normal file
Before Width: | Height: | Size: 262 B After Width: | Height: | Size: 262 B |
0
mods/homedecor_modpack/computer/textures/computer_slaystation_lt.png
Executable file → Normal file
Before Width: | Height: | Size: 202 B After Width: | Height: | Size: 202 B |
0
mods/homedecor_modpack/computer/textures/computer_slaystation_rt.png
Executable file → Normal file
Before Width: | Height: | Size: 311 B After Width: | Height: | Size: 311 B |
0
mods/homedecor_modpack/computer/textures/computer_slaystation_tp.png
Executable file → Normal file
Before Width: | Height: | Size: 316 B After Width: | Height: | Size: 316 B |
0
mods/homedecor_modpack/computer/textures/computer_slaystation_tp_off.png
Executable file → Normal file
Before Width: | Height: | Size: 309 B After Width: | Height: | Size: 309 B |
0
mods/homedecor_modpack/computer/textures/computer_specter_bk.png
Executable file → Normal file
Before Width: | Height: | Size: 1.3 KiB After Width: | Height: | Size: 1.3 KiB |
0
mods/homedecor_modpack/computer/textures/computer_specter_bt.png
Executable file → Normal file
Before Width: | Height: | Size: 298 B After Width: | Height: | Size: 298 B |
0
mods/homedecor_modpack/computer/textures/computer_specter_ft.png
Executable file → Normal file
Before Width: | Height: | Size: 1.3 KiB After Width: | Height: | Size: 1.3 KiB |
0
mods/homedecor_modpack/computer/textures/computer_specter_lt.png
Executable file → Normal file
Before Width: | Height: | Size: 416 B After Width: | Height: | Size: 416 B |
0
mods/homedecor_modpack/computer/textures/computer_specter_rt.png
Executable file → Normal file
Before Width: | Height: | Size: 145 B After Width: | Height: | Size: 145 B |
0
mods/homedecor_modpack/computer/textures/computer_specter_tp.png
Executable file → Normal file
Before Width: | Height: | Size: 625 B After Width: | Height: | Size: 625 B |
0
mods/homedecor_modpack/computer/textures/computer_spectre_back.png
Executable file → Normal file
Before Width: | Height: | Size: 1.2 KiB After Width: | Height: | Size: 1.2 KiB |
0
mods/homedecor_modpack/computer/textures/computer_spectre_bottom.png
Executable file → Normal file
Before Width: | Height: | Size: 167 B After Width: | Height: | Size: 167 B |
0
mods/homedecor_modpack/computer/textures/computer_spectre_front.png
Executable file → Normal file
Before Width: | Height: | Size: 296 B After Width: | Height: | Size: 296 B |
0
mods/homedecor_modpack/computer/textures/computer_spectre_left.png
Executable file → Normal file
Before Width: | Height: | Size: 324 B After Width: | Height: | Size: 324 B |
0
mods/homedecor_modpack/computer/textures/computer_spectre_right.png
Executable file → Normal file
Before Width: | Height: | Size: 322 B After Width: | Height: | Size: 322 B |
0
mods/homedecor_modpack/computer/textures/computer_spectre_top.png
Executable file → Normal file
Before Width: | Height: | Size: 350 B After Width: | Height: | Size: 350 B |
0
mods/homedecor_modpack/computer/textures/computer_tower_b.png
Executable file → Normal file
Before Width: | Height: | Size: 355 B After Width: | Height: | Size: 355 B |
0
mods/homedecor_modpack/computer/textures/computer_tower_bt.png
Executable file → Normal file
Before Width: | Height: | Size: 83 B After Width: | Height: | Size: 83 B |
0
mods/homedecor_modpack/computer/textures/computer_tower_f_off.png
Executable file → Normal file
Before Width: | Height: | Size: 282 B After Width: | Height: | Size: 282 B |
0
mods/homedecor_modpack/computer/textures/computer_tower_f_on.png
Executable file → Normal file
Before Width: | Height: | Size: 286 B After Width: | Height: | Size: 286 B |
0
mods/homedecor_modpack/computer/textures/computer_tower_l.png
Executable file → Normal file
Before Width: | Height: | Size: 148 B After Width: | Height: | Size: 148 B |
0
mods/homedecor_modpack/computer/textures/computer_tower_r.png
Executable file → Normal file
Before Width: | Height: | Size: 201 B After Width: | Height: | Size: 201 B |