File tree Expand file tree Collapse file tree 9 files changed +11
-10
lines changed Expand file tree Collapse file tree 9 files changed +11
-10
lines changed Original file line number Diff line number Diff line change 2
2
// Factorio API reference https://lua-api.factorio.com/latest/index.html
3
3
// Generated from JSON source https://lua-api.factorio.com/latest/runtime-api.json
4
4
// Definition source https://github.com/sguest/factorio-types
5
- // Factorio version 2.0.19
5
+ // Factorio version 2.0.20
6
6
// API version 6
7
7
8
8
declare namespace runtime {
Original file line number Diff line number Diff line change 2
2
// Factorio API reference https://lua-api.factorio.com/latest/index.html
3
3
// Generated from JSON source https://lua-api.factorio.com/latest/runtime-api.json
4
4
// Definition source https://github.com/sguest/factorio-types
5
- // Factorio version 2.0.19
5
+ // Factorio version 2.0.20
6
6
// API version 6
7
7
8
8
declare namespace runtime {
Original file line number Diff line number Diff line change 2
2
// Factorio API reference https://lua-api.factorio.com/latest/index.html
3
3
// Generated from JSON source https://lua-api.factorio.com/latest/prototype-api.json
4
4
// Definition source https://github.com/sguest/factorio-types
5
- // Factorio version 2.0.19
5
+ // Factorio version 2.0.20
6
6
// API version 6
7
7
8
8
declare namespace prototype {
Original file line number Diff line number Diff line change 2
2
// Factorio API reference https://lua-api.factorio.com/latest/index.html
3
3
// Generated from JSON source https://lua-api.factorio.com/latest/runtime-api.json
4
4
// Definition source https://github.com/sguest/factorio-types
5
- // Factorio version 2.0.19
5
+ // Factorio version 2.0.20
6
6
// API version 6
7
7
8
8
declare namespace defines {
Original file line number Diff line number Diff line change 2
2
// Factorio API reference https://lua-api.factorio.com/latest/index.html
3
3
// Generated from JSON source https://lua-api.factorio.com/latest/runtime-api.json
4
4
// Definition source https://github.com/sguest/factorio-types
5
- // Factorio version 2.0.19
5
+ // Factorio version 2.0.20
6
6
// API version 6
7
7
8
8
declare namespace runtime {
Original file line number Diff line number Diff line change 2
2
// Factorio API reference https://lua-api.factorio.com/latest/index.html
3
3
// Generated from JSON source https://lua-api.factorio.com/latest/runtime-api.json
4
4
// Definition source https://github.com/sguest/factorio-types
5
- // Factorio version 2.0.19
5
+ // Factorio version 2.0.20
6
6
// API version 6
7
7
8
8
/**
Original file line number Diff line number Diff line change 2
2
// Factorio API reference https://lua-api.factorio.com/latest/index.html
3
3
// Generated from JSON source https://lua-api.factorio.com/latest/prototype-api.json
4
4
// Definition source https://github.com/sguest/factorio-types
5
- // Factorio version 2.0.19
5
+ // Factorio version 2.0.20
6
6
// API version 6
7
7
8
8
declare namespace prototype {
Original file line number Diff line number Diff line change 2
2
// Factorio API reference https://lua-api.factorio.com/latest/index.html
3
3
// Generated from JSON source https://lua-api.factorio.com/latest/prototype-api.json
4
4
// Definition source https://github.com/sguest/factorio-types
5
- // Factorio version 2.0.19
5
+ // Factorio version 2.0.20
6
6
// API version 6
7
7
8
8
declare namespace prototype {
@@ -6274,6 +6274,7 @@ interface MinableProperties {
6274
6274
* The amount of fluid that is used up when this object is mined. If this is > 0, this object cannot be mined by hand.
6275
6275
*/
6276
6276
fluid_amount ?: FluidAmount ;
6277
+ include_in_show_counts ?: bool ;
6277
6278
/**
6278
6279
* Name of a {@link ParticlePrototype | prototype:ParticlePrototype}. Which set of particles to use.
6279
6280
*/
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " factorio-types" ,
3
- "version" : " 1.2.13 " ,
3
+ "version" : " 1.2.14 " ,
4
4
"description" : " Typescript declarations for the Factorio mod API" ,
5
5
"main" : " index.d.ts" ,
6
6
"repository" : " https://github.com/sguest/factorio-types.git" ,
23
23
" src/**/*.d.ts" ,
24
24
" dist/**/*.d.ts"
25
25
],
26
- "factorioVersion" : " 2.0.19 " ,
26
+ "factorioVersion" : " 2.0.20 " ,
27
27
"dependencies" : {
28
28
"lua-types" : " ^2.13.1"
29
29
},
You can’t perform that action at this time.
0 commit comments