eating uranium (#1758)

* eat nuggets

* Update pakku-lock.json
This commit is contained in:
GameStar 2025-09-07 17:53:13 -05:00 committed by GitHub
parent 92f6032b42
commit 2b16e1a623
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
5 changed files with 49 additions and 23 deletions

View file

@ -1059,6 +1059,7 @@
"tfg.tooltip.obsolete.depreciated": "§cDeprecated, cannot be crafted any more",
"effect.tfg.cooling": "§bCooling",
"effect.tfg.warming": "§6Warming",
"effect.tfg.instant_radiation": "§aRadiation Poisoning",
"tfc.jei.flint_knapping": "Flint Knapping",
"tfc.jei.straw_knapping": "Straw Knapping",
"tfc.recipe.barrel.tfg.barrel.dyeing.decorative_vase.black": "Dyeing",

Binary file not shown.

After

Width:  |  Height:  |  Size: 848 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 699 B

After

Width:  |  Height:  |  Size: 913 B

Before After
Before After

View file

@ -43,4 +43,29 @@ function registerGTCEuItemModifications(event) {
item.armorProtection = 12
item.armorKnockbackResistance = 0.25
})
//#region eating radioactive stuff
const EDIBLE_ITEMS = [
'gtceu:thorium_nugget',
'gtceu:enriched_naquadah_nugget',
'gtceu:thorium_232_nugget',
'gtceu:thorium_230_nugget',
'gtceu:ruthenium_trinium_americium_neutronate_nugget',
'gtceu:plutonium_nugget',
'gtceu:plutonium_241_nugget',
'gtceu:neutronium_nugget',
'gtceu:naquadria_nugget',
'gtceu:uranium_nugget',
'gtceu:uranium_rhodium_dinaquadide_nugget',
'gtceu:uranium_triplatinum_nugget',
'gtceu:uranium_235_nugget'
]
EDIBLE_ITEMS.forEach(edible => {
event.modify(edible, item => {
item.foodProperties = food => {
food.effect('tfg:instant_radiation', -1, 0, 0.5)
}
})
})
}

View file

@ -12754,29 +12754,6 @@
"modrinth": "2yZ8ZSeO"
},
"files": [
{
"type": "curseforge",
"file_name": "tfcgroomer-1.20.1-0.1.4.jar",
"mc_versions": [
"1.20.1"
],
"loaders": [
"forge"
],
"release_type": "release",
"url": "https://edge.forgecdn.net/files/6118/92/tfcgroomer-1.20.1-0.1.4.jar",
"id": "6118092",
"parent_id": "1003785",
"hashes": {
"sha1": "e1bb7e932f900cee6be0bf5faf3fc77111488865",
"md5": "e4f19ca0413c9716cb86a3b50ae27a36"
},
"required_dependencies": [
"302973"
],
"size": 134178,
"date_published": "2025-01-23T23:02:18.440Z"
},
{
"type": "modrinth",
"file_name": "tfcgroomer-1.20.1-0.1.4.jar",
@ -12797,6 +12774,29 @@
"required_dependencies": [],
"size": 134178,
"date_published": "2025-07-27T17:29:15.479048Z"
},
{
"type": "curseforge",
"file_name": "tfcgroomer-1.20.1-0.2.1.jar",
"mc_versions": [
"1.20.1"
],
"loaders": [
"forge"
],
"release_type": "release",
"url": "https://edge.forgecdn.net/files/6949/778/tfcgroomer-1.20.1-0.2.1.jar",
"id": "6949778",
"parent_id": "1003785",
"hashes": {
"sha1": "bb1ffe05adaa515f2fb473e339643140beada636",
"md5": "76f89e4453b9f08ad4006e253941f13b"
},
"required_dependencies": [
"302973"
],
"size": 152681,
"date_published": "2025-08-31T20:19:12.327Z"
}
]
},