From 565b691e29444f8ce02ceca62a013e9571457265 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Florian=20N=C3=BCcke?= Date: Mon, 6 Apr 2015 21:18:53 +0200 Subject: [PATCH] Updated comment in config wrt. print light level. --- src/main/resources/application.conf | 3 +++ 1 file changed, 3 insertions(+) diff --git a/src/main/resources/application.conf b/src/main/resources/application.conf index 70fc15b86..699d64d80 100644 --- a/src/main/resources/application.conf +++ b/src/main/resources/application.conf @@ -1049,6 +1049,9 @@ opencomputers { # The maximum light level a printed block can emit. This defaults to # a value similar to that of a redstone torch, because by default the # material prints are made of contains redstone, but no glowstone. + # Prints' light level can further be boosted by crafting them with + # glowstone dust. This is merely the maximum light level that can be + # achieved directly when printing them. maxPrintLightLevel: 8 }