From 657b796e55e310e7b97683fc8aba1bc59bdd1450 Mon Sep 17 00:00:00 2001 From: rubenwardy Date: Fri, 12 Dec 2014 20:23:09 +0000 Subject: [PATCH] Nodes Items Crafting: JPEGs --- chapters/nodes_items_crafting.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/chapters/nodes_items_crafting.md b/chapters/nodes_items_crafting.md index 67836d0..9e6f031 100644 --- a/chapters/nodes_items_crafting.md +++ b/chapters/nodes_items_crafting.md @@ -47,7 +47,7 @@ Textures Normally textures have a resolution of 16x16, but they can be in the order of 2: 16, 32, 64, 128, etc. Textures should be placed in textures/. Their name should match ``modname_itemname.png``.\\ -JPEGs are supported, but PNGs are recommended for non-realistic textures. +JPEGs are supported, but they do not support transparency and are generally bad quality at low resolutions. Registering a Craftitem -----------------------