Jump to content
View in the app

A better way to browse. Learn more.

Forge Forums

A full-screen app on your home screen with push notifications, badges and more.

To install this app on iOS and iPadOS
  1. Tap the Share icon in Safari
  2. Scroll the menu and tap Add to Home Screen.
  3. Tap Add in the top-right corner.
To install this app on Android
  1. Tap the 3-dot menu (⋮) in the top-right corner of the browser.
  2. Tap Add to Home screen or Install app.
  3. Confirm by tapping Install.

OmarTheManofWar

Members
  • Joined

  • Last visited

  1. it says extends blockworkbench tho
  2. 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
  3. 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
  4. 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
  5. 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?

Important Information

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

Configure browser push notifications

Chrome (Android)
  1. Tap the lock icon next to the address bar.
  2. Tap Permissions → Notifications.
  3. Adjust your preference.
Chrome (Desktop)
  1. Click the padlock icon in the address bar.
  2. Select Site settings.
  3. Find Notifications and adjust your preference.