From 9304dd5b2ceff860cfd34b8e1898481fb5cf5e64 Mon Sep 17 00:00:00 2001 From: poikilos <7557867+poikilos@users.noreply.github.com> Date: Sun, 31 Oct 2021 23:45:56 -0400 Subject: [PATCH] Create a new WiFi chest texture from scratch (and add a separate bottom texture). --- .../mods/coderbuild/more_chests/README.md | 2 ++ .../more_chests/textures/wifi_bottom.png | Bin 0 -> 125 bytes .../more_chests/textures/wifi_front.png | Bin 0 -> 284 bytes .../coderbuild/more_chests/textures/wifi_side.png | Bin 0 -> 340 bytes .../coderbuild/more_chests/textures/wifi_top.png | Bin 0 -> 254 bytes .../mods/coderbuild/more_chests/wifi.lua | 2 +- 6 files changed, 3 insertions(+), 1 deletion(-) create mode 100644 Bucket_Game-branches/wifi-chest-remake-vs-211031/mods/coderbuild/more_chests/textures/wifi_bottom.png create mode 100644 Bucket_Game-branches/wifi-chest-remake-vs-211031/mods/coderbuild/more_chests/textures/wifi_front.png create mode 100644 Bucket_Game-branches/wifi-chest-remake-vs-211031/mods/coderbuild/more_chests/textures/wifi_side.png create mode 100644 Bucket_Game-branches/wifi-chest-remake-vs-211031/mods/coderbuild/more_chests/textures/wifi_top.png diff --git a/Bucket_Game-branches/wifi-chest-remake-vs-211031/mods/coderbuild/more_chests/README.md b/Bucket_Game-branches/wifi-chest-remake-vs-211031/mods/coderbuild/more_chests/README.md index d5dc1f1..b8b94ba 100644 --- a/Bucket_Game-branches/wifi-chest-remake-vs-211031/mods/coderbuild/more_chests/README.md +++ b/Bucket_Game-branches/wifi-chest-remake-vs-211031/mods/coderbuild/more_chests/README.md @@ -45,3 +45,5 @@ Wifi Chest A wacky chest that doesn't store it's items in the usual way, but instead, stores them remotely. For that reason, all wifi chests appear to have the same inventory. Due to not actually having an inventory, wifi chests can also be mined, even when they appear to have stuff in them. Lastly, as everyone gets their own wifi account, the items you see in the wifi chest are not the same items anyone else sees. This chest's properties make it nice for keeping secrets, as well as essentially almost doubling your inventory space, if you choose to carry one with you. ``` + +The Wi-Fi chest was more "familiar" than it was "wacky", so Poikilos remade the texture from scratch (and added a separate bottom texture) 2021-10-31. diff --git a/Bucket_Game-branches/wifi-chest-remake-vs-211031/mods/coderbuild/more_chests/textures/wifi_bottom.png b/Bucket_Game-branches/wifi-chest-remake-vs-211031/mods/coderbuild/more_chests/textures/wifi_bottom.png new file mode 100644 index 0000000000000000000000000000000000000000..229f9238334f898facf2b17512369aa8f96e4117 GIT binary patch literal 125 zcmeAS@N?(olHy`uVBq!ia0vp^0wB!61SBU+%rFB|oCO|{#S9GG!XV7ZFl&wkP>{XE z)7O>#DK{gtnzGtCt5-lF8BZ6-5RLQ62@x%22WQ%mvv4FO#p5E8n^%e literal 0 HcmV?d00001 diff --git a/Bucket_Game-branches/wifi-chest-remake-vs-211031/mods/coderbuild/more_chests/textures/wifi_front.png b/Bucket_Game-branches/wifi-chest-remake-vs-211031/mods/coderbuild/more_chests/textures/wifi_front.png new file mode 100644 index 0000000000000000000000000000000000000000..8bfc2a2569439d28906ff13f87cb52067ff7745e GIT binary patch literal 284 zcmeAS@N?(olHy`uVBq!ia0vp^0wB!61|;P_|4#%`Y)RhkE3uMzgl0`PvJr@rzb93AINavN`4Jf YYJkNns|tQTpraW)UHx3vIVCg!03ZfsSpWb4 literal 0 HcmV?d00001 diff --git a/Bucket_Game-branches/wifi-chest-remake-vs-211031/mods/coderbuild/more_chests/textures/wifi_side.png b/Bucket_Game-branches/wifi-chest-remake-vs-211031/mods/coderbuild/more_chests/textures/wifi_side.png new file mode 100644 index 0000000000000000000000000000000000000000..a3130c8deac72b746ce83292a51f1f2db2346ae4 GIT binary patch literal 340 zcmeAS@N?(olHy`uVBq!ia0vp^0wB!61|;P_|4#%`Y)RhkEAjaXW*rI;IreeC&<;(u zE#k+Ux}7I*@aauj`#!+v_T95rSMpz2>ntws(Qf15a6+V`+0(;ekMFM1m%dTF71!TC zX8$hZcl`67F0u8=x68B_+!pcDER6kLrqHEy$t0JhXO~l;h=(Sll;Gh)nOuS6hMtoc z0 literal 0 HcmV?d00001 diff --git a/Bucket_Game-branches/wifi-chest-remake-vs-211031/mods/coderbuild/more_chests/textures/wifi_top.png b/Bucket_Game-branches/wifi-chest-remake-vs-211031/mods/coderbuild/more_chests/textures/wifi_top.png new file mode 100644 index 0000000000000000000000000000000000000000..09f5529aa92b09dda89b36268f74e2ba6ffa100d GIT binary patch literal 254 zcmeAS@N?(olHy`uVBq!ia0vp^0wB!61SBU+%rFB|Y)RhkE+zC{hyGiV4596!bO*ou4_@Evzyoik4r3P zQrdQH%eLS5w7EBYFv#bco?OFuZs+X2zu%?#(-aoM>=?{b$Et}|!On1BDkc&^7#+d@pq9Ox_tPgg&ebxsLQ09j2{SO5S3 literal 0 HcmV?d00001 diff --git a/Bucket_Game-branches/wifi-chest-remake-vs-211031/mods/coderbuild/more_chests/wifi.lua b/Bucket_Game-branches/wifi-chest-remake-vs-211031/mods/coderbuild/more_chests/wifi.lua index 12bcee0..8cda15b 100644 --- a/Bucket_Game-branches/wifi-chest-remake-vs-211031/mods/coderbuild/more_chests/wifi.lua +++ b/Bucket_Game-branches/wifi-chest-remake-vs-211031/mods/coderbuild/more_chests/wifi.lua @@ -1,6 +1,6 @@ minetest.register_node("more_chests:wifi", { description = "Wifi Chest", - tiles = {"wifi_top.png", "wifi_top.png", "wifi_side.png", + tiles = {"wifi_top.png", "wifi_bottom.png", "wifi_side.png", "wifi_side.png", "wifi_side.png", "wifi_front.png"}, paramtype2 = "facedir", groups = {snappy=2, choppy=2, oddly_breakable_by_hand=2,},