starforge-1.1.0.jar
Curse Maven Snippet
What's new
# Starsteel Forge Changelog
## Version 1.1.0 - Visibility & Progression Update
### ✨ New Features
- **Early-Tier Crafting:** Added Starsteel Shard crafting recipe (Amethyst + Copper) for accessible early game progression
- **Load Hook:** Server now greets players with welcome message on game join
- **Immediate Recipe Unlock:** All crafting recipes are now available from game start without progression gates
- **Tick Hook:** Added background tick function for future dynamic effects
### 🐛 Bug Fixes
- **Major:** Fixed mod being invisible in gameplay (v1.0.0 locked all content behind nether star)
- Fixed recipe visibility by removing progression requirements
- Fixed player awareness of mod presence
### 📊 Content Validation
- 1679 assertions validating against Minecraft 1.21.11 vanilla registry
- All 26 item textures verified for proper dimensions
- All 20+ recipes validated for ingredient existence
- All 14 advancements validated for parent links and dependencies
- All 5 helper functions validated for command syntax correctness
### 🎨 Assets
- 26 procedurally-generated item textures (unified color palette)
- 5 armor layer variants for full equipment customization
- 3 custom paintings (512×512 resolution)
- 1×1 logo texture with ultra-dense procedural detail
### 📋 Documentation
- Complete progression guide from early to endgame
- Advancement tree with 14 milestones
- Full English localization for all items, enchantments, and advancements
---
## Version 1.0.0 - Initial Release
### ✨ Initial Content
- **12 Enchantments:** 9 table enchantments + 3 treasure-only variants
- **16 Relics:** Swords, bows, mace, 4-piece armor set, consumables
- **20+ Recipes:** Crafting, smelting, and complex upgrades
- **3 Paintings:** Custom celestial artwork
- **1 Custom Damage Type:** "Starforge" damage tracking
- **5 Helper Functions:** Load, tick, and advancement triggers
- **14 Advancements:** Complete progression tree
### 🔧 Technical Foundation
- Content-only Fabric mod (no compiled Java code)
- Data-driven enchantments with complex effects
- Vanilla items + custom components architecture
- Reproducible jar build with fixed timestamps
- Full registry validation pipeline
### ⚠️ Known Issues
- All content gated behind nether star (invisible to players)
- No early-tier crafting options
- No player awareness of mod presence
---
## Installation
**Requirements:**
- Minecraft 1.21.11
- Fabric Loader
- Fabric API
**Install:**
Drop `staysteel-forge-1.1.0.jar` (internal: `starforge`) into your `mods/` folder.
---
## Internal Module Name
All JSON data files and registries use `starforge:` namespace internally for consistency and version control.
This mod has no additional files
