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.

Last_penguin

Members
  • Joined

  • Last visited

Everything posted by Last_penguin

  1. Hello, i know that i need itempickaxe, but im do just item after will make pickaxe there is json file: { "parent": "item/generated", "textures": { "layer0": "miningdimension:items/mineritepickaxe" } }
  2. 1. Tt looks like this 2.Oh..Okay, i will
  3. 1.(if I understood correctly) I used gradle (gradlew setupDecompWorkspace) 2.I don`t know....?(im just starting to make mods, and i don`t know so much) 3.I think no, because of this : 4.I running client with debug mode(or like this) :
  4. I checked everything but i see this error again and again Here is code: Item package ru.lastpenguin.miningdimension.items; import net.minecraft.client.renderer.block.model.ModelResourceLocation; import net.minecraft.creativetab.CreativeTabs; import net.minecraft.item.Item; import net.minecraftforge.client.model.ModelLoader; import net.minecraftforge.fml.relauncher.Side; import net.minecraftforge.fml.relauncher.SideOnly; import ru.lastpenguin.miningdimension.MiningDimension; import java.util.Objects; public class MineritePickaxe extends Item { public MineritePickaxe () { setRegistryName("mineritepickaxe"); setUnlocalizedName(MiningDimension.MODID+".mineritepickaxe"); setCreativeTab(CreativeTabs.MISC); } @SideOnly(Side.CLIENT) public void initModel() { ModelLoader.setCustomModelResourceLocation(this, 0, new ModelResourceLocation(getRegistryName(), "inventory")); } } Structure Here this error Please help
  5. I fixed it, I just changed this
  6. Im using java 8 and want to create mod for minecraft 1.12.2 but i have this error too

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.