jrbudda / Builder

Builder for Citizens2
7 stars 14 forks source link

Builder will not accept certain items #23

Closed CosmicVoyager closed 11 years ago

CosmicVoyager commented 11 years ago

Greetings,

When ou try to give the builder some things he says he needs, he says he does not need i.

An example is jungle wood stairs. I will add more items as encountered.

Thanks

jrbudda commented 11 years ago

I'm guessing you're using the new RequireUnobtainable setting. I think I see the issue there. Will fix.

jrbudda commented 11 years ago

Try this http://www.sendspace.com/file/gbijup

CosmicVoyager commented 11 years ago

Hello, another such problem. Bob will not accept an iron door. In the build the iron door has a value of 71:8, but the iron door you make is 71.

Would it be possible to set which items are unobtainable in the config? And list items that are not required, such as fire?

jrbudda commented 11 years ago

Actually the door in your hand is 330. I will look and see about maybe allowing full customization.

jrbudda commented 11 years ago

k try this http://www.sendspace.com/file/1par8y

Ive removed the 'require unobtainable" option in lieu of a supply.txt file that specifies exactly what block id requires what (and optinally how much). The default file (which will be created on first load) is set up like standard Builder. Anything not specified in the txt file will default to it's normal drop item. So in your case you'd want to specify most blocks require themselves.

Example: for Cobwebs to require cobwebs instead of string, add "30:30" to the file and call /builder reload.