Drillgon200 / Hbm-s-Nuclear-Tech-GIT

My fork of the HBM's nuclear tech mod.
47 stars 19 forks source link

The problem with dependence #249

Closed CastomStrange closed 1 year ago

CastomStrange commented 1 year ago

I found the 1.12.2 source file and added it to the dependencies. But the IDE cannot compile the modified class

import net.minecraft.block.BlockOldLog; import net.minecraft.block.BlockSkull; import net.minecraft.block.BlockPlanks.EnumType; import net.minecraft.block.state.IBlockState; import net.minecraft.block.state.pattern.BlockMatcher; import net.minecraft.init.Biomes; import net.minecraft.init.Blocks; import net.minecraft.item.ItemStack; import net.minecraft.tileentity.TileEntityChest; import net.minecraft.tileentity.TileEntitySkull; import net.minecraft.util.EnumFacing; import net.minecraft.util.math.BlockPos; import net.minecraft.world.World; import net.minecraft.world.biome.Biome; import net.minecraft.world.chunk.IChunkProvider; import net.minecraft.world.gen.IChunkGenerator; import net.minecraft.world.gen.feature.WorldGenMinable;

That's what he doesn't see