Mods
Resource Packs
Data Packs
Modpacks
Shaders
Plugins
Mods Resource Packs Data Packs Plugins Shaders Modpacks
Get Modrinth App Upgrade to Modrinth+
Sign in
ModsPluginsData PacksShadersResource PacksModpacks
Sign in
Settings
StoneyCore

StoneyCore

A library used for Knights & Heraldry team mods.

968
1
Equipment

Compatibility

Minecraft: Java Edition

1.20.1

Platforms

Fabric

Supported environments

Client and server

90% of ad revenue goes to creators

Support creators and Modrinth ad-free with Modrinth+

Links

View source Join Discord server

Creators

Banduty
Banduty Member

Details

Licensed ARR
Published 3 months ago
Updated last month
DescriptionGalleryChangelogVersions

StoneyCore 0.3.0

by Banduty on May 15, 2025
Download

Changed:

  • Instead of using Trinkets, now will use Accessories
  • "Hunger Drain: +%s%%" → "+%s%% Hunger Drain"
  • Improved sync between server and client velocity reducer when reloading
  • Low Stamina Indicator Realistic Combat changed overlay
  • Improved Low Stamina Indicator non-Realistic Combat
  • If you have more than 20 stamina, it will draw over the first row another bar with different color
  • HungerDrainAddition → HungerDrainMultiplier
  • Low Stamina Indicator condition: Reach First Stamina Level → Stamina Blocked

Technical Changes:

  • SCAccessoryItem (Before named SCTrinketsItem) getModel, getFirstPersonModel & getTexturePath now has ItemStack in the parameters
  • Improved performance by doing 1 ServerTickHandler instead of 3
  • Improved damageTick
  • Added a message on join to clarify about people with epilepsia to disable noise effect
  • Accessory armor (Before named Trinkets armor) now will use datapack to check the armor, toughness and hungerDrainAddition, it will be inside “definitions/accessories”
  • Hunger Drain Addition is now an attribute
  • Stamina is now an attribute
  • Max Stamina is now an attribute
  • Max Stamina config → Max Base Stamina
  • First and Second Stamina Level will only get the base value to choose the value
  • Moved IEntityDataSaver to implement into LivingEntity instead of PlayerEntity
  • Made some changes to stamina to make it compatible with LivingEntities
  • Added parameter ItemStack to SCAccessoryItem#hasCustomAngles
  • Optimized render crosshair

StoneyCore 0.2.7

by Banduty on May 10, 2025
Download

Added:

  • Config “Realistic Combat | Default: True”: It will add all the characteristics that KH Team considered that are hard to use for casual players. You can read what adds Realistic Combat in the wiki.

Changed:

  • Now all armors (Included animal armors) can have damage type resistance
  • Renamed definitions/underarmor → definitions/armor
  • Now smoke will get bigger over time, but more transparent
  • Improved jumping stamina used
  • Removed Experimental from Configs “Low Stamina Indicator” and “Parry”
  • Configs “Low Stamina Indicator” and “Parry” now are set to true by default
  • Config “Low Stamina Indicator” now is sync with the server
  • Improved Low Stamina Indicator for when Realistic Combat config is false

Fixed:

  • Damage Type Resistance was being multiplied by 100
  • HUD was rendered while in spectator mode
  • On rejoin world, the reach distance will be as long as the weapon range that you had before leaving
  • The result of some craftings doesn’t show correctly
  • The nametag won’t be shown always that you wear some kh trinket

Technical Changes:

  • Improved BannerPatterns handler
  • Removed SCTrinketsItem#isDyeable
  • SCTrinketsItem#isDyeableWithOverlay → SCTrinketsItem#hasOverlay
  • Removed SCTrinketsItem#getDefaultColor
  • Removed SCTrinketsItem#unrenderCapeFeature
  • Removed SCDyeableUnderArmor#getDefaultColor
  • Removed CapeFeatureRendererMixin
  • Removed EntityRendererMixin
  • DyeUtil#getDyeColor → DyeUtil#getFloatDyeColor
  • Removed DyeUtil#getColor

Removed:

  • GeckoLib dependency

StoneyCore 0.2.6.4

by Banduty on Apr 25, 2025
Download

Fixed:

  • Banner Compatible items doesn't get the default dyed color

StoneyCore 0.2.6.3

by Banduty on Apr 22, 2025
Download

Changed:

Improved armor and weapon compatibility with non-player entities

Fixed:

Interact with blocks with SC weapon further than expected

StoneyCore 0.2.6.2

by Banduty on Apr 17, 2025
Download

Fixed:

  • Game crash

StoneyCore 0.2.6.1

by Banduty on Apr 16, 2025
Download

Fixed:

  • Long Range Weapons in survival doesn't render fine the crosshair

StoneyCore 0.2.6

by Banduty on Apr 15, 2025
Download

Changed:

  • StrEq now is embedded

Fixed:

  • Not blocking weapons, slow you down on right-click

StoneyCore 0.2.5

by Banduty on Apr 1, 2025
Download

Changed:

Improved 1st person under armor renderer

Moved trinkets renderer to an event

StoneyCore 0.2.4

by Banduty on Mar 26, 2025
Download

Added:

Now, you can add damage resistance to all armors through datapacks

Configs to all Stamina Remove

If max stamina is set to 0, it will be disabled

You can edit the recovery stamina formula through configs

StrEq dependency

Changed:

Max Stamina Default: 40f → 20f

Sprinting Stamina Removed per Tick: 0.1f → 0.05f

Jumping Stamina Removed: 2f → 1f

Attack Stamina Removed: 1f → 2f

Blocking Stamina Removed: 2f → 0.5f

On Block Stamina Removed: 2f → 1.5f

On Parry Stamina Removed: 2f → 2.5f

Stamina will not be recovered when using stamina

Now all the Stamina Removing can be happening in the same time

Technical Changes:

StartTickHandler#handleStaminaUsage void → StartTickHandler#isUsingStamina boolean

Fixed:

It can be parried arrows and explosions

ModMenu color crosshair config doesn’t have text

While blocking the stamina didn’t get removed

You can still block also having stamina blocked

Stamina ticksPerRecovery was always 1

Removed:

getBlocking config

StoneyCore 0.2.3

by Banduty on Mar 19, 2025
Download

Added:

Change color of the crosshair with configs

Changed:

Parry will not stop explosions (Blocking yes)

Technical Changes:

Improved InGameHudMixin code

Improved HungerManagerMixin code

Moved SCRenderLayers class to folder util/render

Improved SCRangeWeaponUtil class

Fixed:

Maximum crosshair don’t render

When blocking an arrow it can do also a parry

Sound when shoot doesn’t sound

Removed:

SCUnderArmorItem#isDyeable

SCUnderArmorItem#getTexturePath

StoneyCore 0.2.2

by Banduty on Mar 17, 2025
Download

Changed:

Now instead of weapons working with ItemTags, it will check if it exists a data file.

Fixed:

Removed Vanilla Weapons deals 0 damage config

StoneyCore 0.2.1

by Banduty on Mar 15, 2025
Download

Added:

Compatibility with datapacks Now every item that meets certain conditions can be used as SCWeapons/SCRangedWeapons

Changed:

Experimental features will set false as default

Removed:

SCWeapon SCRangedWeapon

Fixed:

Some tooltips doesn’t have its text

StoneyCore 0.2.0

by Banduty on Mar 13, 2025
Download

Changed:

  • Some parameters had still kh

Fixed:

  • Banner patterns didn’t have translucent layer

StoneyCore 0.1.9

by Banduty on Mar 7, 2025
Download

Fixed:

  • Weapons that bypass armor doesn't work as expected

StoneyCore 0.1.8

by Banduty on Mar 4, 2025
Download

Added:

  • Config to set the max stamina

Technical Changes:

  • Stamina value from int to float
  • Reduced stamina in code (In game, you will not notice any difference): 400 → 40

Fixed:

  • When the air bar is showing and player isn’t underwater, the stamina bar goes down

StoneyCore 0.1.7

by Banduty on Mar 3, 2025
Download

Fixed:

  • Stamina bar showing even if you don't have SCUnderArmor and SCWeapon
  • An issue regarding ticks

StoneyCore 0.1.6

by Banduty on Feb 27, 2025
Download

Fixed

  • An issue with mixins

StoneyCore 0.1.5

by Banduty on Feb 27, 2025
Download

Modrinth is open source.

main@4b75cb8

© Rinth, Inc.

Company

TermsPrivacyRulesCareers

Resources

SupportBlogDocsStatus

Interact

Discord X (Twitter) Mastodon Crowdin
Get Modrinth App Settings
NOT AN OFFICIAL MINECRAFT SERVICE. NOT APPROVED BY OR ASSOCIATED WITH MOJANG OR MICROSOFT.