feat: tu43 entity sounds, spawner fixes, and a 16x16 region toolset

This commit is contained in:
Fireblade
2026-07-23 19:47:55 -04:00
parent 1488469cb2
commit a045d994fb
135 changed files with 416 additions and 20 deletions
+2
View File
@@ -13,6 +13,7 @@
#include "Cow.h"
#include "../Minecraft.Client/Textures.h"
#include "MobCategory.h"
#include "SoundTypes.h"
@@ -111,6 +112,7 @@ bool Cow::mobInteract(shared_ptr<Player> player)
if (item != nullptr && item->id == Item::bucket->id && !player->abilities.instabuild)
{
player->awardStat(GenericStats::cowsMilked(),GenericStats::param_cowsMilked());
playSound(eSoundType_ENTITY_COW_MILK, 1.0f, 1.0f);
if (item->count-- == 0)
{