GregTech CE Unofficial

GregTech CE Unofficial

412k Downloads

[Bug?] Mobs can't spawn on CEu stones

MCTian-mi opened this issue ยท 0 comments

commented

GregTech CEu Version

v2.8.10

Modpack Used

No response

Addons Installed

No response

Environment

Singleplayer

New Worlds

Yes

Cross-Mod Interaction

Yes

Expected Behavior

Mobs can spawn on ceu stone blocks, just like the vanilla ones.

Actual Behavior

They can't since

@Override
public boolean canCreatureSpawn(@NotNull IBlockState state, @NotNull IBlockAccess world, @NotNull BlockPos pos,
@NotNull EntityLiving.SpawnPlacementType type) {
return false;
}

Steps to Reproduce

N/A

Additional Information

I don't know if this is intended, but since mobs can spawn on ceu ores, I don't see a reason why they can't spawn on ceu stone blocks, at least not all variants.