5 Commits

Author SHA1 Message Date
Starbeamrainbowlabs
4e544c555c replacemix: add support for wea.parse.chance
TODO: use wea.parse.weighted_nodes

The problem here is that we have a target_node with an optional chance 
too, so a finite state machine is needed to parse it currently

Once we've extracted the target_node and it's optional chance though, we 
should be able to use wea.parse.weighted_nodes in theory
2021-05-11 22:29:15 +01:00
Starbeamrainbowlabs
8877e356f0 refactor: refactor utils/strings.lua into multiple files 2021-03-20 01:48:56 +00:00
Starbeamrainbowlabs
9b913bdfb1 all commands: use human_time() in output 2020-06-26 21:23:03 +01:00
Starbeamrainbowlabs
0afbba4deb os.clock() → minetest.get_us_time()
....how did I miss that :P
2020-06-26 20:46:35 +01:00
Starbeamrainbowlabs
c0b40266c8 //replacemix: add command 2020-05-14 21:37:27 +01:00