Description:
A mod that can be used to remove/replace unknown entities, nodes, & items. Originally forked from PilzAdam's clean mod.

Licensing:
- Code: MIT
- Textures: CC0
- Minetest 0.4.16 or newer
- Depends: none
There are three files in the world path that can be edited: clean_entities.json, clean_nodes.json, & clean_items.json. If they do not already exist when the server is started they will be created automatically.
They are formatted as follows:
Code: Select all
{
"remove":
[
"creatures:ghost",
"creatures:sheep",
],
"replace":
{
"biofuel:biofuel":"default:leaves",
"helicopter:heli":"default:copper_lump",
"unifieddyes:airbrush":"default:coal_lump",
},
}
Links:
Releases: