Completely remove mcl_particles
This commit is contained in:
parent
b5ba0caf33
commit
63e2874f8c
@ -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
|
@ -1,3 +0,0 @@
|
||||
name = mcl_particles
|
||||
author = Wuzzy
|
||||
description = Contains particle images of MineClone 2. No code.
|
Loading…
x
Reference in New Issue
Block a user