TridentMC / MovingWorld

A library for minecraft mods that want moving player made structures. Powered by false promises. Maintained by darkevilmac.
Apache License 2.0
27 stars 13 forks source link

Add minecraft:double_plant to overwritable blocks #49

Open alphapapa opened 6 years ago

alphapapa commented 6 years ago

Hi,

I'm enjoying Davinci's a lot, but when trying to land aircraft, I'm constantly running into double-tall grass blocks keeping them elevated an extra block when landing, making it hard to climb back inside.

I added minecraft:double_plant to the overwritable_blocks list in the config file, and it fixed it.

I would send a PR, but I don't know Java, and I don't know the correct Blocks.BLOCK-type object to add to the list in the code.

Thank you very much for your work on these mods!

alphapapa commented 6 years ago

It might also be good to add minecraft:red_flower and minecraft:yellow_flower, as these tend to prevent disassembly in plains.