[Question]: Cobald and Ardite Berries
lays24mc opened this issue ยท 2 comments
Hi,
I created in the oreberries.json Cobalt and Ardit (TConstuct) bushes. As far as everything works. Unfortunately, I realize now that I can craft the Oreberries to Cobalt Ingots and Ardit Ingots. Can I somehow disable that? I want the berries to be melted.
"Cobalt": {
"color": "#0e48c1",
"tooltip": "Very rare",
"smeltingResult": "tconstruct:nuggets",
"rarity": 3,
"density": 2,
"maxHeight": 32,
"sizeChance": 6,
"replaceBlocks": ["minecraft:netherrack"],
"dimensions": [-1]
},
"Ardite": {
"color": "#CC3939",
"tooltip": "Very rare",
"smeltingResult": "tconstruct:nuggets:1",
"rarity": 3,
"density": 2,
"maxHeight": 32,
"sizeChance": 6,
"replaceBlocks": ["minecraft:netherrack"],
"dimensions": [-1]