trap grass texture fix

hightime
hightime 2020-03-29 23:40:49 -04:00
parent b176604748
commit 01bc4282cb
2 changed files with 1 additions and 1 deletions

Binary file not shown.

After

Width:  |  Height:  |  Size: 482 B

View File

@ -64,7 +64,7 @@ minetest.register_abm(
-- Nodes
minetest.register_node("bobblocks:trap_grass", {
description = "Trap Grass",
tiles = {"default_grass.png"},
tiles = {"bobblocks_trap_grass.png"},
paramtype2 = "facedir",
legacy_facedir_simple = true,
groups = {snappy=2,cracky=3,oddly_breakable_by_hand=3},