Illuminator description
This commit is contained in:
@@ -898,6 +898,7 @@ block.sorter.name = Sorter
|
||||
block.inverted-sorter.name = Inverted Sorter
|
||||
block.message.name = Message
|
||||
block.illuminator.name = Illuminator
|
||||
block.illuminator.description = A small, compact, configurable light source. Requires power to function.
|
||||
block.overflow-gate.name = Overflow Gate
|
||||
block.silicon-smelter.name = Silicon Smelter
|
||||
block.phase-weaver.name = Phase Weaver
|
||||
|
||||
@@ -739,9 +739,7 @@ public class Blocks implements ContentList{
|
||||
requirements(Category.effect, ItemStack.with(Items.graphite, 5));
|
||||
}};
|
||||
illuminator = new LightBlock("illuminator"){{
|
||||
//disabled until implemented properly
|
||||
requirements(Category.effect, BuildVisibility.lightingOnly, ItemStack.with(Items.graphite, 5));
|
||||
color = Color.valueOf("7d93ff");
|
||||
requirements(Category.effect, BuildVisibility.lightingOnly, ItemStack.with(Items.graphite, 4, Items.silicon, 2));
|
||||
brightness = 0.67f;
|
||||
radius = 120f;
|
||||
consumes.power(0.05f);
|
||||
|
||||
Reference in New Issue
Block a user