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 CHANGED
@@ -1823,7 +1823,7 @@ type RecipeArcane = {
1823
1823
  type RecipeArcaneShaped = RecipeArcane & {
1824
1824
  input: Shaped;
1825
1825
  };
1826
- declare const RESEARCH_CATEGORY: {
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: 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;
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: 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;
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: 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;
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: 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;
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: 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;
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: 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;
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: 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;
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: 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;
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.research_category.<id>` localization key
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
- category: string;
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, RESEARCH_CATEGORY, 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 };
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 RESEARCH_CATEGORY = {
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
- [RESEARCH_CATEGORY.basics]: {
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
- [RESEARCH_CATEGORY.thaumaturgy]: {
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
- [RESEARCH_CATEGORY.alchemy]: {
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
- [RESEARCH_CATEGORY.artifice]: {
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
- [RESEARCH_CATEGORY.golemancy]: {
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
- [RESEARCH_CATEGORY.eldritch]: {
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
- [RESEARCH_CATEGORY.automagy]: {
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
- [RESEARCH_CATEGORY.forbidden]: {
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[RESEARCH_CATEGORY.basics].aspects),
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.category),
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, RESEARCH_CATEGORY, 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 };
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 };
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "zen-flow",
3
- "version": "16.2.0",
3
+ "version": "16.3.1",
4
4
  "description": "MineTweaker ZenScript made easy.",
5
5
  "type": "module",
6
6
  "exports": {