fix #2218, as per Gyro
This commit is contained in:
parent
99369a106b
commit
4790eabc66
1 changed files with 1 additions and 0 deletions
|
@ -36,6 +36,7 @@ public class BlockMarker extends BlockBuildCraft {
|
|||
super(Material.circuits);
|
||||
|
||||
setLightLevel(0.5F);
|
||||
setHardness(0.0F);
|
||||
setCreativeTab(CreativeTabBuildCraft.ITEMS.get());
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue