Hi! I have this thing called "Compressed blocks" (like stone, cobble, deepslate and etc.) and i wanted to make a furnace recipe for comp. stone from comp cobblestone, but for some reason comp. cobblestone melts into regular stone...
comp. stone
compressed_stone:
type: item
debug: true
material: stone
display name: <&e>Compressed stone
lore:
- <&f>9 stone!
enchantments:
- unbreaking:1
allow in material recipes: true
mechanisms:
hides:
- ALL
flags:
no_place: true
recipes:
1:
type: shaped
recipe_id: compressed_stone
group: compressed
output_quantity: 1
input:
- stone|stone|stone
- stone|stone|stone
- stone|stone|stone
2:
type: furnace
cook_time: 1s
input: <item[compressed_cobblestone]>
comp. cobble
compressed_cobblestone:
type: item
debug: true
material: cobblestone
display name: <&e>Compressed cobblestone
lore:
- <&f>9 cobblestone!
enchantments:
- unbreaking:1
allow in material recipes: true
mechanisms:
hides:
- ALL
flags:
no_place: true
recipes:
1:
type: shaped
recipe_id: compressed_cobblestone
group: compressed
output_quantity: 1
input:
- cobblestone|cobblestone|cobblestone
- cobblestone|cobblestone|cobblestone
- cobblestone|cobblestone|cobblestone