Clean up and rename textures in mcl_core

This commit is contained in:
Wuzzy 2017-05-26 01:06:54 +02:00
parent 37bcb9449d
commit 316ee94c2d
86 changed files with 91 additions and 91 deletions

View file

@ -251,7 +251,7 @@ minetest.register_globalstep(function(dtime)
pos = {x=x, y=y, z=z},
expirationtime = 1,
size = 8,
texture = "default_barrier.png",
texture = "mcl_core_barrier.png",
playername = name
})
end