patrick-layden / HyperConomy

https://dev.bukkit.org/projects/hyperconomy
GNU General Public License v3.0
35 stars 24 forks source link

[URGENT] Wood Types Not Compositing #106

Closed ghost closed 8 years ago

ghost commented 8 years ago

For some reason only oak wood will composite when factoring in prices for items like sticks. Other wood types do not composite.

Hyperconomy 0.975.7 running on 1.9.4 Paper Spigot Build 768

patrick-layden commented 8 years ago

There is only one type of stick, and no way to know which type of wood it originated from without a lot of unnecessary work, so any generic wood item composites to oak wood. There isn't really any other way to do it, except for just making them not composites. Let me know if you have a better idea.