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.

PenguinW

Members
  • Joined

  • Last visited

Everything posted by PenguinW

  1. PenguinW replied to PenguinW's topic in Modder Support
    If I call my file "copper_ingot.json" it can find the model file but if I call it "copper_ingot.name.json" it can. So I think it can't find my .png file
  2. PenguinW replied to PenguinW's topic in Modder Support
    eum... now it can't even find my .json file [20:33:45] [Client thread/WARN]: Missing model for: pw:item/copper_ingot
  3. PenguinW replied to PenguinW's topic in Modder Support
    I still can't find it so here is my code. The code that makes my item: package com.penguinw.init; import net.minecraft.client.Minecraft; import net.minecraft.client.resources.model.ModelResourceLocation; import net.minecraft.item.Item; import net.minecraftforge.fml.common.registry.GameRegistry; import com.penguinw.Reference; public class PenguinWitems { public static Item copper_ingot; public static void init() { copper_ingot = new Item().setUnlocalizedName("copper_ingot"); } public static void register() { GameRegistry.registerItem(copper_ingot, copper_ingot.getUnlocalizedName().substring(5)); } public static void registerRenders() { registerRender(copper_ingot); } public static void registerRender(Item item) { Minecraft.getMinecraft().getRenderItem().getItemModelMesher().register(item, 0, new ModelResourceLocation(Reference.MOD_ID + ":" + item.getUnlocalizedName().substring(5), "inventory")); } } //Copyright Vincent De Borger The .json file: { "parent": "builtin/generated", "textures": { "layer0": "pw:items/copper_ingot" }, "display": { "thirdperson": { "rotation": [ -90, 0, 0 ], "translation": [ 0, 1, -3 ], "scale": [ 0.55, 0.55, 0.55 ] }, "firstperson": { "rotation": [ 0, -135, 25 ], "translation": [ 0, 4, 2 ], "scale": [ 1.7, 1.7, 1.7 ] } } } my picture is named: copper_ingot.png
  4. PenguinW replied to PenguinW's topic in Modder Support
    Yes I have but it doen't works all my names are the good so idk any more whats wrong
  5. You don't even need a mod for this go to your video settings and turn it off
  6. PenguinW posted a topic in Modder Support
    Do I only need a .json file to add my texture for my items are not working.

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.