typed-factorio 2.0.0 → 2.0.1

Sign up to get free protection for your applications and to get access to all the features.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "typed-factorio",
3
- "version": "2.0.0",
3
+ "version": "2.0.1",
4
4
  "description": "Featureful typescript definitions for the Factorio modding api.",
5
5
  "keywords": [
6
6
  "factorio",
@@ -2329,7 +2329,9 @@ declare module "factorio:prototype" {
2329
2329
  * }
2330
2330
  * @see {@link https://lua-api.factorio.com/1.1.89/prototypes/CraftingMachinePrototype.html#fluid_boxes Online documentation}
2331
2331
  */
2332
- fluid_boxes?: readonly FluidBox[]
2332
+ fluid_boxes?: FluidBox[] & {
2333
+ off_when_no_fluid_recipe?: boolean
2334
+ }
2333
2335
  /**
2334
2336
  * **Default:** `No effects are allowed`
2335
2337
  *
@@ -178,8 +178,8 @@ import type {
178
178
  OnRobotMinedEvent,
179
179
  OnRobotMinedTileEvent,
180
180
  OnRobotPreMinedEvent,
181
- OnRocketLaunchOrderedEvent,
182
181
  OnRocketLaunchedEvent,
182
+ OnRocketLaunchOrderedEvent,
183
183
  OnRuntimeModSettingChangedEvent,
184
184
  OnScriptInventoryResizedEvent,
185
185
  OnScriptPathRequestFinishedEvent,