Skip to content

Cinnabar tweaks and fix#380

Open
Multigriffes wants to merge 5 commits intoThePansmith:devfrom
Multigriffes:Fix-cinnabar
Open

Cinnabar tweaks and fix#380
Multigriffes wants to merge 5 commits intoThePansmith:devfrom
Multigriffes:Fix-cinnabar

Conversation

@Multigriffes
Copy link
Contributor

Here's various tweaks and fix :

  • Deepslate Cinnabar Ore not blasting or smelting
  • Cinnabar dust still present but not used
  • Cinnabar block not crushable directly

Deepslate Cinnabar Ore not blasting or smelting :

This come directly from the thermal foundation mod. I don't know if it has been fixed in newer version, I will take a look.
A workaround with kubejs has been made

thermal's code not using #forge:ores/cinnabar tag :

{
  "type": "minecraft:smelting",
  "category": "misc",
  "cookingtime": 200,
  "experience": 0.5,
  "ingredient": {
    "item": "thermal:cinnabar_ore"
  },
  "result": "thermal:cinnabar"
}
{
  "type": "minecraft:blasting",
  "category": "misc",
  "cookingtime": 100,
  "experience": 0.5,
  "ingredient": {
    "item": "thermal:cinnabar_ore"
  },
  "result": "thermal:cinnabar"
}

@Multigriffes Multigriffes changed the title Cinnabar tweaks Cinnabar tweaks and fix Jan 10, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant