Use pitch lookup in noteblock block entity (#4826)
- Removed the calculation in the noteblock block entity I did the calculation in python if anyone is interested where the numbers are from Co-authored-by: 12xx12 <12xx12100@gmail.com>
This commit is contained in:
@@ -532,7 +532,7 @@ public:
|
||||
{
|
||||
mWriter.BeginCompound("");
|
||||
AddBasicTileEntity(a_Note, "Music");
|
||||
mWriter.AddByte("note", static_cast<Byte>(a_Note->GetPitch()));
|
||||
mWriter.AddByte("note", static_cast<Byte>(a_Note->GetNote()));
|
||||
mWriter.EndCompound();
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user