Started by
HeroExterio
on
Topic category: Advanced modding
OK not sure if this is the right area, but I'd like to know is there a way to add void fog to a biome? I want to make a creepy biome and with void fog I think it will add to the creepyness, I don't really want to use blindness effect sadly because it will take away from some of my blocks for example my my trees when it is day they are one block then come night time it opens up to show eyes, they will blink randomly (15% on open and about 95% on close, still in testing with that) so anyhow ea if someone can help with that i would be very thankful
Register event handler class. There asign FogDensity and FogColor events , check for your biome and fog density + color in RGB.
@#1 thanks, i dont supose you could also help with my custom sound problem? i saved a sound in all formats (sound, amb, and record) all ogg format to but nothing plays is there a size/time limit on sounds?
@#1.1 actually not.
@#1.1 Try in the source code change the string of your sound like "mod.pistol.shot" change to the "testenvironmentmod:mod.pistol.shot"
@#1.1.2 sadly it is reading as "TestEnvironmentMod:Spooky.Biome" but wont play anything as of yet
if(true){
world.playSoundEffect((double)i + 0.5D, (double)j + 0.5D, (double)k + 0.5D, "TestEnvironmentMod:Spooky.Biome", 1.0F, 1.0F);
}
what MC prints to the console when is your sound supossed to play?
a whole lot of nothing lol
Been having alot of problems with no one to really get help from, MCreator won't recompile my mod because something is wrong and I don't know how to read the error, I set my mod blocks as tree stem and leafs (for a modded tree) and says can't do that, then I try using just the schematic and well that worked but no trees spawned when I set both it said there was something wrong again