mirror of
https://git.huckle.dev/Huckles-Minecraft-Archive/4jcraft.git
synced 2026-07-04 10:44:29 +00:00
MORE
This commit is contained in:
@@ -7,7 +7,7 @@
|
||||
#include "net.minecraft.world.effect.h"
|
||||
#include "net.minecraft.world.item.enchantment.h"
|
||||
#include "Monster.h"
|
||||
|
||||
#include "../Minecraft.Client/Windows64/Windows64_App.h"
|
||||
#include "../Minecraft.Client/Minecraft.h"
|
||||
|
||||
|
||||
@@ -156,4 +156,4 @@ bool Monster::canSpawn()
|
||||
// 4J Stu
|
||||
// Fix for #8265 - AI: Monsters will flash briefly on the screen around Monster Spawners when the game settings are set to Peaceful.
|
||||
return isDarkEnoughToSpawn() && PathfinderMob::canSpawn() && level->difficulty > Difficulty::PEACEFUL;
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user