What's Changed
- Update gradle settings, wrapper, build file, and fabric loader
- Added advancement recipes
- Properly categorize items in Minecraft's existing item groups
- Refactor some code
- Fix steel chestplate armor rating
- Increase likelihood of finding steel nuggets and ingots
- Increase mining speed multiplier of steel tools slightly
- Update homepage link in
fabric.mod.json
Full Changelog: https://github.com/realguyman/steel/compare/v1.0.0+mc.1.16.5...v1.1.0+mc.1.16.5
What's Changed
- Add support for advancement recipes by @realguyman in https://github.com/realguyman/steel/pull/6
Full Changelog: https://github.com/realguyman/steel/compare/v1.0.0+mc.1.15.2...v1.1.1+mc.1.15.2
What's Changed
- Migrate to 1.16.5 by @realguyman in https://github.com/realguyman/steel/pull/5
Full Changelog: https://github.com/realguyman/steel/compare/v1.0.0+mc.1.15.2...v1.0.0+mc.1.16.5
What's Changed
- Add common tags for steel ingots and blocks by @realguyman in https://github.com/realguyman/steel/pull/4
Full Changelog: https://github.com/realguyman/steel/compare/v0.4.0+mc.1.15.2...v1.0.0+mc.1.15.2
What's Changed
- Add/steel_armor by @realguyman in https://github.com/realguyman/steel/pull/1
- Add bug report issue template by @realguyman in https://github.com/realguyman/steel/pull/2
- Add/steel_tools_and_sword by @realguyman in https://github.com/realguyman/steel/pull/3
Full Changelog: https://github.com/realguyman/steel/compare/v0.1.2...v0.4.0+mc.1.15.2
Fixed:
- Game crashing when attempting to launch development environment due to the official Mojang mappings and Fabric mixins conflicting.
- Game crashing when Java 8 is a required dependency and using Fabric Loader <=0.10.8, even if Java 8 is actively present.
Updated:
- Dependencies.
- README.
Added:
- Steel item group.
- Steel ingot to Minecraft chest loot tables.
- Steel ingot recipes.
- Steel nugget.
- Metadata to
fabric.mod.json
.
Full Changelog: https://github.com/realguyman/steel/compare/v0.1.1...v0.1.2