CreeperHost / StevesCarts2

4 stars 5 forks source link

1.20.4 Neoforge - Cart will not resume work if there are repair materials present #28

Closed Saereth closed 1 month ago

Saereth commented 4 months ago

If you put for example a stack of diamonds in the repair slot, it will fully repair and then stop working while there are diamond present in the repair slot until you remove them. This presently makes full automation of the carts impossible.

brandon3055 commented 4 months ago

This mechanic appears to be intentional. There is even a tool tip that lets you know you should remove the extra items when you hover over the durability bar.

My guess is it's intended to help balance the lower tier tools by ensuring the user needs to regularly check and repair them.

There will be a config option to disable this behaviour in the next version.

Saereth commented 4 months ago

The config option works mostly, it will still cut trees and move but it wont plant saplings so I think there may be some other checks ignoring the config

brandon3055 commented 2 months ago

The wood cutter was attempting to plant the repair item. The default logic was just assuming that slot would always be empty, so didn't bother to ignore it.

gigabit101 commented 1 month ago

should already be fixed, Please re-open if it happens again