1
0
mirror of https://github.com/D00Med/scifi_nodes.git synced 2024-11-14 06:10:30 +01:00

fix alien grass texture (#84)

This commit is contained in:
OgelGames 2024-07-15 16:37:24 +10:00 committed by GitHub
parent 6bb8d294f3
commit 8967e0ea04
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
4 changed files with 2 additions and 2 deletions

View File

@ -43,7 +43,7 @@ CC BY 3.0
* scifi_nodes_access_refused https://freesound.org/people/RICHERlandTV/sounds/216090/
* scifi_nodes_forcefield.png https://github.com/minetest-mods/technic/
* scifi_nodes_dirt.png https://github.com/minetest/minetest_game
* scifi_nodes_grass.png https://github.com/minetest/minetest_game
* scifi_nodes_grass_top.png https://github.com/minetest/minetest_game
* scifi_nodes_grass_side.png https://github.com/minetest/minetest_game
* scifi_nodes_wood.png https://github.com/minetest/minetest_game

View File

@ -6,7 +6,7 @@ local has_slats_mod = minetest.get_modpath("slats")
minetest.register_node("scifi_nodes:grassblk", {
description = "Dirt With Alien Grass",
tiles = {"scifi_nodes_grass.png^[colorize:cyan:80", "scifi_nodes_dirt.png",
tiles = {"scifi_nodes_grass_top.png^[colorize:cyan:80", "scifi_nodes_dirt.png",
{name = "scifi_nodes_dirt.png^(scifi_nodes_grass_side.png^[colorize:cyan:80)",
tileable_vertical = false}},
light_source = 2,

Binary file not shown.

Before

Width:  |  Height:  |  Size: 461 B

After

Width:  |  Height:  |  Size: 252 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 461 B