Skip to content
This repository has been archived by the owner on Mar 10, 2024. It is now read-only.

Feature Request: NBT in Stonecutter recipes' result #15

Closed
Driftini opened this issue Jul 5, 2019 · 1 comment
Closed

Feature Request: NBT in Stonecutter recipes' result #15

Driftini opened this issue Jul 5, 2019 · 1 comment
Labels
enhancement New feature or request
Milestone

Comments

@Driftini
Copy link

Driftini commented Jul 5, 2019

Hey there, today I was working on my datapack and I've noticed that stonecutter recipes can't give an item with one or more NBT tags in their result. Here's the JSON I wrote for my recipe.

{
    "type": "minecraft:stonecutting",
    "ingredient": {
        "item": "minecraft:iron_ore"
    },
    "result": "minecraft:turtle_egg",
    "data": "{CustomModelData:1}",
    "count": 2
}
@Driftini Driftini changed the title Feature Request: NBT in Stonecutter recipes' result and custom names Feature Request: NBT in Stonecutter recipes' result Jul 6, 2019
@Siphalor Siphalor added the enhancement New feature or request label Jul 22, 2019
@Siphalor Siphalor added this to the 2.0.0 milestone Jan 7, 2020
@Siphalor
Copy link
Owner

Siphalor commented Feb 1, 2020

This is fixed in the 1.15-2.0 branch.
Either check out the alpha versions or wait until it gets more stable 😉.

@Siphalor Siphalor closed this as completed Feb 1, 2020
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

2 participants