Skip to content

Commit

Permalink
Add page to puny melting about sand cast creation in the part builder
Browse files Browse the repository at this point in the history
(cherry picked from commit cfe73b9)
  • Loading branch information
KnightMiner committed Sep 20, 2024
1 parent 465d120 commit b23d324
Show file tree
Hide file tree
Showing 4 changed files with 24 additions and 1 deletion.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Original file line number Diff line number Diff line change
Expand Up @@ -4,5 +4,10 @@
"file": "tconstruct:book/images/sand_pick.png",
"width": 119,
"height": 100
}
},
"text": [
{
"text": "Sand casts can be created by pressing a tool part into a casting table filled with sand."
}
]
}
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
{
"title": "Sand Casts",
"image": {
"file": "tconstruct:book/images/sandcast_partbuilder.png",
"width": 172,
"height": 74
},
"text": [
{
"text": "Sand casts can also be created in the part builder by placing sand or a blank sand cast in the pattern slot. This is required to create armor plating casts."
}
]
}
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,11 @@
"type": "mantle:crafting",
"data": "casting/sandcast_craft.json"
},
{
"name": "sand_cast3",
"type": "mantle:image_text",
"data": "casting/sandcast3.json"
},
{
"name": "gold_cast",
"type": "mantle:image_text",
Expand Down

0 comments on commit b23d324

Please sign in to comment.