diff --git a/data/config/settings.json b/data/config/settings.json new file mode 100644 index 0000000..84612bf --- /dev/null +++ b/data/config/settings.json @@ -0,0 +1,13 @@ +{ + + "graphics": { + + "fleetjour_intel": { + + "fleet_journal": "graphics/fleetjour/icons/intel/fleet_journal.png", + + }, + + } + +} \ No newline at end of file diff --git a/graphics/fleetjour/icons/intel/fleet_journal.png b/graphics/fleetjour/icons/intel/fleet_journal.png new file mode 100644 index 0000000..84dcb1d Binary files /dev/null and b/graphics/fleetjour/icons/intel/fleet_journal.png differ diff --git a/jars/fleet_journal.jar b/jars/fleet_journal.jar new file mode 100644 index 0000000..9e3e642 Binary files /dev/null and b/jars/fleet_journal.jar differ diff --git a/mod_info.json b/mod_info.json new file mode 100644 index 0000000..307e924 --- /dev/null +++ b/mod_info.json @@ -0,0 +1,18 @@ +{ + "id":"fleet_journal", + "name":"Fleet Journal", + "author":"Ontheheavens", + "version":"1.0.0", + "description":"UI for creating custom intel entries.", + "gameVersion":"0.95.1a-RC6", + "jars":["jars/fleet_journal.jar"], + "modPlugin":"fleetjour.FleetJourModPlugin", + "totalConversion": "false", + "utility": "false", + "dependencies": [ + { + "id": "lw_lazylib", + "name": "LazyLib", + } + ] +} \ No newline at end of file