Go to file
Vanessa Dannenberg fe1775ddad add steel strut that looks like it has a band wrapped around it
meant to be used when something is placed against the side, so that that
thing appears to be mounted to the strut, such as a Technic mains
transformer ("supply converter") mounted near the top of a tall electrical
pole.

Note: uses wallmounted param2 to allow rotation, rather than facedir
mode. I want to allow for Unified Dyes colorization of a derivative of
this node in another mod, and wallmounted mode uses fewer bits for
rotation than facedir, leaving more for color info.
2018-08-25 21:39:50 -07:00
models add steel strut that looks like it has a band wrapped around it 2018-08-25 21:39:50 -07:00
textures add steel strut that looks like it has a band wrapped around it 2018-08-25 21:39:50 -07:00
.gitignore Add .gitignore 2013-06-06 08:53:04 +02:00
README.md Convert to proper mod, update the basics. 2018-08-25 21:34:25 -07:00
depends.txt Convert to proper mod, update the basics. 2018-08-25 21:34:25 -07:00
description.txt Convert to proper mod, update the basics. 2018-08-25 21:34:25 -07:00
init.lua add steel strut that looks like it has a band wrapped around it 2018-08-25 21:39:50 -07:00
mod.conf Convert to proper mod, update the basics. 2018-08-25 21:34:25 -07:00
recipes.png Convert to proper mod, update the basics. 2018-08-25 21:34:25 -07:00
rust.lua Convert to proper mod, update the basics. 2018-08-25 21:34:25 -07:00

README.md

minetest-steel

This mod adds a range of steel materials that are recyclable to minetest. To recycle, simply craft anything into scrap, and turn the scrap into an iron lump. Registered items: plate_hard, plate_soft, plate_rusted, grate_hard, grate_soft, strut, roofing.

Optional dependencies:

  • Homedecor for better roofing.
  • Compatible with streets mod (no duplicates).

License: GPL-2.0 for code, CC-BY-SA-4.0 for textures. Original mod by minetesting (João Matos), changes by Zeg9.