Layers-of-Railways / CreateNumismatics

Aesthetic & Functional Create styled currency mod
GNU Lesser General Public License v3.0
23 stars 12 forks source link

[suggestion] Gambling #68

Closed N0aW closed 4 months ago

N0aW commented 4 months ago

Describe the Suggestion

Where there's money, there's gambling.

Honestly I think the implementation for this could vary. It could be a redstone component that outputs a random value from 1 to 15 when given a redstone input, or even full slot machine blocks.

Basically I want some redstone/numismatic blocks to add gambling to my server.

Screenshots and Videos

No response

Additional Context

No response

N0aW commented 4 months ago

The slot machine blocks would be like vendors, where they have an owner that has to fill them with payout money.

Just like vendors, they could have creative versions with unlimited payout money.

techno-sam commented 4 months ago

Numismatics follows Create's design philosophy of avoiding single-block solutions where possible. This can be reasonably achieved using vanilla redstone mechanics and (if you need an infinite supply) Creative Crates.

Here's a MC Wiki page describing randomizers: https://minecraft.wiki/w/Tutorials/Randomizers

N0aW commented 4 months ago

Ok. Thanks for the link