Change grass block inventory colour

According to the wiki, the hex code of the grass block when held or in the inventory is #7CBD6B.
This commit is contained in:
FossFanatic 2022-12-27 21:19:33 +00:00
parent ac90350257
commit 9f9cc3a629
1 changed files with 1 additions and 1 deletions

View File

@ -373,7 +373,7 @@ minetest.register_node("mcl_core:dirt_with_grass", {
overlay_tiles = {"mcl_core_grass_block_top.png", "", {name="mcl_core_grass_block_side_overlay.png", tileable_vertical=false}},
palette = "mcl_core_palette_grass.png",
palette_index = 0,
color = "#8EB971",
color = "#7CBD6B",
is_ground_content = true,
stack_max = 64,
groups = {