IC2 Classic

IC2 Classic

2M Downloads

Cropmatron with request tube won't request weedex (fertilizer works)

Shizz00 opened this issue ยท 4 comments

commented

screenshot

There are two weedex in the barrel, if the cropmatron is replaced with a chest/bulk crafter/other storage container it works.

commented

@Shizz00 most likely it can not insert the item into the required slot from the side you have picked.
Please check the "UI settings" and check if the slot is accessible from said side.

commented

Hm, i selected the weedex slot and every side is accepted for input. Still no request.i

commented

ok ill look into it when the next update patch comes.

commented

Fixed... Yeah dumb bug...

		handler.registerInputFilter(filters[0], 0, 1, 2);
		handler.registerInputFilter(filters[1], 3, 4, 5);
		handler.registerInputFilter(filters[2], 6, 7, 8); //Filters was a 1 yeah no wonder it didn't work...