Start on tile rewrite

This commit is contained in:
modmuss50 2016-04-11 17:23:57 +01:00
parent 169c8e5ceb
commit ef133ab25b
27 changed files with 39 additions and 891 deletions

View file

@ -11,7 +11,7 @@ import net.minecraft.item.ItemStack;
import net.minecraft.util.text.translation.I18n;
import techreborn.Core;
import techreborn.api.reactor.FusionReactorRecipeHelper;
import techreborn.api.recipe.RecipeHandler;
import reborncore.api.recipe.RecipeHandler;
import techreborn.api.recipe.machines.AssemblingMachineRecipe;
import techreborn.api.recipe.machines.ImplosionCompressorRecipe;
import techreborn.client.container.*;