• R/O
  • HTTP
  • SSH
  • HTTPS

提交

标签
No Tags

Frequently used words (click to add to your profile)

javac++androidlinuxc#windowsobjective-ccocoa誰得qtpythonphprubygameguibathyscaphec計画中(planning stage)翻訳omegatframeworktwitterdomtestvb.netdirectxゲームエンジンbtronarduinopreviewer

First Machine Age's Mods (Combined repo.)


Commit MetaInfo

修订版7a4227e7a1c17e2f3539d0c71b54623ddf62e0d7 (tree)
时间2022-02-09 09:35:47
作者melchior <melchior@user...>
Commitermelchior

Log Message

added recipie for brazier

更改概述

差异

--- a/Assorted/Assorted.csproj
+++ b/Assorted/Assorted.csproj
@@ -279,6 +279,9 @@
279279 <None Include="modicon.png">
280280 <CopyToOutputDirectory>Always</CopyToOutputDirectory>
281281 </None>
282+ <None Include="assets\defensive\recipes\smithing\brazier.json">
283+ <CopyToOutputDirectory>Always</CopyToOutputDirectory>
284+ </None>
282285 </ItemGroup>
283286 <Import Project="$(MSBuildBinPath)\Microsoft.CSharp.targets" />
284287 </Project>
\ No newline at end of file
--- /dev/null
+++ b/Assorted/assets/defensive/recipes/smithing/brazier.json
@@ -0,0 +1,14 @@
1+{
2+ ingredient: { type: "item", code: "game:ingot-iron", name: "metal" },
3+ pattern: [[
4+ "#_#_#_#_#_#",
5+ "#_#######_#",
6+ "#_#######_#",
7+ "###########",
8+ "#_#######_#",
9+ "#_#######_#",
10+ "#_#_#_#_#_#",
11+ ]],
12+ name: "square Brazier (empty)",
13+ output: { type: "block", code: "defensive:brazier-empty", stacksize: 1 }
14+}
\ No newline at end of file