1
0
Disbranĉigi 0

add axe, shovel, sword with light (OCD)

This commit is contained in:
Phil Morrell 2018-09-06 10:10:34 +01:00
parent 2720625083
commit 1564ceb22e
No known key found for this signature in database
GPG Key ID: DF85C70ED3BD4B8C
10 changed files with 20 additions and 6 deletions

View File

@ -543,6 +543,9 @@ end
update_walking_light_node()
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", {
description = "Diamond Helmet with light",

View File

@ -1,12 +1,16 @@
495c495
514c514
< light_source = 13,
---
> light_source = 14,
510c510
529c529
< light_source = 13,
---
> 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 = 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

View File

@ -543,6 +543,9 @@ end
update_walking_light_node()
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", {
description = "Diamond Helmet with light",

View File

@ -1,12 +1,16 @@
495c495
514c514
< light_source = 13,
---
> light_source = 14,
510c510
529c529
< light_source = 13,
---
> 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 = 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