zen-flow 13.3.1 → 13.3.2
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/zenflow.d.cts +6 -6
- package/dist/zenflow.d.mts +6 -6
- package/package.json +2 -2
package/dist/zenflow.d.cts
CHANGED
|
@@ -1321,7 +1321,7 @@ type RecipeCastingTable = {
|
|
|
1321
1321
|
cast?: Cast;
|
|
1322
1322
|
};
|
|
1323
1323
|
/**
|
|
1324
|
-
* Add [Casting
|
|
1324
|
+
* Add [Casting Table](https://tinkers-construct.fandom.com/wiki/Casting_Table) recipe
|
|
1325
1325
|
*
|
|
1326
1326
|
* Common values:
|
|
1327
1327
|
* - Ticks => `20`
|
|
@@ -1333,7 +1333,7 @@ type RecipeCastingTable = {
|
|
|
1333
1333
|
*/
|
|
1334
1334
|
declare const addCastingTable: (recipe: RecipeCastingTable) => string;
|
|
1335
1335
|
/**
|
|
1336
|
-
* Remove [Casting
|
|
1336
|
+
* Remove [Casting Table](https://tinkers-construct.fandom.com/wiki/Casting_Table) recipe
|
|
1337
1337
|
*
|
|
1338
1338
|
* Recipes can be generated using `/mt tconstruct Casting`
|
|
1339
1339
|
*
|
|
@@ -1400,10 +1400,6 @@ type RecipeSmelteryFluid = {
|
|
|
1400
1400
|
/**
|
|
1401
1401
|
* Add [Smeltery](https://tinkers-construct.fandom.com/wiki/Smeltery) fluid recipe
|
|
1402
1402
|
*
|
|
1403
|
-
* Common values:
|
|
1404
|
-
* - Lava => `1000`
|
|
1405
|
-
* - Pyrotheum => `5000`
|
|
1406
|
-
*
|
|
1407
1403
|
* A list of recipes can be generated from `/mt tconstruct Smeltery`
|
|
1408
1404
|
*
|
|
1409
1405
|
* @see https://minetweaker3.aizistral.com/wiki/ModTweaker:TConstruct_Support
|
|
@@ -1440,6 +1436,10 @@ type RecipeSmelteryFuel = {
|
|
|
1440
1436
|
/**
|
|
1441
1437
|
* Add [Smeltery](https://tinkers-construct.fandom.com/wiki/Smeltery) fuel
|
|
1442
1438
|
*
|
|
1439
|
+
* Common values:
|
|
1440
|
+
* - Lava => `1000`
|
|
1441
|
+
* - Pyrotheum => `5000`
|
|
1442
|
+
*
|
|
1443
1443
|
* @see https://minetweaker3.aizistral.com/wiki/ModTweaker:TConstruct_Support
|
|
1444
1444
|
*/
|
|
1445
1445
|
declare const addSmelteryFuel: (id: string) => (recipe: RecipeSmelteryFuel) => string;
|
package/dist/zenflow.d.mts
CHANGED
|
@@ -1321,7 +1321,7 @@ type RecipeCastingTable = {
|
|
|
1321
1321
|
cast?: Cast;
|
|
1322
1322
|
};
|
|
1323
1323
|
/**
|
|
1324
|
-
* Add [Casting
|
|
1324
|
+
* Add [Casting Table](https://tinkers-construct.fandom.com/wiki/Casting_Table) recipe
|
|
1325
1325
|
*
|
|
1326
1326
|
* Common values:
|
|
1327
1327
|
* - Ticks => `20`
|
|
@@ -1333,7 +1333,7 @@ type RecipeCastingTable = {
|
|
|
1333
1333
|
*/
|
|
1334
1334
|
declare const addCastingTable: (recipe: RecipeCastingTable) => string;
|
|
1335
1335
|
/**
|
|
1336
|
-
* Remove [Casting
|
|
1336
|
+
* Remove [Casting Table](https://tinkers-construct.fandom.com/wiki/Casting_Table) recipe
|
|
1337
1337
|
*
|
|
1338
1338
|
* Recipes can be generated using `/mt tconstruct Casting`
|
|
1339
1339
|
*
|
|
@@ -1400,10 +1400,6 @@ type RecipeSmelteryFluid = {
|
|
|
1400
1400
|
/**
|
|
1401
1401
|
* Add [Smeltery](https://tinkers-construct.fandom.com/wiki/Smeltery) fluid recipe
|
|
1402
1402
|
*
|
|
1403
|
-
* Common values:
|
|
1404
|
-
* - Lava => `1000`
|
|
1405
|
-
* - Pyrotheum => `5000`
|
|
1406
|
-
*
|
|
1407
1403
|
* A list of recipes can be generated from `/mt tconstruct Smeltery`
|
|
1408
1404
|
*
|
|
1409
1405
|
* @see https://minetweaker3.aizistral.com/wiki/ModTweaker:TConstruct_Support
|
|
@@ -1440,6 +1436,10 @@ type RecipeSmelteryFuel = {
|
|
|
1440
1436
|
/**
|
|
1441
1437
|
* Add [Smeltery](https://tinkers-construct.fandom.com/wiki/Smeltery) fuel
|
|
1442
1438
|
*
|
|
1439
|
+
* Common values:
|
|
1440
|
+
* - Lava => `1000`
|
|
1441
|
+
* - Pyrotheum => `5000`
|
|
1442
|
+
*
|
|
1443
1443
|
* @see https://minetweaker3.aizistral.com/wiki/ModTweaker:TConstruct_Support
|
|
1444
1444
|
*/
|
|
1445
1445
|
declare const addSmelteryFuel: (id: string) => (recipe: RecipeSmelteryFuel) => string;
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "zen-flow",
|
|
3
|
-
"version": "13.3.
|
|
3
|
+
"version": "13.3.2",
|
|
4
4
|
"description": "MineTweaker ZenScript made easy.",
|
|
5
5
|
"main": "dist/zenflow.cjs",
|
|
6
6
|
"module": "dist/zenflow.mjs",
|
|
@@ -38,7 +38,7 @@
|
|
|
38
38
|
"docs": "typedoc src/index.ts",
|
|
39
39
|
"test": "node --experimental-strip-types --test src/**/*.spec.ts --test-reporter=tap",
|
|
40
40
|
"preversion": "npm run lint:types && npm run lint && npm run test && npm run build && npm run docs",
|
|
41
|
-
"postversion": "git add -A && git commit -m \"Updated docs\"
|
|
41
|
+
"postversion": "git add -A && git commit -m \"Updated docs\""
|
|
42
42
|
},
|
|
43
43
|
"optionalDependencies": {
|
|
44
44
|
"@chronocide/eslint-config": "github:chronoDave/eslint-config",
|