diff --git a/items.lua b/items.lua index 566d910..397b077 100644 --- a/items.lua +++ b/items.lua @@ -184,7 +184,7 @@ bows.register_arrow("arrow_toxic",{ bows.register_arrow("arrow_rainbow",{ description="Rainbow arrow", - texture="bows_arrow_wood.png^bows_rainbow.png", + texture="bows_rainbow.png^[resize:16x16^[mask:bows_arrow_grayscale.png", craft_count=8, damage=11, --[[ craft={ diff --git a/textures/bows_arrow_grayscale.png b/textures/bows_arrow_grayscale.png new file mode 100644 index 0000000..898fa46 Binary files /dev/null and b/textures/bows_arrow_grayscale.png differ