Fuzss / spikyspikes

Don't step on it! Hurts almost as much as stepping on LEGO... ouch
https://www.curseforge.com/minecraft/mc-mods/spiky-spikes
Mozilla Public License 2.0
0 stars 2 forks source link

[Suggestion]: Movable spikes! #5

Open Tristan3030 opened 8 months ago

Tristan3030 commented 8 months ago

Mod Loader (Optional)

Fabric

Minecraft Version(s) (Optional)

1.20.1

Mod Version(s) (Optional)

8.0.1

Suggestion (Required)

I really enjoy this mod and the enchantment features, however I wish you could move the spikes with a piston. You could add the ability to enable or disable it via the config if necessary, but I think it would be an awesome addition since it can be quite annoying to have to pick up and put down different spikes depending on what you need your mob grinder for at the moment. Thank you!

Fuzss commented 8 months ago

Spikes are block entities since they need to store custom data like enchantments and moving block entities is unfortunately not supported by vanilla.

One solution that might be viable is making dispensers able to place spikes, and make piston break them when pushed into, so just like shulker boxes. how does that sound?

Tristan3030 commented 8 months ago

Oh okay, I didn't know they were block entities. That solution you mentioned with dispensers is good too though! Sweet thank you for your help.

Anonyku05 commented 8 months ago

I also enjoy the solution tbh

Spikes are block entities since they need to store custom data like enchantments and moving block entities is unfortunately not supported by vanilla.

One solution that might be viable is making dispensers able to place spikes, and make piston break them when pushed into, so just like shulker boxes. how does that sound?