This repository is maintained by Contributes: Fioso_Cat.
It provides JSON data files for the game 99 Night in The Forest.
- Stores JSON-based data used in the game.
- Designed for saving and loading structured information.
- Acts as a simple database layer for developers or contributors.
The database uses JSON objects to keep track of game data.
Example structure:
{
"Fuel": [
"Log",
"Bio Fuel",
"Coal",
"Chair",
"Fuel Canister",
"Corpse",
"Sapling",
"Feather",
"Oil Barrel"
]
}