First Machine Age's Mods (Combined repo.)
Révision | da189832550be5deaa528327f989cee4ed78167c (tree) |
---|---|
l'heure | 2022-08-14 02:29:12 |
Auteur | melchior <melchior@user...> |
Commiter | melchior |
T.K. WIP #2
@@ -6,7 +6,7 @@ using Vintagestory.GameContent; | ||
6 | 6 | |
7 | 7 | namespace TarKilns |
8 | 8 | { |
9 | - public class TarkilnBaseEntity : BlockEntity | |
9 | + public class TarkilnBaseEntity : BlockEntityContainer | |
10 | 10 | { |
11 | 11 | |
12 | 12 | } |
@@ -4,7 +4,7 @@ using Vintagestory.API.Common; | ||
4 | 4 | |
5 | 5 | namespace TarKilns |
6 | 6 | { |
7 | - public class TarkilnBaseBlock : Block | |
7 | + public class TarkilnBaseBlock : Block //No BaseMultipartBlock ? | |
8 | 8 | { |
9 | 9 | |
10 | 10 |
@@ -68,7 +68,7 @@ | ||
68 | 68 | <Compile Include="Properties\AssemblyInfo.cs" /> |
69 | 69 | <Compile Include="Blocks\TarkilnBaseBlock.cs" /> |
70 | 70 | <Compile Include="BlockEntities\TarkilnBaseEntity.cs" /> |
71 | - <Compile Include="Blocks\BlockGenericTogglePort.cs" /> | |
71 | + <Compile Include="Blocks\GenericTogglePortBlock.cs" /> | |
72 | 72 | </ItemGroup> |
73 | 73 | <ItemGroup> |
74 | 74 | <None Include="modinfo.json"> |
@@ -101,6 +101,7 @@ | ||
101 | 101 | <None Include="assets\tarkilns\shapes\block\ceramic\mini_arch.json"> |
102 | 102 | <CopyToOutputDirectory>Always</CopyToOutputDirectory> |
103 | 103 | </None> |
104 | + <None Include="assets\tarkilns\lang\en.json" /> | |
104 | 105 | </ItemGroup> |
105 | 106 | <ItemGroup> |
106 | 107 | <Folder Include="assets\" /> |
@@ -112,6 +113,7 @@ | ||
112 | 113 | <Folder Include="BlockEntities\" /> |
113 | 114 | <Folder Include="assets\tarkilns\shapes\block\" /> |
114 | 115 | <Folder Include="assets\tarkilns\shapes\block\ceramic\" /> |
116 | + <Folder Include="assets\tarkilns\lang\" /> | |
115 | 117 | </ItemGroup> |
116 | 118 | <Import Project="$(MSBuildBinPath)\Microsoft.CSharp.targets" /> |
117 | 119 | </Project> |
\ No newline at end of file |
@@ -26,11 +26,11 @@ | ||
26 | 26 | multiblockStructure: { |
27 | 27 | blockNumbers: { |
28 | 28 | "tarkiln-base": 1, |
29 | - "tarkiln-side-north":2, | |
30 | - "tarkiln-side-east": 3, | |
31 | - "tarkiln-side-west": 4, | |
32 | - "tarkiln-side-south":5, | |
33 | - "topport-closed":6, | |
29 | + "tarkiln_side-north":2, | |
30 | + "tarkiln_side-east": 3, | |
31 | + "tarkiln_side-west": 4, | |
32 | + "tarkiln_side-south":5, | |
33 | + "tarkiln_topport-closed":6, | |
34 | 34 | "game:claybricks-fire":7, |
35 | 35 | "game:gravel-*":8, |
36 | 36 | "game:air": 9 |
@@ -0,0 +1,10 @@ | ||
1 | +{ | |
2 | + "tarkilns:tarkiln_arch-*": "Mini-Arch", | |
3 | + "tarkilns:tarkiln_base": "Tar collector", | |
4 | + "tarkilns:tarkiln_side-*": "Tar-Kiln side", | |
5 | + "tarkilns:tarkiln_topport-*": "Tar-Kiln Port", | |
6 | + | |
7 | + "tarkilns:blockdesc-tarkiln_base": "Base of the Tar-Kiln; collects tar into a container.", | |
8 | + | |
9 | + | |
10 | +} |