Jump to content

Recommended Posts

Posted

-I am writing spell scripts for a mod I am using called RSMC. It's a Runescape based Mod for Forge 1.7.10.

-My spells work, but the issue is they are invisible or create no color effects.

-My Teleport Spell uses:

function populateColorMap(map) {

map.put("#FFFFFF", 1.1);

map.put("#00FFFF", 1.2);

map.put("#0000FF", 1.7);

}
My Projectile Spell uses:

function getParticleColors() {

var map = new HashMap();

map.put("#FFFFFF", 1.0);

return map;

}

I was wondering if anyone could help me out, please.

Posted

1.7 is no longer supported on this forum.

Please update to a modern version of Minecraft to receive support.

I do Forge for free, however the servers to run it arn't free, so anything is appreciated.
Consider supporting the team on Patreon

Guest
This topic is now closed to further replies.

Announcements



×
×
  • Create New...

Important Information

By using this site, you agree to our Terms of Use.