DasHomi / preventer

A mod that prevents you from doing dumb things
https://modrinth.com/mod/preventer
MIT License
8 stars 4 forks source link

Disable accidental snowed-block removal #30

Open 500-internal-server-error opened 10 months ago

500-internal-server-error commented 10 months ago

The blocks snow layers generate on include shovelable blocks, such as dirt and sand. I need a shovel to break the snow to get snowballs, but with a shovel I also risk breaking the block underneath it, which is often not what I want. Currently, I would have to find a non-shovelable block and build a snow golem on top of it to farm snow.

I suggest adding a toggle somewhere to do something like "snow farming mode" to ensure that only snow layers get shoveled for the snow, not other shovelable blocks. This would eliminate the need for the aforementioned non-shovelable block + snow golem, since I can now just scrape the landscape.

DasHomi commented 10 months ago

The idea sounds good, but I'm not quite sure how I'll implement that, so it may take a bit to implement it.