mirror of
https://github.com/D00Med/scifi_nodes.git
synced 2024-11-14 14:20:29 +01:00
fix alien grass texture (#84)
This commit is contained in:
parent
6bb8d294f3
commit
8967e0ea04
|
@ -43,7 +43,7 @@ CC BY 3.0
|
||||||
* scifi_nodes_access_refused https://freesound.org/people/RICHERlandTV/sounds/216090/
|
* scifi_nodes_access_refused https://freesound.org/people/RICHERlandTV/sounds/216090/
|
||||||
* scifi_nodes_forcefield.png https://github.com/minetest-mods/technic/
|
* scifi_nodes_forcefield.png https://github.com/minetest-mods/technic/
|
||||||
* scifi_nodes_dirt.png https://github.com/minetest/minetest_game
|
* 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_grass_side.png https://github.com/minetest/minetest_game
|
||||||
* scifi_nodes_wood.png https://github.com/minetest/minetest_game
|
* scifi_nodes_wood.png https://github.com/minetest/minetest_game
|
||||||
|
|
||||||
|
|
|
@ -6,7 +6,7 @@ local has_slats_mod = minetest.get_modpath("slats")
|
||||||
|
|
||||||
minetest.register_node("scifi_nodes:grassblk", {
|
minetest.register_node("scifi_nodes:grassblk", {
|
||||||
description = "Dirt With Alien Grass",
|
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)",
|
{name = "scifi_nodes_dirt.png^(scifi_nodes_grass_side.png^[colorize:cyan:80)",
|
||||||
tileable_vertical = false}},
|
tileable_vertical = false}},
|
||||||
light_source = 2,
|
light_source = 2,
|
||||||
|
|
Binary file not shown.
Before Width: | Height: | Size: 461 B After Width: | Height: | Size: 252 B |
BIN
textures/scifi_nodes_grass_top.png
Normal file
BIN
textures/scifi_nodes_grass_top.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 461 B |
Loading…
Reference in New Issue
Block a user