Language

Hiiragi Core

Hiiragi Core

Modrinth

Library and Utilities mod for Hiiragi's mods

438 downloads updated 8h ago
latest v26.1.2 Modrinth
Neoforge 1.21.1 – 26.1.2 LibraryUtility

Hiiragi Core

GitHub License
CurseForge Downloads
Modrinth Downloads

About

  • A library mod for Hiiragi's mods
  • Supported mod loader: 🦊NeoForge
  • Supported mc version: 🔒MC1.21.1

Feature

  • Material Blocks/Items

    • 🌳Vanilla
      • 🔥Fuels: Coal, Charcoal
      • 🧱Minerals: (Redstone), (Glowstone)
      • 💎Gems: Lapis, Quartz, Amethyst, Diamond, Emerald, Echo, Prismarine
      • 🔮Pearls: Ender
      • ⛓Metals: Iron, Copper, Gold
      • 🔩Alloys: Netherite
      • 🧪Others: Wood, Glass, (Stone), Obsidian, (Blaze), (Breeze), Brick, Nether Brick
    • 🌲Common
      • 🔥Fuels: Coal Coke
      • 🧱Minerals: Salt, Saltpeter, Bauxite, Sulfur, Cinnabar, Galena
      • 💎Gems: (Fluorite), (Peridot), (Ruby), (Sapphire)
      • ⛓Metals
        • 2nd Period: (Lithium), (Beryllium)
        • 3rd Period: (Sodium), (Magnesium), Aluminum, (Silicon)
        • 4th Period: (Titanium), (Vanadium), (Chromium), (Manganese), (Cobalt), (Nickel), Zinc
        • 5th Period: (Molybdenum), Ruthenium, Rhodium, Palladium, Silver, Tin, (Antimony)
        • 6th Period: (Tungsten), Osmium, Iridium, Platinum, Lead
        • 7th Period: (Uranium), (Plutonium)
      • 🔩Alloys: Steel, (Invar), Brass, (Constantan), Bronze, (Electrum), (Signalum), (Lumium), (Enderium)
      • 🧪Others: Ash, Carbon, Plastic, Rubber
    • 🔧Original
      • 💎Gems: Azure, Crimson Crystal, Warped Crystal
      • 🔮Pearls: Eldritch
      • 🔩Alloys: Azure Steel
    • (Material): No contents added by Hiiragi Core
  • Blocks

    • 🥛Warped Wart: A blue wart which clears one bad effect randomly when eaten.
    • 🍂Tree Tap: Extracts Latex from attached logs to below cauldron
    • 🧺Copper Basin: A fluid storage which stored 4B of fluid and fill/empty containers manually
  • Fluids

    • 🌈Liquid Dyes, 🧩Experience, 🍯Honey, 🍄Mushroom Stew, ✨Dragon Breath, ⚗Potion, and so on...
  • Items

    • 🔥Bamboo Charcoal: A organic fuel made from Bamboo
    • 💣Bomb: Throwable explosive
    • 📦Particle Board: An alternative planks made from Sawdust
    • 🧪Synthetic Feather/Fiber/Leather: A alternatives for Feather/String/Leather made from Plastic
    • 🥚Eldritch Egg: A purple egg which captures mobs, not only Pig but also Warden!
    • 📘Trader's Catalog: Opens trading menu of Wandering Trader
    • 📗Experience Tome: Store your experience or release it
  • End-Game Items

    • 🦾Almighty Pickaxe: A mining tool suitable for ALL BLOCKS
    • 🤔Ambrosia: A food with MAXIMUM SATURATION and NOT CONSUMED
    • 🌌Eternal Smithing Template: A smithing template which make any equipment UNBREAKABLE
  • Recipe Types

    • ⚡Charging: Fired when Lightning Strike hit on item entity
    • ⚠Crushing: Fired when Anvil fallen on item entity
    • 💥Exploding: Fired when explosion hit on item entity
    • 🔨Forging: Fired when right-clicking Forging Anvil with Hammer
    • 💧Tank Interaction: Fired when right-clicking with container item to Copper Basin

Maven

Groovy

Maven Central Version
Modrinth Version

repositories {
    // Maven Central
    mavenCentral()
    // Modrinth Maven
    maven {
        url = "https://api.modrinth.com/maven"
        content {
            includeGroup "maven.modrinth"
        }
    }
}

dependencies {
    // Maven Central
    implementation "io.github.hiiragi283:hiiragi-core:VERSION"
    // Modrinth Maven
    implementation "maven.modrinth:hiiragi-core:VERSION"
}

Kotlin

repositories {
    // Maven Central
    mavenCentral()
    // Modrinth Maven
    maven(url = "https://api.modrinth.com/maven") {
        content { 
            includeGroup("maven.modrinth")
        }
    }
}

dependencies {
    // Maven Central
    implementation("io.github.hiiragi283:hiiragi-core:VERSION")
    // Modrinth Maven
    implementation("maven.modrinth:hiiragi-core:VERSION")
}

Versions

Alpha
26.1.2
neoforge · 26.1.2 · 8h ago
6
Alpha
26.1.1
neoforge · 26.1.2 · 6d ago
12
Alpha
26.1.0
neoforge · 26.1.2 · 13d ago
- Initial release for MC26.1.2
17
Beta
0.16.0
neoforge · 1.21.1 · 1mo ago
**Full Changelog**: https://github.com/Hiiragi283/hiiragi-core/compare/v0.15.2...v0.16.0
35
Beta
0.15.2
neoforge · 1.21.1 · 1mo ago
- Added new enchantments: Hammer of Justice, Noise Canceling, Sonic Protection, Purification - Replaced Rubber Ingot/Plate to Cured Rubber **Full Changelog**:…
34
Beta
0.15.0
neoforge · 1.21.1 · 2mo ago
- Ported item Blueprint from Ragium - Removed items Item/Fluid Filter **Full Changelog**: https://github.com/Hiiragi283/hiiragi-core/compare/v0.14.0...v0.15.0
32
Beta
0.14.0
neoforge · 1.21.1 · 2mo ago
- Added block Copper Basin - Added recipe type Tank Interaction **Full Changelog**: https://github.com/Hiiragi283/hiiragi-core/compare/v0.13.0...v0.14.0
26
Beta
0.13.0
neoforge · 1.21.1 · 3mo ago
## What's Changed * Refine registration by @Hiiragi283 in https://github.com/Hiiragi283/hiiragi-core/pull/9 **Full Changelog**:…
26
Beta
0.12.0
neoforge · 1.21.1 · 3mo ago
**Full Changelog**: https://github.com/Hiiragi283/hiiragi-core/compare/v0.11.0...v0.12.0
37
Beta
0.11.0
neoforge · 1.21.1 · 4mo ago
## What's Changed * Migrate from EMI to JEI by @Hiiragi283 in https://github.com/Hiiragi283/hiiragi-core/pull/8 **Full Changelog**:…
40
Beta
0.10.0
neoforge · 1.21.1 · 4mo ago
**Full Changelog**: https://github.com/Hiiragi283/hiiragi-core/compare/v0.9.0...v0.10.0
25
Beta
0.9.0
neoforge · 1.21.1 · 4mo ago
**Full Changelog**: https://github.com/Hiiragi283/hiiragi-core/compare/v0.8.0...v0.9.0
32

Comments 0

No comments yet. Be the first to share your thoughts.