Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Suggestion: Add Datapack/Command support for spells #13

Open
SattesKrokodil opened this issue Sep 12, 2021 · 2 comments
Open

Suggestion: Add Datapack/Command support for spells #13

SattesKrokodil opened this issue Sep 12, 2021 · 2 comments
Labels
enhancement New feature or request priority: lowest

Comments

@SattesKrokodil
Copy link

SattesKrokodil commented Sep 12, 2021

First of, this mod is really good, I like it a lot!

What would possible give it infinite content is the following thing, make spells into datapacks and let us users create our own spells! I am suggesting this as modpack maker, currently working on a new one for 1.17 and if you add this I could go ham on spells. It lets you combine all mods to make something new. Example could be use a spell, transform into a skeleton for 30 seconds if you have identity installed. It would be a one time effort for you, and you could add all comunity spells if you like them (=

a json file with the following fields:

Example:

Name: "Rutilans Spell"
Type: utilis
Cooldown: 20
Action Type: World
Scrollcolor: colorcode

Spell Discovery Recipe:
top right 1: Glow Ink Sac
top right 2: Daylight Detector
bot right 1: Glowstone Dust
bot right 2: Utilis Mushroom
top left 1: Glow Ink Sac
top left 2: Daylight Detector
bot left 1: Glowstone Dust
bot left 2: Utilis Mushroom

projectile: "none" (if specified shoots a block of your choice in a straight line)
particles: "/particle minecraft:glow ~ ~ ~ 1 1 1 0.1 100 force"
ticks: "30" (how long it should play the particles)
sounds: "/playsound betternether:betternether.mob.firefly.fly" (example that this system has autocompat with every other mod)
command: "/effect give @e[distance=..30] minecraft:glowing"

Thank you for your time and effort!

@Luligabi1
Copy link
Owner

Hi! Thank you for the suggestion! It'd be really neat to have something like this, however, I don't think I currently have the skills to make a fully data-driven spell system :( I'll keep this open for now, but don't expect it in the foreseeable future. If you have any glyph/spell ideas you think might fit into the mod, please do open an issue :)

@SattesKrokodil
Copy link
Author

Thanks, I will do that for sure once we start the modpack with it! Also thx for the reply :)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request priority: lowest
Projects
None yet
Development

No branches or pull requests

2 participants