Started by
Juplikate
on
Topic category: Help with Minecraft modding (Java Edition)
I want to make it so a mob can only spawn on a specific block. It won't spawn on magma from what I have tried, and I edited the spawn conditions to try and make it spawn on magma blocks.
What am I doing wrong?
if(is block at y-1 == magma block) {
return true
} else return false