zen-flow 16.3.0 → 16.4.0
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.ts +363 -348
- package/dist/zenflow.js +64 -60
- package/package.json +1 -1
package/dist/zenflow.d.ts
CHANGED
|
@@ -1813,352 +1813,6 @@ declare const removeRitualMeteor: (input: string) => string;
|
|
|
1813
1813
|
*/
|
|
1814
1814
|
declare const addRitualHarvest: (output: string) => (input: string) => string;
|
|
1815
1815
|
|
|
1816
|
-
type RecipeArcane = {
|
|
1817
|
-
input: Shaped | Shapeless;
|
|
1818
|
-
output: Ingredient;
|
|
1819
|
-
/** Defaults to `"ASPECTS"` as this does not require research */
|
|
1820
|
-
research?: string;
|
|
1821
|
-
aspects: Stack[];
|
|
1822
|
-
};
|
|
1823
|
-
type RecipeArcaneShaped = RecipeArcane & {
|
|
1824
|
-
input: Shaped;
|
|
1825
|
-
};
|
|
1826
|
-
declare const RESEARCH_TAB: {
|
|
1827
|
-
readonly basics: "BASICS";
|
|
1828
|
-
readonly thaumaturgy: "THAUMATURGY";
|
|
1829
|
-
readonly alchemy: "ALCHEMY";
|
|
1830
|
-
readonly artifice: "ARTIFICE";
|
|
1831
|
-
readonly golemancy: "GOLEMANCY";
|
|
1832
|
-
readonly eldritch: "ELDRITCH";
|
|
1833
|
-
readonly automagy: "AUTOMAGY";
|
|
1834
|
-
readonly forbidden: "FORBIDDEN";
|
|
1835
|
-
};
|
|
1836
|
-
declare const RESEARCH: {
|
|
1837
|
-
BASICS: {
|
|
1838
|
-
warp: string;
|
|
1839
|
-
research: string;
|
|
1840
|
-
enchant: string;
|
|
1841
|
-
nodes: string;
|
|
1842
|
-
researchDupe: string;
|
|
1843
|
-
ore: string;
|
|
1844
|
-
aspects: string;
|
|
1845
|
-
knowfrag: string;
|
|
1846
|
-
researcher2: string;
|
|
1847
|
-
crimson: string;
|
|
1848
|
-
chestScan: string;
|
|
1849
|
-
nodeJar: string;
|
|
1850
|
-
researcher: string;
|
|
1851
|
-
nodeTapper2: string;
|
|
1852
|
-
deconstructor: string;
|
|
1853
|
-
nodeTapper1: string;
|
|
1854
|
-
thaumonomicon: string;
|
|
1855
|
-
plants: string;
|
|
1856
|
-
nodePreserve: string;
|
|
1857
|
-
pech: string;
|
|
1858
|
-
};
|
|
1859
|
-
THAUMATURGY: {
|
|
1860
|
-
nodeStabilizer: string;
|
|
1861
|
-
replaceWandCore: string;
|
|
1862
|
-
wandPedFoc: string;
|
|
1863
|
-
vampBat: string;
|
|
1864
|
-
rodBone: string;
|
|
1865
|
-
basicThaumaturgy: string;
|
|
1866
|
-
focusExcavation: string;
|
|
1867
|
-
sceptre: string;
|
|
1868
|
-
replaceWandCaps: string;
|
|
1869
|
-
rodQuartzStaff: string;
|
|
1870
|
-
focusHellBat: string;
|
|
1871
|
-
visChargeRelay: string;
|
|
1872
|
-
rodIce: string;
|
|
1873
|
-
nodeStabilizeRadV: string;
|
|
1874
|
-
rodReed: string;
|
|
1875
|
-
rodGreatwoodStaff: string;
|
|
1876
|
-
focusDisenchanting: string;
|
|
1877
|
-
rodSilverwoodStaff: string;
|
|
1878
|
-
focusFrost: string;
|
|
1879
|
-
visAmulet: string;
|
|
1880
|
-
focusManipulation: string;
|
|
1881
|
-
focusFire: string;
|
|
1882
|
-
capGold: string;
|
|
1883
|
-
rodSilverwood: string;
|
|
1884
|
-
visPower: string;
|
|
1885
|
-
focusPouch: string;
|
|
1886
|
-
capCopper: string;
|
|
1887
|
-
rodReedStaff: string;
|
|
1888
|
-
focusShock: string;
|
|
1889
|
-
capSilver: string;
|
|
1890
|
-
rodQuartz: string;
|
|
1891
|
-
capIron: string;
|
|
1892
|
-
focusWarding: string;
|
|
1893
|
-
rodObsidian: string;
|
|
1894
|
-
focusPortableHole: string;
|
|
1895
|
-
capThaumium: string;
|
|
1896
|
-
rodWood: string;
|
|
1897
|
-
rodGreatwood: string;
|
|
1898
|
-
rodBlaze: string;
|
|
1899
|
-
rodBoneStaff: string;
|
|
1900
|
-
rodObsidianStaff: string;
|
|
1901
|
-
focusTrade: string;
|
|
1902
|
-
rodIceStaff: string;
|
|
1903
|
-
wandPed: string;
|
|
1904
|
-
rodBlazeStaff: string;
|
|
1905
|
-
};
|
|
1906
|
-
ALCHEMY: {
|
|
1907
|
-
alumentum: string;
|
|
1908
|
-
bathSalts: string;
|
|
1909
|
-
crucible: string;
|
|
1910
|
-
entropicProcessing: string;
|
|
1911
|
-
transIron: string;
|
|
1912
|
-
thaumatorium: string;
|
|
1913
|
-
alchemicManufacture: string;
|
|
1914
|
-
liquidDeath: string;
|
|
1915
|
-
tubes: string;
|
|
1916
|
-
transTin: string;
|
|
1917
|
-
saneSoap: string;
|
|
1918
|
-
etherealBloom: string;
|
|
1919
|
-
tallow: string;
|
|
1920
|
-
pureSilver: string;
|
|
1921
|
-
pureTin: string;
|
|
1922
|
-
transCopper: string;
|
|
1923
|
-
essentiaCrystal: string;
|
|
1924
|
-
arcaneSpa: string;
|
|
1925
|
-
centrifuge: string;
|
|
1926
|
-
transSilver: string;
|
|
1927
|
-
pureIron: string;
|
|
1928
|
-
alchemicaDuplication: string;
|
|
1929
|
-
jarVoid: string;
|
|
1930
|
-
nitor: string;
|
|
1931
|
-
bottleTaint: string;
|
|
1932
|
-
pureGold: string;
|
|
1933
|
-
distillEssentia: string;
|
|
1934
|
-
phial: string;
|
|
1935
|
-
tubeFilter: string;
|
|
1936
|
-
pureLead: string;
|
|
1937
|
-
thaumium: string;
|
|
1938
|
-
transLead: string;
|
|
1939
|
-
transGold: string;
|
|
1940
|
-
pureCopper: string;
|
|
1941
|
-
jarLabel: string;
|
|
1942
|
-
};
|
|
1943
|
-
ARTIFICE: {
|
|
1944
|
-
runicEmergency: string;
|
|
1945
|
-
goggles: string;
|
|
1946
|
-
enchFabric: string;
|
|
1947
|
-
elementalPick: string;
|
|
1948
|
-
elementalAxe: string;
|
|
1949
|
-
table: string;
|
|
1950
|
-
infernalFurnace: string;
|
|
1951
|
-
banners: string;
|
|
1952
|
-
elementalShovel: string;
|
|
1953
|
-
levitator: string;
|
|
1954
|
-
hoverGirdle: string;
|
|
1955
|
-
wardenArcana: string;
|
|
1956
|
-
basicArtifice: string;
|
|
1957
|
-
fluxScrub: string;
|
|
1958
|
-
thaumometer: string;
|
|
1959
|
-
bootsTraveller: string;
|
|
1960
|
-
restable: string;
|
|
1961
|
-
mirrorEssentia: string;
|
|
1962
|
-
primalArrow: string;
|
|
1963
|
-
arcaneEar: string;
|
|
1964
|
-
grate: string;
|
|
1965
|
-
runicCharged: string;
|
|
1966
|
-
runicHealing: string;
|
|
1967
|
-
hoverHarness: string;
|
|
1968
|
-
mirror: string;
|
|
1969
|
-
lampGrowth: string;
|
|
1970
|
-
maskGrinningDevil: string;
|
|
1971
|
-
elementalHoe: string;
|
|
1972
|
-
mirrorHand: string;
|
|
1973
|
-
arcTable: string;
|
|
1974
|
-
infusion: string;
|
|
1975
|
-
runicKinetic: string;
|
|
1976
|
-
paveWard: string;
|
|
1977
|
-
maskAngryGhost: string;
|
|
1978
|
-
maskSippingFiend: string;
|
|
1979
|
-
arcaneLamp: string;
|
|
1980
|
-
armorFortress: string;
|
|
1981
|
-
bellow: string;
|
|
1982
|
-
helmGoggles: string;
|
|
1983
|
-
runicArmor: string;
|
|
1984
|
-
runicAugmentation: string;
|
|
1985
|
-
lampFertility: string;
|
|
1986
|
-
boneBow: string;
|
|
1987
|
-
arcaneStone: string;
|
|
1988
|
-
sinStone: string;
|
|
1989
|
-
elementalSword: string;
|
|
1990
|
-
paveTravel: string;
|
|
1991
|
-
jarBrain: string;
|
|
1992
|
-
arcaneBore: string;
|
|
1993
|
-
infusionEnchantment: string;
|
|
1994
|
-
};
|
|
1995
|
-
GOLEMANCY: {
|
|
1996
|
-
golemClay: string;
|
|
1997
|
-
upgradeWater: string;
|
|
1998
|
-
hungryChest: string;
|
|
1999
|
-
golemTallow: string;
|
|
2000
|
-
golemWood: string;
|
|
2001
|
-
golemFlesh: string;
|
|
2002
|
-
upgradeEarth: string;
|
|
2003
|
-
tinyDart: string;
|
|
2004
|
-
upgradeFire: string;
|
|
2005
|
-
upgradeEntropy: string;
|
|
2006
|
-
coreUse: string;
|
|
2007
|
-
tinyHammer: string;
|
|
2008
|
-
travelTrunk: string;
|
|
2009
|
-
tinyBowtie: string;
|
|
2010
|
-
golemBell: string;
|
|
2011
|
-
coreSorting: string;
|
|
2012
|
-
golemThaumium: string;
|
|
2013
|
-
tinyHat: string;
|
|
2014
|
-
tinyFez: string;
|
|
2015
|
-
coreLumber: string;
|
|
2016
|
-
tinyGlasses: string;
|
|
2017
|
-
tinyVisor: string;
|
|
2018
|
-
upgradeAir: string;
|
|
2019
|
-
coreFishing: string;
|
|
2020
|
-
coreGather: string;
|
|
2021
|
-
coreHarvest: string;
|
|
2022
|
-
coreButcher: string;
|
|
2023
|
-
coreGuard: string;
|
|
2024
|
-
advancedGolem: string;
|
|
2025
|
-
tinyArmor: string;
|
|
2026
|
-
coreFill: string;
|
|
2027
|
-
golemFetter: string;
|
|
2028
|
-
golemStraw: string;
|
|
2029
|
-
corealAlchemy: string;
|
|
2030
|
-
golemStone: string;
|
|
2031
|
-
golemIron: string;
|
|
2032
|
-
coreLiquid: string;
|
|
2033
|
-
coreEmpty: string;
|
|
2034
|
-
upgradeOrder: string;
|
|
2035
|
-
};
|
|
2036
|
-
ELDRITCH: {
|
|
2037
|
-
eldritchMajor: string;
|
|
2038
|
-
advAlchemyFurnace: string;
|
|
2039
|
-
armorVoidFortress: string;
|
|
2040
|
-
eldritchMinor: string;
|
|
2041
|
-
enterOuter: string;
|
|
2042
|
-
focusPrimal: string;
|
|
2043
|
-
essentiaReservoir: string;
|
|
2044
|
-
sanityCheck: string;
|
|
2045
|
-
rodPrimalStaff: string;
|
|
2046
|
-
oculus: string;
|
|
2047
|
-
outerRev: string;
|
|
2048
|
-
primalCrusher: string;
|
|
2049
|
-
primPearl: string;
|
|
2050
|
-
primNode: string;
|
|
2051
|
-
capVoid: string;
|
|
2052
|
-
voidMetal: string;
|
|
2053
|
-
};
|
|
2054
|
-
AUTOMAGY: {
|
|
2055
|
-
redCrystal: string;
|
|
2056
|
-
golemLinker: string;
|
|
2057
|
-
netherruneWisp: string;
|
|
2058
|
-
mobLure: string;
|
|
2059
|
-
dimensionLUre: string;
|
|
2060
|
-
advNodeJar: string;
|
|
2061
|
-
tallyBlockLens: string;
|
|
2062
|
-
netherruneGhast: string;
|
|
2063
|
-
netherruneBat: string;
|
|
2064
|
-
sliversTravel: string;
|
|
2065
|
-
remoteComparator: string;
|
|
2066
|
-
essentiaLocusAggregator: string;
|
|
2067
|
-
mirrorInput: string;
|
|
2068
|
-
redCrystalDim: string;
|
|
2069
|
-
redCrystalMirrorbound: string;
|
|
2070
|
-
thirstyTank: string;
|
|
2071
|
-
eagerChest: string;
|
|
2072
|
-
thirstyTankGlyphBovine: string;
|
|
2073
|
-
netherruneLight: string;
|
|
2074
|
-
hungryMaw: string;
|
|
2075
|
-
alchemyBoiler: string;
|
|
2076
|
-
entitySignal: string;
|
|
2077
|
-
netherruneSlime: string;
|
|
2078
|
-
netherruneZombie: string;
|
|
2079
|
-
xpStone: string;
|
|
2080
|
-
greedyChest: string;
|
|
2081
|
-
golemWorkbench: string;
|
|
2082
|
-
netherruneSoul: string;
|
|
2083
|
-
mirrorMultiDest: string;
|
|
2084
|
-
enderDisjunction: string;
|
|
2085
|
-
invetariumDelivery: string;
|
|
2086
|
-
slivers: string;
|
|
2087
|
-
enchantFishing: string;
|
|
2088
|
-
netherruneCelerity: string;
|
|
2089
|
-
thirstyTankGlyp: string;
|
|
2090
|
-
crystalBrain: string;
|
|
2091
|
-
vishroomSoup: string;
|
|
2092
|
-
nitorLight: string;
|
|
2093
|
-
inventarium: string;
|
|
2094
|
-
inventariumPointer: string;
|
|
2095
|
-
redCrystalRez: string;
|
|
2096
|
-
entropicRefining: string;
|
|
2097
|
-
golemWorkbenchUpgrade: string;
|
|
2098
|
-
focusCrafting: string;
|
|
2099
|
-
enchantedPaper: string;
|
|
2100
|
-
autoHandMirror: string;
|
|
2101
|
-
redstoneTheory: string;
|
|
2102
|
-
netherruneSkeleton: string;
|
|
2103
|
-
essentiaLocus: string;
|
|
2104
|
-
magicHourglass: string;
|
|
2105
|
-
amnesiaStone: string;
|
|
2106
|
-
focusCraftingUpgrade: string;
|
|
2107
|
-
redCrystalAmp: string;
|
|
2108
|
-
inventarumExtra: string;
|
|
2109
|
-
netherruneCrystal: string;
|
|
2110
|
-
thaumostaticRefueler: string;
|
|
2111
|
-
tallyBlock: string;
|
|
2112
|
-
netherMind: string;
|
|
2113
|
-
visReader: string;
|
|
2114
|
-
finiCalMaw: string;
|
|
2115
|
-
avaricious: string;
|
|
2116
|
-
tenaciousChest: string;
|
|
2117
|
-
redCrystalDense: string;
|
|
2118
|
-
sliversWarding: string;
|
|
2119
|
-
golemInhibitor: string;
|
|
2120
|
-
};
|
|
2121
|
-
FORBIDDEN: {
|
|
2122
|
-
skullAxe: string;
|
|
2123
|
-
bloodRapier: string;
|
|
2124
|
-
arcaneCake: string;
|
|
2125
|
-
taintPick: string;
|
|
2126
|
-
taintTree: string;
|
|
2127
|
-
wrath: string;
|
|
2128
|
-
schools: string;
|
|
2129
|
-
transEmerald: string;
|
|
2130
|
-
hellFire: string;
|
|
2131
|
-
voidToucher: string;
|
|
2132
|
-
rodTainted: string;
|
|
2133
|
-
eldritchOrb: string;
|
|
2134
|
-
bloodWell: string;
|
|
2135
|
-
consuming: string;
|
|
2136
|
-
cluster: string;
|
|
2137
|
-
subCollar: string;
|
|
2138
|
-
bloodMagic: string;
|
|
2139
|
-
rodInfernal: string;
|
|
2140
|
-
crystalWell: string;
|
|
2141
|
-
fork: string;
|
|
2142
|
-
rodBloodStaff: string;
|
|
2143
|
-
ringFood: string;
|
|
2144
|
-
corrupting: string;
|
|
2145
|
-
taintStone: string;
|
|
2146
|
-
rodBlood: string;
|
|
2147
|
-
capAlchemical: string;
|
|
2148
|
-
ridingCrop: string;
|
|
2149
|
-
netherShards: string;
|
|
2150
|
-
primeWell: string;
|
|
2151
|
-
greedy: string;
|
|
2152
|
-
educational: string;
|
|
2153
|
-
rodProfane: string;
|
|
2154
|
-
impact: string;
|
|
2155
|
-
wrathCage: string;
|
|
2156
|
-
blackFlower: string;
|
|
2157
|
-
morphTools: string;
|
|
2158
|
-
taintShovel: string;
|
|
2159
|
-
focusBlink: string;
|
|
2160
|
-
};
|
|
2161
|
-
};
|
|
2162
1816
|
declare const ASPECT: {
|
|
2163
1817
|
readonly aer: "aer";
|
|
2164
1818
|
readonly terra: "terra";
|
|
@@ -2216,6 +1870,360 @@ declare const ASPECT: {
|
|
|
2216
1870
|
readonly desidia: "desidia";
|
|
2217
1871
|
readonly ira: "ira";
|
|
2218
1872
|
};
|
|
1873
|
+
type AspectShaped = {
|
|
1874
|
+
[ASPECT.aer]: number;
|
|
1875
|
+
[ASPECT.terra]: number;
|
|
1876
|
+
[ASPECT.ignis]: number;
|
|
1877
|
+
[ASPECT.aqua]: number;
|
|
1878
|
+
[ASPECT.ordo]: number;
|
|
1879
|
+
[ASPECT.perditio]: number;
|
|
1880
|
+
};
|
|
1881
|
+
type RecipeArcane = {
|
|
1882
|
+
input: Shaped | Shapeless;
|
|
1883
|
+
output: Ingredient;
|
|
1884
|
+
/** Defaults to `"ASPECTS"` as this does not require research */
|
|
1885
|
+
research?: string;
|
|
1886
|
+
aspects?: Partial<AspectShaped>;
|
|
1887
|
+
};
|
|
1888
|
+
type RecipeArcaneShaped = RecipeArcane & {
|
|
1889
|
+
input: Shaped;
|
|
1890
|
+
};
|
|
1891
|
+
declare const RESEARCH_TAB: {
|
|
1892
|
+
readonly basics: "BASICS";
|
|
1893
|
+
readonly thaumaturgy: "THAUMATURGY";
|
|
1894
|
+
readonly alchemy: "ALCHEMY";
|
|
1895
|
+
readonly artifice: "ARTIFICE";
|
|
1896
|
+
readonly golemancy: "GOLEMANCY";
|
|
1897
|
+
readonly eldritch: "ELDRITCH";
|
|
1898
|
+
readonly automagy: "AUTOMAGY";
|
|
1899
|
+
readonly forbidden: "FORBIDDEN";
|
|
1900
|
+
};
|
|
1901
|
+
declare const RESEARCH: {
|
|
1902
|
+
readonly BASICS: {
|
|
1903
|
+
readonly warp: "WARP";
|
|
1904
|
+
readonly research: "RESEARCH";
|
|
1905
|
+
readonly enchant: "ENCHANT";
|
|
1906
|
+
readonly nodes: "NODES";
|
|
1907
|
+
readonly researchDupe: "RESEARCHDUPE";
|
|
1908
|
+
readonly ore: "ORE";
|
|
1909
|
+
readonly aspects: "ASPECTS";
|
|
1910
|
+
readonly knowfrag: "KNOWFRAG";
|
|
1911
|
+
readonly researcher2: "RESEARCHER2";
|
|
1912
|
+
readonly crimson: "CRIMSON";
|
|
1913
|
+
readonly chestScan: "salisarcana:CHESTSCAN";
|
|
1914
|
+
readonly nodeJar: "NODEJAR";
|
|
1915
|
+
readonly researcher: "RESEARCHER1";
|
|
1916
|
+
readonly nodeTapper2: "NODETAPPER2";
|
|
1917
|
+
readonly deconstructor: "DECONSTRUCTOR";
|
|
1918
|
+
readonly nodeTapper1: "NODETAPPER1";
|
|
1919
|
+
readonly thaumonomicon: "THAUMONOMICON";
|
|
1920
|
+
readonly plants: "PLANTS";
|
|
1921
|
+
readonly nodePreserve: "NODEPRESERVE";
|
|
1922
|
+
readonly pech: "PECH";
|
|
1923
|
+
};
|
|
1924
|
+
readonly THAUMATURGY: {
|
|
1925
|
+
readonly nodeStabilizer: "NODESTABILIZER";
|
|
1926
|
+
readonly replaceWandCore: "salisarcana:REPLACEWANDCORE";
|
|
1927
|
+
readonly wandPedFoc: "WANDPEDFOC";
|
|
1928
|
+
readonly vampBat: "VAMPBAT";
|
|
1929
|
+
readonly rodBone: "ROD_bone";
|
|
1930
|
+
readonly basicThaumaturgy: "BASICTHAUMATURGY";
|
|
1931
|
+
readonly focusExcavation: "FOCUSEXCAVATION";
|
|
1932
|
+
readonly sceptre: "SCEPTRE";
|
|
1933
|
+
readonly replaceWandCaps: "salisarcana:REPLACEWANDCAPS";
|
|
1934
|
+
readonly rodQuartzStaff: "ROD_quartz_staff";
|
|
1935
|
+
readonly focusHellBat: "FOCUSHELLBAT";
|
|
1936
|
+
readonly visChargeRelay: "VISCHARGERELAY";
|
|
1937
|
+
readonly rodIce: "ROD_ice";
|
|
1938
|
+
readonly nodeStabilizeRadV: "NODESTABILIZERADV";
|
|
1939
|
+
readonly rodReed: "ROD_reed";
|
|
1940
|
+
readonly rodGreatwoodStaff: "ROD_greatwood_staff";
|
|
1941
|
+
readonly focusDisenchanting: "salisarcana:FOCUS_DISENCHANTING";
|
|
1942
|
+
readonly rodSilverwoodStaff: "ROD_silverwood_staff";
|
|
1943
|
+
readonly focusFrost: "FOCUSFROST";
|
|
1944
|
+
readonly visAmulet: "VISAMULET";
|
|
1945
|
+
readonly focusManipulation: "FOCALMANIPULATION";
|
|
1946
|
+
readonly focusFire: "FOCUSFIRE";
|
|
1947
|
+
readonly capGold: "CAP_gold";
|
|
1948
|
+
readonly rodSilverwood: "ROD_silverwood";
|
|
1949
|
+
readonly visPower: "VISPOWER";
|
|
1950
|
+
readonly focusPouch: "FOCUSPOUCH";
|
|
1951
|
+
readonly capCopper: "CAP_copper";
|
|
1952
|
+
readonly rodReedStaff: "ROD_reed_staff";
|
|
1953
|
+
readonly focusShock: "FOCUSSHOCK";
|
|
1954
|
+
readonly capSilver: "CAP_silver";
|
|
1955
|
+
readonly rodQuartz: "ROD_quartz";
|
|
1956
|
+
readonly capIron: "CAP_iron";
|
|
1957
|
+
readonly focusWarding: "FOCUSWARDING";
|
|
1958
|
+
readonly rodObsidian: "ROD_obsidian";
|
|
1959
|
+
readonly focusPortableHole: "FOCUSPORTABLEHOLE";
|
|
1960
|
+
readonly capThaumium: "CAP_thaumium";
|
|
1961
|
+
readonly rodWood: "ROD_wood";
|
|
1962
|
+
readonly rodGreatwood: "ROD_greatwood";
|
|
1963
|
+
readonly rodBlaze: "ROD_blaze";
|
|
1964
|
+
readonly rodBoneStaff: "ROD_bone_staff";
|
|
1965
|
+
readonly rodObsidianStaff: "ROD_obsidian_staff";
|
|
1966
|
+
readonly focusTrade: "FOCUSTRADE";
|
|
1967
|
+
readonly rodIceStaff: "ROD_ice_staff";
|
|
1968
|
+
readonly wandPed: "WANDPED";
|
|
1969
|
+
readonly rodBlazeStaff: "ROD_blaze_staff";
|
|
1970
|
+
};
|
|
1971
|
+
readonly ALCHEMY: {
|
|
1972
|
+
readonly alumentum: "ALUMENTUM";
|
|
1973
|
+
readonly bathSalts: "BATHSALTS";
|
|
1974
|
+
readonly crucible: "CRUCIBLE";
|
|
1975
|
+
readonly entropicProcessing: "ENTROPICPROCESSING";
|
|
1976
|
+
readonly transIron: "TRANSIRON";
|
|
1977
|
+
readonly thaumatorium: "THAUMATORIUM";
|
|
1978
|
+
readonly alchemicManufacture: "ALCHEMICALMANUFACTURE";
|
|
1979
|
+
readonly liquidDeath: "LIQUIDDEATH";
|
|
1980
|
+
readonly tubes: "TUBES";
|
|
1981
|
+
readonly transTin: "TRANSTIN";
|
|
1982
|
+
readonly saneSoap: "SANESOAP";
|
|
1983
|
+
readonly etherealBloom: "ETHEREALBLOOM";
|
|
1984
|
+
readonly tallow: "TALLOW";
|
|
1985
|
+
readonly pureSilver: "PURESILVER";
|
|
1986
|
+
readonly pureTin: "PURETIN";
|
|
1987
|
+
readonly transCopper: "TRANSCOPPER";
|
|
1988
|
+
readonly essentiaCrystal: "ESSENTIACRYSTAL";
|
|
1989
|
+
readonly arcaneSpa: "ARCANESPA";
|
|
1990
|
+
readonly centrifuge: "CENTRIFUGE";
|
|
1991
|
+
readonly transSilver: "TRANSSILVER";
|
|
1992
|
+
readonly pureIron: "PUREIRON";
|
|
1993
|
+
readonly alchemicaDuplication: "ALCHEMICALDUPLICATION";
|
|
1994
|
+
readonly jarVoid: "JARVOID";
|
|
1995
|
+
readonly nitor: "NITOR";
|
|
1996
|
+
readonly bottleTaint: "BOTTLETAINT";
|
|
1997
|
+
readonly pureGold: "PUREGOLD";
|
|
1998
|
+
readonly distillEssentia: "DISTILESSENTIA";
|
|
1999
|
+
readonly phial: "PHIAL";
|
|
2000
|
+
readonly tubeFilter: "TUBEFILTER";
|
|
2001
|
+
readonly pureLead: "PURELEAD";
|
|
2002
|
+
readonly thaumium: "THAUMIUM";
|
|
2003
|
+
readonly transLead: "TRANSLEAD";
|
|
2004
|
+
readonly transGold: "TRANSGOLD";
|
|
2005
|
+
readonly pureCopper: "PURECOPPER";
|
|
2006
|
+
readonly jarLabel: "JARLABEL";
|
|
2007
|
+
};
|
|
2008
|
+
readonly ARTIFICE: {
|
|
2009
|
+
readonly runicEmergency: "RUNICEMERGENCY";
|
|
2010
|
+
readonly goggles: "GOGGLES";
|
|
2011
|
+
readonly enchFabric: "ENCHFABRIC";
|
|
2012
|
+
readonly elementalPick: "ELEMENTALPICK";
|
|
2013
|
+
readonly elementalAxe: "ELEMENTALAXE";
|
|
2014
|
+
readonly table: "TABLE";
|
|
2015
|
+
readonly infernalFurnace: "INFERNALFURNACE";
|
|
2016
|
+
readonly banners: "BANNERS";
|
|
2017
|
+
readonly elementalShovel: "ELEMENTALSHOVEL";
|
|
2018
|
+
readonly levitator: "LEVITATOR";
|
|
2019
|
+
readonly hoverGirdle: "HOVERGIRDLE";
|
|
2020
|
+
readonly wardenArcana: "WARDEDARCANA";
|
|
2021
|
+
readonly basicArtifice: "BASICARTIFACE";
|
|
2022
|
+
readonly fluxScrub: "FLUXSCRUB";
|
|
2023
|
+
readonly thaumometer: "THAUMOMETER";
|
|
2024
|
+
readonly bootsTraveller: "BOOTSTRAVELLER";
|
|
2025
|
+
readonly restable: "RESTABLE";
|
|
2026
|
+
readonly mirrorEssentia: "MIRRORESSENTIA";
|
|
2027
|
+
readonly primalArrow: "PRIMALARROW";
|
|
2028
|
+
readonly arcaneEar: "ARCANEEAR";
|
|
2029
|
+
readonly grate: "GRATE";
|
|
2030
|
+
readonly runicCharged: "RUNICCHARGED";
|
|
2031
|
+
readonly runicHealing: "RUNICHEALING";
|
|
2032
|
+
readonly hoverHarness: "HOVERHARNESS";
|
|
2033
|
+
readonly mirror: "MIRROR";
|
|
2034
|
+
readonly lampGrowth: "LAMPGROWTH";
|
|
2035
|
+
readonly maskGrinningDevil: "MASKGRINNINGDEVIL";
|
|
2036
|
+
readonly elementalHoe: "ELEMENTALHOE";
|
|
2037
|
+
readonly mirrorHand: "MIRRORHAND";
|
|
2038
|
+
readonly arcTable: "ARCTABLE";
|
|
2039
|
+
readonly infusion: "INFUSION";
|
|
2040
|
+
readonly runicKinetic: "RUNICKINETIC";
|
|
2041
|
+
readonly paveWard: "PAVEWARD";
|
|
2042
|
+
readonly maskAngryGhost: "MASKANGRYGHOST";
|
|
2043
|
+
readonly maskSippingFiend: "MASKSIPPINGFIEND";
|
|
2044
|
+
readonly arcaneLamp: "ARCANELAMP";
|
|
2045
|
+
readonly armorFortress: "ARMORFORTRESS";
|
|
2046
|
+
readonly bellow: "BELLOWS";
|
|
2047
|
+
readonly helmGoggles: "HELMGOGGLES";
|
|
2048
|
+
readonly runicArmor: "RUNICARMOR";
|
|
2049
|
+
readonly runicAugmentation: "RUNICAUGMENTATION";
|
|
2050
|
+
readonly lampFertility: "LAMPFERTILITY";
|
|
2051
|
+
readonly boneBow: "BONEBOW";
|
|
2052
|
+
readonly arcaneStone: "ARCANESTONE";
|
|
2053
|
+
readonly sinStone: "SINSTONE";
|
|
2054
|
+
readonly elementalSword: "ELEMENTALSWORD";
|
|
2055
|
+
readonly paveTravel: "PAVETRAVEL";
|
|
2056
|
+
readonly jarBrain: "JARBRAIN";
|
|
2057
|
+
readonly arcaneBore: "ARCANEBORE";
|
|
2058
|
+
readonly infusionEnchantment: "INFUSIONENCHANTMENT";
|
|
2059
|
+
};
|
|
2060
|
+
readonly GOLEMANCY: {
|
|
2061
|
+
readonly golemClay: "GOLEMCLAY";
|
|
2062
|
+
readonly upgradeWater: "UPGRADEWATER";
|
|
2063
|
+
readonly hungryChest: "HUNGRYCHEST";
|
|
2064
|
+
readonly golemTallow: "GOLEMTALLOW";
|
|
2065
|
+
readonly golemWood: "GOLEMWOOD";
|
|
2066
|
+
readonly golemFlesh: "GOLEMFLESH";
|
|
2067
|
+
readonly upgradeEarth: "UPGRADEEARTH";
|
|
2068
|
+
readonly tinyDart: "TINYDART";
|
|
2069
|
+
readonly upgradeFire: "UPGRADEFIRE";
|
|
2070
|
+
readonly upgradeEntropy: "UPGRADEENTROPY";
|
|
2071
|
+
readonly coreUse: "COREUSE";
|
|
2072
|
+
readonly tinyHammer: "TINYHAMMER";
|
|
2073
|
+
readonly travelTrunk: "TRAVELTRUNK";
|
|
2074
|
+
readonly tinyBowtie: "TINYBOWTIE";
|
|
2075
|
+
readonly golemBell: "GOLEMBELL";
|
|
2076
|
+
readonly coreSorting: "CORESORTING";
|
|
2077
|
+
readonly golemThaumium: "GOLEMTHAUMIUM";
|
|
2078
|
+
readonly tinyHat: "TINYHAT";
|
|
2079
|
+
readonly tinyFez: "TINYFEZ";
|
|
2080
|
+
readonly coreLumber: "CORELUMBER";
|
|
2081
|
+
readonly tinyGlasses: "TINYGLASSES";
|
|
2082
|
+
readonly tinyVisor: "TINYVISOR";
|
|
2083
|
+
readonly upgradeAir: "UPGRADEAIR";
|
|
2084
|
+
readonly coreFishing: "COREFISHING";
|
|
2085
|
+
readonly coreGather: "COREGATHER";
|
|
2086
|
+
readonly coreHarvest: "COREHARVEST";
|
|
2087
|
+
readonly coreButcher: "COREBUTCHER";
|
|
2088
|
+
readonly coreGuard: "COREGUARD";
|
|
2089
|
+
readonly advancedGolem: "ADVANCEDGOLEM";
|
|
2090
|
+
readonly tinyArmor: "TINYARMOR";
|
|
2091
|
+
readonly coreFill: "COREFILL";
|
|
2092
|
+
readonly golemFetter: "GOLEMFETTER";
|
|
2093
|
+
readonly golemStraw: "GOLEMSTRAW";
|
|
2094
|
+
readonly corealAlchemy: "COREALCHEMY";
|
|
2095
|
+
readonly golemStone: "GOLEMSTONE";
|
|
2096
|
+
readonly golemIron: "GOLEMIRON";
|
|
2097
|
+
readonly coreLiquid: "CORELIQUID";
|
|
2098
|
+
readonly coreEmpty: "COREEMPTY";
|
|
2099
|
+
readonly upgradeOrder: "UPGRADEORDER";
|
|
2100
|
+
};
|
|
2101
|
+
readonly ELDRITCH: {
|
|
2102
|
+
readonly eldritchMajor: "ELDRITCHMAJOR";
|
|
2103
|
+
readonly advAlchemyFurnace: "ADVALCHEMYFURNACE";
|
|
2104
|
+
readonly armorVoidFortress: "ARMORVOIDFORTRESS";
|
|
2105
|
+
readonly eldritchMinor: "ELDRITCHMINOR";
|
|
2106
|
+
readonly enterOuter: "ENTEROUTER";
|
|
2107
|
+
readonly focusPrimal: "FOCUSPRIMAL";
|
|
2108
|
+
readonly essentiaReservoir: "ESSENTIARESERVOIR";
|
|
2109
|
+
readonly sanityCheck: "SANITYCHECK";
|
|
2110
|
+
readonly rodPrimalStaff: "ROD_primal_staff";
|
|
2111
|
+
readonly oculus: "OCULUS";
|
|
2112
|
+
readonly outerRev: "OUTERREV";
|
|
2113
|
+
readonly primalCrusher: "PRIMALCRUSHER";
|
|
2114
|
+
readonly primPearl: "PRIMPEARL";
|
|
2115
|
+
readonly primNode: "PRIMNODE";
|
|
2116
|
+
readonly capVoid: "CAP_void";
|
|
2117
|
+
readonly voidMetal: "VOIDMETAL";
|
|
2118
|
+
};
|
|
2119
|
+
readonly AUTOMAGY: {
|
|
2120
|
+
readonly redCrystal: "REDCRYSTAL";
|
|
2121
|
+
readonly golemLinker: "GOLEMLINKER";
|
|
2122
|
+
readonly netherruneWisp: "NETHERRUNE_WISP";
|
|
2123
|
+
readonly mobLure: "MOBLURE";
|
|
2124
|
+
readonly dimensionLUre: "DIMENSIONLURE";
|
|
2125
|
+
readonly advNodeJar: "ADVNODEJAR";
|
|
2126
|
+
readonly tallyBlockLens: "TALLYBLOCK_LENS";
|
|
2127
|
+
readonly netherruneGhast: "NETHERRUNE_GHAST";
|
|
2128
|
+
readonly netherruneBat: "NETHERRUNE_BAT";
|
|
2129
|
+
readonly sliversTravel: "SLIVERS_TRAVEL";
|
|
2130
|
+
readonly remoteComparator: "REMOTECOMPARATOR";
|
|
2131
|
+
readonly essentiaLocusAggregator: "ESSENTIALOCUSAGGREGATOR";
|
|
2132
|
+
readonly mirrorInput: "MIRRORINPUT";
|
|
2133
|
+
readonly redCrystalDim: "REDCRYSTAL_DIM";
|
|
2134
|
+
readonly redCrystalMirrorbound: "REDCRYSTAL_MIRRORBOUND";
|
|
2135
|
+
readonly thirstyTank: "THIRSTYTANK";
|
|
2136
|
+
readonly eagerChest: "EAGERCHEST";
|
|
2137
|
+
readonly thirstyTankGlyphBovine: "THIRSTYTANK_GLYPH_BOVINE";
|
|
2138
|
+
readonly netherruneLight: "NETHERRUNE_LIGHT";
|
|
2139
|
+
readonly hungryMaw: "HUNGRYMAW";
|
|
2140
|
+
readonly alchemyBoiler: "ALCHEMYBOILER";
|
|
2141
|
+
readonly entitySignal: "ENTITYSIGNAL";
|
|
2142
|
+
readonly netherruneSlime: "NETHERRUNE_SLIME";
|
|
2143
|
+
readonly netherruneZombie: "NETHERRUNE_ZOMBIE";
|
|
2144
|
+
readonly xpStone: "XPSTONE";
|
|
2145
|
+
readonly greedyChest: "GREEDYCHEST";
|
|
2146
|
+
readonly golemWorkbench: "GOLEMWORKBENCH";
|
|
2147
|
+
readonly netherruneSoul: "NETHERRUNE_SOUL";
|
|
2148
|
+
readonly mirrorMultiDest: "MIRRORMULTIDEST";
|
|
2149
|
+
readonly enderDisjunction: "ENDERDISJUNCTION";
|
|
2150
|
+
readonly invetariumDelivery: "INVENTARIUM_DELIVERY";
|
|
2151
|
+
readonly slivers: "SLIVERS";
|
|
2152
|
+
readonly enchantFishing: "ENCHANT_FISHING";
|
|
2153
|
+
readonly netherruneCelerity: "NETHERRUNE_CELERITY";
|
|
2154
|
+
readonly thirstyTankGlyp: "THIRSTYTANK_GLYPH";
|
|
2155
|
+
readonly crystalBrain: "CRYSTALBRAIN";
|
|
2156
|
+
readonly vishroomSoup: "VISHROOMSOUP";
|
|
2157
|
+
readonly nitorLight: "NITORLIGHT";
|
|
2158
|
+
readonly inventarium: "INVENTARIUM";
|
|
2159
|
+
readonly inventariumPointer: "INVENTARIUM_POINTER";
|
|
2160
|
+
readonly redCrystalRez: "REDCRYSTAL_RES";
|
|
2161
|
+
readonly entropicRefining: "ENTROPICREFINING";
|
|
2162
|
+
readonly golemWorkbenchUpgrade: "GOLEMWORKBENCH_UPGRADE";
|
|
2163
|
+
readonly focusCrafting: "FOCUSCRAFTING";
|
|
2164
|
+
readonly enchantedPaper: "ENCHANTEDPAPER";
|
|
2165
|
+
readonly autoHandMirror: "AUTOHANDMIRROR";
|
|
2166
|
+
readonly redstoneTheory: "REDSTONETHEORY";
|
|
2167
|
+
readonly netherruneSkeleton: "NETHERRUNE_SKELETON";
|
|
2168
|
+
readonly essentiaLocus: "ESSENTIALOCUS";
|
|
2169
|
+
readonly magicHourglass: "MAGICHOURGLASS";
|
|
2170
|
+
readonly amnesiaStone: "AMNESIASTONE";
|
|
2171
|
+
readonly focusCraftingUpgrade: "FOCUSCRAFTING_UPGRADE";
|
|
2172
|
+
readonly redCrystalAmp: "REDCRYSTAL_AMP";
|
|
2173
|
+
readonly inventarumExtra: "INVENTARIUM_EXTRA";
|
|
2174
|
+
readonly netherruneCrystal: "NETHERRUNE_CRYSTAL";
|
|
2175
|
+
readonly thaumostaticRefueler: "THAUMOSTATICREFUELER";
|
|
2176
|
+
readonly tallyBlock: "TALLYBLOCK";
|
|
2177
|
+
readonly netherMind: "NETHERMIND";
|
|
2178
|
+
readonly visReader: "VISREADER";
|
|
2179
|
+
readonly finiCalMaw: "FINICALMAW";
|
|
2180
|
+
readonly avaricious: "AVARICIOUS";
|
|
2181
|
+
readonly tenaciousChest: "TENACIOUSCHEST";
|
|
2182
|
+
readonly redCrystalDense: "REDCRYSTAL_DENSE";
|
|
2183
|
+
readonly sliversWarding: "SLIVERS_WARDING";
|
|
2184
|
+
readonly golemInhibitor: "GOLEMINHIBITOR";
|
|
2185
|
+
};
|
|
2186
|
+
readonly FORBIDDEN: {
|
|
2187
|
+
readonly skullAxe: "SKULLAXE";
|
|
2188
|
+
readonly bloodRapier: "BLOODRAPIER";
|
|
2189
|
+
readonly arcaneCake: "ARCANECAKE";
|
|
2190
|
+
readonly taintPick: "TAINTPICK";
|
|
2191
|
+
readonly taintTree: "TAINTTREE";
|
|
2192
|
+
readonly wrath: "WRATH";
|
|
2193
|
+
readonly schools: "SCHOOLS";
|
|
2194
|
+
readonly transEmerald: "TRANSEMERALD";
|
|
2195
|
+
readonly hellFire: "HELLFIRE";
|
|
2196
|
+
readonly voidToucher: "VOIDTOUCHED";
|
|
2197
|
+
readonly rodTainted: "ROD_tainted";
|
|
2198
|
+
readonly eldritchOrb: "ELDRITCHORB";
|
|
2199
|
+
readonly bloodWell: "BLOODWELL";
|
|
2200
|
+
readonly consuming: "CONSUMING";
|
|
2201
|
+
readonly cluster: "CLUSTER";
|
|
2202
|
+
readonly subCollar: "SUBCOLLAR";
|
|
2203
|
+
readonly bloodMagic: "BLOODMAGIC";
|
|
2204
|
+
readonly rodInfernal: "ROD_infernal";
|
|
2205
|
+
readonly crystalWell: "CRYSTALWELL";
|
|
2206
|
+
readonly fork: "FORK";
|
|
2207
|
+
readonly rodBloodStaff: "ROD_blood_staff";
|
|
2208
|
+
readonly ringFood: "RINGFOOD";
|
|
2209
|
+
readonly corrupting: "CORRUPTING";
|
|
2210
|
+
readonly taintStone: "TAINTSTONE";
|
|
2211
|
+
readonly rodBlood: "ROD_blood";
|
|
2212
|
+
readonly capAlchemical: "CAP_alchemical";
|
|
2213
|
+
readonly ridingCrop: "RIDINGCROP";
|
|
2214
|
+
readonly netherShards: "NETHERSHARDS";
|
|
2215
|
+
readonly primeWell: "PRIMEWELL";
|
|
2216
|
+
readonly greedy: "GREEDY";
|
|
2217
|
+
readonly educational: "EDUCATIONAL";
|
|
2218
|
+
readonly rodProfane: "ROD_profane";
|
|
2219
|
+
readonly impact: "IMPACT";
|
|
2220
|
+
readonly wrathCage: "WRATHCAGE";
|
|
2221
|
+
readonly blackFlower: "BLACKFLOWER";
|
|
2222
|
+
readonly morphTools: "MORPHTOOLS";
|
|
2223
|
+
readonly taintShovel: "TAINTSHOVEL";
|
|
2224
|
+
readonly focusBlink: "FOCUSBLINK";
|
|
2225
|
+
};
|
|
2226
|
+
};
|
|
2219
2227
|
/**
|
|
2220
2228
|
* Add shaped [Arcane Worktable](https://ftbwiki.org/Arcane_Worktable_(Thaumcraft_4)) recipe
|
|
2221
2229
|
*
|
|
@@ -2623,7 +2631,7 @@ declare const setResearchComplexity: (research: string) => (complexity: number)
|
|
|
2623
2631
|
*/
|
|
2624
2632
|
declare const resetResearch: (research: string) => string;
|
|
2625
2633
|
/**
|
|
2626
|
-
* Clear [Research](https://thaumcraft-4.fandom.com/wiki/Research) cache
|
|
2634
|
+
* Clear [Research](https://thaumcraft-4.fandom.com/wiki/Research) cache
|
|
2627
2635
|
*
|
|
2628
2636
|
* **Note**: This only works when the page type is unchanged, otherwise use `resetResearch` and manually add back missing pages.
|
|
2629
2637
|
*
|
|
@@ -2636,7 +2644,14 @@ type RecipeResearchMove = {
|
|
|
2636
2644
|
x: number;
|
|
2637
2645
|
y: number;
|
|
2638
2646
|
};
|
|
2647
|
+
/**
|
|
2648
|
+
* Move [Research](https://thaumcraft-4.fandom.com/wiki/Research)
|
|
2649
|
+
*
|
|
2650
|
+
* **Note**: This only works when the page type is unchanged, otherwise use `resetResearch` and manually add back missing pages.
|
|
2651
|
+
*
|
|
2652
|
+
* @see https://minetweaker3.aizistral.com/wiki/ModTweaker:Thaumcraft_4_Support:Research
|
|
2653
|
+
*/
|
|
2639
2654
|
declare const moveResearch: (recipe: RecipeResearchMove) => string;
|
|
2640
2655
|
|
|
2641
2656
|
export { ASPECT, COLOR, ENCHANTMENT, FOCI, HARVESTER_TYPE, MATERIAL, MODIFIER, RESEARCH, RESEARCH_TAB, STYLE, add, addAlchemy, addAltar, addArcane, addArcaneShaped, addArcaneShapeless, addAspectEntity, addAspectItem, addBiomeRubberTree, addBlacklistAutospawner, addBloodOrb, addBloodOrbShaped, addBloodOrbShapeless, addCarpenter, addCastingBasin, addCastingTable, addCentrifuge, addChestLoot, addComposter, addCompressor, addCrucible, addCrucibleAlchemy, addCrucibleFuel, addDryingRack, addExtreme, addFabricator, addFabricatorGlass, addFermenter, addFermenterFuel, addFurnace, addFurnaceFuel, addGrinder, addHammer, addHarvester, addInductionSmelter, addInfusion, addInfusionEnchantment, addInscriber, addInsolator, addLaserFoci, addLaserOre, addLootCommon, addLootRare, addLootUncommon, addMagmaCrucible, addMirror, addMoistener, addOreDict, addPlanter, addPress, addPulverizer, addQED, addRedstoneFurnace, addRepairMaterial, addResearch, addResearchPage, addResearchPageArcane, addResearchPageCrafting, addResearchPageCrucible, addResearchPageEnchantment, addResearchPageInfusion, addResearchRequirement, addResearchSibling, addResearchTab, addRitualBinding, addRitualHarvest, addRitualMeteor, addSawmill, addSeed, addShaped, addShapeless, addSieve, addSludgeBoiler, addSmelteryAlloy, addSmelteryFluid, addSmelteryFuel, addSqueezer, addStill, addTransposerExtract, addTransposerFill, addWarpItem, addWarpResearch, createBlock, createItem, createLiquid, createMaterial, formatResearchPage, hide, joinOreDict, mirrorOreDict, moveResearch, orphanResearch, refreshResearch, remove, removeAlchemy, removeAltar, removeArcane, removeAspectEntity, removeAspectItem, removeBiomeRubberTree, removeBlacklistAutospawner, removeCarpenter, removeCastingBasin, removeCastingTable, removeCentrifuge, removeChestLoot, removeComposter, removeCompressor, removeCrucible, removeCrucibleAlchemy, removeCrucibleFuel, removeDryingRack, removeExtreme, removeFabricator, removeFabricatorGlass, removeFermenter, removeFermenterFuel, removeFurnace, removeFurnaceFuel, removeGrinder, removeHammer, removeInductionSmelter, removeInfusion, removeInfusionEnchantment, removeInsolator, removeLaserFoci, removeLaserOre, removeLootCommon, removeLootRare, removeLootUncommon, removeMagmaCrucible, removeModifier, removeMoistener, removeOreDict, removePressInscriber, removePulverizer, removeQED, removeRedstoneFurnace, removeRepairMaterial, removeResearch, removeResearchRequirement, removeResearchSibling, removeResearchTab, removeRitualBinding, removeRitualMeteor, removeSawmill, removeSeed, removeShaped, removeShapeless, removeSieve, removeSludgeBoiler, removeSmelteryAlloy, removeSmelteryFluid, removeSmelteryFuel, removeSqueezer, removeStill, removeTransposerExtract, removeTransposerFill, removeWarp, removeWarpItem, removeWarpResearch, rename, resetResearch, setArrowAccuracy, setArrowBreakChance, setArrowMass, setArrowStats, setAspectEntity, setAspectItem, setBowMaterialDrawspeed, setBowMaterialDurability, setBowMaterialFlightSpeed, setBowMaterialStats, setLocalisation, setMaterialDamage, setMaterialDurability, setMaterialHandleModifier, setMaterialLevelStonebound, setMaterialMiningLevel, setMaterialName, setMaterialReinforcedLevel, setMaterialSpeed, setMaterialStats, setMaterialStyle, setResearchAspects, setResearchComplexity, setResearchTypeAuto, setResearchTypeHidden, setResearchTypeRound, setResearchTypeSecondary, setResearchTypeSpikey, setResearchTypeStub, setResearchTypeVirtual, show, withEnchantment, withName, withTag, withTooltip, withTooltipShift, withWeight };
|
|
2642
|
-
export type { ArrowStats, Bonus, BonusHammer, BowStats, Cast, ChestLoot, Enchantment, Ingredient, Liquid, MaterialStats, RecipeAlchemy, RecipeAltar, RecipeArcane, RecipeArcaneShaped, RecipeArcaneShapeless, RecipeBlock, RecipeCarpenter, RecipeCastingBasin, RecipeCastingTable, RecipeCentrifuge, RecipeComposter, RecipeCompressor, RecipeCrucibleAlchemy, RecipeDryingRack, RecipeFabricator, RecipeFabricatorGlass, RecipeFermenter, RecipeFermenterFuel, RecipeFurnace, RecipeGrinder, RecipeHarvester, RecipeInductionSmelter, RecipeInfusion, RecipeInfusionEnchantment, RecipeInsolator, RecipeItem, RecipeLaser, RecipeLiquid, RecipeMagmaCrucible, RecipeMaterial, RecipeMeteor, RecipeMoistener, RecipePressInscriber, RecipePulverizer, RecipeRedstoneFurnace, RecipeRepairMaterial, RecipeResearch, RecipeResearchMove, RecipeResearchTab, RecipeSawmill, RecipeSmelteryAlloy, RecipeSmelteryFluid, RecipeSmelteryFuel, RecipeSqueezer, RecipeStill, RecipeTransposerExtract, RecipeTransposerFill, Shaped, ShapedExtreme, Shapeless, Stack, Text, TextResearch, TextResearchImage, TextRich, Texture };
|
|
2657
|
+
export type { ArrowStats, AspectShaped, Bonus, BonusHammer, BowStats, Cast, ChestLoot, Enchantment, Ingredient, Liquid, MaterialStats, RecipeAlchemy, RecipeAltar, RecipeArcane, RecipeArcaneShaped, RecipeArcaneShapeless, RecipeBlock, RecipeCarpenter, RecipeCastingBasin, RecipeCastingTable, RecipeCentrifuge, RecipeComposter, RecipeCompressor, RecipeCrucibleAlchemy, RecipeDryingRack, RecipeFabricator, RecipeFabricatorGlass, RecipeFermenter, RecipeFermenterFuel, RecipeFurnace, RecipeGrinder, RecipeHarvester, RecipeInductionSmelter, RecipeInfusion, RecipeInfusionEnchantment, RecipeInsolator, RecipeItem, RecipeLaser, RecipeLiquid, RecipeMagmaCrucible, RecipeMaterial, RecipeMeteor, RecipeMoistener, RecipePressInscriber, RecipePulverizer, RecipeRedstoneFurnace, RecipeRepairMaterial, RecipeResearch, RecipeResearchMove, RecipeResearchTab, RecipeSawmill, RecipeSmelteryAlloy, RecipeSmelteryFluid, RecipeSmelteryFuel, RecipeSqueezer, RecipeStill, RecipeTransposerExtract, RecipeTransposerFill, Shaped, ShapedExtreme, Shapeless, Stack, Text, TextResearch, TextResearchImage, TextRich, Texture };
|
package/dist/zenflow.js
CHANGED
|
@@ -908,6 +908,67 @@ const addRitualHarvest = (output) => (input) => {
|
|
|
908
908
|
return `mods.bloodmagic.HarvestMoon.addHarvestable(${out});`;
|
|
909
909
|
};
|
|
910
910
|
|
|
911
|
+
const ASPECT = {
|
|
912
|
+
aer: "aer",
|
|
913
|
+
terra: "terra",
|
|
914
|
+
ignis: "ignis",
|
|
915
|
+
aqua: "aqua",
|
|
916
|
+
ordo: "ordo",
|
|
917
|
+
perditio: "perditio",
|
|
918
|
+
vacuos: "vacuos",
|
|
919
|
+
lux: "lux",
|
|
920
|
+
tempestas: "tempestas",
|
|
921
|
+
motus: "motus",
|
|
922
|
+
gelum: "gelum",
|
|
923
|
+
vitreus: "vitreus",
|
|
924
|
+
victus: "victus",
|
|
925
|
+
venenum: "venenum",
|
|
926
|
+
potentia: "potentia",
|
|
927
|
+
permutatio: "permutatio",
|
|
928
|
+
metallum: "metallum",
|
|
929
|
+
mortuus: "mortuus",
|
|
930
|
+
volatus: "volatus",
|
|
931
|
+
tenebrae: "tenebrae",
|
|
932
|
+
spiritus: "spiritus",
|
|
933
|
+
sano: "sano",
|
|
934
|
+
iter: "iter",
|
|
935
|
+
alienis: "alienis",
|
|
936
|
+
praecantatio: "praecantatio",
|
|
937
|
+
auram: "auram",
|
|
938
|
+
vitium: "vitium",
|
|
939
|
+
limus: "limus",
|
|
940
|
+
herba: "herba",
|
|
941
|
+
arbor: "arbor",
|
|
942
|
+
bestia: "bestia",
|
|
943
|
+
corpus: "corpus",
|
|
944
|
+
exanimis: "exanimis",
|
|
945
|
+
cognitio: "cognitio",
|
|
946
|
+
sensus: "sensus",
|
|
947
|
+
humanus: "humanus",
|
|
948
|
+
messis: "messis",
|
|
949
|
+
perfodio: "perfodio",
|
|
950
|
+
instrumentum: "instrumentum",
|
|
951
|
+
meto: "meto",
|
|
952
|
+
telum: "telum",
|
|
953
|
+
tutamen: "tutamen",
|
|
954
|
+
fames: "fames",
|
|
955
|
+
lucrum: "lucrum",
|
|
956
|
+
fabrico: "fabrico",
|
|
957
|
+
pannus: "pannus",
|
|
958
|
+
machina: "machina",
|
|
959
|
+
vinculum: "vinculum",
|
|
960
|
+
luxuria: "luxuria",
|
|
961
|
+
infernus: "infernus",
|
|
962
|
+
superbia: "superbia",
|
|
963
|
+
gula: "gula",
|
|
964
|
+
invidia: "invidia",
|
|
965
|
+
desidia: "desidia",
|
|
966
|
+
ira: "ira"
|
|
967
|
+
};
|
|
968
|
+
const aspectShaped = (x) => {
|
|
969
|
+
const aspects = Object.entries(x).map(([id, n]) => aspect({ id, n }));
|
|
970
|
+
return literal(list()(aspects));
|
|
971
|
+
};
|
|
911
972
|
const RESEARCH_TAB = {
|
|
912
973
|
basics: "BASICS",
|
|
913
974
|
thaumaturgy: "THAUMATURGY",
|
|
@@ -1244,77 +1305,20 @@ const RESEARCH = {
|
|
|
1244
1305
|
focusBlink: "FOCUSBLINK"
|
|
1245
1306
|
}
|
|
1246
1307
|
};
|
|
1247
|
-
const ASPECT = {
|
|
1248
|
-
aer: "aer",
|
|
1249
|
-
terra: "terra",
|
|
1250
|
-
ignis: "ignis",
|
|
1251
|
-
aqua: "aqua",
|
|
1252
|
-
ordo: "ordo",
|
|
1253
|
-
perditio: "perditio",
|
|
1254
|
-
vacuos: "vacuos",
|
|
1255
|
-
lux: "lux",
|
|
1256
|
-
tempestas: "tempestas",
|
|
1257
|
-
motus: "motus",
|
|
1258
|
-
gelum: "gelum",
|
|
1259
|
-
vitreus: "vitreus",
|
|
1260
|
-
victus: "victus",
|
|
1261
|
-
venenum: "venenum",
|
|
1262
|
-
potentia: "potentia",
|
|
1263
|
-
permutatio: "permutatio",
|
|
1264
|
-
metallum: "metallum",
|
|
1265
|
-
mortuus: "mortuus",
|
|
1266
|
-
volatus: "volatus",
|
|
1267
|
-
tenebrae: "tenebrae",
|
|
1268
|
-
spiritus: "spiritus",
|
|
1269
|
-
sano: "sano",
|
|
1270
|
-
iter: "iter",
|
|
1271
|
-
alienis: "alienis",
|
|
1272
|
-
praecantatio: "praecantatio",
|
|
1273
|
-
auram: "auram",
|
|
1274
|
-
vitium: "vitium",
|
|
1275
|
-
limus: "limus",
|
|
1276
|
-
herba: "herba",
|
|
1277
|
-
arbor: "arbor",
|
|
1278
|
-
bestia: "bestia",
|
|
1279
|
-
corpus: "corpus",
|
|
1280
|
-
exanimis: "exanimis",
|
|
1281
|
-
cognitio: "cognitio",
|
|
1282
|
-
sensus: "sensus",
|
|
1283
|
-
humanus: "humanus",
|
|
1284
|
-
messis: "messis",
|
|
1285
|
-
perfodio: "perfodio",
|
|
1286
|
-
instrumentum: "instrumentum",
|
|
1287
|
-
meto: "meto",
|
|
1288
|
-
telum: "telum",
|
|
1289
|
-
tutamen: "tutamen",
|
|
1290
|
-
fames: "fames",
|
|
1291
|
-
lucrum: "lucrum",
|
|
1292
|
-
fabrico: "fabrico",
|
|
1293
|
-
pannus: "pannus",
|
|
1294
|
-
machina: "machina",
|
|
1295
|
-
vinculum: "vinculum",
|
|
1296
|
-
luxuria: "luxuria",
|
|
1297
|
-
infernus: "infernus",
|
|
1298
|
-
superbia: "superbia",
|
|
1299
|
-
gula: "gula",
|
|
1300
|
-
invidia: "invidia",
|
|
1301
|
-
desidia: "desidia",
|
|
1302
|
-
ira: "ira"
|
|
1303
|
-
};
|
|
1304
1308
|
const addArcaneShaped = (recipe$1) => {
|
|
1305
1309
|
const out = recipe(
|
|
1306
1310
|
literal(recipe$1.research ?? RESEARCH[RESEARCH_TAB.basics].aspects),
|
|
1307
1311
|
ingredient(recipe$1.output),
|
|
1308
|
-
|
|
1312
|
+
maybe(aspectShaped)(recipe$1.aspects),
|
|
1309
1313
|
shaped(recipe$1.input)
|
|
1310
1314
|
);
|
|
1311
1315
|
return `mods.thaumcraft.Arcane.addShaped(${out});`;
|
|
1312
1316
|
};
|
|
1313
1317
|
const addArcaneShapeless = (recipe$1) => {
|
|
1314
1318
|
const out = recipe(
|
|
1315
|
-
literal(recipe$1.research ??
|
|
1319
|
+
literal(recipe$1.research ?? RESEARCH[RESEARCH_TAB.basics].aspects),
|
|
1316
1320
|
ingredient(recipe$1.output),
|
|
1317
|
-
|
|
1321
|
+
maybe(aspectShaped)(recipe$1.aspects),
|
|
1318
1322
|
array(3)(recipe$1.input)
|
|
1319
1323
|
);
|
|
1320
1324
|
return `mods.thaumcraft.Arcane.addShapeless(${out});`;
|