Oops, fix missing dependency, texture name.

This commit is contained in:
Aaron Suen 2019-10-13 11:39:00 -04:00
parent 402f0150b7
commit af42914d86
2 changed files with 2 additions and 2 deletions

View File

@ -1,2 +1,2 @@
name = nc_lux
depends = nc_api, nc_api_craft, nc_lode, nc_terrain
depends = nc_api, nc_api_craft, nc_lode, nc_terrain, nc_player_health

View File

@ -12,7 +12,7 @@ for i = 1, 8 do
description = "Lux Cobble",
tiles = {
"nc_terrain_gravel.png^((" .. modname .. "_base.png^[mask:"
.. modname .. "_mask.png)^[opacity:"
.. modname .. "_dot_mask.png)^[opacity:"
.. (i * 32) .. ")^nc_terrain_cobble.png"
},
stackfamily = modname .. ":cobble",