mirror of
https://github.com/neoStudiosLCE/neoLegacy.git
synced 2026-06-08 22:12:56 +00:00
Fix compiler error
This commit is contained in:
parent
7b17a65d9b
commit
2b46488dcb
|
|
@ -2701,6 +2701,7 @@
|
|||
<ClInclude Include="net.minecraft.world.scores.h" />
|
||||
<ClInclude Include="Objective.h" />
|
||||
<ClInclude Include="ObjectiveCriteria.h" />
|
||||
<ClInclude Include="PackedIceTile.h" />
|
||||
<ClInclude Include="PlayerTeam.h" />
|
||||
<ClInclude Include="ItemDispenseBehaviors.h" />
|
||||
<ClInclude Include="PoweredMetalTile.h" />
|
||||
|
|
@ -3632,6 +3633,7 @@
|
|||
<ClCompile Include="NameTagItem.cpp" />
|
||||
<ClCompile Include="Objective.cpp" />
|
||||
<ClCompile Include="ObjectiveCriteria.cpp" />
|
||||
<ClCompile Include="PackedIceTile.cpp" />
|
||||
<ClCompile Include="PlayerTeam.cpp" />
|
||||
<ClCompile Include="ItemDispenseBehaviors.cpp" />
|
||||
<ClCompile Include="PoweredMetalTile.cpp" />
|
||||
|
|
|
|||
|
|
@ -9,5 +9,4 @@ public:
|
|||
PackedIceTile(int id);
|
||||
virtual int getResource(int data, Random* random, int playerBonusLevel) { return 0; };
|
||||
virtual int getPistonPushReaction() { return Material::PUSH_NORMAL; };
|
||||
;
|
||||
};
|
||||
|
|
|
|||
Loading…
Reference in a new issue