Minetest-WorldEditAdditions/worldeditadditions_core
Starbeamrainbowlabs d1b9d1c1c1
vector3.round_dp(): todo
2023-01-21 03:27:02 +00:00
..
core huh, weird. evidently we need all the checks ever 2023-01-11 02:32:01 +00:00
utils vector3.round_dp(): todo 2023-01-21 03:27:02 +00:00
README.md Implement run_command, but it's not quite finished yet 2022-05-17 01:03:58 +01:00
init.lua implement initial //spline, but it isn't finished yet 2022-09-25 01:18:40 +01:00
mod.conf core: fix bugs, enable! 2022-05-19 01:45:36 +01:00

README.md

worldeditadditions_core

This mod's purpose is to provide a solid base upon which the rest of WorldEditAdditions can function. Once it is complete, we will be able to mark our dependency on worldedit itself optional. To get to that point though will still require a significant effort in implementing enhanced versions of all existing WorldEdit commands. If you've got some free time and a great idea for a command, please do open a pull request! :D

In short, worldeditadditions_core is a reimplementation of a number of underlying parts of the worldedit engine. Parts of worldeditadditions_core are likely to look very similar to parts of WorldEdit - this is because inspiration was taken from Uberi/WorldEdit when implementing worldeditadditions_core.