5 Commits

Author SHA1 Message Date
3043046993 change wifi tiles back (#15) (#25)
Co-authored-by: DS <vorunbekannt75@web.de>
2020-10-24 19:55:32 +01:00
058b3a0d4b Revert "Mod rewrite and new models (#21)"
This reverts commit 74b3c5a25d.
2020-10-22 21:47:59 +01:00
426a13089c Revert "Removed lost HTML tag"
This reverts commit 1d59b74c89.
2020-10-22 21:47:46 +01:00
1d59b74c89 Removed lost HTML tag 2020-10-08 10:20:47 +01:00
74b3c5a25d Mod rewrite and new models (#21)
* Aliases moved to utils folder

* Method to generate two different formspec layouts, big and small

* Log Actions moved to separate module

* Added method to generate a chest definition

* Rewritten models

* Add Fridge model

* Add Toolbox models

* "Mod loaded" message; Updated localization template

* Add Italian localization

* Fridge now has both normal and big (2 blocks) models

* Fixed mixed indentation

* Rewritten README; improved IT and FR (thanks to @louisroyer) localizations.
2020-10-08 10:17:51 +01:00
5 changed files with 3 additions and 1 deletions

Binary file not shown.

Before

Width:  |  Height:  |  Size: 864 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 462 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 833 B

After

Width:  |  Height:  |  Size: 244 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 741 B

After

Width:  |  Height:  |  Size: 239 B

View File

@ -4,7 +4,9 @@ local S = minetest.get_translator("more_chests")
minetest.register_node("more_chests:wifi", {
description = S("Wifi Chest"),
tiles = {"wifi_top.png", "wifi_top.png", "wifi_side.png",
"wifi_side.png", "wifi_side.png", "wifi_front.png"},
"wifi_side.png", "wifi_side.png",
{name="wifi_front_animated.png", animation={type="vertical_frames",
aspect_w=16, aspect_h=16, length=2.0}}},
paramtype2 = "facedir",
groups = {snappy=2, choppy=2, oddly_breakable_by_hand=2,},
legacy_facedir_simple = true,