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:
parent
ff81d23c66
commit
b06e59db31
8 changed files with 89 additions and 1 deletions
|
|
@ -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',
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue