Skip to content

Commit bd75e12

Browse files
committed
Deleted CCSharp directory and added Drag and Aero APIs to docs
1 parent 9098469 commit bd75e12

File tree

3 files changed

+3
-268
lines changed

3 files changed

+3
-268
lines changed

CCSharp/src/CCSharp/CCVS/Ship.cs

Lines changed: 0 additions & 263 deletions
This file was deleted.

common/src/main/resources/data/computercraft/lua/rom/apis/ship.lua

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,5 @@
11
--- This API is added by CC: VS and allows CC: Tweaked computers to access information from Valkyrien Skies Ships.
22
--
3-
-- If you are interested in using [CCSharp][ccsharp], here is the compatible [Ship.cs][ccsharp-ship] file. DO note that it requires the [Advanced Math][advanced-math] C# files as well.
4-
--
5-
-- [ccsharp]: https://github.com/monkeymanboy/CCSharp
6-
-- [ccsharp-ship]: https://github.com/TechTastic/CC-VS/blob/1.20.x/main/CCSharp/src/CCSharp/CCVS/Ship.cs
73
-- [advanced-math]: https://github.com/TechTastic/Advanced-Math/tree/0.2.0/CCSharp/src/CCSharp/AdvancedMath
84
--
95
-- @module ship

config.ld

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,9 @@ project = 'CC: VS'
22
title = 'CC: VS'
33
description = 'A minimalistic Valkyrien Skies x CC: Tweaked addon!'
44
file = {
5-
'common/src/main/resources/data/computercraft/lua/rom/apis/ship.lua'
5+
'common/src/main/resources/data/computercraft/lua/rom/apis/ship.lua',
6+
'common/src/main/resources/data/computercraft/lua/rom/apis/drag.lua',
7+
'common/src/main/resources/data/computercraft/lua/rom/apis/aero.lua'
68
}
79
format = 'markdown'
810
dir = 'docs'

0 commit comments

Comments
 (0)