mirror of
https://gitlab.icynet.eu/evert/melterns.git
synced 2024-11-24 07:53:47 +01:00
Add screenshot to tinkering
This commit is contained in:
parent
285f5d38b3
commit
cef9f86ddb
@ -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`.
|
Simple metal melting and casting. Used for ore doubling and making tools in `tinkering`.
|
||||||
|
|
||||||
### tinkering
|
### tinkering
|
||||||
|
![](tinkering/screenshot.png)
|
||||||
Mod that lets you combine different materials to create tools.
|
Mod that lets you combine different materials to create tools.
|
||||||
|
|
||||||
## License
|
## License
|
||||||
|
@ -213,7 +213,7 @@ end
|
|||||||
minetest.register_node("tinkering:part_builder", {
|
minetest.register_node("tinkering:part_builder", {
|
||||||
description = "Part Builder",
|
description = "Part Builder",
|
||||||
tiles = {
|
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",
|
||||||
"tinkering_bench_side.png", "tinkering_bench_side.png"
|
"tinkering_bench_side.png", "tinkering_bench_side.png"
|
||||||
},
|
},
|
||||||
|
@ -16,3 +16,6 @@ dofile(tinkering.modpath.."/nodes/tool_station.lua")
|
|||||||
|
|
||||||
-- Part Builder
|
-- Part Builder
|
||||||
dofile(tinkering.modpath.."/nodes/part_builder.lua")
|
dofile(tinkering.modpath.."/nodes/part_builder.lua")
|
||||||
|
|
||||||
|
-- Pattern Table
|
||||||
|
dofile(tinkering.modpath.."/nodes/pattern_table.lua")
|
||||||
|
BIN
tinkering/screenshot.png
Normal file
BIN
tinkering/screenshot.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 80 KiB |
BIN
tinkering/textures/tinkering_pattern_bench.png
Normal file
BIN
tinkering/textures/tinkering_pattern_bench.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 680 B |
Loading…
Reference in New Issue
Block a user