ModMIT
Magical Programming
A mod that allows you to type in custom spells to do a wide variety of things.
359
Downloads
4
Followers
2 years ago
Updated
📦
4
Versions
📖About Magical Programming
This mod adds in the magic wand item, where you can put in your spells in a custom programming language (SpellScript), and it'll run them! This allows you to do a lot of things.
To get the magic wand, craft with a nether star on top of two sticks. This may seem expensive, but it is definitely worth it. To use the wand, sneak right click to edit the spell, and right click to cast the spell.
Contains an in game guide (crafted with magenta dye and a book), but here are some sample commands:
print("Hello, World!")add force(self, multiply vector(look direction(self), 3))add force(summon arrow(position:eye position(self), critical:true, power:5, punch:2, pierce:10), multiply vector(look direction(self), 10)))