Clean up and rename textures in mcl_core
This commit is contained in:
parent
37bcb9449d
commit
316ee94c2d
86 changed files with 91 additions and 91 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue