Jump to content

Leaderboard

Popular Content

Showing content with the highest reputation on 12/19/24 in all areas

  1. Add this mod: https://www.curseforge.com/minecraft/mc-mods/knight-lib/files/5764941
    1 point
  2. { "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!!!
    1 point
  3. NBTIngredient doesn't have an of method itself, you're actually calling Ingredient.of. You need to create an instance of NBTIngredient directly (or a class that extends it, since the constructor is protected).
    1 point
×
×
  • Create New...

Important Information

By using this site, you agree to our Terms of Use.