mirror of
https://github.com/curioustorvald/Terrarum.git
synced 2026-06-13 20:14:05 +09:00
removing wall requirements to the circuit components for convenience
This commit is contained in:
@@ -14,7 +14,6 @@ import net.torvald.terrarumsansbitmap.gdx.TextureRegionPack
|
|||||||
class FixtureSignalBulb : Electric {
|
class FixtureSignalBulb : Electric {
|
||||||
|
|
||||||
@Transient override val spawnNeedsFloor = false
|
@Transient override val spawnNeedsFloor = false
|
||||||
@Transient override val spawnNeedsWall = true
|
|
||||||
|
|
||||||
constructor() : super(
|
constructor() : super(
|
||||||
BlockBox(BlockBox.NO_COLLISION, 1, 1),
|
BlockBox(BlockBox.NO_COLLISION, 1, 1),
|
||||||
|
|||||||
Reference in New Issue
Block a user