Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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

Open
MCTian-mi opened this issue Jul 12, 2024 · 0 comments
Open

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

MCTian-mi opened this issue Jul 12, 2024 · 0 comments
Labels
status: unverified Issue is unverified

Comments

@MCTian-mi
Copy link
Contributor

MCTian-mi commented Jul 12, 2024

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
status: unverified Issue is unverified
Projects
None yet
Development

No branches or pull requests

1 participant