[SUGGESTION] Craftweaker support (if there isn't any yet)
Deepfried-Chips opened this issue ยท 4 comments
For example we can use it to create custom genes and for example on gene obtain (which can be detectable using events if you add events) and then let's say give a status effect that lasts forever and maybe on respawn you can regrant it (if it's using a potion effect for it), like check on respawn what genes the player has and you could do if ([list of genes] contains EnderDragonAll (ender dragon all being a custom gene)) then enable flight, give them end crystal regeneration and set their health to something high
for an example of getting genes would be
var GenesList = gr.GetGenesList(player)