
Star Rating
A Stardew Valley inspired star rating system that gives every item a chance to become legendary.
- Загрузки
- 491
- Подписчики
- 3
- Обновлён
- 24 июня 2026 г.
- Лицензия
- All-Rights-Reserved
Опубликован 12 июня 2026 г.
May the stars guide your adventure!
Have you ever tended your crops in Stardew Valley, hoping for that iridium-quality harvest?
Now, that excitement comes to Minecraft!
Star Rating adds random quality tiers to your food, weapons, tools, and armor — from ordinary Iron Star to legendary Netherite Star, and even the hidden Iridium Star.
Every item receives its own independent chance to gain a star when picked up, with rarer stars being harder to obtain. Different stars grant powerful bonuses such as attack damage, mining speed, armor, health regeneration, and more, with unique effects tailored to weapons, tools, armor, and food.
All star values, weights, and effects are fully configurable, and you can even create your own custom star tiers to shape your adventure exactly the way you like.
With a built-in coin economy and anvil upgrade system, you can use star coins to try to upgrade an item’s star — enjoy the thrill of a mystery box combined with strategic planning.
Ready to make every sword and every loaf of bread shine?
🌟 Highlights:
- Inspired by Stardew Valley — core mechanics pay tribute to the beloved quality rating system.
- Per‑Item Rolling — each item in a stack is rolled independently; you might get multiple stars from one pickup.
- Type‑Specific Bonuses — weapons, tools, armor, and food each have unique bonuses, viewable by holding Shift.
- Iridium Easter Egg — Netherite star items have a 1% chance to become an Iridium Star with a special texture and increased value.
- Fully Configurable — add, remove, or tweak star tiers via JSON files; no restart required.
- Coin Economy — craft, upgrade, and recycle star coins for a complete progression loop.
⚙️ Configuration Guide:
Main Config File:
.minecraft/config/star_rating/star_rating-common.toml – Controls global parameters and feature toggles.
[general]
star_chance = 0.5 # Probability of an item getting a star (0.0 ~ 1.0)
enable_food_stars = true # Enable star effects for food
enable_weapon_stars = true # Enable star effects for weapons
enable_tool_stars = true # Enable star effects for tools (mining speed & fortune)
enable_armor_stars = true # Enable star effects for armor
Changes take effect after /reload or rejoining the world.
Star Effect Files:
Inside config/star_rating/effects/, each star has its own .json file named after the star ID (e.g., iron_star_rating.json).
You can add, delete, or modify these files to define star weights and specific bonuses.
Full field list (all numeric fields are optional, defaulting to 0 or 1.0):
{
"star": "iron_star_rating", // Star ID (required)
"weight": 25, // Random weight (required, higher = more common)
"extraDamage": 1.0, // Extra attack damage
"attackSpeed": 0.5, // Extra attack speed
"reach": 0.5, // Extra reach distance
"damageMultiplier": 0.1, // Multiplicative damage bonus (0.1 = +10%)
"armor": 1, // Extra armor points
"toughness": 0.5, // Extra armor toughness
"damageReduction": 0.02, // Damage reduction percentage (0.02 = 2%)
"breakSpeedMultiplier": 1.05, // Mining speed multiplier (1.05 = +5%)
"looting": 1, // Extra looting level
"fortune": 1, // Extra fortune level
"extraHunger": 4, // Extra hunger/saturation from food
"regenDuration": 5, // Regeneration duration (seconds)
"regenAmplifier": 0, // Regeneration level (0 = I)
"resistanceDuration": 5, // Resistance duration (seconds)
"resistanceAmplifier": 0, // Resistance level (0 = I)
"absorption": 6, // Absorption health (temporary HP)
"sell": [ // Selling table (for potential extension, unused in current version)
{"item": "star_rating:gold_coin", "count": 1, "weight": 10}
]
}
Tip: You only need to include the fields you want to set; omitted fields will use their default values. To add a completely new star, simply create a new JSON file in this directory – the mod will load it automatically.
Custom Textures:
Star icons are stored under assets/star_rating/textures/gui/stars/ and must match the star ID exactly (e.g., diamond_star_rating.png). When adding a new star, remember to provide the corresponding texture.
You can easily supply these textures using a Resource Pack or KubeJS, without needing to modify the mod itself.
Ченджлог
1.4.0Релиз1.20.1 · 24 июня 2026 г.
Fixed a bug
1.3.0Релиз1.20.1 · 23 июня 2026 г.
EN:
Grindstone Star Removal
Place a starred item + coin in the grindstone to strip star NBT. Higher-tier coins can remove lower-tier stars.
Default Weight Rebalance
Weights changed to 40+20+10+5+1. Base star chance reduced from 50% → 40%.
Dynamic Weight System
Player actions permanently boost ALL star weights equally.
Default bonuses:
Enter Nether +1
Enter End +1
Kill Wither +2
Kill Ender Dragon +5
Config file supports custom dimensions, entity kills, and advancements.
Food Hunger Scaling
Food star chance = base chance × (nutrition / 20).
Enabled by default, toggle via enable_food_hunger_scale in config.
中文:
砂轮打磨星级
在砂轮中将带星物品与硬币合成可去除星级 NBT,高级硬币可打磨低级星级。
默认权重调整
权重改为 40+20+10+5+1,基础星级概率从 50% 降至 40%。
动态权重系统
玩家行为会永久提升所有星级的权重。
默认加成:
│ 进入下界 │ +1 │
│ 进入末地 │ +1 │
│ 杀死凋零 │ +2 │
│ 击杀末影龙 │ +5 │
配置文件支持自定义维度、生物击杀和成就。
食物饥饿值缩放
食物获得星级概率 = 基础概率 × (饥饿值 / 20)
默认开启,可通过配置文件中的 enable_food_hunger_scale 关闭。
1.2.0Релиз1.20.1 · 15 июня 2026 г.
Fixed a bug where other NBT data was being overwritten when the item received a star rating.
1.1.0Релиз1.20.1 · 12 июня 2026 г.
Now, synthesizing or crafting items will also give them star ratings.
现在,合成或者烧制物品时也会赋予星级
Комментарии
Загружаем…