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.

Algorythmis

Members
  • Joined

  • Last visited

  1. Yup. Forgot to post it here, but everything got fixed by switching to tags. Thanks to both of you.
  2. Somehow, fixing the path to the recipe files (from assets/deathcraft/recipes to data/deathcraft/recipes) fixed the texture problem, but not the recipe one. So now the textures do appear, but the recipes still don't work.
  3. Edit src/main/resources/META-INF/mods.toml so that it contains the information Forge needs.
  4. Algorythmis changed their profile photo
  5. Two of my texture files, item/hammer_iron.png and item/hammer_diamond.png are not found by Forge although they do exist at the specified paths: [Server-Worker-4/ERROR] [minecraft/AtlasTexture]: Using missing texture, unable to load deathcraft:textures/item/hammer_iron.png : java.io.FileNotFoundException: deathcraft:textures/item/hammer_iron.png [Server-Worker-5/ERROR] [minecraft/AtlasTexture]: Using missing texture, unable to load deathcraft:textures/block/worktable_side.png : java.io.FileNotFoundException: deathcraft:textures/block/worktable_side.png [Server-Worker-4/ERROR] [minecraft/AtlasTexture]: Using missing texture, unable to load deathcraft:textures/block/worktable_bottom.png : java.io.FileNotFoundException: deathcraft:textures/block/worktable_bottom.png [Server-Worker-2/ERROR] [minecraft/AtlasTexture]: Using missing texture, unable to load deathcraft:textures/item/hammer_diamond.png : java.io.FileNotFoundException: deathcraft:textures/item/hammer_diamond.png [Server-Worker-4/ERROR] [minecraft/AtlasTexture]: Using missing texture, unable to load deathcraft:textures/block/worktable_top.png : java.io.FileNotFoundException: deathcraft:textures/block/worktable_top.png (the block/worktable_ textures don't exist yet, so it's normal that they don't get found) Textures are placed in the src/main/resources/assets/deathcraft/textures/item folder, as they should according to the documentation. Also, none of my 4 recipes (including 2 of a custom type) seem to work within the game: no error messages related to them in the console, but nothing appears in the output slot when I attempt to replicate the patterns in a crafting table. All of my JSON files (models and recipes) are valid according to the several tests I did using a Node.js REPL — You'll find them attached if you want to take a look. hammer_iron.json hammer_diamond.json worktable_iron.json worktable_diamond.json hammer_iron.json hammer_diamond.json
  6. Is there a known way to set the "data" value of a shaped crafting recipe result to be equal to that of a specific input item?
  7. I'm using Eclipse, which did not recommend it when I typed the old name. I had the same problem with ItemBlock/BlockItem - solved it by looking into the net.minecraft.item package. Thanks for the quick answer.
  8. I need to instanciate a `TextComponentTranslation` for item tooltip internationalization purposes, however `net.minecraft.util.text.TextComponentTranslation` does not seem to exist within forge-1.14.3-27.0.17_mapped_snapshot_20190621-1.14.2.jar. Did it go elsewhere since 1.13? Am I missing something?

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.