Started by
JTMessenger
on
Topic category: Help with Minecraft modding (Java Edition)
So with MCreator, I have been making a Society type mod that includes things you see in the daily.
I was trying to work on a Smoke Detector but is there any way to detect a fire that is in loaded chunks and send a Sound Effect?
I'm currently using a Model I created from BlockBench as a "Block" that you place down.
You can scan for fire blocks in a given region. There is a procedure template in procedure templates to check for the existence of a block in a given square cube.