Removal of lots of fixmes.
Removed InvTweaks sort order (mod indicates it wont update, suggested replacement cpw sorting mod only sorts by count and reg-id). Reactivated dissassemble special recipe. Removed leftovers from cable bus non-tesr tile. Added JEI facade recipes back in. Removed superflous datagen for quartz tools.
This commit is contained in:
@@ -24,5 +24,5 @@
|
||||
package appeng.api.config;
|
||||
|
||||
public enum SortOrder {
|
||||
NAME, AMOUNT, MOD, INVTWEAKS
|
||||
NAME, AMOUNT, MOD
|
||||
}
|
||||
@@ -23,12 +23,13 @@
|
||||
|
||||
package appeng.api.parts;
|
||||
|
||||
import appeng.api.util.AEPartLocation;
|
||||
import net.minecraft.block.BlockState;
|
||||
import net.minecraft.entity.Entity;
|
||||
import net.minecraft.item.Item;
|
||||
import net.minecraft.item.ItemStack;
|
||||
|
||||
import appeng.api.util.AEPartLocation;
|
||||
|
||||
/**
|
||||
* Used Internally.
|
||||
*
|
||||
|
||||
Reference in New Issue
Block a user