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.

JustBomb

Members
  • Joined

  • Last visited

Everything posted by JustBomb

  1. If I'm doing this correctly, i need your username, full name, or email.
  2. I'm not sure what I did but now it is only giving me 4 errors: > Task :compileJava FAILED D:\Minecraft Custom Mods\UpgradedMC1\src\main\java\net\nick\upgradedminecraft\UpgradedMinecraft.java:4: error: cannot find symbol import net.minecraft.client.Minecraft; ^ symbol: class Minecraft location: package net.minecraft.client D:\Minecraft Custom Mods\UpgradedMC1\src\main\java\net\nick\upgradedminecraft\UpgradedMinecraft.java:34: error: cannot access Block LOGGER.info("DIRT BLOCK >> {}", ForgeRegistries.BLOCKS.getKey(Blocks.DIRT)); ^ class file for net.minecraft.world.level.block.Block not found D:\Minecraft Custom Mods\UpgradedMC1\src\main\java\net\nick\upgradedminecraft\UpgradedMinecraft.java:34: error: cannot access IForgeRegistry LOGGER.info("DIRT BLOCK >> {}", ForgeRegistries.BLOCKS.getKey(Blocks.DIRT)); ^ class file for net.minecraftforge.registries.IForgeRegistry not found D:\Minecraft Custom Mods\UpgradedMC1\src\main\java\net\nick\upgradedminecraft\UpgradedMinecraft.java:47: error: cannot find symbol LOGGER.info("MINECRAFT NAME >> {}", Minecraft.getInstance().getUser().getName()); ^ symbol: variable Minecraft location: class ClientModEvents 4 errors
  3. D:\Minecraft Custom Mods\UpgradedMC1\src\main\java\net\nick\upgradedminecraft\UpgradedMinecraft.java:4: error: cannot find symbol import net.minecraft.client.Minecraft; ^ symbol: class Minecraft location: package net.minecraft.client ------------------------------------------------------ D:\Minecraft Custom Mods\UpgradedMC1\src\main\java\net\nick\upgradedminecraft\UpgradedMinecraft.java:5: error: cannot find symbol import net.minecraft.world.item.CreativeModeTab; ^ symbol: class CreativeModeTab location: package net.minecraft.world.item ------------------------------------------------------ D:\Minecraft Custom Mods\UpgradedMC1\src\main\java\net\nick\upgradedminecraft\UpgradedMinecraft.java:6: error: cannot find symbol import net.minecraft.world.item.Item; ^ symbol: class Item location: package net.minecraft.world.item ------------------------------------------------------ D:\Minecraft Custom Mods\UpgradedMC1\src\main\java\net\nick\upgradedminecraft\UpgradedMinecraft.java:7: error: cannot find symbol import net.minecraft.world.level.block.Block; ^ symbol: class Block location: package net.minecraft.world.level.block ------------------------------------------------------ D:\Minecraft Custom Mods\UpgradedMC1\src\main\java\net\nick\upgradedminecraft\UpgradedMinecraft.java:9: error: cannot find symbol import net.minecraft.world.level.block.state.BlockBehaviour; ^ symbol: class BlockBehaviour location: package net.minecraft.world.level.block.state ------------------------------------------------------ D:\Minecraft Custom Mods\UpgradedMC1\src\main\java\net\nick\upgradedminecraft\UpgradedMinecraft.java:10: error: cannot find symbol import net.minecraft.world.level.material.Material; ^ symbol: class Material location: package net.minecraft.world.level.material ------------------------------------------------------ D:\Minecraft Custom Mods\UpgradedMC1\src\main\java\net\nick\upgradedminecraft\UpgradedMinecraft.java:40: error: cannot access Block LOGGER.info("DIRT BLOCK >> {}", ForgeRegistries.BLOCKS.getKey(Blocks.DIRT)); ^ class file for net.minecraft.world.level.block.Block not found ------------------------------------------------------ D:\Minecraft Custom Mods\UpgradedMC1\src\main\java\net\nick\upgradedminecraft\UpgradedMinecraft.java:40: error: cannot access IForgeRegistry LOGGER.info("DIRT BLOCK >> {}", ForgeRegistries.BLOCKS.getKey(Blocks.DIRT)); ^ class file for net.minecraftforge.registries.IForgeRegistry not found ------------------------------------------------------ D:\Minecraft Custom Mods\UpgradedMC1\src\main\java\net\nick\upgradedminecraft\UpgradedMinecraft.java:53: error: cannot find symbol LOGGER.info("MINECRAFT NAME >> {}", Minecraft.getInstance().getUser().getName()); ^ symbol: variable Minecraft location: class ClientModEvents

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.