chaseoes / DwarfForge

Plugin for the CraftBukkit Minecraft server
http://dev.bukkit.org/server-mods/dwarfforge/
2 stars 3 forks source link

Dwarf Forge unlimited size problem. #14

Closed Guardian9978 closed 12 years ago

Guardian9978 commented 12 years ago

In the config file it states that if you set horizontal or vertical stacking to 0 then the forge can be of any size vertically or horizontally. I looked through Forge.java and found a problem.

https://github.com/dredhorse/DwarfForge/blob/master/src/main/java/org/simiancage/bukkit/DwarfForge/Forge.java#L118

lines 118 - 120 if the entered value is 0 it wont make a Dwarf Forge. // Can't be a Forge beyond the vertical stacking limit. if (stack <= 0) { return false; }

Do you think this could be fixed?

dredhorse commented 12 years ago

not really... it is more than that... I removed those lines from the config... just specify the correct heights