More progress on the texture update, like new grass plants, sandstone,

gravel, granite, andesite, clay
This commit is contained in:
IamPyu
2024-10-09 19:33:15 -06:00
parent b8ed19d598
commit e4647f8757
14 changed files with 15 additions and 6 deletions

View File

@@ -9,6 +9,10 @@ PyuTest.make_grass = function (name, desc, groups, color, ttex, stex, dtex)
}), {
overlay_tiles = {"", "", _stex}
})
PyuTest.make_flower(name.."_plant", desc .. " Plant", "pyutest-grass-plant.png", nil, false, nil, {
color = color
})
end
PyuTest.make_grass("pyutest_grass:grass", "Grass", {
@@ -42,3 +46,8 @@ PyuTest.make_grass("pyutest_grass:jungle_grass", "Jungle Grass", {
crumbly = PyuTest.BLOCK_FAST,
acid_vulnerable = 1,
}, "#3b562d")
PyuTest.make_grass("pyutest_grass:snowy_grass", "Snowy Grass", {
crumbly = PyuTest.BLOCK_FAST,
acid_vulnerable = 1,
}, "#f2f6fb")

View File

@@ -1 +1 @@
depends = pyutest_blocks
depends = pyutest_blocks,pyutest_flowers