lumien231 / Random-Things

The Random Things Minecraft Mod
69 stars 42 forks source link

Spectre Illuminators not lighting up Little Tiles flooring #410

Open cardinalsrulejd opened 5 years ago

cardinalsrulejd commented 5 years ago

As written, I'm using a basic block that is converted to Little Tiles to make flooring. The Spectre Illuminators are not picking up the blocks to illuminate. 2019-04-25_06 59 31

lumien231 commented 5 years ago

Well the way i make stuff glow is kinda hacky. This can be fixed on the LittleTiles side if they "return super.getLightValue(...)" instead of "return 0" in their block classes if the block doesn't glow.