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.

chrizz

Members
  • Joined

  • Last visited

  1. I tried to override the inventory but it not works.
  2. Hi, I need help. I want to make 3 survival inventory tabs like galacticraft. I'm working on 1.12.2. Please can you send a wiki link? I can't write the code correctly. Thanks
  3. What is the correct id of cocoa beans? { "type": "minecraft:crafting_shapeless", "ingredients": [ { "item": "minecraft:cocoa_beans" }, { "item": "mod:dough" } ], "result": { "item": "mod:dough_with_chocolate", "count": 1 } }
  4. Someone send the correct code please I really need that.
  5. For now i've done that but it not work. package com.c_h_r_i_z_.bakerymod.items; import com.c_h_r_i_z_.bakerymod.items.base.ItemBase; import net.minecraft.item.ItemStack; public class ItemBowlAndPestle extends ItemBase { public ItemBowlAndPestle(String name) { super(name); setMaxStackSize(1); setNoRepair(); setMaxDamage(40); } @Override public ItemStack getContainerItem(ItemStack itemstack) { ItemStack stack = itemstack.copy(); stack.attemptDamageItem(1, itemRand, null); return stack; } @Override public boolean hasContainerItem(ItemStack stack) { return true; } }
  6. Yeah but I don't know the code...
  7. How to set a container item? My item is called bowl_and_pestle. I want it to stay in the crafting table like buckets. Sorry for bad english. Thanks for the help ? I am a beginner developer so please don't write hard code. Thanks

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.