So i tried replacing the nuclear scorch mark files with transparent 10x10px files.
I created the base mod and it is recognized by the game.
But the textures arent replaced.
I replaced the following files with the 10x10 px .png file :
Code: Select all
nonukescorch_0.5.0\data\base\graphics\terrain\hr-nuclear-ground.png
nonukescorch_0.5.0\data\base\graphics\terrain\nuclear-ground.png
All files in
nonukescorch_0.5.0\data\base\graphics\decorative\nuclear-ground-patch\
Code: Select all
return {
resource_pack_name = "nonukescorch",
-- textures defined to replace
data = {
base = {
graphics = {
terrain = {
["hr-nuclear-ground.png"] = { },
["nuclear-ground.png"] = { },
},
decorative ={
nuclear-ground-patch = {
},
},
},
},
}
}
Thanks for your help and have a nice weekend!