From 425f63c67342aac2b1b0045907f7333a5e4ee793 Mon Sep 17 00:00:00 2001 From: Anuken Date: Mon, 18 Nov 2019 12:43:04 -0500 Subject: [PATCH] Update Blocks.java --- core/src/io/anuke/mindustry/content/Blocks.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/core/src/io/anuke/mindustry/content/Blocks.java b/core/src/io/anuke/mindustry/content/Blocks.java index 269e51e11a..3fa044e97b 100644 --- a/core/src/io/anuke/mindustry/content/Blocks.java +++ b/core/src/io/anuke/mindustry/content/Blocks.java @@ -740,7 +740,7 @@ public class Blocks implements ContentList{ }}; illuminator = new LightBlock("illuminator"){{ //disabled until implemented properly - //requirements(Category.effect, ItemStack.with(Items.graphite, 5)); + requirements(Category.effect, BuildVisibility.lightingOnly, ItemStack.with(Items.graphite, 5)); color = Color.valueOf("7d93ff"); brightness = 0.6f; radius = 80f;