Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
The table of contents is too big for display.
Diff view
Diff view
  •  
  •  
  •  
28 changes: 14 additions & 14 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
@@ -1,19 +1,19 @@
name: Mineralogy 1.20.1 CI
name: Mineralogy 1.20.6 CI

on:
push:
branches:
- master-1.20.1
- master-1.20.6
- 'feature/**'
pull_request:
branches:
- master-1.20.1
- master-1.20.6

permissions:
contents: read

concurrency:
group: mineralogy-1.20.1-${{ github.workflow }}-${{ github.ref }}
group: mineralogy-1.20.6-${{ github.workflow }}-${{ github.ref }}
cancel-in-progress: true

jobs:
Expand All @@ -38,11 +38,11 @@ jobs:
distribution: temurin
java-version: '8.0.502+7'

- name: Install pinned Java 17 runtime and toolchain
- name: Install pinned Java 21 runtime and toolchain
uses: actions/setup-java@b6effb05e454b25005698d916606bdc6ffcbf961 # v5
with:
distribution: temurin
java-version: '17.0.1+12'
java-version: '21.0.7+6.0.LTS'

- name: Bootstrap Forge from an empty cache
shell: bash
Expand All @@ -62,7 +62,7 @@ jobs:
| tee "$RUNNER_TEMP/cold-forge-bootstrap.log"
grep -F "OreSpawn Mavenizer compatibility runtime: Java 25.0.3" \
"$RUNNER_TEMP/cold-forge-bootstrap.log"
grep -F "OreSpawn Mavenizer compatibility: applied 8 rule(s) for net.minecraftforge:forge:1.20.1-47.4.10" \
grep -F "OreSpawn Mavenizer compatibility: applied 0 rule(s) for net.minecraftforge:forge:1.20.6-50.2.0 (explicit no-op)" \
"$RUNNER_TEMP/cold-forge-bootstrap.log"
find "$GRADLE_USER_HOME" .gradle/mavenizer \
-name '*.orespawn-compatibility' -type f -print0 \
Expand Down Expand Up @@ -106,11 +106,11 @@ jobs:
distribution: temurin
java-version: '8.0.502+7'

- name: Install pinned Java 17 runtime and toolchain
- name: Install pinned Java 21 runtime and toolchain
uses: actions/setup-java@b6effb05e454b25005698d916606bdc6ffcbf961 # v5
with:
distribution: temurin
java-version: '17.0.1+12'
java-version: '21.0.7+6.0.LTS'

- name: Set up Gradle
uses: gradle/actions/setup-gradle@9c971963bec38e04b3d30dcc455b5382be2fdbfb # v6
Expand Down Expand Up @@ -144,21 +144,21 @@ jobs:
- name: Upload audited release candidate
uses: actions/upload-artifact@043fb46d1a93c77aae656e7c1c64a875d1fc6a0a # v7
with:
name: Mineralogy-1.20.1-${{ github.sha }}
name: Mineralogy-1.20.6-${{ github.sha }}
if-no-files-found: error
retention-days: 30
path: |
build/libs/Mineralogy-6.1.1.120011.jar
build/libs/Mineralogy-6.1.1.120011-sources.jar
build/libs/Mineralogy-6.1.1.120011-javadoc.jar
build/libs/Mineralogy-6.1.1.120061.jar
build/libs/Mineralogy-6.1.1.120061-sources.jar
build/libs/Mineralogy-6.1.1.120061-javadoc.jar
build/release/SHA256SUMS
CHANGELOG.txt

- name: Upload diagnostics on failure
if: failure()
uses: actions/upload-artifact@043fb46d1a93c77aae656e7c1c64a875d1fc6a0a # v7
with:
name: Mineralogy-1.20.1-diagnostics-${{ github.sha }}
name: Mineralogy-1.20.6-diagnostics-${{ github.sha }}
if-no-files-found: ignore
retention-days: 14
path: |
Expand Down
8 changes: 4 additions & 4 deletions .github/workflows/codeql-analysis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,11 +3,11 @@ name: CodeQL
on:
push:
branches:
- master-1.20.1
- master-1.20.6
- 'feature/**'
pull_request:
branches:
- master-1.20.1
- master-1.20.6
schedule:
- cron: '43 7 * * 4'

Expand Down Expand Up @@ -38,11 +38,11 @@ jobs:
distribution: temurin
java-version: '8.0.502+7'

- name: Install pinned Java 17 runtime and toolchain
- name: Install pinned Java 21 runtime and toolchain
uses: actions/setup-java@b6effb05e454b25005698d916606bdc6ffcbf961 # v5
with:
distribution: temurin
java-version: '17.0.1+12'
java-version: '21.0.7+6.0.LTS'

- name: Set up Gradle
uses: gradle/actions/setup-gradle@9c971963bec38e04b3d30dcc455b5382be2fdbfb # v6
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/validate-gradle-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,11 +3,11 @@ name: Validate Gradle Wrapper
on:
push:
branches:
- master-1.20.1
- master-1.20.6
- 'feature/**'
pull_request:
branches:
- master-1.20.1
- master-1.20.6

permissions:
contents: read
Expand Down
30 changes: 15 additions & 15 deletions CHANGELOG.txt
Original file line number Diff line number Diff line change
@@ -1,13 +1,13 @@
Mineralogy 6.1.1.120011 for Minecraft 1.20.1
Mineralogy 6.1.1.120061 for Minecraft 1.20.6

- Delegated terrain, strata, ore, and covered fluid-deposit generation to the
released OreSpawn 4.0.16.120011 provider engine, retaining the supported
released OreSpawn 4.0.16.120061 provider engine, retaining the supported
`[4.0.6,5.0.0)` range; removed Mineralogy's parallel
geology, geome, ore, noise, and stone-replacement generators.
- Preserved all world-facing registry, tile, NBT, recipe, asset, patch, and
pre-flattening conversion identities while moving production packages to
zone.moddev.mc.mineralogy. Existing 1.10/1.12 chunks are protected during
1.20.1's flattening conversion. Legacy rock-furnace IDs are established
1.20.6's flattening conversion. Legacy rock-furnace IDs are established
before Mojang data fixing, then all pre-namespaced tile IDs are made safe
before Forge constructs tile entities, so inventories and progress survive
and an uppercase vanilla ID cannot abort the complete chunk load.
Expand All @@ -25,11 +25,11 @@ Mineralogy 6.1.1.120011 for Minecraft 1.20.1
- Made the historical `COBBLESTONE_EQUIVILENT` option functional through
target-native per-family block and item tags, including vanilla aliases,
reapplied after data reloads by updating the exact immutable tag objects
retained by already-parsed Forge 47 recipe ingredients. Chert and pumice
retained by already-parsed Forge 50 recipe ingredients. Chert and pumice
remain unconditional cobblestone equivalents.
- Added isolated Mineralogy crude-oil source and flowing fluids, block, bucket,
rendering resources, and the covered Ocean deposit declaration.
- Uses Minecraft 1.20.1's native granite, diorite, andesite, basalt, and tuff for
- Uses Minecraft 1.20.6's native granite, diorite, andesite, basalt, and tuff for
new OreSpawn terrain while retaining Mineralogy's historical registrations
and conversion aliases. Native smooth basalt joins Mineralogy's smooth-basalt
family without replacing Minecraft's basalt-smelting route. Deepslate remains
Expand All @@ -55,7 +55,7 @@ Mineralogy 6.1.1.120011 for Minecraft 1.20.1
slab and back at a lossless 1:1 ratio for modpacks that require an exact
vanilla item. Recipe advancements use the same exact item or family tag as
the recipe they reveal.
- Extended Minecraft 1.20.1's native stone crafting and tool-material tags so
- Extended Minecraft 1.20.6's native stone crafting and tool-material tags so
every enabled cobblestone equivalent, including all 27 legacy rock families
and target-native aliases, works in the complete vanilla contract. Nineteen
conditional JSON overrides cover furnaces, brewing stands, redstone and
Expand All @@ -70,15 +70,15 @@ Mineralogy 6.1.1.120011 for Minecraft 1.20.1
existing template-owned advancements remain untouched.
- Added `sends_telemetry_event: false` to every generated recipe advancement,
including all conditional Minecraft advancement branches.
- Prevented Forge 47 from silently reducing optional carbon- or coal-dust
- Prevented Forge 50 from silently reducing optional carbon- or coal-dust
gunpowder recipes to nitrate plus sulfur when their compatibility tag is
empty; every loaded gunpowder recipe now requires all three components.
- Added 17 reviewed UTF-8 JSON locales with the same 938 ordered keys, including
Brazilian and European Portuguese, Canadian French, Japanese, Korean, and
Russian.
- Added first-start player, developer, content, provider, and version guides,
plus an exact provider example. Existing exported guides are never
overwritten. Forge 47 Eclipse launches keep their required merged
overwritten. Forge 50 Eclipse launches keep their required merged
`bin/main` mod output; if Eclipse removes Gradle's staged guide copies, the
exporter reads the authoritative source-checkout guides without weakening
packaged-jar validation.
Expand All @@ -90,14 +90,14 @@ Mineralogy 6.1.1.120011 for Minecraft 1.20.1
entries onto Mineralogy's stable provider rule IDs. This prevents duplicate
ore generation and preserves world-specific geology choices on first start;
established OreSpawn files remain authoritative and reloads are byte-stable.
- Preserved 1.20.1-native wall tall-side blockstates and models, wall/item tags,
loot tables, fluid APIs, rendering setup, and pack format 15 resources.
- Added reproducible Java 17 main, sources, and Javadoc artifacts, exact released
OreSpawn dependency verification, guarded 1.20.1 CI, and the four-component
release tag `6.1.1.120011`.
- Kept ForgeGradle 7 while sealing Forge 47's required Mavenizer compatibility
- Preserved 1.20.6-native wall tall-side blockstates and models, wall/item tags,
loot tables, fluid APIs, rendering setup, and pack format 32 resources.
- Added reproducible Java 21 main, sources, and Javadoc artifacts, exact released
OreSpawn dependency verification, guarded 1.20.6 CI, and the four-component
release tag `6.1.1.120061`.
- Kept ForgeGradle 7 while sealing Forge 50's audited zero-repair Mavenizer
fixture by SHA-256. The build-only tool runs on Java 25; Mineralogy compiles
and ships exclusively as Java 17, and release audits reject fixture leakage.
and ships exclusively as Java 21, and release audits reject fixture leakage.
- Isolated CI's verified OreSpawn artifact in an exclusive Gradle repository so
dependency resolution cannot fall through to an unverified public copy.
Release verification also enforces Maven coordinate
Expand Down
8 changes: 4 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,17 +1,17 @@
[![Discord](https://img.shields.io/badge/Discord-MMD-green.svg?style=flat&logo=Discord)](https://discord.moddev.zone)
[![CurseForge downloads](https://cf.way2muchnoise.eu/full_minecraft-mineralogy_downloads.svg)](https://www.curseforge.com/minecraft/mc-mods/minecraft-mineralogy)
[![Supported Minecraft versions](https://cf.way2muchnoise.eu/versions/Minecraft_minecraft-mineralogy_all.svg)](https://www.curseforge.com/minecraft/mc-mods/minecraft-mineralogy)
[![Build, test, and audit](https://github.com/MinecraftModDevelopmentMods/MinecraftMineralogy/actions/workflows/ci.yml/badge.svg?branch=master-1.20.1)](https://github.com/MinecraftModDevelopmentMods/MinecraftMineralogy/actions/workflows/ci.yml?query=branch%3Amaster-1.20.1)
[![Build, test, and audit](https://github.com/MinecraftModDevelopmentMods/MinecraftMineralogy/actions/workflows/ci.yml/badge.svg?branch=master-1.20.6)](https://github.com/MinecraftModDevelopmentMods/MinecraftMineralogy/actions/workflows/ci.yml?query=branch%3Amaster-1.20.6)

# Mineralogy 6 for Minecraft 1.20.1
# Mineralogy 6 for Minecraft 1.20.6

Mineralogy adds real-world rock families, matching construction blocks,
mineral ores and dusts, rock furnaces, drywall, rock-salt lighting, fertilizer,
and crude oil. OreSpawn 4 is the sole terrain, strata, ore, and deposit engine;
Mineralogy no longer installs a parallel world generator.

This branch builds Mineralogy `6.1.1.120011` for Forge `47.4.10` and is built
and tested against OreSpawn `4.0.16.120011`. Its declared compatibility range is
This branch builds Mineralogy `6.1.1.120061` for Forge `50.2.0` and is built
and tested against OreSpawn `4.0.16.120061`. Its declared compatibility range is
OreSpawn `[4.0.6,5.0.0)`. Install both mods on clients and servers.

## Configuration and help
Expand Down
Loading
Loading