Jump to content

OmarTheManofWar

Members
  • Posts

    6
  • Joined

  • Last visited

OmarTheManofWar's Achievements

Tree Puncher

Tree Puncher (2/8)

0

Reputation

  1. so im trying to make a block that acts like a crafting table no custom recipes no nothing just like a second crafting table but when i do extends BlockWorkbench it does this when I r-click it here is my code btw: package OmarTheManofWar.starting.blocks; import OmarTheManofWar.starting.Reference; import OmarTheManofWar.starting.starting; import net.minecraft.block.Block; import net.minecraft.block.BlockWorkbench; import net.minecraft.block.material.Material; import net.minecraft.init.Blocks; import net.minecraft.item.ItemStack; public class BlockCheeseBench extends BlockWorkbench { public BlockCheeseBench() { super(); setUnlocalizedName(Reference.TutorialBlocks.CHEESEBENCH.getUnlocalizedName()); setRegistryName(Reference.TutorialBlocks.CHEESEBENCH.getRegistryName()); setHardness(2.0F); setCreativeTab(starting.CREATIVE_TAB); } } 2019-11-10-2004-29.mp4
  2. this also what i get when i try setting up 1.14.4 * What went wrong: A problem occurred configuring root project '1.14.4'. > Could not resolve all artifacts for configuration ':classpath'. > Could not resolve net.minecraftforge.gradle:ForgeGradle:3.+. Required by: project : > Failed to list versions for net.minecraftforge.gradle:ForgeGradle. > Unable to load Maven meta-data from https://files.minecraftforge.net/maven/net/minecraftforge/gradle/ForgeGradle/maven-metadata.xml. > Could not get resource 'https://files.minecraftforge.net/maven/net/minecraftforge/gradle/ForgeGradle/maven-metadata.xml'. > Could not GET 'https://files.minecraftforge.net/maven/net/minecraftforge/gradle/ForgeGradle/maven-metadata.xml'. > sun.security.validator.ValidatorException: PKIX path building failed: sun.security.provider.certpath.SunCertPathBuilderException: unable to find valid certification path to requested target
  3. i tried setting up the workspace for 1.12.2 this what i got * What went wrong: A problem occurred configuring root project '1.12.2'. > Could not resolve all dependencies for configuration ':classpath'. > Could not resolve net.minecraftforge.gradle:ForgeGradle:2.3-SNAPSHOT. Required by: :1.12.2:unspecified > Could not resolve net.minecraftforge.gradle:ForgeGradle:2.3-SNAPSHOT. > Unable to load Maven meta-data from https://files.minecraftforge.net/maven/net/minecraftforge/gradle/ForgeGradle/2.3-SNAPSHOT/maven-metadata.xml. > Could not GET 'https://files.minecraftforge.net/maven/net/minecraftforge/gradle/ForgeGradle/2.3-SNAPSHOT/maven-metadata.xml'. > sun.security.validator.ValidatorException: PKIX path building failed: sun.security.provider.certpath.SunCertPathBuilderException: unable to find valid certification path to requested target
  4. i had a 1.9 mod that i was trying to update to 1.9.4 but when i setup the workspace for 1.9.4 i get this error * What went wrong: Could not resolve all dependencies for configuration ':forgeGradleUserDevPackage'. > Could not resolve net.minecraftforge:forge:1.10.2-12.18.3.2185. Required by: com.yourname.modid:1.10.2:1.0 > Could not resolve net.minecraftforge:forge:1.10.2-12.18.3.2185. > Could not get resource 'https://files.minecraftforge.net/maven/net/minecraftforge/forge/1.10.2-12.18.3.2185/forge-1.10.2-12.18.3.2185.pom'. > Could not GET 'https://files.minecraftforge.net/maven/net/minecraftforge/forge/1.10.2-12.18.3.2185/forge-1.10.2-12.18.3.2185.pom'. > sun.security.validator.ValidatorException: PKIX path building failed: sun.security.provider.certpath.SunCertPathBuilderException: unable to find valid certification path to requested target any help?
×
×
  • Create New...

Important Information

By using this site, you agree to our Terms of Use.