added recipie for brazier
This commit is contained in:
parent
058a1c0a15
commit
7a4227e7a1
2 changed files with 17 additions and 0 deletions
|
|
@ -279,6 +279,9 @@
|
|||
<None Include="modicon.png">
|
||||
<CopyToOutputDirectory>Always</CopyToOutputDirectory>
|
||||
</None>
|
||||
<None Include="assets\defensive\recipes\smithing\brazier.json">
|
||||
<CopyToOutputDirectory>Always</CopyToOutputDirectory>
|
||||
</None>
|
||||
</ItemGroup>
|
||||
<Import Project="$(MSBuildBinPath)\Microsoft.CSharp.targets" />
|
||||
</Project>
|
||||
14
Assorted/assets/defensive/recipes/smithing/brazier.json
Normal file
14
Assorted/assets/defensive/recipes/smithing/brazier.json
Normal file
|
|
@ -0,0 +1,14 @@
|
|||
{
|
||||
ingredient: { type: "item", code: "game:ingot-iron", name: "metal" },
|
||||
pattern: [[
|
||||
"#_#_#_#_#_#",
|
||||
"#_#######_#",
|
||||
"#_#######_#",
|
||||
"###########",
|
||||
"#_#######_#",
|
||||
"#_#######_#",
|
||||
"#_#_#_#_#_#",
|
||||
]],
|
||||
name: "square Brazier (empty)",
|
||||
output: { type: "block", code: "defensive:brazier-empty", stacksize: 1 }
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue