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.

lxquid_

Members
  • Joined

  • Last visited

Everything posted by lxquid_

  1. oh my goshh ...
  2. befat is the modid @Beethoven92
  3. itemStack.hurtAndBreak(50, entity, null); works for me now
  4. With shapeless it doesnt works too @kiou.23
  5. @kiou.23 { "type": "minecraft:crafting_shaped", "pattern": [ "a" ], "key": { "a": { "item": "minecraft:dirt" } }, "result": { "item": "minecraft:diamond", "count": 1 } }
  6. okay but when i change "tag": "minecraft:dirt" to "item": "minecraft:dirt" it still doesnt works
  7. whats the tag for dirt for example?
  8. nope please explain o-o @kiou.23
  9. but where i can find the tags for items
  10. @diesieben07 resources/data/befat/recipes/roesti_from_crafting.json { "type": "minecraft:crafting_shaped", "pattern": [ "a" ], "key": { "a": { "tag": "minecraft:dirt" } }, "result": { "item": "minecraft:diamond", "count": 1 } }
  11. @diesieben07 i already tried to change coal to coals but it still doesnt works
  12. @diesieben07 Nope this doesnt works for me, i tried "befat" instead of "tme" but it still is not working
  13. @Beethoven92 yeah the item is damageable and the method ItemStack#damageItem doesnt exists by me. also i dont know with what i sould replace the null (onBroken). i would like to destroy the item when it is broken
  14. public static final Item COAL = registerItem("coal", new Item((new Item.Properties()).tab(ItemGroup.TAB_MATERIALS)));
  15. Hello, i have coded recipes and there are not working. src/main/resources/data/tme/recipes/roesti_from_crafting.json { "type": "minecraft:crafting_shaped", "pattern": [ "ppp", "ccc", "pap" ], "key": { "a": { "tag": "minecraft:coal" }, "p": { "item": "minecraft:potato" }, "c": { "item": "tme:cheese" } }, "result": { "item": "tme:roesti", "count": 1 } } somebody knows what i am doing wrong? thanks in advance.
  16. I am trying to damage an item in 1.16.5. Currently i have this code: itemStack.getItem().damageItem(itemStack, 100, entity, null); but this doesnt works for me. anyone have an idea?

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.