So, I'm recreating Tekkit Classic and I'm currently making the Equivalent Exchange loot balls. Basically, something destroys some blocks -> an ender pearl pops out with a list stored inside it of each block destroyed.
As of current, it's all saved - in strings - like so:
How can I change this to say
?
As of current, it's all saved - in strings - like so:
code_language.skript:
dirt, dirt, dirt, stone, dirt, stone, andesite, andesite, dirt and stone
How can I change this to say
code_language.skript:
5 dirt, 3 stone and 2 andesite
?