More progress on the texture update, like new grass plants, sandstone,
gravel, granite, andesite, clay
This commit is contained in:
@@ -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")
|
||||
|
@@ -1 +1 @@
|
||||
depends = pyutest_blocks
|
||||
depends = pyutest_blocks,pyutest_flowers
|
||||
|
Reference in New Issue
Block a user