Completely remove mcl_particles

This commit is contained in:
cora 2024-04-03 02:19:38 +02:00 committed by ryvnf
parent b5ba0caf33
commit 63e2874f8c
2 changed files with 0 additions and 18 deletions

View File

@ -1,15 +0,0 @@
mcl_particles = {}
local warning_text = "invoked. This function has been inactivated in mineclonia and does not do anything. It may be removed in the future."
function mcl_particles.add_node_particlespawner(pos, particlespawner_definition, level)
minetest.log("warning", "mcl_particles.add_node_particlespawner "..warning_text)
end
function mcl_particles.delete_node_particlespawners(pos)
minetest.log("warning", "mcl_particles.delete_node_particlespawner "..warning_text)
end
function mcl_particles.spawn_smoke(pos, name, smoke_pdef_base)
minetest.log("warning", "mcl_particles.add_node_particlespawner "..warning_text)
end

View File

@ -1,3 +0,0 @@
name = mcl_particles
author = Wuzzy
description = Contains particle images of MineClone 2. No code.