User contributions for Evospace
Jump to navigation
Jump to search
31 July 2025
- 12:2412:24, 31 July 2025 diff hist +2,420 N Module:RecipeLoader Created page with "local p = {} function p.get(frame) local dictName = frame.args[1] local recipeName = frame.args[2] if not dictName or not recipeName then return "❌ Missing parameters: {{Recipe|DictionaryName|RecipeName}}" end local success, recipes = pcall(mw.loadData, "Module:" .. dictName) if not success or type(recipes) ~= "table" then return "❌ Recipe dictionary not found: " .. tostring(dictName) end -- Находим все с..."
- 12:2212:22, 31 July 2025 diff hist +2,449 N Module:FluidFurnaceRecipeDictionary Created page with "return { { name = 'Creosote', ingredients = { {'Creosote', 100}, }, results = { }, time = 200.0, }, { name = 'ProducerGas', ingredients = { {'ProducerGas', 1000}, }, results = { }, time = 1000.0, }, { name = 'CarbonMonoxide', ingredients = { {'CarbonMonoxide', 1000}, }, results = {..."
- 12:2212:22, 31 July 2025 diff hist −6,931 Module:AssemblerRecipeDictionary No edit summary
- 12:2212:22, 31 July 2025 diff hist −10,351 Module:SmelterRecipeDictionary Replaced content with "return { { name = 'CopperPlate', ingredients = { {'CopperDust', 1}, }, results = { {'CopperPlate', 1}, }, time = 100, }, { name = 'GoldPlate', ingredients = { {'GoldDust', 1}, }, results = { {'GoldPlate', 1}, }, time = 100, }, { name = 'IronPlate', ingredients = { {'IronDust', 1..." Tag: Replaced
- 12:2212:22, 31 July 2025 diff hist −70 Module:FurnaceRecipeDictionary No edit summary
- 12:2212:22, 31 July 2025 diff hist +1,869 Module:HandRecipeDictionary No edit summary
- 12:2212:22, 31 July 2025 diff hist −1,952 Module:MaceratorRecipeDictionary No edit summary
- 12:2212:22, 31 July 2025 diff hist −2,730 Module:AutomaticHammerRecipeDictionary Replaced content with "return { }" Tag: Replaced
- 12:2212:22, 31 July 2025 diff hist −14,337 Module:HandRecipeDictionary No edit summary
- 12:2212:22, 31 July 2025 diff hist +2,175 Module:ArcSmelterRecipeDictionary No edit summary Tag: Reverted
- 12:2212:22, 31 July 2025 diff hist +831 N Module:FurnaceRecipeDictionary Created page with "return { { name = 'CoalDust', ingredients = { {'CoalDust', 1}, }, results = { }, time = 720.0, }, { name = 'CoalOreDust', ingredients = { {'CoalOreDust', 1}, }, results = { }, time = 640.0, }, { name = 'CoalOre', ingredients = { {'CoalOre', 1}, }, results = { }, time = 720.0..."
- 12:2212:22, 31 July 2025 diff hist +2,187 Module:ChemicalBathRecipeDictionary No edit summary
- 12:2212:22, 31 July 2025 diff hist +919 N Module:SifterRecipeDictionary Created page with "return { { name = 'MalachiteOreImpureGravel', ingredients = { {'MalachiteOreImpureGravel', 1}, }, results = { {'MalachiteOreDust', 1}, {'MalachiteDust', 1}, {'MalachiteCrystal', 1}, }, time = 40, tier = 0, }, { name = 'RubyOreImpureGravel', ingredients = { {'RubyOreImpureGravel', 1}, }, results = { {'R..."
- 12:2212:22, 31 July 2025 diff hist −1,913 Module:ArcSmelterRecipeDictionary Replaced content with "return { }" Tag: Replaced
- 12:2212:22, 31 July 2025 diff hist +2,514 Module:AutomaticHammerRecipeDictionary No edit summary
- 12:2212:22, 31 July 2025 diff hist +1,946 Module:SeparatorRecipeDictionary No edit summary
- 12:2212:22, 31 July 2025 diff hist +3,000 N Module:OreWasherRecipeDictionary Created page with "return { { name = 'ChalcopyriteOreImpureGravel', ingredients = { {'ChalcopyriteOreImpureGravel', 1}, {'Water', 250}, }, results = { {'ChalcopyriteOreGravel', 1}, {'PyriteDust', 1}, }, time = 200, tier = 0, }, { name = 'MalachiteOreImpureGravel', ingredients = { {'MalachiteOreImpureGravel', 1}, {'Water', 250},..."
- 12:2212:22, 31 July 2025 diff hist +10,734 Module:SmelterRecipeDictionary No edit summary
- 12:2212:22, 31 July 2025 diff hist +4,363 Module:MaceratorRecipeDictionary No edit summary
- 12:2212:22, 31 July 2025 diff hist +17,250 N Module:HandRecipeDictionary Created page with "return { { name = 'CircuitBoard', ingredients = { {'Log', 1}, }, results = { {'CircuitBoard', 1}, }, time = 20, tier = 1, }, { name = 'Circuit', ingredients = { {'CircuitBoard', 1}, {'Triod', 3}, }, results = { {'Circuit', 1}, }, time = 150, tier = 1, }, { name = 'Triod',..."
- 12:2212:22, 31 July 2025 diff hist +162 N Module:PumpjackRecipeDictionary Created page with "return { { name = 'RawOil', ingredients = { }, results = { {'RawOil', 200}, }, time = 20, }, }"
- 12:2212:22, 31 July 2025 diff hist +317 N Module:FractionatingColumnRecipeDictionary Created page with "return { { name = 'RawOil', ingredients = { {'RawOil', 15000}, }, results = { {'HeavyOil', 2000.0}, {'Diesel', 5000.0}, {'Gasoline', 3000.0}, {'Ethylene', 3000.0}, }, time = 600, tier = 4, }, }"
- 12:2212:22, 31 July 2025 diff hist +164 N Module:IndustrialBoilerRecipeDictionary Created page with "return { { name = 'Boiling', ingredients = { {'Water', 2000}, }, results = { }, time = 200, }, }"
- 12:2212:22, 31 July 2025 diff hist +517 N Module:FusionReactorRecipeDictionary Created page with "return { { name = 'HotNeutroniumPlate1', ingredients = { {'SynthesisCell', 2}, }, results = { {'HotNeutroniumPlate', 1}, {'Cell', 1}, }, time = 200, }, { name = 'HotNeutroniumPlate2', ingredients = { {'SynthesisCell', 1}, {'UltimateCatalyst', 1}, }, results = { {'HotNeutroniumPlate', 1}, {'Cell', 1..."
- 12:2212:22, 31 July 2025 diff hist +259 N Module:ChemicalBathRecipeDictionary Created page with "return { { name = 'RareEarthSludge', ingredients = { {'RareEarthSludge', 1}, {'Ammonia', 300}, }, results = { {'YttriumDust', 2}, }, time = 200, tier = 4, }, }"
- 12:2212:22, 31 July 2025 diff hist +168 N Module:PortalRecipeDictionary Created page with "return { { name = 'Ping', ingredients = { }, results = { {'MothershipPing', 1}, }, time = 1000, }, }"
- 12:2212:22, 31 July 2025 diff hist +6,542 N Module:IndustrialChemReactorRecipeDictionary Created page with "return { { name = 'NeutroniumPlate', ingredients = { {'HotNeutroniumPlate', 1}, {'Mercury', 2000}, }, results = { {'NeutroniumPlate', 1}, {'HotMercury', 2000}, }, time = 200, tier = 6, }, { name = 'SynthesisCell', ingredients = { {'Cell', 1}, {'ProducerGas', 3000}, }, results = { {'Synthesi..."
- 12:2212:22, 31 July 2025 diff hist +8,550 N Module:AssemblerRecipeDictionary Created page with "return { { name = 'CircuitBoard2', ingredients = { {'Log', 1}, {'PolyethyleneSheet', 2}, }, results = { {'CircuitBoard', 4}, }, time = 20, tier = 4, }, { name = 'CircuitBoard3', ingredients = { {'CarbonFiberSheet', 1}, {'PolyethyleneSheet', 2}, }, results = { {'CircuitBoard', 8}, }, tim..."
- 12:2212:22, 31 July 2025 diff hist +316 N Module:AtmosphericCondenserRecipeDictionary Created page with "return { { name = 'Water', ingredients = { }, results = { {'Water', 500}, }, time = 40, }, { name = 'Nitrogen', ingredients = { }, results = { {'Nitrogen', 500}, }, time = 20, }, }"
- 12:2212:22, 31 July 2025 diff hist +777 N Module:AutomaticFarmRecipeDictionary Created page with "return { { name = 'Logs', ingredients = { {'Water', 1000}, }, results = { {'Log', 15}, }, time = 1200, }, { name = 'Pumpkin', ingredients = { {'Water', 1000}, }, results = { {'Pumpkin', 15}, }, time = 1200, }, { name = 'Grass', ingredients = { {'Water', 1000}, {'DirtSurf..."
- 12:2212:22, 31 July 2025 diff hist +2,562 N Module:FissionReactorRecipeDictionary Created page with "return { { name = 'UraniumCell', ingredients = { {'UraniumCell', 1}, }, results = { {'DepletedUraniumCell', 1}, }, time = 2000.0, }, { name = 'UraniumCell2', ingredients = { {'UraniumCell', 2}, {'ControlCell', 1}, }, results = { {'DepletedUraniumCell', 2}, }, time = 4200.0, }, { name = 'Ura..."
- 12:2212:22, 31 July 2025 diff hist +2,262 N Module:PyrolysisUnitRecipeDictionary Created page with "return { { name = 'Coal', ingredients = { {'Coal', 1}, }, results = { {'Coke', 1}, {'RawOil', 150}, {'ProducerGas', 150}, }, time = 400, tier = 3, }, { name = 'HeavyOilPyrolysis', ingredients = { {'HeavyOil', 1000}, }, results = { {'ProducerGas', 1300}, {'Ash', 2}, }, time =..."
- 12:2212:22, 31 July 2025 diff hist +735 N Module:CombustionEngineRecipeDictionary Created page with "return { { name = 'Diesel', ingredients = { {'Diesel', 1000}, }, results = { }, time = 112.5, tier = 4, }, { name = 'Superfuel', ingredients = { {'Superfuel', 1000}, }, results = { }, time = 262.5, tier = 4, }, { name = 'Gasoline', ingredients = { {'Gasoline', 1000}, }, resu..."
- 12:2212:22, 31 July 2025 diff hist +10 N Module:InverseHeatExchangerRecipeDictionary Created page with "return { }" current
- 12:2212:22, 31 July 2025 diff hist +10 N Module:HeatExchangerRecipeDictionary Created page with "return { }" current
- 12:2212:22, 31 July 2025 diff hist +2,468 N Module:IndustrialSmelterRecipeDictionary Created page with "return { { name = 'Steel', ingredients = { {'IronDust', 10}, {'CoalDust', 5}, {'Oxygen', 1000}, }, results = { {'SteelPlate', 10}, }, time = 200, }, { name = 'RawHotMercury', ingredients = { {'CinnabarDust', 10}, }, results = { {'HotMercury', 1000}, }, time = 200, }, { name = 'S..."
- 12:2212:22, 31 July 2025 diff hist +10 N Module:InductionCoilRecipeDictionary Created page with "return { }" current
- 12:2212:22, 31 July 2025 diff hist +10 N Module:ChemReactorRecipeDictionary Created page with "return { }" current
- 12:2212:22, 31 July 2025 diff hist +134 N Module:SolarPanelRecipeDictionary Created page with "return { { name = 'Working', ingredients = { }, results = { }, time = 60, }, }"
- 12:2212:22, 31 July 2025 diff hist +135 N Module:RadiatorRecipeDictionary Created page with "return { { name = 'Working', ingredients = { }, results = { }, time = 200, }, }"
- 12:2212:22, 31 July 2025 diff hist +2,259 N Module:MixerRecipeDictionary Created page with "return { { name = 'SSCraft', ingredients = { {'IronDust', 4}, {'ChromiumDust', 1}, }, results = { {'StainlessSteelDust', 4}, }, time = 400, }, { name = 'BuildingMaterial2', ingredients = { {'GravelSurface', 1}, {'SandSurface', 1}, {'Water', 500}, }, results = { {'BuildingMaterial', 10}, },..."
- 12:2212:22, 31 July 2025 diff hist +226 N Module:AutomaticHammerRecipeDictionary Created page with "return { { name = 'StoneToGravel', ingredients = { {'StoneSurface', 1}, }, results = { {'GravelSurface', 1}, }, time = 100, tier = 1, }, }"
- 12:2212:22, 31 July 2025 diff hist +10 N Module:MultitoolRobotArmRecipeDictionary Created page with "return { }" current
- 12:2212:22, 31 July 2025 diff hist +628 N Module:FermenterRecipeDictionary Created page with "return { { name = 'Rapseed', ingredients = { {'Rapeseed', 10}, }, results = { {'RapeseedOil', 800}, }, time = 200, }, { name = 'MethaneFromBiomass', ingredients = { {'Biomass', 500}, }, results = { {'Methane', 750}, {'FermentedBiomass', 500}, }, time = 200, }, { name = 'MethaneFromPumpkin',..."
- 12:2212:22, 31 July 2025 diff hist +10 N Module:ElectricFurnaceRecipeDictionary Created page with "return { }" current
- 12:2212:22, 31 July 2025 diff hist +10 N Module:CuttingMachineRecipeDictionary Created page with "return { }" current
- 12:2212:22, 31 July 2025 diff hist +3,410 N Module:ElectrolyzerRecipeDictionary Created page with "return { { name = 'Hydrogen', ingredients = { {'Water', 800}, }, results = { {'Hydrogen', 400}, }, time = 200, tier = 4, }, { name = 'Oxygen', ingredients = { {'Water', 800}, }, results = { {'Oxygen', 200}, }, time = 200, tier = 4, }, { name = 'CinnabarDust', ingredients = {..."
- 12:2212:22, 31 July 2025 diff hist +1,923 N Module:ArcSmelterRecipeDictionary Created page with "return { { name = 'SandSurfaceSmelting', ingredients = { {'SandSurface', 10}, }, results = { {'Glass', 10}, }, time = 100, }, { name = 'CopperPlate', ingredients = { {'CopperDust', 10}, }, results = { {'CopperPlate', 10}, }, time = 100, tier = 0, }, { name = 'GoldPlate', ingredients = {..."
- 12:2012:20, 31 July 2025 diff hist +640 N Module:SeparatorRecipeDictionary Created page with "return { { name = 'PlutoniumDust', ingredients = { {'DepletedUraniumCell', 1}, }, results = { {'Cell', 1}, {'PlutoniumDust', 1}, }, time = 400, tier = 5, }, { name = 'Sand', ingredients = { {'SandSurface', 1}, }, results = { {'SiliconOxide', 1}, }, time = 100, }, { name = 'SiliconOx..."
- 12:2012:20, 31 July 2025 diff hist +133 N Module:PumpRecipeDictionary Created page with "return { { name = 'Water', ingredients = { }, results = { }, time = 120, }, }"