updated some textures
This commit is contained in:
parent
d6dd79973d
commit
9f34dc4256
4
api.lua
4
api.lua
@ -2183,8 +2183,8 @@ minetest.register_entity(name, {
|
|||||||
if self.webber==true then
|
if self.webber==true then
|
||||||
local pos = self.object:getpos()
|
local pos = self.object:getpos()
|
||||||
if (math.random(1,50)==1) then
|
if (math.random(1,50)==1) then
|
||||||
dx=math.random(1,3)
|
local dx=math.random(1,3)
|
||||||
dz=math.random(1,3)
|
local dz=math.random(1,3)
|
||||||
local p = {x=pos.x+dx, y=pos.y-1, z=pos.z+dz}
|
local p = {x=pos.x+dx, y=pos.y-1, z=pos.z+dz}
|
||||||
local t = {x=pos.x+dx, y=pos.y, z=pos.z+dz}
|
local t = {x=pos.x+dx, y=pos.y, z=pos.z+dz}
|
||||||
local n = minetest.env:get_node(p).name
|
local n = minetest.env:get_node(p).name
|
||||||
|
Binary file not shown.
Before Width: | Height: | Size: 769 B |
Binary file not shown.
Before Width: | Height: | Size: 559 B |
Binary file not shown.
Before Width: | Height: | Size: 781 B |
Binary file not shown.
Before Width: | Height: | Size: 776 B |
Binary file not shown.
Before Width: | Height: | Size: 405 B |
Loading…
x
Reference in New Issue
Block a user