add axe, shovel, sword with light (OCD)
This commit is contained in:
parent
2720625083
commit
1564ceb22e
|
@ -543,6 +543,9 @@ end
|
||||||
update_walking_light_node()
|
update_walking_light_node()
|
||||||
|
|
||||||
walking_light.register_tool('pick')
|
walking_light.register_tool('pick')
|
||||||
|
walking_light.register_tool('axe')
|
||||||
|
walking_light.register_tool('shovel')
|
||||||
|
walking_light.register_tool('sword')
|
||||||
|
|
||||||
minetest.register_tool("walking_light:helmet_diamond", {
|
minetest.register_tool("walking_light:helmet_diamond", {
|
||||||
description = "Diamond Helmet with light",
|
description = "Diamond Helmet with light",
|
||||||
|
|
|
@ -1,12 +1,16 @@
|
||||||
495c495
|
514c514
|
||||||
< light_source = 13,
|
< light_source = 13,
|
||||||
---
|
---
|
||||||
> light_source = 14,
|
> light_source = 14,
|
||||||
510c510
|
529c529
|
||||||
< light_source = 13,
|
< light_source = 13,
|
||||||
---
|
---
|
||||||
> light_source = 14,
|
> light_source = 14,
|
||||||
588c588
|
545a546,548
|
||||||
|
> walking_light.register_tool('axe')
|
||||||
|
> walking_light.register_tool('shovel')
|
||||||
|
> walking_light.register_tool('sword')
|
||||||
|
594c597
|
||||||
< light_source = 13,
|
< light_source = 13,
|
||||||
---
|
---
|
||||||
> light_source = 14,
|
> light_source = 14,
|
||||||
|
|
Binary file not shown.
After Width: | Height: | Size: 179 B |
Binary file not shown.
After Width: | Height: | Size: 171 B |
Binary file not shown.
After Width: | Height: | Size: 172 B |
|
@ -543,6 +543,9 @@ end
|
||||||
update_walking_light_node()
|
update_walking_light_node()
|
||||||
|
|
||||||
walking_light.register_tool('pick')
|
walking_light.register_tool('pick')
|
||||||
|
walking_light.register_tool('axe')
|
||||||
|
walking_light.register_tool('shovel')
|
||||||
|
walking_light.register_tool('sword')
|
||||||
|
|
||||||
minetest.register_tool("walking_light:helmet_diamond", {
|
minetest.register_tool("walking_light:helmet_diamond", {
|
||||||
description = "Diamond Helmet with light",
|
description = "Diamond Helmet with light",
|
||||||
|
|
|
@ -1,12 +1,16 @@
|
||||||
495c495
|
514c514
|
||||||
< light_source = 13,
|
< light_source = 13,
|
||||||
---
|
---
|
||||||
> light_source = 14,
|
> light_source = 14,
|
||||||
510c510
|
529c529
|
||||||
< light_source = 13,
|
< light_source = 13,
|
||||||
---
|
---
|
||||||
> light_source = 14,
|
> light_source = 14,
|
||||||
588c588
|
545a546,548
|
||||||
|
> walking_light.register_tool('axe')
|
||||||
|
> walking_light.register_tool('shovel')
|
||||||
|
> walking_light.register_tool('sword')
|
||||||
|
594c597
|
||||||
< light_source = 13,
|
< light_source = 13,
|
||||||
---
|
---
|
||||||
> light_source = 14,
|
> light_source = 14,
|
||||||
|
|
Binary file not shown.
After Width: | Height: | Size: 179 B |
Binary file not shown.
After Width: | Height: | Size: 171 B |
Binary file not shown.
After Width: | Height: | Size: 172 B |
Reference in New Issue