BuiltBrokenModding / ICBM-2

Missile mod for minecraft forge
http://www.builtbroken.com/pages/icbm/
MIT License
55 stars 38 forks source link

Missile workstation not placeable over grass #292

Open LemADEC opened 7 years ago

LemADEC commented 7 years ago

As of ICBM-1.7.10-2.15.1b431 / VoltzEngine-1.7.10-1.4.0b84, we are unable to place the Missile Workstation on expandable blocks like vanilla grass.

It does work properly with 'air' blocks, allowing to overwrite them. It does work properly with the Missile station.

DarkGuardsman commented 7 years ago

Forgot to note this when I read it last week. This is most likely an issue with the multi-block placement code in VE not checking is replaceable. Not sure I'm going to change it as its not too hard to clear out some grass blocks. Plus people may not desire to place over things like flowers, fluid blocks, or weeds that act as replaceable blocks. That being said I could add a config and potentially even client side config so each player can pick this behavior.

LemADEC commented 7 years ago

My first concern is that Missile station behave differently.

DarkGuardsman commented 7 years ago

hmm might not be the new multi-block code then as i know one of the two missile stations uses the old code.