Add screenshot to tinkering

This commit is contained in:
Evert Prants 2018-04-05 16:12:24 +03:00
parent 285f5d38b3
commit cef9f86ddb
Signed by: evert
GPG Key ID: 1688DA83D222D0B5
5 changed files with 5 additions and 1 deletions

View File

@ -13,6 +13,7 @@ Fluidity adds molten metals to the game. Supports metals from [default](https://
Simple metal melting and casting. Used for ore doubling and making tools in `tinkering`.
### tinkering
![](tinkering/screenshot.png)
Mod that lets you combine different materials to create tools.
## License

View File

@ -213,7 +213,7 @@ end
minetest.register_node("tinkering:part_builder", {
description = "Part Builder",
tiles = {
"tinkering_blank_pattern.png", "tinkering_bench_bottom.png",
"tinkering_pattern_bench.png", "tinkering_bench_bottom.png",
"tinkering_bench_side.png", "tinkering_bench_side.png",
"tinkering_bench_side.png", "tinkering_bench_side.png"
},

View File

@ -16,3 +16,6 @@ dofile(tinkering.modpath.."/nodes/tool_station.lua")
-- Part Builder
dofile(tinkering.modpath.."/nodes/part_builder.lua")
-- Pattern Table
dofile(tinkering.modpath.."/nodes/pattern_table.lua")

BIN
tinkering/screenshot.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 80 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 680 B