mirror of
https://github.com/theFox6/microexpansion.git
synced 2024-11-22 15:13:51 +01:00
Ores: Update supernatet texture
Texture by @XtremeHacker
This commit is contained in:
parent
53efb78c81
commit
3e1a298f08
@ -28,7 +28,7 @@ me.register_node("incranium", {
|
|||||||
-- Supernatet ore will be used to craft wings of flight
|
-- Supernatet ore will be used to craft wings of flight
|
||||||
me.register_node("supernatet", {
|
me.register_node("supernatet", {
|
||||||
description = "Supernatant Ore",
|
description = "Supernatant Ore",
|
||||||
tiles = { "supernatet" },
|
tiles = { "default_stone.png^microexpansion_ore_supernatet.png" },
|
||||||
is_ground_content = true,
|
is_ground_content = true,
|
||||||
type = "ore",
|
type = "ore",
|
||||||
groups = { cracky=3, stone=1 },
|
groups = { cracky=3, stone=1 },
|
||||||
|
Binary file not shown.
Before Width: | Height: | Size: 266 B After Width: | Height: | Size: 309 B |
Loading…
Reference in New Issue
Block a user