sure. But youd be better off making a mod and keeping that around.
The mod “no_fungus”.
Remove everything but modinfo.json
make a new file with this data:
[
{
“id”: “diesel”,
“type”: “AMMO”,
“copy-from”: “diesel”,
“name”: “diesel”,
“energy”: 200
},
{
“id”: “gasoline”,
“type”: “AMMO”,
“copy-from”: “gasoline”,
“name”: “gasoline”,
“energy”: 150
},
{
“type” : “AMMO”,
“id” : “battery”,
“copy-from”: “battery”,
“name” : “battery”,
“description” : “A set of universal batteries. Used to charge almost any electronic device.”,
“energy”: 6
}
]
as its contents and save it as [name].json
The go to modinfo.json.
Change the name and id of the mod to your name.
Then put it into the data/mod folder and run it