Kir-Antipov / sync-fabric

One mind. Many bodies.
MIT License
17 stars 13 forks source link

[Feature Request] Lightning Charges Constructors #24

Closed ttamttamS closed 2 years ago

ttamttamS commented 2 years ago

Problem

I want to use sync for my hardcore game, but the treadmills are cute and silly which breaks the tension a little too much, and the fabric ecosystem currently lacks a tech mod that I find engaging. So there's no immersive way to charge constructors.

Feature

Why not Frankenstein it up a little? When struck by lightning the constructor charges an amount. Then placing a lightning rod on top (or beside I guess, if you hate aesthetics...) would be a valid mechanic for attracting lightning to charge it. Best part is unwaxed copper already de-oxidizes when struck, so the code should already be there to hook into (though idk how bad Minecraft's codebase is to work with so maybe not).

Other Solutions

Maybe you could charge it with beacons, removing their status effects but charging it based on pyramid size?

Additional Information

No response

Kir-Antipov commented 2 years ago

I like this suggestion. Sadly, I cannot implement this feature directly in this project, because it will change the way vanilla block (lightning rod) interacts with tech mods, but I will consider making a small separate mod for that after the war ends.

ttamttamS commented 2 years ago

Thanks for taking the time to look over this. Stay safe.

Kir-Antipov commented 2 years ago

Implemented via Kir-Antipov/lightning-power