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.

reasure

Members
  • Joined

  • Last visited

Everything posted by reasure

  1. This is part of the Tutorial Code for Tile Entities with one slot. I want to know the role of each parameter in moveItemStackTo(). (or mergeItemStack() in other mappings.)
  2. I think You've already solved it in a different way, but I changed the Eclipse version to 2020.6 and it worked. (I think intelliJ is better, though.)
  3. { "type": "minecraft:crafting_shapeless", "ingredients": [ { "item": "minecraft:apple" }, { "type": "forge:nbt", "item": "minecraft:potion", "count": 1, "nbt": "{Potion:\"minecraft:poison\"}" } ], "result": { "item": "reasurecraft:poison_apple" } } It worked! Thank you!!!
  4. { "type": "minecraft:crafting_shapeless", "ingredients": [ { "item": "minecraft:apple" }, { "item": "minecraft:potion" } ], "result": { "item": "reasurecraft:poison_apple" } } Here is Json file
  5. ShapelessRecipeBuilder.shapeless(ModItems.POISON_APPLE.get()) .requires(Items.APPLE) .requires(NBTIngredient.of(PotionUtils.setPotion(new ItemStack(Items.POTION), Potions.POISON))) .unlockedBy("has_item", has(Items.APPLE)) .save(consumer); It's not work too
  6. How can I specify potions in recipes? ShapelessRecipeBuilder.shapeless(ModItems.POSION_APPLE.get()) .requires(Items.APPLE) .requires(Ingredient.of(PotionUtils.setPotion(new ItemStack(Items.POTION), Potions.POISON))) .unlockedBy("has_item", has(Items.APPLE)) .save(consumer); It's not work

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.