Feature/new emi categories (#1862)

* stuff

* all the stuff

* Update CHANGELOG.md

Signed-off-by: GameStar <56610486+BlueBoat29@users.noreply.github.com>

---------

Signed-off-by: GameStar <56610486+BlueBoat29@users.noreply.github.com>
This commit is contained in:
GameStar 2025-09-20 05:51:56 -05:00 committed by GitHub
parent ff81d23c66
commit b06e59db31
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
8 changed files with 89 additions and 1 deletions

View file

@ -44,6 +44,17 @@ function registerGTCEuItemModifications(event) {
item.armorKnockbackResistance = 0.25
})
event.modify('gtceu:poor_raw_coal', item => {
item.burnTime = 30*20
})
event.modify('gtceu:raw_coal', item => {
item.burnTime = 60*20
})
event.modify('gtceu:rich_raw_coal', item => {
item.burnTime = 120*20
})
//#region eating radioactive stuff
const EDIBLE_ITEMS = [
'gtceu:thorium_nugget',