zen-flow 16.2.0 → 16.3.1
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 +328 -321
- package/dist/zenflow.js +12 -12
- package/package.json +1 -1
package/dist/zenflow.d.ts
CHANGED
|
@@ -1823,7 +1823,7 @@ type RecipeArcane = {
|
|
|
1823
1823
|
type RecipeArcaneShaped = RecipeArcane & {
|
|
1824
1824
|
input: Shaped;
|
|
1825
1825
|
};
|
|
1826
|
-
declare const
|
|
1826
|
+
declare const RESEARCH_TAB: {
|
|
1827
1827
|
readonly basics: "BASICS";
|
|
1828
1828
|
readonly thaumaturgy: "THAUMATURGY";
|
|
1829
1829
|
readonly alchemy: "ALCHEMY";
|
|
@@ -1834,329 +1834,329 @@ declare const RESEARCH_CATEGORY: {
|
|
|
1834
1834
|
readonly forbidden: "FORBIDDEN";
|
|
1835
1835
|
};
|
|
1836
1836
|
declare const RESEARCH: {
|
|
1837
|
-
BASICS: {
|
|
1838
|
-
warp:
|
|
1839
|
-
research:
|
|
1840
|
-
enchant:
|
|
1841
|
-
nodes:
|
|
1842
|
-
researchDupe:
|
|
1843
|
-
ore:
|
|
1844
|
-
aspects:
|
|
1845
|
-
knowfrag:
|
|
1846
|
-
researcher2:
|
|
1847
|
-
crimson:
|
|
1848
|
-
chestScan:
|
|
1849
|
-
nodeJar:
|
|
1850
|
-
researcher:
|
|
1851
|
-
nodeTapper2:
|
|
1852
|
-
deconstructor:
|
|
1853
|
-
nodeTapper1:
|
|
1854
|
-
thaumonomicon:
|
|
1855
|
-
plants:
|
|
1856
|
-
nodePreserve:
|
|
1857
|
-
pech:
|
|
1837
|
+
readonly BASICS: {
|
|
1838
|
+
readonly warp: "WARP";
|
|
1839
|
+
readonly research: "RESEARCH";
|
|
1840
|
+
readonly enchant: "ENCHANT";
|
|
1841
|
+
readonly nodes: "NODES";
|
|
1842
|
+
readonly researchDupe: "RESEARCHDUPE";
|
|
1843
|
+
readonly ore: "ORE";
|
|
1844
|
+
readonly aspects: "ASPECTS";
|
|
1845
|
+
readonly knowfrag: "KNOWFRAG";
|
|
1846
|
+
readonly researcher2: "RESEARCHER2";
|
|
1847
|
+
readonly crimson: "CRIMSON";
|
|
1848
|
+
readonly chestScan: "salisarcana:CHESTSCAN";
|
|
1849
|
+
readonly nodeJar: "NODEJAR";
|
|
1850
|
+
readonly researcher: "RESEARCHER1";
|
|
1851
|
+
readonly nodeTapper2: "NODETAPPER2";
|
|
1852
|
+
readonly deconstructor: "DECONSTRUCTOR";
|
|
1853
|
+
readonly nodeTapper1: "NODETAPPER1";
|
|
1854
|
+
readonly thaumonomicon: "THAUMONOMICON";
|
|
1855
|
+
readonly plants: "PLANTS";
|
|
1856
|
+
readonly nodePreserve: "NODEPRESERVE";
|
|
1857
|
+
readonly pech: "PECH";
|
|
1858
1858
|
};
|
|
1859
|
-
THAUMATURGY: {
|
|
1860
|
-
nodeStabilizer:
|
|
1861
|
-
replaceWandCore:
|
|
1862
|
-
wandPedFoc:
|
|
1863
|
-
vampBat:
|
|
1864
|
-
rodBone:
|
|
1865
|
-
basicThaumaturgy:
|
|
1866
|
-
focusExcavation:
|
|
1867
|
-
sceptre:
|
|
1868
|
-
replaceWandCaps:
|
|
1869
|
-
rodQuartzStaff:
|
|
1870
|
-
focusHellBat:
|
|
1871
|
-
visChargeRelay:
|
|
1872
|
-
rodIce:
|
|
1873
|
-
nodeStabilizeRadV:
|
|
1874
|
-
rodReed:
|
|
1875
|
-
rodGreatwoodStaff:
|
|
1876
|
-
focusDisenchanting:
|
|
1877
|
-
rodSilverwoodStaff:
|
|
1878
|
-
focusFrost:
|
|
1879
|
-
visAmulet:
|
|
1880
|
-
focusManipulation:
|
|
1881
|
-
focusFire:
|
|
1882
|
-
capGold:
|
|
1883
|
-
rodSilverwood:
|
|
1884
|
-
visPower:
|
|
1885
|
-
focusPouch:
|
|
1886
|
-
capCopper:
|
|
1887
|
-
rodReedStaff:
|
|
1888
|
-
focusShock:
|
|
1889
|
-
capSilver:
|
|
1890
|
-
rodQuartz:
|
|
1891
|
-
capIron:
|
|
1892
|
-
focusWarding:
|
|
1893
|
-
rodObsidian:
|
|
1894
|
-
focusPortableHole:
|
|
1895
|
-
capThaumium:
|
|
1896
|
-
rodWood:
|
|
1897
|
-
rodGreatwood:
|
|
1898
|
-
rodBlaze:
|
|
1899
|
-
rodBoneStaff:
|
|
1900
|
-
rodObsidianStaff:
|
|
1901
|
-
focusTrade:
|
|
1902
|
-
rodIceStaff:
|
|
1903
|
-
wandPed:
|
|
1904
|
-
rodBlazeStaff:
|
|
1859
|
+
readonly THAUMATURGY: {
|
|
1860
|
+
readonly nodeStabilizer: "NODESTABILIZER";
|
|
1861
|
+
readonly replaceWandCore: "salisarcana:REPLACEWANDCORE";
|
|
1862
|
+
readonly wandPedFoc: "WANDPEDFOC";
|
|
1863
|
+
readonly vampBat: "VAMPBAT";
|
|
1864
|
+
readonly rodBone: "ROD_bone";
|
|
1865
|
+
readonly basicThaumaturgy: "BASICTHAUMATURGY";
|
|
1866
|
+
readonly focusExcavation: "FOCUSEXCAVATION";
|
|
1867
|
+
readonly sceptre: "SCEPTRE";
|
|
1868
|
+
readonly replaceWandCaps: "salisarcana:REPLACEWANDCAPS";
|
|
1869
|
+
readonly rodQuartzStaff: "ROD_quartz_staff";
|
|
1870
|
+
readonly focusHellBat: "FOCUSHELLBAT";
|
|
1871
|
+
readonly visChargeRelay: "VISCHARGERELAY";
|
|
1872
|
+
readonly rodIce: "ROD_ice";
|
|
1873
|
+
readonly nodeStabilizeRadV: "NODESTABILIZERADV";
|
|
1874
|
+
readonly rodReed: "ROD_reed";
|
|
1875
|
+
readonly rodGreatwoodStaff: "ROD_greatwood_staff";
|
|
1876
|
+
readonly focusDisenchanting: "salisarcana:FOCUS_DISENCHANTING";
|
|
1877
|
+
readonly rodSilverwoodStaff: "ROD_silverwood_staff";
|
|
1878
|
+
readonly focusFrost: "FOCUSFROST";
|
|
1879
|
+
readonly visAmulet: "VISAMULET";
|
|
1880
|
+
readonly focusManipulation: "FOCALMANIPULATION";
|
|
1881
|
+
readonly focusFire: "FOCUSFIRE";
|
|
1882
|
+
readonly capGold: "CAP_gold";
|
|
1883
|
+
readonly rodSilverwood: "ROD_silverwood";
|
|
1884
|
+
readonly visPower: "VISPOWER";
|
|
1885
|
+
readonly focusPouch: "FOCUSPOUCH";
|
|
1886
|
+
readonly capCopper: "CAP_copper";
|
|
1887
|
+
readonly rodReedStaff: "ROD_reed_staff";
|
|
1888
|
+
readonly focusShock: "FOCUSSHOCK";
|
|
1889
|
+
readonly capSilver: "CAP_silver";
|
|
1890
|
+
readonly rodQuartz: "ROD_quartz";
|
|
1891
|
+
readonly capIron: "CAP_iron";
|
|
1892
|
+
readonly focusWarding: "FOCUSWARDING";
|
|
1893
|
+
readonly rodObsidian: "ROD_obsidian";
|
|
1894
|
+
readonly focusPortableHole: "FOCUSPORTABLEHOLE";
|
|
1895
|
+
readonly capThaumium: "CAP_thaumium";
|
|
1896
|
+
readonly rodWood: "ROD_wood";
|
|
1897
|
+
readonly rodGreatwood: "ROD_greatwood";
|
|
1898
|
+
readonly rodBlaze: "ROD_blaze";
|
|
1899
|
+
readonly rodBoneStaff: "ROD_bone_staff";
|
|
1900
|
+
readonly rodObsidianStaff: "ROD_obsidian_staff";
|
|
1901
|
+
readonly focusTrade: "FOCUSTRADE";
|
|
1902
|
+
readonly rodIceStaff: "ROD_ice_staff";
|
|
1903
|
+
readonly wandPed: "WANDPED";
|
|
1904
|
+
readonly rodBlazeStaff: "ROD_blaze_staff";
|
|
1905
1905
|
};
|
|
1906
|
-
ALCHEMY: {
|
|
1907
|
-
alumentum:
|
|
1908
|
-
bathSalts:
|
|
1909
|
-
crucible:
|
|
1910
|
-
entropicProcessing:
|
|
1911
|
-
transIron:
|
|
1912
|
-
thaumatorium:
|
|
1913
|
-
alchemicManufacture:
|
|
1914
|
-
liquidDeath:
|
|
1915
|
-
tubes:
|
|
1916
|
-
transTin:
|
|
1917
|
-
saneSoap:
|
|
1918
|
-
etherealBloom:
|
|
1919
|
-
tallow:
|
|
1920
|
-
pureSilver:
|
|
1921
|
-
pureTin:
|
|
1922
|
-
transCopper:
|
|
1923
|
-
essentiaCrystal:
|
|
1924
|
-
arcaneSpa:
|
|
1925
|
-
centrifuge:
|
|
1926
|
-
transSilver:
|
|
1927
|
-
pureIron:
|
|
1928
|
-
alchemicaDuplication:
|
|
1929
|
-
jarVoid:
|
|
1930
|
-
nitor:
|
|
1931
|
-
bottleTaint:
|
|
1932
|
-
pureGold:
|
|
1933
|
-
distillEssentia:
|
|
1934
|
-
phial:
|
|
1935
|
-
tubeFilter:
|
|
1936
|
-
pureLead:
|
|
1937
|
-
thaumium:
|
|
1938
|
-
transLead:
|
|
1939
|
-
transGold:
|
|
1940
|
-
pureCopper:
|
|
1941
|
-
jarLabel:
|
|
1906
|
+
readonly ALCHEMY: {
|
|
1907
|
+
readonly alumentum: "ALUMENTUM";
|
|
1908
|
+
readonly bathSalts: "BATHSALTS";
|
|
1909
|
+
readonly crucible: "CRUCIBLE";
|
|
1910
|
+
readonly entropicProcessing: "ENTROPICPROCESSING";
|
|
1911
|
+
readonly transIron: "TRANSIRON";
|
|
1912
|
+
readonly thaumatorium: "THAUMATORIUM";
|
|
1913
|
+
readonly alchemicManufacture: "ALCHEMICALMANUFACTURE";
|
|
1914
|
+
readonly liquidDeath: "LIQUIDDEATH";
|
|
1915
|
+
readonly tubes: "TUBES";
|
|
1916
|
+
readonly transTin: "TRANSTIN";
|
|
1917
|
+
readonly saneSoap: "SANESOAP";
|
|
1918
|
+
readonly etherealBloom: "ETHEREALBLOOM";
|
|
1919
|
+
readonly tallow: "TALLOW";
|
|
1920
|
+
readonly pureSilver: "PURESILVER";
|
|
1921
|
+
readonly pureTin: "PURETIN";
|
|
1922
|
+
readonly transCopper: "TRANSCOPPER";
|
|
1923
|
+
readonly essentiaCrystal: "ESSENTIACRYSTAL";
|
|
1924
|
+
readonly arcaneSpa: "ARCANESPA";
|
|
1925
|
+
readonly centrifuge: "CENTRIFUGE";
|
|
1926
|
+
readonly transSilver: "TRANSSILVER";
|
|
1927
|
+
readonly pureIron: "PUREIRON";
|
|
1928
|
+
readonly alchemicaDuplication: "ALCHEMICALDUPLICATION";
|
|
1929
|
+
readonly jarVoid: "JARVOID";
|
|
1930
|
+
readonly nitor: "NITOR";
|
|
1931
|
+
readonly bottleTaint: "BOTTLETAINT";
|
|
1932
|
+
readonly pureGold: "PUREGOLD";
|
|
1933
|
+
readonly distillEssentia: "DISTILESSENTIA";
|
|
1934
|
+
readonly phial: "PHIAL";
|
|
1935
|
+
readonly tubeFilter: "TUBEFILTER";
|
|
1936
|
+
readonly pureLead: "PURELEAD";
|
|
1937
|
+
readonly thaumium: "THAUMIUM";
|
|
1938
|
+
readonly transLead: "TRANSLEAD";
|
|
1939
|
+
readonly transGold: "TRANSGOLD";
|
|
1940
|
+
readonly pureCopper: "PURECOPPER";
|
|
1941
|
+
readonly jarLabel: "JARLABEL";
|
|
1942
1942
|
};
|
|
1943
|
-
ARTIFICE: {
|
|
1944
|
-
runicEmergency:
|
|
1945
|
-
goggles:
|
|
1946
|
-
enchFabric:
|
|
1947
|
-
elementalPick:
|
|
1948
|
-
elementalAxe:
|
|
1949
|
-
table:
|
|
1950
|
-
infernalFurnace:
|
|
1951
|
-
banners:
|
|
1952
|
-
elementalShovel:
|
|
1953
|
-
levitator:
|
|
1954
|
-
hoverGirdle:
|
|
1955
|
-
wardenArcana:
|
|
1956
|
-
basicArtifice:
|
|
1957
|
-
fluxScrub:
|
|
1958
|
-
thaumometer:
|
|
1959
|
-
bootsTraveller:
|
|
1960
|
-
restable:
|
|
1961
|
-
mirrorEssentia:
|
|
1962
|
-
primalArrow:
|
|
1963
|
-
arcaneEar:
|
|
1964
|
-
grate:
|
|
1965
|
-
runicCharged:
|
|
1966
|
-
runicHealing:
|
|
1967
|
-
hoverHarness:
|
|
1968
|
-
mirror:
|
|
1969
|
-
lampGrowth:
|
|
1970
|
-
maskGrinningDevil:
|
|
1971
|
-
elementalHoe:
|
|
1972
|
-
mirrorHand:
|
|
1973
|
-
arcTable:
|
|
1974
|
-
infusion:
|
|
1975
|
-
runicKinetic:
|
|
1976
|
-
paveWard:
|
|
1977
|
-
maskAngryGhost:
|
|
1978
|
-
maskSippingFiend:
|
|
1979
|
-
arcaneLamp:
|
|
1980
|
-
armorFortress:
|
|
1981
|
-
bellow:
|
|
1982
|
-
helmGoggles:
|
|
1983
|
-
runicArmor:
|
|
1984
|
-
runicAugmentation:
|
|
1985
|
-
lampFertility:
|
|
1986
|
-
boneBow:
|
|
1987
|
-
arcaneStone:
|
|
1988
|
-
sinStone:
|
|
1989
|
-
elementalSword:
|
|
1990
|
-
paveTravel:
|
|
1991
|
-
jarBrain:
|
|
1992
|
-
arcaneBore:
|
|
1993
|
-
infusionEnchantment:
|
|
1943
|
+
readonly ARTIFICE: {
|
|
1944
|
+
readonly runicEmergency: "RUNICEMERGENCY";
|
|
1945
|
+
readonly goggles: "GOGGLES";
|
|
1946
|
+
readonly enchFabric: "ENCHFABRIC";
|
|
1947
|
+
readonly elementalPick: "ELEMENTALPICK";
|
|
1948
|
+
readonly elementalAxe: "ELEMENTALAXE";
|
|
1949
|
+
readonly table: "TABLE";
|
|
1950
|
+
readonly infernalFurnace: "INFERNALFURNACE";
|
|
1951
|
+
readonly banners: "BANNERS";
|
|
1952
|
+
readonly elementalShovel: "ELEMENTALSHOVEL";
|
|
1953
|
+
readonly levitator: "LEVITATOR";
|
|
1954
|
+
readonly hoverGirdle: "HOVERGIRDLE";
|
|
1955
|
+
readonly wardenArcana: "WARDEDARCANA";
|
|
1956
|
+
readonly basicArtifice: "BASICARTIFACE";
|
|
1957
|
+
readonly fluxScrub: "FLUXSCRUB";
|
|
1958
|
+
readonly thaumometer: "THAUMOMETER";
|
|
1959
|
+
readonly bootsTraveller: "BOOTSTRAVELLER";
|
|
1960
|
+
readonly restable: "RESTABLE";
|
|
1961
|
+
readonly mirrorEssentia: "MIRRORESSENTIA";
|
|
1962
|
+
readonly primalArrow: "PRIMALARROW";
|
|
1963
|
+
readonly arcaneEar: "ARCANEEAR";
|
|
1964
|
+
readonly grate: "GRATE";
|
|
1965
|
+
readonly runicCharged: "RUNICCHARGED";
|
|
1966
|
+
readonly runicHealing: "RUNICHEALING";
|
|
1967
|
+
readonly hoverHarness: "HOVERHARNESS";
|
|
1968
|
+
readonly mirror: "MIRROR";
|
|
1969
|
+
readonly lampGrowth: "LAMPGROWTH";
|
|
1970
|
+
readonly maskGrinningDevil: "MASKGRINNINGDEVIL";
|
|
1971
|
+
readonly elementalHoe: "ELEMENTALHOE";
|
|
1972
|
+
readonly mirrorHand: "MIRRORHAND";
|
|
1973
|
+
readonly arcTable: "ARCTABLE";
|
|
1974
|
+
readonly infusion: "INFUSION";
|
|
1975
|
+
readonly runicKinetic: "RUNICKINETIC";
|
|
1976
|
+
readonly paveWard: "PAVEWARD";
|
|
1977
|
+
readonly maskAngryGhost: "MASKANGRYGHOST";
|
|
1978
|
+
readonly maskSippingFiend: "MASKSIPPINGFIEND";
|
|
1979
|
+
readonly arcaneLamp: "ARCANELAMP";
|
|
1980
|
+
readonly armorFortress: "ARMORFORTRESS";
|
|
1981
|
+
readonly bellow: "BELLOWS";
|
|
1982
|
+
readonly helmGoggles: "HELMGOGGLES";
|
|
1983
|
+
readonly runicArmor: "RUNICARMOR";
|
|
1984
|
+
readonly runicAugmentation: "RUNICAUGMENTATION";
|
|
1985
|
+
readonly lampFertility: "LAMPFERTILITY";
|
|
1986
|
+
readonly boneBow: "BONEBOW";
|
|
1987
|
+
readonly arcaneStone: "ARCANESTONE";
|
|
1988
|
+
readonly sinStone: "SINSTONE";
|
|
1989
|
+
readonly elementalSword: "ELEMENTALSWORD";
|
|
1990
|
+
readonly paveTravel: "PAVETRAVEL";
|
|
1991
|
+
readonly jarBrain: "JARBRAIN";
|
|
1992
|
+
readonly arcaneBore: "ARCANEBORE";
|
|
1993
|
+
readonly infusionEnchantment: "INFUSIONENCHANTMENT";
|
|
1994
1994
|
};
|
|
1995
|
-
GOLEMANCY: {
|
|
1996
|
-
golemClay:
|
|
1997
|
-
upgradeWater:
|
|
1998
|
-
hungryChest:
|
|
1999
|
-
golemTallow:
|
|
2000
|
-
golemWood:
|
|
2001
|
-
golemFlesh:
|
|
2002
|
-
upgradeEarth:
|
|
2003
|
-
tinyDart:
|
|
2004
|
-
upgradeFire:
|
|
2005
|
-
upgradeEntropy:
|
|
2006
|
-
coreUse:
|
|
2007
|
-
tinyHammer:
|
|
2008
|
-
travelTrunk:
|
|
2009
|
-
tinyBowtie:
|
|
2010
|
-
golemBell:
|
|
2011
|
-
coreSorting:
|
|
2012
|
-
golemThaumium:
|
|
2013
|
-
tinyHat:
|
|
2014
|
-
tinyFez:
|
|
2015
|
-
coreLumber:
|
|
2016
|
-
tinyGlasses:
|
|
2017
|
-
tinyVisor:
|
|
2018
|
-
upgradeAir:
|
|
2019
|
-
coreFishing:
|
|
2020
|
-
coreGather:
|
|
2021
|
-
coreHarvest:
|
|
2022
|
-
coreButcher:
|
|
2023
|
-
coreGuard:
|
|
2024
|
-
advancedGolem:
|
|
2025
|
-
tinyArmor:
|
|
2026
|
-
coreFill:
|
|
2027
|
-
golemFetter:
|
|
2028
|
-
golemStraw:
|
|
2029
|
-
corealAlchemy:
|
|
2030
|
-
golemStone:
|
|
2031
|
-
golemIron:
|
|
2032
|
-
coreLiquid:
|
|
2033
|
-
coreEmpty:
|
|
2034
|
-
upgradeOrder:
|
|
1995
|
+
readonly GOLEMANCY: {
|
|
1996
|
+
readonly golemClay: "GOLEMCLAY";
|
|
1997
|
+
readonly upgradeWater: "UPGRADEWATER";
|
|
1998
|
+
readonly hungryChest: "HUNGRYCHEST";
|
|
1999
|
+
readonly golemTallow: "GOLEMTALLOW";
|
|
2000
|
+
readonly golemWood: "GOLEMWOOD";
|
|
2001
|
+
readonly golemFlesh: "GOLEMFLESH";
|
|
2002
|
+
readonly upgradeEarth: "UPGRADEEARTH";
|
|
2003
|
+
readonly tinyDart: "TINYDART";
|
|
2004
|
+
readonly upgradeFire: "UPGRADEFIRE";
|
|
2005
|
+
readonly upgradeEntropy: "UPGRADEENTROPY";
|
|
2006
|
+
readonly coreUse: "COREUSE";
|
|
2007
|
+
readonly tinyHammer: "TINYHAMMER";
|
|
2008
|
+
readonly travelTrunk: "TRAVELTRUNK";
|
|
2009
|
+
readonly tinyBowtie: "TINYBOWTIE";
|
|
2010
|
+
readonly golemBell: "GOLEMBELL";
|
|
2011
|
+
readonly coreSorting: "CORESORTING";
|
|
2012
|
+
readonly golemThaumium: "GOLEMTHAUMIUM";
|
|
2013
|
+
readonly tinyHat: "TINYHAT";
|
|
2014
|
+
readonly tinyFez: "TINYFEZ";
|
|
2015
|
+
readonly coreLumber: "CORELUMBER";
|
|
2016
|
+
readonly tinyGlasses: "TINYGLASSES";
|
|
2017
|
+
readonly tinyVisor: "TINYVISOR";
|
|
2018
|
+
readonly upgradeAir: "UPGRADEAIR";
|
|
2019
|
+
readonly coreFishing: "COREFISHING";
|
|
2020
|
+
readonly coreGather: "COREGATHER";
|
|
2021
|
+
readonly coreHarvest: "COREHARVEST";
|
|
2022
|
+
readonly coreButcher: "COREBUTCHER";
|
|
2023
|
+
readonly coreGuard: "COREGUARD";
|
|
2024
|
+
readonly advancedGolem: "ADVANCEDGOLEM";
|
|
2025
|
+
readonly tinyArmor: "TINYARMOR";
|
|
2026
|
+
readonly coreFill: "COREFILL";
|
|
2027
|
+
readonly golemFetter: "GOLEMFETTER";
|
|
2028
|
+
readonly golemStraw: "GOLEMSTRAW";
|
|
2029
|
+
readonly corealAlchemy: "COREALCHEMY";
|
|
2030
|
+
readonly golemStone: "GOLEMSTONE";
|
|
2031
|
+
readonly golemIron: "GOLEMIRON";
|
|
2032
|
+
readonly coreLiquid: "CORELIQUID";
|
|
2033
|
+
readonly coreEmpty: "COREEMPTY";
|
|
2034
|
+
readonly upgradeOrder: "UPGRADEORDER";
|
|
2035
2035
|
};
|
|
2036
|
-
ELDRITCH: {
|
|
2037
|
-
eldritchMajor:
|
|
2038
|
-
advAlchemyFurnace:
|
|
2039
|
-
armorVoidFortress:
|
|
2040
|
-
eldritchMinor:
|
|
2041
|
-
enterOuter:
|
|
2042
|
-
focusPrimal:
|
|
2043
|
-
essentiaReservoir:
|
|
2044
|
-
sanityCheck:
|
|
2045
|
-
rodPrimalStaff:
|
|
2046
|
-
oculus:
|
|
2047
|
-
outerRev:
|
|
2048
|
-
primalCrusher:
|
|
2049
|
-
primPearl:
|
|
2050
|
-
primNode:
|
|
2051
|
-
capVoid:
|
|
2052
|
-
voidMetal:
|
|
2036
|
+
readonly ELDRITCH: {
|
|
2037
|
+
readonly eldritchMajor: "ELDRITCHMAJOR";
|
|
2038
|
+
readonly advAlchemyFurnace: "ADVALCHEMYFURNACE";
|
|
2039
|
+
readonly armorVoidFortress: "ARMORVOIDFORTRESS";
|
|
2040
|
+
readonly eldritchMinor: "ELDRITCHMINOR";
|
|
2041
|
+
readonly enterOuter: "ENTEROUTER";
|
|
2042
|
+
readonly focusPrimal: "FOCUSPRIMAL";
|
|
2043
|
+
readonly essentiaReservoir: "ESSENTIARESERVOIR";
|
|
2044
|
+
readonly sanityCheck: "SANITYCHECK";
|
|
2045
|
+
readonly rodPrimalStaff: "ROD_primal_staff";
|
|
2046
|
+
readonly oculus: "OCULUS";
|
|
2047
|
+
readonly outerRev: "OUTERREV";
|
|
2048
|
+
readonly primalCrusher: "PRIMALCRUSHER";
|
|
2049
|
+
readonly primPearl: "PRIMPEARL";
|
|
2050
|
+
readonly primNode: "PRIMNODE";
|
|
2051
|
+
readonly capVoid: "CAP_void";
|
|
2052
|
+
readonly voidMetal: "VOIDMETAL";
|
|
2053
2053
|
};
|
|
2054
|
-
AUTOMAGY: {
|
|
2055
|
-
redCrystal:
|
|
2056
|
-
golemLinker:
|
|
2057
|
-
netherruneWisp:
|
|
2058
|
-
mobLure:
|
|
2059
|
-
dimensionLUre:
|
|
2060
|
-
advNodeJar:
|
|
2061
|
-
tallyBlockLens:
|
|
2062
|
-
netherruneGhast:
|
|
2063
|
-
netherruneBat:
|
|
2064
|
-
sliversTravel:
|
|
2065
|
-
remoteComparator:
|
|
2066
|
-
essentiaLocusAggregator:
|
|
2067
|
-
mirrorInput:
|
|
2068
|
-
redCrystalDim:
|
|
2069
|
-
redCrystalMirrorbound:
|
|
2070
|
-
thirstyTank:
|
|
2071
|
-
eagerChest:
|
|
2072
|
-
thirstyTankGlyphBovine:
|
|
2073
|
-
netherruneLight:
|
|
2074
|
-
hungryMaw:
|
|
2075
|
-
alchemyBoiler:
|
|
2076
|
-
entitySignal:
|
|
2077
|
-
netherruneSlime:
|
|
2078
|
-
netherruneZombie:
|
|
2079
|
-
xpStone:
|
|
2080
|
-
greedyChest:
|
|
2081
|
-
golemWorkbench:
|
|
2082
|
-
netherruneSoul:
|
|
2083
|
-
mirrorMultiDest:
|
|
2084
|
-
enderDisjunction:
|
|
2085
|
-
invetariumDelivery:
|
|
2086
|
-
slivers:
|
|
2087
|
-
enchantFishing:
|
|
2088
|
-
netherruneCelerity:
|
|
2089
|
-
thirstyTankGlyp:
|
|
2090
|
-
crystalBrain:
|
|
2091
|
-
vishroomSoup:
|
|
2092
|
-
nitorLight:
|
|
2093
|
-
inventarium:
|
|
2094
|
-
inventariumPointer:
|
|
2095
|
-
redCrystalRez:
|
|
2096
|
-
entropicRefining:
|
|
2097
|
-
golemWorkbenchUpgrade:
|
|
2098
|
-
focusCrafting:
|
|
2099
|
-
enchantedPaper:
|
|
2100
|
-
autoHandMirror:
|
|
2101
|
-
redstoneTheory:
|
|
2102
|
-
netherruneSkeleton:
|
|
2103
|
-
essentiaLocus:
|
|
2104
|
-
magicHourglass:
|
|
2105
|
-
amnesiaStone:
|
|
2106
|
-
focusCraftingUpgrade:
|
|
2107
|
-
redCrystalAmp:
|
|
2108
|
-
inventarumExtra:
|
|
2109
|
-
netherruneCrystal:
|
|
2110
|
-
thaumostaticRefueler:
|
|
2111
|
-
tallyBlock:
|
|
2112
|
-
netherMind:
|
|
2113
|
-
visReader:
|
|
2114
|
-
finiCalMaw:
|
|
2115
|
-
avaricious:
|
|
2116
|
-
tenaciousChest:
|
|
2117
|
-
redCrystalDense:
|
|
2118
|
-
sliversWarding:
|
|
2119
|
-
golemInhibitor:
|
|
2054
|
+
readonly AUTOMAGY: {
|
|
2055
|
+
readonly redCrystal: "REDCRYSTAL";
|
|
2056
|
+
readonly golemLinker: "GOLEMLINKER";
|
|
2057
|
+
readonly netherruneWisp: "NETHERRUNE_WISP";
|
|
2058
|
+
readonly mobLure: "MOBLURE";
|
|
2059
|
+
readonly dimensionLUre: "DIMENSIONLURE";
|
|
2060
|
+
readonly advNodeJar: "ADVNODEJAR";
|
|
2061
|
+
readonly tallyBlockLens: "TALLYBLOCK_LENS";
|
|
2062
|
+
readonly netherruneGhast: "NETHERRUNE_GHAST";
|
|
2063
|
+
readonly netherruneBat: "NETHERRUNE_BAT";
|
|
2064
|
+
readonly sliversTravel: "SLIVERS_TRAVEL";
|
|
2065
|
+
readonly remoteComparator: "REMOTECOMPARATOR";
|
|
2066
|
+
readonly essentiaLocusAggregator: "ESSENTIALOCUSAGGREGATOR";
|
|
2067
|
+
readonly mirrorInput: "MIRRORINPUT";
|
|
2068
|
+
readonly redCrystalDim: "REDCRYSTAL_DIM";
|
|
2069
|
+
readonly redCrystalMirrorbound: "REDCRYSTAL_MIRRORBOUND";
|
|
2070
|
+
readonly thirstyTank: "THIRSTYTANK";
|
|
2071
|
+
readonly eagerChest: "EAGERCHEST";
|
|
2072
|
+
readonly thirstyTankGlyphBovine: "THIRSTYTANK_GLYPH_BOVINE";
|
|
2073
|
+
readonly netherruneLight: "NETHERRUNE_LIGHT";
|
|
2074
|
+
readonly hungryMaw: "HUNGRYMAW";
|
|
2075
|
+
readonly alchemyBoiler: "ALCHEMYBOILER";
|
|
2076
|
+
readonly entitySignal: "ENTITYSIGNAL";
|
|
2077
|
+
readonly netherruneSlime: "NETHERRUNE_SLIME";
|
|
2078
|
+
readonly netherruneZombie: "NETHERRUNE_ZOMBIE";
|
|
2079
|
+
readonly xpStone: "XPSTONE";
|
|
2080
|
+
readonly greedyChest: "GREEDYCHEST";
|
|
2081
|
+
readonly golemWorkbench: "GOLEMWORKBENCH";
|
|
2082
|
+
readonly netherruneSoul: "NETHERRUNE_SOUL";
|
|
2083
|
+
readonly mirrorMultiDest: "MIRRORMULTIDEST";
|
|
2084
|
+
readonly enderDisjunction: "ENDERDISJUNCTION";
|
|
2085
|
+
readonly invetariumDelivery: "INVENTARIUM_DELIVERY";
|
|
2086
|
+
readonly slivers: "SLIVERS";
|
|
2087
|
+
readonly enchantFishing: "ENCHANT_FISHING";
|
|
2088
|
+
readonly netherruneCelerity: "NETHERRUNE_CELERITY";
|
|
2089
|
+
readonly thirstyTankGlyp: "THIRSTYTANK_GLYPH";
|
|
2090
|
+
readonly crystalBrain: "CRYSTALBRAIN";
|
|
2091
|
+
readonly vishroomSoup: "VISHROOMSOUP";
|
|
2092
|
+
readonly nitorLight: "NITORLIGHT";
|
|
2093
|
+
readonly inventarium: "INVENTARIUM";
|
|
2094
|
+
readonly inventariumPointer: "INVENTARIUM_POINTER";
|
|
2095
|
+
readonly redCrystalRez: "REDCRYSTAL_RES";
|
|
2096
|
+
readonly entropicRefining: "ENTROPICREFINING";
|
|
2097
|
+
readonly golemWorkbenchUpgrade: "GOLEMWORKBENCH_UPGRADE";
|
|
2098
|
+
readonly focusCrafting: "FOCUSCRAFTING";
|
|
2099
|
+
readonly enchantedPaper: "ENCHANTEDPAPER";
|
|
2100
|
+
readonly autoHandMirror: "AUTOHANDMIRROR";
|
|
2101
|
+
readonly redstoneTheory: "REDSTONETHEORY";
|
|
2102
|
+
readonly netherruneSkeleton: "NETHERRUNE_SKELETON";
|
|
2103
|
+
readonly essentiaLocus: "ESSENTIALOCUS";
|
|
2104
|
+
readonly magicHourglass: "MAGICHOURGLASS";
|
|
2105
|
+
readonly amnesiaStone: "AMNESIASTONE";
|
|
2106
|
+
readonly focusCraftingUpgrade: "FOCUSCRAFTING_UPGRADE";
|
|
2107
|
+
readonly redCrystalAmp: "REDCRYSTAL_AMP";
|
|
2108
|
+
readonly inventarumExtra: "INVENTARIUM_EXTRA";
|
|
2109
|
+
readonly netherruneCrystal: "NETHERRUNE_CRYSTAL";
|
|
2110
|
+
readonly thaumostaticRefueler: "THAUMOSTATICREFUELER";
|
|
2111
|
+
readonly tallyBlock: "TALLYBLOCK";
|
|
2112
|
+
readonly netherMind: "NETHERMIND";
|
|
2113
|
+
readonly visReader: "VISREADER";
|
|
2114
|
+
readonly finiCalMaw: "FINICALMAW";
|
|
2115
|
+
readonly avaricious: "AVARICIOUS";
|
|
2116
|
+
readonly tenaciousChest: "TENACIOUSCHEST";
|
|
2117
|
+
readonly redCrystalDense: "REDCRYSTAL_DENSE";
|
|
2118
|
+
readonly sliversWarding: "SLIVERS_WARDING";
|
|
2119
|
+
readonly golemInhibitor: "GOLEMINHIBITOR";
|
|
2120
2120
|
};
|
|
2121
|
-
FORBIDDEN: {
|
|
2122
|
-
skullAxe:
|
|
2123
|
-
bloodRapier:
|
|
2124
|
-
arcaneCake:
|
|
2125
|
-
taintPick:
|
|
2126
|
-
taintTree:
|
|
2127
|
-
wrath:
|
|
2128
|
-
schools:
|
|
2129
|
-
transEmerald:
|
|
2130
|
-
hellFire:
|
|
2131
|
-
voidToucher:
|
|
2132
|
-
rodTainted:
|
|
2133
|
-
eldritchOrb:
|
|
2134
|
-
bloodWell:
|
|
2135
|
-
consuming:
|
|
2136
|
-
cluster:
|
|
2137
|
-
subCollar:
|
|
2138
|
-
bloodMagic:
|
|
2139
|
-
rodInfernal:
|
|
2140
|
-
crystalWell:
|
|
2141
|
-
fork:
|
|
2142
|
-
rodBloodStaff:
|
|
2143
|
-
ringFood:
|
|
2144
|
-
corrupting:
|
|
2145
|
-
taintStone:
|
|
2146
|
-
rodBlood:
|
|
2147
|
-
capAlchemical:
|
|
2148
|
-
ridingCrop:
|
|
2149
|
-
netherShards:
|
|
2150
|
-
primeWell:
|
|
2151
|
-
greedy:
|
|
2152
|
-
educational:
|
|
2153
|
-
rodProfane:
|
|
2154
|
-
impact:
|
|
2155
|
-
wrathCage:
|
|
2156
|
-
blackFlower:
|
|
2157
|
-
morphTools:
|
|
2158
|
-
taintShovel:
|
|
2159
|
-
focusBlink:
|
|
2121
|
+
readonly FORBIDDEN: {
|
|
2122
|
+
readonly skullAxe: "SKULLAXE";
|
|
2123
|
+
readonly bloodRapier: "BLOODRAPIER";
|
|
2124
|
+
readonly arcaneCake: "ARCANECAKE";
|
|
2125
|
+
readonly taintPick: "TAINTPICK";
|
|
2126
|
+
readonly taintTree: "TAINTTREE";
|
|
2127
|
+
readonly wrath: "WRATH";
|
|
2128
|
+
readonly schools: "SCHOOLS";
|
|
2129
|
+
readonly transEmerald: "TRANSEMERALD";
|
|
2130
|
+
readonly hellFire: "HELLFIRE";
|
|
2131
|
+
readonly voidToucher: "VOIDTOUCHED";
|
|
2132
|
+
readonly rodTainted: "ROD_tainted";
|
|
2133
|
+
readonly eldritchOrb: "ELDRITCHORB";
|
|
2134
|
+
readonly bloodWell: "BLOODWELL";
|
|
2135
|
+
readonly consuming: "CONSUMING";
|
|
2136
|
+
readonly cluster: "CLUSTER";
|
|
2137
|
+
readonly subCollar: "SUBCOLLAR";
|
|
2138
|
+
readonly bloodMagic: "BLOODMAGIC";
|
|
2139
|
+
readonly rodInfernal: "ROD_infernal";
|
|
2140
|
+
readonly crystalWell: "CRYSTALWELL";
|
|
2141
|
+
readonly fork: "FORK";
|
|
2142
|
+
readonly rodBloodStaff: "ROD_blood_staff";
|
|
2143
|
+
readonly ringFood: "RINGFOOD";
|
|
2144
|
+
readonly corrupting: "CORRUPTING";
|
|
2145
|
+
readonly taintStone: "TAINTSTONE";
|
|
2146
|
+
readonly rodBlood: "ROD_blood";
|
|
2147
|
+
readonly capAlchemical: "CAP_alchemical";
|
|
2148
|
+
readonly ridingCrop: "RIDINGCROP";
|
|
2149
|
+
readonly netherShards: "NETHERSHARDS";
|
|
2150
|
+
readonly primeWell: "PRIMEWELL";
|
|
2151
|
+
readonly greedy: "GREEDY";
|
|
2152
|
+
readonly educational: "EDUCATIONAL";
|
|
2153
|
+
readonly rodProfane: "ROD_profane";
|
|
2154
|
+
readonly impact: "IMPACT";
|
|
2155
|
+
readonly wrathCage: "WRATHCAGE";
|
|
2156
|
+
readonly blackFlower: "BLACKFLOWER";
|
|
2157
|
+
readonly morphTools: "MORPHTOOLS";
|
|
2158
|
+
readonly taintShovel: "TAINTSHOVEL";
|
|
2159
|
+
readonly focusBlink: "FOCUSBLINK";
|
|
2160
2160
|
};
|
|
2161
2161
|
};
|
|
2162
2162
|
declare const ASPECT: {
|
|
@@ -2442,7 +2442,7 @@ type RecipeResearchTab = {
|
|
|
2442
2442
|
/**
|
|
2443
2443
|
* Add [Research](https://thaumcraft-4.fandom.com/wiki/Research) tab
|
|
2444
2444
|
*
|
|
2445
|
-
* Creates `tc.
|
|
2445
|
+
* Creates `tc.RESEARCH_TAB.<id>` localization key
|
|
2446
2446
|
*
|
|
2447
2447
|
* Texture paths are formatted as `/textures/` + `<texture.domain>` + `/` + `<texture.path>`
|
|
2448
2448
|
*
|
|
@@ -2623,7 +2623,7 @@ declare const setResearchComplexity: (research: string) => (complexity: number)
|
|
|
2623
2623
|
*/
|
|
2624
2624
|
declare const resetResearch: (research: string) => string;
|
|
2625
2625
|
/**
|
|
2626
|
-
* Clear [Research](https://thaumcraft-4.fandom.com/wiki/Research) cache
|
|
2626
|
+
* Clear [Research](https://thaumcraft-4.fandom.com/wiki/Research) cache
|
|
2627
2627
|
*
|
|
2628
2628
|
* **Note**: This only works when the page type is unchanged, otherwise use `resetResearch` and manually add back missing pages.
|
|
2629
2629
|
*
|
|
@@ -2632,11 +2632,18 @@ declare const resetResearch: (research: string) => string;
|
|
|
2632
2632
|
declare const refreshResearch: (research: string) => string;
|
|
2633
2633
|
type RecipeResearchMove = {
|
|
2634
2634
|
research: string;
|
|
2635
|
-
|
|
2635
|
+
tab: string;
|
|
2636
2636
|
x: number;
|
|
2637
2637
|
y: number;
|
|
2638
2638
|
};
|
|
2639
|
+
/**
|
|
2640
|
+
* Move [Research](https://thaumcraft-4.fandom.com/wiki/Research)
|
|
2641
|
+
*
|
|
2642
|
+
* **Note**: This only works when the page type is unchanged, otherwise use `resetResearch` and manually add back missing pages.
|
|
2643
|
+
*
|
|
2644
|
+
* @see https://minetweaker3.aizistral.com/wiki/ModTweaker:Thaumcraft_4_Support:Research
|
|
2645
|
+
*/
|
|
2639
2646
|
declare const moveResearch: (recipe: RecipeResearchMove) => string;
|
|
2640
2647
|
|
|
2641
|
-
export { ASPECT, COLOR, ENCHANTMENT, FOCI, HARVESTER_TYPE, MATERIAL, MODIFIER, RESEARCH,
|
|
2648
|
+
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
2649
|
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 };
|
package/dist/zenflow.js
CHANGED
|
@@ -908,7 +908,7 @@ const addRitualHarvest = (output) => (input) => {
|
|
|
908
908
|
return `mods.bloodmagic.HarvestMoon.addHarvestable(${out});`;
|
|
909
909
|
};
|
|
910
910
|
|
|
911
|
-
const
|
|
911
|
+
const RESEARCH_TAB = {
|
|
912
912
|
basics: "BASICS",
|
|
913
913
|
thaumaturgy: "THAUMATURGY",
|
|
914
914
|
alchemy: "ALCHEMY",
|
|
@@ -919,7 +919,7 @@ const RESEARCH_CATEGORY = {
|
|
|
919
919
|
forbidden: "FORBIDDEN"
|
|
920
920
|
};
|
|
921
921
|
const RESEARCH = {
|
|
922
|
-
[
|
|
922
|
+
[RESEARCH_TAB.basics]: {
|
|
923
923
|
warp: "WARP",
|
|
924
924
|
research: "RESEARCH",
|
|
925
925
|
enchant: "ENCHANT",
|
|
@@ -941,7 +941,7 @@ const RESEARCH = {
|
|
|
941
941
|
nodePreserve: "NODEPRESERVE",
|
|
942
942
|
pech: "PECH"
|
|
943
943
|
},
|
|
944
|
-
[
|
|
944
|
+
[RESEARCH_TAB.thaumaturgy]: {
|
|
945
945
|
nodeStabilizer: "NODESTABILIZER",
|
|
946
946
|
replaceWandCore: "salisarcana:REPLACEWANDCORE",
|
|
947
947
|
wandPedFoc: "WANDPEDFOC",
|
|
@@ -988,7 +988,7 @@ const RESEARCH = {
|
|
|
988
988
|
wandPed: "WANDPED",
|
|
989
989
|
rodBlazeStaff: "ROD_blaze_staff"
|
|
990
990
|
},
|
|
991
|
-
[
|
|
991
|
+
[RESEARCH_TAB.alchemy]: {
|
|
992
992
|
alumentum: "ALUMENTUM",
|
|
993
993
|
bathSalts: "BATHSALTS",
|
|
994
994
|
crucible: "CRUCIBLE",
|
|
@@ -1025,7 +1025,7 @@ const RESEARCH = {
|
|
|
1025
1025
|
pureCopper: "PURECOPPER",
|
|
1026
1026
|
jarLabel: "JARLABEL"
|
|
1027
1027
|
},
|
|
1028
|
-
[
|
|
1028
|
+
[RESEARCH_TAB.artifice]: {
|
|
1029
1029
|
runicEmergency: "RUNICEMERGENCY",
|
|
1030
1030
|
goggles: "GOGGLES",
|
|
1031
1031
|
enchFabric: "ENCHFABRIC",
|
|
@@ -1077,7 +1077,7 @@ const RESEARCH = {
|
|
|
1077
1077
|
arcaneBore: "ARCANEBORE",
|
|
1078
1078
|
infusionEnchantment: "INFUSIONENCHANTMENT"
|
|
1079
1079
|
},
|
|
1080
|
-
[
|
|
1080
|
+
[RESEARCH_TAB.golemancy]: {
|
|
1081
1081
|
golemClay: "GOLEMCLAY",
|
|
1082
1082
|
upgradeWater: "UPGRADEWATER",
|
|
1083
1083
|
hungryChest: "HUNGRYCHEST",
|
|
@@ -1118,7 +1118,7 @@ const RESEARCH = {
|
|
|
1118
1118
|
coreEmpty: "COREEMPTY",
|
|
1119
1119
|
upgradeOrder: "UPGRADEORDER"
|
|
1120
1120
|
},
|
|
1121
|
-
[
|
|
1121
|
+
[RESEARCH_TAB.eldritch]: {
|
|
1122
1122
|
eldritchMajor: "ELDRITCHMAJOR",
|
|
1123
1123
|
advAlchemyFurnace: "ADVALCHEMYFURNACE",
|
|
1124
1124
|
armorVoidFortress: "ARMORVOIDFORTRESS",
|
|
@@ -1136,7 +1136,7 @@ const RESEARCH = {
|
|
|
1136
1136
|
capVoid: "CAP_void",
|
|
1137
1137
|
voidMetal: "VOIDMETAL"
|
|
1138
1138
|
},
|
|
1139
|
-
[
|
|
1139
|
+
[RESEARCH_TAB.automagy]: {
|
|
1140
1140
|
redCrystal: "REDCRYSTAL",
|
|
1141
1141
|
golemLinker: "GOLEMLINKER",
|
|
1142
1142
|
netherruneWisp: "NETHERRUNE_WISP",
|
|
@@ -1203,7 +1203,7 @@ const RESEARCH = {
|
|
|
1203
1203
|
sliversWarding: "SLIVERS_WARDING",
|
|
1204
1204
|
golemInhibitor: "GOLEMINHIBITOR"
|
|
1205
1205
|
},
|
|
1206
|
-
[
|
|
1206
|
+
[RESEARCH_TAB.forbidden]: {
|
|
1207
1207
|
skullAxe: "SKULLAXE",
|
|
1208
1208
|
bloodRapier: "BLOODRAPIER",
|
|
1209
1209
|
arcaneCake: "ARCANECAKE",
|
|
@@ -1303,7 +1303,7 @@ const ASPECT = {
|
|
|
1303
1303
|
};
|
|
1304
1304
|
const addArcaneShaped = (recipe$1) => {
|
|
1305
1305
|
const out = recipe(
|
|
1306
|
-
literal(recipe$1.research ?? RESEARCH[
|
|
1306
|
+
literal(recipe$1.research ?? RESEARCH[RESEARCH_TAB.basics].aspects),
|
|
1307
1307
|
ingredient(recipe$1.output),
|
|
1308
1308
|
aspects(recipe$1.aspects),
|
|
1309
1309
|
shaped(recipe$1.input)
|
|
@@ -1456,11 +1456,11 @@ const refreshResearch = (research) => `mods.thaumcraft.Research.refreshResearchR
|
|
|
1456
1456
|
const moveResearch = (recipe$1) => {
|
|
1457
1457
|
const out = recipe(
|
|
1458
1458
|
literal(recipe$1.research),
|
|
1459
|
-
literal(recipe$1.
|
|
1459
|
+
literal(recipe$1.tab),
|
|
1460
1460
|
recipe$1.x,
|
|
1461
1461
|
recipe$1.y
|
|
1462
1462
|
);
|
|
1463
1463
|
return `mods.thaumcraft.Research.moveResearch(${out});`;
|
|
1464
1464
|
};
|
|
1465
1465
|
|
|
1466
|
-
export { ASPECT, COLOR, ENCHANTMENT, FOCI, HARVESTER_TYPE, MATERIAL, MODIFIER, RESEARCH,
|
|
1466
|
+
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 };
|