Minetest-WorldEditAdditions/worldeditadditions_commands
Starbeamrainbowlabs 74a8996afc
//rotate: start implementing a frontend
This is more complicated than I expected.
We've got a new parser and a state machine for the args, but we now need to put these values to use and pass them to worldeditadditions.rotate().
NOTE TO SELF: BE REAL CAREFUL WITH ORIGIN HANDLING.
We MUST NOT pull from sorted pos1/2 by accident! Though I doubt this would be an issue since weac.pos.get(player_name, i) is a thing
2023-12-10 03:16:28 +00:00
..
commands //rotate: start implementing a frontend 2023-12-10 03:16:28 +00:00
doc start working on converting everything to the new utils location 2022-09-18 17:59:57 +01:00
aliases.lua //move+, //copy+ override //move, //copy by default 2023-07-10 21:12:54 +01:00
init.lua Add //ngroups, which lists the groups a given node is a member of 2023-11-27 23:44:06 +00:00
mod.conf core: implement fetch_command_def 2022-05-19 02:31:01 +01:00
player_notify_suppress.lua //subdivide: Tidy up output 2020-06-26 21:15:13 +01:00