1
0

Rewrote redstone powering to use power levels

This commit is contained in:
Tiger Wang
2014-04-15 13:15:56 +01:00
parent c0c47d33c5
commit 82b3d543e7
6 changed files with 156 additions and 182 deletions

View File

@@ -231,7 +231,7 @@ void cFireworkItem::FadeColoursFromString(const AString & a_String, cFireworkIte
int cFireworkItem::GetVanillaColourCodeFromDye(short a_DyeMeta)
int cFireworkItem::GetVanillaColourCodeFromDye(NIBBLETYPE a_DyeMeta)
{
/*
Colours are supposed to be calculated via: R << 16 + G << 8 + B