Проект не билдится

Версия Minecraft
1.7.10
API
Forge
36
1
5
Привет!
Открыл исходники мола, подключил все нужные либы. Всё, идея не показывает ошибок в проекте. Начинаю билдить, у меня отвалились стандартные методы. Пытался cleanCache -> setupDecompWorkspace -> setupDevWorkspace, не помогло.
Проект в другую папку перекидывал с полностью стандартными настройками. Использую это.
Подскажите пожалуйста, в чем может быть проблема? Заранее спасибо, буду рад любой помощи.
1666936697903.png

1666936624292-png.15301


1666936654719.png
UPD: все другие проекты билдятся.
 
Последнее редактирование:
36
1
5
Полный лог, если нужно
9:04:45: Executing task 'build'...

Task :compileApiJava NO-SOURCE
Task :processApiResources NO-SOURCE
Task :apiClasses UP-TO-DATE
Task :clearBuildCache
Task :sourceMainJava UP-TO-DATE

C:\Users\ivanj\Desktop\modding\thaum explo\build\sources\java\flaxbeard\thaumicexploration\block\BlockBootsIce.java:38: error: cannot find symbol
par2EntityPlayer.addExhaustion(0.025f);
^
symbol: method addExhaustion(float)
location: variable par2EntityPlayer of type EntityPlayer
C:\Users\ivanj\Desktop\modding\thaum explo\build\sources\java\flaxbeard\thaumicexploration\block\BlockBootsIce.java:44: error: cannot find symbol
this.dropBlockAsItem(par1World, par3, par4, par5, par6, i1);
^
symbol: method dropBlockAsItem(World,int,int,int,int,int)
C:\Users\ivanj\Desktop\modding\thaum explo\build\sources\java\flaxbeard\thaumicexploration\block\BlockBootsIce.java:45: error: cannot find symbol
Material material = par1World.getBlock(par3, par4 - 1, par5).getMaterial();
^
symbol: method getMaterial()
location: class Block
C:\Users\ivanj\Desktop\modding\thaum explo\build\sources\java\flaxbeard\thaumicexploration\block\BlockBootsIce.java:56: error: cannot find symbol
this.dropBlockAsItem(par1World, par2, par3, par4, par1World.getBlockMetadata(par2, par3, par4), 0);
^
symbol: method dropBlockAsItem(World,int,int,int,int,int)
C:\Users\ivanj\Desktop\modding\thaum explo\build\sources\java\flaxbeard\thaumicexploration\block\BlockBoundChest.java:69: error: cannot find symbol
this.setCreativeTab(CreativeTabs.tabDecorations);
^
symbol: method setCreativeTab(CreativeTabs)
C:\Users\ivanj\Desktop\modding\thaum explo\build\sources\java\flaxbeard\thaumicexploration\block\BlockBoundChest.java:70: error: cannot find symbol
this.setBlockBounds(0.0625f, 0.0f, 0.0625f, 0.9375f, 0.875f, 0.9375f);
^
symbol: method setBlockBounds(float,float,float,float,float,float)
C:\Users\ivanj\Desktop\modding\thaum explo\build\sources\java\flaxbeard\thaumicexploration\block\BlockBoundChest.java:86: error: cannot find symbol
this.setBlockBounds(0.0625f, 0.0f, 0.0625f, 0.9375f, 0.875f, 0.9375f);
^
symbol: method setBlockBounds(float,float,float,float,float,float)
C:\Users\ivanj\Desktop\modding\thaum explo\build\sources\java\flaxbeard\thaumicexploration\block\BlockBoundChest.java:134: error: cannot find symbol
super.onNeighborBlockChange(par1World, par2, par3, par4, par5);
^
symbol: method onNeighborBlockChange(World,int,int,int,Block)
C:\Users\ivanj\Desktop\modding\thaum explo\build\sources\java\flaxbeard\thaumicexploration\block\BlockBoundChest.java:184: error: cannot find symbol
par5EntityPlayer.displayGUIChest(iinventory);
^
symbol: method displayGUIChest(IInventory)
location: variable par5EntityPlayer of type EntityPlayer
C:\Users\ivanj\Desktop\modding\thaum explo\build\sources\java\flaxbeard\thaumicexploration\block\BlockBoundChest.java:245: error: cannot find symbol
this.blockIcon = par1IconRegister.registerIcon("planks_oak");
^
symbol: variable blockIcon
C:\Users\ivanj\Desktop\modding\thaum explo\build\sources\java\flaxbeard\thaumicexploration\block\BlockBoundJar.java:75: error: cannot find symbol
this.dropBlockAsItem(par1World, par2, par3, par4, drop);
^
symbol: method dropBlockAsItem(World,int,int,int,ItemStack)
C:\Users\ivanj\Desktop\modding\thaum explo\build\sources\java\flaxbeard\thaumicexploration\block\BlockBoundJar.java:111: error: cannot find symbol
if (!player.inventory.addItemStackToInventory(new ItemStack(ConfigItems.itemEssence, 1, 0))) {
^
symbol: variable inventory
location: variable player of type EntityPlayer
C:\Users\ivanj\Desktop\modding\thaum explo\build\sources\java\flaxbeard\thaumicexploration\block\BlockBoundJar.java:116: error: cannot find symbol
player.inventory.decrStackSize(player.inventory.currentItem, 1);
^
symbol: variable inventory
location: variable player of type EntityPlayer
C:\Users\ivanj\Desktop\modding\thaum explo\build\sources\java\flaxbeard\thaumicexploration\block\BlockBoundJar.java:116: error: cannot find symbol
player.inventory.decrStackSize(player.inventory.currentItem, 1);
^
symbol: variable inventory
location: variable player of type EntityPlayer
C:\Users\ivanj\Desktop\modding\thaum explo\build\sources\java\flaxbeard\thaumicexploration\block\BlockBoundJar.java:120: error: cannot find symbol
if (!player.inventory.addItemStackToInventory(newPhial)) {
^
symbol: variable inventory
location: variable player of type EntityPlayer
C:\Users\ivanj\Desktop\modding\thaum explo\build\sources\java\flaxbeard\thaumicexploration\block\BlockCrucibleSouls.java:64: error: cannot find symbol
this.setHardness(3.0f);
^
symbol: method setHardness(float)
C:\Users\ivanj\Desktop\modding\thaum explo\build\sources\java\flaxbeard\thaumicexploration\block\BlockCrucibleSouls.java:65: error: cannot find symbol
this.setResistance(17.0f);
^
symbol: method setResistance(float)
C:\Users\ivanj\Desktop\modding\thaum explo\build\sources\java\flaxbeard\thaumicexploration\block\BlockCrucibleSouls.java:66: error: cannot find symbol
this.setStepSound(Block.soundTypeMetal);
^
symbol: variable soundTypeMetal
location: class Block
C:\Users\ivanj\Desktop\modding\thaum explo\build\sources\java\flaxbeard\thaumicexploration\block\BlockEverburnUrn.java:65: error: cannot find symbol
super.registerBlockIcons(par1IIconRegister);
^
symbol: method registerBlockIcons(IIconRegister)
C:\Users\ivanj\Desktop\modding\thaum explo\build\sources\java\flaxbeard\thaumicexploration\block\BlockEverburnUrn.java:80: error: cannot find symbol
this.setBlockBounds(f1, 0.0f, f1, f, 1.0f, f);
^
symbol: method setBlockBounds(float,float,float,float,float,float)
C:\Users\ivanj\Desktop\modding\thaum explo\build\sources\java\flaxbeard\thaumicexploration\block\BlockEverburnUrn.java:89: error: cannot find symbol
this.setBlockBounds(f1, 0.0f, f1, f, 1.0f, f);
^
symbol: method setBlockBounds(float,float,float,float,float,float)
C:\Users\ivanj\Desktop\modding\thaum explo\build\sources\java\flaxbeard\thaumicexploration\block\BlockEverburnUrn.java:90: error: cannot find symbol
super.addCollisionBoxesToList(world, i, j, k, axisalignedbb, arraylist, par7Entity);
^
symbol: method addCollisionBoxesToList(World,int,int,int,AxisAlignedBB,List,Entity)
C:\Users\ivanj\Desktop\modding\thaum explo\build\sources\java\flaxbeard\thaumicexploration\block\BlockEverburnUrn.java:120: error: cannot find symbol
if (entityPlayer.inventory.getCurrentItem() != null) {
^
symbol: variable inventory
location: variable entityPlayer of type EntityPlayer
C:\Users\ivanj\Desktop\modding\thaum explo\build\sources\java\flaxbeard\thaumicexploration\block\BlockEverburnUrn.java:123: error: cannot find symbol
if (FluidContainerRegistry.isEmptyContainer((ItemStack)entityPlayer.inventory.getCurrentItem())) {
^
symbol: variable inventory
location: variable entityPlayer of type EntityPlayer
C:\Users\ivanj\Desktop\modding\thaum explo\build\sources\java\flaxbeard\thaumicexploration\block\BlockEverburnUrn.java:124: error: cannot find symbol
ItemStack newStack = entityPlayer.inventory.getCurrentItem();
^
symbol: variable inventory
location: variable entityPlayer of type EntityPlayer
C:\Users\ivanj\Desktop\modding\thaum explo\build\sources\java\flaxbeard\thaumicexploration\block\BlockEverburnUrn.java:127: error: cannot find symbol
entityPlayer.inventory.decrStackSize(entityPlayer.inventory.currentItem, 1);
^
symbol: variable inventory
location: variable entityPlayer of type EntityPlayer
C:\Users\ivanj\Desktop\modding\thaum explo\build\sources\java\flaxbeard\thaumicexploration\block\BlockEverburnUrn.java:127: error: cannot find symbol
entityPlayer.inventory.decrStackSize(entityPlayer.inventory.currentItem, 1);
^
symbol: variable inventory
location: variable entityPlayer of type EntityPlayer
C:\Users\ivanj\Desktop\modding\thaum explo\build\sources\java\flaxbeard\thaumicexploration\block\BlockEverburnUrn.java:129: error: cannot find symbol
if (!entityPlayer.inventory.addItemStackToInventory(filledStack)) {
^
symbol: variable inventory
location: variable entityPlayer of type EntityPlayer
C:\Users\ivanj\Desktop\modding\thaum explo\build\sources\java\flaxbeard\thaumicexploration\block\BlockEverburnUrn.java:130: error: cannot find symbol
entityPlayer.dropPlayerItemWithRandomChoice(filledStack, false);
^
symbol: method dropPlayerItemWithRandomChoice(ItemStack,boolean)
location: variable entityPlayer of type EntityPlayer
C:\Users\ivanj\Desktop\modding\thaum explo\build\sources\java\flaxbeard\thaumicexploration\block\BlockEverburnUrn.java:135: error: cannot find symbol
} else if (entityPlayer.inventory.getCurrentItem().getItem() instanceof IFluidContainerItem && (fill = (itm = (IFluidContainerItem)entityPlayer.inventory.getCurrentItem().getItem()).fill(entityPlayer.inventory.getCurrentItem(), entity.getFluid(), true)) > 0) {
^
symbol: variable inventory
location: variable entityPlayer of type EntityPlayer
C:\Users\ivanj\Desktop\modding\thaum explo\build\sources\java\flaxbeard\thaumicexploration\block\BlockEverburnUrn.java:135: error: cannot find symbol
} else if (entityPlayer.inventory.getCurrentItem().getItem() instanceof IFluidContainerItem && (fill = (itm = (IFluidContainerItem)entityPlayer.inventory.getCurrentItem().getItem()).fill(entityPlayer.inventory.getCurrentItem(), entity.getFluid(), true)) > 0) {
^
symbol: variable inventory
location: variable entityPlayer of type EntityPlayer
C:\Users\ivanj\Desktop\modding\thaum explo\build\sources\java\flaxbeard\thaumicexploration\block\BlockEverburnUrn.java:135: error: cannot find symbol
} else if (entityPlayer.inventory.getCurrentItem().getItem() instanceof IFluidContainerItem && (fill = (itm = (IFluidContainerItem)entityPlayer.inventory.getCurrentItem().getItem()).fill(entityPlayer.inventory.getCurrentItem(), entity.getFluid(), true)) > 0) {
^
symbol: variable inventory
location: variable entityPlayer of type EntityPlayer
C:\Users\ivanj\Desktop\modding\thaum explo\build\sources\java\flaxbeard\thaumicexploration\block\BlockEverfullUrn.java:69: error: cannot find symbol
super.registerBlockIcons(par1IIconRegister);
^
symbol: method registerBlockIcons(IIconRegister)
C:\Users\ivanj\Desktop\modding\thaum explo\build\sources\java\flaxbeard\thaumicexploration\block\BlockEverfullUrn.java:84: error: cannot find symbol
this.setBlockBounds(f1, 0.0f, f1, f, 1.0f, f);
^
symbol: method setBlockBounds(float,float,float,float,float,float)
C:\Users\ivanj\Desktop\modding\thaum explo\build\sources\java\flaxbeard\thaumicexploration\block\BlockEverfullUrn.java:93: error: cannot find symbol
this.setBlockBounds(f1, 0.0f, f1, f, 1.0f, f);
^
symbol: method setBlockBounds(float,float,float,float,float,float)
C:\Users\ivanj\Desktop\modding\thaum explo\build\sources\java\flaxbeard\thaumicexploration\block\BlockEverfullUrn.java:94: error: cannot find symbol
super.addCollisionBoxesToList(world, i, j, k, axisalignedbb, arraylist, par7Entity);
^
symbol: method addCollisionBoxesToList(World,int,int,int,AxisAlignedBB,List,Entity)
C:\Users\ivanj\Desktop\modding\thaum explo\build\sources\java\flaxbeard\thaumicexploration\block\BlockEverfullUrn.java:129: error: cannot find symbol
if (entityPlayer.inventory.getCurrentItem() != null) {
^
symbol: variable inventory
location: variable entityPlayer of type EntityPlayer
C:\Users\ivanj\Desktop\modding\thaum explo\build\sources\java\flaxbeard\thaumicexploration\block\BlockEverfullUrn.java:130: error: cannot find symbol
if (entityPlayer.inventory.getCurrentItem().getItem() == Items.bucket) {
^
symbol: variable inventory
location: variable entityPlayer of type EntityPlayer
C:\Users\ivanj\Desktop\modding\thaum explo\build\sources\java\flaxbeard\thaumicexploration\block\BlockEverfullUrn.java:131: error: cannot find symbol
entityPlayer.inventory.decrStackSize(entityPlayer.inventory.currentItem, 1);
^
symbol: variable inventory
location: variable entityPlayer of type EntityPlayer
C:\Users\ivanj\Desktop\modding\thaum explo\build\sources\java\flaxbeard\thaumicexploration\block\BlockEverfullUrn.java:131: error: cannot find symbol
entityPlayer.inventory.decrStackSize(entityPlayer.inventory.currentItem, 1);
^
symbol: variable inventory
location: variable entityPlayer of type EntityPlayer
C:\Users\ivanj\Desktop\modding\thaum explo\build\sources\java\flaxbeard\thaumicexploration\block\BlockEverfullUrn.java:132: error: cannot find symbol
if (!entityPlayer.inventory.addItemStackToInventory(new ItemStack(Items.water_bucket, 1))) {
^
symbol: variable inventory
location: variable entityPlayer of type EntityPlayer
C:\Users\ivanj\Desktop\modding\thaum explo\build\sources\java\flaxbeard\thaumicexploration\block\BlockEverfullUrn.java:136: error: cannot find symbol
} else if (FluidContainerRegistry.isEmptyContainer((ItemStack)entityPlayer.inventory.getCurrentItem())) {
^
symbol: variable inventory
location: variable entityPlayer of type EntityPlayer
C:\Users\ivanj\Desktop\modding\thaum explo\build\sources\java\flaxbeard\thaumicexploration\block\BlockEverfullUrn.java:137: error: cannot find symbol
ItemStack newStack = entityPlayer.inventory.getCurrentItem();
^
symbol: variable inventory
location: variable entityPlayer of type EntityPlayer
C:\Users\ivanj\Desktop\modding\thaum explo\build\sources\java\flaxbeard\thaumicexploration\block\BlockEverfullUrn.java:138: error: cannot find symbol
entityPlayer.inventory.decrStackSize(entityPlayer.inventory.currentItem, 1);
^
symbol: variable inventory
location: variable entityPlayer of type EntityPlayer
C:\Users\ivanj\Desktop\modding\thaum explo\build\sources\java\flaxbeard\thaumicexploration\block\BlockEverfullUrn.java:138: error: cannot find symbol
entityPlayer.inventory.decrStackSize(entityPlayer.inventory.currentItem, 1);
^
symbol: variable inventory
location: variable entityPlayer of type EntityPlayer
C:\Users\ivanj\Desktop\modding\thaum explo\build\sources\java\flaxbeard\thaumicexploration\block\BlockEverfullUrn.java:139: error: cannot find symbol
if (!entityPlayer.inventory.addItemStackToInventory(FluidContainerRegistry.fillFluidContainer((FluidStack)new FluidStack(FluidRegistry.WATER, 1000), (ItemStack)newStack))) {
^
symbol: variable inventory
location: variable entityPlayer of type EntityPlayer
C:\Users\ivanj\Desktop\modding\thaum explo\build\sources\java\flaxbeard\thaumicexploration\block\BlockEverfullUrn.java:143: error: cannot find symbol
} else if (entityPlayer.inventory.getCurrentItem().getItem() instanceof IFluidContainerItem) {
^
symbol: variable inventory
location: variable entityPlayer of type EntityPlayer
C:\Users\ivanj\Desktop\modding\thaum explo\build\sources\java\flaxbeard\thaumicexploration\block\BlockEverfullUrn.java:144: error: cannot find symbol
ItemStack newStack = new ItemStack(entityPlayer.inventory.getCurrentItem().getItem(), 1);
^
symbol: variable inventory
location: variable entityPlayer of type EntityPlayer
C:\Users\ivanj\Desktop\modding\thaum explo\build\sources\java\flaxbeard\thaumicexploration\block\BlockEverfullUrn.java:145: error: cannot find symbol
entityPlayer.inventory.decrStackSize(entityPlayer.inventory.currentItem, 1);
^
symbol: variable inventory
location: variable entityPlayer of type EntityPlayer
C:\Users\ivanj\Desktop\modding\thaum explo\build\sources\java\flaxbeard\thaumicexploration\block\BlockEverfullUrn.java:145: error: cannot find symbol
entityPlayer.inventory.decrStackSize(entityPlayer.inventory.currentItem, 1);
^
symbol: variable inventory
location: variable entityPlayer of type EntityPlayer
C:\Users\ivanj\Desktop\modding\thaum explo\build\sources\java\flaxbeard\thaumicexploration\block\BlockEverfullUrn.java:147: error: cannot find symbol
if (!entityPlayer.inventory.addItemStackToInventory(newStack)) {
^
symbol: variable inventory
location: variable entityPlayer of type EntityPlayer
C:\Users\ivanj\Desktop\modding\thaum explo\build\sources\java\flaxbeard\thaumicexploration\block\BlockFloatyCandle.java:44: error: cannot find symbol
this.setBlockBounds(0.375f, 0.0f, 0.375f, 0.625f, 1.0f, 0.625f);
^
symbol: method setBlockBounds(float,float,float,float,float,float)
C:\Users\ivanj\Desktop\modding\thaum explo\build\sources\java\flaxbeard\thaumicexploration\block\BlockReplicator.java:84: error: cannot find symbol
if (ped.crafting && (player.getCurrentEquippedItem() == null || !(player.getCurrentEquippedItem().getItem() instanceof ItemWandCasting))) {
^
symbol: method getCurrentEquippedItem()
location: variable player of type EntityPlayer
C:\Users\ivanj\Desktop\modding\thaum explo\build\sources\java\flaxbeard\thaumicexploration\block\BlockReplicator.java:84: error: cannot find symbol
if (ped.crafting && (player.getCurrentEquippedItem() == null || !(player.getCurrentEquippedItem().getItem() instanceof ItemWandCasting))) {
^
symbol: method getCurrentEquippedItem()
location: variable player of type EntityPlayer
C:\Users\ivanj\Desktop\modding\thaum explo\build\sources\java\flaxbeard\thaumicexploration\block\BlockReplicator.java:87: error: cannot find symbol
if (!(ped.getStackInSlot(0) == null || player.getCurrentEquippedItem() != null && player.getCurrentEquippedItem().getItem() instanceof ItemWandCasting)) {
^
symbol: method getCurrentEquippedItem()
location: variable player of type EntityPlayer
C:\Users\ivanj\Desktop\modding\thaum explo\build\sources\java\flaxbeard\thaumicexploration\block\BlockReplicator.java:87: error: cannot find symbol
if (!(ped.getStackInSlot(0) == null || player.getCurrentEquippedItem() != null && player.getCurrentEquippedItem().getItem() instanceof ItemWandCasting)) {
^
symbol: method getCurrentEquippedItem()
location: variable player of type EntityPlayer
C:\Users\ivanj\Desktop\modding\thaum explo\build\sources\java\flaxbeard\thaumicexploration\block\BlockReplicator.java:117: error: cannot find symbol
if (player.getCurrentEquippedItem() != null && (ThaumicExploration.allowedItems.contains(MutablePair.of((Object)player.getCurrentEquippedItem().getItem(), (Object)player.getCurrentEquippedItem().getItemDamage())) || ThaumicExploration.allowedItems.contains(MutablePair.of((Object)player.getCurrentEquippedItem().getItem(), (Object)Short.MAX_VALUE)))) {
^
symbol: method getCurrentEquippedItem()
location: variable player of type EntityPlayer
C:\Users\ivanj\Desktop\modding\thaum explo\build\sources\java\flaxbeard\thaumicexploration\block\BlockReplicator.java:117: error: cannot find symbol
if (player.getCurrentEquippedItem() != null && (ThaumicExploration.allowedItems.contains(MutablePair.of((Object)player.getCurrentEquippedItem().getItem(), (Object)player.getCurrentEquippedItem().getItemDamage())) || ThaumicExploration.allowedItems.contains(MutablePair.of((Object)player.getCurrentEquippedItem().getItem(), (Object)Short.MAX_VALUE)))) {
^
symbol: method getCurrentEquippedItem()
location: variable player of type EntityPlayer
C:\Users\ivanj\Desktop\modding\thaum explo\build\sources\java\flaxbeard\thaumicexploration\block\BlockReplicator.java:117: error: cannot find symbol
if (player.getCurrentEquippedItem() != null && (ThaumicExploration.allowedItems.contains(MutablePair.of((Object)player.getCurrentEquippedItem().getItem(), (Object)player.getCurrentEquippedItem().getItemDamage())) || ThaumicExploration.allowedItems.contains(MutablePair.of((Object)player.getCurrentEquippedItem().getItem(), (Object)Short.MAX_VALUE)))) {
^
symbol: method getCurrentEquippedItem()
location: variable player of type EntityPlayer
C:\Users\ivanj\Desktop\modding\thaum explo\build\sources\java\flaxbeard\thaumicexploration\block\BlockReplicator.java:117: error: cannot find symbol
if (player.getCurrentEquippedItem() != null && (ThaumicExploration.allowedItems.contains(MutablePair.of((Object)player.getCurrentEquippedItem().getItem(), (Object)player.getCurrentEquippedItem().getItemDamage())) || ThaumicExploration.allowedItems.contains(MutablePair.of((Object)player.getCurrentEquippedItem().getItem(), (Object)Short.MAX_VALUE)))) {
^
symbol: method getCurrentEquippedItem()
location: variable player of type EntityPlayer
C:\Users\ivanj\Desktop\modding\thaum explo\build\sources\java\flaxbeard\thaumicexploration\block\BlockReplicator.java:118: error: cannot find symbol
ItemStack i = player.getCurrentEquippedItem().copy();
^
symbol: method getCurrentEquippedItem()
location: variable player of type EntityPlayer
C:\Users\ivanj\Desktop\modding\thaum explo\build\sources\java\flaxbeard\thaumicexploration\block\BlockReplicator.java:121: error: cannot find symbol
if (player.getCurrentEquippedItem().stackSize == 0) {
^
symbol: method getCurrentEquippedItem()
location: variable player of type EntityPlayer
C:\Users\ivanj\Desktop\modding\thaum explo\build\sources\java\flaxbeard\thaumicexploration\block\BlockReplicator.java:142: error: cannot find symbol
super.registerBlockIcons(ir);
^
symbol: method registerBlockIcons(IIconRegister)
C:\Users\ivanj\Desktop\modding\thaum explo\build\sources\java\flaxbeard\thaumicexploration\block\BlockSoulBrazier.java:42: error: cannot find symbol
this.setBlockTextureName("thaumicexploration:soulBrazier");
^
symbol: method setBlockTextureName(String)
C:\Users\ivanj\Desktop\modding\thaum explo\build\sources\java\flaxbeard\thaumicexploration\block\BlockSoulBrazier.java:57: error: cannot find symbol
super.onBlockActivated(p_149727_1_, p_149727_2_, p_149727_3_, p_149727_4_, p_149727_5_, p_149727_6_, p_149727_7_, p_149727_8_, p_149727_9_);
^
symbol: method onBlockActivated(World,int,int,int,EntityPlayer,int,float,float,float)
C:\Users\ivanj\Desktop\modding\thaum explo\build\sources\java\flaxbeard\thaumicexploration\block\BlockSoulBrazier.java:62: error: cannot find symbol
super.onBlockClicked(p_149699_1_, p_149699_2_, p_149699_3_, p_149699_4_, p_149699_5_);
^
symbol: method onBlockClicked(World,int,int,int,EntityPlayer)
C:\Users\ivanj\Desktop\modding\thaum explo\build\sources\java\flaxbeard\thaumicexploration\block\BlockSoulBrazier.java:67: error: cannot find symbol
super.onBlockPlacedBy(p_149689_1_, p_149689_2_, p_149689_3_, p_149689_4_, p_149689_5_, p_149689_6_);
^
symbol: method onBlockPlacedBy(World,int,int,int,EntityLivingBase,ItemStack)
C:\Users\ivanj\Desktop\modding\thaum explo\build\sources\java\flaxbeard\thaumicexploration\block\BlockSoulBrazier.java:68: error: cannot find symbol
((TileEntitySoulBrazier)p_149689_1_.getTileEntity((int)p_149689_2_, (int)p_149689_3_, (int)p_149689_4_)).owner = profile = ((EntityPlayer)p_149689_5_).getGameProfile();
^
symbol: method getGameProfile()
location: class EntityPlayer
C:\Users\ivanj\Desktop\modding\thaum explo\build\sources\java\flaxbeard\thaumicexploration\block\BlockSoulBrazier.java:84: error: cannot find symbol
this.setBlockBounds(0.175f, 0.0f, 0.175f, 0.925f, 1.0f, 0.925f);
^
symbol: method setBlockBounds(float,float,float,float,float,float)
C:\Users\ivanj\Desktop\modding\thaum explo\build\sources\java\flaxbeard\thaumicexploration\block\BlockThinkTank.java:63: error: cannot find symbol
this.setStepSound((SoundType)new JarStepSound("jar", 1.0f, 1.0f));
^
symbol: method setStepSound(SoundType)
C:\Users\ivanj\Desktop\modding\thaum explo\build\sources\java\flaxbeard\thaumicexploration\block\BlockThinkTank.java:64: error: cannot find symbol
this.setHardness(0.3f);
^
symbol: method setHardness(float)
C:\Users\ivanj\Desktop\modding\thaum explo\build\sources\java\flaxbeard\thaumicexploration\block\BlockThinkTank.java:65: error: cannot find symbol
this.setLightLevel(0.66f);
^
symbol: method setLightLevel(float)
C:\Users\ivanj\Desktop\modding\thaum explo\build\sources\java\flaxbeard\thaumicexploration\block\BlockTrashJar.java:104: error: cannot find symbol
if (!player.inventory.addItemStackToInventory(new ItemStack(ConfigItems.itemEssence, 1, 0))) {
^
symbol: variable inventory
location: variable player of type EntityPlayer
C:\Users\ivanj\Desktop\modding\thaum explo\build\sources\java\flaxbeard\thaumicexploration\block\BlockTrashJar.java:109: error: cannot find symbol
player.inventory.decrStackSize(player.inventory.currentItem, 1);
^
symbol: variable inventory
location: variable player of type EntityPlayer
C:\Users\ivanj\Desktop\modding\thaum explo\build\sources\java\flaxbeard\thaumicexploration\block\BlockTrashJar.java:109: error: cannot find symbol
player.inventory.decrStackSize(player.inventory.currentItem, 1);
^
symbol: variable inventory
location: variable player of type EntityPlayer
C:\Users\ivanj\Desktop\modding\thaum explo\build\sources\java\flaxbeard\thaumicexploration\block\BlockTrashJar.java:113: error: cannot find symbol
if (!player.inventory.addItemStackToInventory(newPhial)) {
^
symbol: variable inventory
location: variable player of type EntityPlayer
C:\Users\ivanj\Desktop\modding\thaum explo\build\sources\java\flaxbeard\thaumicexploration\client\render\BlockCrucibleSoulsRenderer.java:28: error: cannot find symbol
block.setBlockBounds(0.0f, 0.0f, 0.0f, 1.0f, 1.0f, 1.0f);
^
symbol: method setBlockBounds(float,float,float,float,float,float)
location: variable block of type Block
C:\Users\ivanj\Desktop\modding\thaum explo\build\sources\java\flaxbeard\thaumicexploration\client\render\BlockCrucibleSoulsRenderer.java:35: error: cannot find symbol
block.setBlockBounds(0.0f, 0.0f, 0.0f, 1.0f, 1.0f, 1.0f);
^
symbol: method setBlockBounds(float,float,float,float,float,float)
location: variable block of type Block
C:\Users\ivanj\Desktop\modding\thaum explo\build\sources\java\flaxbeard\thaumicexploration\client\render\BlockCrucibleSoulsRenderer.java:56: error: cannot find symbol
block.setBlockBounds(0.0f, 0.0f, 0.0f, 1.0f, 1.0f, 1.0f);
^
symbol: method setBlockBounds(float,float,float,float,float,float)
location: variable block of type Block
C:\Users\ivanj\Desktop\modding\thaum explo\build\sources\java\flaxbeard\thaumicexploration\client\render\BlockEverfullUrnRenderer.java:36: error: cannot find symbol
IIcon icon = block.getBlockTextureFromSide(2);
^
symbol: method getBlockTextureFromSide(int)
location: variable block of type Block
C:\Users\ivanj\Desktop\modding\thaum explo\build\sources\java\flaxbeard\thaumicexploration\client\render\BlockEverfullUrnRenderer.java:39: error: cannot find symbol
block.setBlockBounds(f1, 0.0f, f1, f, 1.0f, f);
^
symbol: method setBlockBounds(float,float,float,float,float,float)
location: variable block of type Block
C:\Users\ivanj\Desktop\modding\thaum explo\build\sources\java\flaxbeard\thaumicexploration\client\render\BlockEverfullUrnRenderer.java:120: error: cannot find symbol
tessellator.setBrightness(block.getMixedBrightnessForBlock(world, par2, par3, par4));
^
symbol: method getMixedBrightnessForBlock(IBlockAccess,int,int,int)
location: variable block of type Block
C:\Users\ivanj\Desktop\modding\thaum explo\build\sources\java\flaxbeard\thaumicexploration\client\render\BlockEverfullUrnRenderer.java:122: error: cannot find symbol
int l = block.colorMultiplier(world, par2, par3, par4);
^
symbol: method colorMultiplier(IBlockAccess,int,int,int)
location: variable block of type Block
C:\Users\ivanj\Desktop\modding\thaum explo\build\sources\java\flaxbeard\thaumicexploration\client\render\BlockEverfullUrnRenderer.java:140: error: cannot find symbol
IIcon icon = block.getBlockTextureFromSide(2);
^
symbol: method getBlockTextureFromSide(int)
location: variable block of type Block
C:\Users\ivanj\Desktop\modding\thaum explo\build\sources\java\flaxbeard\thaumicexploration\client\render\BlockEverfullUrnRenderer.java:143: error: cannot find symbol
block.setBlockBounds(0.0f, 0.0f, 0.0f, 1.0f, 1.0f, 1.0f);
^
symbol: method setBlockBounds(float,float,float,float,float,float)
location: variable block of type Block
C:\Users\ivanj\Desktop\modding\thaum explo\build\sources\java\flaxbeard\thaumicexploration\client\render\BlockFloatyCandleRenderer.java:38: error: cannot find symbol
block.setBlockBounds(BlockRenderer.W6, 0.0f, BlockRenderer.W6, BlockRenderer.W10, 0.5f, BlockRenderer.W10);
^
symbol: method setBlockBounds(float,float,float,float,float,float)
location: variable block of type Block
C:\Users\ivanj\Desktop\modding\thaum explo\build\sources\java\flaxbeard\thaumicexploration\client\render\BlockFloatyCandleRenderer.java:42: error: cannot find symbol
block.setBlockBounds(0.475f, 0.5f, 0.475f, 0.525f, BlockRenderer.W10, 0.525f);
^
symbol: method setBlockBounds(float,float,float,float,float,float)
location: variable block of type Block
C:\Users\ivanj\Desktop\modding\thaum explo\build\sources\java\flaxbeard\thaumicexploration\client\render\BlockReplicatorRenderer.java:27: error: cannot find symbol
block.setBlockBounds(0.0f, 0.0f, 0.0f, 1.0f, 1.0f, 1.0f);
^
symbol: method setBlockBounds(float,float,float,float,float,float)
location: variable block of type Block
C:\Users\ivanj\Desktop\modding\thaum explo\build\sources\java\flaxbeard\thaumicexploration\client\render\BlockReplicatorRenderer.java:34: error: cannot find symbol
block.setBlockBounds(0.0f, 0.0f, 0.0f, 1.0f, 1.0f, 1.0f);
^
symbol: method setBlockBounds(float,float,float,float,float,float)
location: variable block of type Block
C:\Users\ivanj\Desktop\modding\thaum explo\build\sources\java\flaxbeard\thaumicexploration\client\render\BlockReplicatorRenderer.java:55: error: cannot find symbol
block.setBlockBounds(0.0f, 0.0f, 0.0f, 1.0f, 1.0f, 1.0f);
^
symbol: method setBlockBounds(float,float,float,float,float,float)
location: variable block of type Block
C:\Users\ivanj\Desktop\modding\thaum explo\build\sources\java\flaxbeard\thaumicexploration\tile\TileEntityThinkTank.java:288: error: cannot find symbol
if (this.worldObj.getBlock(this.xCoord + x, this.yCoord + y, this.zCoord + z).getMaterial() == Config.airyMaterial || this.worldObj.getBlock(this.xCoord + x, this.yCoord + y, this.zCoord + z).getMaterial() == Material.air || this.worldObj.getBlock(this.xCoord + x, this.yCoord + y, this.zCoord + z).isReplaceable((IBlockAccess)this.worldObj, this.xCoord + x, this.yCoord + y, this.zCoord + z) || this.xCoord + x == this.xCoord && this.zCoord + z == this.zCoord && (this.yCoord + y == this.yCoord || this.yCoord + y == this.yCoord - 1)) continue;
^
symbol: method getMaterial()
location: class Block
C:\Users\ivanj\Desktop\modding\thaum explo\build\sources\java\flaxbeard\thaumicexploration\tile\TileEntityThinkTank.java:288: error: cannot find symbol
if (this.worldObj.getBlock(this.xCoord + x, this.yCoord + y, this.zCoord + z).getMaterial() == Config.airyMaterial || this.worldObj.getBlock(this.xCoord + x, this.yCoord + y, this.zCoord + z).getMaterial() == Material.air || this.worldObj.getBlock(this.xCoord + x, this.yCoord + y, this.zCoord + z).isReplaceable((IBlockAccess)this.worldObj, this.xCoord + x, this.yCoord + y, this.zCoord + z) || this.xCoord + x == this.xCoord && this.zCoord + z == this.zCoord && (this.yCoord + y == this.yCoord || this.yCoord + y == this.yCoord - 1)) continue;
^
symbol: method getMaterial()
location: class Block
C:\Users\ivanj\Desktop\modding\thaum explo\build\sources\java\flaxbeard\thaumicexploration\tile\TileEntityBoundChest.java:205: error: incompatible types: Object cannot be converted to EntityPlayer
for (EntityPlayer entityplayer : list) {
^
C:\Users\ivanj\Desktop\modding\thaum explo\build\sources\java\flaxbeard\thaumicexploration\tile\TileEntityBoundChest.java:207: error: cannot find symbol
if (!(entityplayer.openContainer instanceof ContainerChest) || (iinventory = ((ContainerChest)entityplayer.openContainer).getLowerChestInventory()) != this && (!(iinventory instanceof InventoryLargeChest) || !((InventoryLargeChest)iinventory).isPartOfLargeChest((IInventory)this))) continue;
^
symbol: variable openContainer
location: variable entityplayer of type EntityPlayer
C:\Users\ivanj\Desktop\modding\thaum explo\build\sources\java\flaxbeard\thaumicexploration\tile\TileEntityBoundChest.java:207: error: cannot find symbol
if (!(entityplayer.openContainer instanceof ContainerChest) || (iinventory = ((ContainerChest)entityplayer.openContainer).getLowerChestInventory()) != this && (!(iinventory instanceof InventoryLargeChest) || !((InventoryLargeChest)iinventory).isPartOfLargeChest((IInventory)this))) continue;
^
symbol: variable openContainer
location: variable entityplayer of type EntityPlayer
C:\Users\ivanj\Desktop\modding\thaum explo\build\sources\java\flaxbeard\thaumicexploration\client\render\TileEntityFloatyCandleRender.java:45: error: cannot find symbol
Color color = new Color(ConfigBlocks.blockCandle.getRenderColor(tileentity.getWorldObj().getBlockMetadata(tileentity.xCoord, tileentity.yCoord, tileentity.zCoord)));
^
symbol: method getRenderColor(int)
location: variable blockCandle of type Block
C:\Users\ivanj\Desktop\modding\thaum explo\build\sources\java\flaxbeard\thaumicexploration\client\render\TileEntityRenderCrucibleSouls.java:35: error: cannot find symbol
IIcon icon = Blocks.water.getIcon(0, 0);
^
symbol: method getIcon(int,int)
location: variable water of type Block
C:\Users\ivanj\Desktop\modding\thaum explo\build\sources\java\flaxbeard\thaumicexploration\client\render\TileEntityRenderCrucibleSouls.java:44: error: cannot find symbol
UtilsFX.renderQuadFromIcon((boolean)true, (IIcon)icon, (float)1.0f, (float)(1.0f - recolor / 3.0f), (float)(1.0f - recolor), (float)(1.0f - recolor / 2.0f), (int)ConfigBlocks.blockMetalDevice.getMixedBrightnessForBlock((IBlockAccess)cr.getWorldObj(), cr.xCoord, cr.yCoord, cr.zCoord), (int)771, (float)1.0f);
^
symbol: method getMixedBrightnessForBlock(IBlockAccess,int,int,int)
location: variable blockMetalDevice of type Block
C:\Users\ivanj\Desktop\modding\thaum explo\build\sources\java\flaxbeard\thaumicexploration\tile\TileEntityCrucibleSouls.java:280: error: incompatible types: Object cannot be converted to EntityLivingBase
for (EntityLivingBase mob : mobs) {
^
C:\Users\ivanj\Desktop\modding\thaum explo\build\sources\java\flaxbeard\thaumicexploration\client\render\TileEntityTrashJarRenderer.java:138: error: cannot find symbol
bright = Math.max(200, ConfigBlocks.blockJar.getMixedBrightnessForBlock((IBlockAccess)te.getWorldObj(), te.xCoord, te.yCoord, te.zCoord));
^
symbol: method getMixedBrightnessForBlock(IBlockAccess,int,int,int)
location: variable blockJar of type Block
Note: Some input files use or override a deprecated API.
Note: Recompile with -Xlint:deprecation for details.
Note: Some input files use unchecked or unsafe operations.
Note: Recompile with -Xlint:unchecked for details.
100 errors

FAILURE: Build failed with an exception.

* What went wrong:
Execution failed for task ':compileJava'.
Compilation failed; see the compiler error output for details.

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.

* Get more help at Gradle | Search for Help with Gradle Build Tool

BUILD FAILED in 2s
3 actionable tasks: 2 executed, 1 up-to-date
9:04:47: Task execution finished 'build'.
P.S. лог под спойлером и в текстовике одинаковый. Для вашего удобства в двух видах залил
 

Вложения

  • log.txt
    40.1 KB · Просмотры: 1
36
1
5
В общем, ещё решил помучаться. Перенёс все файлы в другой проект, который компилится. И тут все подключил, нормально билдится.
Не знаю, в чем был прикол с созданием нового проекта, но копирование существующего помогло.

Если, может, кто-то знает, как это решается, буду рад ответу. Для решения будущих таких проблем это будет полезно.
 
Сверху