Minetest-WorldEditAdditions/worldeditadditions
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
..
lib //rotate: start implementing a frontend 2023-12-10 03:16:28 +00:00
init.lua Added //nodeapply to filter cmd changes via a nodelist 2023-11-26 22:20:05 +00:00
mod.conf core: implement fetch_command_def 2022-05-19 02:31:01 +01:00